fix rail switch

This commit is contained in:
Overside srl
2026-02-01 11:22:46 +01:00
parent c1ce3b06f4
commit dd1ba0fa9a
5 changed files with 58 additions and 24 deletions

View File

@@ -11,4 +11,7 @@ func toggle_switch() -> void:
switch_to_rail = rail_b
else:
switch_to_rail = rail_a
#func get_state_name() -> String:
#return "BIANRIO 1" if current_state == SwitchState.LEFT else "BINARIO 2"