mirror of
https://github.com/tonytins/citylimits.git
synced 2025-03-19 14:21:22 +00: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()
|