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
18
stock/avatar/laughing.svg
Normal file
18
stock/avatar/laughing.svg
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 120 120" width="120" height="120">
|
||||
<g transform="scale(2.5)">
|
||||
<!-- Left eye - closed/squinting (happy arc) -->
|
||||
<path d="M 12 18 Q 16 14 20 18" fill="none" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
|
||||
|
||||
<!-- Right eye - closed/squinting (happy arc) -->
|
||||
<path d="M 28 18 Q 32 14 36 18" fill="none" stroke="#000000" stroke-width="2.5" stroke-linecap="round"/>
|
||||
|
||||
<!-- Big open laughing mouth -->
|
||||
<path d="M 12 28 Q 24 44 36 28" fill="#000000" stroke="#000000" stroke-width="2" stroke-linecap="round"/>
|
||||
<!-- Tongue/inner mouth -->
|
||||
<ellipse cx="24" cy="34" rx="6" ry="4" fill="#CC4444"/>
|
||||
|
||||
<!-- Laugh lines / tears of joy -->
|
||||
<path d="M 8 20 Q 10 22 8 24" fill="none" stroke="#6BC5E8" stroke-width="1" stroke-linecap="round" opacity="0.7"/>
|
||||
<path d="M 40 20 Q 38 22 40 24" fill="none" stroke="#6BC5E8" stroke-width="1" stroke-linecap="round" opacity="0.7"/>
|
||||
</g>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 978 B |
Loading…
Add table
Add a link
Reference in a new issue