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

9
main.tscn Normal file
View file

@ -0,0 +1,9 @@
[gd_scene load_steps=3 format=3 uid="uid://dppdkwlpqiqhi"]
[ext_resource type="Script" path="res://main.gd" id="1"]
[ext_resource type="Theme" path="res://themes/default_theme.tres" id="2"]
[node name="Main" type="Control"]
anchors_preset = 0
theme = ExtResource("2")
script = ExtResource("1")