@@ -20,7 +20,7 @@ size = Vector2(33, 65)
2020size = Vector2 (33 , 64 )
2121
2222[sub_resource type ="RectangleShape2D" id ="RectangleShape2D_jf4w0" ]
23- size = Vector2 (987 , 180 )
23+ size = Vector2 (1300 , 180 )
2424
2525[node name ="HackySack" type ="Node2D" node_paths =PackedStringArray ("_hackySound" , "_timeLeftLabel" , "_scoreLabel" , "_timer" , "_message" , "_theSack" , "_theFoot" , "_otherFoot" , "_gameEnd" )]
2626script = ExtResource ("1_s22y3" )
@@ -38,8 +38,8 @@ _gameEnd = NodePath("GameEnd")
3838visible = false
3939
4040[node name ="BG(Replace This Later)" type ="TextureRect" parent ="." ]
41- offset_right = 960 .0
42- offset_bottom = 540 .0
41+ offset_right = 1280 .0
42+ offset_bottom = 720 .0
4343texture = ExtResource ("1_dnurs" )
4444
4545[node name ="Timer" type ="Timer" parent ="." ]
@@ -54,8 +54,10 @@ volume_db = -5.0
5454[node name ="UI" type ="CanvasLayer" parent ="." ]
5555
5656[node name ="CenterContainer" type ="CenterContainer" parent ="UI" ]
57- offset_right = 960.0
58- offset_bottom = 86.0
57+ anchors_preset = 10
58+ anchor_right = 1.0
59+ offset_bottom = 110.0
60+ grow_horizontal = 2
5961mouse_filter = 2
6062
6163[node name ="VBoxContainer" type ="VBoxContainer" parent ="UI/CenterContainer" ]
@@ -64,20 +66,20 @@ layout_mode = 2
6466[node name ="Title" type ="Label" parent ="UI/CenterContainer/VBoxContainer" ]
6567layout_mode = 2
6668theme_override_fonts/font = ExtResource ("1_8ox3o" )
67- theme_override_font_sizes/font_size = 25
69+ theme_override_font_sizes/font_size = 30
6870text = "Hacky Sack"
6971
7072[node name ="Timer" type ="Label" parent ="UI/CenterContainer/VBoxContainer" ]
7173layout_mode = 2
7274theme_override_fonts/font = ExtResource ("1_8ox3o" )
73- theme_override_font_sizes/font_size = 25
75+ theme_override_font_sizes/font_size = 30
7476text = "00:59"
7577horizontal_alignment = 1
7678
7779[node name ="Score" type ="Label" parent ="UI/CenterContainer/VBoxContainer" ]
7880layout_mode = 2
7981theme_override_fonts/font = ExtResource ("1_8ox3o" )
80- theme_override_font_sizes/font_size = 25
82+ theme_override_font_sizes/font_size = 30
8183text = "Score: 0"
8284horizontal_alignment = 1
8385
@@ -94,7 +96,8 @@ theme_override_font_sizes/font_size = 30
9496horizontal_alignment = 1
9597
9698[node name ="TheSack" type ="CharacterBody2D" parent ="." ]
97- position = Vector2 (480 , 280 )
99+ position = Vector2 (640 , 360 )
100+ scale = Vector2 (2 , 2 )
98101motion_mode = 1
99102script = ExtResource ("5_06w52" )
100103
@@ -106,7 +109,8 @@ flip_h = true
106109shape = SubResource ("RectangleShape2D_06w52" )
107110
108111[node name ="AutoFeet" type ="CharacterBody2D" parent ="." ]
109- position = Vector2 (100 , 270 )
112+ position = Vector2 (100 , 360 )
113+ scale = Vector2 (2 , 2 )
110114collision_mask = 0
111115motion_mode = 1
112116
@@ -119,7 +123,8 @@ position = Vector2(-2.75, -0.5)
119123shape = SubResource ("RectangleShape2D_nkh0n" )
120124
121125[node name ="PlayerFeet" type ="CharacterBody2D" parent ="." ]
122- position = Vector2 (860 , 270 )
126+ position = Vector2 (1180 , 360 )
127+ scale = Vector2 (2 , 2 )
123128collision_mask = 0
124129motion_mode = 1
125130script = ExtResource ("7_nkh0n" )
@@ -134,12 +139,12 @@ shape = SubResource("RectangleShape2D_feqrw")
134139[node name ="TopWall" type ="StaticBody2D" parent ="." ]
135140
136141[node name ="CollisionShape2D" type ="CollisionShape2D" parent ="TopWall" ]
137- position = Vector2 (483.5 , -78 )
142+ position = Vector2 (640 , -87 )
138143shape = SubResource ("RectangleShape2D_jf4w0" )
139144
140145[node name ="BottomWall" type ="StaticBody2D" parent ="." ]
141146position = Vector2 (7 , 705 )
142147
143148[node name ="CollisionShape2D" type ="CollisionShape2D" parent ="BottomWall" ]
144- position = Vector2 (483.5 , -78 )
149+ position = Vector2 (632 , 103 )
145150shape = SubResource ("RectangleShape2D_jf4w0" )
0 commit comments