Add spawn node support and refine stair and door cutouts

This commit is contained in:
sudhir
2026-04-28 14:26:24 +05:30
parent 025a9b5d28
commit bead8796d2
39 changed files with 2158 additions and 251 deletions
+7
View File
@@ -0,0 +1,7 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" fill="none">
<circle cx="32" cy="32" r="30" fill="#0f172a"/>
<circle cx="32" cy="32" r="22" fill="#1d4ed8"/>
<circle cx="32" cy="18" r="7" fill="#dbeafe"/>
<path d="M22 46c0-6.6 4.5-11 10-11s10 4.4 10 11" fill="#93c5fd"/>
<path d="M32 56l7-9h-14l7 9Z" fill="#bfdbfe"/>
</svg>

After

Width:  |  Height:  |  Size: 346 B