Add Shop menu on each hand
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user