7 lines
186 B
GDScript
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")
|