diff --git a/project/Clothes.tscn b/project/Clothes.tscn index 9f8c852..15aa067 100644 --- a/project/Clothes.tscn +++ b/project/Clothes.tscn @@ -20,7 +20,7 @@ [ext_resource path="res://assets/bottoms_placeholder.png" type="Texture" id=18] [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 ) diff --git a/project/Interface.tscn b/project/Interface.tscn index 7a5275a..ae16773 100644 --- a/project/Interface.tscn +++ b/project/Interface.tscn @@ -3,7 +3,7 @@ [ext_resource path="res://src/Interface.gd" type="Script" id=1] [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_top = 0.0 @@ -38,13 +38,14 @@ anchor_bottom = 0.0 margin_top = 7.0 margin_right = 800.0 margin_bottom = 31.0 +rect_min_size = Vector2( 800, 0 ) rect_pivot_offset = Vector2( 0, 0 ) rect_clip_content = false mouse_filter = 0 mouse_default_cursor_shape = 0 size_flags_horizontal = 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"] diff --git a/project/project.godot b/project/project.godot index 8f0f834..f4b8699 100644 --- a/project/project.godot +++ b/project/project.godot @@ -13,7 +13,7 @@ config_version=3 config/name="Zack's Dress Up" run/main_scene="res://GameScreen.tscn" 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" name_sv="Zacks klä upp" @@ -36,5 +36,6 @@ translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/loc [rendering] quality/intended_usage/framebuffer_allocation=0 +quality/intended_usage/framebuffer_allocation.mobile=0 quality/2d/use_pixel_snap=true environment/default_environment="res://default_env.tres"