1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-06 21:54:48 -04:00

Redid more spirtes

- New Star Trek: Beyond outfit, redid tail, and partially redid a few shirts but not all of them are finished.
This commit is contained in:
Anthony Wilcox 2019-05-16 18:00:19 -04:00
parent 0d1cb030f7
commit 78872e68a0
20 changed files with 1305 additions and 58 deletions

View file

@ -1,8 +1,8 @@
[gd_scene load_steps=29 format=2]
[ext_resource path="res://sprites/tail/tail0.png" type="Texture" id=1]
[ext_resource path="res://sprites/tail/tail1.png" type="Texture" id=2]
[ext_resource path="res://sprites/tail/tail2.png" type="Texture" id=3]
[ext_resource path="res://sprites/tail/tail0.svg" type="Texture" id=1]
[ext_resource path="res://sprites/tail/tail1.svg" type="Texture" id=2]
[ext_resource path="res://sprites/tail/tail2.svg" type="Texture" id=3]
[ext_resource path="res://sprites/character_base.svg" type="Texture" id=4]
[ext_resource path="res://sprites/eyes/eyes1.png" type="Texture" id=5]
[ext_resource path="res://sprites/eyes/eyes2.png" type="Texture" id=6]

View file

@ -1,4 +1,4 @@
[gd_scene load_steps=23 format=2]
[gd_scene load_steps=24 format=2]
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=1]
[ext_resource path="res://styles/wordrobe_panel.stylebox" type="StyleBox" id=2]
@ -6,22 +6,23 @@
[ext_resource path="res://sprites/sweat_pants.svg" type="Texture" id=4]
[ext_resource path="res://sprites/blue_camo_jeans.svg" type="Texture" id=5]
[ext_resource path="res://sprites/beat_up_jeans.svg" type="Texture" id=6]
[ext_resource path="res://sprites/x_button.svg" type="Texture" id=7]
[ext_resource path="res://sprites/old_sweatshirt.png" type="Texture" id=8]
[ext_resource path="res://sprites/dj_shirt.png" type="Texture" id=9]
[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=10]
[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=11]
[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=12]
[ext_resource path="res://sprites/biker_jacket.svg" type="Texture" id=13]
[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=14]
[ext_resource path="res://sprites/train_hoodie.svg" type="Texture" id=15]
[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=16]
[ext_resource path="res://sprites/whatsnew_shirt.svg" type="Texture" id=17]
[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=18]
[ext_resource path="res://sprites/briefs.svg" type="Texture" id=19]
[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=20]
[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=21]
[ext_resource path="res://sprites/camera.png" type="Texture" id=22]
[ext_resource path="res://sprites/beyond_jeans.svg" type="Texture" id=7]
[ext_resource path="res://sprites/x_button.svg" type="Texture" id=8]
[ext_resource path="res://sprites/old_sweatshirt.svg" type="Texture" id=9]
[ext_resource path="res://sprites/beyond_jacket.svg" type="Texture" id=10]
[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=11]
[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=12]
[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=13]
[ext_resource path="res://sprites/biker_jacket.svg" type="Texture" id=14]
[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=15]
[ext_resource path="res://sprites/train_hoodie.svg" type="Texture" id=16]
[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=17]
[ext_resource path="res://sprites/whatsnew_shirt.svg" type="Texture" id=18]
[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=19]
[ext_resource path="res://sprites/briefs.svg" type="Texture" id=20]
[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=21]
[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=22]
[ext_resource path="res://sprites/camera.png" type="Texture" id=23]
[node name="Clothes" type="Node"]
@ -75,20 +76,25 @@ margin_right = 436.0
margin_bottom = 112.0
texture_normal = ExtResource( 6 )
[node name="RemovePants" type="Button" parent="Wordrobe/Pants/PantsGrid"]
[node name="BeyondPants" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
margin_left = 440.0
margin_right = 546.0
margin_bottom = 112.0
texture_normal = ExtResource( 7 )
[node name="RemovePants" type="Button" parent="Wordrobe/Pants/PantsGrid"]
margin_top = 116.0
margin_right = 106.0
margin_bottom = 228.0
rect_min_size = Vector2( 0, 112 )
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
icon = ExtResource( 7 )
icon = ExtResource( 8 )
flat = true
[node name="Shirts" type="Tabs" parent="Wordrobe"]
editor/display_folded = true
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
@ -104,75 +110,75 @@ columns = 7
[node name="Sweatshirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_right = 85.0
margin_bottom = 115.0
texture_normal = ExtResource( 8 )
texture_normal = ExtResource( 9 )
[node name="DJShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
[node name="BeyondJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 89.0
margin_right = 174.0
margin_bottom = 115.0
texture_normal = ExtResource( 9 )
texture_normal = ExtResource( 10 )
[node name="Raw" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 178.0
margin_right = 263.0
margin_bottom = 115.0
texture_normal = ExtResource( 10 )
texture_normal = ExtResource( 11 )
[node name="Atomic" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 267.0
margin_right = 385.0
margin_bottom = 115.0
texture_normal = ExtResource( 11 )
[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 389.0
margin_right = 470.0
margin_right = 373.0
margin_bottom = 115.0
texture_normal = ExtResource( 12 )
[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 475.0
margin_right = 560.0
[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 377.0
margin_right = 458.0
margin_bottom = 115.0
texture_normal = ExtResource( 13 )
[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 563.0
margin_right = 648.0
[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 462.0
margin_right = 547.0
margin_bottom = 115.0
texture_normal = ExtResource( 14 )
[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 551.0
margin_right = 636.0
margin_bottom = 115.0
texture_normal = ExtResource( 15 )
[node name="TrainHoodie" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_top = 119.0
margin_right = 85.0
margin_bottom = 237.0
texture_normal = ExtResource( 15 )
margin_bottom = 234.0
texture_normal = ExtResource( 16 )
[node name="KormShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 89.0
margin_top = 119.0
margin_right = 174.0
margin_bottom = 237.0
texture_normal = ExtResource( 16 )
margin_bottom = 234.0
texture_normal = ExtResource( 17 )
[node name="WhatsNewShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 178.0
margin_top = 119.0
margin_right = 263.0
margin_bottom = 237.0
texture_normal = ExtResource( 17 )
margin_bottom = 234.0
texture_normal = ExtResource( 18 )
[node name="RemoveShirt" type="Button" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 267.0
margin_top = 119.0
margin_right = 385.0
margin_bottom = 237.0
margin_right = 373.0
margin_bottom = 234.0
rect_min_size = Vector2( 0, 112 )
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
icon = ExtResource( 7 )
icon = ExtResource( 8 )
flat = true
[node name="Underwear" type="Tabs" parent="Wordrobe"]
@ -192,25 +198,25 @@ columns = 6
[node name="OwOCensor" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_right = 106.0
margin_bottom = 112.0
texture_normal = ExtResource( 18 )
texture_normal = ExtResource( 19 )
[node name="Briefs" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 110.0
margin_right = 216.0
margin_bottom = 112.0
texture_normal = ExtResource( 19 )
texture_normal = ExtResource( 20 )
[node name="ZBriefs" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 220.0
margin_right = 326.0
margin_bottom = 112.0
texture_normal = ExtResource( 20 )
texture_normal = ExtResource( 21 )
[node name="Fundosi" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 330.0
margin_right = 436.0
margin_bottom = 112.0
texture_normal = ExtResource( 21 )
texture_normal = ExtResource( 22 )
[node name="Accessoires" type="Tabs" parent="Wordrobe"]
editor/display_folded = true
@ -229,7 +235,7 @@ columns = 6
[node name="CanonCam" type="TextureButton" parent="Wordrobe/Accessoires/AccsGrid"]
margin_right = 85.0
margin_bottom = 118.0
texture_normal = ExtResource( 22 )
texture_normal = ExtResource( 23 )
[node name="RemoveAccessory" type="Button" parent="Wordrobe/Accessoires/AccsGrid"]
margin_left = 89.0
@ -240,5 +246,5 @@ custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
custom_colors/font_color = Color( 0, 0, 0, 1 )
custom_colors/font_color_hover = Color( 0, 0, 0, 1 )
custom_colors/font_color_pressed = Color( 0, 0, 0, 1 )
icon = ExtResource( 7 )
icon = ExtResource( 8 )
flat = true

View file

@ -0,0 +1,167 @@
<?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"
version="1.1"
id="svg837"
width="85"
height="115"
viewBox="0 0 85 115"
sodipodi:docname="beyond_jacket.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata843">
<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="defs841" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="950"
inkscape:window-height="991"
id="namedview839"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.6568543"
inkscape:cx="37.779955"
inkscape:cy="59.939224"
inkscape:window-x="960"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer3"
showguides="false" />
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Original"
transform="translate(17.592821,10.674505)"
sodipodi:insensitive="true" />
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Color">
<path
style="display:inline;opacity:1;fill:#003380;fill-opacity:1;stroke:none;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 8.0736469,15.651414 c -3.000545,1.901906 -2.134901,57.073021 -2.134901,57.073021 -2.3101643,9.809195 1.7559102,10.522205 0.608284,17.795372 3.172745,1.81514 6.7511221,-1.62007 11.6707931,-0.28466 4.919671,1.33542 1.601085,5.99959 0.42698,11.243813 -1.174105,5.24423 13.404674,6.57995 20.637376,8.09176 6.041484,1.26281 12.406349,1.67677 18.502475,0.71164 7.9885,-1.26473 20.835815,-4.94864 22.772278,-8.37642 1.936463,-3.427783 -8.341438,-10.916233 -7.116337,-15.086632 1.225101,-4.170404 7.707079,-1.859528 7.970297,-4.981436 0.780656,-9.259011 0.132549,-21.086054 -0.569307,-31.596534 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -5.708848,-12.627003 -11.386138,-12.66708 C 60.741934,14.190253 60.509291,27.100642 54.51114,27.46906 48.496563,27.838487 46.873273,13.029683 40.882224,13.676947 28.555535,15.008703 11.074193,13.749508 8.0736469,15.651414 Z"
id="path864-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zcczzaazzsacsssz" />
<path
style="fill:#0044aa;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 44.546875,13.707031 25.626953,15.4375 8.0742188,15.652344 6.5410156,34.566406 16.970703,30.5 15.363281,53.541016 3.09375,46.144531 2.2089844,58.34375 14.365234,67.855469 12.75,91 20.516847,89.350492 19.359375,103.26172 44.5,112 68.25,109.25 80.523438,102.02539 71.5,89 78,84.25 75.681641,63.273438 79.814453,61.525391 79.107422,50.742188 74.546875,53.021484 71.939453,29.427734 78.136719,26.900391 71.240234,15.298828 64.701172,14.060547 59.75,24.5 54.800781,28.203125 Z"
id="path2087"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccccccccccccc" />
<path
style="fill:#ffff00;stroke:none;stroke-width:0.9295885px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 31.819805,13.737484 33.941126,26.774089 39.59798,24.824133 35.708892,13.721297 Z"
id="path2055-4-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ffff00;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 15.026019,16.712158 16.970563,30.50074 22.097087,28.732973 18.915106,15.828275 Z"
id="path2055"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ffff00;stroke:none;stroke-width:0.9295885px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 23.152765,15.437652 25.274086,28.474257 30.93094,26.524301 27.041852,15.421465 Z"
id="path2055-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#ffff00;stroke:none;stroke-width:0.90405869px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 63.276764,15.406304 2.298097,13.567812 3.181981,0.453776 -0.176777,-15.097558 z"
id="path2055-4-2"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#cccccc;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 16.970563,30.50074 45.75,22.250001 l 9.050775,5.952642 0.949224,7.297358 -5.499999,-7.25 -4,-3.5 z"
id="path2091"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:2.00954032;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 56.631992,34.231635 3.62878,76.772945"
id="path2095"
inkscape:connector-curvature="0" />
<path
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 56.375,27.375001 0.999999,7.75 2.75,-6.875 11.813823,1.177891 z"
id="path2093"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#0054d1;fill-opacity:1;stroke:none;stroke-width:1.00000012px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 21.25,48.999983 33.75,64.749986 27.75,108 19.358749,103.26231 20.5,92.999995 18.217822,90.235144 Z"
id="path2097"
inkscape:connector-curvature="0" />
<path
style="fill:#003380;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 23.18566,46.205584 11.625,14.124999 2.875,-8.374999 -13.75,-10.5 z"
id="path2099"
inkscape:connector-curvature="0" />
<path
style="fill:#0054d1;fill-opacity:1;stroke:none;stroke-width:0.68006837px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 69.84449,54.070219 -5.410538,9.452541 6.988191,43.35405 9.101342,-4.85194 C 73.747444,90.013202 70.585165,69.697814 69.84449,54.070219 Z"
id="path2097-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#003380;fill-opacity:1;stroke:none;stroke-width:0.68006825px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 68.787658,51.70312 -6.523796,8.07602 -1.569693,-7.094356 7.684004,-5.005329 z"
id="path2099-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-Ink"
style="display:inline"
sodipodi:insensitive="true">
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 8.0736469,15.651414 c -1.916671,16.5657 -7.0806162,60.446928 0.2411497,73.984505 1.7291064,3.220442 4.9833544,-0.736187 9.9030254,0.59923 4.919671,1.335417 1.601085,5.999584 0.42698,11.243811 -1.174105,5.24423 13.404674,6.57995 20.637376,8.09176 6.041484,1.26281 12.406349,1.67677 18.502475,0.71164 7.9885,-1.26473 20.835815,-4.94864 22.772278,-8.37642 1.936463,-3.427781 -8.341438,-10.916229 -7.116337,-15.086633 1.225101,-4.170404 7.707079,-1.859528 7.970297,-4.981436 0.780656,-9.259011 0.132549,-21.086054 -0.569307,-31.596534 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -5.708848,-12.627002 -11.386138,-12.667079 C 60.741933,14.190253 60.50929,27.100641 54.511139,27.469059 48.496562,27.838486 47.580379,11.615469 41.58933,12.262733 29.262641,13.594489 11.074192,13.749508 8.0736469,15.651414 Z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cczzaazzsacsssc" />
<path
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 21.918317,40.563119 -3.700495,49.67203"
id="path870"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 70.024752,47.679455 3.415842,39.139852"
id="path872"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/beyond_jacket.svg-98f6b1bf2a6317c20336645182f41937.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/beyond_jacket.svg"
dest_files=[ "res://.import/beyond_jacket.svg-98f6b1bf2a6317c20336645182f41937.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=true
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=true
svg/scale=1.0

View file

@ -0,0 +1,175 @@
<?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="28.045834mm"
height="29.633333mm"
viewBox="0 0 28.045834 29.633333"
version="1.1"
id="svg2007"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="beyond_jeans.svg">
<defs
id="defs2001">
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter3128"
x="-0.21130836"
width="1.4226167"
y="-0.35169941"
height="1.7033988">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.80993903"
id="feGaussianBlur3130" />
</filter>
<filter
inkscape:collect="always"
style="color-interpolation-filters:sRGB"
id="filter3243"
x="-0.084246888"
width="1.1684938"
y="-0.49529121"
height="1.9905824">
<feGaussianBlur
inkscape:collect="always"
stdDeviation="0.59648199"
id="feGaussianBlur3245" />
</filter>
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="7.9195959"
inkscape:cx="61.4132"
inkscape:cy="66.913206"
inkscape:document-units="mm"
inkscape:current-layer="layer3"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
showguides="false"
inkscape:window-width="1235"
inkscape:window-height="991"
inkscape:window-x="-8"
inkscape:window-y="0"
inkscape:window-maximized="0" />
<metadata
id="metadata2004">
<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(-78.959229,-134.01666)" />
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Color">
<path
style="fill:#0044aa;fill-opacity:1;stroke:none;stroke-width:0.9976235;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 0.7201693,27.454537 C 6.177249,19.629991 9.4499313,2.5232009 10.205357,2.4050384 13.339093,1.9148645 21.153632,2.0908693 25.796875,0.6651976 c 1.830396,-0.562009 1.614178,15.8067304 1.795384,24.4988404 0.06654,3.19163 -10.098838,4.366766 -9.543896,1.22259 0.698309,-3.956459 1.112967,-14.852833 1.112967,-14.852833 0,0 -6.673668,9.990013 -7.963785,16.028404 -0.328044,1.535408 -12.5071107,2.802641 -10.4773757,-0.107662 z"
id="path2567-0"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssscss" />
<path
style="fill:#1a1a1a;fill-opacity:1;stroke:none;stroke-width:0.2714825;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1;filter:url(#filter3243)"
d="m 10.02017,4.123604 c 0,0 -0.04879,-1.343398 0.388253,-1.3508584 4.583491,-0.07824 11.326764,-0.7915872 16.199194,-1.5367997 0.388007,-0.059344 0.526204,0.8875387 0.280761,0.9543561 C 23.179675,3.1999316 10.02017,4.123604 10.02017,4.123604 Z"
id="path2583-9-6"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssc" />
<path
style="fill:#003380;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 12.661894,2.705928 10.791007,12.661718 6.5146947,14.66624 10.02017,4.123604 Z"
id="path2805"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#003380;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 22.851545,2.4052499 1.369757,8.9535291 3.040189,2.238383 -0.899596,-11.3444445 z"
id="path2805-1"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.25095776px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 5.9253836,16.992574 c 0.3796144,0.919614 5.6768224,3.689526 7.3816944,3.256184 1.704872,-0.433343 1.172851,0.943917 -0.280317,1.773168 -1.45317,0.829251 -6.852688,-1.774991 -7.5685732,-3.320662 -0.7158851,-1.545672 0.087581,-2.628304 0.4671958,-1.70869 z"
id="path2839"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zzzzz" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 10.02017,3.5944373 c 0,0 -0.046492,-1.3433979 0.369933,-1.3508583 C 14.757316,2.165339 21.1824,1.4519917 25.824918,0.70677933 26.194616,0.64743533 26.326292,1.5943179 26.092431,1.6611353 22.558728,2.670765 10.02017,3.5944373 10.02017,3.5944373 Z"
id="path2583-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssc" />
<path
style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26499999;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 10.02017,4.123604 c 0,0 -0.04649,-1.343398 0.369933,-1.3508584 4.367214,-0.07824 10.792297,-0.7915873 15.434815,-1.5367997 0.369698,-0.059344 0.501374,0.8875386 0.267513,0.954356 C 22.558728,3.1999315 10.02017,4.123604 10.02017,4.123604 Z"
id="path2583"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-ink"
sodipodi:insensitive="true">
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:0.9976235;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 0.7201694,27.454536 C 6.1772493,19.62999 9.4499316,2.5232009 10.205357,2.4050384 13.339093,1.9148645 21.153632,2.0908693 25.796875,0.66519761 27.627272,0.10318858 27.411054,16.471927 27.59226,25.164037 c 0.06654,3.191629 -10.098839,4.366766 -9.543897,1.22259 0.698309,-3.956459 1.112967,-14.852832 1.112967,-14.852832 0,0 -6.673668,9.990012 -7.963785,16.028402 -0.328044,1.535408 -12.5071103,2.802641 -10.4773756,-0.107661 z"
id="path2567"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssscss" />
<path
style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 19.562311,10.485372 C 19.815933,8.7226966 19.040519,2.8667529 19.040519,2.8667529"
id="path2571"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 19.695946,9.7169723 20.500613,2.7246489"
id="path2573"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#000000;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 8.683823,2.8928543 6.6124843,4.3962453 5.5434063,8.1714273 8.850867,10.242766 10.02017,3.5944373 Z"
id="path3262"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;stroke:none;stroke-width:0.29349181px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 26.866978,2.8841931 24.555418,2.6121505 24.202085,6.0632908 27.920399,5.2673365 27.856475,2.7705369 26.866978,2.8841931"
id="path3279"
inkscape:connector-curvature="0" />
<path
style="fill:#000000;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 6.5146947,14.66624 3.6081386,21.147526 2.6058778,19.109596 5.1449383,13.797614 Z"
id="path3281"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 8.5 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/beyond_jeans.svg-7d94689020ceb4d3ef57e6a831a9ead6.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/beyond_jeans.svg"
dest_files=[ "res://.import/beyond_jeans.svg-7d94689020ceb4d3ef57e6a831a9ead6.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=true
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=true
svg/scale=1.0

117
project/sprites/camera.svg Normal file
View file

@ -0,0 +1,117 @@
<?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:xlink="http://www.w3.org/1999/xlink"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.1"
id="svg815"
width="85"
height="105"
viewBox="0 0 85 105"
sodipodi:docname="camera.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata821">
<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="defs819" />
<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="1001"
id="namedview817"
showgrid="false"
inkscape:zoom="15.390476"
inkscape:cx="59.64551"
inkscape:cy="58.72505"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer2"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true" />
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Original"
transform="translate(57.184406,10.136139)"
sodipodi:insensitive="true">
<image
sodipodi:absref="C:\Users\zc456\Documents\GitHub\nathansdressup\project\sprites\camera.png"
xlink:href="camera.png"
style="opacity:0.56499999"
y="-10.136139"
x="-57.184406"
id="image823-4"
preserveAspectRatio="none"
height="105"
width="85" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-ink">
<rect
style="opacity:1;fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:1.13385832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect850"
width="10.785892"
height="3.1837871"
x="33.397278"
y="38.075497"
ry="0" />
<rect
style="opacity:1;fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:1.13385832;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect850-0"
width="10.785892"
height="3.1837871"
x="63.545792"
y="39.017635"
ry="0" />
<path
style="fill:#ececec;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 32.227723,41.194307 -0.129951,20.792079 7.602104,-0.389851 0.454827,-1.559406 35.996287,0.519802 0.454827,-18.128094 -14.294555,-0.129951 -4.418316,-4.678218 -7.862005,-0.06498 -3.053837,3.443688 z"
id="path842"
inkscape:connector-curvature="0" />
<rect
style="opacity:1;fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:1.13228285;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect844"
width="43.859867"
height="11.112343"
x="32.356888"
y="46.911343"
ry="0" />
<ellipse
style="opacity:1;fill:#008000;fill-opacity:1;stroke:#000000;stroke-width:1.13385827;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path846"
cx="55.034035"
cy="52.272587"
rx="7.0823021"
ry="6.9198637" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 3.8 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/camera.svg-9305287ba29f8c72100325a8b8ece10a.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/camera.svg"
dest_files=[ "res://.import/camera.svg-9305287ba29f8c72100325a8b8ece10a.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=true
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=true
svg/scale=1.0

View file

@ -0,0 +1,136 @@
<?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"
version="1.1"
id="svg837"
width="85"
height="115"
viewBox="0 0 85 115"
sodipodi:docname="dj_shirt.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata843">
<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="defs841" />
<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="1001"
id="namedview839"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.6568543"
inkscape:cx="27.653445"
inkscape:cy="86.13669"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer3" />
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Original"
transform="translate(17.592821,10.674505)"
sodipodi:insensitive="true" />
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Color">
<path
style="display:inline;opacity:1;fill:#808040;fill-opacity:1;stroke:none;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 8.0736469,15.651414 c -3.000545,1.901906 -2.134901,57.073021 -2.134901,57.073021 -2.3101643,9.809195 1.7559102,10.522205 0.608284,17.795372 3.172745,1.81514 6.7511221,-1.62007 11.6707931,-0.28466 4.919671,1.33542 1.601085,5.99959 0.42698,11.243813 -1.174105,5.24423 13.404674,6.57995 20.637376,8.09176 6.041484,1.26281 12.406349,1.67677 18.502475,0.71164 7.9885,-1.26473 20.835815,-4.94864 22.772278,-8.37642 1.936463,-3.427783 -8.341438,-10.916233 -7.116337,-15.086632 1.225101,-4.170404 7.707079,-1.859528 7.970297,-4.981436 0.780656,-9.259011 0.132549,-21.086054 -0.569307,-31.596534 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -5.708848,-12.627003 -11.386138,-12.66708 C 60.741934,14.190253 60.509291,27.100642 54.51114,27.46906 48.496563,27.838487 46.696496,15.151003 40.705447,15.798267 28.378758,17.130023 11.074193,13.749508 8.0736469,15.651414 Z"
id="path864-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zcczzaazzsacsssz" />
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.13385832;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 19.358749,103.26231 c 0,0 -2.031868,-16.953677 4.419417,-10.076263 6.451286,6.877413 45.278555,8.939913 50.73491,-1.237436 3.031418,-5.654289 6.010409,10.076259 6.010409,10.076259 0,0 -17.202537,8.99577 -26.606593,9.50546 -11.827122,0.64102 -34.558143,-8.26802 -34.558143,-8.26802 z"
id="path857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czscac" />
<path
style="fill:none;stroke:#000000;stroke-width:0.82618386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 21.18318,56.718399 12.829851,4.676829 6.216526,8.70858 -19.443177,-2.90286 z"
id="path1975"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.82618386px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 20.521847,71.232698 19.575443,2.74159 -10.713587,7.90223 -9.126389,-2.419051 z"
id="path1977"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.9191364px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 71.95915,55.961889 -14.422757,5.1491 -6.988347,9.58798 21.857169,-3.195994 z"
id="path1975-9"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.9191364px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 72.702592,71.941855 50.696734,74.960294 62.74048,83.660498 72.999968,80.997169 Z"
id="path1977-1"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-Ink"
style="display:inline"
sodipodi:insensitive="true">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 20.92203,15.22896 c 0,0 -4.320995,-7.0225477 0.89194,-9.0880412 4.013907,-1.5904089 18.973672,3.1143052 22.320898,3.7467605 4.35966,0.8237537 -3.429422,5.9105877 -3.429422,5.9105877"
id="path866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 66.751238,14.232673 c 0,0 -0.736893,-8.3150049 2.300858,-9.299268 1.946842,-0.630797 3.485848,2.307421 4.689494,3.9625141 2.939318,4.0417579 5.250189,6.8177929 5.676727,13.8763579 0.08689,1.437935 -1.280941,4.127475 -1.280941,4.127475"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="caasc" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 8.0736469,15.651414 c -1.916671,16.5657 -7.0806162,60.446928 0.2411497,73.984505 1.7291064,3.220442 4.9833544,-0.736187 9.9030254,0.59923 4.919671,1.335417 1.601085,5.999584 0.42698,11.243811 -1.174105,5.24423 13.404674,6.57995 20.637376,8.09176 6.041484,1.26281 12.406349,1.67677 18.502475,0.71164 7.9885,-1.26473 20.835815,-4.94864 22.772278,-8.37642 1.936463,-3.427781 -8.341438,-10.916229 -7.116337,-15.086633 1.225101,-4.170404 7.707079,-1.859528 7.970297,-4.981436 0.780656,-9.259011 0.132549,-21.086054 -0.569307,-31.596534 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -5.708848,-12.627002 -11.386138,-12.667079 C 60.741933,14.190253 60.50929,27.100641 54.511139,27.469059 48.496562,27.838486 46.696495,15.151003 40.705446,15.798267 28.378757,17.130023 11.074192,13.749508 8.0736469,15.651414 Z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cczzaazzsacsssc" />
<path
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 21.918317,40.563119 -3.700495,49.67203"
id="path870"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 70.024752,47.679455 3.415842,39.139852"
id="path872"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 7.7 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/dj_shirt.svg-5d74e0cb2b3928aecd132f88a5420703.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/dj_shirt.svg"
dest_files=[ "res://.import/dj_shirt.svg-5d74e0cb2b3928aecd132f88a5420703.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=true
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=true
svg/scale=1.0

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 4.8 KiB

View file

@ -0,0 +1,116 @@
<?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"
version="1.1"
id="svg837"
width="85"
height="115"
viewBox="0 0 85 115"
sodipodi:docname="old_sweatshirt.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata843">
<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="defs841" />
<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="1001"
id="namedview839"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.6568543"
inkscape:cx="27.653445"
inkscape:cy="57.852419"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer2" />
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Original"
transform="translate(17.592821,10.674505)"
sodipodi:insensitive="true" />
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Color"
sodipodi:insensitive="true">
<path
style="display:inline;opacity:1;fill:#808040;fill-opacity:1;stroke:none;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 8.0736469,15.651414 c -3.000545,1.901906 -2.134901,57.073021 -2.134901,57.073021 -2.3101643,9.809195 1.7559102,10.522205 0.608284,17.795372 3.172745,1.81514 6.7511221,-1.62007 11.6707931,-0.28466 4.919671,1.33542 1.601085,5.99959 0.42698,11.243813 -1.174105,5.24423 13.404674,6.57995 20.637376,8.09176 6.041484,1.26281 12.406349,1.67677 18.502475,0.71164 7.9885,-1.26473 20.835815,-4.94864 22.772278,-8.37642 1.936463,-3.427783 -8.341438,-10.916233 -7.116337,-15.086632 1.225101,-4.170404 7.707079,-1.859528 7.970297,-4.981436 0.780656,-9.259011 0.132549,-21.086054 -0.569307,-31.596534 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -5.708848,-12.627003 -11.386138,-12.66708 C 60.741934,14.190253 60.509291,27.100642 54.51114,27.46906 48.496563,27.838487 46.696496,15.151003 40.705447,15.798267 28.378758,17.130023 11.074193,13.749508 8.0736469,15.651414 Z"
id="path864-9"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zcczzaazzsacsssz" />
<path
style="display:inline;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.13385832;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 19.358749,103.26231 c 0,0 -2.031868,-16.953677 4.419417,-10.076263 6.451286,6.877413 45.278555,8.939913 50.73491,-1.237436 3.031418,-5.654289 6.010409,10.076259 6.010409,10.076259 0,0 -17.202537,8.99577 -26.606593,9.50546 -11.827122,0.64102 -34.558143,-8.26802 -34.558143,-8.26802 z"
id="path857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czscac" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-Ink"
style="display:inline">
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 20.92203,15.22896 c 0,0 -4.320995,-7.0225477 0.89194,-9.0880412 4.013907,-1.5904089 18.973672,3.1143052 22.320898,3.7467605 4.35966,0.8237537 -3.429422,5.9105877 -3.429422,5.9105877"
id="path866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 66.751238,14.232673 c 0,0 -0.736893,-8.3150049 2.300858,-9.299268 1.946842,-0.630797 3.485848,2.307421 4.689494,3.9625141 2.939318,4.0417579 5.250189,6.8177929 5.676727,13.8763579 0.08689,1.437935 -1.280941,4.127475 -1.280941,4.127475"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="caasc" />
<path
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 8.0736469,15.651414 c -1.916671,16.5657 -7.0806162,60.446928 0.2411497,73.984505 1.7291064,3.220442 4.9833544,-0.736187 9.9030254,0.59923 4.919671,1.335417 1.601085,5.999584 0.42698,11.243811 -1.174105,5.24423 13.404674,6.57995 20.637376,8.09176 6.041484,1.26281 12.406349,1.67677 18.502475,0.71164 7.9885,-1.26473 20.835815,-4.94864 22.772278,-8.37642 1.936463,-3.427781 -8.341438,-10.916229 -7.116337,-15.086633 1.225101,-4.170404 7.707079,-1.859528 7.970297,-4.981436 0.780656,-9.259011 0.132549,-21.086054 -0.569307,-31.596534 -0.521871,-7.815165 -2.704208,-23.341585 -2.704208,-23.341585 0,0 -5.708848,-12.627002 -11.386138,-12.667079 C 60.741933,14.190253 60.50929,27.100641 54.511139,27.469059 48.496562,27.838486 46.696495,15.151003 40.705446,15.798267 28.378757,17.130023 11.074192,13.749508 8.0736469,15.651414 Z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cczzaazzsacsssc" />
<path
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 21.918317,40.563119 -3.700495,49.67203"
id="path870"
inkscape:connector-curvature="0" />
<path
style="opacity:1;fill:none;stroke:#000000;stroke-width:3.77952766;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 70.024752,47.679455 3.415842,39.139852"
id="path872"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.6 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/old_sweatshirt.svg-30079f7163aabdff1203e8d8d45de87f.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/old_sweatshirt.svg"
dest_files=[ "res://.import/old_sweatshirt.svg-30079f7163aabdff1203e8d8d45de87f.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=true
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=true
svg/scale=1.0

View file

@ -0,0 +1,87 @@
<?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"
version="1.1"
id="svg3283"
width="101"
height="149"
viewBox="0 0 101 149"
sodipodi:docname="tail0.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata3289">
<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="defs3287" />
<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="1001"
id="namedview3285"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true"
inkscape:zoom="4.4799248"
inkscape:cx="114.88333"
inkscape:cy="62.16387"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer4" />
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Color">
<path
style="fill:#0282b1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
d="m 4.017919,34.265927 c 12.24512,-14.352353 43.99354,-9.752475 51.56337,-2.901834 26.934881,24.862967 -20.06639,70.336917 -9.59838,80.804927 8.45455,8.45455 28.952921,8.73822 39.286381,3.57149 2.24732,-1.12366 5.80207,-1.29338 7.81263,-2.90183 0.41143,-0.32915 4.95607,-5.26668 5.58045,-4.01793 -0.30524,18.95982 -25.7564,38.50766 -43.081081,31.25053 -16.01962,-7.28165 -54.42534,-20.41915 -45.09005,-45.313262 3.09768,-8.260462 21.43212,-24.095373 18.75032,-37.94707 C 27.098069,45.739669 3.438239,37.164341 4.017919,34.265927 Z"
id="path3854-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscccsac" />
<path
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 23.884329,73.329088 c 2.555501,-2.159728 3.894528,-5.912514 5.803669,-8.928722 19.718224,-31.152368 2.38169,13.740543 5.357233,14.73239 4.855614,1.618538 13.012228,-27.25907 14.062736,-24.107547 1.71003,5.130092 -1.507514,19.921417 2.23218,23.661111 0.682677,0.682677 10.208556,-13.736032 10.937684,-15.84848 2.455398,-7.113843 1.63111,-24.440587 -3.125053,-28.34869 C 45.382204,23.173974 19.421856,18.86199 4.017919,34.265927 c 9.997814,7.082358 16.851062,9.79402 19.643192,14.285959 8.526303,4.263151 7.058351,18.79646 0.223218,24.777202 z"
id="path8170"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssssssccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Re-ink"
transform="translate(206.44492,-11.364407)">
<path
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
d="m -202.427,45.630339 c 12.24512,-14.352353 43.99354,-9.752475 51.56337,-2.901834 26.93488,24.862967 -20.06639,70.336915 -9.59838,80.804925 8.45455,8.45455 28.95292,8.73822 39.28638,3.57149 2.24732,-1.12366 5.80207,-1.29338 7.81263,-2.90183 0.41143,-0.32915 4.95607,-5.26668 5.58045,-4.01793 -0.30524,18.95982 -25.7564,38.50766 -43.08108,31.25053 -16.01962,-7.28165 -54.42534,-20.41915 -45.09005,-45.31326 3.09768,-8.260462 21.43212,-24.095373 18.75032,-37.94707 -2.14349,-11.071279 -25.80332,-19.646607 -25.22364,-22.545021 z"
id="path3854"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscccsac" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/tail0.svg-bacfc76d37c28f8c2feaf754c1d87074.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/tail/tail0.svg"
dest_files=[ "res://.import/tail0.svg-bacfc76d37c28f8c2feaf754c1d87074.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=true
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=true
svg/scale=1.0

View file

@ -0,0 +1,81 @@
<?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"
version="1.1"
id="svg3856"
width="101"
height="149"
viewBox="0 0 101 149"
sodipodi:docname="tail1.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata3862">
<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="defs3860" />
<sodipodi:namedview
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1"
objecttolerance="10"
gridtolerance="10"
guidetolerance="10"
inkscape:pageopacity="0"
inkscape:pageshadow="2"
inkscape:window-width="958"
inkscape:window-height="991"
id="namedview3858"
showgrid="false"
inkscape:zoom="6.3355705"
inkscape:cx="23.661247"
inkscape:cy="80.32091"
inkscape:window-x="952"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:current-layer="layer7"
inkscape:pagecheckerboard="true" />
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Original" />
<g
inkscape:groupmode="layer"
id="layer7"
inkscape:label="Re-ink">
<path
style="fill:#0282b1;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 1.9267346,33.890321 C 14.171854,19.537969 45.920274,24.137847 53.490104,30.988488 c 26.93488,24.862967 -17.540966,52.501111 -7.072956,62.969121 8.45455,8.454551 28.95292,8.738221 39.28638,3.57149 2.24732,-1.12366 5.80207,-1.29338 7.81263,-2.90183 0.41143,-0.32915 4.95607,-5.26668 5.58045,-4.01793 C 98.791368,109.56916 73.340208,129.117 56.015528,121.85987 39.995908,114.57822 1.5901883,101.44072 10.925478,76.546607 14.023158,68.286145 27.849728,65.020267 27.150374,56.435343 26.23476,45.195707 1.3470546,36.788735 1.9267346,33.890321 Z"
id="path3854-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscccsac" />
<path
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 17.373653,70.270224 c 2.5555,-2.159727 3.178062,2.750014 13.379941,-8.297365 10.201879,-11.047379 -0.459412,15.318932 2.516128,16.310779 4.85561,1.618538 13.01223,-27.25907 14.06274,-24.107546 1.71003,5.130092 -1.50752,19.921416 2.23218,23.66111 0.68267,0.682677 10.20855,-13.736031 10.93768,-15.848479 2.4554,-7.113843 1.63111,-24.440588 -3.12505,-28.348691 -13.77058,-11.315175 -39.73093,-15.627159 -55.1348595,-0.223223 9.9978095,7.082358 16.8510595,9.79402 19.6431895,14.285959 8.5263,4.263152 5.953478,13.272096 -4.511949,22.567456 z"
id="path8170"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czccsssccc" />
<path
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 2.2424125,33.416809 C 14.487532,19.064457 46.235952,23.664335 53.805782,30.514976 c 26.93488,24.862967 -17.856644,52.974626 -7.388634,63.442636 8.45455,8.454548 28.95292,8.738218 39.28638,3.57149 2.24732,-1.12366 5.80207,-1.29338 7.81263,-2.90183 0.41143,-0.32915 4.95607,-5.26668 5.58045,-4.01793 C 98.791368,109.56916 73.340208,129.117 56.015528,121.85987 39.995908,114.57822 1.5901883,101.44072 10.925478,76.546612 14.023158,68.28615 28.189322,64.734362 27.466052,55.961831 26.539451,44.723095 1.6627325,36.315223 2.2424125,33.416809 Z"
id="path3854"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscccsac" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.1 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/tail1.svg-04a971ec08c55d1a9d26808d9c04b6ee.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/tail/tail1.svg"
dest_files=[ "res://.import/tail1.svg-04a971ec08c55d1a9d26808d9c04b6ee.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=true
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=true
svg/scale=1.0

View file

@ -0,0 +1,87 @@
<?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"
version="1.1"
id="svg8835"
width="101"
height="149"
viewBox="0 0 101 149"
sodipodi:docname="tail2.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata8841">
<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="defs8839" />
<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="1001"
id="namedview8837"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="4.4799248"
inkscape:cx="46.192249"
inkscape:cy="95.174441"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer9"
inkscape:pagecheckerboard="true" />
<g
inkscape:groupmode="layer"
id="layer8"
inkscape:label="Original"
transform="translate(-47.991524,-63.135593)"
sodipodi:insensitive="true" />
<g
inkscape:groupmode="layer"
id="layer9"
inkscape:label="Re-ink">
<path
style="fill:#0282b1;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 4.4509363,28.047312 C 16.696056,13.694959 44.649769,22.53598 52.219599,29.386621 67.547141,59.830038 35.947916,95.482394 46.415926,105.9504 c 8.45455,8.45455 28.95292,8.73822 39.28638,3.57149 2.24732,-1.12366 5.80207,-1.29338 7.81263,-2.90183 0.41143,-0.32915 4.95607,-5.26668 5.58045,-4.01793 -0.30524,18.95982 -25.7564,38.50766 -43.08108,31.25053 -16.01962,-7.28165 -54.4253397,-20.41915 -45.09005,-45.313256 3.09768,-8.26046 11.74829,-23.519226 9.821599,-35.71489 C 19.203323,43.060524 3.8712563,30.945726 4.4509363,28.047312 Z"
id="path3854-7"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsscccsac" />
<path
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 16.281497,68.003346 c 2.5555,-2.15973 3.89453,-5.91251 5.80367,-8.92872 19.71822,-31.152371 4.837088,11.954796 7.812628,12.946646 4.85561,1.61854 9.66396,-21.008965 11.607342,-22.321806 4.480942,-3.027075 6.528329,19.028548 10.268029,22.768238 0.68267,0.68268 1.309566,-10.342463 2.901831,-14.955608 1.592265,-4.613145 4.799012,-12.924418 -3.12505,-28.348689 C 43.625885,13.739136 19.854876,12.643375 4.4509363,28.047312 14.448746,35.12967 13.266147,38.734204 16.058277,43.226146 c 8.5263,4.26315 7.05835,18.79646 0.22322,24.7772 z"
id="path8170"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssszzccc" />
<path
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 4.4509363,28.047317 C 16.696056,13.694964 33.26335,8.6963785 50.657073,28.716971 68.050796,48.737565 35.947916,95.482394 46.415926,105.9504 c 8.45455,8.45455 28.95292,8.73822 39.28638,3.57149 2.24732,-1.12366 5.80207,-1.29338 7.81263,-2.90183 0.41143,-0.32915 4.95607,-5.26668 5.58045,-4.01793 -0.30524,18.95983 -25.7564,38.50767 -43.08108,31.25054 C 39.994686,126.57102 1.5889663,113.43351 10.924256,88.539404 14.021936,80.278944 23.06188,63.751343 20.745855,51.03877 19.062233,41.797438 3.8712563,30.945731 4.4509363,28.047317 Z"
id="path3854"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czsscccsac" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/tail2.svg-79368b37193b7b118b6a6740d6e3834b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/tail/tail2.svg"
dest_files=[ "res://.import/tail2.svg-79368b37193b7b118b6a6740d6e3834b.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=true
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=true
svg/scale=1.0

View file

@ -52,6 +52,10 @@ func _process(delta):
if $Clothes/Wordrobe/Pants/PantsGrid/Jeans.is_pressed():
change_bottoms(load("res://sprites/jeans.svg"))
if $Clothes/Wordrobe/Pants/PantsGrid/BeyondPants.is_pressed():
change_bottoms(load("res://sprites/beyond_jeans.svg"))
if $Clothes/Wordrobe/Pants/PantsGrid/Sweats.is_pressed():
change_bottoms(load("res://sprites/sweat_pants.svg"))
@ -59,9 +63,6 @@ func _process(delta):
if $Clothes/Wordrobe/Pants/PantsGrid/BeatUpJeans.is_pressed():
change_bottoms(load("res://sprites/beat_up_jeans.svg"))
# if $Clothes/Wordrobe/Pants/PantsGrid/DJShorts.is_pressed():
# change_bottoms(load("res://sprites/dj_shorts.svg"))
if $Clothes/Wordrobe/Underwear/UndiesGrid/Briefs.is_pressed():
change_undies(load("res://sprites/briefs.svg"))
@ -85,6 +86,8 @@ func _process(delta):
if $Clothes/Wordrobe/Shirts/ShirtsGrid/WhatsNewShirt.is_pressed():
change_tops(load("res://sprites/whatsnew_shirt.svg"))
if $Clothes/Wordrobe/Shirts/ShirtsGrid/BeyondJacket.is_pressed():
change_tops(load("res://sprites/beyond_jacket.svg"))
# Remove clothes
# ===========================================================