Fix multiplayer scene outdated

This commit is contained in:
JonShard
2026-08-06 19:09:43 +02:00
parent d5c162a51a
commit 1196036973
6 changed files with 55 additions and 34 deletions
+2
View File
@@ -1,3 +1,4 @@
class_name StationMovement
extends Node
@export var move_handle: XRToolsPickable
@@ -16,6 +17,7 @@ const GHOST_COLOR_INVALID: Color = Color(1, 0, 0, 0.35)
func set_move_handle_enabled(enabled: bool) -> void:
print("StationMovement set_move_handle_enabled: ", enabled)
move_handle.visible = enabled
move_handle.enabled = enabled
if enabled: