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
31
stock/props/coffee-latte.svg
Normal file
31
stock/props/coffee-latte.svg
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<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="tallglass" x1="0%" y1="0%" x2="100%" y2="0%">
|
||||
<stop offset="0%" stop-color="#D3D3D3"/>
|
||||
<stop offset="50%" stop-color="#F0F0F0"/>
|
||||
<stop offset="100%" stop-color="#D3D3D3"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="lattemilk" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#FFF8DC"/>
|
||||
<stop offset="50%" stop-color="#D4A574"/>
|
||||
<stop offset="100%" stop-color="#8B4513"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Tall glass mug -->
|
||||
<path d="M 14 14 L 16 44 L 32 44 L 34 14 Z" fill="url(#tallglass)" opacity="0.6"/>
|
||||
<!-- Layered latte -->
|
||||
<rect x="16" y="34" width="16" height="8" fill="#5D3A1A"/>
|
||||
<rect x="16" y="22" width="16" height="12" fill="#D4A574"/>
|
||||
<rect x="16" y="16" width="16" height="6" fill="#FFFAF0"/>
|
||||
<!-- Foam top -->
|
||||
<ellipse cx="24" cy="16" rx="9" ry="3" fill="#FFFAF0"/>
|
||||
<!-- Latte art heart -->
|
||||
<path d="M 22 16 Q 24 14 26 16 L 24 19 Z" fill="#8B4513" opacity="0.6"/>
|
||||
<!-- Handle -->
|
||||
<path d="M 34 20 Q 42 20 42 30 Q 42 40 34 38" fill="none" stroke="url(#tallglass)" stroke-width="3"/>
|
||||
<!-- Steam wisps -->
|
||||
<path d="M 22 12 Q 21 8 23 6" fill="none" stroke="#DDD" stroke-width="0.8" opacity="0.5"/>
|
||||
<path d="M 26 12 Q 27 7 25 4" fill="none" stroke="#DDD" stroke-width="0.8" opacity="0.5"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.5 KiB |
Loading…
Add table
Add a link
Reference in a new issue