1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-25 16:14:43 -04:00

Basic saving and loading

- You can finally save and load your different styles!
- Brand new icons from Font Awesome!
- The clear button was refreshed and replaced with the trash can. While I've never gotten complaints about the interface, this should prove to be less confusing.
- Clear button moved next to save/load.
- Introduced a basic indicator when loading and saving
- Bumped version to 1.10
This commit is contained in:
Tony Bark 2021-05-30 17:01:27 -04:00
parent c846932fc8
commit 739692d970
44 changed files with 1093 additions and 313 deletions

View file

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

View file

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/new_character_base.svg-e37d5232b11c88359270a1b5f7a925f8.stex"
path="res://.import/character_base.png-222c4d0efcff3a294bb1bd39fb74e583.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/new_character_base.svg"
dest_files=[ "res://.import/new_character_base.svg-e37d5232b11c88359270a1b5f7a925f8.stex" ]
source_file="res://sprites/character/character_base.png"
dest_files=[ "res://.import/character_base.png-222c4d0efcff3a294bb1bd39fb74e583.stex" ]
[params]

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/character_base.svg-f62b30364422a0db60ab659817d94da0.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/character_base.svg"
dest_files=[ "res://.import/character_base.svg-f62b30364422a0db60ab659817d94da0.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before After
Before After

View file

@ -0,0 +1,37 @@
[remap]
importer="texture"
type="StreamTexture"
path.s3tc="res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.s3tc.stex"
path.etc2="res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc2.stex"
path.etc="res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc2", "etc" ],
"vram_texture": true
}
[deps]
source_file="res://sprites/character/character_base_head.svg"
dest_files=[ "res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.s3tc.stex", "res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc2.stex", "res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc.stex" ]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=true
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

Before

Width:  |  Height:  |  Size: 4.3 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB

Before After
Before After

View file

@ -0,0 +1,37 @@
[remap]
importer="texture"
type="StreamTexture"
path.s3tc="res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.s3tc.stex"
path.etc2="res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc2.stex"
path.etc="res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc2", "etc" ],
"vram_texture": true
}
[deps]
source_file="res://sprites/character/character_base_legs.svg"
dest_files=[ "res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.s3tc.stex", "res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc2.stex", "res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc.stex" ]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=true
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Before After
Before After

View file

@ -0,0 +1,37 @@
[remap]
importer="texture"
type="StreamTexture"
path.s3tc="res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.s3tc.stex"
path.etc2="res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.etc2.stex"
path.etc="res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc2", "etc" ],
"vram_texture": true
}
[deps]
source_file="res://sprites/character/character_base_top.svg"
dest_files=[ "res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.s3tc.stex", "res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.etc2.stex", "res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.etc.stex" ]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=true
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before After
Before After

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/new_character_base.svg-e17bd63473c7566b3b9184366a11923d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character/new_character_base.svg"
dest_files=[ "res://.import/new_character_base.svg-e17bd63473c7566b3b9184366a11923d.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

@ -1,37 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path.s3tc="res://.import/character_base_head.svg-676d46367d94a199498d7bd1637f2751.s3tc.stex"
path.etc2="res://.import/character_base_head.svg-676d46367d94a199498d7bd1637f2751.etc2.stex"
path.etc="res://.import/character_base_head.svg-676d46367d94a199498d7bd1637f2751.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc2", "etc" ],
"vram_texture": true
}
[deps]
source_file="res://sprites/character_base_head.svg"
dest_files=[ "res://.import/character_base_head.svg-676d46367d94a199498d7bd1637f2751.s3tc.stex", "res://.import/character_base_head.svg-676d46367d94a199498d7bd1637f2751.etc2.stex", "res://.import/character_base_head.svg-676d46367d94a199498d7bd1637f2751.etc.stex" ]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=true
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

@ -1,37 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path.s3tc="res://.import/character_base_legs.svg-4cf4e66a310067e682001fe7afdf827b.s3tc.stex"
path.etc2="res://.import/character_base_legs.svg-4cf4e66a310067e682001fe7afdf827b.etc2.stex"
path.etc="res://.import/character_base_legs.svg-4cf4e66a310067e682001fe7afdf827b.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc2", "etc" ],
"vram_texture": true
}
[deps]
source_file="res://sprites/character_base_legs.svg"
dest_files=[ "res://.import/character_base_legs.svg-4cf4e66a310067e682001fe7afdf827b.s3tc.stex", "res://.import/character_base_legs.svg-4cf4e66a310067e682001fe7afdf827b.etc2.stex", "res://.import/character_base_legs.svg-4cf4e66a310067e682001fe7afdf827b.etc.stex" ]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=true
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

@ -1,37 +0,0 @@
[remap]
importer="texture"
type="StreamTexture"
path.s3tc="res://.import/character_base_top.svg-9f8e94d783c70eb7b043560add3bb9e3.s3tc.stex"
path.etc2="res://.import/character_base_top.svg-9f8e94d783c70eb7b043560add3bb9e3.etc2.stex"
path.etc="res://.import/character_base_top.svg-9f8e94d783c70eb7b043560add3bb9e3.etc.stex"
metadata={
"imported_formats": [ "s3tc", "etc2", "etc" ],
"vram_texture": true
}
[deps]
source_file="res://sprites/character_base_top.svg"
dest_files=[ "res://.import/character_base_top.svg-9f8e94d783c70eb7b043560add3bb9e3.s3tc.stex", "res://.import/character_base_top.svg-9f8e94d783c70eb7b043560add3bb9e3.etc2.stex", "res://.import/character_base_top.svg-9f8e94d783c70eb7b043560add3bb9e3.etc.stex" ]
[params]
compress/mode=2
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=true
flags/filter=true
flags/mipmaps=true
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

@ -1,96 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="56.476265mm"
height="12.531273mm"
viewBox="0 0 56.476265 12.531273"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="sixam_wordmark.svg"
inkscape:export-filename="sixam_wiki.png"
inkscape:export-xdpi="34.285717"
inkscape:export-ydpi="34.285717">
<defs
id="defs2" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="512.74497"
inkscape:cy="81.566596"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:pagecheckerboard="true"
borderlayer="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
showguides="false" />
<metadata
id="metadata5">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(-64.198021,-57.855863)">
<g
id="g822"
transform="matrix(0.30493373,0,0,0.31574862,44.621879,48.162494)">
<path
d="m 64.198021,70.387138 v -2.645833 h 23.8125 v 2.645833 z m 0,-5.291666 v -2.645833 h 26.458333 v 2.645833 z m 18.520833,-5.291667 v -2.645833 h 7.9375 v 2.645833 z m -7.9375,-5.291666 v -2.645833 h 10.583333 v 2.645833 z m -5.291666,-5.291667 v -2.645833 h 10.583333 v 2.645833 z m -5.291667,-5.291666 v -2.645833 h 7.9375 v 2.645833 z m 0,-5.291667 v -2.645833 h 26.458333 v 2.645833 z m 2.645834,-5.291666 V 30.69964 h 23.812499 v 2.645833 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.33333206px;line-height:1.25;font-family:'IBM Logo';-inkscape-font-specification:'IBM Logo';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#008dc6;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path836"
inkscape:connector-curvature="0" />
<path
d="m 98.593853,70.387138 v -2.645833 h 13.229167 v 2.645833 z m 0,-5.291666 v -2.645833 h 13.229167 v 2.645833 z m 2.645837,-5.291667 v -2.645833 h 7.9375 v 2.645833 z m 0,-5.291666 v -2.645833 h 7.9375 v 2.645833 z m 0,-5.291667 v -2.645833 h 7.9375 v 2.645833 z m 0,-5.291666 v -2.645833 h 7.9375 v 2.645833 z m -2.645837,-5.291667 v -2.645833 h 13.229167 v 2.645833 z m 0,-5.291666 V 30.69964 h 13.229167 v 2.645833 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.33333206px;line-height:1.25;font-family:'IBM Logo';-inkscape-font-specification:'IBM Logo';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#8c398d;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path838"
inkscape:connector-curvature="0" />
<path
d="m 119.76052,70.387138 v -2.645833 h 13.22917 v 2.645833 z m 21.16667,0 v -2.645833 h 13.22916 v 2.645833 z m -21.16667,-5.291666 v -2.645833 h 13.22917 v 2.645833 z m 21.16667,0 v -2.645833 h 13.22916 v 2.645833 z m -18.52084,-5.291667 v -2.645833 h 7.9375 v 2.645833 z m 21.16667,0 v -2.645833 h 7.9375 v 2.645833 z m -18.52083,-5.291666 v -2.645833 h 23.8125 v 2.645833 z m 0,-5.291667 v -2.645833 h 23.8125 v 2.645833 z m -2.64584,-5.291666 v -2.645833 h 7.9375 v 2.645833 z m 21.16667,0 v -2.645833 h 7.9375 v 2.645833 z m -23.8125,-5.291667 v -2.645833 h 13.22917 v 2.645833 z m 21.16667,0 v -2.645833 h 13.22916 v 2.645833 z M 119.76052,33.345473 V 30.69964 h 13.22917 v 2.645833 z m 21.16667,0 V 30.69964 h 13.22916 v 2.645833 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.33333206px;line-height:1.25;font-family:'IBM Logo';-inkscape-font-specification:'IBM Logo';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#ab1b1e;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path840"
inkscape:connector-curvature="0" />
<path
d="m 162.09385,70.387138 v -2.645833 h 13.22917 v 2.645833 z m 21.16667,0 v -2.645833 h 13.22916 v 2.645833 z m -18.52084,-5.291666 v -2.645833 h 7.9375 v 2.645833 z m 21.16667,0 v -2.645833 h 7.9375 v 2.645833 z m -21.16667,-5.291667 v -2.645833 h 29.10417 v 2.645833 z m 2.64584,-5.291666 v -2.645833 h 23.8125 v 2.645833 z m 0,-5.291667 v -2.645833 h 7.9375 v 2.645833 z m 15.875,0 v -2.645833 h 7.9375 v 2.645833 z m -13.22917,-5.291666 v -2.645833 h 7.9375 v 2.645833 z m 10.58333,0 v -2.645833 h 7.9375 v 2.645833 z m -10.58333,-5.291667 v -2.645833 h 18.52083 v 2.645833 z m -2.64583,-5.291666 V 30.69964 h 23.8125 v 2.645833 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.33333206px;line-height:1.25;font-family:'IBM Logo';-inkscape-font-specification:'IBM Logo';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#be5c08;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path842"
inkscape:connector-curvature="0" />
<path
d="m 204.42718,70.387138 v -2.645833 h 13.22916 v 2.645833 z m 21.16666,0 v -2.645833 h 2.64584 v 2.645833 z m 10.58334,0 v -2.645833 h 13.22916 v 2.645833 z m -31.75,-5.291666 v -2.645833 h 13.22916 v 2.645833 z m 18.52083,0 v -2.645833 h 7.9375 v 2.645833 z m 15.875,0 v -2.645833 h 7.9375 v 2.645833 z m -31.75,-5.291667 v -2.645833 h 7.9375 v 2.645833 z m 13.22917,0 v -2.645833 h 13.22916 v 2.645833 z m 18.52083,0 v -2.645833 h 7.9375 v 2.645833 z m -31.75,-5.291666 v -2.645833 h 7.9375 v 2.645833 z m 10.58333,0 v -2.645833 h 18.52084 v 2.645833 z m 21.16667,0 v -2.645833 h 7.9375 v 2.645833 z m -31.75,-5.291667 v -2.645833 h 18.52083 v 2.645833 z m 21.16667,0 v -2.645833 h 18.52083 v 2.645833 z m -21.16667,-5.291666 v -2.645833 h 15.875 v 2.645833 z m 23.8125,0 v -2.645833 h 15.875 v 2.645833 z m -26.45833,-5.291667 v -2.645833 h 15.875 v 2.645833 z m 29.10416,0 v -2.645833 h 15.875 v 2.645833 z M 204.42718,33.345473 V 30.69964 h 13.22916 v 2.645833 z m 31.75,0 V 30.69964 h 13.22916 v 2.645833 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:42.33333206px;line-height:1.25;font-family:'IBM Logo';-inkscape-font-specification:'IBM Logo';text-align:center;letter-spacing:0px;word-spacing:0px;text-anchor:middle;fill:#4a9135;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path844"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 7.3 KiB

62
sprites/symbols/check.svg Normal file
View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 40 32"
version="1.1"
id="svg835"
sodipodi:docname="check.svg"
width="40"
height="32"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata841">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs839" />
<sodipodi:namedview
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="987"
id="namedview837"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.3046875"
inkscape:cx="255.99975"
inkscape:cy="190.90175"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg835"
inkscape:document-rotation="0"
inkscape:pagecheckerboard="true" />
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="M 13.585775,31.371521 0.58576228,17.425111 c -0.78101637,-0.837875 -0.78101637,-2.196391 0,-3.034349 L 3.4141247,11.35641 c 0.781016,-0.837954 2.0474237,-0.837954 2.8284402,0 l 8.7574301,9.394883 18.75744,-20.12288901 c 0.781017,-0.83787199 2.047424,-0.83787199 2.82844,0 l 2.828363,3.03435191 c 0.781016,0.8378723 0.781016,2.1963908 0,3.0343488 L 16.414215,31.371604 c -0.781095,0.837875 -2.047424,0.837875 -2.82844,-8.3e-5 z"
id="path833"
style="fill:#ffffff;stroke-width:0.0809184" />
</svg>

After

Width:  |  Height:  |  Size: 2.3 KiB

View file

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/character_base.png-5792404fa83b4fad07f738418ce65c16.stex"
path="res://.import/check.svg-9f44bbeb4b4ba5cd240f570669efca4d.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character_base.png"
dest_files=[ "res://.import/character_base.png-5792404fa83b4fad07f738418ce65c16.stex" ]
source_file="res://sprites/symbols/check.svg"
dest_files=[ "res://.import/check.svg-9f44bbeb4b4ba5cd240f570669efca4d.stex" ]
[params]

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 25 32"
version="1.1"
id="svg835"
sodipodi:docname="file-download-disabled.svg"
width="25"
height="32"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata841">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs839" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="987"
id="namedview837"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true"
inkscape:zoom="1.6464844"
inkscape:cx="173.172"
inkscape:cy="161.86002"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg835" />
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="M 14.583333,8.5 V 0 H 1.5625 C 0.69661458,0 0,0.66875 0,1.5 v 29 C 0,31.33125 0.69661458,32 1.5625,32 h 21.875 C 24.303385,32 25,31.33125 25,30.5 V 10 h -8.854167 c -0.859375,0 -1.5625,-0.675 -1.5625,-1.5 z m 4.977214,13.21 -6.277344,5.98125 c -0.432943,0.413125 -1.132161,0.413125 -1.565104,0 L 5.4407552,21.71 C 4.7799479,21.080625 5.2434896,20 6.1731771,20 h 4.2434899 v -5 c 0,-0.5525 0.466146,-1 1.041666,-1 h 2.083334 c 0.575521,0 1.041666,0.4475 1.041666,1 v 5 h 4.24349 c 0.929687,0 1.393229,1.080625 0.733724,1.71 z M 24.544271,6.5625 18.170573,0.4375 C 17.877604,0.15625 17.480469,0 17.063802,0 H 16.666667 V 8 H 25 V 7.61875 C 25,7.225 24.83724,6.84375 24.544271,6.5625 Z"
id="path833"
style="fill:#b3b3b3;fill-opacity:1;stroke-width:0.0637888" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/file-download-disabled.svg-3039085a28180f25134fac3a2e2e908b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/symbols/file-download-disabled.svg"
dest_files=[ "res://.import/file-download-disabled.svg-3039085a28180f25134fac3a2e2e908b.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 25 32"
version="1.1"
id="svg835"
sodipodi:docname="file-download.svg"
width="25"
height="32"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata841">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs839" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="987"
id="namedview837"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true"
inkscape:zoom="1.6464844"
inkscape:cx="192"
inkscape:cy="256"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg835" />
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="M 14.583333,8.5 V 0 H 1.5625 C 0.69661458,0 0,0.66875 0,1.5 v 29 C 0,31.33125 0.69661458,32 1.5625,32 h 21.875 C 24.303385,32 25,31.33125 25,30.5 V 10 h -8.854167 c -0.859375,0 -1.5625,-0.675 -1.5625,-1.5 z m 4.977214,13.21 -6.277344,5.98125 c -0.432943,0.413125 -1.132161,0.413125 -1.565104,0 L 5.4407552,21.71 C 4.7799479,21.080625 5.2434896,20 6.1731771,20 h 4.2434899 v -5 c 0,-0.5525 0.466146,-1 1.041666,-1 h 2.083334 c 0.575521,0 1.041666,0.4475 1.041666,1 v 5 h 4.24349 c 0.929687,0 1.393229,1.080625 0.733724,1.71 z M 24.544271,6.5625 18.170573,0.4375 C 17.877604,0.15625 17.480469,0 17.063802,0 H 16.666667 V 8 H 25 V 7.61875 C 25,7.225 24.83724,6.84375 24.544271,6.5625 Z"
id="path833"
style="fill:#1ea7e1;fill-opacity:1;stroke-width:0.0637888" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/sixam_wordmark.svg-1b4a7fac4387207343523a24f310f147.stex"
path="res://.import/file-download.svg-450cf2da94964fdd618f765552ef56fa.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/clothes/sixam_wordmark.svg"
dest_files=[ "res://.import/sixam_wordmark.svg-1b4a7fac4387207343523a24f310f147.stex" ]
source_file="res://sprites/symbols/file-download.svg"
dest_files=[ "res://.import/file-download.svg-450cf2da94964fdd618f765552ef56fa.stex" ]
[params]

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 25 32"
version="1.1"
id="svg845"
sodipodi:docname="file-upload-disabled.svg"
width="25"
height="32"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata851">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs849" />
<sodipodi:namedview
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:window-width="1371"
inkscape:window-height="987"
id="namedview847"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.6464844"
inkscape:cx="190.78529"
inkscape:cy="160.03796"
inkscape:window-x="549"
inkscape:window-y="23"
inkscape:window-maximized="0"
inkscape:current-layer="svg845" />
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="M 14.583333,8.5 V 0 H 1.5625 C 0.69661458,0 0,0.66875 0,1.5 v 29 C 0,31.33125 0.69661458,32 1.5625,32 h 21.875 C 24.303385,32 25,31.33125 25,30.5 V 10 h -8.854167 c -0.859375,0 -1.5625,-0.675 -1.5625,-1.5 z m 4.24349,13.500625 h -4.24349 v 5 c 0,0.5525 -0.466145,1 -1.041666,1 h -2.083334 c -0.57552,0 -1.041666,-0.4475 -1.041666,-1 v -5 H 6.1731771 c -0.9296875,0 -1.3938802,-1.080625 -0.733724,-1.71 l 6.2773439,-5.98125 c 0.432943,-0.413125 1.132161,-0.413125 1.565104,0 l 6.277344,5.98125 c 0.660807,0.629375 0.197265,1.71 -0.732422,1.71 z M 24.544271,6.5625 18.170573,0.4375 C 17.877604,0.15625 17.480469,0 17.063802,0 H 16.666667 V 8 H 25 V 7.61875 C 25,7.225 24.83724,6.84375 24.544271,6.5625 Z"
id="path843"
style="fill:#b3b3b3;stroke-width:0.0637888;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/file-upload-disabled.svg-ba38875b88f3cb31437f95135a66cdca.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/symbols/file-upload-disabled.svg"
dest_files=[ "res://.import/file-upload-disabled.svg-ba38875b88f3cb31437f95135a66cdca.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 25 32"
version="1.1"
id="svg845"
sodipodi:docname="file-upload.svg"
width="25"
height="32"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata851">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs849" />
<sodipodi:namedview
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="987"
id="namedview847"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.6464844"
inkscape:cx="190.78529"
inkscape:cy="160.03796"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg845" />
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="M 14.583333,8.5 V 0 H 1.5625 C 0.69661458,0 0,0.66875 0,1.5 v 29 C 0,31.33125 0.69661458,32 1.5625,32 h 21.875 C 24.303385,32 25,31.33125 25,30.5 V 10 h -8.854167 c -0.859375,0 -1.5625,-0.675 -1.5625,-1.5 z m 4.24349,13.500625 h -4.24349 v 5 c 0,0.5525 -0.466145,1 -1.041666,1 h -2.083334 c -0.57552,0 -1.041666,-0.4475 -1.041666,-1 v -5 H 6.1731771 c -0.9296875,0 -1.3938802,-1.080625 -0.733724,-1.71 l 6.2773439,-5.98125 c 0.432943,-0.413125 1.132161,-0.413125 1.565104,0 l 6.277344,5.98125 c 0.660807,0.629375 0.197265,1.71 -0.732422,1.71 z M 24.544271,6.5625 18.170573,0.4375 C 17.877604,0.15625 17.480469,0 17.063802,0 H 16.666667 V 8 H 25 V 7.61875 C 25,7.225 24.83724,6.84375 24.544271,6.5625 Z"
id="path843"
style="fill:#1ea7e1;stroke-width:0.0637888;fill-opacity:1" />
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/character_base.svg-5ea6954c66ca6e666096a6a63d2174dc.stex"
path="res://.import/file-upload.svg-d051fb9491598b3376ab16f862e70d42.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/character_base.svg"
dest_files=[ "res://.import/character_base.svg-5ea6954c66ca6e666096a6a63d2174dc.stex" ]
source_file="res://sprites/symbols/file-upload.svg"
dest_files=[ "res://.import/file-upload.svg-d051fb9491598b3376ab16f862e70d42.stex" ]
[params]

View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 32 32"
version="1.1"
id="svg2068"
sodipodi:docname="spinner.svg"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)"
width="32"
height="32">
<metadata
id="metadata2074">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs2072" />
<sodipodi:namedview
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="987"
id="namedview2070"
showgrid="false"
inkscape:pagecheckerboard="true"
inkscape:zoom="1.6464844"
inkscape:cx="256"
inkscape:cy="256"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg2068"
inkscape:document-rotation="0"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="m 19,3 c 0,1.656875 -1.343125,3 -3,3 -1.656875,0 -3,-1.343125 -3,-3 0,-1.656875 1.343125,-3 3,-3 1.656875,0 3,1.343125 3,3 z m -3,23 c -1.656875,0 -3,1.343125 -3,3 0,1.656875 1.343125,3 3,3 1.656875,0 3,-1.343125 3,-3 0,-1.656875 -1.343125,-3 -3,-3 z M 29,13 c -1.656875,0 -3,1.343125 -3,3 0,1.656875 1.343125,3 3,3 1.656875,0 3,-1.343125 3,-3 0,-1.656875 -1.343125,-3 -3,-3 z M 6,16 c 0,-1.656875 -1.343125,-3 -3,-3 -1.656875,0 -3,1.343125 -3,3 0,1.656875 1.343125,3 3,3 1.656875,0 3,-1.343125 3,-3 z m 0.807625,6.192375 c -1.656875,0 -3,1.343125 -3,3 0,1.656875 1.343125,3 3,3 1.656875,0 3,-1.343125 3,-3 0,-1.656813 -1.3431875,-3 -3,-3 z m 18.38475,0 c -1.656875,0 -3,1.343125 -3,3 0,1.656875 1.343125,3 3,3 1.656875,0 3,-1.343125 3,-3 0,-1.656813 -1.343125,-3 -3,-3 z M 6.807625,3.807625 c -1.656875,0 -3,1.343125 -3,3 0,1.656875 1.343125,3 3,3 1.656875,0 3,-1.343125 3,-3 0,-1.656875 -1.3431875,-3 -3,-3 z"
id="path2066"
style="fill:#1ea7e1;fill-opacity:1;stroke-width:0.0625" />
</svg>

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/spinner.svg-9c272ad1499efd5be523cbaa7db2de7c.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/symbols/spinner.svg"
dest_files=[ "res://.import/spinner.svg-9c272ad1499efd5be523cbaa7db2de7c.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

61
sprites/symbols/times.svg Normal file
View file

@ -0,0 +1,61 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 36 36"
version="1.1"
id="svg835"
sodipodi:docname="times.svg"
width="36"
height="36"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata841">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs839" />
<sodipodi:namedview
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="987"
id="namedview837"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.6464844"
inkscape:cx="176"
inkscape:cy="176"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg835"
inkscape:document-rotation="0" />
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="M 24.823636,18 35.058068,7.7655672 c 1.255909,-1.2559068 1.255909,-3.2921568 0,-4.5490896 L 32.783523,0.9419328 c -1.255909,-1.2559104 -3.292159,-1.2559104 -4.549091,0 L 18,11.176362 7.7655682,0.9419328 c -1.2559093,-1.2559104 -3.2921593,-1.2559104 -4.5490909,0 L 0.94193182,3.2164776 c -1.25590909,1.2559104 -1.25590909,3.2921604 0,4.5490896 L 11.176364,18 0.94193182,28.234433 c -1.25590909,1.255907 -1.25590909,3.292157 0,4.549089 l 2.27454548,2.274545 c 1.2559089,1.255911 3.2931816,1.255911 4.5490909,0 L 18,24.823638 28.234432,35.058067 c 1.255909,1.255911 3.293182,1.255911 4.549091,0 l 2.274545,-2.274545 c 1.255909,-1.25591 1.255909,-3.29216 0,-4.549089 z"
id="path833"
style="stroke-width:0.102273;fill:#ffffff" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/times.svg-6ac74cf962110ec75d79adcca368c0d6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/symbols/times.svg"
dest_files=[ "res://.import/times.svg-6ac74cf962110ec75d79adcca368c0d6.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0

62
sprites/symbols/trash.svg Normal file
View file

@ -0,0 +1,62 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
viewBox="0 0 25 32"
version="1.1"
id="svg835"
sodipodi:docname="trash.svg"
width="25"
height="32"
inkscape:version="1.0.2 (e86c8708, 2021-01-15)">
<metadata
id="metadata841">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<defs
id="defs839" />
<sodipodi:namedview
pagecolor="#000000"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="1"
inkscape:pageshadow="2"
inkscape:window-width="1920"
inkscape:window-height="987"
id="namedview837"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="1.4910714"
inkscape:cx="224"
inkscape:cy="256.00018"
inkscape:window-x="0"
inkscape:window-y="23"
inkscape:window-maximized="1"
inkscape:current-layer="svg835"
inkscape:document-rotation="0" />
<!-- Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License) -->
<path
d="M 24.107142,2.0000103 H 17.410714 L 16.886161,0.83126068 A 1.3392858,1.4999995 0 0 0 15.686384,1.0955215e-5 H 9.3080359 A 1.3236608,1.4824995 0 0 0 8.1138391,0.83126068 L 7.5892861,2.0000103 H 0.89285719 A 0.89285719,0.99999964 0 0 0 0,3.00001 V 5.0000092 A 0.89285719,0.99999964 0 0 0 0.89285719,6.0000089 H 24.107142 A 0.89285719,0.99999964 0 0 0 25,5.0000092 V 3.00001 A 0.89285719,0.99999964 0 0 0 24.107142,2.0000103 Z M 2.96875,29.1875 A 2.6785714,2.9999989 0 0 0 5.6417411,32 H 19.358259 A 2.6785714,2.9999989 0 0 0 22.03125,29.1875 L 23.214286,8.0000083 H 1.7857142 Z"
id="path833"
style="fill:#1ea7e1;fill-opacity:1;stroke-width:0.059057" />
</svg>

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/trash.svg-2dea8a7a79a1ab3e264e388d8ca19746.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/symbols/trash.svg"
dest_files=[ "res://.import/trash.svg-2dea8a7a79a1ab3e264e388d8ca19746.stex" ]
[params]
compress/mode=0
compress/lossy_quality=0.7
compress/hdr_mode=0
compress/bptc_ldr=0
compress/normal_map=0
flags/repeat=0
flags/filter=false
flags/mipmaps=false
flags/anisotropic=false
flags/srgb=2
process/fix_alpha_border=true
process/premult_alpha=false
process/HDR_as_SRGB=false
process/invert_color=false
stream=false
size_limit=0
detect_3d=false
svg/scale=1.0