education-apps/digibord_tools/godot/startup.gd

12 lines
246 B
GDScript3
Raw Permalink Normal View History

2022-11-20 13:02:47 +00:00
extends CanvasLayer
# Called when the node enters the scene tree for the first time.
func _ready():
pass # Replace with function body.
# Called every frame. 'delta' is the elapsed time since the previous frame.
#func _process(delta):
# pass