mirror of
https://github.com/tonytins/citylimits
synced 2025-05-06 22:54:48 -04:00
8 lines
193 B
GDScript
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()
|