citylimits/scripts/Game.gd
2021-05-18 04:10:16 -04:00

8 lines
193 B
GDScript

extends Node
onready var gui = $Controls/GUI
onready var advisor = $Controls/GUI/AdvsiorNotice
# Called when the node enters the scene tree for the first time.
func _ready():
advisor.show()