1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-05-07 22:04:49 -04:00

New title! Finally.

- Changing Nathan to a fennec, starting with the ears.
- Cleaned up README
This commit is contained in:
Anthony Wilcox 2019-05-01 00:56:33 -04:00
parent 782361dc0b
commit 05cc47e9d9
9 changed files with 186 additions and 144 deletions

View file

@ -2,7 +2,7 @@
[![ko-fi](https://www.ko-fi.com/img/donate_sm.png)](https://ko-fi.com/X8X5LDU7)
Nathan's Dress Up is a open source dress up game. It's a remake of my original Flash game, ZC's Dress Up, that contains all the original assets with only minor edits. You can download this game for free, with an option to donate, at [Itch.io](https://antonwilc0x.itch.io/zacksdressup) or become a [Patreon](https://www.patreon.com/antonwilc0x) and get your name in the credits.
Nathan's Dress Up is a open source dress up game. It's a remake of my original Flash game, ZC's Dress Up.
## Screenshot

View file

@ -12,4 +12,3 @@ sun_energy = 16.0
[resource]
background_mode = 2
background_sky = SubResource( 1 )

View file

@ -68,7 +68,7 @@ __meta__ = {
[node name="Eyes" type="AnimatedSprite" parent="."]
position = Vector2( 109.519, 253.9 )
frames = SubResource( 2 )
frame = 16
frame = 2
playing = true
__meta__ = {
"_edit_lock_": true
@ -77,7 +77,7 @@ __meta__ = {
[node name="Mouth" type="AnimatedSprite" parent="."]
position = Vector2( 126.316, 257.474 )
frames = SubResource( 3 )
frame = 10
frame = 2
playing = true
__meta__ = {
"_edit_lock_": true

View file

@ -7,33 +7,25 @@
[ext_resource path="res://scn/ClassicClothes.tscn" type="PackedScene" id=5]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=6]
[node name="GameScreen" type="Node" index="0"]
[node name="GameScreen" type="Node"]
script = ExtResource( 1 )
[node name="Background" type="Sprite" parent="." index="0"]
[node name="Background" type="Sprite" parent="."]
position = Vector2( 400, 277 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="Lights" type="Sprite" parent="." index="1"]
[node name="Lights" type="Sprite" parent="."]
position = Vector2( 477.823, 100.811 )
texture = ExtResource( 3 )
_sections_unfolded = [ "Z Index" ]
__meta__ = {
"_edit_lock_": true
}
[node name="Nathan" parent="." index="2" instance=ExtResource( 4 )]
[node name="Clothes" parent="." index="3" instance=ExtResource( 5 )]
[node name="WinDialogs" parent="." index="4" instance=ExtResource( 6 )]
[node name="Nathan" parent="." instance=ExtResource( 4 )]
[node name="Clothes" parent="." instance=ExtResource( 5 )]
[node name="WinDialogs" parent="." instance=ExtResource( 6 )]

View file

@ -1,44 +1,30 @@
[gd_scene load_steps=6 format=2]
[gd_scene load_steps=5 format=2]
[ext_resource path="res://src/TitleScn.gd" type="Script" id=1]
[ext_resource path="res://sprites/modern_dress_up_blurred_bg.png" type="Texture" id=2]
[ext_resource path="res://sprites/dressup_blurred_wardrobe.png" type="Texture" id=3]
[ext_resource path="res://sprites/classic_dress_up_blurred_bg.png" type="Texture" id=4]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=5]
[ext_resource path="res://sprites/title.svg" type="Texture" id=3]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=4]
[node name="Start" type="Node"]
script = ExtResource( 1 )
[node name="Modern" type="Node2D" parent="."]
[node name="ModernBG" type="Sprite" parent="Modern"]
[node name="ModernBG" type="Sprite" parent="."]
position = Vector2( 400, 277 )
texture = ExtResource( 2 )
__meta__ = {
"_edit_lock_": true
}
[node name="WordrobeBG" type="Sprite" parent="Modern"]
visible = false
position = Vector2( 492.609, 280.27 )
[node name="Title" type="Sprite" parent="."]
position = Vector2( 399.047, 113.148 )
texture = ExtResource( 3 )
__meta__ = {
"_edit_lock_": true
}
[node name="ClassicBG" type="Sprite" parent="."]
visible = false
position = Vector2( 400, 277 )
texture = ExtResource( 4 )
__meta__ = {
"_edit_lock_": true
}
[node name="MenuRf" type="ReferenceRect" parent="."]
margin_left = 202.0
margin_top = 67.0
margin_right = 762.0
margin_bottom = 518.0
editor/display_folded = true
margin_left = 130.323
margin_top = 34.4196
margin_right = 690.323
margin_bottom = 485.42
[node name="StartVbox" type="VBoxContainer" parent="MenuRf"]
anchor_left = 0.5
@ -68,15 +54,14 @@ margin_right = 136.0
margin_bottom = 68.0
text = "KLIC"
[node name="ModePanel" type="Panel" parent="MenuRf"]
visible = false
[node name="ModePanel" type="WindowDialog" parent="MenuRf"]
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = 80.0
margin_left = -73.0
margin_top = -46.0
margin_right = 226.0
margin_right = 73.0
margin_bottom = 46.0
[node name="PlayVbox" type="VBoxContainer" parent="MenuRf/ModePanel"]
@ -117,12 +102,9 @@ __meta__ = {
"_edit_lock_": true
}
[node name="WinDialogs" parent="." instance=ExtResource( 5 )]
[connection signal="toggled" from="MenuRf/StartVbox/PlayBtn" to="." method="_on_PlayBtn_toggled"]
[node name="WinDialogs" parent="." instance=ExtResource( 4 )]
[connection signal="pressed" from="MenuRf/StartVbox/PlayBtn" to="." method="_on_PlayBtn_pressed"]
[connection signal="pressed" from="MenuRf/StartVbox/CreditsBtn" to="." method="_on_CreditsBtn_pressed"]
[connection signal="pressed" from="MenuRf/StartVbox/LicenseBtn" to="." method="_on_LicenseBtn_pressed"]
[connection signal="pressed" from="MenuRf/ModePanel/PlayVbox/ModernBtn" to="." method="_on_ModernBtn_pressed"]
[connection signal="mouse_entered" from="MenuRf/ModePanel/PlayVbox/ClassicBtn" to="." method="_on_ClassicBtn_mouse_entered"]
[connection signal="mouse_exited" from="MenuRf/ModePanel/PlayVbox/ClassicBtn" to="." method="_on_ClassicBtn_mouse_exited"]
[connection signal="pressed" from="MenuRf/ModePanel/PlayVbox/ClassicBtn" to="." method="_on_ClassicBtn_pressed"]

View file

@ -25,9 +25,9 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="15.839192"
inkscape:zoom="5.6"
inkscape:cx="67.738265"
inkscape:cy="77.809596"
inkscape:cy="72.758833"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
showgrid="false"
@ -41,7 +41,8 @@
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1" />
inkscape:window-maximized="1"
inkscape:lockguides="true" />
<metadata
id="metadata2004">
<rdf:RDF>
@ -54,15 +55,12 @@
</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="layer2"
inkscape:label="Re-ink">
inkscape:label="Re-ink"
style="display:inline"
sodipodi:insensitive="true">
<path
style="fill:#003366;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 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"
@ -75,19 +73,19 @@
id="path2614"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 18.427399,13.900863 c 0,0 1.115929,-2.081231 1.202639,-3.9103052 0.08671,-1.8290746 -0.589529,-6.9226402 -0.589529,-6.9226402"
id="path2571"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.8;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="fill:none;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 19.627919,9.5159193 20.501823,2.9925194"
id="path2573"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:#cccccc;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 9.5548856,8.7194926 C 8.7305392,14.948757 19.548317,14.654826 15.334589,9.3876666 14.556928,8.4155909 13.98844,7.6940682 12.828937,7.4499625"
id="path2612"
inkscape:connector-curvature="0" />
@ -103,27 +101,27 @@
id="path2579"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
style="fill:none;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 17.378461,10.423336 C 18.358853,9.5255596 20.263676,8.8393651 21.548606,9.4878927"
id="path2598"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
style="fill:none;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 18.37478,11.191736 c -1.268353,0.549435 -2.308696,1.415572 -3.474504,2.071338"
id="path2600"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
style="fill:none;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 20.713388,10.256292 c 0.114075,1.271813 0.770932,2.519239 1.135896,3.674956"
id="path2602"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.4;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
style="fill:none;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 20.112032,12.661718 c 0.198181,0.379098 0.133634,0.857634 0.133634,1.302939"
id="path2610"
inkscape:connector-curvature="0" />
<path
style="fill:#cccccc;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;fill-opacity:1"
style="fill:#cccccc;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 7.9178596,11.626049 c 0.5494409,0.355012 -0.068162,1.434333 0.233861,1.937704 0.3749281,0.62488 2.1547794,0.04998 2.5056514,0.634765 1.766519,2.944198 -2.8505017,2.980279 -4.3097208,2.104747"
id="path2616"
inkscape:connector-curvature="0" />
@ -152,7 +150,7 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
style="fill:none;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 2.4722431,27.261317 c 2.4690673,0.273878 4.4470478,-0.03985 6.6483295,-0.734991"
id="path2624"
inkscape:connector-curvature="0" />
@ -163,7 +161,7 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
<path
style="fill:none;stroke:#000000;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="fill:none;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 19.510675,26.259055 c 2.42248,0.323735 4.741824,0.77491 6.748556,-0.801809"
id="path2626"
inkscape:connector-curvature="0" />

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

View file

@ -25,23 +25,23 @@
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.979899"
inkscape:cx="80.061629"
inkscape:cy="172.34635"
inkscape:zoom="2.8"
inkscape:cx="86.349322"
inkscape:cy="146.4697"
inkscape:document-units="mm"
inkscape:current-layer="layer2"
inkscape:current-layer="layer3"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true"
showguides="false"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
showguides="true"
inkscape:window-width="958"
inkscape:window-height="991"
inkscape:window-x="-8"
inkscape:window-y="0"
inkscape:window-maximized="0"
inkscape:lockguides="false" />
<metadata
id="metadata5">
@ -64,20 +64,13 @@
<g
inkscape:groupmode="layer"
id="layer3"
inkscape:label="Color"
sodipodi:insensitive="true">
inkscape:label="Color">
<path
style="fill:#33679b;fill-opacity:1;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 12.756696,20.042186 c -3.0330485,3.485978 -6.9287479,8.842867 -10.6778266,9.780135 5.411336,2.216856 13.7737856,1.25077 18.6153276,-3.590773 -1.673498,-3.036966 -4.542199,-5.822302 -7.937501,-6.189362 z"
id="path864"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 13.370907,11.25424 12.42597,1.6630936 19.749259,6.6712796 Z"
id="path866-4"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 34.726561,20.939881 c 1.424506,0.409095 2.905617,0.519717 4.441219,0.519717 -0.631436,0.891699 -1.802839,1.33673 -2.834817,1.795387 0.679627,2.000634 1.918615,4.085352 2.55134,6.236608 -0.196308,-1.699022 -1.726382,-2.566554 -2.976563,-3.449034 -1.289203,1.845106 -2.413179,3.349977 -4.441222,4.110492 -0.02396,-1.807178 -0.561611,-3.490928 -2.102492,-4.464845 -1.266898,0.154353 -2.719548,0.200395 -2.62221,1.063057 0.225306,1.996779 1.707495,3.473391 3.168393,4.548419 1.635877,2.807358 2.473664,10.092655 1.22558,18.886106 0.123737,9.510183 1.737466,16.423656 1.039433,27.119792 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 6.523881,-16.184507 8.976934,-23.718007 -4.857104,0.28571 -5.3976359,-3.203427 -2.267857,-6.756323 0,-5.167442 -0.342243,-10.519109 0.47247,-15.449778 0.254528,-4.326972 4.855698,-2.933067 7.181548,-4.677457 2.338792,-1.754093 0.344395,-5.168508 -2.315104,-4.346726 -1.654478,0.194645 -1.540993,1.586536 -1.417411,3.023812 -1.143466,-0.96755 -1.993973,-1.935806 -2.315104,-3.449035 -0.922523,0.41001 -1.163668,0.859591 -1.464658,1.937128 -0.205894,-1.750106 0.388371,-3.429513 1.228423,-4.960938 -0.815374,-0.582409 -1.342158,-1.351465 -2.078869,-2.078869 1.223677,0.71981 2.536848,1.181155 3.96875,1.181176 8.399753,-4.993925 13.806413,-4.295882 18.993302,-0.425223 z"
@ -85,10 +78,11 @@
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccsccccccccccscccccccc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 32.458706,4.6554696 1.322914,-3.167906 2.4096,4.711245 z"
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:1.42187285;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 31.513766,4.4697399 33.171594,0.92059932 36.191219,5.9184807 Z"
id="path868-9"
inkscape:connector-curvature="0" />
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 15.733259,21.365104 c 8.031531,-1.988559 12.40585,-4.181396 18.993303,-0.425223 4.457472,-16.6670615 -22.644325,-7.978795 -21.296268,-1.23851 0.0953,0.476477 1.928934,1.360996 2.302965,1.663733"
@ -99,11 +93,6 @@
d="M 12.756695,20.042186 C 18.416439,16.062161 25.70522,12.477728 32.978422,13.285862 32.369584,9.9866232 33.699225,7.6646882 36.19122,6.1988082 29.207101,0.4402425 18.893463,6.8361942 13.370906,11.25424 c -0.378768,2.73809 -0.978309,7.149508 -0.614211,8.787946 z"
id="path833-7"
inkscape:connector-curvature="0" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 12.42597,1.6630936 4.41201,7.4143138 2.911279,-2.4061278"
id="path832"
inkscape:connector-curvature="0" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 16.725446,36.81488 c 0.260421,-2.556769 3.987942,-6.623181 3.987942,-6.623181 0,0 -4.511124,-0.378288 -5.879929,1.069079 -4.368124,4.618829 -2.360245,18.925011 -2.360245,18.925011 0,0 -2.406213,2.614718 -1.982885,4.060169 0.59027,2.01547 3.806676,4.399895 4.250742,2.696156 0.444066,-1.703739 1.28661,-13.276693 1.984375,-20.127234 z"
@ -124,23 +113,46 @@
sodipodi:nodetypes="sssccs" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 15.875,51.177978 c -0.52762,2.533268 4.329962,9.158233 8.315476,10.3471 3.985514,1.188867 7.056167,-3.458882 7.606771,-6.898066 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.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.984465,-13.494579 2.456845,-10.961311 z"
d="m 15.875,51.177978 c -0.52762,2.533268 5.841867,9.630703 8.315476,11.103052 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.6490399,-3.641913 -10.488839,-5.57515 2.8840394,-4.80566 7.654018,-18.520832 7.654018,-18.520832 0,0 2.984465,-13.494579 2.456845,-10.961311 z"
id="path857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zzzczzcczscz" />
sodipodi:nodetypes="zczczzcczscz" />
<path
style="fill:#333333;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 24.993675,13.852831 C 23.111329,11.112846 22.776665,7.1008422 24.899181,4.5924141 28.443308,3.5516118 32.34615,3.7638575 35.151786,5.8680839 34.290793,8.2025937 31.848954,10.704232 32.978422,13.285862"
id="path5043"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 32.97842,13.285862 c -1.622684,-1.035005 -4.693573,-0.02406 -6.709075,0.0945"
id="path5045"
inkscape:connector-curvature="0" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 6.1354861,0.8014286 2.416225,12.2009554 c 0,0 4.4513719,9.762022 4.2049839,7.039802 C 11.698277,8.3482626 18.952931,7.8743621 18.952931,7.8743621 L 10.961309,2.4662981 6.1354861,0.8014286"
id="path5057"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccsccc" />
<path
style="fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:0.50904238;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 15.537908,8.9384397 C 13.980201,6.756896 10.705056,5.0717367 8.3808294,3.6521391 8.0327779,4.6634621 8.1572432,5.7312218 8.0376818,6.7672806 8.4787557,6.6562752 8.5984797,6.227326 8.8710403,5.9648957 8.9919797,7.3299488 9.1194496,8.5491118 9.7534199,9.6936258 10.049714,9.24812 10.142439,8.5379754 10.341673,7.9944576 c 0.285982,1.3580005 0.172484,2.8610974 0.392168,4.2007214 0.248875,-0.839177 0.348466,-1.693489 0.588254,-2.5015532 1.028074,0.8901012 1.251834,2.2544372 1.715738,3.4455352 0.08118,-1.814112 1.504476,-2.893544 2.500075,-4.2007213 z"
id="path5059"
inkscape:connector-curvature="0" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-ink">
inkscape:label="Re-ink"
style="display:inline"
sodipodi:insensitive="true">
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.16375136;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 32.458705,4.4669738 1.322916,-2.9794087 2.409598,4.4309156"
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 31.324776,3.8055155 c 0,0 1.628858,-3.7746833 2.315104,-2.93216171 2.908313,3.57061041 2.551339,5.04512691 2.551339,5.04512691"
id="path868"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccc" />
sodipodi:nodetypes="csc" />
<path
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"
style="opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 34.726562,20.939881 c 1.424506,0.409095 2.905615,0.519717 4.441219,0.519717 -0.631435,0.891699 -1.802841,1.33673 -2.83482,1.795387 0.679627,2.000634 1.918617,4.085351 2.55134,6.236607 -0.196308,-1.69902 -1.726382,-2.566552 -2.976563,-3.449033 -1.289202,1.845105 -2.41318,3.349976 -4.44122,4.110491 -0.02396,-1.807178 -0.561611,-3.490926 -2.102492,-4.464844 -1.266898,0.154353 -2.347681,0.239471 -2.62221,1.063059 -0.342642,1.027925 -0.123795,3.337174 2.207894,3.621326 1.911015,0.232886 3.434163,11.019747 2.186079,19.813197 1.05918,9.510183 1.737464,16.423655 1.039434,27.119792 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 5.0893641,-6.263833 6.5238811,-16.184506 8.9769341,-23.718005 -4.8571037,0.285712 -5.3976359,-3.203428 -2.267857,-6.756325 0,-5.167441 -0.342243,-10.519106 0.47247,-15.449777 0.254528,-4.326971 4.655246,-4.603503 7.181548,-4.677456 2.922238,-0.08554 0.344395,-5.168508 -2.315104,-4.346726 -1.654478,0.194645 -1.540993,1.586537 -1.417411,3.02381 -1.143466,-0.967549 -1.993973,-1.935805 -2.315104,-3.449033 -0.922523,0.41001 -1.163668,0.859591 -1.464658,1.937128 -0.205894,-1.750106 0.388371,-3.429513 1.228423,-4.960938 -0.815374,-0.582409 -1.342158,-1.351465 -2.078869,-2.078869 1.223677,0.71981 2.536848,1.181155 3.96875,1.181176"
id="path831"
inkscape:connector-curvature="0"
@ -151,18 +163,18 @@
id="path833"
inkscape:connector-curvature="0" />
<path
style="fill:#ff99cc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1;stroke-miterlimit:4;stroke-dasharray:none"
style="fill:#ff99cc;fill-opacity:1;stroke:none;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 25.088169,19.569717 c 1.190156,-0.763595 2.367736,-0.865038 3.449032,0 -0.218392,0.862046 -0.809812,1.244368 -1.464656,1.653646 -0.887893,-0.606787 -1.473948,-1.058147 -1.984376,-1.653646 z"
id="path852"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="fill:none;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 16.394717,36.578645 C 14.7459,42.453258 16.671971,54.08376 14.741071,56.942114"
id="path856"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#000000;stroke-width:1.2;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
style="fill:none;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 29.104165,38.421279 c -0.128659,3.930449 0.525574,10.419337 2.173363,14.126861"
id="path858"
inkscape:connector-curvature="0"
@ -173,16 +185,15 @@
id="path860"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccc" />
<path
style="fill:none;fill-opacity:1;stroke:#000000;stroke-width:1.20000005;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 13.370906,11.25424 12.42597,1.6630936 19.749259,6.6712795 Z"
id="path866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccc" />
<path
style="fill:#6699cc;fill-opacity:1;stroke:#000000;stroke-width:0.80000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 23.765253,4.4979163 23.623512,2.4662944 26.836309,2.4190474 V 3.836458 Z"
id="path870"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1.18375635;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="M 12.757044,20.045314 C 8.5429472,14.783337 6.1354862,7.5554427 6.1354862,0.80142861 11.351958,1.2722088 15.093613,5.0085232 18.952931,7.8743621"
id="path5047"
inkscape:connector-curvature="0" />
</g>
</svg>

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -9,9 +9,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="102.53982mm"
height="12.457465mm"
viewBox="0 0 102.53982 12.457465"
width="103.24624mm"
height="36.245796mm"
viewBox="0 0 103.24624 36.245796"
version="1.1"
id="svg8"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
@ -26,8 +26,8 @@
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.98994949"
inkscape:cx="177.04774"
inkscape:cy="-43.325592"
inkscape:cx="426.57668"
inkscape:cy="19.131602"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
@ -57,17 +57,88 @@
inkscape:label="Layer 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(54.296804,-86.706353)">
<text
xml:space="preserve"
style="font-style:normal;font-weight:normal;font-size:10.58333302px;line-height:1.25;font-family:sans-serif;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
x="-54.87558"
y="97.861572"
id="text823"><tspan
sodipodi:role="line"
id="tspan821"
x="-54.87558"
y="97.861572"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:14.11111069px;font-family:Impact;-inkscape-font-specification:Impact;stroke-width:0.26458332">Nathan's Dress Up</tspan></text>
transform="translate(54.41838,-81.046773)">
<g
id="g879">
<path
d="m -46.41738,82.189773 4.826,0.431799 0.635,15.1892 -5.4864,0.127 -2.8956,-7.366 0.2032,7.2898 -5.1054,-0.0762 0.8636,-15.747999 4.572,0.406399 2.5908,6.5278 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path816"
inkscape:connector-curvature="0" />
<path
d="m -39.961414,97.531372 3.9116,-15.316199 6.9088,-0.1016 3.7084,15.443199 -4.8514,0.4572 -0.6096,-3.048 h -3.556 l -0.5842,3.048 z m 8.1788,-6.5786 -0.9906,-4.7498 -0.8382,4.826 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path818"
inkscape:connector-curvature="0" />
<path
d="m -14.112945,85.136172 -2.1082,0.127 0.0762,12.5222 h -5.6134 l 0.762,-12.2428 -3.3528,0.1778 0.127,-3.708399 10.0076,-0.508 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path820"
inkscape:connector-curvature="0" />
<path
d="m -4.2906847,82.189773 4.82599994,0.431799 0.63499996,15.1892 -5.4863999,0.127 0.1016,-6.1722 h -2.5146 l -0.2793999,6.096 -5.1054004,-0.0762 0.8636,-15.747999 4.5720003,0.406399 -0.0508,5.6642 2.413,0.0254 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path822"
inkscape:connector-curvature="0" />
<path
d="m 2.1569444,97.531372 3.9115999,-15.316199 6.9087997,-0.1016 3.7084,15.443199 -4.8514,0.4572 -0.6096,-3.048 H 7.6687443 l -0.5842,3.048 z m 8.1787996,-6.5786 -0.9905997,-4.7498 -0.8382,4.826 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path824"
inkscape:connector-curvature="0" />
<path
d="m 25.516214,82.189773 4.826,0.431799 0.635,15.1892 -5.4864,0.127 -2.8956,-7.366 0.2032,7.2898 -5.1054,-0.0762 0.8636,-15.747999 4.572,0.406399 2.5908,6.5278 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path826"
inkscape:connector-curvature="0" />
<path
d="m 36.467979,87.447572 -3.327399,0.0762 -0.635,-5.918199 4.267199,-0.5588 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path828"
inkscape:connector-curvature="0" />
<path
d="m 38.871058,88.920772 q 0,0.0508 -0.0762,-0.2032 -0.0762,-0.254 -0.127,-0.6858 -0.0508,-0.4572 -0.0254,-1.0414 0.0508,-0.6096 0.254,-1.2192 0.2032,-0.635 0.6604,-1.2446 0.4572,-0.635 1.2446,-1.1176 0.889,-0.5588 2.0828,-0.8128 1.2192,-0.254 2.286,-0.3048 1.2446,-0.0762 2.54,0.0254 l -0.2794,5.3848 q 0.1524,-0.0762 -0.1016,-0.254 -0.254,-0.1778 -0.7112,-0.3302 -0.4318,-0.1778 -0.9906,-0.3048 -0.5588,-0.127 -1.0668,-0.0762 -0.4826,0.0508 -0.8128,0.3302 -0.3048,0.254 -0.2794,0.8382 -0.0508,0.3302 0.3048,0.6096 0.381,0.2794 0.9652,0.5842 0.6096,0.2794 1.2954,0.635 0.6858,0.3302 1.2954,0.7874 0.635,0.4572 1.0414,1.0668 0.431799,0.6096 0.457199,1.4478 0,0.7366 -0.2032,1.397 -0.177799,0.5842 -0.558799,1.2192 -0.3556,0.6096 -1.016,1.0668 -0.9144,0.6604 -1.9304,0.9652 -1.016,0.2794 -2.032,0.3302 -0.9906,0.0762 -1.8796,-0.0254 -0.889,-0.1016 -1.5748,-0.2794 -0.6604,-0.1778 -1.016,-0.3556 -0.3556,-0.1778 -0.2794,-0.2286 l 0.2794,-3.429 q 0.6604,0.1778 1.3208,0.2286 0.5842,0.0508 1.2192,0 0.6604,-0.0762 1.1938,-0.381 0.4064,-0.2794 0.3556,-0.508 -0.0508,-0.2286 -0.4064,-0.4826 -0.3302,-0.2794 -0.8636,-0.5842 -0.5334,-0.3048 -1.0668,-0.7366 -0.5334,-0.4318 -0.9652,-0.9906 -0.4064,-0.5588 -0.5334,-1.3208 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path830"
inkscape:connector-curvature="0" />
</g>
<g
id="g869"
transform="translate(3.1750001,-12.700002)">
<path
d="m -54.01198,113.40637 7.239,0.1778 q 1.778,0.1524 2.8448,0.9398 1.0668,0.7874 1.6256,1.9812 0.5588,1.1938 0.7112,2.6924 0.1524,1.4986 0.1016,3.048 -0.3048,2.2352 -0.7874,3.6322 -0.4826,1.397 -1.2446,2.1844 -0.762,0.7874 -1.8796,1.0668 -1.0922,0.2794 -2.6416,0.254 l -3.2004,-0.0508 q -0.6096,0 -1.1938,0 -0.5588,-0.0254 -1.016,-0.0254 -0.4318,0 -0.7112,0 -0.254,-0.0254 -0.254,-0.0254 z m 5.2832,10.8966 q 0.381,-0.0508 0.8128,-0.1016 0.4318,-0.0508 0.8382,-0.2794 0.4318,-0.2286 0.762,-0.7112 0.3302,-0.4826 0.508,-1.397 -0.0254,-0.5588 -0.0254,-1.1176 0.0254,-0.5842 -0.127,-1.1176 -0.127,-0.5334 -0.508,-0.9906 -0.3556,-0.4572 -1.143,-0.8128 -0.0254,0 -0.381,0 -0.3556,-0.0254 -0.7874,-0.0508 -0.508,-0.0254 -1.143,-0.0508 l -0.2794,6.5532 q 0.4318,0 0.7366,0.0254 0.2794,0.0254 0.4826,0.0508 0.2286,0 0.254,0 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path832"
inkscape:connector-curvature="0" />
<path
d="m -28.639364,126.48737 -2.8702,3.5052 -3.5306,-2.9464 -0.0254,2.4638 -5.0292,-0.2032 0.381,-15.4432 3.7592,-0.1778 q 1.4224,-0.0762 2.4638,0.1016 1.0414,0.1524 1.778,0.508 0.7366,0.3302 1.2446,0.8382 0.508,0.4826 0.889,1.0668 0.2794,0.4572 0.4826,1.524 0.2032,1.0414 0.1524,2.3114 -0.0508,1.2446 -0.508,2.4892 -0.4318,1.2192 -1.4478,2.0066 z m -5.9436,-5.0038 q 0.8382,-0.2794 1.1176,-0.9144 0.3048,-0.635 0.2032,-1.6764 -0.2794,-0.635 -0.7874,-0.889 -0.508,-0.254 -1.0414,-0.2794 l 0.0254,3.8608 q 0.127,-0.0254 0.2286,-0.0508 0.127,-0.0254 0.254,-0.0508 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path834"
inkscape:connector-curvature="0" />
<path
d="m -16.970048,129.40837 -11.4808,0.1016 0.5842,-15.4686 10.668,-0.0762 q -0.0762,1.2446 -0.127,2.2352 -0.0254,0.4318 -0.0508,0.8382 0,0.381 -0.0254,0.7112 0,0.3048 0,0.4826 0,0.1778 0,0.1778 l -5.2832,0.0254 v 1.397 l 3.937,-0.0508 -0.3556,3.81 -3.7592,0.127 -0.0762,1.2192 q 1.6256,-0.0254 2.921,-0.0508 0.5588,0 1.0668,0 0.5334,-0.0254 0.9398,-0.0254 0.4318,-0.0254 0.6858,-0.0254 0.2794,0 0.2794,0 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path836"
inkscape:connector-curvature="0" />
<path
d="m -14.806288,120.67077 q 0,0.0508 -0.0762,-0.2032 -0.0762,-0.254 -0.127,-0.6858 -0.0508,-0.4572 -0.0254,-1.0414 0.0508,-0.6096 0.254,-1.2192 0.2032,-0.635 0.6604,-1.2446 0.4572,-0.635 1.2446,-1.1176 0.889,-0.5588 2.0828,-0.8128 1.2192003,-0.254 2.2860003,-0.3048 1.2446,-0.0762 2.5399999,0.0254 l -0.2794,5.3848 q 0.1524,-0.0762 -0.1016,-0.254 -0.254,-0.1778 -0.7111999,-0.3302 -0.4318,-0.1778 -0.9906,-0.3048 -0.5588,-0.127 -1.0668,-0.0762 -0.4826,0.0508 -0.8128,0.3302 -0.3048003,0.254 -0.2794003,0.8382 -0.0508,0.3302 0.3048003,0.6096 0.381,0.2794 0.9652,0.5842 0.6096,0.2794 1.2954,0.635 0.6858,0.3302 1.2953999,0.7874 0.635,0.4572 1.0414,1.0668 0.4318,0.6096 0.4572,1.4478 0,0.7366 -0.2032,1.397 -0.1778,0.5842 -0.5588,1.2192 -0.3556,0.6096 -1.016,1.0668 -0.9143999,0.6604 -1.9303999,0.9652 -1.016,0.2794 -2.0320003,0.3302 -0.9906,0.0762 -1.8796,-0.0254 -0.889,-0.1016 -1.5748,-0.2794 -0.6604,-0.1778 -1.016,-0.3556 -0.3556,-0.1778 -0.2794,-0.2286 l 0.2794,-3.429 q 0.6604,0.1778 1.3208,0.2286 0.5842,0.0508 1.2192,0 0.6604,-0.0762 1.1938,-0.381 0.4064,-0.2794 0.3556,-0.508 -0.0508,-0.2286 -0.4064,-0.4826 -0.3302,-0.2794 -0.8636,-0.5842 -0.5334,-0.3048 -1.0668,-0.7366 -0.5334,-0.4318 -0.9652,-0.9906 -0.4064,-0.5588 -0.5334,-1.3208 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path838"
inkscape:connector-curvature="0" />
<path
d="m -2.5527705,120.67077 q 0,0.0508 -0.0762,-0.2032 -0.0762,-0.254 -0.127,-0.6858 -0.0508,-0.4572 -0.0254,-1.0414 0.0508,-0.6096 0.254,-1.2192 0.2032,-0.635 0.6604,-1.2446 0.4572,-0.635 1.24459999,-1.1176 0.88899999,-0.5588 2.08280001,-0.8128 1.2191999,-0.254 2.2859999,-0.3048 1.2446,-0.0762 2.54,0.0254 l -0.2794,5.3848 q 0.1524,-0.0762 -0.1016,-0.254 -0.254,-0.1778 -0.7112,-0.3302 -0.4318,-0.1778 -0.9906,-0.3048 -0.5588,-0.127 -1.0668,-0.0762 -0.4826,0.0508 -0.8128,0.3302 -0.3047999,0.254 -0.2794,0.8382 -0.0508,0.3302 0.3048,0.6096 0.381,0.2794 0.9652,0.5842 0.6096,0.2794 1.2954,0.635 0.6858,0.3302 1.2954,0.7874 0.635,0.4572 1.0414,1.0668 0.4318,0.6096 0.4572,1.4478 0,0.7366 -0.2032,1.397 -0.1778,0.5842 -0.5588,1.2192 -0.3556,0.6096 -1.016,1.0668 -0.9144,0.6604 -1.9304,0.9652 -1.016,0.2794 -2.0319999,0.3302 -0.99060003,0.0762 -1.87960002,-0.0254 -0.88899998,-0.1016 -1.57479998,-0.2794 -0.6604,-0.1778 -1.016,-0.3556 -0.3556,-0.1778 -0.2794,-0.2286 l 0.2794,-3.429 q 0.6604,0.1778 1.3208,0.2286 0.58419999,0.0508 1.21919998,0 0.66039999,-0.0762 1.19379999,-0.381 0.40640003,-0.2794 0.35560003,-0.508 -0.0508,-0.2286 -0.40640003,-0.4826 -0.3302,-0.2794 -0.86359999,-0.5842 -0.53339999,-0.3048 -1.06679998,-0.7366 -0.5334,-0.4318 -0.9652,-0.9906 -0.4064,-0.5588 -0.5334,-1.3208 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path840"
inkscape:connector-curvature="0" />
<path
d="m 26.464344,124.40457 q 0,0.4064 -0.127,0.9652 -0.127,0.5588 -0.4064,1.1684 -0.254,0.5842 -0.7112,1.1684 -0.4318,0.5588 -1.0922,0.9906 -0.635,0.4318 -1.4986,0.6604 -0.8382,0.2286 -1.9558,0.127 -1.1176,-0.1016 -1.9558,-0.3556 -0.8382,-0.2794 -1.4732,-0.6604 -0.6096,-0.381 -1.0414,-0.8382 -0.4318,-0.4572 -0.7112,-0.9144 -0.6604,-1.0668 -0.7874,-2.3876 l -0.7112,-10.2108 5.2578,-0.2794 0.508,9.4488 q 0.127,0.7112 0.4826,1.016 0.381,0.3048 0.762,0.2794 0.381,-0.0508 0.6604,-0.4064 0.3048,-0.3556 0.3048,-1.016 v -9.3726 l 4.826,0.2286 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path842"
inkscape:connector-curvature="0" />
<path
d="m 37.228389,125.36977 q -0.4064,0.1524 -0.7874,0.3302 -0.3556,0.1524 -0.762,0.3048 -0.381,0.127 -0.8636,0.2286 -0.4572,0.0762 -1.0668,0.0762 l -0.0254,3.2004 -5.5626,0.0254 0.7874,-16.1036 3.8862,0.254 q 1.4224,0.1016 2.413,0.3556 1.016,0.254 1.7018,0.635 0.7112,0.381 1.1684,0.889 0.4572,0.508 0.8382,1.0922 0.3556,0.762 0.508,1.7272 0.127,0.8128 0.1016,1.9558 0,1.1176 -0.381,2.4892 -0.2286,0.7874 -0.5842,1.2954 -0.3302,0.4826 -0.635,0.762 -0.3048,0.2794 -0.5334,0.381 -0.2032,0.1016 -0.2032,0.1016 z m -2.921,-3.1496 q 1.016,-0.3048 1.3462,-1.0668 0.3556,-0.7874 0.2286,-2.032 -0.3556,-0.7366 -0.9652,-1.0414 -0.5842,-0.3302 -1.2192,-0.3556 l 0.0254,4.6228 q 0.1524,-0.0254 0.2794,-0.0508 0.1524,-0.0254 0.3048,-0.0762 z"
style="font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;font-size:25.39999962px;line-height:1.25;font-family:'Soup of Justice';-inkscape-font-specification:'Soup of Justice';letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;stroke-width:0.26458332"
id="path844"
inkscape:connector-curvature="0" />
</g>
</g>
</svg>

Before

Width:  |  Height:  |  Size: 2.4 KiB

After

Width:  |  Height:  |  Size: 16 KiB

View file

@ -8,22 +8,11 @@ func _on_ClassicBtn_pressed():
func _on_ModernBtn_pressed():
switch_scenes("modern")
func _on_ClassicBtn_mouse_entered():
$Modern.hide()
$ClassicBG.show()
func _on_ClassicBtn_mouse_exited():
$ClassicBG.hide()
$Modern.show()
func _on_CreditsBtn_pressed():
$WinDialogs/CreditsWin.show()
func _on_LicenseBtn_pressed():
$WinDialogs/LicenseWin.show()
func _on_PlayBtn_toggled(button_pressed):
if button_pressed == true:
$MenuRf/ModePanel.show()
else:
$MenuRf/ModePanel.hide()
func _on_PlayBtn_pressed():
$MenuRf/ModePanel.show()