mirror of
https://gitlab.com/MaddoScientisto/cirnogodot.git
synced 2026-06-19 12:53:46 +00:00
Weapon creation plugin
This commit is contained in:
parent
c2cc5db381
commit
b4c38b159e
14 changed files with 1617 additions and 1 deletions
17
addons/weapon_creator/icon.svg
Normal file
17
addons/weapon_creator/icon.svg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<svg width="32" height="32" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg">
|
||||
<!-- Gun body -->
|
||||
<rect x="8" y="14" width="16" height="6" fill="#4a90e2" stroke="#2c5f9e" stroke-width="1"/>
|
||||
<!-- Barrel -->
|
||||
<rect x="22" y="15" width="6" height="4" fill="#5a9ee8" stroke="#2c5f9e" stroke-width="1"/>
|
||||
<!-- Handle -->
|
||||
<rect x="10" y="20" width="4" height="8" fill="#4a90e2" stroke="#2c5f9e" stroke-width="1"/>
|
||||
<!-- Trigger -->
|
||||
<rect x="14" y="20" width="2" height="3" fill="#e8a24a" stroke="#9e6b2c" stroke-width="0.5"/>
|
||||
<!-- Highlight -->
|
||||
<rect x="9" y="15" width="2" height="2" fill="#7db8f5" opacity="0.6"/>
|
||||
<!-- Plus icon -->
|
||||
<circle cx="6" cy="6" r="5" fill="#4caf50" stroke="#2e7d32" stroke-width="1"/>
|
||||
<line x1="4" y1="6" x2="8" y2="6" stroke="white" stroke-width="1.5"/>
|
||||
<line x1="6" y1="4" x2="6" y2="8" stroke="white" stroke-width="1.5"/>
|
||||
</svg>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue