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

Merge branch 'svg-remaster-2'

This commit is contained in:
Anthony Wilcox 2019-06-08 17:15:02 -04:00
commit 25f2212d4d
73 changed files with 2683 additions and 173 deletions

12
project/ImportItems.gd Normal file
View file

@ -0,0 +1,12 @@
extends Node
# export (String, FILE, "*.json") var item_file : String
func load_items(file_path) -> Dictionary:
var file = File.new()
assert file.file_exists(file_path)
file.open(file_path)
var items = parse_json(file.get_as_text())
assert items.size() > 0
return items

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

Binary file not shown.

Binary file not shown.

View file

@ -0,0 +1,8 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
[resource]
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )

View file

@ -0,0 +1,9 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
[resource]
size = 32
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )

View file

@ -0,0 +1,9 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/montserrat/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
[resource]
size = 32
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )

View file

@ -0,0 +1,13 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
[resource]
size = 48
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
_sections_unfolded = [ "Settings" ]

View file

@ -0,0 +1,13 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://fonts/montserrat/Montserrat-ExtraBold.otf" type="DynamicFontData" id=1]
[resource]
size = 62
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )
_sections_unfolded = [ "Settings" ]

View file

@ -0,0 +1,202 @@
Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
1. Definitions.
"License" shall mean the terms and conditions for use, reproduction,
and distribution as defined by Sections 1 through 9 of this document.
"Licensor" shall mean the copyright owner or entity authorized by
the copyright owner that is granting the License.
"Legal Entity" shall mean the union of the acting entity and all
other entities that control, are controlled by, or are under common
control with that entity. For the purposes of this definition,
"control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or
otherwise, or (ii) ownership of fifty percent (50%) or more of the
outstanding shares, or (iii) beneficial ownership of such entity.
"You" (or "Your") shall mean an individual or Legal Entity
exercising permissions granted by this License.
"Source" form shall mean the preferred form for making modifications,
including but not limited to software source code, documentation
source, and configuration files.
"Object" form shall mean any form resulting from mechanical
transformation or translation of a Source form, including but
not limited to compiled object code, generated documentation,
and conversions to other media types.
"Work" shall mean the work of authorship, whether in Source or
Object form, made available under the License, as indicated by a
copyright notice that is included in or attached to the work
(an example is provided in the Appendix below).
"Derivative Works" shall mean any work, whether in Source or Object
form, that is based on (or derived from) the Work and for which the
editorial revisions, annotations, elaborations, or other modifications
represent, as a whole, an original work of authorship. For the purposes
of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of,
the Work and Derivative Works thereof.
"Contribution" shall mean any work of authorship, including
the original version of the Work and any modifications or additions
to that Work or Derivative Works thereof, that is intentionally
submitted to Licensor for inclusion in the Work by the copyright owner
or by an individual or Legal Entity authorized to submit on behalf of
the copyright owner. For the purposes of this definition, "submitted"
means any form of electronic, verbal, or written communication sent
to the Licensor or its representatives, including but not limited to
communication on electronic mailing lists, source code control systems,
and issue tracking systems that are managed by, or on behalf of, the
Licensor for the purpose of discussing and improving the Work, but
excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."
"Contributor" shall mean Licensor and any individual or Legal Entity
on behalf of whom a Contribution has been received by Licensor and
subsequently incorporated within the Work.
2. Grant of Copyright License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
copyright license to reproduce, prepare Derivative Works of,
publicly display, publicly perform, sublicense, and distribute the
Work and such Derivative Works in Source or Object form.
3. Grant of Patent License. Subject to the terms and conditions of
this License, each Contributor hereby grants to You a perpetual,
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
(except as stated in this section) patent license to make, have made,
use, offer to sell, sell, import, and otherwise transfer the Work,
where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their
Contribution(s) alone or by combination of their Contribution(s)
with the Work to which such Contribution(s) was submitted. If You
institute patent litigation against any entity (including a
cross-claim or counterclaim in a lawsuit) alleging that the Work
or a Contribution incorporated within the Work constitutes direct
or contributory patent infringement, then any patent licenses
granted to You under this License for that Work shall terminate
as of the date such litigation is filed.
4. Redistribution. You may reproduce and distribute copies of the
Work or Derivative Works thereof in any medium, with or without
modifications, and in Source or Object form, provided that You
meet the following conditions:
(a) You must give any other recipients of the Work or
Derivative Works a copy of this License; and
(b) You must cause any modified files to carry prominent notices
stating that You changed the files; and
(c) You must retain, in the Source form of any Derivative Works
that You distribute, all copyright, patent, trademark, and
attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of
the Derivative Works; and
(d) If the Work includes a "NOTICE" text file as part of its
distribution, then any Derivative Works that You distribute must
include a readable copy of the attribution notices contained
within such NOTICE file, excluding those notices that do not
pertain to any part of the Derivative Works, in at least one
of the following places: within a NOTICE text file distributed
as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or,
within a display generated by the Derivative Works, if and
wherever such third-party notices normally appear. The contents
of the NOTICE file are for informational purposes only and
do not modify the License. You may add Your own attribution
notices within Derivative Works that You distribute, alongside
or as an addendum to the NOTICE text from the Work, provided
that such additional attribution notices cannot be construed
as modifying the License.
You may add Your own copyright statement to Your modifications and
may provide additional or different license terms and conditions
for use, reproduction, or distribution of Your modifications, or
for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with
the conditions stated in this License.
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
6. Trademarks. This License does not grant permission to use the trade
names, trademarks, service marks, or product names of the Licensor,
except as required for reasonable and customary use in describing the
origin of the Work and reproducing the content of the NOTICE file.
7. Disclaimer of Warranty. Unless required by applicable law or
agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied, including, without limitation, any warranties or conditions
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the
appropriateness of using or redistributing the Work and assume any
risks associated with Your exercise of permissions under this License.
8. Limitation of Liability. In no event and under no legal theory,
whether in tort (including negligence), contract, or otherwise,
unless required by applicable law (such as deliberate and grossly
negligent acts) or agreed to in writing, shall any Contributor be
liable to You for damages, including any direct, indirect, special,
incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the
Work (including but not limited to damages for loss of goodwill,
work stoppage, computer failure or malfunction, or any and all
other commercial damages or losses), even if such Contributor
has been advised of the possibility of such damages.
9. Accepting Warranty or Additional Liability. While redistributing
the Work or Derivative Works thereof, You may choose to offer,
and charge a fee for, acceptance of support, warranty, indemnity,
or other liability obligations and/or rights consistent with this
License. However, in accepting such obligations, You may act only
on Your own behalf and on Your sole responsibility, not on behalf
of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability
incurred by, or claims asserted against, such Contributor by reason
of your accepting any such warranty or additional liability.
END OF TERMS AND CONDITIONS
APPENDIX: How to apply the Apache License to your work.
To apply the Apache License to your work, attach the following
boilerplate notice, with the fields enclosed by brackets "[]"
replaced with your own identifying information. (Don't include
the brackets!) The text should be enclosed in the appropriate
comment syntax for the file format. We also recommend that a
file or class name and description of purpose be included on the
same "printed page" as the copyright notice for easier
identification within third-party archives.
Copyright [yyyy] [name of copyright owner]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 30 KiB

196
project/icon.svg Normal file
View file

@ -0,0 +1,196 @@
<?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="101.71874mm"
height="101.71874mm"
viewBox="0 0 101.71874 101.71874"
version="1.1"
id="svg1525"
inkscape:version="0.92.3 (2405546, 2018-03-11)"
sodipodi:docname="icon.svg"
inkscape:export-filename="icon.png"
inkscape:export-xdpi="124.85408"
inkscape:export-ydpi="124.85408">
<defs
id="defs1519" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="1.4"
inkscape:cx="187.92824"
inkscape:cy="205.01077"
inkscape:document-units="mm"
inkscape:current-layer="layer1"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:window-width="1920"
inkscape:window-height="1001"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1" />
<metadata
id="metadata1522">
<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(37.85379,-179.46243)">
<g
id="g2135"
transform="matrix(2.4155932,-0.0119659,-5.8677245e-4,2.2577317,-62.423997,-256.46492)">
<path
sodipodi:nodetypes="cccccccccccccccccc"
inkscape:connector-curvature="0"
id="path896"
d="m 14.617213,209.35692 0.0935,6.26747 -0.93545,2.43215 0.42095,2.57247 1.16931,0.5145 2.62184,-0.23813 0.8393,1.31389 -0.79513,1.91765 3.41437,1.21608 7.39,0.5145 5.51912,-1.49671 0.23386,-1.02899 -1.9905,-3.34019 2.08404,-1.0564 -0.28063,-7.62386 -0.14032,-2.99342 -19.50399,-1.40316 z"
style="fill:#003f00;fill-opacity:1;stroke:none;stroke-width:0.26458332px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="csscac"
inkscape:connector-curvature="0"
id="path857"
d="m 20.581123,225.42791 c 0,0 0.39398,-3.63952 1.21607,-6.08038 0.34665,-1.02922 6.41407,-0.62806 8.51254,-0.74835 1.69469,-0.0971 1.21607,7.01582 1.21607,7.01582 0,0 -2.69494,0.88185 -4.09301,0.92473 -2.31268,0.071 -6.85167,-1.11182 -6.85167,-1.11182 z"
style="display:inline;fill:#006600;fill-opacity:1;stroke:#000000;stroke-width:0.30000001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="caaascccccccccc"
inkscape:connector-curvature="0"
id="path890"
d="m 14.570443,210.19882 c 0,0 2.98411,1.01318 4.11595,0.23386 0.29646,-0.20413 0.0344,-0.81991 0.32741,-1.02899 3.28781,-2.34616 8.66701,-1.82471 12.11399,0.28064 0.52988,0.32363 0.5871,1.09428 0.88867,1.63702 0.82364,1.48233 2.38538,0 2.38538,0 l -0.56071,-7.17346 -2.47948,-3.06964 -1.63703,0.14031 -1.54348,2.99342 -1.07576,-0.14031 -2.24506,-2.66602 -8.98026,-0.37418 -0.57663,0.1403 z"
style="fill:#006600;fill-opacity:1;stroke:none;stroke-width:0.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cssc"
inkscape:connector-curvature="0"
id="path866"
d="m 18.702903,201.05999 c 0,0 -1.14327,-1.85804 0.23599,-2.40454 1.06201,-0.4208 5.02012,0.82399 5.90574,0.99133 1.15349,0.21795 -0.90737,1.56384 -0.90737,1.56384"
style="display:inline;opacity:1;fill:#003f00;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="caasc"
inkscape:connector-curvature="0"
id="path874"
d="m 30.828543,200.79639 c 0,0 -0.19497,-2.20001 0.60877,-2.46043 0.5151,-0.1669 0.9223,0.61051 1.24076,1.04842 0.7777,1.06938 1.38912,1.80387 1.50197,3.67145 0.023,0.38045 -0.33891,1.09206 -0.33891,1.09206"
style="display:inline;opacity:1;fill:#003f00;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="zczzzzaazzsacsssz"
inkscape:connector-curvature="0"
id="path864"
d="m 15.303433,201.17177 c -0.79389,0.50321 -0.56486,15.10057 -0.56486,15.10057 0,0 -1.21319,1.432 -1.15706,2.33595 0.0561,0.90395 0.47855,1.89215 1.318,2.37241 0.83946,0.48025 1.78624,-0.42865 3.0879,-0.0753 1.30166,0.35333 0.42362,1.58739 0.11297,2.97493 -0.31065,1.38753 3.54665,1.74094 5.46031,2.14094 1.59847,0.33412 3.28251,0.44365 4.89544,0.18829 2.11363,-0.33463 5.51281,-1.30933 6.02517,-2.21626 0.51235,-0.90693 -2.20701,-2.88825 -1.88287,-3.99167 0.32415,-1.10342 2.03917,-0.492 2.10881,-1.31801 0.20655,-2.44978 0.0351,-5.57902 -0.15063,-8.35991 -0.13807,-2.06777 -0.71548,-6.1758 -0.71548,-6.1758 0,0 -1.51047,-3.34089 -3.01259,-3.3515 -1.58996,-0.0112 -1.65151,3.40465 -3.23852,3.50213 -1.59136,0.0978 -2.06763,-3.25915 -3.65276,-3.0879 -3.26144,0.35236 -7.83994,-0.54206 -8.63383,-0.0388 z"
style="display:inline;opacity:1;fill:none;fill-opacity:1;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path870"
d="m 18.966503,207.76299 -0.97909,13.14239"
style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path872"
d="m 31.694663,209.64585 0.90377,10.35576"
style="display:inline;opacity:1;fill:none;stroke:#000000;stroke-width:1;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g2740"
transform="matrix(1.1937107,-0.01260043,0.12806036,1.1795373,-31.877316,4.7923747)"
inkscape:transform-center-x="15.440747"
inkscape:transform-center-y="-4.6053239">
<path
sodipodi:nodetypes="ssssscss"
inkscape:connector-curvature="0"
id="path2567"
d="M -8.2557308,220.26 C 1.469821,207.04193 7.3023615,178.14326 8.6486734,177.94365 c 5.5849116,-0.82807 19.5119036,-0.53073 27.7870426,-2.93913 3.262113,-0.94941 2.876772,26.70246 3.199715,41.38613 0.118587,5.39165 -17.998045,7.37681 -17.009033,2.06534 1.244519,-6.68369 0.673625,-20.9711 0.673625,-20.9711 0,0 -10.583849,12.75629 -12.883082,22.957 -0.584637,2.59378 -22.290044,4.73453 -18.6726718,-0.18189 z"
style="fill:#0066ff;fill-opacity:1;stroke:#000000;stroke-width:1.73100495;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="czc"
inkscape:connector-curvature="0"
id="path2571"
d="m 23.300023,197.48489 c 0,0 2.882409,-4.04211 2.262681,-7.18913 -0.619727,-3.14701 -1.168096,-11.57214 -1.168096,-11.57214"
style="fill:none;stroke:#000000;stroke-width:0.8675642;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path2573"
d="m 25.562704,190.29576 1.434069,-11.81219"
style="fill:none;stroke:#000000;stroke-width:0.8675642;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="czccc"
inkscape:connector-curvature="0"
id="path2569"
d="m 5.2043565,188.48685 c 0,0 4.9197735,1.67882 6.4295735,-0.10964 1.5098,-1.78837 1.562503,-8.86159 1.562503,-8.86159 l -5.5922865,0.71032 z"
style="fill:#999999;fill-opacity:1;stroke:#000000;stroke-width:1.04107714;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="csssc"
inkscape:connector-curvature="0"
id="path2583"
d="m 7.6041465,180.22602 c 0,0 0.6316294,-1.64861 1.3737793,-1.66121 7.7832022,-0.13211 19.2934622,-1.56299 27.5673102,-2.82188 0.658872,-0.10017 0.834002,1.72508 0.417217,1.83796 -6.297729,1.70557 -29.3583065,2.64513 -29.3583065,2.64513 z"
style="fill:#d4d4d4;fill-opacity:1;stroke:none;stroke-width:0.45980901;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path2579"
d="m 7.6041465,180.22602 16.7167625,-0.79848 13.058329,-1.95953"
style="fill:none;stroke:#000000;stroke-width:0.8675642;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
<g
id="g3370"
transform="matrix(2.4380768,0,0,2.5480946,-142.06976,-423.42453)">
<path
sodipodi:nodetypes="sszssss"
inkscape:connector-curvature="0"
id="path1419-8"
d="m 64.235119,253.0544 c 1.558998,1.75518 14.38054,1.15656 16.825706,-0.0314 0.408628,-0.19853 0.16429,0.7359 0.188349,1.34982 0.02405,0.61392 -1.366178,0.16627 -1.883475,0.58074 -0.660197,0.52897 -2.875833,8.14395 -5.713206,6.26255 -2.947491,-1.95441 -1.611565,-5.59653 -9.762677,-6.18407 -0.667457,-0.0481 -0.0991,-2.47797 0.345303,-1.97765 z"
style="fill:#ffffff;fill-opacity:1;stroke:#000000;stroke-width:0.52916664;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="czzc"
inkscape:connector-curvature="0"
id="path1421-5"
d="m 81.327652,253.3997 c 0,0 -2.441187,1.3423 -6.686335,1.55387 -4.245149,0.21157 -6.908334,-0.15437 -8.695375,-0.56504 -1.787041,-0.41067 -2.118909,-0.86326 -2.118909,-0.86326"
style="fill:none;stroke:#000000;stroke-width:0.13229166;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path1431-2"
d="m 72.506712,260.46273 c 0,0 1.157793,-1.49033 1.443997,-2.37004 0.316693,-0.97342 0.25113,-3.06064 0.25113,-3.06064"
style="fill:none;stroke:#000000;stroke-width:0.15875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path1433-4"
d="m 73.950709,258.09269 c 0,0 0.497299,1.0967 0.486564,1.67943 -0.01045,0.56739 -0.533651,1.61665 -0.533651,1.61665"
style="fill:none;stroke:#000000;stroke-width:0.15875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path1435-3"
d="m 76.430618,260.60399 c 0,0 0.835333,-3.39578 1.098693,-4.97551 0.05188,-0.31118 0.09417,-0.94174 0.09417,-0.94174"
style="fill:none;stroke:#000000;stroke-width:0.15875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
<path
sodipodi:nodetypes="csc"
inkscape:connector-curvature="0"
id="path1437-3"
d="m 76.226574,254.87509 c 0,0 0.298268,0.78207 0.50226,1.14578 0.134187,0.23925 0.517956,0.86326 0.517956,0.86326"
style="fill:none;stroke:#000000;stroke-width:0.15875001;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/boot_splash.png-939509db304f9fb6a281cb6f13babf6e.stex"
path="res://.import/icon.svg-218a8f2b3041327d8a5756f3a245f83b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://boot_splash.png"
dest_files=[ "res://.import/boot_splash.png-939509db304f9fb6a281cb6f13babf6e.stex" ]
source_file="res://icon.svg"
dest_files=[ "res://.import/icon.svg-218a8f2b3041327d8a5756f3a245f83b.stex" ]
[params]

BIN
project/music/mushrooms.ogg Normal file

Binary file not shown.

View file

@ -0,0 +1,15 @@
[remap]
importer="ogg_vorbis"
type="AudioStreamOGGVorbis"
path="res://.import/mushrooms.ogg-5d11893cda0d4333d75a0ef8474477bb.oggstr"
[deps]
source_file="res://music/mushrooms.ogg"
dest_files=[ "res://.import/mushrooms.ogg-5d11893cda0d4333d75a0ef8474477bb.oggstr" ]
[params]
loop=true
loop_offset=0

View file

@ -18,7 +18,7 @@ _global_script_class_icons={
config/name="Nathan's Dress Up"
run/main_scene="res://scn/TitleScn.tscn"
config/use_custom_user_dir=true
boot_splash/image="res://boot_splash.png"
boot_splash/image="res://icon.png"
boot_splash/bg_color=Color( 0.8, 0.8, 0.4, 1 )
config/icon="res://icon.png"
name_sv="Nathans klä upp"
@ -26,7 +26,10 @@ name_sv="Nathans klä upp"
[autoload]
GameKit="*res://src/GameKit.gd"
WinDialogs="*res://scn/WinDialogs.tscn"
[debug]
gdscript/completion/autocomplete_setters_and_getters=true
[debug]
@ -54,7 +57,6 @@ translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/loc
[rendering]
quality/driver/driver_name="GLES2"
quality/intended_usage/framebuffer_allocation=0
quality/intended_usage/framebuffer_allocation.mobile=0
quality/2d/use_pixel_snap=true

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]
@ -57,7 +57,7 @@ animations = [ {
[node name="Tail" type="AnimatedSprite" parent="Base"]
position = Vector2( 54.4027, 184.439 )
frames = SubResource( 1 )
frame = 6
frame = 8
playing = true
[node name="Nathan" type="Sprite" parent="Base"]
@ -67,13 +67,13 @@ texture = ExtResource( 4 )
[node name="Eyes" type="AnimatedSprite" parent="Base"]
position = Vector2( 114.227, 63.9224 )
frames = SubResource( 2 )
frame = 11
frame = 4
playing = true
[node name="Mouth" type="AnimatedSprite" parent="Base"]
position = Vector2( 131.024, 67.4964 )
frames = SubResource( 3 )
frame = 16
frame = 2
playing = true
[node name="Undies" type="Sprite" parent="."]

View file

@ -1,9 +1,8 @@
[gd_scene load_steps=5 format=2]
[gd_scene load_steps=4 format=2]
[ext_resource path="res://src/ClassicScn.gd" type="Script" id=1]
[ext_resource path="res://scn/ClassicClothes.tscn" type="PackedScene" id=2]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=3]
[ext_resource path="res://scn/GlobalMenu.tscn" type="PackedScene" id=4]
[ext_resource path="res://scn/PauseScn.tscn" type="PackedScene" id=3]
[node name="GameScreen" type="Node"]
script = ExtResource( 1 )
@ -11,5 +10,3 @@ script = ExtResource( 1 )
[node name="Clothes" parent="." instance=ExtResource( 2 )]
[node name="WinDialogs" parent="." instance=ExtResource( 3 )]
[node name="GlobalMenu" parent="." instance=ExtResource( 4 )]

View file

@ -1,30 +1,26 @@
[gd_scene load_steps=26 format=2]
[gd_scene load_steps=22 format=2]
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=1]
[ext_resource path="res://styles/tab.stylebox" type="StyleBox" id=2]
[ext_resource path="res://styles/tabbg.stylebox" type="StyleBox" id=3]
[ext_resource path="res://styles/wordrobe_panel.stylebox" type="StyleBox" id=4]
[ext_resource path="res://sprites/lights.png" type="Texture" id=5]
[ext_resource path="res://sprites/jeans.svg" type="Texture" id=6]
[ext_resource path="res://sprites/sweat_pants.svg" type="Texture" id=7]
[ext_resource path="res://sprites/blue_camo_jeans.svg" type="Texture" id=8]
[ext_resource path="res://sprites/beat_up_jeans.svg" type="Texture" id=9]
[ext_resource path="res://sprites/x_button.svg" type="Texture" id=10]
[ext_resource path="res://sprites/old_sweatshirt.png" type="Texture" id=11]
[ext_resource path="res://sprites/dj_shirt.png" type="Texture" id=12]
[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=13]
[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=14]
[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=15]
[ext_resource path="res://sprites/biker_jacket.png" type="Texture" id=16]
[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=17]
[ext_resource path="res://sprites/train_hoodie.png" type="Texture" id=18]
[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=19]
[ext_resource path="res://sprites/whatsnew_shirt.png" type="Texture" id=20]
[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=21]
[ext_resource path="res://sprites/briefs.svg" type="Texture" id=22]
[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=23]
[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=24]
[ext_resource path="res://sprites/camera.png" type="Texture" id=25]
[ext_resource path="res://styles/wordrobe_panel.stylebox" type="StyleBox" id=2]
[ext_resource path="res://sprites/jeans.svg" type="Texture" id=3]
[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.svg" type="Texture" id=8]
[ext_resource path="res://sprites/raw_shirt.svg" type="Texture" id=9]
[ext_resource path="res://sprites/atomic_shirt.svg" type="Texture" id=10]
[ext_resource path="res://sprites/z_shirt.png" type="Texture" id=11]
[ext_resource path="res://sprites/biker_jacket.svg" type="Texture" id=12]
[ext_resource path="res://sprites/nl_jacket.png" type="Texture" id=13]
[ext_resource path="res://sprites/train_hoodie.svg" type="Texture" id=14]
[ext_resource path="res://sprites/korm_shirt.png" type="Texture" id=15]
[ext_resource path="res://sprites/whatsnew_shirt.svg" type="Texture" id=16]
[ext_resource path="res://sprites/owo_censor.svg" type="Texture" id=17]
[ext_resource path="res://sprites/briefs.svg" type="Texture" id=18]
[ext_resource path="res://sprites/z_briefs.svg" type="Texture" id=19]
[ext_resource path="res://sprites/fundosi.svg" type="Texture" id=20]
[ext_resource path="res://sprites/camera.png" type="Texture" id=21]
[node name="Clothes" type="Node"]
@ -33,25 +29,20 @@ anchor_left = 1.0
anchor_right = 1.0
anchor_bottom = 1.0
margin_left = -721.0
margin_top = 32.0
margin_top = 21.0
margin_right = -25.0
margin_bottom = -6.0
margin_bottom = -35.0
theme = ExtResource( 1 )
custom_styles/tab_fg = ExtResource( 2 )
custom_styles/tab_bg = ExtResource( 3 )
custom_styles/panel = ExtResource( 4 )
custom_styles/panel = ExtResource( 2 )
custom_colors/font_color_disabled = Color( 0, 0, 0, 1 )
custom_colors/font_color_bg = Color( 0.921569, 0.921569, 0.921569, 1 )
custom_colors/font_color_fg = Color( 1, 1, 1, 1 )
[node name="Lights" type="Sprite" parent="Wordrobe"]
position = Vector2( 346.41, 165.623 )
texture = ExtResource( 5 )
[node name="Pants" type="Tabs" parent="Wordrobe"]
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 29.0
margin_top = 31.0
custom_constants/hseparation = 0
[node name="PantsGrid" type="GridContainer" parent="Wordrobe/Pants"]
@ -63,45 +54,43 @@ columns = 5
[node name="Jeans" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
margin_right = 106.0
margin_bottom = 118.0
texture_normal = ExtResource( 6 )
margin_bottom = 112.0
texture_normal = ExtResource( 3 )
[node name="Sweats" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
margin_left = 110.0
margin_right = 216.0
margin_bottom = 118.0
texture_normal = ExtResource( 7 )
margin_bottom = 112.0
texture_normal = ExtResource( 4 )
[node name="BlueCamoJeans" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
margin_left = 220.0
margin_right = 326.0
margin_bottom = 118.0
texture_normal = ExtResource( 8 )
margin_bottom = 112.0
texture_normal = ExtResource( 5 )
[node name="BeatUpJeans" type="TextureButton" parent="Wordrobe/Pants/PantsGrid"]
margin_left = 330.0
margin_right = 436.0
margin_bottom = 118.0
texture_normal = ExtResource( 9 )
margin_bottom = 112.0
texture_normal = ExtResource( 6 )
[node name="RemovePants" type="Button" parent="Wordrobe/Pants/PantsGrid"]
margin_left = 440.0
margin_right = 558.0
margin_bottom = 118.0
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( 10 )
icon = ExtResource( 7 )
flat = true
[node name="Shirts" type="Tabs" parent="Wordrobe"]
editor/display_folded = true
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 29.0
margin_top = 31.0
[node name="ShirtsGrid" type="GridContainer" parent="Wordrobe/Shirts"]
margin_left = 18.0
@ -113,75 +102,68 @@ columns = 7
[node name="Sweatshirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_right = 85.0
margin_bottom = 115.0
texture_normal = ExtResource( 11 )
texture_normal = ExtResource( 8 )
[node name="DJShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
[node name="Raw" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 89.0
margin_right = 174.0
margin_bottom = 115.0
texture_normal = ExtResource( 9 )
[node name="Atomic" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 178.0
margin_right = 284.0
margin_bottom = 115.0
texture_normal = ExtResource( 10 )
[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 288.0
margin_right = 369.0
margin_bottom = 115.0
texture_normal = ExtResource( 11 )
[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 373.0
margin_right = 458.0
margin_bottom = 115.0
texture_normal = ExtResource( 12 )
[node name="Raw" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 178.0
margin_right = 263.0
[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 462.0
margin_right = 547.0
margin_bottom = 115.0
texture_normal = ExtResource( 13 )
[node name="Atomic" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 267.0
margin_right = 385.0
[node name="TrainHoodie" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 551.0
margin_right = 636.0
margin_bottom = 115.0
texture_normal = ExtResource( 14 )
[node name="ZShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 389.0
margin_right = 470.0
margin_bottom = 115.0
texture_normal = ExtResource( 15 )
[node name="BikerJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 474.0
margin_right = 559.0
margin_bottom = 115.0
texture_normal = ExtResource( 16 )
[node name="NLJacket" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 563.0
margin_right = 648.0
margin_bottom = 115.0
texture_normal = ExtResource( 17 )
[node name="TrainHoodie" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
[node name="KormShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_top = 119.0
margin_right = 85.0
margin_bottom = 237.0
texture_normal = ExtResource( 18 )
margin_bottom = 234.0
texture_normal = ExtResource( 15 )
[node name="KormShirt" type="TextureButton" parent="Wordrobe/Shirts/ShirtsGrid"]
[node name="WhatsNewShirt" 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( 19 )
[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( 20 )
margin_bottom = 234.0
texture_normal = ExtResource( 16 )
[node name="RemoveShirt" type="Button" parent="Wordrobe/Shirts/ShirtsGrid"]
margin_left = 267.0
margin_left = 178.0
margin_top = 119.0
margin_right = 385.0
margin_bottom = 237.0
margin_right = 284.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( 10 )
icon = ExtResource( 7 )
flat = true
[node name="Underwear" type="Tabs" parent="Wordrobe"]
@ -189,7 +171,7 @@ editor/display_folded = true
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 29.0
margin_top = 31.0
[node name="UndiesGrid" type="GridContainer" parent="Wordrobe/Underwear"]
margin_left = 21.0
@ -201,32 +183,32 @@ columns = 6
[node name="OwOCensor" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_right = 106.0
margin_bottom = 112.0
texture_normal = ExtResource( 21 )
texture_normal = ExtResource( 17 )
[node name="Briefs" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 110.0
margin_right = 216.0
margin_bottom = 112.0
texture_normal = ExtResource( 22 )
texture_normal = ExtResource( 18 )
[node name="ZBriefs" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 220.0
margin_right = 326.0
margin_bottom = 112.0
texture_normal = ExtResource( 23 )
texture_normal = ExtResource( 19 )
[node name="Fundosi" type="TextureButton" parent="Wordrobe/Underwear/UndiesGrid"]
margin_left = 330.0
margin_right = 436.0
margin_bottom = 112.0
texture_normal = ExtResource( 24 )
texture_normal = ExtResource( 20 )
[node name="Accessoires" type="Tabs" parent="Wordrobe"]
editor/display_folded = true
visible = false
anchor_right = 1.0
anchor_bottom = 1.0
margin_top = 29.0
margin_top = 31.0
[node name="AccsGrid" type="GridContainer" parent="Wordrobe/Accessoires"]
margin_left = 20.0
@ -237,17 +219,17 @@ columns = 6
[node name="CanonCam" type="TextureButton" parent="Wordrobe/Accessoires/AccsGrid"]
margin_right = 85.0
margin_bottom = 118.0
texture_normal = ExtResource( 25 )
margin_bottom = 112.0
texture_normal = ExtResource( 21 )
[node name="RemoveAccessory" type="Button" parent="Wordrobe/Accessoires/AccsGrid"]
margin_left = 89.0
margin_right = 207.0
margin_bottom = 118.0
margin_right = 195.0
margin_bottom = 112.0
rect_min_size = Vector2( 85, 105 )
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( 10 )
icon = ExtResource( 7 )
flat = true

View file

@ -0,0 +1,71 @@
[gd_scene load_steps=6 format=2]
[ext_resource path="res://src/CreditsScn.gd" type="Script" id=1]
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2]
[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=3]
[ext_resource path="res://scn/PauseScn.tscn" type="PackedScene" id=4]
[ext_resource path="res://src/Soundtrack.gd" type="Script" id=5]
[node name="Credits" type="Node"]
script = ExtResource( 1 )
[node name="RichTextLabel" type="RichTextLabel" parent="."]
margin_left = 33.0
margin_top = 19.0
margin_right = 320.0
margin_bottom = 206.0
theme = ExtResource( 2 )
bbcode_text = "Nathan's Dress Up is a remake of Zack's Dress Up, a flash game created from 2006 to 2009. The character use to be a blue fox named Zack but was changed to a blue fennec named Nathan."
text = "Nathan's Dress Up is a remake of Zack's Dress Up, a flash game created from 2006 to 2009. The character use to be a blue fox named Zack but was changed to a blue fennec named Nathan."
[node name="Credits" type="RichTextLabel" parent="."]
anchor_left = 0.5
anchor_right = 0.5
margin_left = -159.0
margin_right = 160.0
margin_bottom = 586.0
theme = ExtResource( 2 )
bbcode_enabled = true
bbcode_text = "[center]Created by
Anthony Wilcox
Music by
Michael Carey
Clothing inspired by
Megawolf77
Canon Rhode
Raier
Made with
Godot Engine
[/center]"
text = "Created by
Anthony Wilcox
Music by
Michael Carey
Clothing inspired by
Megawolf77
Canon Rhode
Raier
Made with
Godot Engine
"
[node name="Character" parent="." instance=ExtResource( 3 )]
position = Vector2( 68.8273, 256.845 )
[node name="WinDialogs" parent="." instance=ExtResource( 4 )]
[node name="Music" type="AudioStreamPlayer" parent="."]
script = ExtResource( 5 )
[node name="Version" type="Label" parent="."]
margin_left = 950.908
margin_top = 568.64
margin_right = 990.908
margin_bottom = 582.64
text = "Version"

View file

@ -1,28 +1,30 @@
[gd_scene load_steps=8 format=2]
[ext_resource path="res://src/GameScn.gd" type="Script" id=1]
[ext_resource path="res://sprites/icrazy_frame.png" type="Texture" id=2]
[ext_resource path="res://scn/Clothes.tscn" type="PackedScene" id=3]
[ext_resource path="res://src/Soundtrack.gd" type="Script" id=4]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=5]
[ext_resource path="res://scn/GlobalMenu.tscn" type="PackedScene" id=6]
[ext_resource path="res://sprites/icrazy_frame.svg" type="Texture" id=2]
[ext_resource path="res://sprites/lights.png" type="Texture" id=3]
[ext_resource path="res://scn/Clothes.tscn" type="PackedScene" id=4]
[ext_resource path="res://src/Soundtrack.gd" type="Script" id=5]
[ext_resource path="res://scn/PauseScn.tscn" type="PackedScene" id=6]
[ext_resource path="res://scn/Character.tscn" type="PackedScene" id=7]
[node name="GameScreen" type="Node"]
script = ExtResource( 1 )
[node name="PicFrame" type="Sprite" parent="."]
position = Vector2( 167.38, 140.341 )
position = Vector2( 165.38, 245.341 )
texture = ExtResource( 2 )
[node name="Clothes" parent="." instance=ExtResource( 3 )]
[node name="Light" type="Light2D" parent="."]
position = Vector2( 201.79, 232.073 )
texture = ExtResource( 3 )
[node name="Clothes" parent="." instance=ExtResource( 4 )]
[node name="Music" type="AudioStreamPlayer" parent="."]
script = ExtResource( 4 )
script = ExtResource( 5 )
[node name="WinDialogs" parent="." instance=ExtResource( 5 )]
[node name="GlobalMenu" parent="." instance=ExtResource( 6 )]
[node name="PauseScn" parent="." instance=ExtResource( 6 )]
[node name="Nathan" parent="." instance=ExtResource( 7 )]
position = Vector2( 84.5004, 252.934 )

View file

@ -1,7 +1,7 @@
[gd_scene load_steps=3 format=2]
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=1]
[ext_resource path="res://src/WinDialogs.gd" type="Script" id=2]
[ext_resource path="res://src/PauseScn.gd" type="Script" id=2]
[node name="WinDialogs" type="Control"]
anchor_left = 0.5
@ -13,7 +13,6 @@ script = ExtResource( 2 )
[node name="PauseWin" type="PopupDialog" parent="."]
pause_mode = 2
editor/display_folded = true
anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
@ -33,26 +32,26 @@ margin_bottom = -10.0
[node name="PauseLbl" type="Label" parent="PauseWin/PauseVbox"]
margin_right = 156.0
margin_bottom = 14.0
margin_bottom = 21.0
text = "KPUS"
align = 1
[node name="SettingsBtn" type="Button" parent="PauseWin/PauseVbox"]
margin_top = 18.0
margin_top = 25.0
margin_right = 156.0
margin_bottom = 38.0
margin_bottom = 46.0
text = "KSET"
[node name="ResumeBtn" type="Button" parent="PauseWin/PauseVbox"]
margin_top = 42.0
margin_top = 50.0
margin_right = 156.0
margin_bottom = 62.0
margin_bottom = 71.0
text = "KRUS"
[node name="ExitBtn" type="Button" parent="PauseWin/PauseVbox"]
margin_top = 66.0
margin_top = 75.0
margin_right = 156.0
margin_bottom = 86.0
margin_bottom = 96.0
text = "KEXT"
[node name="CreditsWin" type="AcceptDialog" parent="."]
@ -73,7 +72,7 @@ anchor_bottom = 1.0
margin_left = 8.0
margin_top = 8.0
margin_right = -8.0
margin_bottom = -41.0
margin_bottom = -37.0
focus_mode = 2
bbcode_enabled = true
bbcode_text = "[center]Created by
@ -133,7 +132,7 @@ anchor_bottom = 0.5
margin_left = -68.0
margin_top = -26.0
margin_right = 68.0
margin_bottom = -7.0
margin_bottom = -3.0
columns = 3
[node name="Languages" type="MenuButton" parent="SettingsWin/Grid"]
@ -169,7 +168,7 @@ anchor_right = 0.5
margin_left = -194.0
margin_top = 8.0
margin_right = 194.0
margin_bottom = 234.0
margin_bottom = 238.0
bbcode_enabled = true
bbcode_text = "Nathan's Dress Up is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

View file

@ -3,7 +3,7 @@
[ext_resource path="res://src/TitleScn.gd" type="Script" id=1]
[ext_resource path="res://styles/DressUpTheme.res" type="Theme" id=2]
[ext_resource path="res://sprites/title.svg" type="Texture" id=3]
[ext_resource path="res://scn/WinDialogs.tscn" type="PackedScene" id=4]
[ext_resource path="res://scn/PauseScn.tscn" type="PackedScene" id=4]
[node name="Start" type="Node"]
script = ExtResource( 1 )
@ -28,27 +28,26 @@ anchor_left = 0.5
anchor_top = 0.5
anchor_right = 0.5
anchor_bottom = 0.5
margin_left = -68.0
margin_left = -67.5
margin_top = -42.5
margin_right = 68.0
margin_bottom = 42.5
margin_right = 68.5
margin_bottom = 61.5
[node name="PlayBtn" type="Button" parent="MenuRf/StartVbox"]
margin_right = 136.0
margin_bottom = 25.0
toggle_mode = true
margin_bottom = 21.0
text = "KPLY"
[node name="CreditsBtn" type="Button" parent="MenuRf/StartVbox"]
margin_top = 29.0
margin_top = 25.0
margin_right = 136.0
margin_bottom = 54.0
margin_bottom = 46.0
text = "KCRE"
[node name="LicenseBtn" type="Button" parent="MenuRf/StartVbox"]
margin_top = 58.0
margin_top = 50.0
margin_right = 136.0
margin_bottom = 83.0
margin_bottom = 71.0
text = "KLIC"
[node name="ModePanel" type="WindowDialog" parent="MenuRf"]
@ -92,6 +91,13 @@ margin_left = 97.0
margin_top = 37.0
margin_right = 97.0
margin_bottom = 37.0
[node name="Version" type="Label" parent="."]
margin_left = 950.908
margin_top = 568.64
margin_right = 990.908
margin_bottom = 582.64
text = "Version"
[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"]

View file

@ -0,0 +1,137 @@
<?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="svg898"
width="85"
height="115"
viewBox="0 0 85 115"
sodipodi:docname="biker_jacket.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata904">
<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="defs902" />
<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="namedview900"
showgrid="false"
inkscape:pagecheckerboard="true"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="5.8044244"
inkscape:cx="97.258101"
inkscape:cy="51.215311"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer4" />
<g
inkscape:groupmode="layer"
id="layer4"
inkscape:label="Original"
transform="translate(171.63136,61.398304)" />
<g
inkscape:groupmode="layer"
id="layer5"
inkscape:label="Re-Ink"
sodipodi:insensitive="true">
<path
style="fill:#ffffff;stroke:#000000;stroke-width:1.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 52.890688,14.731659 c 0.764515,4.752056 10.201502,11.594198 12.232049,2.584236 2.030547,-9.0099623 1.378259,92.860195 1.378259,92.860195 0,0 -15.133064,4.19525 -19.640191,2.41196 -4.42667,-1.75147 -7.063577,-3.27337 -7.063577,-3.27337 L 48.411347,84.678302 49.617323,47.293028 54.44123,25.413166 c 0,0 -2.315057,-15.433563 -1.550542,-10.681507 z"
id="path1474"
inkscape:connector-curvature="0"
sodipodi:nodetypes="zzcsccccz" />
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 49.272759,3.8778696 c 3.143488,5.5450393 5.100023,14.1533374 5.168471,21.5352964 0.06925,7.46812 -4.015167,14.455339 -4.823907,21.879862 -0.715149,6.565322 0.226214,13.21219 0,19.812472 -0.201114,5.867933 0.02899,11.832773 -1.205976,17.572802 -2.048545,9.521451 -6.74312,20.985118 -9.130966,24.636378 -1.184018,1.81049 -15.029674,4.68044 -16.194543,-0.34456 -1.311136,-5.65597 0,-22.568994 0,-22.568994 0,0 -11.719986,6.228599 -12.576613,2.067389 -3.466686,-16.840018 -2.5913083,-55.623654 0.344564,-66.673279 1.129259,-4.250145 5.839099,-7.168701 9.992378,-8.614118 2.605626,-0.906806 5.524187,0.07154 8.269554,0.344564 3.297651,0.327945 6.540835,2.028564 9.820095,1.550542 1.448807,-0.211194 3.962495,-1.895106 3.962495,-1.895106 L 44.27657,5.428411 c 0,0 4.136228,-3.0674931 4.996189,-1.5505414 z"
id="path1470"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ssssssscsssssccs" />
<path
style="fill:#333333;fill-opacity:1;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 64.60589,3.0164578 c 0,0 1.904385,28.4684072 2.239671,42.7260282 0.504947,21.472239 -4.195334,52.337177 -0.344565,64.433604 1.544108,4.85051 11.009589,-2.05041 13.954872,-6.20216 3.267134,-4.605438 1.378259,-16.883674 1.378259,-16.883674 L 80.62815,33.165873 c 0,0 -3.441056,-8.167319 -6.029883,-11.715201 -2.010604,-2.755451 -5.560635,-4.264554 -7.235859,-7.23586 C 65.474434,10.866155 64.60589,3.0164578 64.60589,3.0164578 Z"
id="path1472"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csssccssc" />
<path
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 23.085838,86.401126 c 0,0 -1.47813,-26.442444 -0.344565,-35.145604 1.133565,-8.70316 4.651624,-16.883672 4.651624,-16.883672"
id="path1476"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="fill:none;stroke:#000000;stroke-width:2.5;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 82.523257,93.464704 c 0,0 -9.070578,-22.894678 -10.509225,-31.355392 -1.438647,-8.460714 0.172282,-20.501603 0.172282,-20.501603"
id="path1478"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 33.767345,35.405544 11.887484,-0.68913"
id="path1480"
inkscape:connector-curvature="0" />
<ellipse
style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:2.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1482"
cx="46.602383"
cy="19.211"
rx="2.1535296"
ry="2.5842357" />
<ellipse
style="opacity:1;fill:#6b6b6b;fill-opacity:1;stroke:none;stroke-width:2.5;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1482-2"
cx="46.34396"
cy="26.446859"
rx="2.1535296"
ry="2.5842357" />
<ellipse
style="opacity:1;fill:#a3a3a3;fill-opacity:1;stroke:none;stroke-width:1.70983768;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1482-6"
cx="70.979523"
cy="96.845749"
rx="1.4221421"
ry="1.8305" />
<ellipse
style="opacity:1;fill:#a3a3a3;fill-opacity:1;stroke:none;stroke-width:1.70983768;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path1482-2-0"
cx="70.808868"
cy="101.97115"
rx="1.4221421"
ry="1.8305" />
<path
style="fill:none;stroke:#6b6b6b;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 70.162418,35.680779 c 7.580424,0.516847 7.063577,1.550541 7.063577,1.550541"
id="path1517"
inkscape:connector-curvature="0" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 6.7 KiB

View file

@ -2,15 +2,15 @@
importer="texture"
type="StreamTexture"
path="res://.import/sixam_wordmark.png-a838e2a1a647ca5f6d38732caafef5a1.stex"
path="res://.import/biker_jacket.svg-e4eb87ceed9266fe4354ce7432371bfb.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/sixam_wordmark.png"
dest_files=[ "res://.import/sixam_wordmark.png-a838e2a1a647ca5f6d38732caafef5a1.stex" ]
source_file="res://sprites/biker_jacket.svg"
dest_files=[ "res://.import/biker_jacket.svg-e4eb87ceed9266fe4354ce7432371bfb.stex" ]
[params]

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

View file

@ -0,0 +1,89 @@
<?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="svg831"
width="1683.426"
height="1171.9679"
viewBox="0 0 1683.426 1171.9679"
sodipodi:docname="dressup_panel.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata837">
<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="defs835" />
<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="namedview833"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:pagecheckerboard="true"
inkscape:zoom="0.44781783"
inkscape:cx="1261.9232"
inkscape:cy="301.48018"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer2"
showguides="true"
inkscape:guide-bbox="true" />
<g
inkscape:groupmode="layer"
id="layer1"
inkscape:label="Original"
transform="translate(1762.2585,775.39852)"
style="display:inline"
sodipodi:insensitive="true" />
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-Ink"
transform="translate(1059.7076,648.11462)">
<rect
style="opacity:1;fill:#0033ff;fill-opacity:1;stroke:none;stroke-width:9.89647961;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1405"
width="1683.426"
height="1171.9679"
x="-1059.7076"
y="-648.11462"
ry="0" />
<rect
style="opacity:1;fill:#0099ff;fill-opacity:1;stroke:none;stroke-width:7.53709316;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect1403"
width="1643.3362"
height="1106.3516"
x="-1039.0758"
y="-612.34576"
ry="31.943781" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.6 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/dressup_panel.svg-32ea153065247fc0395a2e1e29e6c510.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/dressup_panel.svg"
dest_files=[ "res://.import/dressup_panel.svg-32ea153065247fc0395a2e1e29e6c510.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,67 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
version="1.0"
width="40pt"
height="40pt"
viewBox="0 0 40 39.999999"
preserveAspectRatio="xMidYMid meet"
id="svg8"
sodipodi:docname="exit_symbol.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata14">
<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="defs12" />
<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="namedview10"
showgrid="false"
inkscape:pagecheckerboard="true"
inkscape:zoom="5.6568543"
inkscape:cx="19.438064"
inkscape:cy="24.135632"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="svg8"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;stroke:none;stroke-width:0.0037296"
id="path2"
d="M 17.591034,1.0597325 C 16.973197,1.1944783 16.485432,1.4793694 16.019344,1.9798538 15.658036,2.3686917 15.448478,2.7228807 15.300341,3.1964159 15.17027,3.6122029 15.13414,3.9124936 15.13414,4.5708231 v 0.5890316 h 8.508803 c 6.120558,0 8.559387,0.01155 8.696684,0.042349 0.603384,0.1347458 1.087537,0.6544796 1.217608,1.2974095 0.05781,0.2925909 0.05781,26.2099828 0,26.5025738 -0.130071,0.64293 -0.617837,1.162664 -1.217608,1.29741 -0.137297,0.0308 -2.576126,0.04235 -8.696684,0.04235 H 15.13414 v 0.585182 c 0,0.662179 0.03613,0.96247 0.166201,1.378257 0.148137,0.469685 0.357695,0.823874 0.719003,1.216562 0.48054,0.515884 1.004436,0.812325 1.658404,0.935521 0.148136,0.0308 2.915755,0.04235 8.6461,0.04235 9.282003,0 8.653327,0.0154 9.260324,-0.234843 0.3866,-0.157845 0.693712,-0.384988 1.047794,-0.766126 0.455248,-0.488935 0.726229,-1.058717 0.827395,-1.732446 0.0542,-0.350339 0.0542,-31.6806625 0,-32.0310016 C 37.260642,2.3956409 36.270658,1.3138246 35.013306,1.0558826 34.630319,0.97888498 17.955955,0.98273488 17.591034,1.0597325 Z" />
<path
inkscape:connector-curvature="0"
style="fill:#ffffff;stroke:none;stroke-width:0.0037296"
id="path4"
d="m 18.169699,9.918306 c -0.158976,0.0539 -0.281821,0.165545 -1.044181,0.97017 -0.961079,1.020218 -1.03334,1.124165 -1.03334,1.528403 0,0.142445 0.0289,0.29259 0.06865,0.388837 0.04697,0.107797 0.737068,0.873923 2.33405,2.57942 l 2.269014,2.421575 -9.300068,0.01925 -9.3000678,0.01925 -0.1481363,0.0847 c -0.2023325,0.115496 -0.4299565,0.396537 -0.4805397,0.596731 -0.032518,0.119346 -0.039744,0.550533 -0.032518,1.474504 0.010839,1.262761 0.014452,1.312809 0.090327,1.466804 0.090327,0.184795 0.2998857,0.388838 0.4660873,0.461986 0.1011663,0.0462 1.6114338,0.0539 9.4084605,0.0539 5.105282,0 9.285616,0.01155 9.285616,0.02695 0,0.0154 -1.015276,1.112615 -2.258175,2.436974 -1.727052,1.844092 -2.272628,2.448523 -2.326824,2.579419 -0.09755,0.230993 -0.09755,0.577482 0,0.808475 0.10478,0.246392 1.640339,1.890291 1.889641,2.021187 0.231237,0.123196 0.567254,0.130896 0.791265,0.01925 0.112005,-0.05775 1.311548,-1.312809 4.400731,-4.608306 4.191173,-4.473561 4.248982,-4.539008 4.364601,-4.8162 0.108392,-0.254092 0.119231,-0.30799 0.108392,-0.577482 -0.01807,-0.373438 -0.126458,-0.619831 -0.444409,-1.012518 -0.12646,-0.157852 -2.034166,-2.202139 -4.234531,-4.546716 C 20.214702,11.308113 18.989868,10.033803 18.877862,9.972205 18.671917,9.860558 18.397323,9.841309 18.169699,9.918306 Z" />
</svg>

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/exit_symbol.svg-73dc57ed97dd06b8f096295150b1975b.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/exit_symbol.svg"
dest_files=[ "res://.import/exit_symbol.svg-73dc57ed97dd06b8f096295150b1975b.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,191 @@
<?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="svg3384"
width="147.76741"
height="162.31744"
viewBox="0 0 147.76741 162.31745"
sodipodi:docname="icrazy_frame.svg"
inkscape:version="0.92.3 (2405546, 2018-03-11)">
<metadata
id="metadata3390">
<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="defs3388" />
<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="namedview3386"
showgrid="false"
fit-margin-top="0"
fit-margin-left="0"
fit-margin-right="0"
fit-margin-bottom="0"
inkscape:zoom="2.8780488"
inkscape:cx="83.221823"
inkscape:cy="106.26122"
inkscape:window-x="-9"
inkscape:window-y="-9"
inkscape:window-maximized="1"
inkscape:current-layer="layer7"
inkscape:pagecheckerboard="true"
inkscape:measure-start="0,0"
inkscape:measure-end="0,0" />
<g
inkscape:groupmode="layer"
id="layer6"
inkscape:label="Original"
transform="translate(129.69725,29.222815)"
style="display:inline"
sodipodi:insensitive="true" />
<g
inkscape:groupmode="layer"
id="layer7"
inkscape:label="Re-ink"
transform="translate(0.49386922,-1.3534553)"
style="display:inline">
<path
style="fill:#999999;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 11.301724,1.3534553 44.961205,0.737069 36.362067,1.4741378 c 0,0 32.971984,0.2949943 41.767244,0.9827586 8.79526,0.6877643 8.15433,-0.8426806 11.05603,1.4741379 2.9017,2.3168185 1.47414,53.8060324 1.47414,53.8060324 l -2.4569,32.431033 0.49138,44.715516 c 0,0 4.94211,25.65709 -4.43512,24.68731 -13.32684,-1.37824 -54.284705,1.35579 -54.284705,1.35579 0,0 -41.468389,0.84824 -62.15948,-0.24569 -8.056286,-0.42593 -15.8525898,3.62213 -20.9504664,-2.63062 -3.58910849,-4.40218 -1.4072911,-16.77886 -1.4072911,-16.77886 0,0 -2.29969955,-32.08678 -2.21120679,-48.15517 C -0.42000286,82.246466 1.7198275,56.387936 1.7198275,56.387936 L 1.9655172,43.120695 c 0,0 3.1628142,-22.438417 0.4913792,-33.1681021 C 2.0052672,8.1386466 -0.61084691,6.8721113 -0.24568964,5.0388 0.06161864,3.4959257 3.439655,2.0905243 3.439655,2.0905243 Z"
id="path3994"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccczzcccscsscsccsscc" />
<path
style="fill:#0276b1;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 8.3534479,7.7413861 C 18.56337,5.8017989 50.898555,8.480147 72.969824,8.9698343 95.041093,9.4595216 132.45394,6.8477796 140.78017,10.689662 c 5.75251,2.654315 0.25564,57.286498 0.24569,81.568962 -0.01,24.282466 -0.24569,64.124996 -0.24569,64.124996 L 96.064651,156.62931 8.1077583,155.40086 7.616379,125.42673 c 0,0 -2.9314718,-25.696211 -2.4568965,-36.607761 C 5.6340578,77.907419 6.2641653,73.68849 7.1496927,60.145241 8.0352201,46.601992 4.4459127,8.4837037 8.3534479,7.7413861 Z"
id="path3992"
inkscape:connector-curvature="0"
sodipodi:nodetypes="szszcccczzs" />
<path
style="fill:#ffffff;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 15.809322,91.902542 V 79.394068 l 14.072034,0.347457 0.173729,13.550848 z"
id="path3958"
inkscape:connector-curvature="0" />
<ellipse
style="display:inline;opacity:1;fill:#999999;fill-opacity:1;stroke:none;stroke-width:9.44881916;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path3968"
cx="22.454454"
cy="94.204453"
rx="5.2987289"
ry="4.9078388" />
<path
style="opacity:1;fill:#000000;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 61.847458,78.351695 c 0,0 -3.051049,1.987729 -5.472457,0.60805 -2.421409,-1.379679 -3.254694,-0.280655 -1.129238,1.824153 2.315684,2.293189 5.385593,3.648305 5.385593,3.648305 0,0 -3.490517,3.204062 -7.470339,2.779661 -0.521438,-0.0556 -0.633271,1.310954 -0.173729,1.56356 6.476332,3.559984 14.810337,5.470006 16.504237,4.864406 2.674165,-0.956063 -2.432203,8.16525 -2.432203,8.16525 0,0 -28.589685,-7.878727 -33.008475,-8.860165 -4.418789,-0.981439 -3.995762,0.347458 -3.995762,0.347458 0,0 -10.266001,-1.247801 -14.245763,-1.389831 -1.447738,-0.05167 -1.253908,5.116759 -0.521186,6.949153 0.501949,1.255275 3.995762,0.694915 3.995762,0.694915 0,0 -3.109478,0.395167 -3.127118,1.04238 -0.06208,2.27788 -2.713698,5.34484 -0.694916,5.55932 6.641733,0.70563 8.514971,2.1381 12.855933,2.08474 1.885257,-0.0232 3.680678,-1.20183 5.559322,-1.04237 6.645519,0.56409 18.762712,6.94915 18.762712,6.94915 l 11.466101,5.90678 c 0,0 0.0014,13.93423 -0.868644,19.97881 -0.870001,6.04458 -3.965052,16.12607 -3.965052,16.12607 l 64.320914,0.31752 c 0,0 -2.97708,-20.85855 -6.3262,-30.51562 -1.93476,-5.57882 -3.78174,-11.66876 -7.99153,-15.80932 -1.51414,-1.48925 -4.57113,-1.0019 -5.73305,-2.77966 -1.64869,-2.52253 -0.34745,-9.033902 -0.34745,-9.033902 0,0 9.68637,1.238732 14.41949,5.385592 -1.29848,-4.854844 -1.98903,-5.319588 -4.16949,-7.12288 0,0 13.5973,-0.682647 7.12288,-2.605932 -4.72852,-1.40465 -4.51695,-5.90678 -4.51695,-5.90678 l 1.73729,-6.254237 1.73728,-20.673729 c 0,0 8.15905,-15.217873 14.4195,-20.326271 2.08141,-1.698387 0.10771,-5.563752 -1.04238,-7.991525 -0.57877,-1.221758 -1.5503,-3.515827 -2.77966,-2.95339 -7.35742,3.366039 -24.84322,7.817796 -24.84322,7.817796 L 83.911017,29.186441 71.402542,31.271186 c 0,0 -22.776586,-9.00545 -32.661017,-11.466101 -1.745652,-0.434566 -2.456918,1.759744 -2.953389,4.516949 -0.496472,2.757205 -1.246729,8.517581 0.78178,9.641949 9.505473,5.26872 13.290254,19.71822 13.290254,19.71822 0,0 -8.18426,14.419763 -15.114407,17.199153 -1.757324,0.704789 3.318556,2.241149 5.211864,2.258474 4.258442,0.03897 11.813559,-4.864406 11.813559,-4.864406 0,0 -7.20241,9.539495 -7.644067,10.076271 -5.219329,6.343399 3.474576,1.563559 3.474576,1.563559 l 11.63983,-4.34322 z"
id="path3954"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czscsssczcsscsssscczccssscccscccssscccszscsscsccc" />
<path
style="fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 83.216102,79.220339 6.427966,1.911017 -3.300848,3.474576 z"
id="path3956"
inkscape:connector-curvature="0" />
<path
style="fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 73.747881,30.228813 44.040259,51.597458 v 0 c 0,0 4.45746,-10.107188 2.95339,-18.067797 -1.50407,-7.960609 -9.25921,-20.178985 -15.46187,-26.059322 -6.202663,-5.880337 -10.445566,-7.758268 -16.623465,-8.991744 -4.898564,-0.978045 -14.908314,1.521405 -14.908314,1.521405 z"
id="path3960"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccczzac" />
<path
style="fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 113.27119,41.347457 5.21186,6.949153 7.8178,-7.644068 z"
id="path3962"
inkscape:connector-curvature="0" />
<path
style="fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 57.677966,42.911017 64.45339,36.135593 49.338983,31.792373 Z"
id="path3964"
inkscape:connector-curvature="0" />
<path
style="fill:#262626;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 73.747881,30.228813 -2.345339,1.042373 46.211868,52.205509 0.17373,-1.650424 z"
id="path3966"
inkscape:connector-curvature="0"
sodipodi:nodetypes="ccccc" />
<rect
style="display:inline;opacity:1;fill:#666666;fill-opacity:1;stroke:none;stroke-width:9.44881916;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="rect3970"
width="10.771187"
height="6.3411016"
x="17.590036"
y="82.086861"
ry="1.1292373" />
<path
style="fill:#1e1e1e;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 103.76644,108.06186 c 0,0 8.1952,13.60404 10.68432,21.7161 2.48912,8.11206 4.47661,26.68905 4.47661,26.68905 l 4.66578,0.002 c 0,0 -2.44475,-19.7197 -5.23349,-29.21024 -1.3174,-4.48331 -3.34299,-10.11674 -5.38559,-12.9428 -2.04261,-2.82607 -2.70115,-3.93971 -4.69067,-5.125 -1.33331,-0.79434 -4.51696,-1.12924 -4.51696,-1.12924 z"
id="path3996"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czccazac" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 23.156272,79.483476 C 30.526828,69.214139 69.864324,35.510643 57.380848,25.801273"
id="path4000"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cc" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 43.969172,41.23224 c 1.381117,15.457388 31.710912,13.004603 39.801722,4.913793 3.424389,-3.424389 8.663359,-9.574321 13.267241,-11.547414 5.436185,-2.329791 18.127175,-1.575601 17.875735,0.272941"
id="path4004"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssc" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 128.27053,47.649977 c 2.38313,2.65887 3.36396,5.727528 1.44433,14.711572 -1.40729,6.586181 -6.1176,10.859631 -3.93103,15.232758"
id="path4006"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csc" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="M 23.156272,79.483476 C 66.565777,62.461544 78.42051,136.19231 119.15021,129.9262"
id="path4008"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#000000;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 63.870033,136.55982 c 8.254808,10.16681 41.301217,13.01233 57.491377,7.125"
id="path4010"
inkscape:connector-curvature="0" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 63.870033,127.96068 c -4.34516,-0.13729 -2.261816,11.79007 8.353448,15.47845 10.615264,3.68838 61.822449,3.27114 48.892239,-3.19397"
id="path4014"
inkscape:connector-curvature="0"
sodipodi:nodetypes="czc" />
<path
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 62.395895,147.61585 c 7.405256,4.92059 22.704672,5.81852 34.150861,8.10776"
id="path4018"
inkscape:connector-curvature="0" />
<ellipse
style="opacity:1;fill:#ffffff;fill-opacity:1;stroke:none;stroke-width:12.78266239;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
id="path4020"
cx="125.94231"
cy="78.313896"
rx="1.8197874"
ry="1.9426321" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View file

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

After

Width:  |  Height:  |  Size: 17 KiB

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,44 @@
<?xml version="1.0" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 20010904//EN"
"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd">
<svg version="1.0" xmlns="http://www.w3.org/2000/svg"
width="1101.000000pt" height="1280.000000pt" viewBox="0 0 1101.000000 1280.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,1280.000000) scale(0.100000,-0.100000)"
fill="#000000" stroke="none">
<path d="M6445 12541 c-15 -25 -94 -54 -184 -67 -53 -8 -163 -34 -246 -59
-384 -113 -467 -126 -830 -130 -203 -3 -326 0 -410 10 -66 8 -203 21 -305 29
-159 14 -193 14 -243 2 -64 -15 -122 -51 -182 -112 -28 -29 -52 -43 -80 -48
-75 -13 -140 -38 -225 -87 -47 -27 -128 -66 -180 -88 -52 -21 -122 -51 -155
-66 -33 -14 -100 -43 -150 -62 -49 -20 -119 -50 -155 -69 -36 -18 -122 -55
-192 -83 -145 -58 -358 -156 -598 -276 -91 -45 -214 -102 -274 -125 -59 -23
-163 -70 -230 -105 -66 -34 -139 -68 -161 -75 -22 -7 -67 -28 -100 -48 -73
-43 -269 -206 -326 -270 -180 -205 -296 -509 -358 -939 -12 -78 -45 -261 -76
-405 -57 -276 -87 -433 -130 -685 -18 -108 -32 -163 -50 -195 -19 -33 -25 -57
-25 -108 0 -77 -20 -156 -50 -205 -18 -28 -24 -59 -30 -138 -6 -82 -13 -112
-34 -154 -22 -42 -28 -67 -30 -140 -3 -77 -17 -167 -56 -373 -6 -29 -18 -78
-27 -107 -10 -33 -13 -56 -7 -62 5 -4 43 -17 84 -29 173 -49 395 -83 830 -126
467 -47 603 -56 850 -56 222 0 249 -2 288 -20 117 -53 133 -84 133 -258 0 -70
-7 -183 -15 -252 -37 -313 -41 -413 -39 -960 0 -300 5 -586 10 -636 6 -62 4
-126 -4 -200 -11 -99 -36 -430 -63 -849 -6 -88 -22 -286 -36 -440 -14 -154
-30 -356 -35 -449 -5 -94 -12 -179 -15 -189 -3 -11 -10 -180 -15 -376 -4 -196
-13 -426 -20 -511 -9 -118 -9 -214 0 -405 8 -180 9 -271 1 -325 -6 -41 -15
-163 -20 -270 -7 -145 -15 -213 -30 -265 -26 -92 -26 -141 0 -155 28 -15 275
-47 504 -65 105 -9 241 -20 301 -25 197 -18 967 -63 1290 -75 154 -6 569 -30
685 -40 311 -26 1216 -71 1745 -87 610 -18 1007 -17 1110 5 157 34 222 83 245
182 29 125 4 530 -45 745 -50 217 -49 203 -25 275 26 77 25 46 17 625 -9 717
-31 1094 -78 1296 -30 131 -31 147 -25 269 8 177 -10 822 -29 1025 -20 217
-52 471 -74 591 -13 72 -16 112 -9 155 4 33 7 124 6 204 l-2 145 36 82 c70
156 108 343 108 529 0 88 5 127 25 193 33 112 43 171 55 340 11 138 13 148 47
208 32 58 37 80 62 253 14 104 29 191 32 194 7 7 22 -27 73 -159 39 -102 55
-164 56 -216 0 -19 7 -56 16 -81 14 -43 18 -47 57 -54 66 -11 429 -8 567 5
475 45 1011 161 1585 342 88 28 166 56 173 62 17 14 8 66 -23 126 -30 60 -135
484 -135 547 0 36 -8 62 -30 99 -60 102 -80 150 -80 193 0 47 -32 135 -61 167
-32 36 -59 109 -59 160 0 51 -29 127 -69 182 -11 15 -74 190 -139 388 -109
330 -134 402 -209 610 -14 39 -61 154 -104 256 -44 103 -104 259 -134 347
-147 434 -328 767 -496 912 -35 30 -121 110 -191 177 -77 75 -138 125 -155
129 -41 9 -355 115 -378 127 -11 5 -80 31 -155 57 -74 26 -189 68 -255 94
-181 71 -309 117 -661 236 -176 60 -351 120 -388 134 -81 31 -242 72 -316 82
-30 4 -87 19 -126 35 -88 34 -139 45 -149 30z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.9 KiB

View file

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

View file

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

After

Width:  |  Height:  |  Size: 7.3 KiB

View file

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

@ -0,0 +1,7 @@
{
"accessoires": {
"camera": {
"sprite": {}
}
}
}

View file

@ -0,0 +1,125 @@
<?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="train_hoodie.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="61.06424"
inkscape:cy="71.518993"
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="layer2"
inkscape:label="Re-Ink"
style="display:inline">
<path
style="fill:#0033ff;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 7.16949,-9.3206447 12.382425,-11.3861382 4.013907,-1.5904089 9.604507,-0.7747821 12.951733,-0.1423268 4.35966,0.8237536 -5.550742,12.097772 -5.550742,12.097772"
id="path866"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cssc" />
<path
style="fill:#0033ff;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 -7.432449,-7.8329473 -5.123763,-11.2438116 1.703814,-2.51722345 6.596768,-1.2843159 9.108911,0.4269802 5.844273,3.981175 8.255393,12.2978704 8.681931,19.3564354 0.08689,1.437935 -1.280941,4.127475 -1.280941,4.127475"
id="path874"
inkscape:connector-curvature="0"
sodipodi:nodetypes="caasc" />
<path
style="fill:#0033ff;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 -3.0005452,1.901906 -2.134901,57.07302 -2.134901,57.07302 0,0 -4.5852834,5.412284 -4.3731518,8.828784 0.2121316,3.4165 1.8086912,7.15144 4.9814356,8.966584 3.1727444,1.815144 6.7511213,-1.62007 11.6707923,-0.284653 4.919671,1.335417 1.601085,5.999584 0.42698,11.243811 -1.174105,5.24423 14.347292,10.08062 20.637376,10.38985 6.290084,0.30923 14.358639,1.44548 18.502475,0.71164 4.143836,-0.73384 20.835815,-7.24673 22.772278,-10.67451 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="zczzzzzzzzsacsssz" />
<path
style="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="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
id="g888"
transform="translate(-0.17677669,-5.8336309)">
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path876"
d="m 56.75,49.9375 2.5625,-4.78125"
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path878"
d="m 63.59375,45.15625 2.21875,4.8125"
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
sodipodi:nodetypes="cc"
inkscape:connector-curvature="0"
id="path880"
d="m 58.34375,46.46875 6,0.03125"
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
<path
inkscape:connector-curvature="0"
id="path882"
d="m 57.3125,48.8125 8.0625,0.21875"
style="fill:none;stroke:#ffffff;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1" />
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 5.9 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/train_hoodie.svg-437ba1a0f0dc90d83164909d14ede895.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/train_hoodie.svg"
dest_files=[ "res://.import/train_hoodie.svg-437ba1a0f0dc90d83164909d14ede895.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,121 @@
<?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="whatsnew_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="57.175153"
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">
<path
style="fill:#003f00;fill-opacity:1;stroke:none;stroke-width:1px;stroke-linecap:butt;stroke-linejoin:miter;stroke-opacity:1"
d="m 5.4800775,46.58742 0.3535534,23.688076 -3.5355339,9.192389 1.5909903,9.722718 4.4194173,1.944543 9.9093174,-0.899997 3.172158,4.965861 -3.005204,7.24784 12.904699,4.5962 27.930718,1.94455 20.859649,-5.65686 0.883884,-3.889089 L 73.440594,86.819307 81.317279,82.826642 80.256618,54.012041 79.726289,42.698332 6.0104076,37.395031 Z"
id="path896"
inkscape:connector-curvature="0"
sodipodi:nodetypes="cccccccccccccccccc" />
<path
style="display:inline;fill:#006600;fill-opacity:1;stroke:#000000;stroke-width:1.13385832;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 28.020807,107.32817 c 0,0 1.489065,-13.755682 4.596194,-22.980958 1.310161,-3.889957 24.242128,-2.373791 32.173357,-2.828426 6.405129,-0.367155 4.596195,26.516494 4.596195,26.516494 0,0 -10.185625,3.33296 -15.469661,3.49505 -8.740826,0.26813 -25.896085,-4.20216 -25.896085,-4.20216 z"
id="path857"
inkscape:connector-curvature="0"
sodipodi:nodetypes="csscac" />
<path
style="fill:#006600;fill-opacity:1;stroke:none;stroke-width:1.88976383;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-dasharray:none;stroke-opacity:1"
d="m 5.3033008,49.7694 c 0,0 11.2785072,3.829348 15.5563492,0.883883 1.120484,-0.771498 0.13007,-3.098877 1.237437,-3.889087 12.426374,-8.867376 32.757196,-6.896551 45.785163,1.06066 2.002682,1.223197 2.218976,4.135882 3.358758,6.187185 3.112963,5.602502 9.01561,0 9.01561,0 L 78.137376,26.899752 68.766134,15.297945 62.57895,15.828275 56.745319,27.141983 52.679455,26.611653 44.194173,16.535382 10.253048,15.121168 8.0736469,15.651414 Z"
id="path890"
inkscape:connector-curvature="0"
sodipodi:nodetypes="caaascccccccccc" />
</g>
<g
inkscape:groupmode="layer"
id="layer2"
inkscape:label="Re-Ink"
style="display:inline">
<path
style="opacity:1;fill:#003f00;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:#003f00;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 -3.0005452,1.901906 -2.134901,57.07302 -2.134901,57.07302 0,0 -4.5852834,5.412284 -4.3731518,8.828784 0.2121316,3.4165 1.8086912,7.15144 4.9814356,8.966584 3.1727444,1.815144 6.7511213,-1.62007 11.6707923,-0.284653 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="zczzzzaazzsacsssz" />
<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.7 KiB

View file

@ -0,0 +1,34 @@
[remap]
importer="texture"
type="StreamTexture"
path="res://.import/whatsnew_shirt.svg-3679963ea83eef4aef7bdf8f4503eb3e.stex"
metadata={
"vram_texture": false
}
[deps]
source_file="res://sprites/whatsnew_shirt.svg"
dest_files=[ "res://.import/whatsnew_shirt.svg-3679963ea83eef4aef7bdf8f4503eb3e.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,8 @@
# Anthony Wilcox licenses this file to you under the GPL license.
# See the LICENSE file in the project root for more information.
extends Node
func _process(delta):
if Input.is_action_pressed("ui_pause"):
GameKit.is_game_paused(true)
$WinDialogs/PauseWin.show()

View file

@ -0,0 +1,4 @@
extends Node
func _ready():
$Version.text = GameKit.version

View file

@ -2,6 +2,8 @@
# See the LICENSE file in the project root for more information.
extends Node
var version = "2.0"
func is_game_paused(is_paused):
if is_paused == true:
get_tree().paused = true
@ -11,7 +13,9 @@ func is_game_paused(is_paused):
func switch_scenes(new_mode):
if new_mode == "classic":
get_tree().change_scene("res://scn/ClassicScn.tscn")
elif new_mode == "modern":
elif new_mode == "credits":
get_tree().change_scene("res://scn/CreditsScn.tscn")
elif new_mode == "play":
get_tree().change_scene("res://scn/GameScn.tscn")
elif new_mode == "title":
get_tree().change_scene("res://scn/TitleScn.tscn")

View file

@ -37,10 +37,11 @@ func change_accessoires(new_accessory):
accessory = new_accessory
if new_accessory == null:
$Nathan/Top.texture = accessory
$Nathan/Accessory.texture = accessory
$Nathan/Accessory.texture = accessory
# warning-ignore:unused_argument
func _process(delta):
# Change clothes
@ -51,16 +52,13 @@ func _process(delta):
if $Clothes/Wordrobe/Pants/PantsGrid/Jeans.is_pressed():
change_bottoms(load("res://sprites/jeans.svg"))
if $Clothes/Wordrobe/Pants/PantsGrid/Sweats.is_pressed():
change_bottoms(load("res://sprites/sweat_pants.svg"))
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"))
@ -78,6 +76,12 @@ func _process(delta):
if $Clothes/Wordrobe/Pants/PantsGrid/BlueCamoJeans.is_pressed():
change_bottoms(load("res://sprites/blue_camo_jeans.svg"))
if $Clothes/Wordrobe/Shirts/ShirtsGrid/TrainHoodie.is_pressed():
change_tops(load("res://sprites/train_hoodie.svg"))
if $Clothes/Wordrobe/Shirts/ShirtsGrid/Sweatshirt.is_pressed():
change_tops(load("res://sprites/old_sweatshirt.svg"))
# Remove clothes
# ===========================================================

View file

@ -1,16 +1,21 @@
# Anthony Wilcox licenses this file to you under the GPL license.
# See the LICENSE file in the project root for more information.
extends "res://src/GameKit.gd"
extends Node
func _process(delta):
if Input.is_action_just_pressed("ui_pause"):
$PauseWin.show()
GameKit.is_game_paused(true)
func _on_ExitBtn_pressed():
is_game_paused(false)
switch_scenes("title")
GameKit.is_game_paused(false)
GameKit.switch_scenes("title")
func _on_SettingsBtn_pressed():
$SettingsWin.show()
func _on_CreditsBtn_pressed():
$CreditsWin.show()
GameKit.switch_scenes("credits")
func _on_LicenseBtn_pressed():
$LicenseWin.show()
@ -26,4 +31,4 @@ func _on_MusicBtn_toggled(button_pressed):
func _on_ResumeBtn_pressed():
$PauseWin.hide()
is_game_paused(false)
GameKit.is_game_paused(false)

View file

@ -1,9 +1,12 @@
# Anthony Wilcox licenses this file to you under the GPL license.
# See the LICENSE file in the project root for more information.
extends AudioStreamPlayer
const tracks = [
'reminiscing',
'together_again',
'at_the_lake',
'mushrooms',
]
func _ready():

View file

@ -1,18 +1,21 @@
# Anthony Wilcox licenses this file to you under the GPL license.
# See the LICENSE file in the project root for more information.
extends "res://src/GameKit.gd"
extends Node
func _ready():
$Version.text = GameKit.version
func _on_ClassicBtn_pressed():
switch_scenes("classic")
GameKit.switch_scenes("classic")
func _on_ModernBtn_pressed():
switch_scenes("modern")
GameKit.switch_scenes("play")
func _on_CreditsBtn_pressed():
$WinDialogs/CreditsWin.show()
GameKit.switch_scenes("credits")
func _on_LicenseBtn_pressed():
$WinDialogs/LicenseWin.show()
func _on_PlayBtn_pressed():
switch_scenes("modern")
GameKit.switch_scenes("play")

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
project/styles/tab.stylebox Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.