Add Shop menu on each hand

This commit is contained in:
JonShard
2026-08-04 12:38:21 +02:00
parent 2e8c12cb8a
commit 661210eac8
12 changed files with 247 additions and 36 deletions
+4
View File
@@ -19,3 +19,7 @@ func _ready() -> void:
func _on_button_pressed() -> void:
print("ShopStationButton buy ", station_name)
func _process(_delta: float) -> void:
button.disabled = GameManager.money < cost