mirror of
https://github.com/HarmonyHoney/tiny_crate.git
synced 2026-01-24 02:56:32 +00:00
6 lines
81 B
GDScript
6 lines
81 B
GDScript
extends CanvasLayer
|
|
|
|
var node_timer : Label
|
|
|
|
func _ready():
|
|
node_timer = $Timer
|