summaryrefslogtreecommitdiffstats
path: root/Main.tscn
diff options
context:
space:
mode:
authordusoleil <howcansocksbereal@gmail.com>2022-09-14 10:34:36 -0400
committerdusoleil <howcansocksbereal@gmail.com>2022-09-15 08:48:02 -0400
commit79b829e35ae65e3c046e7081aeb2557242e93d24 (patch)
tree913005f3e1d8cb10e03178822df5dd0f76f13974 /Main.tscn
parentf286df6645f130efe6f3edb34036ec7f5b3d777a (diff)
downloadgodot_wildjam_49-79b829e35ae65e3c046e7081aeb2557242e93d24.tar.gz
godot_wildjam_49-79b829e35ae65e3c046e7081aeb2557242e93d24.zip
Small correction to buoyancy physics
Diffstat (limited to 'Main.tscn')
-rw-r--r--Main.tscn2
1 files changed, 2 insertions, 0 deletions
diff --git a/Main.tscn b/Main.tscn
index 67d550f..5b62675 100644
--- a/Main.tscn
+++ b/Main.tscn
@@ -65,6 +65,8 @@ multimesh = SubResource( 16 )
[node name="ShipRigidBody" type="RigidBody" parent="."]
collision_layer = 0
collision_mask = 0
+axis_lock_linear_x = true
+axis_lock_linear_z = true
linear_damp = 2.0
angular_damp = 2.0