various fixes

This commit is contained in:
bee
2026-07-09 08:18:48 +02:00
parent c4f2c0a202
commit e78d11998f
10 changed files with 33 additions and 25 deletions
+2 -3
View File
@@ -1,8 +1,7 @@
extends Label
@export var boat: Boat
@export var world: WorldManager
var boat: Boat # Assigned by hud
var world: WorldManager # Assigned by hud
func _process(_delta: float) -> void:
if boat == null or world == null: