Replicated the weapon flying tick setup using resources
This commit is contained in:
53
addons/forge/icons/Statescript.svg
Normal file
53
addons/forge/icons/Statescript.svg
Normal file
@@ -0,0 +1,53 @@
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<svg
|
||||
width="16"
|
||||
height="16"
|
||||
version="1.1"
|
||||
id="svg1"
|
||||
sodipodi:docname="Statescript.svg"
|
||||
inkscape:version="1.3.2 (091e20e, 2023-11-25, custom)"
|
||||
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
|
||||
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
xmlns:svg="http://www.w3.org/2000/svg">
|
||||
<defs
|
||||
id="defs1" />
|
||||
<sodipodi:namedview
|
||||
id="namedview1"
|
||||
pagecolor="#505050"
|
||||
bordercolor="#eeeeee"
|
||||
borderopacity="1"
|
||||
inkscape:showpageshadow="0"
|
||||
inkscape:pageopacity="0"
|
||||
inkscape:pagecheckerboard="0"
|
||||
inkscape:deskcolor="#505050"
|
||||
inkscape:zoom="77.4375"
|
||||
inkscape:cx="7.9935432"
|
||||
inkscape:cy="8"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1417"
|
||||
inkscape:window-x="3432"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg1" />
|
||||
<path
|
||||
d="m 11,10 a 1,1 0 0 0 -1,1 v 3 a 1,1 0 0 0 1,1 h 3 a 1,1 0 0 0 1,-1 v -3 a 1,1 0 0 0 -1,-1 z"
|
||||
id="path5"
|
||||
style="fill:#8eef97;fill-opacity:1" />
|
||||
<path
|
||||
d="M 7,8.883 V 10 A 2,2 0 0 1 6.732,11 L 9,12.117 V 11 a 2,2 0 0 1 0.268,-1 z"
|
||||
id="path4"
|
||||
style="fill:#d2d3d5;fill-opacity:1" />
|
||||
<path
|
||||
d="M 2,5 A 1,1 0 0 0 1,6 v 4 a 1,1 0 0 0 1,1 H 5 A 1,1 0 0 0 6,10 V 6 A 1,1 0 0 0 5,5 Z"
|
||||
id="path3"
|
||||
style="fill:#8da5f3;fill-opacity:1" />
|
||||
<path
|
||||
d="M 6.732,5 A 2,2 0 0 1 7,6 V 7.117 L 9.268,6 A 2,2 0 0 1 9,5 V 3.883 Z"
|
||||
id="path2"
|
||||
style="fill:#d2d3d5;fill-opacity:1" />
|
||||
<path
|
||||
d="m 11,1 a 1,1 0 0 0 -1,1 v 3 a 1,1 0 0 0 1,1 h 3 A 1,1 0 0 0 15,5 V 2 A 1,1 0 0 0 14,1 Z"
|
||||
id="path1"
|
||||
style="fill:#fc7f7f;fill-opacity:1" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 1.7 KiB |
43
addons/forge/icons/Statescript.svg.import
Normal file
43
addons/forge/icons/Statescript.svg.import
Normal file
@@ -0,0 +1,43 @@
|
||||
[remap]
|
||||
|
||||
importer="texture"
|
||||
type="CompressedTexture2D"
|
||||
uid="uid://b6yrjb46fluw3"
|
||||
path="res://.godot/imported/Statescript.svg-09aa700bcff07f99651a8110f8eff0a6.ctex"
|
||||
metadata={
|
||||
"vram_texture": false
|
||||
}
|
||||
|
||||
[deps]
|
||||
|
||||
source_file="res://addons/forge/icons/Statescript.svg"
|
||||
dest_files=["res://.godot/imported/Statescript.svg-09aa700bcff07f99651a8110f8eff0a6.ctex"]
|
||||
|
||||
[params]
|
||||
|
||||
compress/mode=0
|
||||
compress/high_quality=false
|
||||
compress/lossy_quality=0.7
|
||||
compress/uastc_level=0
|
||||
compress/rdo_quality_loss=0.0
|
||||
compress/hdr_compression=1
|
||||
compress/normal_map=0
|
||||
compress/channel_pack=0
|
||||
mipmaps/generate=false
|
||||
mipmaps/limit=-1
|
||||
roughness/mode=0
|
||||
roughness/src_normal=""
|
||||
process/channel_remap/red=0
|
||||
process/channel_remap/green=1
|
||||
process/channel_remap/blue=2
|
||||
process/channel_remap/alpha=3
|
||||
process/fix_alpha_border=true
|
||||
process/premult_alpha=false
|
||||
process/normal_map_invert_y=false
|
||||
process/hdr_as_srgb=false
|
||||
process/hdr_clamp_exposure=false
|
||||
process/size_limit=0
|
||||
detect_3d/compress_to=1
|
||||
svg/scale=1.0
|
||||
editor/scale_with_editor_scale=false
|
||||
editor/convert_colors_with_editor_theme=false
|
||||
@@ -49,9 +49,11 @@
|
||||
<path
|
||||
fill="#5fff97"
|
||||
d="m 7.9265537,9.7974173 -2,-4 -2,4 z"
|
||||
id="path1-1" />
|
||||
id="path1-1"
|
||||
style="fill:#8eef97;fill-opacity:1" />
|
||||
<path
|
||||
fill="#ff5f5f"
|
||||
d="m 11.926554,5.7974173 -2.0000003,4 -2,-4 z"
|
||||
id="path2" />
|
||||
id="path2"
|
||||
style="fill:#fc7f7f;fill-opacity:1" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.0 KiB |
@@ -24,20 +24,20 @@
|
||||
inkscape:zoom="38.71875"
|
||||
inkscape:cx="9.4527845"
|
||||
inkscape:cy="11.867635"
|
||||
inkscape:window-width="3408"
|
||||
inkscape:window-width="2560"
|
||||
inkscape:window-height="1417"
|
||||
inkscape:window-x="24"
|
||||
inkscape:window-y="723"
|
||||
inkscape:window-x="3432"
|
||||
inkscape:window-y="-8"
|
||||
inkscape:window-maximized="1"
|
||||
inkscape:current-layer="svg4" />
|
||||
<path
|
||||
fill="#5fff97"
|
||||
d="M 7.9265536,11.734463 3.9895075,3.8603713 0.05246155,11.734463 Z"
|
||||
id="path1-1"
|
||||
style="stroke-width:1.96852" />
|
||||
style="stroke-width:1.96852;fill:#8eef97;fill-opacity:1" />
|
||||
<path
|
||||
fill="#ff5f5f"
|
||||
d="M 15.800646,3.8603713 11.8636,11.734463 7.9265536,3.8603713 Z"
|
||||
id="path2"
|
||||
style="stroke-width:1.96852" />
|
||||
style="stroke-width:1.96852;fill:#fc7f7f;fill-opacity:1" />
|
||||
</svg>
|
||||
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Reference in New Issue
Block a user