Add shop closes on buying something

This commit is contained in:
JonShard
2026-08-05 09:54:46 +02:00
parent 3646992e35
commit 528f66627b
3 changed files with 6 additions and 2 deletions
-1
View File
@@ -10,7 +10,6 @@ extends Panel
@export var button: Button
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
name_label.text = station_name
cost_label.text = str(cost) + "$"