summaryrefslogtreecommitdiffstats
path: root/World.gd
diff options
context:
space:
mode:
Diffstat (limited to 'World.gd')
-rw-r--r--World.gd2
1 files changed, 1 insertions, 1 deletions
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