From a2c28a27280c186c2717f303ef52a865da6dd94f Mon Sep 17 00:00:00 2001 From: dusoleil Date: Thu, 15 Sep 2022 10:28:24 -0400 Subject: Update movement scripts after Main scene reorganization merge --- World.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'World.gd') diff --git a/World.gd b/World.gd index a612572..6ea8452 100644 --- a/World.gd +++ b/World.gd @@ -53,7 +53,7 @@ func _ready(): generate_location(Vector2(i,j)) func travel(direction:Vector3): - var boat = $"/root/Main/Raft" + var boat = $"/root/Main/ShipRigidBody" var boat_direction = boat.global_transform.basis boat_direction = Basis(Vector3.UP*boat_direction.get_euler().y) direction = -direction -- cgit v1.2.3