add godot project scaffold: root scene, autoload, panel base, theme, icon

This commit is contained in:
Eric Smith 2026-05-20 12:41:00 -04:00
parent 14e2343615
commit ab147c6f9e
9 changed files with 69 additions and 0 deletions

5
main.gd Normal file
View file

@ -0,0 +1,5 @@
extends Control
func _ready() -> void:
pass