mirror of
https://github.com/tonytins/dressupzack
synced 2025-06-26 16:44:44 -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:
parent
c846932fc8
commit
739692d970
44 changed files with 1093 additions and 313 deletions
62
sprites/symbols/trash.svg
Normal file
62
sprites/symbols/trash.svg
Normal 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 |
Loading…
Add table
Add a link
Reference in a new issue