mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-07-28 10:14:06 +00:00
8 lines
125 B
GDScript
8 lines
125 B
GDScript
extends CanvasLayer
|
|
|
|
var node_timer : Label
|
|
var node_death : Label
|
|
|
|
func _ready():
|
|
node_timer = $Timer
|
|
node_death = $Death
|