clock gui and command block fix

This commit is contained in:
Tabby 2025-05-25 14:31:14 +10:00
parent 864f62d5b4
commit a9be913adb
11 changed files with 121 additions and 5 deletions

View file

@ -36,6 +36,7 @@ var pedestals : Array[Pedestal]
# Called when the node enters the scene tree for the first time.
func _ready():
tick.connect(gui.onTick)
player.area.area_entered.connect(_player_area_entered)
var temp_pedestals = pedstalContainer.get_children()
for temp in temp_pedestals: