mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-24 02:56:32 +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
|