main_menu
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user