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/tea-bag.svg
Normal file
31
stock/props/tea-bag.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="teabag" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#F5F5DC"/>
|
||||
<stop offset="100%" stop-color="#DEB887"/>
|
||||
</linearGradient>
|
||||
<linearGradient id="teabagtag" x1="0%" y1="0%" x2="0%" y2="100%">
|
||||
<stop offset="0%" stop-color="#FFFAF0"/>
|
||||
<stop offset="100%" stop-color="#FAF0E6"/>
|
||||
</linearGradient>
|
||||
</defs>
|
||||
<!-- Tea bag body -->
|
||||
<path d="M 14 18 L 14 38 Q 14 42 18 42 L 30 42 Q 34 42 34 38 L 34 18 Q 34 14 30 14 L 18 14 Q 14 14 14 18 Z" fill="url(#teabag)"/>
|
||||
<!-- Stitching around edges -->
|
||||
<path d="M 14 18 L 14 38 Q 14 42 18 42 L 30 42 Q 34 42 34 38 L 34 18 Q 34 14 30 14 L 18 14 Q 14 14 14 18 Z" fill="none" stroke="#C4A77D" stroke-width="0.5" stroke-dasharray="2,1"/>
|
||||
<!-- Tea visible through bag -->
|
||||
<ellipse cx="24" cy="28" rx="8" ry="10" fill="#8B4513" opacity="0.3"/>
|
||||
<!-- Folded top -->
|
||||
<path d="M 16 16 L 32 16 L 30 20 L 18 20 Z" fill="#E6D5B8"/>
|
||||
<!-- String -->
|
||||
<path d="M 24 14 Q 24 8 20 6 Q 16 4 12 6" fill="none" stroke="#F5F5DC" stroke-width="1"/>
|
||||
<!-- Tag -->
|
||||
<rect x="6" y="2" width="10" height="8" rx="1" fill="url(#teabagtag)"/>
|
||||
<rect x="6" y="2" width="10" height="8" rx="1" fill="none" stroke="#DDD" stroke-width="0.5"/>
|
||||
<!-- Tag text -->
|
||||
<text x="11" y="7" font-family="Arial, sans-serif" font-size="3" fill="#8B4513" text-anchor="middle">TEA</text>
|
||||
<!-- String attachment to tag -->
|
||||
<circle cx="11" cy="10" r="0.8" fill="#F5F5DC"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.6 KiB |
Loading…
Add table
Add a link
Reference in a new issue