add godot project scaffold: root scene, autoload, panel base, theme, icon
This commit is contained in:
parent
14e2343615
commit
ab147c6f9e
9 changed files with 69 additions and 0 deletions
4
assets/icons/icon.svg
Normal file
4
assets/icons/icon.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue