This commit is contained in:
bee
2026-07-13 07:38:54 +02:00
parent 90bae5f3e5
commit 9a25448a38
14 changed files with 169 additions and 7 deletions
+1
View File
@@ -43,6 +43,7 @@ var desired_throttle := 0.0
func _ready() -> void:
if current_controlled != null: # Only happens on intial loading if boat already moves
desired_throttle = current_controlled.throttle
add_to_group(&"player_controllers")
_possess()
func _physics_process(_delta: float) -> void: