random ball linear velocity
This commit is contained in:
@@ -15,6 +15,8 @@ gravity_scale = 1.66533e-16
|
||||
can_sleep = false
|
||||
lock_rotation = true
|
||||
freeze_mode = 1
|
||||
max_contacts_reported = 10
|
||||
contact_monitor = true
|
||||
linear_damp_mode = 1
|
||||
script = ExtResource("1_vsr7q")
|
||||
|
||||
@@ -25,3 +27,5 @@ offset_bottom = 40.0
|
||||
[node name="CollisionShape2D" type="CollisionShape2D" parent="."]
|
||||
position = Vector2(20, 20)
|
||||
shape = SubResource("RectangleShape2D_bdxrg")
|
||||
|
||||
[connection signal="body_entered" from="." to="." method="_on_body_entered"]
|
||||
|
||||
Reference in New Issue
Block a user