Fix (?) Barrier and tile in boat

This commit is contained in:
2025-03-02 00:21:57 +01:00
parent bd91fe76b7
commit e0fb5dbac0
5 changed files with 31 additions and 10 deletions

View File

@@ -67,4 +67,4 @@ func spawn_boat_barriers():
func _physics_process(delta):
#Just spinning
rotation += delta/2
rotation += delta/6