Files
idle/big_number_museum.gd
Michele Rossi bd11d2c037 First commit
2026-03-08 10:38:30 +01:00

11 lines
232 B
GDScript

extends Control
# Called when the node enters the scene tree for the first time.
func _ready() -> void:
pass
# Called every frame. 'delta' is the elapsed time since the previous frame.
func _process(delta: float) -> void:
pass