makepad/examples/godot/resources/template/scripts/main.gd
2026-07-10 12:09:47 +02:00

7 lines
186 B
GDScript

extends Node2D
## The starting scene. There is nothing here yet — the kid asks for things and
## the agent builds them into this scene.
func _ready() -> void:
print("[game] ready")