Init commit
This commit is contained in:
commit
a4452b69c4
59 changed files with 1259 additions and 0 deletions
6
Scripts/ui.gd
Normal file
6
Scripts/ui.gd
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
extends CanvasLayer
|
||||
|
||||
|
||||
# Called when the node enters the scene tree for the first time.
|
||||
func _ready() -> void:
|
||||
Game.ui = self
|
||||
Loading…
Add table
Add a link
Reference in a new issue