mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 06:14:48 -04:00
There should now be a bootsplash again
This commit is contained in:
parent
5fee8f788a
commit
5993cb3123
3 changed files with 6 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
||||||
[ext_resource path="res://assets/bottoms_placeholder.png" type="Texture" id=18]
|
[ext_resource path="res://assets/bottoms_placeholder.png" type="Texture" id=18]
|
||||||
[ext_resource path="res://assets/tops_placeholder.png" type="Texture" id=19]
|
[ext_resource path="res://assets/tops_placeholder.png" type="Texture" id=19]
|
||||||
|
|
||||||
[node name="Clothes" type="Node"]
|
[node name="Clothes" type="Node" index="0"]
|
||||||
|
|
||||||
script = ExtResource( 1 )
|
script = ExtResource( 1 )
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
[ext_resource path="res://src/Interface.gd" type="Script" id=1]
|
[ext_resource path="res://src/Interface.gd" type="Script" id=1]
|
||||||
[ext_resource path="res://music/piano.ogg" type="AudioStream" id=2]
|
[ext_resource path="res://music/piano.ogg" type="AudioStream" id=2]
|
||||||
|
|
||||||
[node name="Interface" type="Control" index="0"]
|
[node name="Interface" type="Control"]
|
||||||
|
|
||||||
anchor_left = 0.0
|
anchor_left = 0.0
|
||||||
anchor_top = 0.0
|
anchor_top = 0.0
|
||||||
|
@ -38,13 +38,14 @@ anchor_bottom = 0.0
|
||||||
margin_top = 7.0
|
margin_top = 7.0
|
||||||
margin_right = 800.0
|
margin_right = 800.0
|
||||||
margin_bottom = 31.0
|
margin_bottom = 31.0
|
||||||
|
rect_min_size = Vector2( 800, 0 )
|
||||||
rect_pivot_offset = Vector2( 0, 0 )
|
rect_pivot_offset = Vector2( 0, 0 )
|
||||||
rect_clip_content = false
|
rect_clip_content = false
|
||||||
mouse_filter = 0
|
mouse_filter = 0
|
||||||
mouse_default_cursor_shape = 0
|
mouse_default_cursor_shape = 0
|
||||||
size_flags_horizontal = 1
|
size_flags_horizontal = 1
|
||||||
size_flags_vertical = 1
|
size_flags_vertical = 1
|
||||||
_sections_unfolded = [ "Anchor", "Margin", "Rect" ]
|
_sections_unfolded = [ "Anchor", "Grow Direction", "Margin", "Rect" ]
|
||||||
|
|
||||||
[node name="GPanel" type="Panel" parent="RefRect" index="0"]
|
[node name="GPanel" type="Panel" parent="RefRect" index="0"]
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ config_version=3
|
||||||
config/name="Zack's Dress Up"
|
config/name="Zack's Dress Up"
|
||||||
run/main_scene="res://GameScreen.tscn"
|
run/main_scene="res://GameScreen.tscn"
|
||||||
config/use_custom_user_dir=true
|
config/use_custom_user_dir=true
|
||||||
boot_splash/image="res://assets/game splash.png"
|
boot_splash/image="res://assets/game_splash.png"
|
||||||
config/icon="res://icon.png"
|
config/icon="res://icon.png"
|
||||||
name_sv="Zacks klä upp"
|
name_sv="Zacks klä upp"
|
||||||
|
|
||||||
|
@ -36,5 +36,6 @@ translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/loc
|
||||||
[rendering]
|
[rendering]
|
||||||
|
|
||||||
quality/intended_usage/framebuffer_allocation=0
|
quality/intended_usage/framebuffer_allocation=0
|
||||||
|
quality/intended_usage/framebuffer_allocation.mobile=0
|
||||||
quality/2d/use_pixel_snap=true
|
quality/2d/use_pixel_snap=true
|
||||||
environment/default_environment="res://default_env.tres"
|
environment/default_environment="res://default_env.tres"
|
||||||
|
|
Loading…
Add table
Reference in a new issue