From 0185999e9c428b9f26450bfbdcf16b156a1e6576 Mon Sep 17 00:00:00 2001 From: Anthony Foxclaw Date: Wed, 15 Jul 2020 07:35:20 -0400 Subject: [PATCH] Slight height adjustments to character - Adjsuted heights the of top and bottom portions of the character so they align better with each other - Cleaned up and simplified a few SVGs - Added (or brought back) the retro shirt --- scenes/characterBase.tscn | 48 ++--- scenes/clothing/tops/retroShirt.tscn | 10 ++ scenes/wardrobe.tscn | 80 ++++++--- sprites/character_base_legs.svg | 107 ++++++------ sprites/character_base_top.svg | 136 +++++++++------ sprites/clothes/beat_up_jeans.svg | 194 +++++++++------------ sprites/clothes/dj_shorts.svg | 252 ++++++++++++++++----------- sprites/clothes/fundosi.svg | 163 ++++++++++------- sprites/clothes/jeans.svg | 158 ++++++++++------- sprites/clothes/retro_shirt.svg | 222 +++++++++++++++-------- 10 files changed, 793 insertions(+), 577 deletions(-) create mode 100644 scenes/clothing/tops/retroShirt.tscn diff --git a/scenes/characterBase.tscn b/scenes/characterBase.tscn index 8c44b73..d09de71 100644 --- a/scenes/characterBase.tscn +++ b/scenes/characterBase.tscn @@ -100,23 +100,29 @@ __meta__ = { "_edit_lock_": true } -[node name="top" type="Sprite" parent="body"] -position = Vector2( 7, 80 ) -texture = ExtResource( 25 ) -__meta__ = { -"_edit_lock_": true -} - [node name="legs" type="Sprite" parent="body"] -position = Vector2( 3, 189 ) +position = Vector2( 1.47027, 192.868 ) texture = ExtResource( 5 ) +[node name="top" type="Sprite" parent="body"] +position = Vector2( 7, 78 ) +texture = ExtResource( 25 ) + [node name="head" type="Sprite" parent="body"] -position = Vector2( 14.1214, -26.841 ) +position = Vector2( 14.1214, -28.841 ) texture = ExtResource( 27 ) -__meta__ = { -"_edit_lock_": true -} + +[node name="eyes" type="AnimatedSprite" parent="body/head"] +position = Vector2( 17.6857, 4.22147 ) +frames = SubResource( 3 ) +frame = 6 +playing = true + +[node name="mouth" type="AnimatedSprite" parent="body/head"] +position = Vector2( 38.1195, 8.68453 ) +frames = SubResource( 4 ) +frame = 6 +playing = true [node name="accessory" type="Sprite" parent="body"] position = Vector2( 9.54095, 73.0832 ) @@ -130,21 +136,3 @@ position = Vector2( 51.7305, -20.2165 ) __meta__ = { "_edit_lock_": true } - -[node name="eyes" type="AnimatedSprite" parent="body/emote"] -position = Vector2( -19.9234, -2.40303 ) -frames = SubResource( 3 ) -frame = 3 -playing = true -__meta__ = { -"_edit_lock_": true -} - -[node name="mouth" type="AnimatedSprite" parent="body/emote"] -position = Vector2( 0.510399, 2.06003 ) -frames = SubResource( 4 ) -frame = 6 -playing = true -__meta__ = { -"_edit_lock_": true -} diff --git a/scenes/clothing/tops/retroShirt.tscn b/scenes/clothing/tops/retroShirt.tscn new file mode 100644 index 0000000..01173bd --- /dev/null +++ b/scenes/clothing/tops/retroShirt.tscn @@ -0,0 +1,10 @@ +[gd_scene load_steps=4 format=2] + +[ext_resource path="res://scenes/clothing/base/baseClothing.tscn" type="PackedScene" id=1] +[ext_resource path="res://scripts/clothing/topsBase.gd" type="Script" id=2] +[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3] + +[node name="nlShirt" instance=ExtResource( 1 )] +texture_normal = ExtResource( 3 ) +script = ExtResource( 2 ) +[connection signal="pressed" from="." to="." method="_on_tops_pressed"] diff --git a/scenes/wardrobe.tscn b/scenes/wardrobe.tscn index 04d41dd..6f61331 100644 --- a/scenes/wardrobe.tscn +++ b/scenes/wardrobe.tscn @@ -1,6 +1,7 @@ -[gd_scene load_steps=18 format=2] +[gd_scene load_steps=20 format=2] [ext_resource path="res://scenes/clothing/camera.tscn" type="PackedScene" id=1] +[ext_resource path="res://sprites/clothes/retro_shirt.svg" type="Texture" id=2] [ext_resource path="res://scenes/clothing/pants/beatUpJeans.tscn" type="PackedScene" id=3] [ext_resource path="res://scenes/clothing/pants/jeans.tscn" type="PackedScene" id=4] [ext_resource path="res://scenes/clothing/pants/skirt.tscn" type="PackedScene" id=5] @@ -16,6 +17,7 @@ [ext_resource path="res://scenes/clothing/tops/atomicShirt.tscn" type="PackedScene" id=15] [ext_resource path="res://scenes/clothing/tops/nlShirt.tscn" type="PackedScene" id=16] [ext_resource path="res://scenes/clothing/pants/sweatPants.tscn" type="PackedScene" id=17] +[ext_resource path="res://scenes/clothing/tops/retroShirt.tscn" type="PackedScene" id=18] [ext_resource path="res://scripts/wardrobe.gd" type="Script" id=21] [node name="Wordrobe" type="TabContainer"] @@ -31,6 +33,7 @@ __meta__ = { } [node name="Pants" type="Tabs" parent="."] +visible = false anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 5.0 @@ -63,21 +66,21 @@ texture_normal = ExtResource( 9 ) anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 110.0 -margin_right = 220.0 +margin_right = 222.0 margin_bottom = 134.0 [node name="jeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 4 )] anchor_right = 0.0 anchor_bottom = 0.0 -margin_left = 224.0 -margin_right = 330.0 +margin_left = 226.0 +margin_right = 337.0 margin_bottom = 134.0 [node name="camoJeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 7 )] anchor_right = 0.0 anchor_bottom = 0.0 -margin_left = 334.0 -margin_right = 444.0 +margin_left = 341.0 +margin_right = 451.0 margin_bottom = 134.0 [node name="sweatPants" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 17 )] @@ -92,27 +95,26 @@ anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 110.0 margin_top = 138.0 -margin_right = 220.0 +margin_right = 222.0 margin_bottom = 270.0 [node name="formalSkirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 6 )] anchor_right = 0.0 anchor_bottom = 0.0 -margin_left = 224.0 +margin_left = 226.0 margin_top = 138.0 -margin_right = 330.0 +margin_right = 337.0 margin_bottom = 270.0 [node name="skirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 5 )] anchor_right = 0.0 anchor_bottom = 0.0 -margin_left = 334.0 +margin_left = 341.0 margin_top = 138.0 -margin_right = 444.0 +margin_right = 451.0 margin_bottom = 270.0 [node name="Shirts" type="Tabs" parent="."] -visible = false anchor_right = 1.0 anchor_bottom = 1.0 margin_left = 5.0 @@ -134,51 +136,71 @@ size_flags_vertical = 3 columns = 4 [node name="removeShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"] -margin_left = 110.0 -margin_top = 119.0 -margin_right = 216.0 -margin_bottom = 234.0 +margin_right = 106.0 +margin_bottom = 115.0 rect_min_size = Vector2( 0, 112 ) texture_normal = ExtResource( 9 ) [node name="djShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 14 )] anchor_right = 0.0 anchor_bottom = 0.0 -margin_right = 106.0 -margin_bottom = 115.0 - -[node name="kormShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 13 )] -anchor_right = 0.0 -anchor_bottom = 0.0 margin_left = 110.0 margin_right = 216.0 margin_bottom = 115.0 -[node name="atomicShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 15 )] - -[node name="nlShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 16 )] - -[node name="rawShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 12 )] +[node name="kormShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 13 )] anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 220.0 margin_right = 326.0 margin_bottom = 115.0 -[node name="zShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 11 )] +[node name="atomicShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 15 )] anchor_right = 0.0 anchor_bottom = 0.0 margin_left = 330.0 margin_right = 436.0 margin_bottom = 115.0 -[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 10 )] +[node name="nlShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 16 )] anchor_right = 0.0 anchor_bottom = 0.0 margin_top = 119.0 margin_right = 106.0 margin_bottom = 234.0 +[node name="rawShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 12 )] +anchor_right = 0.0 +anchor_bottom = 0.0 +margin_left = 110.0 +margin_top = 119.0 +margin_right = 216.0 +margin_bottom = 234.0 + +[node name="zShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 11 )] +anchor_right = 0.0 +anchor_bottom = 0.0 +margin_left = 220.0 +margin_top = 119.0 +margin_right = 326.0 +margin_bottom = 234.0 + +[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 10 )] +anchor_right = 0.0 +anchor_bottom = 0.0 +margin_left = 330.0 +margin_top = 119.0 +margin_right = 436.0 +margin_bottom = 234.0 + +[node name="retroShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 18 )] +anchor_right = 0.0 +anchor_bottom = 0.0 +margin_top = 238.0 +margin_right = 106.0 +margin_bottom = 353.0 +texture_normal = ExtResource( 2 ) + [node name="Accessoires" type="Tabs" parent="."] visible = false anchor_right = 1.0 diff --git a/sprites/character_base_legs.svg b/sprites/character_base_legs.svg index ccdeb3c..46b4bca 100644 --- a/sprites/character_base_legs.svg +++ b/sprites/character_base_legs.svg @@ -7,41 +7,41 @@ 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="29.356466mm" - height="34.165901mm" - viewBox="0 0 29.356466 34.165901" - version="1.1" - id="svg8" + sodipodi:docname="character_base_legs.svg" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - sodipodi:docname="character_base_legs.svg"> + id="svg8" + version="1.1" + viewBox="0 0 29.356466 33.044505" + height="33.044506mm" + width="29.356466mm"> + inkscape:window-maximized="1" + inkscape:window-y="-9" + inkscape:window-x="-9" + inkscape:window-height="1001" + inkscape:window-width="1920" + showguides="true" + inkscape:pagecheckerboard="true" + fit-margin-bottom="0" + fit-margin-right="0" + fit-margin-left="0" + fit-margin-top="0" + showgrid="false" + inkscape:current-layer="layer3" + inkscape:document-units="mm" + inkscape:cy="-10.536605" + inkscape:cx="188.27602" + inkscape:zoom="2.8" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" /> @@ -55,41 +55,40 @@ - + + id="layer3" + inkscape:groupmode="layer"> + d="m 31.277528,53.606473 c 0.123737,9.510183 1.595727,13.002971 0.897694,23.699107 5.989076,7.622458 -5.466142,9.257207 -8.457219,1.795388 0,-4.946536 0.06144,-10.808711 0.04725,-15.73326 -3.051778,4.577667 -6.271659,11.54185 -7.843006,17.103423 6.066786,9.10018 -9.274496,5.51039 -10.15811,0.18899 5.089364,-6.263833 9.457066,-19.113432 10.067485,-26.954038 6.174568,-0.184322 8.74291,-0.05561 15.445906,-0.09961 z" + style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + id="path857" + d="m 15.270238,54.296281 c -0.52762,2.533268 6.446629,6.5124 8.920238,7.984749 4.741466,-1.55146 7.056167,-4.214834 7.606771,-7.654018 0.550604,-3.439184 0.377976,22.678568 0.377976,22.678568 0,0 2.67882,4.233216 0.566965,5.76414 -2.111855,1.530924 -7.638158,-0.210531 -9.024185,-3.968752 -1.386027,-3.758221 0.472473,-16.819938 0.472473,-16.819938 l -8.268229,18.1901 c 0,0 2.807966,4.177084 0.330729,5.764141 -2.477237,1.587057 -11.8033341,-3.743327 -10.488839,-5.57515 3.2620156,-4.545801 8.268229,-18.355467 8.268229,-18.355467 0,0 1.765492,-10.541641 1.237872,-8.008373 z" + style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.264583px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + inkscape:label="Re-ink" + id="layer2" + inkscape:groupmode="layer"> + id="path831" + d="m 31.277528,53.606473 c -0.05112,9.15583 1.595725,13.00297 0.897695,23.699107 5.989074,7.622458 -5.466143,9.257205 -8.45722,1.795387 0,-4.946535 0.06144,-10.808709 0.04725,-15.733259 -3.051778,4.577668 -6.271659,11.541849 -7.843006,17.103422 6.066786,9.10018 -9.2744956,5.510391 -10.1581101,0.188989 C 10.853501,74.396286 15.717297,60.625371 15.831622,53.706083" + style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> diff --git a/sprites/character_base_top.svg b/sprites/character_base_top.svg index 4813e33..04c08f7 100644 --- a/sprites/character_base_top.svg +++ b/sprites/character_base_top.svg @@ -7,9 +7,9 @@ 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="24.488098mm" - height="31.425005mm" - viewBox="0 0 24.488098 31.425005" + width="24.504625mm" + height="29.090412mm" + viewBox="0 0 24.504625 29.090412" version="1.1" id="svg8" inkscape:version="1.0 (4035a4fb49, 2020-05-01)" @@ -23,9 +23,9 @@ borderopacity="1.0" inkscape:pageopacity="0.0" inkscape:pageshadow="2" - inkscape:zoom="2.8" - inkscape:cx="18.91287" - inkscape:cy="108.53187" + inkscape:zoom="5.6" + inkscape:cx="80.553227" + inkscape:cy="59.753864" inkscape:document-units="mm" inkscape:current-layer="layer2" showgrid="false" @@ -58,66 +58,86 @@ inkscape:label="Layer 1" inkscape:groupmode="layer" id="layer1" - transform="translate(-84.473399,-131.83647)" + transform="translate(-113.05078,-148.95219)" style="display:inline" /> - - - - - + inkscape:label="Color" /> - - - - + + + + + + + + + + + + + + + diff --git a/sprites/clothes/beat_up_jeans.svg b/sprites/clothes/beat_up_jeans.svg index 3895842..11d9ae3 100644 --- a/sprites/clothes/beat_up_jeans.svg +++ b/sprites/clothes/beat_up_jeans.svg @@ -7,40 +7,40 @@ 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" - sodipodi:docname="beat_up_jeans.svg" - inkscape:version="1.0 (4035a4fb49, 2020-05-01)" - id="svg2007" + width="29.35647mm" + height="33.53791mm" + viewBox="0 0 29.356471 33.537911" version="1.1" - viewBox="0 0 29.356467 35.498169" - height="35.498169mm" - width="29.356466mm"> + id="svg2007" + inkscape:version="1.0 (4035a4fb49, 2020-05-01)" + sodipodi:docname="beat_up_jeans.svg"> + bordercolor="#666666" + borderopacity="1.0" + inkscape:pageopacity="0.0" + inkscape:pageshadow="2" + inkscape:zoom="5.6" + inkscape:cx="80.629541" + inkscape:cy="69.57743" + 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="true" + inkscape:window-width="1920" + inkscape:window-height="1001" + inkscape:window-x="-9" + inkscape:window-y="-9" + inkscape:window-maximized="1" + inkscape:document-rotation="0" /> @@ -54,101 +54,81 @@ - - - - - - - - - - - - + inkscape:label="Layer 1" + inkscape:groupmode="layer" + id="layer1" + transform="translate(-79.069227,-132.62721)"> + sodipodi:nodetypes="cccccccc" /> + + + + + + inkscape:label="Re-ink" + transform="translate(-0.10999844,1.3894499)"> - + - + - + - + - + + inkscape:connector-curvature="0" /> diff --git a/sprites/clothes/dj_shorts.svg b/sprites/clothes/dj_shorts.svg index 82c126f..804619d 100644 --- a/sprites/clothes/dj_shorts.svg +++ b/sprites/clothes/dj_shorts.svg @@ -1,6 +1,4 @@ - - + viewBox="0 0 112.67261 129.13097" + height="129.13097" + width="112.67261" + id="svg815" + version="1.1"> @@ -31,119 +29,175 @@ + fit-margin-left="0" + fit-margin-top="0" + inkscape:pagecheckerboard="true" + inkscape:current-layer="layer1" + inkscape:window-maximized="1" + inkscape:window-y="-9" + inkscape:window-x="-9" + inkscape:cy="23.771797" + inkscape:cx="70.325068" + inkscape:zoom="10.202541" + showgrid="false" + id="namedview817" + inkscape:window-height="1001" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#ffffff" /> - + transform="translate(7.0733513,-5.3428782)" + inkscape:label="Original" + id="layer1" + inkscape:groupmode="layer"> + + + + + + + + + + + id="path3894" + d="m 40.660268,12.698439 10.095524,9.899495" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + id="path3896" + d="M 82.610602,9.4639512 76.23964,19.167417" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> - - + sodipodi:nodetypes="ccccc" + id="path3900" + d="m 61.359454,10.952431 c 1.695362,2.584202 2.533515,0.427596 4.816188,1.157737 -2.055795,1.154981 -2.441879,2.636708 -4.705474,2.646859 1.778709,0.992537 0.357817,3.842463 1.956894,4.771002 -2.47447,1.154839 -1.926432,-1.412419 -4.431659,-1.653742" + style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + + + + + + + + id="layer2" + inkscape:groupmode="layer"> + d="M 32.19036,12.383003 C 27.814906,10.066328 13.57583,72.349155 11.485249,83.373002 10.688706,87.573255 49.21379,96.918009 54.475248,84.138614 57.04741,77.891169 68.336633,45.049505 68.336633,45.049505 c 0,0 -10.724331,38.354249 -5.128712,43.663366 4.527582,4.295765 34.983259,-2.415733 36.732673,-9.425742 C 102.66076,68.387255 96.66427,16.077003 95.643564,8.1782178 95.091057,3.9026122 91.285705,4.1044003 85.418081,9.5561956 79.550457,15.007991 40.166495,16.606136 32.19036,12.383003 Z" + style="fill:none;stroke:#000000;stroke-width:2.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 67.504951,47.128713 c 0,0 3.999326,-8.830457 4.158415,-15.386139 0.159089,-6.555682 -2.495049,-17.188119 -2.495049,-17.188119" + style="fill:none;stroke:#000000;stroke-width:2.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + cy="21.361532" + cx="66.488861" + id="path852" + style="opacity:1;fill:#ffff00;fill-opacity:1;stroke:#000000;stroke-width:1.51181;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="M 27.235088,27.527733 C 18.253381,26.665769 5.4320913,49.597184 18.614856,53.99144 c 12.991966,4.330655 43.94592,-17.067986 47.740585,-22.315637 -1.835821,-2.596141 -5.694488,-6.6466 -7.762376,-9.009901 -3.875759,2.600135 -28.365736,21.34457 -34.104781,18.475047 -2.028226,-1.014113 1.80693,-11.921442 2.746804,-13.613216 z" + style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.51181;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 58.707896,21.043134 c -6.86408,14.982581 55.765564,33.20927 45.638714,-5.750085 -1.54752,-7.1735659 -7.430997,-8.3143675 -9.836898,-9.3740972 -0.637929,4.6451152 3.216803,11.5036772 2.634997,17.5760972 -0.581806,6.07242 -22.848135,10.178732 -23.09001,-1.41231 -0.331483,3.253131 -6.569759,5.839391 -9.542442,4.366336 -1.904124,-0.943552 -4.487512,-3.937729 -5.804361,-5.405941 z" + style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:1.51861;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 46.60381,15.485843 c -2.80724,-0.03648 -18.470967,4.785414 -18.470967,4.785414 l -1.247525,2.633664 c 0,0 19.019981,-6.208471 22.767997,-6.587395 3.748016,-0.378924 -0.242265,-0.795202 -3.049505,-0.831683 z" + style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + id="path959-8" + d="m 84.772232,11.287132 c 2.80724,-0.03648 11.021841,5.863576 11.021841,5.863576 l 1.247525,2.633664 c 0,0 -11.570855,-7.286633 -15.318871,-7.665557 -3.748016,-0.378925 0.242265,-0.795203 3.049505,-0.831683 z" + style="fill:#ff0000;fill-opacity:1;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> diff --git a/sprites/clothes/fundosi.svg b/sprites/clothes/fundosi.svg index 6b6e07a..2ceb7c7 100644 --- a/sprites/clothes/fundosi.svg +++ b/sprites/clothes/fundosi.svg @@ -1,6 +1,4 @@ - - + viewBox="0 0 110.95358 129.13097" + height="129.13097" + width="110.95358" + id="svg1568" + version="1.1"> @@ -31,72 +29,109 @@ + fit-margin-left="0" + fit-margin-top="0" + inkscape:current-layer="layer3" + inkscape:window-maximized="1" + inkscape:window-y="-9" + inkscape:window-x="-9" + inkscape:cy="21.411065" + inkscape:cx="78.237963" + inkscape:zoom="11.9198" + inkscape:pagecheckerboard="true" + showgrid="false" + id="namedview1570" + inkscape:window-height="1001" + inkscape:window-width="1920" + inkscape:pageshadow="2" + inkscape:pageopacity="0" + guidetolerance="10" + gridtolerance="10" + objecttolerance="10" + borderopacity="1" + bordercolor="#666666" + pagecolor="#ffffff" /> - + transform="translate(1.1973547,-7.5003284)" + sodipodi:insensitive="true" + inkscape:label="Base" + id="layer2" + inkscape:groupmode="layer"> + + + + + + + + + + + + + + id="layer3" + inkscape:groupmode="layer"> + d="m -162.51027,-90.450111 c 0,0 25.48378,3.852316 38.25568,3.104079 9.08292,-0.532119 26.762192,-5.369218 26.762192,-5.369218" + style="fill:none;stroke:#000000;stroke-width:2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + - - - + d="m -131.38559,-64.610751 0.75505,8.808872 4.86585,-7.71825 -3.27186,2.013457 z" + style="fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> diff --git a/sprites/clothes/jeans.svg b/sprites/clothes/jeans.svg index 5fc5bbd..3816eae 100644 --- a/sprites/clothes/jeans.svg +++ b/sprites/clothes/jeans.svg @@ -1,6 +1,4 @@ - - + version="1.1" + viewBox="0 0 29.473656 34.394779" + height="34.394779mm" + width="29.473656mm"> + inkscape:window-x="-9" + inkscape:window-height="1001" + inkscape:window-width="1920" + showguides="false" + fit-margin-bottom="0" + fit-margin-right="0" + fit-margin-left="0" + fit-margin-top="0" + inkscape:pagecheckerboard="true" + showgrid="false" + inkscape:current-layer="layer1" + inkscape:document-units="mm" + inkscape:cy="39.164862" + inkscape:cx="45.927747" + inkscape:zoom="7.9195959" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" /> @@ -50,53 +49,94 @@ image/svg+xml - + - + + + + + + + + + + + + + inkscape:groupmode="layer"> + 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 0.377976,-12.413999 0.377976,-12.413999 0,0 -5.938677,7.551179 -7.228794,13.589569 -0.328044,1.535408 -12.5071103,2.802641 -10.4773756,-0.107661 z" + style="fill:#0066ff;fill-opacity:1;stroke:#000000;stroke-width:0.997624;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 18.426339,13.972628 c 0,0 1.617341,-2.392754 1.269607,-4.2556557 C 19.348213,7.8540704 19.040519,2.8667529 19.040519,2.8667529" + style="fill:none;stroke:#000000;stroke-width:0.5;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" + style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 8.2727251,8.6461754 c 0,0 2.7605219,0.9937891 3.6076819,-0.064851 0.84716,-1.0586401 0.876732,-5.245691 0.876732,-5.245691 l -3.1378736,0.420475 z" + style="fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 9.6192654,3.7561084 c 0,0 0.3544121,-0.9759023 0.7708376,-0.9833627 4.367213,-0.07824 10.825706,-0.9252221 15.468224,-1.6704345 0.369698,-0.059344 0.467965,1.0211734 0.234104,1.0879908 C 22.558728,3.1999315 9.6192654,3.7561084 9.6192654,3.7561084 Z" + style="fill:#d4d4d4;fill-opacity:1;stroke:none;stroke-width:0.265;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="M 9.6192654,3.7561084 18.999166,3.2834424 26.326292,2.1234846" + style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> diff --git a/sprites/clothes/retro_shirt.svg b/sprites/clothes/retro_shirt.svg index 345eaa2..42351bb 100644 --- a/sprites/clothes/retro_shirt.svg +++ b/sprites/clothes/retro_shirt.svg @@ -1,6 +1,4 @@ - - + version="1.1" + viewBox="0 0 24.636646 29.835097" + height="29.835096mm" + width="24.636646mm"> + inkscape:window-x="-9" + inkscape:window-height="1001" + inkscape:window-width="1920" + fit-margin-bottom="0" + fit-margin-right="0" + fit-margin-left="0" + fit-margin-top="0" + inkscape:pagecheckerboard="true" + showgrid="false" + inkscape:current-layer="layer2" + inkscape:document-units="mm" + inkscape:cy="61.350542" + inkscape:cx="54.55151" + inkscape:zoom="3.959798" + inkscape:pageshadow="2" + inkscape:pageopacity="0.0" + borderopacity="1.0" + bordercolor="#666666" + pagecolor="#ffffff" + id="base" /> @@ -54,78 +53,147 @@ - + + + + + + + + + + + + + + + + + + id="layer2" + inkscape:groupmode="layer"> + d="m 111.2673,15.729671 c -0.92152,4.271598 -1.10981,11.545021 -0.89428,15.292256 0.0769,1.336512 3.11298,0.146572 3.68236,1.350904 1.01203,2.140575 -4.00328,10.311165 -1.2883,10.650772 4.80707,0.601296 12.1488,0.265189 16.17434,-0.189436 1.20285,-0.135844 0.2755,-5.071641 0.94819,-8.803929 0.67269,-3.732287 0.55569,-18.343536 -1.92387,-19.371054 -2.47958,-1.027521 -2.11828,2.062706 -6.12475,0.962401 -2.64074,-0.614126 -10.12597,-1.967194 -10.57366,0.108076 z" + style="display:inline;opacity:1;fill:#0066ff;fill-opacity:1;stroke:#000000;stroke-width:0.844482px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" /> + d="M 114.37102,33.426539 114.5288,19.998533" + style="display:inline;fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 127.1015,23.889142 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269" + style="display:inline;fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 114.89413,24.204353 c 11.63473,-0.983472 11.63473,-0.983472 11.63473,-0.983472" + style="display:inline;fill:#ff2ad4;fill-opacity:1;stroke:#ffaeae;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 115.53314,25.483277 c 3.77518,-0.267269 3.77518,-0.267269 3.77518,-0.267269 l -1.9377,4.777442 -1.1359,0.167044" + style="display:inline;fill:none;stroke:#bcffa9;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 120.77831,25.14919 c -0.10023,1.637026 -0.30068,2.839739 -0.30068,2.839739 l 1.5368,0.267269 -0.96885,2.505652" + style="display:inline;fill:none;stroke:#fff8ab;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 123.31737,28.055746 2.67269,-1.637026 -0.20045,4.142678 z" + style="display:inline;fill:none;stroke:#e5abff;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 123.11691,26.084634 2.60588,-1.269531" + style="display:inline;fill:none;stroke:#e5abff;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="m 115.15893,31.438331 c 11.63965,0.923536 11.63965,0.923536 11.63965,0.923536" + style="display:inline;fill:#ff2ad4;fill-opacity:1;stroke:#ffaeae;stroke-width:0.6;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + d="M 114.37102,33.426539 114.5288,19.998533" + style="fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" /> + id="path833" + d="m 127.1015,23.889142 c 0,0 -0.25634,4.651306 0.1052,6.700494 0.36149,2.049185 2.55769,6.774269 2.55769,6.774269" + style="fill:none;stroke:#000000;stroke-width:0.478761;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />