citylimits/scripts/Game.gd

9 lines
193 B
GDScript3
Raw Normal View History

2021-05-18 04:10:16 -04:00
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()