random ball linear velocity
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user