fix(of): track sprites/ for MBP deploy
@@ -19,6 +19,7 @@ oscope-of/bin/data/*
|
||||
!oscope-of/bin/data/settings.json
|
||||
!oscope-of/bin/data/greetings.txt
|
||||
!oscope-of/bin/data/models/
|
||||
!oscope-of/bin/data/sprites/
|
||||
oscope-of/obj/
|
||||
oscope-of/.vscode/
|
||||
oscope-of/Project.xcconfig
|
||||
|
||||
|
After Width: | Height: | Size: 2.9 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<rect width="100" height="100" fill="#fff"/>
|
||||
<path d="M50 25 C40 20 30 30 30 50 C30 70 40 85 50 85 C60 85 70 70 70 50 C70 30 60 20 50 25 Z M70 50 C72 50 75 48 75 45 C70 47 68 50 70 50 Z" fill="#0c0"/>
|
||||
<path d="M48 22 C50 17 55 15 55 18 C53 22 50 23 48 22 Z" fill="#0a0"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 348 B |
|
After Width: | Height: | Size: 922 B |
|
After Width: | Height: | Size: 1.3 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<rect width="100" height="100" fill="#700"/>
|
||||
<path d="M50 10 L50 90 M30 25 Q30 50 30 90 M70 25 Q70 50 70 90 M20 30 L80 30" stroke="#fc0" stroke-width="8" fill="none" stroke-linecap="round"/>
|
||||
<text x="50" y="98" text-anchor="middle" font-family="monospace" font-size="10" fill="#fc0">ATARI</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 372 B |
|
After Width: | Height: | Size: 1.5 KiB |
|
After Width: | Height: | Size: 3.9 KiB |
@@ -0,0 +1,7 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" shape-rendering="crispEdges">
|
||||
<rect width="100" height="100" fill="#bbb"/>
|
||||
<rect x="20" y="15" width="60" height="70" fill="#fff" stroke="#000" stroke-width="2"/>
|
||||
<circle cx="38" cy="42" r="3" fill="#000"/>
|
||||
<circle cx="62" cy="42" r="3" fill="#000"/>
|
||||
<path d="M35 60 Q50 70 65 60" stroke="#000" stroke-width="2" fill="none"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 405 B |
|
After Width: | Height: | Size: 1.6 KiB |
|
After Width: | Height: | Size: 1.2 KiB |
|
After Width: | Height: | Size: 4.0 KiB |
|
After Width: | Height: | Size: 1.8 KiB |
@@ -0,0 +1,5 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100">
|
||||
<rect width="100" height="100" fill="#000"/>
|
||||
<polygon points="50,10 90,50 50,90 10,50" fill="#06f" stroke="#fff" stroke-width="2"/>
|
||||
<text x="50" y="55" text-anchor="middle" font-family="monospace" font-size="11" fill="#fff" font-weight="bold">OCEAN</text>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 332 B |
|
After Width: | Height: | Size: 4.8 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 1.4 KiB |
|
After Width: | Height: | Size: 2.1 KiB |
@@ -0,0 +1,8 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" shape-rendering="crispEdges">
|
||||
<rect x="0" y="0" width="64" height="64" fill="#0810a0"/>
|
||||
<rect x="8" y="6" width="48" height="52" fill="#a0a0a0"/>
|
||||
<rect x="8" y="6" width="48" height="8" fill="#202020"/>
|
||||
<rect x="14" y="20" width="36" height="32" fill="#e0e0e0"/>
|
||||
<rect x="20" y="26" width="24" height="20" fill="#0830a0"/>
|
||||
<rect x="20" y="46" width="24" height="2" fill="#000"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 458 B |
|
After Width: | Height: | Size: 1.6 KiB |