mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-24 13:54:57 +00:00
update: svg,qt6,frontends (2 files)
This commit is contained in:
8
frontends/qt6/assets/svg/breakout.svg
Normal file
8
frontends/qt6/assets/svg/breakout.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="96" height="96" viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="96" height="96" rx="18" fill="#050613"/>
|
||||
<rect x="28" y="32" width="40" height="6" fill="#f472b6"/>
|
||||
<rect x="28" y="44" width="28" height="6" fill="#38bdf8"/>
|
||||
<rect x="40" y="54" width="16" height="4" fill="#a855f7"/>
|
||||
<rect x="22" y="70" width="52" height="10" rx="4" fill="#fcd34d"/>
|
||||
<circle cx="48" cy="30" r="4" fill="#0ea5e9"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 448 B |
8
frontends/qt6/assets/svg/snake-game.svg
Normal file
8
frontends/qt6/assets/svg/snake-game.svg
Normal file
@@ -0,0 +1,8 @@
|
||||
<svg width="96" height="96" viewBox="0 0 96 96" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect width="96" height="96" rx="18" fill="#030712"/>
|
||||
<path d="M20 64h56v10H20z" fill="#22d3ee"/>
|
||||
<path d="M34 44h28v12H34z" fill="#a855f7"/>
|
||||
<path d="M44 24h8v20h-8z" fill="#fbbf24"/>
|
||||
<path d="M32 54c0-4 3-8 8-8h16c5 0 8 4 8 8s-3 8-8 8H40c-5 0-8-4-8-8z" fill="#38bdf8"/>
|
||||
<circle cx="46" cy="34" r="3" fill="#f472b6"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 422 B |
Reference in New Issue
Block a user