diff options
Diffstat (limited to 'World.gd')
-rw-r--r-- | World.gd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |