combat testing and polishing in the dev console, many bug fixes
This commit is contained in:
14
public_web/static/img/items/consumable.svg
Normal file
14
public_web/static/img/items/consumable.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
|
||||
<!-- Potion bottle body -->
|
||||
<path d="M10 2v4"/>
|
||||
<path d="M14 2v4"/>
|
||||
<!-- Bottle neck -->
|
||||
<path d="M8 6h8"/>
|
||||
<!-- Bottle shape -->
|
||||
<path d="M8 6l-2 4v10a2 2 0 002 2h8a2 2 0 002-2V10l-2-4"/>
|
||||
<!-- Liquid level -->
|
||||
<path d="M6 14h12"/>
|
||||
<!-- Bubbles -->
|
||||
<circle cx="10" cy="17" r="1"/>
|
||||
<circle cx="14" cy="16" r="0.5"/>
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 505 B |
Reference in New Issue
Block a user