database schema adjustments to server/realm/scene
This commit is contained in:
parent
a102c96bb4
commit
09590edd95
79 changed files with 7100 additions and 100 deletions
34
stock/props/soda-genocide.svg
Normal file
34
stock/props/soda-genocide.svg
Normal file
|
|
@ -0,0 +1,34 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
|
||||
<g transform="scale(2.5)">
|
||||
<defs>
|
||||
<linearGradient id="cokecan" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#8B0000"/>
|
||||
<stop offset="20%" stop-color="#CC0000"/>
|
||||
<stop offset="50%" stop-color="#E60000"/>
|
||||
<stop offset="80%" stop-color="#CC0000"/>
|
||||
<stop offset="100%" stop-color="#8B0000"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="coketop" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#A0A0A0"/>
|
||||
<stop offset="50%" stop-color="#D0D0D0"/>
|
||||
<stop offset="100%" stop-color="#A0A0A0"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Can body -->
|
||||
<rect x="12" y="10" width="24" height="34" rx="2" fill="url(#cokecan)"/>
|
||||
<!-- Can top -->
|
||||
<ellipse cx="24" cy="10" rx="12" ry="4" fill="url(#coketop)"/>
|
||||
<!-- Pull tab -->
|
||||
<ellipse cx="24" cy="10" rx="4" ry="1.5" fill="#808080"/>
|
||||
<ellipse cx="24" cy="9" rx="2" ry="0.8" fill="#606060"/>
|
||||
<!-- Can bottom rim -->
|
||||
<ellipse cx="24" cy="44" rx="12" ry="3" fill="#A0A0A0"/>
|
||||
<!-- White wave/ribbon design -->
|
||||
<path d="M 12 24 Q 18 20 24 24 Q 30 28 36 24" fill="none" stroke="#FFFFFF" stroke-width="3" opacity="0.9"/>
|
||||
<path d="M 12 30 Q 18 26 24 30 Q 30 34 36 30" fill="none" stroke="#FFFFFF" stroke-width="2" opacity="0.7"/>
|
||||
<!-- Script text styled like Coca-Cola -->
|
||||
<text x="24" y="28" font-family="Georgia, Times, serif" font-size="5.5" font-style="italic" font-weight="bold" fill="#FFFFFF" text-anchor="middle">Genocide</text>
|
||||
<!-- Highlight -->
|
||||
<rect x="14" y="12" width="3" height="28" fill="#FFFFFF" opacity="0.15" rx="1"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
Loading…
Add table
Add a link
Reference in a new issue