Initialize calm game project

This commit is contained in:
2026-06-27 08:37:40 +03:00
commit cc7aec8db5
34 changed files with 5329 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#fbbf24"/>
<stop offset="1" stop-color="#fb923c"/>
</linearGradient>
</defs>
<rect width="32" height="32" rx="8" fill="#1d1840"/>
<path d="M16 4a5 5 0 0 0-5 5v1a1 1 0 0 0 2 0V9a3 3 0 0 1 6 0c0 1.5-1 2.4-2.2 3.3C15.5 13.3 14 14.5 14 17v1a1 1 0 0 0 2 0v-1c0-1.4 1-2.2 2.2-3.1C19.6 13 21 11.7 21 9a5 5 0 0 0-5-5Z" fill="url(#g)"/>
<circle cx="16" cy="23" r="2" fill="url(#g)"/>
</svg>

After

Width:  |  Height:  |  Size: 546 B