diff options
Diffstat (limited to '')
-rw-r--r-- | Main.tscn | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -64,6 +64,7 @@ transform = Transform( 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1, 0 ) [node name="World" type="RigidBody" parent="."] collision_layer = 0 collision_mask = 0 +can_sleep = false axis_lock_linear_y = true axis_lock_angular_x = true axis_lock_angular_y = true @@ -82,6 +83,7 @@ shape = SubResource( 23 ) [node name="ShipRigidBody" type="RigidBody" parent="."] collision_layer = 2 collision_mask = 8 +can_sleep = false axis_lock_linear_x = true axis_lock_linear_z = true linear_damp = 2.0 |