main_menu

This commit is contained in:
2024-03-12 14:41:35 +01:00
parent f83f6989b4
commit 7c6b8ca4c1
8 changed files with 96 additions and 17 deletions
+10 -1
View File
@@ -40,13 +40,22 @@ shape = SubResource("RectangleShape2D_u7af8")
position = Vector2(128, 224)
collision_layer = 255
collision_mask = 255
max_contacts_reported = 1000
custom_integrator = true
continuous_cd = 2
max_contacts_reported = 1
contact_monitor = true
metadata/UP_KEY = "left_up"
metadata/DOWN_KEY = "left_down"
[node name="RacketRight" parent="." instance=ExtResource("1_ywul3")]
position = Vector2(1032, 224)
collision_layer = 255
collision_mask = 255
freeze = true
custom_integrator = true
continuous_cd = 1
max_contacts_reported = 1
contact_monitor = true
metadata/UP_KEY = "right_up"
metadata/DOWN_KEY = "right_down"