random ball linear velocity

This commit is contained in:
2024-03-15 09:47:15 +01:00
parent 7c6b8ca4c1
commit 6bfac4e8d6
5 changed files with 19 additions and 35 deletions
+2 -5
View File
@@ -40,7 +40,7 @@ shape = SubResource("RectangleShape2D_u7af8")
position = Vector2(128, 224)
collision_layer = 255
collision_mask = 255
custom_integrator = true
freeze = true
continuous_cd = 2
max_contacts_reported = 1
contact_monitor = true
@@ -52,8 +52,7 @@ position = Vector2(1032, 224)
collision_layer = 255
collision_mask = 255
freeze = true
custom_integrator = true
continuous_cd = 1
continuous_cd = 2
max_contacts_reported = 1
contact_monitor = true
metadata/UP_KEY = "right_up"
@@ -71,5 +70,3 @@ vertical_alignment = 1
[connection signal="body_entered" from="GoalAreaLeft" to="." method="_on_goal_area_left_body_entered"]
[connection signal="body_entered" from="GoalAreaRight" to="." method="_on_goal_area_right_body_entered"]
[connection signal="body_entered" from="RacketLeft" to="." method="_on_racket_left_body_entered"]
[connection signal="body_entered" from="RacketRight" to="." method="_on_racket_right_body_entered"]