clock gui and command block fix
This commit is contained in:
parent
864f62d5b4
commit
a9be913adb
11 changed files with 121 additions and 5 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue