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

4
assets/icons/icon.svg Normal file
View file

@ -0,0 +1,4 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
<rect width="64" height="64" rx="8" fill="#1a1a2e"/>
<text x="32" y="42" font-family="sans-serif" font-size="32" font-weight="bold" fill="#e94560" text-anchor="middle">V</text>
</svg>

After

Width:  |  Height:  |  Size: 272 B