[
  {
    "path": ".gitignore",
    "content": "# General\n.DS_Store\n\n# Godot-specific ignores\n.import/\nexport.cfg\nexport_presets.cfg\n\n# Mono-specific ignores\n.mono/\nsrc/Scenes/Levels/EditedLevel/EditedLevel.tscn\n"
  },
  {
    "path": "LICENSE",
    "content": "                    GNU GENERAL PUBLIC LICENSE\n                       Version 3, 29 June 2007\n\n Copyright (C) 2007 Free Software Foundation, Inc. <https://fsf.org/>\n Everyone is permitted to copy and distribute verbatim copies\n of this license document, but changing it is not allowed.\n\n                            Preamble\n\n  The GNU General Public License is a free, copyleft license for\nsoftware and other kinds of works.\n\n  The licenses for most software and other practical works are designed\nto take away your freedom to share and change the works.  By contrast,\nthe GNU General Public License is intended to guarantee your freedom to\nshare and change all versions of a program--to make sure it remains free\nsoftware for all its users.  We, the Free Software Foundation, use the\nGNU General Public License for most of our software; it applies also to\nany other work released this way by its authors.  You can apply it to\nyour programs, too.\n\n  When we speak of free software, we are referring to freedom, not\nprice.  Our General Public Licenses are designed to make sure that you\nhave the freedom to distribute copies of free software (and charge for\nthem if you wish), that you receive source code or can get it if you\nwant it, that you can change the software or use pieces of it in new\nfree programs, and that you know you can do these things.\n\n  To protect your rights, we need to prevent others from denying you\nthese rights or asking you to surrender the rights.  Therefore, you have\ncertain responsibilities if you distribute copies of the software, or if\nyou modify it: responsibilities to respect the freedom of others.\n\n  For example, if you distribute copies of such a program, whether\ngratis or for a fee, you must pass on to the recipients the same\nfreedoms that you received.  You must make sure that they, too, receive\nor can get the source code.  And you must show them these terms so they\nknow their rights.\n\n  Developers that use the GNU GPL protect your rights with two steps:\n(1) assert copyright on the software, and (2) offer you this License\ngiving you legal permission to copy, distribute and/or modify it.\n\n  For the developers' and authors' protection, the GPL clearly explains\nthat there is no warranty for this free software.  For both users' and\nauthors' sake, the GPL requires that modified versions be marked as\nchanged, so that their problems will not be attributed erroneously to\nauthors of previous versions.\n\n  Some devices are designed to deny users access to install or run\nmodified versions of the software inside them, although the manufacturer\ncan do so.  This is fundamentally incompatible with the aim of\nprotecting users' freedom to change the software.  The systematic\npattern of such abuse occurs in the area of products for individuals to\nuse, which is precisely where it is most unacceptable.  Therefore, we\nhave designed this version of the GPL to prohibit the practice for those\nproducts.  If such problems arise substantially in other domains, we\nstand ready to extend this provision to those domains in future versions\nof the GPL, as needed to protect the freedom of users.\n\n  Finally, every program is threatened constantly by software patents.\nStates should not allow patents to restrict development and use of\nsoftware on general-purpose computers, but in those that do, we wish to\navoid the special danger that patents applied to a free program could\nmake it effectively proprietary.  To prevent this, the GPL assures that\npatents cannot be used to render the program non-free.\n\n  The precise terms and conditions for copying, distribution and\nmodification follow.\n\n                       TERMS AND CONDITIONS\n\n  0. Definitions.\n\n  \"This License\" refers to version 3 of the GNU General Public License.\n\n  \"Copyright\" also means copyright-like laws that apply to other kinds of\nworks, such as semiconductor masks.\n\n  \"The Program\" refers to any copyrightable work licensed under this\nLicense.  Each licensee is addressed as \"you\".  \"Licensees\" and\n\"recipients\" may be individuals or organizations.\n\n  To \"modify\" a work means to copy from or adapt all or part of the work\nin a fashion requiring copyright permission, other than the making of an\nexact copy.  The resulting work is called a \"modified version\" of the\nearlier work or a work \"based on\" the earlier work.\n\n  A \"covered work\" means either the unmodified Program or a work based\non the Program.\n\n  To \"propagate\" a work means to do anything with it that, without\npermission, would make you directly or secondarily liable for\ninfringement under applicable copyright law, except executing it on a\ncomputer or modifying a private copy.  Propagation includes copying,\ndistribution (with or without modification), making available to the\npublic, and in some countries other activities as well.\n\n  To \"convey\" a work means any kind of propagation that enables other\nparties to make or receive copies.  Mere interaction with a user through\na computer network, with no transfer of a copy, is not conveying.\n\n  An interactive user interface displays \"Appropriate Legal Notices\"\nto the extent that it includes a convenient and prominently visible\nfeature that (1) displays an appropriate copyright notice, and (2)\ntells the user that there is no warranty for the work (except to the\nextent that warranties are provided), that licensees may convey the\nwork under this License, and how to view a copy of this License.  If\nthe interface presents a list of user commands or options, such as a\nmenu, a prominent item in the list meets this criterion.\n\n  1. Source Code.\n\n  The \"source code\" for a work means the preferred form of the work\nfor making modifications to it.  \"Object code\" means any non-source\nform of a work.\n\n  A \"Standard Interface\" means an interface that either is an official\nstandard defined by a recognized standards body, or, in the case of\ninterfaces specified for a particular programming language, one that\nis widely used among developers working in that language.\n\n  The \"System Libraries\" of an executable work include anything, other\nthan the work as a whole, that (a) is included in the normal form of\npackaging a Major Component, but which is not part of that Major\nComponent, and (b) serves only to enable use of the work with that\nMajor Component, or to implement a Standard Interface for which an\nimplementation is available to the public in source code form.  A\n\"Major Component\", in this context, means a major essential component\n(kernel, window system, and so on) of the specific operating system\n(if any) on which the executable work runs, or a compiler used to\nproduce the work, or an object code interpreter used to run it.\n\n  The \"Corresponding Source\" for a work in object code form means all\nthe source code needed to generate, install, and (for an executable\nwork) run the object code and to modify the work, including scripts to\ncontrol those activities.  However, it does not include the work's\nSystem Libraries, or general-purpose tools or generally available free\nprograms which are used unmodified in performing those activities but\nwhich are not part of the work.  For example, Corresponding Source\nincludes interface definition files associated with source files for\nthe work, and the source code for shared libraries and dynamically\nlinked subprograms that the work is specifically designed to require,\nsuch as by intimate data communication or control flow between those\nsubprograms and other parts of the work.\n\n  The Corresponding Source need not include anything that users\ncan regenerate automatically from other parts of the Corresponding\nSource.\n\n  The Corresponding Source for a work in source code form is that\nsame work.\n\n  2. Basic Permissions.\n\n  All rights granted under this License are granted for the term of\ncopyright on the Program, and are irrevocable provided the stated\nconditions are met.  This License explicitly affirms your unlimited\npermission to run the unmodified Program.  The output from running a\ncovered work is covered by this License only if the output, given its\ncontent, constitutes a covered work.  This License acknowledges your\nrights of fair use or other equivalent, as provided by copyright law.\n\n  You may make, run and propagate covered works that you do not\nconvey, without conditions so long as your license otherwise remains\nin force.  You may convey covered works to others for the sole purpose\nof having them make modifications exclusively for you, or provide you\nwith facilities for running those works, provided that you comply with\nthe terms of this License in conveying all material for which you do\nnot control copyright.  Those thus making or running the covered works\nfor you must do so exclusively on your behalf, under your direction\nand control, on terms that prohibit them from making any copies of\nyour copyrighted material outside their relationship with you.\n\n  Conveying under any other circumstances is permitted solely under\nthe conditions stated below.  Sublicensing is not allowed; section 10\nmakes it unnecessary.\n\n  3. Protecting Users' Legal Rights From Anti-Circumvention Law.\n\n  No covered work shall be deemed part of an effective technological\nmeasure under any applicable law fulfilling obligations under article\n11 of the WIPO copyright treaty adopted on 20 December 1996, or\nsimilar laws prohibiting or restricting circumvention of such\nmeasures.\n\n  When you convey a covered work, you waive any legal power to forbid\ncircumvention of technological measures to the extent such circumvention\nis effected by exercising rights under this License with respect to\nthe covered work, and you disclaim any intention to limit operation or\nmodification of the work as a means of enforcing, against the work's\nusers, your or third parties' legal rights to forbid circumvention of\ntechnological measures.\n\n  4. Conveying Verbatim Copies.\n\n  You may convey verbatim copies of the Program's source code as you\nreceive it, in any medium, provided that you conspicuously and\nappropriately publish on each copy an appropriate copyright notice;\nkeep intact all notices stating that this License and any\nnon-permissive terms added in accord with section 7 apply to the code;\nkeep intact all notices of the absence of any warranty; and give all\nrecipients a copy of this License along with the Program.\n\n  You may charge any price or no price for each copy that you convey,\nand you may offer support or warranty protection for a fee.\n\n  5. Conveying Modified Source Versions.\n\n  You may convey a work based on the Program, or the modifications to\nproduce it from the Program, in the form of source code under the\nterms of section 4, provided that you also meet all of these conditions:\n\n    a) The work must carry prominent notices stating that you modified\n    it, and giving a relevant date.\n\n    b) The work must carry prominent notices stating that it is\n    released under this License and any conditions added under section\n    7.  This requirement modifies the requirement in section 4 to\n    \"keep intact all notices\".\n\n    c) You must license the entire work, as a whole, under this\n    License to anyone who comes into possession of a copy.  This\n    License will therefore apply, along with any applicable section 7\n    additional terms, to the whole of the work, and all its parts,\n    regardless of how they are packaged.  This License gives no\n    permission to license the work in any other way, but it does not\n    invalidate such permission if you have separately received it.\n\n    d) If the work has interactive user interfaces, each must display\n    Appropriate Legal Notices; however, if the Program has interactive\n    interfaces that do not display Appropriate Legal Notices, your\n    work need not make them do so.\n\n  A compilation of a covered work with other separate and independent\nworks, which are not by their nature extensions of the covered work,\nand which are not combined with it such as to form a larger program,\nin or on a volume of a storage or distribution medium, is called an\n\"aggregate\" if the compilation and its resulting copyright are not\nused to limit the access or legal rights of the compilation's users\nbeyond what the individual works permit.  Inclusion of a covered work\nin an aggregate does not cause this License to apply to the other\nparts of the aggregate.\n\n  6. Conveying Non-Source Forms.\n\n  You may convey a covered work in object code form under the terms\nof sections 4 and 5, provided that you also convey the\nmachine-readable Corresponding Source under the terms of this License,\nin one of these ways:\n\n    a) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by the\n    Corresponding Source fixed on a durable physical medium\n    customarily used for software interchange.\n\n    b) Convey the object code in, or embodied in, a physical product\n    (including a physical distribution medium), accompanied by a\n    written offer, valid for at least three years and valid for as\n    long as you offer spare parts or customer support for that product\n    model, to give anyone who possesses the object code either (1) a\n    copy of the Corresponding Source for all the software in the\n    product that is covered by this License, on a durable physical\n    medium customarily used for software interchange, for a price no\n    more than your reasonable cost of physically performing this\n    conveying of source, or (2) access to copy the\n    Corresponding Source from a network server at no charge.\n\n    c) Convey individual copies of the object code with a copy of the\n    written offer to provide the Corresponding Source.  This\n    alternative is allowed only occasionally and noncommercially, and\n    only if you received the object code with such an offer, in accord\n    with subsection 6b.\n\n    d) Convey the object code by offering access from a designated\n    place (gratis or for a charge), and offer equivalent access to the\n    Corresponding Source in the same way through the same place at no\n    further charge.  You need not require recipients to copy the\n    Corresponding Source along with the object code.  If the place to\n    copy the object code is a network server, the Corresponding Source\n    may be on a different server (operated by you or a third party)\n    that supports equivalent copying facilities, provided you maintain\n    clear directions next to the object code saying where to find the\n    Corresponding Source.  Regardless of what server hosts the\n    Corresponding Source, you remain obligated to ensure that it is\n    available for as long as needed to satisfy these requirements.\n\n    e) Convey the object code using peer-to-peer transmission, provided\n    you inform other peers where the object code and Corresponding\n    Source of the work are being offered to the general public at no\n    charge under subsection 6d.\n\n  A separable portion of the object code, whose source code is excluded\nfrom the Corresponding Source as a System Library, need not be\nincluded in conveying the object code work.\n\n  A \"User Product\" is either (1) a \"consumer product\", which means any\ntangible personal property which is normally used for personal, family,\nor household purposes, or (2) anything designed or sold for incorporation\ninto a dwelling.  In determining whether a product is a consumer product,\ndoubtful cases shall be resolved in favor of coverage.  For a particular\nproduct received by a particular user, \"normally used\" refers to a\ntypical or common use of that class of product, regardless of the status\nof the particular user or of the way in which the particular user\nactually uses, or expects or is expected to use, the product.  A product\nis a consumer product regardless of whether the product has substantial\ncommercial, industrial or non-consumer uses, unless such uses represent\nthe only significant mode of use of the product.\n\n  \"Installation Information\" for a User Product means any methods,\nprocedures, authorization keys, or other information required to install\nand execute modified versions of a covered work in that User Product from\na modified version of its Corresponding Source.  The information must\nsuffice to ensure that the continued functioning of the modified object\ncode is in no case prevented or interfered with solely because\nmodification has been made.\n\n  If you convey an object code work under this section in, or with, or\nspecifically for use in, a User Product, and the conveying occurs as\npart of a transaction in which the right of possession and use of the\nUser Product is transferred to the recipient in perpetuity or for a\nfixed term (regardless of how the transaction is characterized), the\nCorresponding Source conveyed under this section must be accompanied\nby the Installation Information.  But this requirement does not apply\nif neither you nor any third party retains the ability to install\nmodified object code on the User Product (for example, the work has\nbeen installed in ROM).\n\n  The requirement to provide Installation Information does not include a\nrequirement to continue to provide support service, warranty, or updates\nfor a work that has been modified or installed by the recipient, or for\nthe User Product in which it has been modified or installed.  Access to a\nnetwork may be denied when the modification itself materially and\nadversely affects the operation of the network or violates the rules and\nprotocols for communication across the network.\n\n  Corresponding Source conveyed, and Installation Information provided,\nin accord with this section must be in a format that is publicly\ndocumented (and with an implementation available to the public in\nsource code form), and must require no special password or key for\nunpacking, reading or copying.\n\n  7. Additional Terms.\n\n  \"Additional permissions\" are terms that supplement the terms of this\nLicense by making exceptions from one or more of its conditions.\nAdditional permissions that are applicable to the entire Program shall\nbe treated as though they were included in this License, to the extent\nthat they are valid under applicable law.  If additional permissions\napply only to part of the Program, that part may be used separately\nunder those permissions, but the entire Program remains governed by\nthis License without regard to the additional permissions.\n\n  When you convey a copy of a covered work, you may at your option\nremove any additional permissions from that copy, or from any part of\nit.  (Additional permissions may be written to require their own\nremoval in certain cases when you modify the work.)  You may place\nadditional permissions on material, added by you to a covered work,\nfor which you have or can give appropriate copyright permission.\n\n  Notwithstanding any other provision of this License, for material you\nadd to a covered work, you may (if authorized by the copyright holders of\nthat material) supplement the terms of this License with terms:\n\n    a) Disclaiming warranty or limiting liability differently from the\n    terms of sections 15 and 16 of this License; or\n\n    b) Requiring preservation of specified reasonable legal notices or\n    author attributions in that material or in the Appropriate Legal\n    Notices displayed by works containing it; or\n\n    c) Prohibiting misrepresentation of the origin of that material, or\n    requiring that modified versions of such material be marked in\n    reasonable ways as different from the original version; or\n\n    d) Limiting the use for publicity purposes of names of licensors or\n    authors of the material; or\n\n    e) Declining to grant rights under trademark law for use of some\n    trade names, trademarks, or service marks; or\n\n    f) Requiring indemnification of licensors and authors of that\n    material by anyone who conveys the material (or modified versions of\n    it) with contractual assumptions of liability to the recipient, for\n    any liability that these contractual assumptions directly impose on\n    those licensors and authors.\n\n  All other non-permissive additional terms are considered \"further\nrestrictions\" within the meaning of section 10.  If the Program as you\nreceived it, or any part of it, contains a notice stating that it is\ngoverned by this License along with a term that is a further\nrestriction, you may remove that term.  If a license document contains\na further restriction but permits relicensing or conveying under this\nLicense, you may add to a covered work material governed by the terms\nof that license document, provided that the further restriction does\nnot survive such relicensing or conveying.\n\n  If you add terms to a covered work in accord with this section, you\nmust place, in the relevant source files, a statement of the\nadditional terms that apply to those files, or a notice indicating\nwhere to find the applicable terms.\n\n  Additional terms, permissive or non-permissive, may be stated in the\nform of a separately written license, or stated as exceptions;\nthe above requirements apply either way.\n\n  8. Termination.\n\n  You may not propagate or modify a covered work except as expressly\nprovided under this License.  Any attempt otherwise to propagate or\nmodify it is void, and will automatically terminate your rights under\nthis License (including any patent licenses granted under the third\nparagraph of section 11).\n\n  However, if you cease all violation of this License, then your\nlicense from a particular copyright holder is reinstated (a)\nprovisionally, unless and until the copyright holder explicitly and\nfinally terminates your license, and (b) permanently, if the copyright\nholder fails to notify you of the violation by some reasonable means\nprior to 60 days after the cessation.\n\n  Moreover, your license from a particular copyright holder is\nreinstated permanently if the copyright holder notifies you of the\nviolation by some reasonable means, this is the first time you have\nreceived notice of violation of this License (for any work) from that\ncopyright holder, and you cure the violation prior to 30 days after\nyour receipt of the notice.\n\n  Termination of your rights under this section does not terminate the\nlicenses of parties who have received copies or rights from you under\nthis License.  If your rights have been terminated and not permanently\nreinstated, you do not qualify to receive new licenses for the same\nmaterial under section 10.\n\n  9. Acceptance Not Required for Having Copies.\n\n  You are not required to accept this License in order to receive or\nrun a copy of the Program.  Ancillary propagation of a covered work\noccurring solely as a consequence of using peer-to-peer transmission\nto receive a copy likewise does not require acceptance.  However,\nnothing other than this License grants you permission to propagate or\nmodify any covered work.  These actions infringe copyright if you do\nnot accept this License.  Therefore, by modifying or propagating a\ncovered work, you indicate your acceptance of this License to do so.\n\n  10. Automatic Licensing of Downstream Recipients.\n\n  Each time you convey a covered work, the recipient automatically\nreceives a license from the original licensors, to run, modify and\npropagate that work, subject to this License.  You are not responsible\nfor enforcing compliance by third parties with this License.\n\n  An \"entity transaction\" is a transaction transferring control of an\norganization, or substantially all assets of one, or subdividing an\norganization, or merging organizations.  If propagation of a covered\nwork results from an entity transaction, each party to that\ntransaction who receives a copy of the work also receives whatever\nlicenses to the work the party's predecessor in interest had or could\ngive under the previous paragraph, plus a right to possession of the\nCorresponding Source of the work from the predecessor in interest, if\nthe predecessor has it or can get it with reasonable efforts.\n\n  You may not impose any further restrictions on the exercise of the\nrights granted or affirmed under this License.  For example, you may\nnot impose a license fee, royalty, or other charge for exercise of\nrights granted under this License, and you may not initiate litigation\n(including a cross-claim or counterclaim in a lawsuit) alleging that\nany patent claim is infringed by making, using, selling, offering for\nsale, or importing the Program or any portion of it.\n\n  11. Patents.\n\n  A \"contributor\" is a copyright holder who authorizes use under this\nLicense of the Program or a work on which the Program is based.  The\nwork thus licensed is called the contributor's \"contributor version\".\n\n  A contributor's \"essential patent claims\" are all patent claims\nowned or controlled by the contributor, whether already acquired or\nhereafter acquired, that would be infringed by some manner, permitted\nby this License, of making, using, or selling its contributor version,\nbut do not include claims that would be infringed only as a\nconsequence of further modification of the contributor version.  For\npurposes of this definition, \"control\" includes the right to grant\npatent sublicenses in a manner consistent with the requirements of\nthis License.\n\n  Each contributor grants you a non-exclusive, worldwide, royalty-free\npatent license under the contributor's essential patent claims, to\nmake, use, sell, offer for sale, import and otherwise run, modify and\npropagate the contents of its contributor version.\n\n  In the following three paragraphs, a \"patent license\" is any express\nagreement or commitment, however denominated, not to enforce a patent\n(such as an express permission to practice a patent or covenant not to\nsue for patent infringement).  To \"grant\" such a patent license to a\nparty means to make such an agreement or commitment not to enforce a\npatent against the party.\n\n  If you convey a covered work, knowingly relying on a patent license,\nand the Corresponding Source of the work is not available for anyone\nto copy, free of charge and under the terms of this License, through a\npublicly available network server or other readily accessible means,\nthen you must either (1) cause the Corresponding Source to be so\navailable, or (2) arrange to deprive yourself of the benefit of the\npatent license for this particular work, or (3) arrange, in a manner\nconsistent with the requirements of this License, to extend the patent\nlicense to downstream recipients.  \"Knowingly relying\" means you have\nactual knowledge that, but for the patent license, your conveying the\ncovered work in a country, or your recipient's use of the covered work\nin a country, would infringe one or more identifiable patents in that\ncountry that you have reason to believe are valid.\n\n  If, pursuant to or in connection with a single transaction or\narrangement, you convey, or propagate by procuring conveyance of, a\ncovered work, and grant a patent license to some of the parties\nreceiving the covered work authorizing them to use, propagate, modify\nor convey a specific copy of the covered work, then the patent license\nyou grant is automatically extended to all recipients of the covered\nwork and works based on it.\n\n  A patent license is \"discriminatory\" if it does not include within\nthe scope of its coverage, prohibits the exercise of, or is\nconditioned on the non-exercise of one or more of the rights that are\nspecifically granted under this License.  You may not convey a covered\nwork if you are a party to an arrangement with a third party that is\nin the business of distributing software, under which you make payment\nto the third party based on the extent of your activity of conveying\nthe work, and under which the third party grants, to any of the\nparties who would receive the covered work from you, a discriminatory\npatent license (a) in connection with copies of the covered work\nconveyed by you (or copies made from those copies), or (b) primarily\nfor and in connection with specific products or compilations that\ncontain the covered work, unless you entered into that arrangement,\nor that patent license was granted, prior to 28 March 2007.\n\n  Nothing in this License shall be construed as excluding or limiting\nany implied license or other defenses to infringement that may\notherwise be available to you under applicable patent law.\n\n  12. No Surrender of Others' Freedom.\n\n  If conditions are imposed on you (whether by court order, agreement or\notherwise) that contradict the conditions of this License, they do not\nexcuse you from the conditions of this License.  If you cannot convey a\ncovered work so as to satisfy simultaneously your obligations under this\nLicense and any other pertinent obligations, then as a consequence you may\nnot convey it at all.  For example, if you agree to terms that obligate you\nto collect a royalty for further conveying from those to whom you convey\nthe Program, the only way you could satisfy both those terms and this\nLicense would be to refrain entirely from conveying the Program.\n\n  13. Use with the GNU Affero General Public License.\n\n  Notwithstanding any other provision of this License, you have\npermission to link or combine any covered work with a work licensed\nunder version 3 of the GNU Affero General Public License into a single\ncombined work, and to convey the resulting work.  The terms of this\nLicense will continue to apply to the part which is the covered work,\nbut the special requirements of the GNU Affero General Public License,\nsection 13, concerning interaction through a network will apply to the\ncombination as such.\n\n  14. Revised Versions of this License.\n\n  The Free Software Foundation may publish revised and/or new versions of\nthe GNU General Public License from time to time.  Such new versions will\nbe similar in spirit to the present version, but may differ in detail to\naddress new problems or concerns.\n\n  Each version is given a distinguishing version number.  If the\nProgram specifies that a certain numbered version of the GNU General\nPublic License \"or any later version\" applies to it, you have the\noption of following the terms and conditions either of that numbered\nversion or of any later version published by the Free Software\nFoundation.  If the Program does not specify a version number of the\nGNU General Public License, you may choose any version ever published\nby the Free Software Foundation.\n\n  If the Program specifies that a proxy can decide which future\nversions of the GNU General Public License can be used, that proxy's\npublic statement of acceptance of a version permanently authorizes you\nto choose that version for the Program.\n\n  Later license versions may give you additional or different\npermissions.  However, no additional obligations are imposed on any\nauthor or copyright holder as a result of your choosing to follow a\nlater version.\n\n  15. Disclaimer of Warranty.\n\n  THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY\nAPPLICABLE LAW.  EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT\nHOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM \"AS IS\" WITHOUT WARRANTY\nOF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO,\nTHE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR\nPURPOSE.  THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM\nIS WITH YOU.  SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF\nALL NECESSARY SERVICING, REPAIR OR CORRECTION.\n\n  16. Limitation of Liability.\n\n  IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING\nWILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS\nTHE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY\nGENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE\nUSE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF\nDATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD\nPARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS),\nEVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF\nSUCH DAMAGES.\n\n  17. Interpretation of Sections 15 and 16.\n\n  If the disclaimer of warranty and limitation of liability provided\nabove cannot be given local legal effect according to their terms,\nreviewing courts shall apply local law that most closely approximates\nan absolute waiver of all civil liability in connection with the\nProgram, unless a warranty or assumption of liability accompanies a\ncopy of the Program in return for a fee.\n\n                     END OF TERMS AND CONDITIONS\n\n            How to Apply These Terms to Your New Programs\n\n  If you develop a new program, and you want it to be of the greatest\npossible use to the public, the best way to achieve this is to make it\nfree software which everyone can redistribute and change under these terms.\n\n  To do so, attach the following notices to the program.  It is safest\nto attach them to the start of each source file to most effectively\nstate the exclusion of warranty; and each file should have at least\nthe \"copyright\" line and a pointer to where the full notice is found.\n\n    <one line to give the program's name and a brief idea of what it does.>\n    Copyright (C) <year>  <name of author>\n\n    This program is free software: you can redistribute it and/or modify\n    it under the terms of the GNU General Public License as published by\n    the Free Software Foundation, either version 3 of the License, or\n    (at your option) any later version.\n\n    This program is distributed in the hope that it will be useful,\n    but WITHOUT ANY WARRANTY; without even the implied warranty of\n    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the\n    GNU General Public License for more details.\n\n    You should have received a copy of the GNU General Public License\n    along with this program.  If not, see <https://www.gnu.org/licenses/>.\n\nAlso add information on how to contact you by electronic and paper mail.\n\n  If the program does terminal interaction, make it output a short\nnotice like this when it starts in an interactive mode:\n\n    <program>  Copyright (C) <year>  <name of author>\n    This program comes with ABSOLUTELY NO WARRANTY; for details type `show w'.\n    This is free software, and you are welcome to redistribute it\n    under certain conditions; type `show c' for details.\n\nThe hypothetical commands `show w' and `show c' should show the appropriate\nparts of the General Public License.  Of course, your program's commands\nmight be different; for a GUI interface, you would use an \"about box\".\n\n  You should also get your employer (if you work as a programmer) or school,\nif any, to sign a \"copyright disclaimer\" for the program, if necessary.\nFor more information on this, and how to apply and follow the GNU GPL, see\n<https://www.gnu.org/licenses/>.\n\n  The GNU General Public License does not permit incorporating your program\ninto proprietary programs.  If your program is a subroutine library, you\nmay consider it more useful to permit linking proprietary applications with\nthe library.  If this is what you want to do, use the GNU Lesser General\nPublic License instead of this License.  But first, please read\n<https://www.gnu.org/licenses/why-not-lgpl.html>.\n"
  },
  {
    "path": "README.md",
    "content": "# Tux Builder\n\n![Screenshot of the editor](https://raw.githubusercontent.com/Alzter/TuxBuilder/master/EditorScreenshot.png)\n\nA re-implementation of the jump'n'run game SuperTux, coded from the ground up in Godot.\nSome of SuperTux's art, sound and music assets are used or modified here.\n\nTo play this game you will need Godot 3.2 and the source code. Once you have those unzip\nthe source code and open src/project.godot with Godot.\n\nTo learn how to use Godot you can read the official documentation [here](https://docs.godotengine.org/en/3.1/).\nIf you prefer learning with videos you can find a list of Godot youtubers [here](https://docs.godotengine.org/en/3.2/community/tutorials.html).\n\n# SuperTux Classic\n\n![image](https://github.com/Alzter/TuxBuilder/assets/22513909/d35dd701-5054-44e5-802f-89ffb27804d9)\n\nTuxBuilder has been succeeded by SuperTux Classic, another reimplementation of SuperTux in Godot which is more fully featured, robust, and bug-free.\nhttps://github.com/Alzter/SuperTux-Classic\n\n"
  },
  {
    "path": "src/Audio/Music/invincible.ogg.import",
    "content": "[remap]\n\nimporter=\"ogg_vorbis\"\ntype=\"AudioStreamOGGVorbis\"\npath=\"res://.import/invincible.ogg-08f44bab3757c34ad0119dc98a0e341a.oggstr\"\n\n[deps]\n\nsource_file=\"res://Audio/Music/invincible.ogg\"\ndest_files=[ \"res://.import/invincible.ogg-08f44bab3757c34ad0119dc98a0e341a.oggstr\" ]\n\n[params]\n\nloop=true\nloop_offset=0\n"
  },
  {
    "path": "src/Audio/Music/theme.ogg.import",
    "content": "[remap]\n\nimporter=\"ogg_vorbis\"\ntype=\"AudioStreamOGGVorbis\"\npath=\"res://.import/theme.ogg-36cbbb8b1e2c81962e7a5588b2760b2d.oggstr\"\n\n[deps]\n\nsource_file=\"res://Audio/Music/theme.ogg\"\ndest_files=[ \"res://.import/theme.ogg-36cbbb8b1e2c81962e7a5588b2760b2d.oggstr\" ]\n\n[params]\n\nloop=true\nloop_offset=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Bonus/brick.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/brick.wav-473d4e693c9956d26914b7ad98289275.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Bonus/brick.wav\"\ndest_files=[ \"res://.import/brick.wav-473d4e693c9956d26914b7ad98289275.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Bonus/coin.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/coin.wav-2d9c1689547b08974ca7ceac0668a4fb.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Bonus/coin.wav\"\ndest_files=[ \"res://.import/coin.wav-2d9c1689547b08974ca7ceac0668a4fb.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Bonus/fire-flower.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/fire-flower.wav-9e32c9b4fcacc929d79bf394cda75483.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Bonus/fire-flower.wav\"\ndest_files=[ \"res://.import/fire-flower.wav-9e32c9b4fcacc929d79bf394cda75483.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Bonus/grow.ogg.import",
    "content": "[remap]\n\nimporter=\"ogg_vorbis\"\ntype=\"AudioStreamOGGVorbis\"\npath=\"res://.import/grow.ogg-73ee356a458ea040059a5ce80b5c9e44.oggstr\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Bonus/grow.ogg\"\ndest_files=[ \"res://.import/grow.ogg-73ee356a458ea040059a5ce80b5c9e44.oggstr\" ]\n\n[params]\n\nloop=false\nloop_offset=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Bonus/invincible_start.ogg.import",
    "content": "[remap]\n\nimporter=\"ogg_vorbis\"\ntype=\"AudioStreamOGGVorbis\"\npath=\"res://.import/invincible_start.ogg-341c3b1b6d62e1dfd07c010f04cbb981.oggstr\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Bonus/invincible_start.ogg\"\ndest_files=[ \"res://.import/invincible_start.ogg-341c3b1b6d62e1dfd07c010f04cbb981.oggstr\" ]\n\n[params]\n\nloop=false\nloop_offset=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Bonus/lifeup.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/lifeup.wav-e027107df5afe75305b7f216b288711d.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Bonus/lifeup.wav\"\ndest_files=[ \"res://.import/lifeup.wav-e027107df5afe75305b7f216b288711d.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Bonus/upgrade.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/upgrade.wav-1080a24083cf63936a1aeeedd3decf5e.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Bonus/upgrade.wav\"\ndest_files=[ \"res://.import/upgrade.wav-1080a24083cf63936a1aeeedd3decf5e.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/beep.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/beep.wav-f86d4f11b3ab6ff0dcd768406ffbcd69.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/beep.wav\"\ndest_files=[ \"res://.import/beep.wav-f86d4f11b3ab6ff0dcd768406ffbcd69.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/beepfast.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/beepfast.wav-1b370ac99498bf4f034e1d8a91822cd1.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/beepfast.wav\"\ndest_files=[ \"res://.import/beepfast.wav-1b370ac99498bf4f034e1d8a91822cd1.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/cracking.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/cracking.wav-b172e4889806970f47d26cb763ac1b8c.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/cracking.wav\"\ndest_files=[ \"res://.import/cracking.wav-b172e4889806970f47d26cb763ac1b8c.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/explode.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/explode.wav-9b9f178d16939738f18e26eff30c0995.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/explode.wav\"\ndest_files=[ \"res://.import/explode.wav-9b9f178d16939738f18e26eff30c0995.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/extinguish.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/extinguish.wav-1530e513f400f4b5127fb20a513d66dc.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/extinguish.wav\"\ndest_files=[ \"res://.import/extinguish.wav-1530e513f400f4b5127fb20a513d66dc.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/fall.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/fall.wav-f0dfade9562eb2ff430b511f123fc564.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/fall.wav\"\ndest_files=[ \"res://.import/fall.wav-f0dfade9562eb2ff430b511f123fc564.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/hiss.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/hiss.wav-1ceef7d8a4a1e26bc35af975042aa449.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/hiss.wav\"\ndest_files=[ \"res://.import/hiss.wav-1ceef7d8a4a1e26bc35af975042aa449.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=true\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/humming.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/humming.wav-c00ee340c1044d423a55b5f6a132002a.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/humming.wav\"\ndest_files=[ \"res://.import/humming.wav-c00ee340c1044d423a55b5f6a132002a.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=true\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/iceblock_bump.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/iceblock_bump.wav-8d4dfc586c0dd6ee2fbc8c8bbfc427cd.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/iceblock_bump.wav\"\ndest_files=[ \"res://.import/iceblock_bump.wav-8d4dfc586c0dd6ee2fbc8c8bbfc427cd.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/icecrash.ogg.import",
    "content": "[remap]\n\nimporter=\"ogg_vorbis\"\ntype=\"AudioStreamOGGVorbis\"\npath=\"res://.import/icecrash.ogg-da84fa5731f91abf013c917f65c1a1b2.oggstr\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/icecrash.ogg\"\ndest_files=[ \"res://.import/icecrash.ogg-da84fa5731f91abf013c917f65c1a1b2.oggstr\" ]\n\n[params]\n\nloop=false\nloop_offset=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/kick.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/kick.wav-0a6a9a193b8423daaa4fa8e993a79c65.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/kick.wav\"\ndest_files=[ \"res://.import/kick.wav-0a6a9a193b8423daaa4fa8e993a79c65.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/splash.ogg.import",
    "content": "[remap]\n\nimporter=\"ogg_vorbis\"\ntype=\"AudioStreamOGGVorbis\"\npath=\"res://.import/splash.ogg-b131ec1b6cf9f1dd5aece921c421da49.oggstr\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/splash.ogg\"\ndest_files=[ \"res://.import/splash.ogg-b131ec1b6cf9f1dd5aece921c421da49.oggstr\" ]\n\n[params]\n\nloop=false\nloop_offset=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/squish.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/squish.wav-99db692a08a95eb7fc2f94653c22b225.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/squish.wav\"\ndest_files=[ \"res://.import/squish.wav-99db692a08a95eb7fc2f94653c22b225.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Enemy/stomp.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/stomp.wav-b1022596026d18791e57b523abf0fadd.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Enemy/stomp.wav\"\ndest_files=[ \"res://.import/stomp.wav-b1022596026d18791e57b523abf0fadd.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Objects/trampoline.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/trampoline.wav-2b0c12249e14d757297d279e5e8c9c3e.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Objects/trampoline.wav\"\ndest_files=[ \"res://.import/trampoline.wav-2b0c12249e14d757297d279e5e8c9c3e.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Player/bigjump.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/bigjump.wav-aef86937f6d2cf081a01e20652be09ec.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Player/bigjump.wav\"\ndest_files=[ \"res://.import/bigjump.wav-aef86937f6d2cf081a01e20652be09ec.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Player/flip.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/flip.wav-7f2cd2042e13ff26bab74ea42710a9a2.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Player/flip.wav\"\ndest_files=[ \"res://.import/flip.wav-7f2cd2042e13ff26bab74ea42710a9a2.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Player/hurt.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/hurt.wav-0af4c0e4fa08de2bce8c3ded6f99705b.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Player/hurt.wav\"\ndest_files=[ \"res://.import/hurt.wav-0af4c0e4fa08de2bce8c3ded6f99705b.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Player/jump.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/jump.wav-c7c538f41296dad82990104a6b4fe580.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Player/jump.wav\"\ndest_files=[ \"res://.import/jump.wav-c7c538f41296dad82990104a6b4fe580.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Player/kill.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/kill.wav-4e09583a4cb5e83a9959b4d5465c5cdf.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Player/kill.wav\"\ndest_files=[ \"res://.import/kill.wav-4e09583a4cb5e83a9959b4d5465c5cdf.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Player/shoot.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/shoot.wav-f5a3f5182edff725c24da6c38bf1c007.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Player/shoot.wav\"\ndest_files=[ \"res://.import/shoot.wav-f5a3f5182edff725c24da6c38bf1c007.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Player/skid.wav.import",
    "content": "[remap]\n\nimporter=\"wav\"\ntype=\"AudioStreamSample\"\npath=\"res://.import/skid.wav-35a696278c4961d97ef70be662260789.sample\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Player/skid.wav\"\ndest_files=[ \"res://.import/skid.wav-35a696278c4961d97ef70be662260789.sample\" ]\n\n[params]\n\nforce/8_bit=false\nforce/mono=false\nforce/max_rate=false\nforce/max_rate_hz=44100\nedit/trim=true\nedit/normalize=true\nedit/loop=false\ncompress/mode=0\n"
  },
  {
    "path": "src/Audio/SoundEffects/Player/thud.ogg.import",
    "content": "[remap]\n\nimporter=\"ogg_vorbis\"\ntype=\"AudioStreamOGGVorbis\"\npath=\"res://.import/thud.ogg-a29f9241b3b21edf10dce71983d9c8c9.oggstr\"\n\n[deps]\n\nsource_file=\"res://Audio/SoundEffects/Player/thud.ogg\"\ndest_files=[ \"res://.import/thud.ogg-a29f9241b3b21edf10dce71983d9c8c9.oggstr\" ]\n\n[params]\n\nloop=false\nloop_offset=0\n"
  },
  {
    "path": "src/AutoLoad/Settings.gd",
    "content": "# A persistent settings manager using the ConfigFile class. Settings are saved\n# automatically when the project exits.\nextends Node\n\nconst CONFIG_PATH = \"user://settings.ini\"\n\nvar config := ConfigFile.new()\n\nfunc _ready() -> void:\n\tconfig.load(CONFIG_PATH)\n\n\tOS.window_fullscreen = Settings.config.get_value(\"video\", \"fullscreen\", false)\n\tOS.vsync_enabled = Settings.config.get_value(\"video\", \"vsync\", true)\n\nfunc _exit_tree() -> void:\n\tconfig.save(CONFIG_PATH)\n"
  },
  {
    "path": "src/Scenes/Editor/Category.gd",
    "content": "extends Control\n\nvar item = \"\"\n\n# Called when the node enters the scene tree for the first time.\nfunc _ready():\n\t$VBoxContainer/Button/Label.text = str(item)\n\t$VBoxContainer/Button.pressed = true\n\nfunc _process(_delta):\n\tif $VBoxContainer/Button.pressed == true:\n\t\t$VBoxContainer/Button/Arrow.rect_rotation = 90\n\t\t$VBoxContainer/Content.visible = true\n\t\trect_min_size.y = 32 + (floor(($VBoxContainer/Content.get_child_count() - 1) / 3) + 1) * 41\n\telse:\n\t\t$VBoxContainer/Button/Arrow.rect_rotation = 0\n\t\t$VBoxContainer/Content.visible = false\n\t\trect_min_size.y = 32\n\trect_size.y = rect_min_size.y\n"
  },
  {
    "path": "src/Scenes/Editor/Category.tscn",
    "content": "[gd_scene load_steps=4 format=2]\n\n[ext_resource path=\"res://Scenes/Editor/Category.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=2]\n[ext_resource path=\"res://Sprites/Editor/Arrow.png\" type=\"Texture\" id=3]\n\n[node name=\"Category\" type=\"Control\"]\nanchor_right = 1.0\nmargin_right = -512.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 0, 32 )\nscript = ExtResource( 1 )\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\".\"]\nanchor_right = 1.0\nmargin_bottom = 64.0\nrect_min_size = Vector2( 0, 32 )\n\n[node name=\"Button\" type=\"Button\" parent=\"VBoxContainer\"]\nmargin_right = 128.0\nmargin_bottom = 23.0\nrect_min_size = Vector2( 0, 23 )\nfocus_mode = 1\ntheme = ExtResource( 2 )\ntoggle_mode = true\nflat = true\n\n[node name=\"Arrow\" type=\"TextureRect\" parent=\"VBoxContainer/Button\"]\nanchor_left = 1.0\nanchor_top = 0.5\nanchor_right = 1.0\nanchor_bottom = 0.5\nmargin_left = -14.0\nmargin_top = -6.5\nmargin_right = -2.0\nmargin_bottom = 5.5\nrect_pivot_offset = Vector2( 6, 6 )\nmouse_filter = 2\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"Label\" type=\"Label\" parent=\"VBoxContainer/Button\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -23.0\nmargin_right = -14.0\nmargin_bottom = 9.0\nrect_min_size = Vector2( 0, 32 )\nrect_clip_content = true\ntheme = ExtResource( 2 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Category\"\nclip_text = true\n\n[node name=\"Content\" type=\"GridContainer\" parent=\"VBoxContainer\"]\nmargin_top = 27.0\nmargin_right = 128.0\nmargin_bottom = 59.0\nrect_min_size = Vector2( 0, 32 )\ncustom_constants/vseparation = 41\ncustom_constants/hseparation = 41\ncolumns = 3\n"
  },
  {
    "path": "src/Scenes/Editor/FileSelectButton.gd",
    "content": "extends Button\n\nfunc _on_Button_pressed():\n\tvar fileselect = UIHelpers._get_scene().get_node(\"FileSelect\")\n\tif not \".\" in text:\n\t\tif fileselect.selectedfile == text:\n\t\t\tfileselect.directory = str(fileselect.directory, \"/\", text)\n\t\t\tfileselect.reload()\n\tfileselect.selectedfile = text\n"
  },
  {
    "path": "src/Scenes/Editor/FileSelectButton.tscn",
    "content": "[gd_scene load_steps=6 format=2]\n\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=1]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=2]\n[ext_resource path=\"res://Scenes/Editor/FileSelectButton.gd\" type=\"Script\" id=3]\n\n[sub_resource type=\"StyleBoxEmpty\" id=2]\n\n[sub_resource type=\"DynamicFont\" id=1]\nsize = 17\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_mipmaps = true\nuse_filter = true\nextra_spacing_top = 2\nextra_spacing_char = -1\nfont_data = ExtResource( 2 )\n\n[node name=\"Button\" type=\"Button\"]\nmargin_right = 374.0\nmargin_bottom = 24.0\nrect_min_size = Vector2( 0, 24 )\nfocus_mode = 1\ntheme = ExtResource( 1 )\ncustom_styles/hover = SubResource( 2 )\ncustom_fonts/font = SubResource( 1 )\ncustom_colors/font_color_hover = Color( 1, 1, 1, 1 )\ntoggle_mode = true\nshortcut_in_tooltip = false\naction_mode = 0\nenabled_focus_mode = 1\ntext = \"File\"\nscript = ExtResource( 3 )\n[connection signal=\"pressed\" from=\".\" to=\".\" method=\"_on_Button_pressed\"]\n"
  },
  {
    "path": "src/Scenes/Editor/Layer.gd",
    "content": "extends Control\n\nvar type = \"\"\nvar layername = \"\"\nvar z_axis = 0\nvar original_name = \"\"\n\nfunc _ready():\n\t$Panel/Label.text = str(layername)\n\t$Panel/Panel/Zaxis.text = str(z_axis)\n\t$Panel/Icon.texture = load(str(\"res://Sprites/Editor/LayerIcons/\", original_name, \".png\"))\n\tprint(original_name)\n\tif layername == UIHelpers.get_editor().layer_selected and get_tree().current_scene.get_node(str(\"Level/\",layername)).filepath != \"\":\n\t\tsettings()\n\nfunc _process(_delta):\n\t# Update text\n\t$Panel/Label.text = str(layername)\n\t$Panel/Panel/Zaxis.text = str(z_axis)\n\tset_name(str(layername))\n\n\t# Highlight if selected\n\t$Panel.modulate = Color(0.5,0.5,0.5,1)\n\tif layername == UIHelpers.get_editor().layer_selected:\n\t\t$Panel.modulate = Color(1,1,1,1)\n\nfunc _on_Button_pressed():\n\tUIHelpers.get_editor().layer_selected = layername\n\tUIHelpers.get_editor().layer_selected_type = type\n\tUIHelpers.get_editor().layerfile = get_tree().current_scene.get_node(str(\"Level/\", layername))\n\nfunc _on_LayerSettings_pressed():\n\tsettings()\n\nfunc settings():\n\tvar popup = load(\"res://Scenes/Editor/LayerMenu.tscn\").instance()\n\tadd_child(popup)\n"
  },
  {
    "path": "src/Scenes/Editor/Layer.tscn",
    "content": "[gd_scene load_steps=13 format=2]\n\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=1]\n[ext_resource path=\"res://Scenes/Editor/Layer.gd\" type=\"Script\" id=2]\n[ext_resource path=\"res://Sprites/Editor/Wrench.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=4]\n\n[sub_resource type=\"StyleBoxFlat\" id=1]\nbg_color = Color( 0.870588, 0.870588, 0.870588, 1 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\nanti_aliasing = false\n\n[sub_resource type=\"StyleBoxFlat\" id=2]\nbg_color = Color( 0.454902, 0.454902, 0.454902, 1 )\ncorner_radius_bottom_left = 4\nanti_aliasing = false\n\n[sub_resource type=\"StyleBoxFlat\" id=3]\nbg_color = Color( 0.243137, 0.243137, 0.243137, 1 )\ncorner_radius_top_right = 4\nanti_aliasing = false\n\n[sub_resource type=\"DynamicFont\" id=4]\nsize = 13\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_mipmaps = true\nuse_filter = true\nextra_spacing_top = 2\nfont_data = ExtResource( 4 )\n\n[sub_resource type=\"StyleBoxFlat\" id=5]\nbg_color = Color( 1, 0, 0, 1 )\ncorner_radius_bottom_right = 4\nanti_aliasing = false\n\n[sub_resource type=\"StyleBoxFlat\" id=6]\nbg_color = Color( 1, 1, 1, 0.509804 )\ncorner_radius_top_right = 4\nanti_aliasing = false\n\n[sub_resource type=\"StyleBoxFlat\" id=7]\nbg_color = Color( 1, 1, 1, 0.862745 )\ncorner_radius_top_right = 4\nanti_aliasing = false\n\n[sub_resource type=\"StyleBoxEmpty\" id=8]\n\n[node name=\"Layer\" type=\"Control\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_right = -480.0\nmargin_bottom = -416.0\nrect_min_size = Vector2( 160, 0 )\ntheme = ExtResource( 1 )\nscript = ExtResource( 2 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\".\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 2.0\nmargin_top = 2.0\nmargin_right = -2.0\nmargin_bottom = -2.0\nrect_clip_content = true\nmouse_filter = 2\ncustom_styles/panel = SubResource( 1 )\n\n[node name=\"Panel3\" type=\"Panel\" parent=\"Panel\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -16.0\nmargin_right = -50.0\nmouse_filter = 2\ncustom_styles/panel = SubResource( 2 )\n\n[node name=\"Panel2\" type=\"Panel\" parent=\"Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 106.0\nmargin_bottom = -16.0\nmouse_filter = 2\ncustom_styles/panel = SubResource( 3 )\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"Panel/Panel2\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 3.0\nmargin_top = 3.0\nmargin_right = -3.0\nmargin_bottom = -3.0\nmouse_filter = 2\ntexture = ExtResource( 3 )\nexpand = true\nstretch_mode = 6\n\n[node name=\"Label\" type=\"Label\" parent=\"Panel\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -16.0\nmargin_right = -50.0\nrect_clip_content = true\ncustom_fonts/font = SubResource( 4 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Layer\"\nalign = 1\nclip_text = true\n\n[node name=\"Panel\" type=\"Panel\" parent=\"Panel\"]\nanchor_left = 1.0\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = -50.0\nmargin_top = -16.0\nmouse_filter = 2\ncustom_styles/panel = SubResource( 5 )\n__meta__ = {\n\"_edit_group_\": true\n}\n\n[node name=\"Zaxis\" type=\"Label\" parent=\"Panel/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\ncustom_fonts/font = SubResource( 4 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"0\"\nalign = 1\nclip_text = true\n\n[node name=\"Button\" type=\"Button\" parent=\"Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nfocus_mode = 1\naction_mode = 0\nbutton_mask = 3\nflat = true\n\n[node name=\"Icon\" type=\"TextureRect\" parent=\"Panel\"]\nself_modulate = Color( 1, 1, 1, 0.75 )\nanchor_top = 1.0\nanchor_bottom = 1.0\nmargin_top = -60.0\nmargin_right = 106.0\nmargin_bottom = -16.0\nrect_clip_content = true\nmouse_filter = 2\n\n[node name=\"LayerSettings\" type=\"Button\" parent=\".\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 108.0\nmargin_top = 2.0\nmargin_right = -2.0\nmargin_bottom = -18.0\nfocus_mode = 0\ncustom_styles/hover = SubResource( 6 )\ncustom_styles/pressed = SubResource( 7 )\ncustom_styles/focus = SubResource( 8 )\ncustom_styles/disabled = SubResource( 8 )\ncustom_styles/normal = SubResource( 8 )\n[connection signal=\"pressed\" from=\"Panel/Button\" to=\".\" method=\"_on_Button_pressed\"]\n[connection signal=\"pressed\" from=\"LayerSettings\" to=\".\" method=\"_on_LayerSettings_pressed\"]\n"
  },
  {
    "path": "src/Scenes/Editor/LayerMenu.gd",
    "content": "extends Control\n\nvar layername2 = \"\"\nvar hide = false\nvar layer = null # Where to get the layer from\nvar files = []\nvar dir = Directory.new()\nvar filepathold = 0\n\n# Called when the node enters the scene tree for the first time.\nfunc _ready():\n\t# Stop editor doing stuff\n\tUIHelpers.get_editor().stop = true\n\n\t# Get the layer\n\tlayer = get_tree().current_scene.get_node(str(\"Level/\", get_parent().layername))\n\n\t# Set name\n\t$Popup/Panel/VBoxContainer/Name/LineEdit.text = get_parent().layername\n\n\tif get_parent().original_name == \"Background\":\n\t\t$Popup/Panel/VBoxContainer/Zaxis.hide()\n\telse:\n\t\t$Popup/Panel/VBoxContainer/Zaxis/SpinBox.value = get_parent().z_axis\n\t\t$Popup/Panel/VBoxContainer/Zaxis.show()\n\n\t# Set solid checkbox\n\tif get_parent().original_name == \"TileMap\":\n\t\tif layer.get_collision_layer() != 0:\n\t\t\t$Popup/Panel/VBoxContainer/Solid/CheckBox.pressed = true\n\t\telse: $Popup/Panel/VBoxContainer/Solid/CheckBox.pressed = false\n\t\t$Popup/Panel/VBoxContainer/Solid.show()\n\telse:\n\t\t$Popup/Panel/VBoxContainer/Solid/CheckBox.disabled = true\n\t\t$Popup/Panel/VBoxContainer/Solid/CheckBox.pressed = false\n\t\t$Popup/Panel/VBoxContainer/Solid.hide()\n\n\t# Set tint box\n\tif get_parent().original_name == \"Background\":\n\t\t$Popup/Panel/VBoxContainer/Tint.hide()\n\telse:\n\t\t$Popup/Panel/VBoxContainer/Tint/ColorPickerButton.color = layer.tint\n\t\t$Popup/Panel/VBoxContainer/Tint.show()\n\n\t# Set scroll and move speed\n\t$Popup/Panel/VBoxContainer/ScrollX/SpinBox.value = layer.scroll_speed.x\n\t$Popup/Panel/VBoxContainer/ScrollY/SpinBox.value = layer.scroll_speed.y\n\t$Popup/Panel/VBoxContainer/MoveX/SpinBox.value = layer.move_speed.x\n\t$Popup/Panel/VBoxContainer/MoveY/SpinBox.value = layer.move_speed.y\n\t$Popup/Panel/VBoxContainer/Moving/CheckBox.pressed = layer.moving\n\n\t$Popup/Panel/VBoxContainer/CustomProperties.hide()\n\tfor child in $Popup/Panel/VBoxContainer/CustomProperties.get_children():\n\t\thide()\n\t$Popup/Panel/VBoxContainer/CustomProperties/TextureRect.show()\n\n\t# File selecting for things like backgrounds or particles\n\tif layer.filepath != \"\":\n\t\t$Popup/Panel/VBoxContainer/CustomProperties.show()\n\t\t$Popup/Panel/VBoxContainer/CustomProperties/Filelist/OptionButton.clear()\n\t\tlist_files_in_directory(layer.filepath)\n\t\tfor i in files.size():\n\t\t\tif \".tscn\" in files[i]:\n\t\t\t\tvar item = files[i]\n\t\t\t\titem.erase(item.length() - 5,5)\n\t\t\t\t$Popup/Panel/VBoxContainer/CustomProperties/Filelist/OptionButton.add_item(item)\n\n\t$Popup.popup()\n\nfunc _process(_delta):\n\n\t# Change layer name\n\tif get_parent().layername != $Popup/Panel/VBoxContainer/Name/LineEdit.text:\n\t\tif UIHelpers.get_editor().layer_selected == get_parent().layername:\n\t\t\tUIHelpers.get_editor().layer_selected = $Popup/Panel/VBoxContainer/Name/LineEdit.text\n\t\tget_tree().current_scene.get_node(str(\"Level/\", get_parent().layername)).name = $Popup/Panel/VBoxContainer/Name/LineEdit.text\n\t\tget_parent().layername = $Popup/Panel/VBoxContainer/Name/LineEdit.text\n\t\tlayer = get_tree().current_scene.get_node(str(\"Level/\", get_parent().layername))\n\n\t# Change layer z axis\n\tget_parent().z_axis = $Popup/Panel/VBoxContainer/Zaxis/SpinBox.value\n\tlayer.z_index = get_parent().z_axis\n\n\t# Change layer solidity\n\tif not (get_parent().type == \"TileMap\"):\n\t\t$Popup/Panel/VBoxContainer/Solid/CheckBox.disabled = true\n\t\t$Popup/Panel/VBoxContainer/Solid/CheckBox.pressed = false\n\telif $Popup/Panel/VBoxContainer/Solid/CheckBox.pressed == true:\n\t\tlayer.set_collision_layer(31)\n\t\tlayer.set_collision_mask(31)\n\telse:\n\t\tlayer.set_collision_layer(0)\n\t\tlayer.set_collision_mask(0)\n\n\t# Change layer tint\n\tlayer.tint = $Popup/Panel/VBoxContainer/Tint/ColorPickerButton.color\n\n\t# Change layer scroll and move speed\n\tlayer.scroll_speed.x = $Popup/Panel/VBoxContainer/ScrollX/SpinBox.value\n\tlayer.scroll_speed.y = $Popup/Panel/VBoxContainer/ScrollY/SpinBox.value\n\tlayer.move_speed.x = $Popup/Panel/VBoxContainer/MoveX/SpinBox.value\n\tlayer.move_speed.y = $Popup/Panel/VBoxContainer/MoveY/SpinBox.value\n\tlayer.moving = $Popup/Panel/VBoxContainer/Moving/CheckBox.pressed\n\n\t# Change background/particle\n\tif layer.filepath != \"\":\n\t\tfor child in layer.get_children():\n\t\t\tchild.queue_free()\n\t\tvar selected = $Popup/Panel/VBoxContainer/CustomProperties/Filelist/OptionButton.get_item_text($Popup/Panel/VBoxContainer/CustomProperties/Filelist/OptionButton.selected)\n\t\tvar child = load(str(layer.filepath, \"/\", selected, \".tscn\")).instance()\n\t\tlayer.add_child(child)\n\t\tchild.set_owner(get_tree().current_scene.get_node(\"Level\"))\n\tfilepathold = $Popup/Panel/VBoxContainer/CustomProperties/Filelist/OptionButton.selected\n\n\t# Delete if not in edit mode\n\tif get_tree().current_scene.editmode == false:\n\t\tUIHelpers.get_editor().stop = false\n\t\tqueue_free()\n\nfunc _on_OK_pressed():\n\tUIHelpers.get_editor().stop = false\n\tqueue_free()\n\nfunc _on_Popup_popup_hide():\n\tif hide == false:\n\t\tUIHelpers.get_editor().stop = false\n\t\tqueue_free()\n\nfunc _on_DeleteButton_pressed():\n\thide = true\n\t$Popup.hide()\n\t$DeleteConfirmation.show()\n\nfunc _on_DeleteYes_pressed():\n\tif UIHelpers.get_editor().layer_selected == get_parent().layername:\n\t\tUIHelpers.get_editor().layer_selected = \"\"\n\t\tUIHelpers.get_editor().layer_selected_type = \"\"\n\tget_parent().queue_free()\n\tlayer.queue_free()\n\tUIHelpers.get_editor().stop = false\n\tqueue_free()\n\nfunc _on_DeleteNo_pressed():\n\t$Popup.popup()\n\t$DeleteConfirmation.hide()\n\thide = false\n\nfunc list_files_in_directory(path):\n\tfiles = []\n\tdir = Directory.new()\n\tdir.open(path)\n\tdir.list_dir_begin()\n\n\twhile true:\n\t\tvar file = dir.get_next()\n\t\tif file == \"\":\n\t\t\tbreak\n\t\telif not file.begins_with(\".\"):\n\t\t\tfiles.append(file)\n\n\tdir.list_dir_end()\n\n\treturn files\n"
  },
  {
    "path": "src/Scenes/Editor/LayerMenu.tscn",
    "content": "[gd_scene load_steps=4 format=2]\n\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=1]\n[ext_resource path=\"res://Scenes/Editor/LayerMenu.gd\" type=\"Script\" id=2]\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=3]\n\n[node name=\"Node2D\" type=\"Control\" groups=[\n\"layermenu\",\n]]\nanchor_right = 1.0\nanchor_bottom = 1.0\ntheme = ExtResource( 1 )\nscript = ExtResource( 2 )\n\n[node name=\"Popup\" type=\"Popup\" parent=\".\"]\nvisible = true\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -132.0\nmargin_top = -170.5\nmargin_right = 132.0\nmargin_bottom = 170.5\n\n[node name=\"Panel\" type=\"Panel\" parent=\"Popup\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -129.0\nmargin_top = -162.5\nmargin_right = 130.0\nmargin_bottom = 161.5\n\n[node name=\"Title\" type=\"VBoxContainer\" parent=\"Popup/Panel\"]\neditor/display_folded = true\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -30.0\n\n[node name=\"Label\" type=\"Label\" parent=\"Popup/Panel/Title\"]\nmargin_right = 243.0\nmargin_bottom = 20.0\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Layer Settings\"\nalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Popup/Panel/Title\"]\nmargin_top = 24.0\nmargin_right = 243.0\nmargin_bottom = 26.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Popup/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 34.0\nmargin_right = -8.0\nmargin_bottom = -34.0\nrect_clip_content = true\nalignment = 1\n\n[node name=\"CustomProperties\" type=\"VBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nvisible = false\nmargin_top = 24.0\nmargin_right = 243.0\nmargin_bottom = 50.0\n\n[node name=\"Filelist\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer/CustomProperties\"]\neditor/display_folded = true\nmargin_right = 243.0\nmargin_bottom = 20.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/CustomProperties/Filelist\"]\nmargin_left = 87.0\nmargin_right = 149.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Type:\"\nalign = 1\n\n[node name=\"OptionButton\" type=\"OptionButton\" parent=\"Popup/Panel/VBoxContainer/CustomProperties/Filelist\"]\nmargin_left = 153.0\nmargin_right = 155.0\nmargin_bottom = 20.0\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"Popup/Panel/VBoxContainer/CustomProperties\"]\nmargin_top = 24.0\nmargin_right = 243.0\nmargin_bottom = 26.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"Name\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nmargin_top = 10.0\nmargin_right = 243.0\nmargin_bottom = 30.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/Name\"]\nmargin_left = 33.0\nmargin_right = 98.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Name:\"\nalign = 1\n\n[node name=\"LineEdit\" type=\"LineEdit\" parent=\"Popup/Panel/VBoxContainer/Name\"]\nmargin_left = 102.0\nmargin_right = 210.0\nmargin_bottom = 20.0\nfocus_mode = 1\nalign = 2\nexpand_to_text_length = true\nfocus_mode = 1\n\n[node name=\"Zaxis\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nmargin_top = 34.0\nmargin_right = 243.0\nmargin_bottom = 54.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/Zaxis\"]\nmargin_left = 28.0\nmargin_right = 103.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Z-pos:\"\nalign = 1\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"Popup/Panel/VBoxContainer/Zaxis\"]\nmargin_left = 107.0\nmargin_right = 215.0\nmargin_bottom = 20.0\nmin_value = -4096.0\nmax_value = 4096.0\nrounded = true\nalign = 2\n\n[node name=\"Solid\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nmargin_top = 58.0\nmargin_right = 243.0\nmargin_bottom = 78.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/Solid\"]\nmargin_left = 80.0\nmargin_right = 142.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Solid:\"\nalign = 1\n\n[node name=\"CheckBox\" type=\"CheckBox\" parent=\"Popup/Panel/VBoxContainer/Solid\"]\nmargin_left = 146.0\nmargin_right = 162.0\nmargin_bottom = 20.0\n\n[node name=\"ScrollX\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\nmargin_top = 82.0\nmargin_right = 243.0\nmargin_bottom = 102.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/ScrollX\"]\nmargin_left = 17.0\nmargin_right = 114.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Speed X:\"\nalign = 1\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"Popup/Panel/VBoxContainer/ScrollX\"]\nmargin_left = 118.0\nmargin_right = 226.0\nmargin_bottom = 20.0\nstep = 0.01\nallow_greater = true\nalign = 2\n\n[node name=\"ScrollY\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\nmargin_top = 106.0\nmargin_right = 243.0\nmargin_bottom = 126.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/ScrollY\"]\nmargin_left = 17.0\nmargin_right = 113.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Speed Y:\"\nalign = 1\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"Popup/Panel/VBoxContainer/ScrollY\"]\nmargin_left = 117.0\nmargin_right = 225.0\nmargin_bottom = 20.0\nstep = 0.01\nallow_greater = true\nalign = 2\n\n[node name=\"MoveX\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\nmargin_top = 130.0\nmargin_right = 243.0\nmargin_bottom = 150.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/MoveX\"]\nmargin_left = 23.0\nmargin_right = 108.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Move X:\"\nalign = 1\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"Popup/Panel/VBoxContainer/MoveX\"]\nmargin_left = 112.0\nmargin_right = 220.0\nmargin_bottom = 20.0\nstep = 0.01\nallow_greater = true\nallow_lesser = true\nalign = 2\n\n[node name=\"MoveY\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\nmargin_top = 154.0\nmargin_right = 243.0\nmargin_bottom = 174.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/MoveY\"]\nmargin_left = 23.0\nmargin_right = 107.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Move Y:\"\nalign = 1\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"Popup/Panel/VBoxContainer/MoveY\"]\nmargin_left = 111.0\nmargin_right = 219.0\nmargin_bottom = 20.0\nstep = 0.01\nallow_greater = true\nallow_lesser = true\nalign = 2\n\n[node name=\"Moving\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nmargin_top = 178.0\nmargin_right = 243.0\nmargin_bottom = 198.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/Moving\"]\nmargin_left = 71.0\nmargin_right = 152.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Moving:\"\nalign = 1\n\n[node name=\"CheckBox\" type=\"CheckBox\" parent=\"Popup/Panel/VBoxContainer/Moving\"]\nmargin_left = 156.0\nmargin_right = 172.0\nmargin_bottom = 20.0\n\n[node name=\"Tint\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nmargin_top = 202.0\nmargin_right = 243.0\nmargin_bottom = 222.0\nalignment = 1\n\n[node name=\"Label2\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/Tint\"]\nmargin_left = 60.0\nmargin_right = 114.0\nmargin_bottom = 20.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Tint:\"\nalign = 1\n\n[node name=\"ColorPickerButton\" type=\"ColorPickerButton\" parent=\"Popup/Panel/VBoxContainer/Tint\"]\nmargin_left = 118.0\nmargin_right = 182.0\nmargin_bottom = 20.0\nrect_min_size = Vector2( 64, 0 )\n\n[node name=\"Delete\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nmargin_top = 226.0\nmargin_right = 243.0\nmargin_bottom = 246.0\nalignment = 1\n\n[node name=\"DeleteButton\" type=\"Button\" parent=\"Popup/Panel/VBoxContainer/Delete\"]\nmargin_left = 47.0\nmargin_right = 196.0\nmargin_bottom = 20.0\ncustom_colors/font_color = Color( 1, 0, 0, 1 )\ncustom_colors/font_color_hover = Color( 1, 0, 0, 1 )\ntext = \"Delete Layer\"\n\n[node name=\"OK\" type=\"VBoxContainer\" parent=\"Popup/Panel\"]\neditor/display_folded = true\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -34.0\nmargin_bottom = -8.0\nalignment = 2\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Popup/Panel/OK\"]\nmargin_right = 259.0\nmargin_bottom = 2.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"OK\" type=\"Button\" parent=\"Popup/Panel/OK\"]\nmargin_top = 6.0\nmargin_right = 259.0\nmargin_bottom = 26.0\nfocus_mode = 1\ntext = \"OK\"\n\n[node name=\"DeleteConfirmation\" type=\"Popup\" parent=\".\"]\neditor/display_folded = true\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -125.0\nmargin_top = -125.0\nmargin_right = 125.0\nmargin_bottom = 125.0\n\n[node name=\"Panel\" type=\"Panel\" parent=\"DeleteConfirmation\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -125.0\nmargin_top = -50.0\nmargin_right = 125.0\nmargin_bottom = 50.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"DeleteConfirmation/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -8.0\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"DeleteConfirmation/Panel/VBoxContainer\"]\nmargin_top = 17.0\nmargin_right = 234.0\nmargin_bottom = 37.0\ncustom_colors/font_color = Color( 1, 0, 0, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Delete this layer?\"\nalign = 1\n\n[node name=\"Line2\" type=\"TextureRect\" parent=\"DeleteConfirmation/Panel/VBoxContainer\"]\nmargin_top = 41.0\nmargin_right = 234.0\nmargin_bottom = 43.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"HBoxContainer\" type=\"HBoxContainer\" parent=\"DeleteConfirmation/Panel/VBoxContainer\"]\nmargin_top = 47.0\nmargin_right = 234.0\nmargin_bottom = 67.0\ncustom_constants/separation = 32\nalignment = 1\n\n[node name=\"DeleteYes\" type=\"Button\" parent=\"DeleteConfirmation/Panel/VBoxContainer/HBoxContainer\"]\nmargin_left = 68.0\nmargin_right = 106.0\nmargin_bottom = 20.0\ntext = \"Yes\"\n\n[node name=\"DeleteNo\" type=\"Button\" parent=\"DeleteConfirmation/Panel/VBoxContainer/HBoxContainer\"]\nmargin_left = 138.0\nmargin_right = 166.0\nmargin_bottom = 20.0\ntext = \"No\"\n[connection signal=\"popup_hide\" from=\"Popup\" to=\".\" method=\"_on_Popup_popup_hide\"]\n[connection signal=\"pressed\" from=\"Popup/Panel/VBoxContainer/Delete/DeleteButton\" to=\".\" method=\"_on_DeleteButton_pressed\"]\n[connection signal=\"pressed\" from=\"Popup/Panel/OK/OK\" to=\".\" method=\"_on_OK_pressed\"]\n[connection signal=\"pressed\" from=\"DeleteConfirmation/Panel/VBoxContainer/HBoxContainer/DeleteYes\" to=\".\" method=\"_on_DeleteYes_pressed\"]\n[connection signal=\"pressed\" from=\"DeleteConfirmation/Panel/VBoxContainer/HBoxContainer/DeleteNo\" to=\".\" method=\"_on_DeleteNo_pressed\"]\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/Background.gd",
    "content": "extends \"Layer.gd\"\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/Background.tscn",
    "content": "[gd_scene load_steps=2 format=2]\n\n[ext_resource path=\"res://Scenes/Editor/Layers/Background.gd\" type=\"Script\" id=1]\n\n[node name=\"Background\" type=\"Node2D\" groups=[\n\"layers\",\n]]\nscript = ExtResource( 1 )\nfilepath = \"res://Scenes/Editor/Layers/Backgrounds\"\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/Backgrounds/Background.gd",
    "content": "extends ParallaxBackground\n\nfunc _process(delta):\n\tscroll_base_scale = get_parent().scroll_speed\n\tscroll_base_offset = get_parent().move_pos\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/Backgrounds/Snow.tscn",
    "content": "[gd_scene load_steps=5 format=2]\n\n[ext_resource path=\"res://Scenes/Editor/Layers/Backgrounds/Background.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Backgrounds/Snow/arcticmountains-sky.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Backgrounds/Snow/arcticmountains-bg.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Backgrounds/Snow/arcticmountains-fg.png\" type=\"Texture\" id=4]\n\n[node name=\"ParallaxBackground\" type=\"ParallaxBackground\"]\nscript = ExtResource( 1 )\n\n[node name=\"Sky\" type=\"ParallaxLayer\" parent=\".\"]\nmotion_scale = Vector2( 0, 0 )\nmotion_offset = Vector2( 0, -600 )\nmotion_mirroring = Vector2( 1700, 0 )\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\"Sky\"]\ntexture = ExtResource( 2 )\ncentered = false\n\n[node name=\"BG\" type=\"ParallaxLayer\" parent=\".\"]\nmotion_scale = Vector2( 0.18, 0.2 )\nmotion_offset = Vector2( 0, -350 )\nmotion_mirroring = Vector2( 1530, 0 )\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\"BG\"]\nscale = Vector2( 1, 0.5 )\ntexture = ExtResource( 3 )\ncentered = false\n\n[node name=\"FG\" type=\"ParallaxLayer\" parent=\".\"]\nmotion_scale = Vector2( 0.2, 0.2 )\nmotion_offset = Vector2( 0, -400 )\nmotion_mirroring = Vector2( 1700, 0 )\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\"FG\"]\nscale = Vector2( 1, 0.5 )\ntexture = ExtResource( 4 )\ncentered = false\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/Layer.gd",
    "content": "extends Node2D\n\nexport var scroll_speed = Vector2(1,1)\nexport var move_speed = Vector2()\nexport var moving = false\nexport var tint = Color(1,1,1,1)\nexport var filepath = \"\"\nvar move_pos = Vector2()\nexport var original_name = \"\"\n\n# Called when the node enters the scene tree for the first time.\nfunc _ready():\n\tpass # Replace with function body.\n\nfunc _process(delta):\n\tposition = Vector2(0,0)\n\n\tmodulate = tint\n\n\t# Hide unselected TileMaps if a TileMap is selected\n\tif get_tree().current_scene.editmode == true and get_class() == \"TileMap\":\n\t\tif UIHelpers.get_editor().layer_selected_type == \"TileMap\":\n\t\t\tif UIHelpers.get_editor().layer_selected != name:\n\t\t\t\tmodulate *= Color(1,1,1,0.25)\n\n\t# Scrolling\n\tif scroll_speed.x != 1:\n\t\tposition.x = UIHelpers.get_camera().position.x * (1 - scroll_speed.x)\n\tif scroll_speed.y != 1:\n\t\tposition.y = UIHelpers.get_camera().position.y * (1 - scroll_speed.y)\n\n\t# Moving\n\tif moving and get_tree().current_scene.editmode == false:\n\t\tif move_speed.x != 0:\n\t\t\tmove_pos.x += move_speed.x\n\t\tif move_speed.y != 0:\n\t\t\tmove_pos.y += move_speed.y\n\n\tposition += move_pos\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/LayerSelect.gd",
    "content": "extends \"Layer.gd\"\n\nexport var location = \"\"\n\n# Declare member variables here. Examples:\n# var a = 2\n# var b = \"text\"\n\n# Called when the node enters the scene tree for the first time.\nfunc _ready():\n\tpass # Replace with function body.\n\n# Called every frame. 'delta' is the elapsed time since the previous frame.\n#func _process(delta):\n#\tpass\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/TileMap.gd",
    "content": "# Level Tilemap\nextends \"Layer.gd\"\n\n# Declare member variables here. Examples:\n# var a = 2\n# var b = \"text\"\n\n# Called when the node enters the scene tree for the first time.\nfunc _ready():\n\tpass # Replace with function body.\n\n# Called every frame. 'delta' is the elapsed time since the previous frame.\n#func _process(delta):\n#\tpass\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/TileMap.tscn",
    "content": "[gd_scene load_steps=3 format=2]\n\n[ext_resource path=\"res://Tilesets/LevelTiles.tres\" type=\"TileSet\" id=1]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.gd\" type=\"Script\" id=2]\n\n[node name=\"TileMap\" type=\"TileMap\" groups=[\n\"layers\",\n\"tilemap\",\n]]\ntile_set = ExtResource( 1 )\ncell_size = Vector2( 32, 32 )\ncollision_layer = 31\ncollision_mask = 31\nformat = 1\nscript = ExtResource( 2 )\n"
  },
  {
    "path": "src/Scenes/Editor/Layers/Worldmap/TileMap.tscn",
    "content": "[gd_scene load_steps=3 format=2]\n\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.tscn\" type=\"PackedScene\" id=1]\n[ext_resource path=\"res://Tilesets/MapTiles.tres\" type=\"TileSet\" id=2]\n\n[node name=\"TileMap\" instance=ExtResource( 1 )]\ntile_set = ExtResource( 2 )\n"
  },
  {
    "path": "src/Scenes/Editor/LevelTemplates/Level.tscn",
    "content": "[gd_scene load_steps=6 format=2]\n\n[ext_resource path=\"res://Scenes/UI/Level.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.tscn\" type=\"PackedScene\" id=2]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.tscn\" type=\"PackedScene\" id=3]\n[ext_resource path=\"res://Scenes/Editor/Layers/Background.tscn\" type=\"PackedScene\" id=4]\n[ext_resource path=\"res://Scenes/Editor/Layers/Backgrounds/Snow.tscn\" type=\"PackedScene\" id=5]\n\n[node name=\"Level\" type=\"Node2D\"]\nscript = ExtResource( 1 )\n\n[node name=\"SpawnPoint\" parent=\".\" instance=ExtResource( 2 )]\nposition = Vector2( 16, 16 )\n\n[node name=\"Interactive\" parent=\".\" instance=ExtResource( 3 )]\noriginal_name = \"TileMap\"\n\n[node name=\"Background\" parent=\".\" instance=ExtResource( 4 )]\nmodulate = Color( 0, 0, 0, 1 )\ntint = Color( 0, 0, 0, 1 )\noriginal_name = \"Background\"\n\n[node name=\"ParallaxBackground\" parent=\"Background\" instance=ExtResource( 5 )]\nscroll_offset = Vector2( 587, 160.5 )\n"
  },
  {
    "path": "src/Scenes/Editor/LevelTemplates/Worldmap.tscn",
    "content": "[gd_scene load_steps=3 format=2]\n\n[ext_resource path=\"res://Scenes/UI/Level.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/Editor/Layers/Worldmap/TileMap.tscn\" type=\"PackedScene\" id=2]\n\n[node name=\"Level\" type=\"Node2D\"]\nscript = ExtResource( 1 )\nworldmap = true\n\n[node name=\"TileMap\" parent=\".\" instance=ExtResource( 2 )]\n"
  },
  {
    "path": "src/Scenes/Editor/Object.gd",
    "content": "extends Control\n\nvar object_type = \"\"\nvar object_category = \"\"\nvar object_location = \"\"\n\n# Called when the node enters the scene tree for the first time.\nfunc _ready():\n\tget_object_texture(str(\"res://Scenes/Objects/\", object_category, \"/\", object_type))\n\nfunc _on_Button_pressed():\n\tUIHelpers.get_editor().object_type = object_type\n\tUIHelpers.get_editor().object_category = object_category\n\tget_tree().current_scene.get_node(\"Editor/UI/SideBar/VBoxContainer/HBoxContainer/EraserButton\").pressed = false\n\nfunc get_object_texture(object_location):\n\t$Control/Sprite.scale = Vector2(0.25,0.25)\n\t$Control/Sprite.position = Vector2(16,16)\n\n\t# If the object has an animated sprite, set the thumbnail to that\n\tif load(object_location).instance().has_node(\"Control/AnimatedSprite\"):\n\t\tvar selected_texture = load(object_location).instance().get_node(\"Control/AnimatedSprite\").get_sprite_frames().get_frame(\"default\",0)\n\t\t$Control/Sprite.scale = load(object_location).instance().get_node(\"Control\").rect_scale\n\t\t$Control/Sprite.position += load(object_location).instance().get_node(\"Control/AnimatedSprite\").offset\n\t\t$Control/Sprite.position += load(object_location).instance().get_node(\"Control/AnimatedSprite\").position\n\t\t$Control/Sprite.texture = (selected_texture)\n\n\t# If the object has an animated sprite, set the thumbnail to that\n\telif load(object_location).instance().has_node(\"AnimatedSprite\"):\n\t\tvar selected_texture = load(object_location).instance().get_node(\"AnimatedSprite\").get_sprite_frames().get_frame(\"default\",0)\n\t\t$Control/Sprite.scale = load(object_location).instance().get_node(\"AnimatedSprite\").scale\n\t\t$Control/Sprite.position += load(object_location).instance().get_node(\"AnimatedSprite\").offset\n\t\t$Control/Sprite.position += load(object_location).instance().get_node(\"AnimatedSprite\").position\n\t\t$Control/Sprite.texture = (selected_texture)\n\n\t# Otherwise if it has a sprite, set the thumbnail to that\n\telif load(object_location).instance().has_node(\"Sprite\"):\n\t\tvar selected_texture = load(object_location).instance().get_node(\"Sprite\").texture\n\t\t$Control/Sprite.scale = load(object_location).instance().get_node(\"Sprite\").scale\n\t\t$Control/Sprite.position += load(object_location).instance().get_node(\"Sprite\").offset\n\t\t$Control/Sprite.position += load(object_location).instance().get_node(\"Sprite\").position\n\t\t$Control/Sprite.texture = (selected_texture)\n"
  },
  {
    "path": "src/Scenes/Editor/Object.tscn",
    "content": "[gd_scene load_steps=5 format=2]\n\n[ext_resource path=\"res://Scenes/Editor/Object.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=2]\n\n[sub_resource type=\"StyleBoxFlat\" id=1]\nbg_color = Color( 1, 1, 1, 0.5 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"StyleBoxFlat\" id=2]\nbg_color = Color( 0, 0.67, 1, 0.5 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[node name=\"Tile\" type=\"Control\"]\nmargin_right = 32.0\nmargin_bottom = 32.0\nscript = ExtResource( 1 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nmargin_right = 32.0\nmargin_bottom = 32.0\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\"Control\"]\nposition = Vector2( 16, 16 )\nscale = Vector2( 0.25, 0.25 )\nregion_rect = Rect2( 0, 0, 128, 128 )\n\n[node name=\"Button\" type=\"Button\" parent=\"Control\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -16.0\nmargin_top = -16.0\nmargin_right = 16.0\nmargin_bottom = 16.0\nfocus_mode = 0\ntheme = ExtResource( 2 )\ncustom_styles/hover = SubResource( 1 )\ncustom_styles/pressed = SubResource( 2 )\naction_mode = 0\nenabled_focus_mode = 0\n[connection signal=\"pressed\" from=\"Control/Button\" to=\".\" method=\"_on_Button_pressed\"]\n"
  },
  {
    "path": "src/Scenes/Editor/Tile.gd",
    "content": "extends Control\n\nvar tile_type = \"\"\nvar tileset = null\n\n# Called when the node enters the scene tree for the first time.\nfunc _ready():\n\tif UIHelpers.get_level().worldmap:\n\t\ttileset = UIHelpers.get_editor().get_node(\"WorldMap\")\n\telse:\n\t\ttileset = UIHelpers.get_editor().get_node(\"TileMap\")\n\n\t# Get the tile from the TileMap\n\ttile_type = tileset.get_tileset().find_tile_by_name(str(tile_type))\n\n\t# Then set the texture to the tile\n\tvar selected_texture = tileset.get_tileset().tile_get_texture(tile_type)\n\t$Control/Sprite.texture = (selected_texture)\n\tif tileset.get_tileset().tile_get_tile_mode(tile_type) == 1:\n\t\t$Control/Sprite.region_rect.position = tileset.get_tileset().autotile_get_icon_coordinate(tile_type) * 32\n\telse: $Control/Sprite.region_rect.position = tileset.get_tileset().tile_get_region(tile_type).position\n\nfunc _on_Button_pressed():\n\tUIHelpers.get_editor().tile_type = tile_type\n\tUIHelpers.get_editor().get_node(\"UI/SideBar/VBoxContainer/HBoxContainer/EraserButton\").pressed = false\n"
  },
  {
    "path": "src/Scenes/Editor/Tile.tscn",
    "content": "[gd_scene load_steps=5 format=2]\n\n[ext_resource path=\"res://Scenes/Editor/Tile.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=2]\n\n[sub_resource type=\"StyleBoxFlat\" id=1]\nbg_color = Color( 1, 1, 1, 0.5 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"StyleBoxFlat\" id=2]\nbg_color = Color( 0, 0.67, 1, 0.5 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[node name=\"Tile\" type=\"Control\"]\nmargin_right = 32.0\nmargin_bottom = 32.0\nscript = ExtResource( 1 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nmargin_right = 32.0\nmargin_bottom = 32.0\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\"Control\"]\nposition = Vector2( 16, 16 )\nregion_enabled = true\nregion_rect = Rect2( 0, 0, 32, 32 )\n\n[node name=\"Button\" type=\"Button\" parent=\"Control\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -16.0\nmargin_top = -16.0\nmargin_right = 16.0\nmargin_bottom = 16.0\nfocus_mode = 0\ntheme = ExtResource( 2 )\ncustom_styles/hover = SubResource( 1 )\ncustom_styles/pressed = SubResource( 2 )\naction_mode = 0\nenabled_focus_mode = 0\n[connection signal=\"pressed\" from=\"Control/Button\" to=\".\" method=\"_on_Button_pressed\"]\n"
  },
  {
    "path": "src/Scenes/Levels/SlopesThatDontWork.tscn",
    "content": "[gd_scene load_steps=5 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.tscn\" type=\"PackedScene\" id=1]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.tscn\" type=\"PackedScene\" id=2]\n[ext_resource path=\"res://Scenes/Editor/Layers/Background.tscn\" type=\"PackedScene\" id=3]\n[ext_resource path=\"res://Scenes/Editor/Layers/Backgrounds/Snow.tscn\" type=\"PackedScene\" id=4]\n\n[node name=\"Level\" type=\"Node2D\"]\n\n[node name=\"SpawnPoint\" parent=\".\" instance=ExtResource( 1 )]\nposition = Vector2( 16, 16 )\n\n[node name=\"Interactive\" parent=\".\" instance=ExtResource( 2 )]\ntile_data = PoolIntArray( 655360, 0, 0, 655361, 0, 1, 655362, 0, 1, 655363, 0, 1, 655364, 0, 1, 655365, 0, 1, 655366, 0, 1, 655367, 0, 1, 655368, 0, 1, 655369, 0, 1, 655370, 0, 1, 655371, 0, 1, 655372, 0, 1, 655373, 0, 1, 655374, 0, 1, 655375, 0, 1, 655376, 0, 1, 655377, 0, 1, 655378, 0, 1, 655379, 0, 2, 720896, 0, 65536, 720897, 0, 65537, 720898, 0, 65537, 720899, 0, 65537, 720900, 0, 65537, 720901, 0, 65537, 720902, 0, 65537, 720903, 0, 65537, 720904, 0, 65537, 720905, 0, 65537, 720906, 0, 65537, 720907, 0, 65537, 720908, 0, 65537, 720909, 0, 65537, 720910, 0, 65537, 720911, 0, 15, 720912, 0, 65537, 720913, 0, 65537, 720914, 0, 65537, 720915, 0, 65538, 786432, 0, 65536, 786433, 0, 65537, 786434, 0, 65537, 786435, 0, 65537, 786436, 0, 65537, 786437, 0, 65537, 786438, 0, 65537, 786439, 0, 65537, 786440, 0, 65537, 786441, 0, 65537, 786442, 0, 65537, 786443, 0, 65537, 786444, 0, 65537, 786445, 0, 65537, 786446, 0, 65537, 786447, 0, 65537, 786448, 0, 65537, 786449, 0, 65537, 786450, 0, 65537, 786451, 0, 65538, 851968, 0, 65536, 851969, 0, 65537, 851970, 0, 65537, 851971, 0, 65537, 851972, 0, 65537, 851973, 0, 65537, 851974, 0, 65537, 851975, 0, 65537, 851976, 0, 65537, 851977, 0, 65537, 851978, 0, 65537, 851979, 0, 65537, 851980, 0, 65537, 851981, 0, 65537, 851982, 0, 65537, 851983, 0, 65537, 851984, 0, 65537, 851985, 0, 65537, 851986, 0, 65537, 851987, 0, 65538, 917504, 0, 65536, 917505, 0, 65537, 917506, 0, 65537, 917507, 0, 65537, 917508, 0, 65537, 917509, 0, 15, 917510, 0, 65537, 917511, 0, 65537, 917512, 0, 65537, 917513, 0, 65537, 917514, 0, 65537, 917515, 0, 65537, 917516, 0, 65537, 917517, 0, 65537, 917518, 0, 65537, 917519, 0, 65537, 917520, 0, 65537, 917521, 0, 65537, 917522, 0, 65537, 917523, 0, 65538, 983040, 0, 65536, 983041, 0, 65537, 983042, 0, 65537, 983043, 0, 65537, 983044, 0, 65537, 983045, 0, 65537, 983046, 0, 65537, 983047, 0, 65537, 983048, 0, 65537, 983049, 0, 65537, 983050, 0, 65537, 983051, 0, 65537, 983052, 0, 65537, 983053, 0, 65537, 983054, 0, 65537, 983055, 0, 65537, 983056, 0, 65537, 983057, 0, 65537, 983058, 0, 65537, 983059, 0, 65538, 1048576, 0, 131072, 1048577, 0, 131073, 1048578, 0, 131073, 1048579, 0, 131073, 1048580, 0, 131073, 1048581, 0, 131073, 1048582, 0, 131073, 1048583, 0, 131073, 1048584, 0, 131073, 1048585, 0, 131073, 1048586, 0, 131073, 1048587, 0, 131073, 1048588, 0, 131073, 1048589, 0, 131073, 1048590, 0, 131073, 1048591, 0, 131073, 1048592, 0, 131073, 1048593, 0, 131073, 1048594, 0, 131073, 1048595, 0, 131074, 2490424, 0, 8 )\noriginal_name = \"TileMap\"\n\n[node name=\"StaticBody2D\" type=\"StaticBody2D\" parent=\".\"]\nposition = Vector2( 400, 100 )\n\n[node name=\"CollisionPolygon2D\" type=\"CollisionPolygon2D\" parent=\"StaticBody2D\"]\npolygon = PoolVector2Array( 235.727, 210.618, 312.589, 210.547, 423.656, 224.827, 534.43, 257.925, 623.577, 300.988, 701.324, 362.868, 760.031, 415.228, 819.037, 497.09, 858.405, 570.722, 894.898, 643.709, 926.632, 677.029, 967.885, 697.656, 1012.31, 708.763, 1063.09, 708.763, 1094.82, 700.829, 1124.97, 677.029, 1148.77, 627.842, 1161.46, 550.095, 1161.46, 373.975, 1348.69, 373.975, 1348.69, 829.35, 237.962, 830.372 )\n\n[node name=\"Background\" parent=\".\" instance=ExtResource( 3 )]\nmodulate = Color( 0, 0, 0, 1 )\ntint = Color( 0, 0, 0, 1 )\noriginal_name = \"Background\"\n\n[node name=\"ParallaxBackground\" parent=\"Background\" instance=ExtResource( 4 )]\nscroll_offset = Vector2( 443, 78.5 )\n"
  },
  {
    "path": "src/Scenes/Levels/TEST.tscn",
    "content": "[gd_scene load_steps=11 format=2]\n\n[ext_resource path=\"res://Scenes/UI/Level.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.tscn\" type=\"PackedScene\" id=2]\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.gd\" type=\"Script\" id=3]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.tscn\" type=\"PackedScene\" id=4]\n[ext_resource path=\"res://Tilesets/LevelTiles.tres\" type=\"TileSet\" id=5]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.gd\" type=\"Script\" id=6]\n[ext_resource path=\"res://Scenes/Editor/Layers/Background.tscn\" type=\"PackedScene\" id=7]\n[ext_resource path=\"res://Scenes/Editor/Layers/Background.gd\" type=\"Script\" id=8]\n[ext_resource path=\"res://Scenes/Editor/Layers/Backgrounds/Snow.tscn\" type=\"PackedScene\" id=9]\n[ext_resource path=\"res://Scenes/Editor/Layers/Backgrounds/Background.gd\" type=\"Script\" id=10]\n\n[node name=\"Level\" type=\"Node2D\"]\nscript = ExtResource( 1 )\nlevel_name = \"The Test Level\"\nlevel_creator = \"Alzter\"\nmusic = \"res://Audio/Music//theme.ogg\"\nworldmap = false\n\n[node name=\"SpawnPoint\" type=\"Position2D\" parent=\".\" groups=[\n\"oneonly\",\n\"spawnpoint\",\n] instance=ExtResource( 2 )]\nposition = Vector2( 16, 16 )\nscript = ExtResource( 3 )\n\n[node name=\"Interactive\" type=\"TileMap\" parent=\".\" groups=[\n\"layers\",\n\"tilemap\",\n] instance=ExtResource( 4 )]\ntile_set = ExtResource( 5 )\ncell_size = Vector2( 32, 32 )\ncollision_layer = 31\ncollision_mask = 31\nformat = 1\ntile_data = PoolIntArray( 655360, 0, 0, 655361, 0, 1, 655362, 0, 1, 655363, 0, 1, 655364, 0, 1, 655365, 0, 1, 655366, 0, 1, 655367, 0, 1, 655368, 0, 1, 655369, 0, 1, 655370, 0, 1, 655371, 0, 1, 655372, 0, 1, 655373, 0, 1, 655374, 0, 1, 655375, 0, 1, 655376, 0, 1, 655377, 0, 1, 655378, 0, 1, 655379, 0, 1, 655380, 0, 1, 655381, 0, 1, 655382, 0, 1, 655383, 0, 1, 655384, 0, 1, 655385, 0, 1, 655386, 0, 1, 655387, 0, 1, 655388, 0, 1, 655389, 0, 2, 720896, 0, 65536, 720897, 0, 65537, 720898, 0, 65537, 720899, 0, 65537, 720900, 0, 65537, 720901, 0, 65537, 720902, 0, 65537, 720903, 0, 65537, 720904, 0, 65537, 720905, 0, 65537, 720906, 0, 65537, 720907, 0, 65537, 720908, 0, 65537, 720909, 0, 65537, 720910, 0, 65537, 720911, 0, 15, 720912, 0, 65537, 720913, 0, 65537, 720914, 0, 65537, 720915, 0, 65537, 720916, 0, 65537, 720917, 0, 65537, 720918, 0, 65537, 720919, 0, 65537, 720920, 0, 65537, 720921, 0, 65537, 720922, 0, 65537, 720923, 0, 65537, 720924, 0, 65537, 720925, 0, 65538, 786432, 0, 65536, 786433, 0, 65537, 786434, 0, 65537, 786435, 0, 65537, 786436, 0, 65537, 786437, 0, 65537, 786438, 0, 65537, 786439, 0, 65537, 786440, 0, 65537, 786441, 0, 65537, 786442, 0, 65537, 786443, 0, 65537, 786444, 0, 65537, 786445, 0, 65537, 786446, 0, 65537, 786447, 0, 65537, 786448, 0, 65537, 786449, 0, 65537, 786450, 0, 65537, 786451, 0, 65537, 786452, 0, 65537, 786453, 0, 65537, 786454, 0, 65537, 786455, 0, 65537, 786456, 0, 65537, 786457, 0, 65537, 786458, 0, 65537, 786459, 0, 65537, 786460, 0, 65537, 786461, 0, 65538, 851968, 0, 65536, 851969, 0, 65537, 851970, 0, 65537, 851971, 0, 65537, 851972, 0, 65537, 851973, 0, 65537, 851974, 0, 65537, 851975, 0, 65537, 851976, 0, 65537, 851977, 0, 65537, 851978, 0, 65537, 851979, 0, 65537, 851980, 0, 65537, 851981, 0, 65537, 851982, 0, 65537, 851983, 0, 65537, 851984, 0, 65537, 851985, 0, 65537, 851986, 0, 65537, 851987, 0, 65537, 851988, 0, 65537, 851989, 0, 65537, 851990, 0, 65537, 851991, 0, 65537, 851992, 0, 65537, 851993, 0, 65537, 851994, 0, 65537, 851995, 0, 65537, 851996, 0, 15, 851997, 0, 65538, 917504, 0, 65536, 917505, 0, 65537, 917506, 0, 65537, 917507, 0, 65537, 917508, 0, 65537, 917509, 0, 15, 917510, 0, 65537, 917511, 0, 65537, 917512, 0, 65537, 917513, 0, 65537, 917514, 0, 65537, 917515, 0, 65537, 917516, 0, 65537, 917517, 0, 65537, 917518, 0, 65537, 917519, 0, 65537, 917520, 0, 65537, 917521, 0, 65537, 917522, 0, 65537, 917523, 0, 65537, 917524, 0, 65537, 917525, 0, 65537, 917526, 0, 65537, 917527, 0, 65537, 917528, 0, 65537, 917529, 0, 65537, 917530, 0, 65537, 917531, 0, 65537, 917532, 0, 65537, 917533, 0, 65538, 983040, 0, 65536, 983041, 0, 65537, 983042, 0, 65537, 983043, 0, 65537, 983044, 0, 65537, 983045, 0, 65537, 983046, 0, 65537, 983047, 0, 65537, 983048, 0, 65537, 983049, 0, 65537, 983050, 0, 65537, 983051, 0, 65537, 983052, 0, 65537, 983053, 0, 65537, 983054, 0, 65537, 983055, 0, 65537, 983056, 0, 65537, 983057, 0, 65537, 983058, 0, 65537, 983059, 0, 65537, 983060, 0, 65537, 983061, 0, 65537, 983062, 0, 65537, 983063, 0, 65537, 983064, 0, 65537, 983065, 0, 65537, 983066, 0, 65537, 983067, 0, 65537, 983068, 0, 65537, 983069, 0, 65538, 1048576, 0, 131072, 1048577, 0, 131073, 1048578, 0, 131073, 1048579, 0, 131073, 1048580, 0, 131073, 1048581, 0, 131073, 1048582, 0, 131073, 1048583, 0, 131073, 1048584, 0, 131073, 1048585, 0, 131073, 1048586, 0, 131073, 1048587, 0, 131073, 1048588, 0, 131073, 1048589, 0, 131073, 1048590, 0, 131073, 1048591, 0, 131073, 1048592, 0, 131073, 1048593, 0, 131073, 1048594, 0, 131073, 1048595, 0, 131073, 1048596, 0, 131073, 1048597, 0, 131073, 1048598, 0, 131073, 1048599, 0, 131073, 1048600, 0, 131073, 1048601, 0, 131073, 1048602, 0, 131073, 1048603, 0, 131073, 1048604, 0, 131073, 1048605, 0, 131074 )\nscript = ExtResource( 6 )\nscroll_speed = Vector2( 1, 1 )\nmove_speed = Vector2( 0, 0 )\nmoving = false\ntint = Color( 1, 1, 1, 1 )\nfilepath = \"\"\noriginal_name = \"TileMap\"\n\n[node name=\"Background\" type=\"Node2D\" parent=\".\" groups=[\n\"layers\",\n] instance=ExtResource( 7 )]\nmodulate = Color( 0, 0, 0, 1 )\nscript = ExtResource( 8 )\nscroll_speed = Vector2( 1, 1 )\nmove_speed = Vector2( 0, 0 )\nmoving = false\ntint = Color( 0, 0, 0, 1 )\nfilepath = \"res://Scenes/Editor/Layers/Backgrounds\"\noriginal_name = \"Background\"\n\n[node name=\"ParallaxBackground\" type=\"ParallaxBackground\" parent=\"Background\" instance=ExtResource( 9 )]\nscroll_offset = Vector2( 683, 352.5 )\nscript = ExtResource( 10 )\n"
  },
  {
    "path": "src/Scenes/Master/Gameplay.gd",
    "content": "extends Node2D\n\nonready var editmode = true\nonready var editsaved = false # Using an edited version of a level\nvar current_level = \"\"\nvar can_edit = true\nvar player_position = Vector2()\nvar level_bound_left = 0\nvar level_bound_right = 0\nvar level_bound_bottom = 0\nvar level_bound_top = 0\nvar camera_smooth_time = 0\nvar camera_zoom = 1\nvar camera_zoom_speed = 20\nonready var worldmap = \"\" # The worldmap you started in\n\nfunc _ready():\n\tload_editor()\n\tUIHelpers.get_editor().set_process(false)\n\nfunc _process(_delta):\n\tif UIHelpers.get_level() == null or UIHelpers.get_editor() == null or UIHelpers.get_player() == null:\n\t\treturn\n\n\tif camera_zoom_speed < 1: camera_zoom_speed = 1\n\tif camera_zoom < 0.25: camera_zoom = 0.25\n\tif camera_zoom > 1.5: camera_zoom = 1.5\n\t$Camera2D.zoom.x = $Camera2D.zoom.x + (camera_zoom - $Camera2D.zoom.x) / camera_zoom_speed\n\t$Camera2D.zoom.y = $Camera2D.zoom.x\n\n\tif get_viewport().size.x > get_viewport().size.y:\n\t\t$CanvasLayer/CircleTransition.rect_size.x = get_viewport().size.x\n\t\t$CanvasLayer/CircleTransition.rect_size.y = get_viewport().size.x\n\t\t$CanvasLayer/CircleTransition.rect_position.y = 0.5 * (get_viewport().size.y - get_viewport().size.x)\n\telse:\n\t\t$CanvasLayer/CircleTransition.rect_size.x = get_viewport().size.y\n\t\t$CanvasLayer/CircleTransition.rect_size.y = get_viewport().size.y\n\t\t$CanvasLayer/CircleTransition.rect_position.x = 0.5 * (get_viewport().size.x - get_viewport().size.y)\n\n\tif editmode == false:\n\t\tlevel_bounds()\n\t\tcamera_to_level_bounds()\n\t\tif camera_smooth_time == 0 and !get_node(\"Level\").worldmap:\n\t\t\t$Camera2D.drag_margin_v_enabled = true\n\telse:\n\t\tcamera_bounds_remove()\n\t\t$Camera2D.drag_margin_h_enabled = false\n\t\t$Camera2D.drag_margin_v_enabled = false\n\n\tif camera_smooth_time > 0:\n\t\t$Camera2D.smoothing_enabled = true\n\t\tcamera_smooth_time -= 1\n\t\tif camera_smooth_time < 10:\n\t\t\t$Camera2D.smoothing_speed += 3\n\t\telse: $Camera2D.smoothing_speed = 10\n\telse:\n\t\t$Camera2D.smoothing_enabled = false\n\t\t$Camera2D.smoothing_speed = 10\n\t\tcamera_smooth_time = 0\n\nfunc load_level_from_map(level):\n\tworldmap = current_level\n\teditmode = false\n\t$CanvasLayer/AnimationPlayer.play(\"Circle Out\")\n\tyield(get_node(\"CanvasLayer/AnimationPlayer\"), \"animation_finished\")\n\tcamera_zoom = 1\n\tcamera_zoom_speed = 1\n\tclear_player()\n\tclear_level()\n\tclear_editor()\n\tclear_ui()\n\n\tcurrent_level = level\n\tload_level(level)\n\tload_player()\n\tload_ui()\n\tload_editor()\n\t$CanvasLayer/AnimationPlayer.play(\"Circle In\")\n\nfunc return_to_map():\n\tif worldmap != \"\":\n\t\tenter_level(worldmap)\n\nfunc restart_level():\n\teditmode = false\n\t$CanvasLayer/AnimationPlayer.play(\"Circle Out\")\n\tyield(get_node(\"CanvasLayer/AnimationPlayer\"), \"animation_finished\")\n\tcamera_zoom = 1\n\tcamera_zoom_speed = 1\n\tclear_ui()\n\tclear_player()\n\tclear_level()\n\tif !editsaved or (worldmap != \"\" and current_level != worldmap):\n\t\tload_level(current_level)\n\telse: load_edited_level()\n\tload_ui()\n\tload_player()\n\t$CanvasLayer/AnimationPlayer.play(\"Circle In\")\n\nfunc open_level():\n\tUIHelpers.file_dialog(\"user://Scenes//Levels/\", \".tscn\", false) # Bring up file select\n\n\tyield(get_node(\"FileSelect\"), \"tree_exiting\")\n\n\tif UIHelpers._get_scene().get_node(\"FileSelect\").cancel == false:\n\t\tvar level = get_node(\"FileSelect\").selectdir\n\t\tvar dir = get_node(\"FileSelect\").directory\n\t\tif check_level_valid(level) == true:\n\t\t\tif UIHelpers.get_level() != null:\n\t\t\t\tenter_level(level)\n\t\t\telse:\n\t\t\t\tenter_level_init(level, false)\n\t\telse:\n\t\t\tUIHelpers._get_scene().get_node(\"FileSelect\").cancel = true\n\nfunc enter_level_init(level, properties):\n\t$CanvasLayer/AnimationPlayer.play(\"Circle Out\")\n\tyield(get_node(\"CanvasLayer/AnimationPlayer\"), \"animation_finished\")\n\teditsaved = false\n\tworldmap = \"\"\n\tcamera_zoom = 1\n\tcamera_zoom_speed = 1\n\tUIHelpers.get_editor().set_process(true)\n\tclear_editor()\n\n\teditmode = false\n\n\tload_level(level)\n\tload_player()\n\tload_ui()\n\tload_editor()\n\teditmode_toggle()\n\t$CanvasLayer/AnimationPlayer.play(\"Circle In\")\n\tif properties:\n\t\tUIHelpers.get_editor().get_node(\"Menu/Settings\").show()\n\nfunc enter_level(level):\n\t$CanvasLayer/AnimationPlayer.play(\"Circle Out\")\n\tyield(get_node(\"CanvasLayer/AnimationPlayer\"), \"animation_finished\")\n\tvar edit = editmode\n\tif editmode == true:\n\t\teditmode_toggle()\n\teditsaved = false\n\tworldmap = \"\"\n\tcamera_zoom = 1\n\tcamera_zoom_speed = 1\n\tclear_player()\n\tclear_level()\n\tUIHelpers.get_editor().set_process(true)\n\tclear_editor()\n\tclear_ui()\n\n\teditmode = false\n\n\tload_level(level)\n\tload_player()\n\tload_ui()\n\tload_editor()\n\tif edit:\n\t\teditmode_toggle()\n\t$CanvasLayer/AnimationPlayer.play(\"Circle In\")\n\nfunc save_level():\n\tvar packed_scene = PackedScene.new()\n\tpacked_scene.pack(get_tree().get_current_scene().get_node(\"Level\"))\n\tResourceSaver.save(current_level, packed_scene)\n\nfunc save_level_as():\n\tif get_node(\"Level\").worldmap:\n\t\tUIHelpers.file_dialog(\"res://Scenes//Worldmaps/\", \".tscn\", true) # Bring up file select\n\telse:\n\t\tUIHelpers.file_dialog(\"user://Scenes//Levels/\", \".tscn\", true) # Bring up file select\n\n\tyield(get_node(\"FileSelect\"), \"tree_exiting\")\n\n\tif UIHelpers._get_scene().get_node(\"FileSelect\").cancel == false:\n\t\tvar selectdir = str(get_node(\"FileSelect\").directory, \"/\", get_node(\"FileSelect\").savename, \".tscn\")\n\t\tvar packed_scene = PackedScene.new()\n\t\tpacked_scene.pack(get_tree().get_current_scene().get_node(\"Level\"))\n\t\tResourceSaver.save(selectdir, packed_scene)\n\t\tcurrent_level = selectdir\n\nfunc save_edited_level():\n\tvar packed_scene = PackedScene.new()\n\tvar directory = Directory.new()\n\tpacked_scene.pack(get_tree().get_current_scene().get_node(\"Level\"))\n\n\tif not directory.dir_exists(\"user://Scenes/Levels/EditedLevel\"):\n\t\tdirectory.make_dir_recursive(\"user://Scenes/Levels/EditedLevel\")\n\n\tResourceSaver.save(\"user://Scenes/Levels/EditedLevel/EditedLevel.tscn\", packed_scene)\n\teditsaved = true\n\nfunc load_edited_level():\n\tload_level(\"user://Scenes/Levels/EditedLevel/EditedLevel.tscn\")\n\nfunc load_level(level):\n\tcurrent_level = level\n\tvar directory = Directory.new()\n\tif directory.file_exists(level):\n\t\tvar levelinstance = load(level).instance()\n\t\tif levelinstance.worldmap:\n\t\t\tworldmap = level\n\t\tlevelinstance.set_name(\"Level\")\n\t\tadd_child(levelinstance)\n\t\tlevel_to_grid()\n\nfunc level_to_grid():\n\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\tif not child.is_in_group(\"tilemap\"):\n\t\t\tchild.position.x = floor(child.position.x / 32) * 32\n\t\t\tchild.position.y = floor(child.position.y / 32) * 32\n\t\t\tchild.position.x += 16\n\t\t\tchild.position.y += 16\n\nfunc clear_level():\n\tvar scene = get_node(\"Level\")\n\tremove_child(scene)\n\tscene.call_deferred(\"free\")\n\nfunc load_editor():\n\t_load_node(\"res://Scenes/UI/LevelEditor.tscn\", \"Editor\")\n\nfunc clear_editor():\n\tvar scene = get_node(\"Editor\")\n\tremove_child(scene)\n\nfunc load_ui():\n\t_load_node(\"res://Scenes/UI/LevelUI.tscn\", \"LevelUI\")\n\nfunc _load_node(scene_path, node_name):\n\tvar scene = load(scene_path).instance()\n\tscene.set_name(node_name)\n\tadd_child(scene)\n\nfunc _clear_node(node_name):\n\tvar node = get_node(node_name)\n\tfor i in node.get_children():\n\t\ti.queue_free()\n\tremove_child(node)\n\tnode.call_deferred(\"free\")\n\nfunc clear_ui():\n\t_clear_node(\"LevelUI\")\n\nfunc load_player():\n\tif get_node(\"Level\").worldmap:\n\t\t_load_node(\"res://Scenes/Player/Worldmap.tscn\", \"Player\")\n\telse:\n\t\t_load_node(\"res://Scenes/Player/Player.tscn\", \"Player\")\n\nfunc clear_player():\n\t_clear_node(\"Player\")\n\nfunc level_bounds():\n\tlevel_bound_left = 0\n\tlevel_bound_right = 0\n\tlevel_bound_top = 0\n\tlevel_bound_bottom = 0\n\n\tfor child in get_tree().get_nodes_in_group(\"tilemap\"):\n\t\tvar child_name = child.get_name()\n\t\tvar level = get_tree().current_scene.get_node(str(\"Level/\", child_name))\n\t\tvar rect = level.get_used_rect()\n\t\tvar cell_size = level.get_cell_size()\n\n\t\tvar bound_left = rect.position.x * ((cell_size.x * level.scale.x) / level.scroll_speed.x)\n\t\tvar bound_right = rect.end.x * ((cell_size.x * level.scale.x) / level.scroll_speed.x)\n\t\tvar bound_top = rect.position.y * ((cell_size.y * level.scale.y) / level.scroll_speed.y)\n\t\tvar bound_bottom = rect.end.y * ((cell_size.y * level.scale.y) / level.scroll_speed.y)\n\n\t\tif bound_left < level_bound_left:\n\t\t\tlevel_bound_left = bound_left\n\n\t\tif bound_right > level_bound_right:\n\t\t\tlevel_bound_right = bound_right\n\n\t\tif bound_top < level_bound_top:\n\t\t\tlevel_bound_top = bound_top\n\n\t\tif  bound_bottom > level_bound_bottom:\n\t\t\tlevel_bound_bottom = bound_bottom\n\nfunc camera_bounds_remove():\n\t$Camera2D.limit_left = -10000000\n\t$Camera2D.limit_right = 10000000\n\t$Camera2D.limit_top = -10000000\n\t$Camera2D.limit_bottom = 10000000\n\nfunc camera_to_level_bounds():\n\t$Camera2D.limit_left = level_bound_left + 32\n\t$Camera2D.limit_right = level_bound_right - 32\n\tif $Camera2D.limit_right < get_viewport().size.x: # If the tilemap is thinner than the window, align the camera to the left\n\t\t$Camera2D.limit_right = get_viewport().size.x\n\t$Camera2D.limit_top = level_bound_top + 32\n\tprint(str($Camera2D.limit_top , \" \", -get_viewport().size.y * 0.5))\n\tif $Camera2D.limit_top > -get_viewport().size.y * 0.5: # If the tilemap is thinner than the window, align the camera to the left\n\t\t$Camera2D.limit_top = -get_viewport().size.y * 0.5\n\t$Camera2D.limit_bottom = level_bound_bottom - 32\n\nfunc play_music(music):\n\t$Music.stop()\n\t$Music.play()\n\nfunc editmode_toggle():\n\tif $CanvasLayer/AnimationPlayer.is_playing() == false and can_edit == true:\n\t\tif editmode == false:\n\t\t\teditmode = true\n\t\t\t# Store if the previous level was a worldmap\n\t\t\tvar prevworldmap = get_node(\"Level\").worldmap\n\t\t\tplayer_position = get_node(\"Player\").position\n\t\t\tclear_ui()\n\t\t\tclear_player()\n\t\t\tclear_level()\n\n\t\t\tif editsaved == false:\n\t\t\t\tif worldmap == \"\":\n\t\t\t\t\tload_level(current_level)\n\t\t\t\telse: load_level(worldmap)\n\t\t\telse: load_edited_level()\n\t\t\tload_player()\n\n\t\t\t# Only move the player if the current level is the same type as the previous\n\t\t\tif get_node(\"Level\").worldmap == prevworldmap:\n\t\t\t\tget_node(\"Player\").position = player_position\n\t\t\telse:\n\t\t\t\tget_node(\"Camera2D\").position = get_node(\"Player\").position\n\t\t\t\tclear_editor()\n\t\t\t\tload_editor()\n\n\t\telif get_node(\"Editor\").dragging_object == false:\n\t\t\teditmode = false\n\t\t\tcamera_smooth_time = 20\n\t\t\tsave_edited_level()\n\t\t\tclear_level()\n\t\t\tif editsaved == false:\n\t\t\t\tload_level(current_level)\n\t\t\telse: load_edited_level()\n\t\t\tload_ui()\n\n# Make sure a level is valid by checking its filetype and if it has a level name (utterly foolproof)\nfunc check_level_valid(dir):\n\tif \".tscn\" in dir:\n\t\tif load(dir).instance().get(\"level_name\") != null:\n\t\t\treturn true\n\t\telse: return false\n\telse: return false\n"
  },
  {
    "path": "src/Scenes/Master/Gameplay.tscn",
    "content": "[gd_scene load_steps=8 format=2]\n\n[ext_resource path=\"res://Scenes/Master/Gameplay.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Transitions/Circle.png\" type=\"Texture\" id=2]\n\n[sub_resource type=\"AudioStreamSample\" id=1]\n\n[sub_resource type=\"Animation\" id=2]\nlength = 0.6\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"CircleTransition:material:shader_param/cutoff\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.5 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ 0.0, 1.0 ]\n}\n\n[sub_resource type=\"Animation\" id=3]\nlength = 0.6\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"CircleTransition:material:shader_param/cutoff\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.5 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ 1.0, 0.0 ]\n}\n\n[sub_resource type=\"Shader\" id=4]\ncode = \"shader_type canvas_item;\nrender_mode unshaded;\n\nuniform float cutoff : hint_range(0.0, 1.0);\nuniform float smooth_size : hint_range(0.0, 1.0);\nuniform sampler2D mask : hint_albedo;\n\nuniform vec4 color : hint_color;\n\nvoid fragment()\n{\n\tfloat value = texture(mask, UV).r;\n\tfloat alpha = smoothstep(cutoff, cutoff + smooth_size, value * (1.0 - smooth_size) + smooth_size);\n\tCOLOR = vec4(color.rgb, alpha);\n}\"\n\n[sub_resource type=\"ShaderMaterial\" id=5]\nshader = SubResource( 4 )\nshader_param/cutoff = 1.0\nshader_param/smooth_size = 0.03\nshader_param/color = null\nshader_param/mask = ExtResource( 2 )\n\n[node name=\"Gameplay\" type=\"Node2D\"]\nscript = ExtResource( 1 )\n\n[node name=\"Music\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = SubResource( 1 )\n\n[node name=\"Camera2D\" type=\"Camera2D\" parent=\".\"]\npause_mode = 2\ncurrent = true\nsmoothing_speed = 15.0\n\n[node name=\"CanvasLayer\" type=\"CanvasLayer\" parent=\".\"]\npause_mode = 2\nlayer = 2\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\"CanvasLayer\"]\n\"anims/Circle In\" = SubResource( 2 )\n\"anims/Circle Out\" = SubResource( 3 )\n\n[node name=\"CircleTransition\" type=\"ColorRect\" parent=\"CanvasLayer\"]\nmaterial = SubResource( 5 )\nanchor_right = 1.0\nanchor_bottom = 1.0\ncolor = Color( 0, 0, 0, 1 )\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/BadGuy.gd",
    "content": "extends KinematicBody2D\n\nconst FLOOR = Vector2(0, -1)\n\nvar velocity = Vector2(0,0)\nvar startpos = Vector2(0,0)\nvar state = \"active\"\nvar direction = 1\nvar rotate = 0\nvar invincible_time = 0\nvar areastored = null\nexport var smart = false\nexport var squishable = true\n\nconst WALK_SPEED = 80\nvar SQUISHED_ANIMATION = \"squished\"\n\n# These methods are here to be overridden in the badguy sub-classes\nfunc on_ready():\n\tpass\n\nfunc on_kill(delta):\n\tpass\n\nfunc on_move(delta):\n\tpass\n\nfunc on_squish(delta):\n\tpass\n\nfunc on_fireball_kill():\n\tpass\n\nfunc on_buttjump_kill():\n\tpass\n\nfunc on_physics_process(delta):\n\tpass\n\nfunc _ready():\n\tstartpos = position\n\tdirection = $Control/AnimatedSprite.scale.x\n\tif smart == true:\n\t\tvar child = RayCast2D.new()\n\t\tchild.enabled = true\n\t\tchild.cast_to = Vector2(0,32)\n\t\tchild.collision_mask = 4\n\t\tadd_child(child)\n\t\tchild.set_name(\"Smart\")\n\t\tchild.set_owner(self)\n\ton_ready()\n\nfunc disable():\n\tremove_from_group(\"badguys\")\n\t$CollisionShape2D.call_deferred(\"set_disabled\", true)\n\t$Area2D/CollisionShape2D.call_deferred(\"set_disabled\", true)\n\nfunc _physics_process(delta):\n\tif get_tree().current_scene.editmode == true:\n\t\treturn\n\n\tif invincible_time > 0:\n\t\tinvincible_time -= 1\n\telse: invincible_time = 0\n\n\t# Movement\n\tif state == \"active\":\n\t\t_move(delta)\n\n\t# Kill states\n\tif state == \"kill\":\n\t\t_kill(delta)\n\n\tif state == \"squished\":\n\t\t_squish(delta)\n\n\ton_physics_process(delta);\n\n# If hit by bullet or invincible player\nfunc kill():\n\tif invincible_time > 0: return\n\tdisable()\n\t$AnimationPlayer.stop()\n\tstate = \"kill\"\n\n\tif velocity.x == 0:\n\t\tvelocity.x = 1\n\n\tvelocity = Vector2(300 * (velocity.x / abs(velocity.x)), -350)\n\trotate = 30 * (velocity.x / abs(velocity.x))\n\t$SFX/Fall.play()\n\nfunc _move(delta):\n\tif velocity.x != 0:\n\t\tif smart == true and is_on_floor():\n\t\t\tif not $Smart.is_colliding():\n\t\t\t\t$Control/AnimatedSprite.scale.x *= -1\n\t\t\t\tvelocity.x *= -1\n\n\t\tif (velocity.x / abs(velocity.x)) == $Control/AnimatedSprite.scale.x:\n\t\t\t$Control/AnimatedSprite.scale.x *= -1\n\n\tif abs(velocity.x) <= WALK_SPEED: velocity.x = -WALK_SPEED * $Control/AnimatedSprite.scale.x\n\telif is_on_floor(): velocity.x *= 0.95\n\tvelocity.y += 20\n\tvelocity = move_and_slide(velocity, FLOOR)\n\tif is_on_wall():\n\t\t$Control/AnimatedSprite.scale.x *= -1\n\ton_move(delta)\n\nfunc _squish(delta):\n\tvelocity.x = 0\n\tvelocity.y += 20\n\tvelocity = move_and_slide(velocity, FLOOR)\n\tcollision_layer = 4\n\tcollision_mask = 0\n\t$CollisionShape2D.disabled = false\n\ton_squish(delta)\n\nfunc _kill(delta):\n\tposition += velocity * delta\n\tvelocity.y += 20\n\t$Control/AnimatedSprite.rotation_degrees += rotate\n\ton_kill(delta)\n\n# Buttjump detection\nfunc _on_Area2D_area_entered(area):\n\tif area.get_parent().is_in_group(\"player\") and squishable == true and state == \"active\":\n\t\tif area.get_parent().buttjump == true:\n\t\t\tarea.get_parent().velocity.y *= 0.9\n\t\t\tbuttjump_kill()\n\n# Hit player / Squished\nfunc _on_Area2D_body_entered(body):\n\tif not body.is_in_group(\"player\"): return\n\tif body.position.y + 20 < position.y and squishable == true:\n\t\tif state == \"active\" and invincible_time == 0:\n\n\t\t\t# Squished\n\t\t\tif body.sliding == true:\n\t\t\t\tkill()\n\t\t\t\treturn\n\t\t\tif body.buttjump == true:\n\t\t\t\tbody.velocity.y *= 0.9\n\t\t\t\tbuttjump_kill()\n\t\t\tdisable()\n\t\t\tstate = \"squished\"\n\t\t\t$AnimationPlayer.play(SQUISHED_ANIMATION)\n\t\t\t$SFX/Squish.play()\n\t\t\tbody.bounce(300, body.JUMP_POWER, true)\n\t\t\tvelocity = Vector2(0,0)\n\telse:\n\t\t# Hit player\n\t\tif body.invincible == true:\n\t\t\tkill()\n\t\tif state == \"active\" and body.has_method(\"hurt\"):\n\t\t\tbody.hurt()\n\t\treturn\n\n\n# Die when knocked off stage\nfunc _on_VisibilityEnabler2D_screen_exited():\n\tif state == \"kill\" or state == \"\":\n\t\tqueue_free()\n\nfunc appear(dir, hitdown):\n\tinvincible_time = 5\n\t$Control/AnimatedSprite.scale.x = -dir\n\tif abs($Control/AnimatedSprite.scale.x) != 1: $Control/AnimatedSprite.scale.x = -1\n\n# Fireball death animation\nfunc fireball_kill():\n\tdisable()\n\tstate = \"\"\n\ton_fireball_kill()\n\n# Buttjump death animation\nfunc buttjump_kill():\n\tdisable()\n\tstate = \"\"\n\ton_buttjump_kill()\n\treturn\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Bomb.gd",
    "content": "extends \"BadGuy.gd\"\nvar hurt_player = true\nvar exploding = false\n\nfunc on_ready():\n\tSQUISHED_ANIMATION = \"triggered\"\n\n# Fireball death animation\nfunc fireball_kill():\n\texplode()\n\n# Buttjump death animation\nfunc on_buttjump_kill():\n\thurt_player = false\n\texplode()\n\nfunc explode():\n\texploding = true\n\tvar bodies = $Area2D.get_overlapping_bodies()\n\tfor body in bodies:\n\t\tif body.is_in_group(\"player\"):\n\t\t\tif body.holding_object == true:\n\t\t\t\tif body.object_held == name:\n\t\t\t\t\tbody.holding_object = false\n\tdisable()\n\tstate = \"\"\n\t$AnimationPlayer.play(\"explode\")\n\nfunc _squish(delta):\n\tvelocity.x = 0\n\tvelocity.y += 20\n\tvelocity = move_and_slide(velocity, FLOOR)\n\t$CollisionShape2D.disabled = false\n\ton_squish(delta)\n\nfunc _on_ExplosionRadius_body_entered(body):\n\tif body.get_name() != name and exploding == true:\n\t\tif body.is_in_group(\"player\"):\n\t\t\tif hurt_player == true: body.hurt()\n\t\t\telse: body.velocity.y = -1000\n\t\tif body.is_in_group(\"bonusblock\") or body.is_in_group(\"brick\"):\n\t\t\tif body.position.x < position.x:\n\t\t\t\tbody.hit(-1,body.position.y > position.y)\n\t\t\telse: body.hit(1,body.position.y > position.y)\n\nfunc _on_ExplosionRadius_area_entered(area):\n\tif area.get_parent().get_name() != name and exploding == true:\n\t\tif area.get_parent().is_in_group(\"badguys\"):\n\t\t\tarea.get_parent().kill()\n\n# Hit player / Squished\nfunc _on_Area2D_body_entered(body):\n\tif not body.is_in_group(\"player\"): return\n\tif body.position.y + 20 < position.y and squishable == true:\n\t\tif state == \"active\" and invincible_time == 0:\n\n\t\t\t# Squished\n\t\t\tif body.sliding == true:\n\t\t\t\tkill()\n\t\t\t\treturn\n\t\t\tif body.buttjump == true:\n\t\t\t\tbody.velocity.y *= 0.9\n\t\t\t\tbuttjump_kill()\n\t\t\tdisable()\n\t\t\tstate = \"squished\"\n\t\t\t$AnimationPlayer.play(SQUISHED_ANIMATION)\n\t\t\t$SFX/Squish.play()\n\t\t\tbody.bounce(300, body.JUMP_POWER, true)\n\t\t\tvelocity = Vector2(0,0)\n\t\telif state == \"triggered\":\n\t\t\tif Input.is_action_pressed(\"action\") and body.holding_object == false:\n\t\t\t\tbody.holding_object = true\n\t\t\t\tbody.object_held = name\n\telse:\n\t\t# Hit player\n\t\tif body.invincible == true:\n\t\t\tkill()\n\t\tif state == \"active\" and body.has_method(\"hurt\"):\n\t\t\tbody.hurt()\n\t\treturn\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Bomb.tscn",
    "content": "[gd_scene load_steps=27 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Bomb.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/Bomb/bomb-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/Bomb/bomb-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Creatures/Bomb/bomb-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Creatures/Bomb/triggered.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Creatures/Bomb/redglow.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Creatures/Bomb/whiteflash.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Objects/Fireball/fireballambient.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/fall.wav\" type=\"AudioStream\" id=9]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/squish.wav\" type=\"AudioStream\" id=10]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/splash.ogg\" type=\"AudioStream\" id=11]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/hiss.wav\" type=\"AudioStream\" id=12]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/beep.wav\" type=\"AudioStream\" id=13]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/beepfast.wav\" type=\"AudioStream\" id=14]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/explode.wav\" type=\"AudioStream\" id=15]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 3 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 8.0\n}, {\n\"frames\": [ ExtResource( 5 ) ],\n\"loop\": false,\n\"name\": \"triggered\",\n\"speed\": 2.0\n} ]\n\n[sub_resource type=\"SpriteFrames\" id=2]\nanimations = [ {\n\"frames\": [ ExtResource( 6 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"SpriteFrames\" id=3]\nanimations = [ {\n\"frames\": [ ExtResource( 7 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"Gradient\" id=4]\noffsets = PoolRealArray( 0, 0.470588, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 )\n\n[sub_resource type=\"RectangleShape2D\" id=5]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=6]\nextents = Vector2( 0, 0 )\n\n[sub_resource type=\"RectangleShape2D\" id=7]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"Animation\" id=8]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"Control/AnimatedSprite/RedGlow:visible\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/6/type = \"value\"\ntracks/6/path = NodePath(\"Control/AnimatedSprite/WhiteFlash:visible\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/7/type = \"value\"\ntracks/7/path = NodePath(\"Control/AnimatedSprite/Sparks:emitting\")\ntracks/7/interp = 1\ntracks/7/loop_wrap = true\ntracks/7/imported = false\ntracks/7/enabled = true\ntracks/7/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/8/type = \"value\"\ntracks/8/path = NodePath(\"SFX/Hiss:playing\")\ntracks/8/interp = 1\ntracks/8/loop_wrap = true\ntracks/8/imported = false\ntracks/8/enabled = true\ntracks/8/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/9/type = \"value\"\ntracks/9/path = NodePath(\"ExplosionRadius/CollisionShape2D:disabled\")\ntracks/9/interp = 1\ntracks/9/loop_wrap = true\ntracks/9/imported = false\ntracks/9/enabled = true\ntracks/9/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/10/type = \"value\"\ntracks/10/path = NodePath(\"ExplosionRadius/CollisionShape2D:shape\")\ntracks/10/interp = 1\ntracks/10/loop_wrap = true\ntracks/10/imported = false\ntracks/10/enabled = true\ntracks/10/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 6 ) ]\n}\n\n[sub_resource type=\"CircleShape2D\" id=9]\nradius = 80.0\n\n[sub_resource type=\"Animation\" id=10]\nlength = 1.2\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite/Sparks:emitting\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"SFX/Hiss:playing\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"SFX/Explode:playing\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"ExplosionRadius/CollisionShape2D:disabled\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0, 0.3 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ false, true ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"ExplosionRadius/CollisionShape2D:shape\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 9 ) ]\n}\ntracks/6/type = \"method\"\ntracks/6/path = NodePath(\".\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 1.2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\n\n[sub_resource type=\"Animation\" id=11]\nlength = 2.6\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"triggered\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite/RedGlow:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite/RedGlow:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 1.9 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.2, 1.3, 2.25, 2.5 ),\n\"transitions\": PoolRealArray( 1, 2, 2, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.6, 0.5 ), Vector2( 1, 1 ), Vector2( 1, 1 ), Vector2( 1.25, 1.25 ), Vector2( 1.5, 1.5 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control/AnimatedSprite/WhiteFlash:visible\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"Control/AnimatedSprite/WhiteFlash:self_modulate\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0, 1.35, 1.4, 1.5, 1.65, 1.7, 1.8, 1.95, 2, 2.1, 2.25, 2.3, 2.35, 2.4, 2.45, 2.5 ),\n\"transitions\": PoolRealArray( 1, 2, 0.5, 1, 2, 0.5, 1, 2, 0.5, 1, 2, 0.5, 2, 0.5, 2, 0.5 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 1 ) ]\n}\ntracks/6/type = \"method\"\ntracks/6/path = NodePath(\".\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 2.52 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"explode\"\n} ]\n}\ntracks/7/type = \"value\"\ntracks/7/path = NodePath(\"Control/AnimatedSprite/Sparks:emitting\")\ntracks/7/interp = 1\ntracks/7/loop_wrap = true\ntracks/7/imported = false\ntracks/7/enabled = true\ntracks/7/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/8/type = \"value\"\ntracks/8/path = NodePath(\"SFX/Hiss:playing\")\ntracks/8/interp = 1\ntracks/8/loop_wrap = true\ntracks/8/imported = false\ntracks/8/enabled = true\ntracks/8/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/9/type = \"value\"\ntracks/9/path = NodePath(\"SFX/Hiss:volume_db\")\ntracks/9/interp = 1\ntracks/9/loop_wrap = true\ntracks/9/imported = false\ntracks/9/enabled = true\ntracks/9/keys = {\n\"times\": PoolRealArray( 0, 0.4 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ -80.0, -20.0 ]\n}\ntracks/10/type = \"value\"\ntracks/10/path = NodePath(\"SFX/Beep:playing\")\ntracks/10/interp = 1\ntracks/10/loop_wrap = true\ntracks/10/imported = false\ntracks/10/enabled = true\ntracks/10/keys = {\n\"times\": PoolRealArray( 1.4, 1.7, 2 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 1,\n\"values\": [ true, true, true ]\n}\ntracks/11/type = \"value\"\ntracks/11/path = NodePath(\"SFX/Beepfast:playing\")\ntracks/11/interp = 1\ntracks/11/loop_wrap = true\ntracks/11/imported = false\ntracks/11/enabled = true\ntracks/11/keys = {\n\"times\": PoolRealArray( 2.3 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[node name=\"Bomb\" type=\"KinematicBody2D\" groups=[\n\"badguys\",\n]]\ncollision_layer = 2\ncollision_mask = 2\nscript = ExtResource( 1 )\n__meta__ = {\n\"_edit_group_\": true\n}\nsmart = true\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 14 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nposition = Vector2( 0, 6.31594e-013 )\nframes = SubResource( 1 )\nplaying = true\noffset = Vector2( 0, -2 )\n\n[node name=\"RedGlow\" type=\"AnimatedSprite\" parent=\"Control/AnimatedSprite\"]\nvisible = false\nframes = SubResource( 2 )\noffset = Vector2( 0, -2 )\n\n[node name=\"WhiteFlash\" type=\"AnimatedSprite\" parent=\"Control/AnimatedSprite\"]\nvisible = false\nframes = SubResource( 3 )\noffset = Vector2( 0, -2 )\n\n[node name=\"Sparks\" type=\"CPUParticles2D\" parent=\"Control/AnimatedSprite\"]\nposition = Vector2( 18, -14 )\nrotation = -0.785398\nemitting = false\nlifetime = 0.5\nspeed_scale = 3.0\nlocal_coords = false\ntexture = ExtResource( 8 )\nspread = 50.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 150.0\ninitial_velocity_random = 0.5\ndamping = 100.0\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.25\nscale_amount_random = 1.0\ncolor_ramp = SubResource( 4 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 5 )\n\n[node name=\"ExplosionRadius\" type=\"Area2D\" parent=\".\"]\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"ExplosionRadius\"]\nshape = SubResource( 6 )\ndisabled = true\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nphysics_process_parent = true\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_mask = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 7 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"active\"\nanims/active = SubResource( 8 )\nanims/explode = SubResource( 10 )\nanims/triggered = SubResource( 11 )\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\n\n[node name=\"Fall\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 9 )\n\n[node name=\"Squish\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 10 )\n\n[node name=\"Melt\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 11 )\n\n[node name=\"Hiss\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 12 )\nvolume_db = -20.0\n\n[node name=\"Beep\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 13 )\nvolume_db = -5.0\n\n[node name=\"Beepfast\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 14 )\nvolume_db = -5.0\n\n[node name=\"Explode\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 15 )\n[connection signal=\"area_entered\" from=\"ExplosionRadius\" to=\".\" method=\"_on_ExplosionRadius_area_entered\"]\n[connection signal=\"body_entered\" from=\"ExplosionRadius\" to=\".\" method=\"_on_ExplosionRadius_body_entered\"]\n[connection signal=\"screen_exited\" from=\"VisibilityEnabler2D\" to=\".\" method=\"_on_VisibilityEnabler2D_screen_exited\"]\n[connection signal=\"area_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Iceblock.gd",
    "content": "extends \"BadGuy.gd\"\n\nconst INVINCIBLE_TIME = 10\nconst KICK_SPEED = 500\n\nfunc on_ready():\n\tcollision_mask = 2\n\nfunc _squish(delta):\n\tvelocity.y += 20\n\tvelocity = move_and_slide(velocity, FLOOR)\n\n# Physics\nfunc on_physics_process(delta):\n\tif state == \"grabbed\":\n\t\tcollision_mask = 0\n\t\tcollision_layer = 0\n\telif state == \"kicked\":\n\t\tcollision_mask = 0\n\t\tcollision_layer = 8\n\telse:\n\t\tcollision_mask = 2\n\t\tcollision_layer = 2\n\n\tif state == \"kicked\":\n\t\tvelocity.x = KICK_SPEED * -$Control/AnimatedSprite.scale.x\n\t\tvelocity.y += 20\n\t\tvelocity = move_and_slide(velocity, FLOOR)\n\t\tif is_on_wall():\n\t\t\tfor body in $BlockBreaker.get_overlapping_bodies():\n\t\t\t\tif body.is_in_group(\"bonusblock\") or body.is_in_group(\"brick\"):\n\t\t\t\t\tbody.hit($Control/AnimatedSprite.scale.x, false)\n\t\t\t$Control/AnimatedSprite.scale.x *= -1\n\t\t\tvelocity.x *= -1\n\t\t\t$SFX/Bump.play()\n\n\n# Fireball death animation\nfunc on_fireball_kill():\n\t$SFX/Melt.play()\n\t$AnimationPlayer.play(\"explode\")\n\n# Buttjump death animation\nfunc on_buttjump_kill():\n\t$SFX/Shatter.play()\n\t$AnimationPlayer.play(\"explode\")\n\n# Hit player / Squished\nfunc _on_Area2D_body_entered(body):\n\tif body.is_in_group(\"badguys\") and state == \"kicked\" and body.name != name:\n\t\tbody.kill()\n\t\treturn\n\telif not body.is_in_group(\"player\"): return\n\tif body.position.y + 20 < position.y and squishable == true:\n\t\tif (state == \"active\" or state == \"kicked\"):\n\n\t\t\t# Squished\n\t\t\tif body.sliding == true:\n\t\t\t\tkill()\n\t\t\t\treturn\n\t\t\tif body.buttjump == true:\n\t\t\t\tbody.velocity.y *= 0.9\n\t\t\t\tbuttjump_kill()\n\t\t\tstate = \"squished\"\n\t\t\t$AnimationPlayer.play(SQUISHED_ANIMATION)\n\t\t\t$SFX/Squish.play()\n\t\t\tbody.bounce(300, body.JUMP_POWER, true)\n\t\t\tvelocity = Vector2(0,0)\n\n\t\t# Kicked\n\t\telif state == \"squished\":\n\t\t\tif body.sliding == true:\n\t\t\t\tkill()\n\t\t\t\treturn\n\t\t\tif body.buttjump == true:\n\t\t\t\tbody.velocity.y *= 0.9\n\t\t\t\tbuttjump_kill()\n\t\t\tstate = \"kicked\"\n\t\t\t$AnimationPlayer.play(SQUISHED_ANIMATION)\n\t\t\t$SFX/Kick.play()\n\t\t\tbody.bounce(300, body.JUMP_POWER, true)\n\t\t\tvelocity = Vector2(0,0)\n\t\t\tif body.position.x > position.x:\n\t\t\t\tvelocity.x = -KICK_SPEED\n\t\t\t\t$Control/AnimatedSprite.scale.x = 1\n\n\t\t\telse:\n\t\t\t\tvelocity.x = KICK_SPEED\n\t\t\t\t$Control/AnimatedSprite.scale.x = -1\n\telse:\n\t\t# Hit player\n\t\tif body.invincible == true:\n\t\t\tkill()\n\t\tif (state == \"active\" or state == \"kicked\") and body.has_method(\"hurt\"):\n\t\t\tbody.hurt()\n\n\t\t# Kick / Grab Iceblock\n\t\telif state == \"squished\":\n\t\t\t$AnimationPlayer.stop()\n\t\t\t$AnimationPlayer.play(\"stop\")\n\t\t\tif Input.is_action_pressed(\"action\") and body.holding_object == false:\n\t\t\t\tbody.holding_object = true\n\t\t\t\tbody.object_held = name\n\t\t\t\tstate = \"grabbed\"\n\t\t\telif invincible_time == 0:\n\t\t\t\tinvincible_time = INVINCIBLE_TIME\n\t\t\t\t$Control/AnimatedSprite.play(\"squished\")\n\t\t\t\t$SFX/Kick.play()\n\n\t\t\t\tif body.position.x > position.x:\n\t\t\t\t\tvelocity.x = -KICK_SPEED\n\t\t\t\t\t$Control/AnimatedSprite.scale.x = 1\n\n\t\t\t\telse:\n\t\t\t\t\tvelocity.x = KICK_SPEED\n\t\t\t\t\t$Control/AnimatedSprite.scale.x = -1\n\t\t\t\tstate = \"kicked\"\n\t\treturn\n\n# When thrown by player\nfunc throw():\n\tstate = \"kicked\"\n\t$Control/AnimatedSprite.play(\"squished\")\n\t$SFX/Kick.play()\n\nfunc _on_WakeupTimer_timeout():\n\t$WakeupTimer.stop()\n\tif state == \"squished\":\n\t\t$AnimationPlayer.stop()\n\t\t$AnimationPlayer.play(\"shake\")\n\t\t$ShakeTimer.start(1)\n\nfunc _on_ShakeTimer_timeout():\n\t$ShakeTimer.stop()\n\t$WakeupTimer.stop()\n\tif state == \"squished\":\n\t\t$AnimationPlayer.play(\"wakeup\")\n\t\tstate = \"active\"\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Iceblock.tscn",
    "content": "[gd_scene load_steps=31 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Iceblock.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/iceblock-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/iceblock-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/iceblock-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/iceblock-3.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/iceblock-4.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/iceblock-5.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/iceblock-6.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/iceblock-7.png\" type=\"Texture\" id=9]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/stomped-0.png\" type=\"Texture\" id=10]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/fall.wav\" type=\"AudioStream\" id=11]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/stomp.wav\" type=\"AudioStream\" id=12]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/kick.wav\" type=\"AudioStream\" id=13]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/iceblock_bump.wav\" type=\"AudioStream\" id=14]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/splash.ogg\" type=\"AudioStream\" id=15]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/icecrash.ogg\" type=\"AudioStream\" id=16]\n[ext_resource path=\"res://Sprites/Creatures/Iceblock/shard.png\" type=\"Texture\" id=17]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/droplet.png\" type=\"Texture\" id=18]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 15.0\n}, {\n\"frames\": [ ExtResource( 10 ) ],\n\"loop\": true,\n\"name\": \"squished\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=4]\nextents = Vector2( 25, 15 )\n\n[sub_resource type=\"Animation\" id=5]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control:rect_rotation\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"Control:rect_position\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\n\n[sub_resource type=\"Animation\" id=6]\nlength = 2.0\ntracks/0/type = \"method\"\ntracks/0/path = NodePath(\".\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"ExplodeDroplets:emitting\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"IceShards:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=7]\nlength = 0.1\nloop = true\nstep = 0.05\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_rotation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.05, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ -10.0, 10.0, -10.0 ]\n}\n\n[sub_resource type=\"Animation\" id=8]\nlength = 0.3\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"squished\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control:rect_scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.6, 0.5 ), Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"IceShards:emitting\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_rotation\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control:rect_position\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\n\n[sub_resource type=\"Animation\" id=9]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control:rect_scale\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_rotation\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control:rect_position\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\n\n[sub_resource type=\"Animation\" id=10]\nstep = 0.05\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.05, 0.15, 0.25, 0.45, 0.5, 0.6 ),\n\"transitions\": PoolRealArray( 1, 1, 1, 1, 0.5, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 0.6, 1.5 ), Vector2( 0.9, 1.1 ), Vector2( 1, 1 ), Vector2( 1, 1 ), Vector2( 1.252, 0.752 ), Vector2( 1, 1 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control:rect_rotation\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control:rect_position\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.05, 0.15, 0.25, 0.35, 0.45 ),\n\"transitions\": PoolRealArray( 2, 1, 2, 2, 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ), Vector2( 0, -8 ), Vector2( 0, -20 ), Vector2( 0, -19 ), Vector2( 0, -12 ), Vector2( 0, 0 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"AnimationPlayer:current_animation\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0.6 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 2,\n\"values\": [ \"active\" ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\n\n[sub_resource type=\"Gradient\" id=11]\noffsets = PoolRealArray( 0, 0.646552, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 1, 1, 0.941176, 0.339844, 0.922334, 1, 0 )\n\n[sub_resource type=\"Gradient\" id=12]\noffsets = PoolRealArray( 0, 0.467949, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.847059, 0.625, 0.936279, 1, 0.556863, 0, 0.478516, 1, 0 )\n\n[node name=\"Iceblock\" type=\"KinematicBody2D\" groups=[\n\"badguys\",\n]]\ncollision_layer = 2\ncollision_mask = 2\nscript = ExtResource( 1 )\n__meta__ = {\n\"_edit_group_\": true\n}\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 14 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nframes = SubResource( 1 )\nframe = 3\nplaying = true\noffset = Vector2( 0, -2 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 2 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nphysics_process_parent = true\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_mask = 2\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 3 )\n\n[node name=\"BlockBreaker\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\ncollision_mask = 2\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"BlockBreaker\"]\nshape = SubResource( 4 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"active\"\nanims/active = SubResource( 5 )\nanims/explode = SubResource( 6 )\nanims/shake = SubResource( 7 )\nanims/squished = SubResource( 8 )\nanims/stop = SubResource( 9 )\nanims/wakeup = SubResource( 10 )\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\n\n[node name=\"Fall\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 11 )\n\n[node name=\"Squish\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 12 )\n\n[node name=\"Kick\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 13 )\n\n[node name=\"Bump\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 14 )\n\n[node name=\"Melt\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 15 )\n\n[node name=\"Shatter\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 16 )\n\n[node name=\"IceShards\" type=\"CPUParticles2D\" parent=\".\"]\nrotation = -1.5708\nemitting = false\namount = 4\nlifetime = 0.6\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 17 )\nspread = 60.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 250.0\nangular_velocity = 1000.0\nangular_velocity_random = 0.75\ndamping = 50.0\nangle = 720.0\nangle_random = 1.0\nscale_amount = 0.1\nscale_amount_random = 0.5\ncolor_ramp = SubResource( 11 )\n\n[node name=\"ExplodeDroplets\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 16\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 18 )\nspread = 180.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 300.0\ninitial_velocity_random = 0.75\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 25.0\ndamping_random = 0.75\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.1\nscale_amount_random = 0.3\ncolor_ramp = SubResource( 12 )\n\n[node name=\"WakeupTimer\" type=\"Timer\" parent=\".\"]\n\n[node name=\"ShakeTimer\" type=\"Timer\" parent=\".\"]\n[connection signal=\"screen_exited\" from=\"VisibilityEnabler2D\" to=\".\" method=\"_on_VisibilityEnabler2D_screen_exited\"]\n[connection signal=\"area_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n[connection signal=\"area_entered\" from=\"BlockBreaker\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"BlockBreaker\" to=\".\" method=\"_on_Area2D_body_entered\"]\n[connection signal=\"timeout\" from=\"WakeupTimer\" to=\".\" method=\"_on_WakeupTimer_timeout\"]\n[connection signal=\"timeout\" from=\"ShakeTimer\" to=\".\" method=\"_on_ShakeTimer_timeout\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Iceblock_Smart.tscn",
    "content": "[gd_scene load_steps=31 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Iceblock.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/smartblock-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/smartblock-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/smartblock-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/stomped-0.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/fall.wav\" type=\"AudioStream\" id=6]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/stomp.wav\" type=\"AudioStream\" id=7]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/kick.wav\" type=\"AudioStream\" id=8]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/iceblock_bump.wav\" type=\"AudioStream\" id=9]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/splash.ogg\" type=\"AudioStream\" id=10]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/icecrash.ogg\" type=\"AudioStream\" id=11]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/droplet.png\" type=\"Texture\" id=12]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/shard.png\" type=\"Texture\" id=13]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/smartblock-7.png\" type=\"Texture\" id=14]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/smartblock-5.png\" type=\"Texture\" id=15]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/smartblock-3.png\" type=\"Texture\" id=16]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/smartblock-4.png\" type=\"Texture\" id=17]\n[ext_resource path=\"res://Sprites/Creatures/IceblockSmart/smartblock-6.png\" type=\"Texture\" id=18]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 16 ), ExtResource( 17 ), ExtResource( 15 ), ExtResource( 18 ), ExtResource( 14 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 15.0\n}, {\n\"frames\": [ ExtResource( 5 ) ],\n\"loop\": true,\n\"name\": \"squished\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=4]\nextents = Vector2( 25, 15 )\n\n[sub_resource type=\"Animation\" id=5]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control:rect_rotation\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"Control:rect_position\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\n\n[sub_resource type=\"Animation\" id=6]\nlength = 2.0\ntracks/0/type = \"method\"\ntracks/0/path = NodePath(\".\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"ExplodeDroplets:emitting\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"IceShards:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=7]\nlength = 0.1\nloop = true\nstep = 0.05\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_rotation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.05, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ -10.0, 10.0, -10.0 ]\n}\n\n[sub_resource type=\"Animation\" id=8]\nlength = 0.3\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"squished\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control:rect_scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.6, 0.5 ), Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"IceShards:emitting\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_rotation\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control:rect_position\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\n\n[sub_resource type=\"Animation\" id=9]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control:rect_scale\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_rotation\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control:rect_position\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\n\n[sub_resource type=\"Animation\" id=10]\nstep = 0.05\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.05, 0.15, 0.25, 0.45, 0.5, 0.6 ),\n\"transitions\": PoolRealArray( 1, 1, 1, 1, 0.5, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 0.6, 1.5 ), Vector2( 0.9, 1.1 ), Vector2( 1, 1 ), Vector2( 1, 1 ), Vector2( 1.252, 0.752 ), Vector2( 1, 1 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control:rect_rotation\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control:rect_position\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.05, 0.15, 0.25, 0.35, 0.45 ),\n\"transitions\": PoolRealArray( 2, 1, 2, 2, 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ), Vector2( 0, -8 ), Vector2( 0, -20 ), Vector2( 0, -19 ), Vector2( 0, -12 ), Vector2( 0, 0 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"AnimationPlayer:current_animation\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0.6 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 2,\n\"values\": [ \"active\" ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\n\n[sub_resource type=\"Gradient\" id=11]\noffsets = PoolRealArray( 0, 0.646552, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 1, 1, 0.941176, 0.339844, 0.922334, 1, 0 )\n\n[sub_resource type=\"Gradient\" id=12]\noffsets = PoolRealArray( 0, 0.467949, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.847059, 0.625, 0.936279, 1, 0.556863, 0, 0.478516, 1, 0 )\n\n[node name=\"Iceblock\" type=\"KinematicBody2D\" groups=[\n\"badguys\",\n]]\ncollision_layer = 2\ncollision_mask = 2\nscript = ExtResource( 1 )\n__meta__ = {\n\"_edit_group_\": true\n}\nsmart = true\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 14 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nframes = SubResource( 1 )\nframe = 3\nplaying = true\noffset = Vector2( 0, -2 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 2 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nphysics_process_parent = true\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_mask = 2\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 3 )\n\n[node name=\"BlockBreaker\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\ncollision_mask = 2\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"BlockBreaker\"]\nshape = SubResource( 4 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"active\"\nanims/active = SubResource( 5 )\nanims/explode = SubResource( 6 )\nanims/shake = SubResource( 7 )\nanims/squished = SubResource( 8 )\nanims/stop = SubResource( 9 )\nanims/wakeup = SubResource( 10 )\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\n\n[node name=\"Fall\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 6 )\n\n[node name=\"Squish\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 7 )\n\n[node name=\"Kick\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 8 )\n\n[node name=\"Bump\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 9 )\n\n[node name=\"Melt\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 10 )\n\n[node name=\"Shatter\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 11 )\n\n[node name=\"IceShards\" type=\"CPUParticles2D\" parent=\".\"]\nrotation = -1.5708\nemitting = false\namount = 4\nlifetime = 0.6\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 13 )\nspread = 60.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 250.0\nangular_velocity = 1000.0\nangular_velocity_random = 0.75\ndamping = 50.0\nangle = 720.0\nangle_random = 1.0\nscale_amount = 0.1\nscale_amount_random = 0.5\ncolor_ramp = SubResource( 11 )\n\n[node name=\"ExplodeDroplets\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 16\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 12 )\nspread = 180.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 300.0\ninitial_velocity_random = 0.75\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 25.0\ndamping_random = 0.75\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.1\nscale_amount_random = 0.3\ncolor_ramp = SubResource( 12 )\n\n[node name=\"WakeupTimer\" type=\"Timer\" parent=\".\"]\n\n[node name=\"ShakeTimer\" type=\"Timer\" parent=\".\"]\n[connection signal=\"screen_exited\" from=\"VisibilityEnabler2D\" to=\".\" method=\"_on_VisibilityEnabler2D_screen_exited\"]\n[connection signal=\"area_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n[connection signal=\"area_entered\" from=\"BlockBreaker\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"BlockBreaker\" to=\".\" method=\"_on_Area2D_body_entered\"]\n[connection signal=\"timeout\" from=\"WakeupTimer\" to=\".\" method=\"_on_WakeupTimer_timeout\"]\n[connection signal=\"timeout\" from=\"ShakeTimer\" to=\".\" method=\"_on_ShakeTimer_timeout\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Jumpy.gd",
    "content": "extends \"BadGuy.gd\"\n\nconst BOUNCE_HEIGHT = 600\n\nfunc _move(delta):\n\tvelocity.y += 20\n\tif is_on_floor():\n\t\tvelocity.y = -BOUNCE_HEIGHT\n\t\t$Control/AnimatedSprite.play(\"bounce\")\n\tvelocity = move_and_slide(velocity, FLOOR)\n\n# Fireball death animation\nfunc on_fireball_kill():\n\t$SFX/Melt.play()\n\t$AnimationPlayer.play(\"explode\")\n\n# Buttjump death animation\nfunc on_buttjump_kill():\n\t$SFX/Fall.play()\n\t$AnimationPlayer.play(\"explode\")\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Jumpy.tscn",
    "content": "[gd_scene load_steps=18 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Jumpy.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/Jumpy/left-down.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/Jumpy/left-middle.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Creatures/Jumpy/left-up.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/fall.wav\" type=\"AudioStream\" id=5]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/squish.wav\" type=\"AudioStream\" id=6]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/splash.ogg\" type=\"AudioStream\" id=7]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/particle.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/droplet.png\" type=\"Texture\" id=9]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 3 ) ],\n\"loop\": false,\n\"name\": \"bounce\",\n\"speed\": 15.0\n}, {\n\"frames\": [ ExtResource( 3 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"Animation\" id=4]\nresource_name = \"active\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\n\n[sub_resource type=\"Animation\" id=5]\nresource_name = \"explode\"\nlength = 2.0\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"ExplodeSnow:emitting\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"ExplodeDroplets:emitting\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"Animation\" id=6]\nlength = 2.0\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"squished\" ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 1.3, 1.9 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 0.662745, 0.905882, 1, 0.580392 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.2, 1.3, 1.9 ),\n\"transitions\": PoolRealArray( 0.5, 1, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.6, 0.5 ), Vector2( 1, 1 ), Vector2( 1, 1 ), Vector2( 2, 0 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"ExplodeSnow:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Gradient\" id=7]\noffsets = PoolRealArray( 0, 0.762821, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 1, 1, 0.443137, 0, 1, 0.882813, 0 )\n\n[sub_resource type=\"Gradient\" id=8]\noffsets = PoolRealArray( 0, 0.467949, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.847059, 0.625, 0.936279, 1, 0.556863, 0, 0.478516, 1, 0 )\n\n[node name=\"Snowball\" type=\"KinematicBody2D\" groups=[\n\"badguys\",\n]]\ncollision_layer = 2\ncollision_mask = 2\nscript = ExtResource( 1 )\n__meta__ = {\n\"_edit_group_\": true\n}\nsquishable = false\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 14 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nposition = Vector2( 0, 6.31594e-013 )\nframes = SubResource( 1 )\nanimation = \"bounce\"\nframe = 3\nplaying = true\noffset = Vector2( 0, -2 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 2 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nphysics_process_parent = true\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_mask = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 3 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"active\"\nanims/active = SubResource( 4 )\nanims/explode = SubResource( 5 )\nanims/squished = SubResource( 6 )\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\neditor/display_folded = true\n\n[node name=\"Fall\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 5 )\n\n[node name=\"Squish\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 6 )\n\n[node name=\"Melt\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 7 )\n\n[node name=\"ExplodeSnow\" type=\"CPUParticles2D\" parent=\".\"]\nrotation = -1.5708\nemitting = false\namount = 4\none_shot = true\nspeed_scale = 1.5\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 8 )\nspread = 60.0\nflatness = 1.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 250.0\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 80.0\ndamping_random = 0.25\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.2\nscale_amount_random = 0.75\ncolor_ramp = SubResource( 7 )\n\n[node name=\"ExplodeDroplets\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 16\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 9 )\nspread = 180.0\nflatness = 1.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 300.0\ninitial_velocity_random = 0.75\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 25.0\ndamping_random = 0.75\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.1\nscale_amount_random = 0.3\ncolor_ramp = SubResource( 8 )\n[connection signal=\"screen_exited\" from=\"VisibilityEnabler2D\" to=\".\" method=\"_on_VisibilityEnabler2D_screen_exited\"]\n[connection signal=\"area_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Sawblade.gd",
    "content": "extends Node2D\n\nexport var clockwise = true\nvar direction = 90\nvar start = false\nvar moving = true\n\nconst MOVE_SPEED = 4\n\nfunc _physics_process(delta):\n\tif get_tree().current_scene.editmode == true: return\n\n\tif start == false:\n\t\tstart = true\n\t\tif $Left.is_colliding():\n\t\t\tif clockwise == true:\n\t\t\t\tdirection = 0\n\t\t\telse: direction = 180\n\t\t\tposition.x -= 16 - $Area2D/CollisionShape2D.shape.extents.x\n\n\t\telif $Right.is_colliding():\n\t\t\tif clockwise == true:\n\t\t\t\tdirection = 0\n\t\t\telse: direction = 180\n\t\t\tposition.x += 16 - $Area2D/CollisionShape2D.shape.extents.x\n\n\t\telif $Top.is_colliding():\n\t\t\tif clockwise == true:\n\t\t\t\tdirection = 90\n\t\t\telse: direction = 270\n\t\t\tposition.y -= 16 - $Area2D/CollisionShape2D.shape.extents.x\n\n\t\telif $Bottom.is_colliding():\n\t\t\tif clockwise == true:\n\t\t\t\tdirection = 270\n\t\t\telse: direction = 90\n\t\t\tposition.y += 16 - $Area2D/CollisionShape2D.shape.extents.x\n\n\t\telse: moving = false\n\n\tif moving == false: return\n\n\tif $Area2D.get_overlapping_bodies().size() == 0:\n\t\tmove(-MOVE_SPEED)\n\t\tif clockwise == true:\n\t\t\tdirection += 90\n\t\telse: direction -= 90\n\n\tif $Wall.is_colliding():\n\t\tif clockwise == true:\n\t\t\tdirection -= 90\n\t\telse: direction += 90\n\n\t$Wall.rotation_degrees = direction - 90\n\t$Sparks.emitting = true\n\t$Sparks.rotation_degrees = (direction - 90) + 110\n\tif clockwise == true: $Sparks.rotation_degrees = (direction - 90) - 110\n\telse: $Sparks.rotation_degrees = (direction - 90) + 110\n\n\tif $Left.is_colliding():\n\t\t$Sparks.position = Vector2(-12,0)\n\n\telif $Right.is_colliding():\n\t\t$Sparks.position = Vector2(12,0)\n\n\telif $Top.is_colliding():\n\t\t$Sparks.position = Vector2(0,-12)\n\n\telif $Bottom.is_colliding():\n\t\t$Sparks.position = Vector2(0,12)\n\n\tmove(MOVE_SPEED)\n\n\tif clockwise == true:\n\t\t$AnimatedSprite.scale.x = 1\n\telse: $AnimatedSprite.scale.x = -1\n\nfunc move(speed):\n\tif direction < 0: direction = abs(direction) + 180\n\tdirection %= 360\n\tif direction == 90:\n\t\tposition.x += speed\n\tif direction == 270:\n\t\tposition.x -= speed\n\tif direction == 0:\n\t\tposition.y -= speed\n\tif direction == 180:\n\t\tposition.y += speed\n\nfunc _on_HitDetection_body_entered(body):\n\tif body.is_in_group(\"player\"):\n\t\tbody.hurt()\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Sawblade.tscn",
    "content": "[gd_scene load_steps=11 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Sawblade.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Sawblade/sawblade-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Objects/Sawblade/sawblade-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Objects/Sawblade/sawblade-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/Fireball/fireballambient.png\" type=\"Texture\" id=5]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 25.0\n} ]\n\n[sub_resource type=\"Curve\" id=2]\n_data = [ Vector2( 0, 1 ), 0.0, 0.0, 0, 0, Vector2( 0.552409, 0.6232 ), -1.32867, -1.32867, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=3]\noffsets = PoolRealArray( 0, 0.0816327, 0.122449, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0, 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1 )\n\n[sub_resource type=\"RectangleShape2D\" id=4]\nextents = Vector2( 4, 4 )\n\n[sub_resource type=\"RectangleShape2D\" id=5]\nextents = Vector2( 16, 16 )\n\n[node name=\"Sawblade\" type=\"Node2D\"]\nz_index = -2\nscript = ExtResource( 1 )\nclockwise = false\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\".\"]\nframes = SubResource( 1 )\nplaying = true\n\n[node name=\"Left\" type=\"RayCast2D\" parent=\".\"]\nenabled = true\ncast_to = Vector2( -32, 0 )\ncollision_mask = 4\n\n[node name=\"Right\" type=\"RayCast2D\" parent=\".\"]\nenabled = true\ncast_to = Vector2( 32, 0 )\ncollision_mask = 4\n\n[node name=\"Top\" type=\"RayCast2D\" parent=\".\"]\nenabled = true\ncast_to = Vector2( 0, -32 )\ncollision_mask = 4\n\n[node name=\"Bottom\" type=\"RayCast2D\" parent=\".\"]\nenabled = true\ncast_to = Vector2( 0, 32 )\ncollision_mask = 4\n\n[node name=\"Wall\" type=\"RayCast2D\" parent=\".\"]\nenabled = true\ncast_to = Vector2( 4, 0 )\ncollision_mask = 4\n\n[node name=\"Sparks\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 12\nlifetime = 0.75\npreprocess = 4.0\nspeed_scale = 3.0\nlocal_coords = false\ntexture = ExtResource( 5 )\nspread = 20.0\ngravity = Vector2( 0, 150 )\ninitial_velocity = 80.0\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.5\nscale_amount_random = 0.75\nscale_amount_curve = SubResource( 2 )\ncolor_ramp = SubResource( 3 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\neditor/display_folded = true\ncollision_layer = 0\ncollision_mask = 4\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 4 )\n\n[node name=\"HitDetection\" type=\"Area2D\" parent=\".\"]\neditor/display_folded = true\ncollision_layer = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"HitDetection\"]\nshape = SubResource( 5 )\n[connection signal=\"body_entered\" from=\"HitDetection\" to=\".\" method=\"_on_HitDetection_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Snowball.gd",
    "content": "extends \"BadGuy.gd\"\n\n# Fireball death animation\nfunc on_fireball_kill():\n\t$SFX/Melt.play()\n\t$AnimationPlayer.play(\"explode\")\n\n# Buttjump death animation\nfunc on_buttjump_kill():\n\t$SFX/Fall.play()\n\t$AnimationPlayer.play(\"explode\")\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Snowball.tscn",
    "content": "[gd_scene load_steps=24 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Snowball.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/snowball-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/snowball-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/snowball-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/snowball-3.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/snowball-4.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/snowball-5.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/snowball-6.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/snowball-7.png\" type=\"Texture\" id=9]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/squished-0.png\" type=\"Texture\" id=10]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/fall.wav\" type=\"AudioStream\" id=11]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/squish.wav\" type=\"AudioStream\" id=12]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/splash.ogg\" type=\"AudioStream\" id=13]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/particle.png\" type=\"Texture\" id=14]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/droplet.png\" type=\"Texture\" id=15]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 15.0\n}, {\n\"frames\": [ ExtResource( 10 ) ],\n\"loop\": true,\n\"name\": \"squished\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"Animation\" id=4]\nresource_name = \"active\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\n\n[sub_resource type=\"Animation\" id=5]\nresource_name = \"explode\"\nlength = 2.0\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"ExplodeSnow:emitting\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"ExplodeDroplets:emitting\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"Animation\" id=6]\nlength = 2.0\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"squished\" ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 1.3, 1.9 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 0.662745, 0.905882, 1, 0.580392 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.2, 1.3, 1.9 ),\n\"transitions\": PoolRealArray( 0.5, 1, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.6, 0.5 ), Vector2( 1, 1 ), Vector2( 1, 1 ), Vector2( 2, 0 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"ExplodeSnow:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Gradient\" id=7]\noffsets = PoolRealArray( 0, 0.762821, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 1, 1, 0.443137, 0, 1, 0.882813, 0 )\n\n[sub_resource type=\"Gradient\" id=8]\noffsets = PoolRealArray( 0, 0.467949, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.847059, 0.625, 0.936279, 1, 0.556863, 0, 0.478516, 1, 0 )\n\n[node name=\"Snowball\" type=\"KinematicBody2D\" groups=[\n\"badguys\",\n]]\ncollision_layer = 2\ncollision_mask = 2\nscript = ExtResource( 1 )\n__meta__ = {\n\"_edit_group_\": true\n}\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 14 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nposition = Vector2( 0, 6.31594e-13 )\nframes = SubResource( 1 )\nframe = 6\nplaying = true\noffset = Vector2( 0, -2 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 2 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nphysics_process_parent = true\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_mask = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 3 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"active\"\nanims/active = SubResource( 4 )\nanims/explode = SubResource( 5 )\nanims/squished = SubResource( 6 )\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\n\n[node name=\"Fall\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 11 )\n\n[node name=\"Squish\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 12 )\n\n[node name=\"Melt\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 13 )\n\n[node name=\"ExplodeSnow\" type=\"CPUParticles2D\" parent=\".\"]\nrotation = -1.5708\nemitting = false\namount = 4\none_shot = true\nspeed_scale = 1.5\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 14 )\nspread = 60.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 250.0\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 80.0\ndamping_random = 0.25\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.2\nscale_amount_random = 0.75\ncolor_ramp = SubResource( 7 )\n\n[node name=\"ExplodeDroplets\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 16\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 15 )\nspread = 180.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 300.0\ninitial_velocity_random = 0.75\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 25.0\ndamping_random = 0.75\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.1\nscale_amount_random = 0.3\ncolor_ramp = SubResource( 8 )\n[connection signal=\"screen_exited\" from=\"VisibilityEnabler2D\" to=\".\" method=\"_on_VisibilityEnabler2D_screen_exited\"]\n[connection signal=\"area_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Snowball_Smart.tscn",
    "content": "[gd_scene load_steps=24 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Snowball.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/smartball-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/smartball-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/smartball-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/squished-0.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/fall.wav\" type=\"AudioStream\" id=6]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/squish.wav\" type=\"AudioStream\" id=7]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/splash.ogg\" type=\"AudioStream\" id=8]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/particle.png\" type=\"Texture\" id=9]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/droplet.png\" type=\"Texture\" id=10]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/smartball-3.png\" type=\"Texture\" id=11]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/smartball-6.png\" type=\"Texture\" id=12]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/smartball-4.png\" type=\"Texture\" id=13]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/smartball-5.png\" type=\"Texture\" id=14]\n[ext_resource path=\"res://Sprites/Creatures/SnowballSmart/smartball-7.png\" type=\"Texture\" id=15]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 11 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 12 ), ExtResource( 15 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 15.0\n}, {\n\"frames\": [ ExtResource( 5 ) ],\n\"loop\": true,\n\"name\": \"squished\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"Animation\" id=4]\nresource_name = \"active\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\n\n[sub_resource type=\"Animation\" id=5]\nresource_name = \"explode\"\nlength = 2.0\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"ExplodeSnow:emitting\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"ExplodeDroplets:emitting\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"Animation\" id=6]\nlength = 2.0\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"squished\" ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 1.3, 1.9 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 0.662745, 0.905882, 1, 0.580392 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.2, 1.3, 1.9 ),\n\"transitions\": PoolRealArray( 0.5, 1, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.6, 0.5 ), Vector2( 1, 1 ), Vector2( 1, 1 ), Vector2( 2, 0 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"ExplodeSnow:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Gradient\" id=7]\noffsets = PoolRealArray( 0, 0.762821, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 1, 1, 0.443137, 0, 1, 0.882813, 0 )\n\n[sub_resource type=\"Gradient\" id=8]\noffsets = PoolRealArray( 0, 0.467949, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.847059, 0.625, 0.936279, 1, 0.556863, 0, 0.478516, 1, 0 )\n\n[node name=\"Smartball\" type=\"KinematicBody2D\" groups=[\n\"badguys\",\n]]\ncollision_layer = 2\ncollision_mask = 2\nscript = ExtResource( 1 )\n__meta__ = {\n\"_edit_group_\": true\n}\nsmart = true\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 14 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nposition = Vector2( 0, 6.31594e-13 )\nframes = SubResource( 1 )\nframe = 3\nplaying = true\noffset = Vector2( 0, -4 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 2 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nphysics_process_parent = true\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_mask = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 3 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"active\"\nanims/active = SubResource( 4 )\nanims/explode = SubResource( 5 )\nanims/squished = SubResource( 6 )\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\n\n[node name=\"Fall\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 6 )\n\n[node name=\"Squish\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 7 )\n\n[node name=\"Melt\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 8 )\n\n[node name=\"ExplodeSnow\" type=\"CPUParticles2D\" parent=\".\"]\nrotation = -1.5708\nemitting = false\namount = 4\none_shot = true\nspeed_scale = 1.5\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 9 )\nspread = 60.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 250.0\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 80.0\ndamping_random = 0.25\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.2\nscale_amount_random = 0.75\ncolor_ramp = SubResource( 7 )\n\n[node name=\"ExplodeDroplets\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 16\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 10 )\nspread = 180.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 300.0\ninitial_velocity_random = 0.75\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 25.0\ndamping_random = 0.75\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.1\nscale_amount_random = 0.3\ncolor_ramp = SubResource( 8 )\n[connection signal=\"screen_exited\" from=\"VisibilityEnabler2D\" to=\".\" method=\"_on_VisibilityEnabler2D_screen_exited\"]\n[connection signal=\"area_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Spiky.gd",
    "content": "extends \"BadGuy.gd\"\n\n# Fireball death animation\nfunc on_fireball_kill():\n\t$SFX/Melt.play()\n\t$AnimationPlayer.play(\"explode\")\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Spiky.tscn",
    "content": "[gd_scene load_steps=28 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Spiky.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/spiky-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/spiky-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/spiky-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/spiky-3.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Creatures/Snowball/droplet.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/fall.wav\" type=\"AudioStream\" id=8]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/squish.wav\" type=\"AudioStream\" id=9]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/splash.ogg\" type=\"AudioStream\" id=10]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/melting-2.png\" type=\"Texture\" id=11]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/melting-3.png\" type=\"Texture\" id=12]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/melting-0.png\" type=\"Texture\" id=13]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/melting-4.png\" type=\"Texture\" id=14]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/spiky-5.png\" type=\"Texture\" id=15]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/melting-1.png\" type=\"Texture\" id=16]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/melting-6.png\" type=\"Texture\" id=17]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/spiky-6.png\" type=\"Texture\" id=18]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/spiky-7.png\" type=\"Texture\" id=19]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/melting-7.png\" type=\"Texture\" id=20]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/melting-5.png\" type=\"Texture\" id=21]\n[ext_resource path=\"res://Sprites/Creatures/Spiky/spiky-4.png\" type=\"Texture\" id=22]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 22 ), ExtResource( 15 ), ExtResource( 18 ), ExtResource( 19 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 15.0\n}, {\n\"frames\": [ ExtResource( 13 ), ExtResource( 16 ), ExtResource( 11 ), ExtResource( 12 ), ExtResource( 14 ), ExtResource( 21 ), ExtResource( 17 ), ExtResource( 20 ) ],\n\"loop\": false,\n\"name\": \"melted\",\n\"speed\": 20.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 15, 15 )\n\n[sub_resource type=\"Animation\" id=4]\nresource_name = \"active\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Control/AnimatedSprite:rotation_degrees\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ 0.0 ]\n}\n\n[sub_resource type=\"Animation\" id=5]\nresource_name = \"explode\"\nlength = 2.0\ntracks/0/type = \"method\"\ntracks/0/path = NodePath(\".\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"ExplodeDroplets:emitting\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"melted\" ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 1.6, 2 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ]\n}\n\n[sub_resource type=\"Gradient\" id=7]\noffsets = PoolRealArray( 0, 0.467949, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.847059, 0.625, 0.936279, 1, 0.556863, 0, 0.478516, 1, 0 )\n\n[node name=\"Spiky\" type=\"KinematicBody2D\" groups=[\n\"badguys\",\n]]\ncollision_layer = 2\ncollision_mask = 2\nscript = ExtResource( 1 )\n__meta__ = {\n\"_edit_group_\": true\n}\nsmart = true\nsquishable = false\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 14 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nposition = Vector2( 0, 6.31594e-13 )\nframes = SubResource( 1 )\nplaying = true\noffset = Vector2( 0, -4 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 2 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nphysics_process_parent = true\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_mask = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 3 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"active\"\nanims/active = SubResource( 4 )\nanims/explode = SubResource( 5 )\n\n[node name=\"ExplodeDroplets\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 16\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 7 )\nspread = 180.0\ngravity = Vector2( 0, 500 )\ninitial_velocity = 100.0\ninitial_velocity_random = 0.75\nangular_velocity = 720.0\nangular_velocity_random = 1.0\ndamping = 25.0\ndamping_random = 0.75\nangle = 360.0\nangle_random = 1.0\nscale_amount = 0.1\nscale_amount_random = 0.3\ncolor_ramp = SubResource( 7 )\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\n\n[node name=\"Fall\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 8 )\n\n[node name=\"Squish\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 9 )\n\n[node name=\"Melt\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 10 )\n[connection signal=\"screen_exited\" from=\"VisibilityEnabler2D\" to=\".\" method=\"_on_VisibilityEnabler2D_screen_exited\"]\n[connection signal=\"area_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Stalactite.gd",
    "content": "extends \"BadGuy.gd\"\n\nonready var iciclestate = \"\"\nonready var trigger_ray = get_node('trigger_ray')\n\nfunc _process(delta):\n\tif iciclestate == \"\" and trigger_ray.is_colliding():\n\t\tif trigger_ray.get_collider().is_in_group(\"player\"):\n\t\t\t$Timer.start(0.5)\n\t\t\ticiclestate = \"shaking\"\n\t\t\t$SFX/Cracking.play()\n\t\t\t$AnimationPlayer.play(\"shake\")\n\nfunc _move(delta):\n\tif iciclestate == \"active\":\n\t\tif is_on_floor():\n\t\t\ticiclestate = \"broken\"\n\t\t\t$SFX/Icecrash.play()\n\t\t\t$AnimationPlayer.play(\"broken\")\n\n\t\t\tcollision_layer = 0\n\t\t\tcollision_mask = 0\n\t\t\treturn\n\n\t\tvelocity.y += 20\n\t\tvelocity = move_and_slide(velocity, FLOOR)\n\nfunc _on_Timer_timeout():\n\tif iciclestate == \"shaking\":\n\t\t$AnimationPlayer.play(\"default\")\n\t\ticiclestate = \"active\"\n\nfunc _on_Area2D_body_entered(body):\n\tif iciclestate != \"broken\":\n\t\tif body.is_in_group('player'):\n\t\t\tbody.hurt()\n\n\t\telif body.is_in_group('badguys'):\n\t\t\tbody.kill()\n\nfunc _on_VisibilityEnabler2D_screen_exited():\n\tif iciclestate != \"\":\n\t\tqueue_free()\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/Stalactite.tscn",
    "content": "[gd_scene load_steps=16 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/Stalactite.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/Stalactite/falling.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/Stalactite/broken.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/cracking.wav\" type=\"AudioStream\" id=4]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/icecrash.ogg\" type=\"AudioStream\" id=5]\n[ext_resource path=\"res://Sprites/Creatures/Stalactite/stalactiteshard.png\" type=\"Texture\" id=6]\n\n[sub_resource type=\"RectangleShape2D\" id=1]\n\n[sub_resource type=\"SpriteFrames\" id=2]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ) ],\n\"loop\": false,\n\"name\": \"default\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 3 ) ],\n\"loop\": false,\n\"name\": \"broken\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 14, 22 )\n\n[sub_resource type=\"Animation\" id=4]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"broken\" ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.9 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ true, false ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.7, 0.9 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ]\n}\ntracks/4/type = \"method\"\ntracks/4/path = NodePath(\".\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 1 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"Control/AnimatedSprite:offset\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, -4 ) ]\n}\ntracks/6/type = \"value\"\ntracks/6/path = NodePath(\"CPUParticles2D:emitting\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=5]\nresource_name = \"default\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:self_modulate\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:animation\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ \"default\" ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Control/AnimatedSprite:offset\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"CPUParticles2D:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0.1 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"Animation\" id=6]\nlength = 0.08\nloop = true\nstep = 0.02\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:offset\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.02, 0.04, 0.06 ),\n\"transitions\": PoolRealArray( 1, 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ), Vector2( 2, 0 ), Vector2( 0, 0 ), Vector2( -2, 0 ) ]\n}\n\n[sub_resource type=\"Curve\" id=7]\nmin_value = -360.0\nmax_value = 720.0\n_data = [ Vector2( 0, 720 ), 0.0, -1630.36, 0, 0, Vector2( 1, -360 ), -467.115, 0.0, 0, 0 ]\n\n[sub_resource type=\"Curve\" id=8]\n_data = [ Vector2( 0, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0 ), -2.57309, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=9]\noffsets = PoolRealArray( 0, 0.739535, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.635294, 1, 1, 1, 0.737255, 1, 1, 1, 0 )\n\n[node name=\"Stalactite\" type=\"KinematicBody2D\"]\nposition = Vector2( 1, 0 )\ncollision_layer = 0\ncollision_mask = 4\nscript = ExtResource( 1 )\n\n[node name=\"Timer\" type=\"Timer\" parent=\".\"]\none_shot = true\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nposition = Vector2( 0, 8 )\nshape = SubResource( 1 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nposition = Vector2( 0, 4 )\nz_index = -1\nframes = SubResource( 2 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\nposition = Vector2( -0.714695, -1.19116 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nposition = Vector2( 0, 7 )\nshape = SubResource( 3 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nposition = Vector2( 0, 8 )\nrect = Rect2( -24, -32, 48, 64 )\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\n\n[node name=\"Cracking\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 4 )\n\n[node name=\"Icecrash\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 5 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"default\"\nanims/broken = SubResource( 4 )\nanims/default = SubResource( 5 )\nanims/shake = SubResource( 6 )\n\n[node name=\"trigger_ray\" type=\"RayCast2D\" parent=\".\"]\nposition = Vector2( 0, 22 )\nenabled = true\ncast_to = Vector2( 0, 1000 )\n\n[node name=\"CPUParticles2D\" type=\"CPUParticles2D\" parent=\".\"]\nrotation = -1.5708\nemitting = false\namount = 6\nlifetime = 0.75\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 6 )\ngravity = Vector2( 0, 550 )\ninitial_velocity = 250.0\ndamping = 20.0\nangle = 360.0\nangle_random = 1.0\nangle_curve = SubResource( 7 )\nscale_amount = 0.8\nscale_amount_curve = SubResource( 8 )\ncolor_ramp = SubResource( 9 )\n[connection signal=\"timeout\" from=\"Timer\" to=\".\" method=\"_on_Timer_timeout\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n[connection signal=\"screen_exited\" from=\"VisibilityEnabler2D\" to=\".\" method=\"_on_VisibilityEnabler2D_screen_exited\"]\n[connection signal=\"animation_finished\" from=\"AnimationPlayer\" to=\".\" method=\"_on_AnimationPlayer_animation_finished\"]\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/_1Down.gd",
    "content": "extends Area2D\n\nvar collected = false\nvar active = false\nvar velocity = Vector2(0,0)\nvar volume = -40\n\nfunc _physics_process(delta):\n\tif active == true:\n\t\tposition += velocity * delta\n\t\tvelocity.y += 40\n\nfunc _process(_delta):\n\tif collected == false and get_tree().current_scene.editmode == false:\n\t\t$Humming.volume_db = volume\n\t\tif $Humming.playing == false: $Humming.play()\n\t\tif volume < -15: volume += 5\n\telse:\n\t\t$Humming.stop()\n\t\tvolume = -80\n\nfunc _on_1Up_body_entered(body):\n\tif body.is_in_group(\"player\") and collected == false:\n\t\tif body.invincible_damage == false:\n\t\t\tactive = false\n\t\t\tcollected = true\n\t\t\t$AnimationPlayer.play(\"collect\")\n\t\t\tif body.invincible == false: body.call(\"kill\")\n\nfunc appear(dir, hitdown):\n\tactive = true\n\tvelocity = Vector2(0, -750)\n\tif hitdown == true: velocity.y *= -1\n"
  },
  {
    "path": "src/Scenes/Objects/BadGuys/_1Down.tscn",
    "content": "[gd_scene load_steps=15 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/BadGuys/_1Down.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/humming.wav\" type=\"AudioStream\" id=2]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/explode.wav\" type=\"AudioStream\" id=3]\n[ext_resource path=\"res://Sprites/Objects/1Up/glow.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/1Down/1down.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Objects/1Up/glimmer.png\" type=\"Texture\" id=6]\n\n[sub_resource type=\"Animation\" id=1]\nresource_name = \"appear\"\n\n[sub_resource type=\"Animation\" id=2]\nresource_name = \"collect\"\nlength = 1.54\ntracks/0/type = \"method\"\ntracks/0/path = NodePath(\".\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 1 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"PickupSFX:playing\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Sprite/Sprite2:visible\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Sprite/Sprite3:visible\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Sprite:visible\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"CPUParticles2D2:emitting\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/6/type = \"value\"\ntracks/6/path = NodePath(\"CPUParticles2D:emitting\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/7/type = \"value\"\ntracks/7/path = NodePath(\"Humming:playing\")\ntracks/7/interp = 1\ntracks/7/loop_wrap = true\ntracks/7/imported = false\ntracks/7/enabled = true\ntracks/7/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/8/type = \"value\"\ntracks/8/path = NodePath(\"CPUParticles2D3:emitting\")\ntracks/8/interp = 1\ntracks/8/loop_wrap = true\ntracks/8/imported = false\ntracks/8/enabled = true\ntracks/8/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"Animation\" id=3]\nresource_name = \"default\"\nlength = 0.6\nloop = true\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Sprite:self_modulate\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.3, 0.6 ),\n\"transitions\": PoolRealArray( 2, 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ), Color( 1, 0, 0, 1 ), Color( 1, 1, 1, 1 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Sprite:position\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Sprite/Sprite2:rotation_degrees\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.6 ),\n\"transitions\": PoolRealArray( -2, 1 ),\n\"update\": 0,\n\"values\": [ 0.0, 360.0 ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Sprite/Sprite3:rotation_degrees\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.6 ),\n\"transitions\": PoolRealArray( -2, 1 ),\n\"update\": 0,\n\"values\": [ 0.0, -360.0 ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Sprite/Sprite2:scale\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0, 0.3, 0.6 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ), Vector2( 0.5, 0.5 ), Vector2( 0, 0 ) ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"Sprite/Sprite3:scale\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0, 0.3, 0.6 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ), Vector2( 0.5, 0.5 ), Vector2( 0, 0 ) ]\n}\ntracks/6/type = \"value\"\ntracks/6/path = NodePath(\"Sprite/Sprite2:visible\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/7/type = \"value\"\ntracks/7/path = NodePath(\"Sprite/Sprite3:visible\")\ntracks/7/interp = 1\ntracks/7/loop_wrap = true\ntracks/7/imported = false\ntracks/7/enabled = true\ntracks/7/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/8/type = \"value\"\ntracks/8/path = NodePath(\"Sprite:visible\")\ntracks/8/interp = 1\ntracks/8/loop_wrap = true\ntracks/8/imported = false\ntracks/8/enabled = true\ntracks/8/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/9/type = \"value\"\ntracks/9/path = NodePath(\"CPUParticles2D:emitting\")\ntracks/9/interp = 1\ntracks/9/loop_wrap = true\ntracks/9/imported = false\ntracks/9/enabled = true\ntracks/9/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/10/type = \"value\"\ntracks/10/path = NodePath(\"CPUParticles2D2:emitting\")\ntracks/10/interp = 1\ntracks/10/loop_wrap = true\ntracks/10/imported = false\ntracks/10/enabled = true\ntracks/10/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/11/type = \"value\"\ntracks/11/path = NodePath(\"CPUParticles2D3:emitting\")\ntracks/11/interp = 1\ntracks/11/loop_wrap = true\ntracks/11/imported = false\ntracks/11/enabled = true\ntracks/11/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=4]\nextents = Vector2( 17, 17 )\n\n[sub_resource type=\"Curve\" id=5]\n_data = [ Vector2( 0.00295858, 1 ), 0.0, 0.642983, 0, 0, Vector2( 1, 0 ), -3.22841, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=6]\ncolors = PoolColorArray( 0.662745, 0, 0, 1, 0, 0, 0, 0 )\n\n[sub_resource type=\"Curve\" id=7]\n_data = [ Vector2( 0.00295858, 1 ), 0.0, 0.642983, 0, 0, Vector2( 1, 0.00679398 ), -3.98978, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=8]\noffsets = PoolRealArray( 0.0206897, 0.558621, 1 )\ncolors = PoolColorArray( 1, 0, 0, 0.792157, 1, 0, 0.207843, 0.670588, 0.414063, 0, 0.35907, 0 )\n\n[node name=\"1Down\" type=\"Area2D\"]\ncollision_layer = 0\nscript = ExtResource( 1 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\n\n[node name=\"Humming\" type=\"AudioStreamPlayer2D\" parent=\".\"]\nstream = ExtResource( 2 )\nvolume_db = -15.0\n\n[node name=\"PickupSFX\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 3 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"default\"\nanims/appear = SubResource( 1 )\nanims/collect = SubResource( 2 )\nanims/default = SubResource( 3 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 4 )\n\n[node name=\"CPUParticles2D2\" type=\"CPUParticles2D\" parent=\".\"]\nposition = Vector2( 0, 5 )\namount = 16\npreprocess = 16.0\nlocal_coords = false\ntexture = ExtResource( 4 )\nspread = 180.0\ngravity = Vector2( 0, -200 )\ninitial_velocity = 50.0\ndamping = 100.0\nscale_amount = 2.75\nscale_amount_curve = SubResource( 5 )\ncolor_ramp = SubResource( 6 )\n\n[node name=\"CPUParticles2D3\" type=\"CPUParticles2D\" parent=\".\"]\nposition = Vector2( 0, 10 )\namount = 32\npreprocess = 16.0\nspeed_scale = 3.0\ntexture = ExtResource( 4 )\nspread = 180.0\ngravity = Vector2( 0, -175 )\ninitial_velocity = 50.0\ndamping = 100.0\nscale_amount = 1.25\nscale_amount_curve = SubResource( 7 )\ncolor_ramp = SubResource( 8 )\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\".\"]\neditor/display_folded = true\ntexture = ExtResource( 5 )\n\n[node name=\"Sprite2\" type=\"Sprite\" parent=\"Sprite\"]\nself_modulate = Color( 1, 0, 0, 1 )\nposition = Vector2( -3, -9.5 )\nscale = Vector2( 1e-005, 1e-005 )\ntexture = ExtResource( 6 )\n\n[node name=\"Sprite3\" type=\"Sprite\" parent=\"Sprite\"]\nself_modulate = Color( 1, 0, 0, 1 )\nposition = Vector2( 3, -9.5 )\nscale = Vector2( 1e-005, 1e-005 )\ntexture = ExtResource( 6 )\n\n[node name=\"CPUParticles2D\" type=\"CPUParticles2D\" parent=\".\"]\nposition = Vector2( 0, 10 )\namount = 16\nspeed_scale = 3.0\nlocal_coords = false\ntexture = ExtResource( 4 )\nspread = 180.0\ngravity = Vector2( 0, -175 )\ninitial_velocity = 50.0\ndamping = 100.0\nscale_amount = 1.25\nscale_amount_curve = SubResource( 7 )\ncolor_ramp = SubResource( 8 )\n[connection signal=\"body_entered\" from=\".\" to=\".\" method=\"_on_1Up_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/1Up.tscn",
    "content": "[gd_scene load_steps=16 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/Powerup.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/lifeup.wav\" type=\"AudioStream\" id=2]\n[ext_resource path=\"res://Sprites/Objects/1Up/1up.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Objects/1Up/glimmer.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/1Up/glow.png\" type=\"Texture\" id=5]\n\n[sub_resource type=\"Animation\" id=1]\nresource_name = \"appear\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AmbientSparkles:emitting\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"CollectSparkles:emitting\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"CollectGlow:emitting\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"Animation\" id=2]\nresource_name = \"collect\"\nlength = 1.54\ntracks/0/type = \"audio\"\ntracks/0/path = NodePath(\"PickupSFX\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"clips\": [ {\n\"end_offset\": 0.0,\n\"start_offset\": 0.0,\n\"stream\": ExtResource( 2 )\n} ],\n\"times\": PoolRealArray( 0 )\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 1.54 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Sprite:self_modulate\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.3 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"AmbientSparkles:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"CollectSparkles:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"CollectGlow:emitting\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=3]\nresource_name = \"default\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Sprite:self_modulate\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Sprite:position\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"AmbientSparkles:emitting\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"CollectSparkles:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"CollectGlow:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=4]\nextents = Vector2( 17, 17 )\n\n[sub_resource type=\"Curve\" id=5]\nmin_value = -360.0\nmax_value = 360.0\n_data = [ Vector2( 0, -6.336 ), 0.0, -735.835, 0, 0, Vector2( 1, -360 ), -14.9567, 0.0, 0, 0 ]\n\n[sub_resource type=\"Curve\" id=6]\n_data = [ Vector2( 0, 0 ), 0.0, 6.536, 0, 0, Vector2( 0.367136, 0.742 ), -1.44154, -1.44154, 0, 0, Vector2( 0.726228, 0 ), 0.761179, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=7]\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 1, 1, 0.301961 )\n\n[sub_resource type=\"Curve\" id=8]\nmin_value = -360.0\nmax_value = 360.0\n_data = [ Vector2( 0, -6.336 ), 0.0, -735.835, 0, 0, Vector2( 1, -360 ), -14.9567, 0.0, 0, 0 ]\n\n[sub_resource type=\"Curve\" id=9]\n_data = [ Vector2( 0, 0 ), 0.0, 5.51816, 0, 0, Vector2( 0.661592, 0.7266 ), -1.44154, -1.44154, 0, 0, Vector2( 1, 0.0314 ), 0.761179, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=10]\noffsets = PoolRealArray( 0, 0.587719, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.517647, 1, 1, 1, 0, 1, 1, 1, 0 )\n\n[node name=\"1Up\" type=\"KinematicBody2D\"]\ncollision_layer = 0\nscript = ExtResource( 1 )\ngravity_when_appeared = true\ninitial_speed = Vector2( 200, -500 )\ncoins = 100\nappear_animation = \"appear\"\npickup_animation = \"collect\"\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"default\"\nanims/appear = SubResource( 1 )\nanims/collect = SubResource( 2 )\nanims/default = SubResource( 3 )\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\".\"]\ntexture = ExtResource( 3 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 4 )\n\n[node name=\"PickupSFX\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 2 )\nbus = \"SFX\"\n\n[node name=\"AmbientSparkles\" type=\"CPUParticles2D\" parent=\".\"]\nlocal_coords = false\ntexture = ExtResource( 4 )\nemission_shape = 2\nemission_rect_extents = Vector2( 16, 16 )\nspread = 0.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 0.0\nangle_curve = SubResource( 5 )\nscale_amount = 0.5\nscale_amount_curve = SubResource( 6 )\ncolor_ramp = SubResource( 7 )\n\n[node name=\"CollectSparkles\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\nlifetime = 1.5\none_shot = true\nspeed_scale = 2.0\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 4 )\nspread = 180.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 80.0\ndamping = 50.0\nangle_curve = SubResource( 8 )\nscale_amount_curve = SubResource( 9 )\ncolor_ramp = SubResource( 7 )\n\n[node name=\"CollectGlow\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 4\none_shot = true\nexplosiveness = 1.0\nlocal_coords = false\ntexture = ExtResource( 5 )\nspread = 180.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 40.0\nscale_amount = 3.0\nscale_amount_curve = SubResource( 6 )\ncolor_ramp = SubResource( 10 )\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/BlockContainer.gd",
    "content": "extends KinematicBody2D\n\nvar hit = false\nvar hitdirection = 0\nvar stored = \"\" # Whatever is inside the bonus block\nvar childstored = null\nvar hitdirectionstored = 0\nvar hitdownstored = false\nvar player = null\nvar hitbyplayer = false\n\n# To be overridden by sub-classes\nfunc on_empty_hit():\n\tpass\n\nfunc _ready():\n\tif get_tree().current_scene.editmode == false:\n\t\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t\tif child.position == position and child.get_name() != self.get_name() and not child.is_in_group(\"layers\") and not child.is_in_group(\"expandable\") and not child.is_in_group(\"stackable\"):\n\t\t\t\tstored = child.filename\n\t\t\t\tchildstored = load(str(stored)).instance()\n\t\t\t\tchildstored.position = position\n\t\t\t\tchild.queue_free()\n\nfunc _on_Area2D_body_entered(body):\n\tif body.is_in_group(\"player\"):\n\t\tplayer = body\n\t\thitbyplayer = true\n\t\tif body.position.y > position.y:\n\t\t\tif body.position.x > self.position.x:\n\t\t\t\thit(-1,false)\n\t\t\telse: hit(1,false)\n\n\t\telif body.buttjump == true or body.get_node(\"ButtjumpLandTimer\").time_left > 0:\n\t\t\tif body.position.x > self.position.x:\n\t\t\t\thit(-1,true)\n\t\t\telse: hit(1,true)\n\n# Hit the block\nfunc hit(hitdirection, hitdown):\n\tif hit == true: return\n\n\thitdirectionstored = hitdirection\n\thitdownstored = hitdown\n\thit = true\n\n\t# Spawn contents\n\tif stored != \"\":\n\t\tif childstored.get(\"player\"):\n\t\t\tchildstored.player = player\n\n\t\t$AnimatedSprite.play(\"empty\")\n\t\tif hitdown == true:\n\t\t\t$AnimationPlayer.play(\"hitdown\")\n\t\telse: $AnimationPlayer.play(\"hit\")\n\n\t\tif childstored.get(\"collect_on_appear\") == true:\n\t\t\tif childstored.collect_on_appear == false:\n\t\t\t\t$Upgrade.play()\n\n\t\t\t\tif hitdown == true:\n\t\t\t\t\tchildstored.position.y += 32\n\t\t\t\telse: childstored.position.y -= 32\n\n\t\t\telse: $Brick.play()\n\t\telse:\n\t\t\t$Upgrade.play()\n\n\t\t\tif hitdown == true:\n\t\t\t\tchildstored.position.y += 32\n\t\t\telse: childstored.position.y -= 32\n\n\t\tget_tree().current_scene.get_node(\"Level\").add_child(childstored)\n\t\tif childstored.has_method(\"appear\"):\n\t\t\tchildstored.appear(hitdirection,hitdown)\n\telse:\n\t\t$Brick.play()\n\t\ton_empty_hit()\n\n# Kill enemies on top of block\nfunc _on_TopHitbox_area_entered(area):\n\tif area.get_parent().is_in_group(\"badguys\"):\n\t\tarea.get_parent().kill()\n\tif area.get(\"collect_on_appear\"):\n\t\tif area.get_parent().collect_on_appear:\n\t\t\tarea.get_parent().appear(0,false)\n\nfunc _on_TopHitbox_body_entered(body):\n\tif body.is_in_group(\"bonusblock\") and body.name != name:\n\t\tbody.hit(hitdirectionstored,hitdownstored)\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/BonusBlock.gd",
    "content": "extends \"BlockContainer.gd\"\n\nfunc on_empty_hit():\n\t$AnimatedSprite.play(\"empty\")\n\n\tif hitdownstored == true:\n\t\t$AnimationPlayer.play(\"hitdown\")\n\telse: $AnimationPlayer.play(\"hit\")\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/BonusBlock.tscn",
    "content": "[gd_scene load_steps=18 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/BonusBlock.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/brick.wav\" type=\"AudioStream\" id=2]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/upgrade.wav\" type=\"AudioStream\" id=3]\n[ext_resource path=\"res://Sprites/Objects/BonusBlock/empty.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/BonusBlock/block.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Objects/BonusBlock/block-0.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Objects/BonusBlock/block-1.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Objects/BonusBlock/block-2.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Sprites/Objects/BonusBlock/block-3.png\" type=\"Texture\" id=9]\n\n[sub_resource type=\"RectangleShape2D\" id=1]\nextents = Vector2( 0, 0 )\n\n[sub_resource type=\"Animation\" id=2]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 8, 10 )\n\n[sub_resource type=\"Animation\" id=4]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, -15 ), Vector2( 0, 0 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.25, 1.25 ), Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 3 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ false, true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"TopHitbox/CollisionShape2D:position\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, -26 ) ]\n}\n\n[sub_resource type=\"Animation\" id=5]\nresource_name = \"hitdown\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 15 ), Vector2( 0, 0 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.25, 1.25 ), Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 3 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ false, true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"TopHitbox/CollisionShape2D:position\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 26 ) ]\n}\n\n[sub_resource type=\"SpriteFrames\" id=6]\nanimations = [ {\n\"frames\": [ ExtResource( 4 ) ],\n\"loop\": true,\n\"name\": \"empty\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 8 ), ExtResource( 7 ), ExtResource( 6 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 15.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=7]\nextents = Vector2( 16, 16 )\n\n[sub_resource type=\"RectangleShape2D\" id=8]\nextents = Vector2( 12, 17 )\n\n[node name=\"BonusBlock\" type=\"KinematicBody2D\" groups=[\n\"bonusblock\",\n\"stackable\",\n]]\nz_index = -1\ncollision_layer = 31\ncollision_mask = 31\nscript = ExtResource( 1 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -32, -32, 64, 64 )\n\n[node name=\"Brick\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 2 )\n\n[node name=\"Upgrade\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 3 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"default\"\nanims/default = SubResource( 2 )\nanims/hit = SubResource( 4 )\nanims/hitdown = SubResource( 5 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\".\"]\nframes = SubResource( 6 )\nframe = 4\nplaying = true\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 7 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 8 )\n\n[node name=\"TopHitbox\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"TopHitbox\"]\nposition = Vector2( 0, 26 )\nshape = SubResource( 1 )\ndisabled = true\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n[connection signal=\"area_entered\" from=\"TopHitbox\" to=\".\" method=\"_on_TopHitbox_area_entered\"]\n[connection signal=\"body_entered\" from=\"TopHitbox\" to=\".\" method=\"_on_TopHitbox_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Brick.gd",
    "content": "extends \"BlockContainer.gd\"\n\nfunc on_empty_hit():\n\tif hitbyplayer == true:\n\t\t\tif player.state == \"small\":\n\t\t\t\t$AnimationPlayer.stop()\n\t\t\t\tif hitdownstored == true:\n\t\t\t\t\t$AnimationPlayer.play(\"hitdown_small\")\n\t\t\t\telse: $AnimationPlayer.play(\"hit_small\")\n\t\t\t\thit = false\n\t\t\telse:\n\t\t\t\t$AnimationPlayer.stop()\n\t\t\t\tif hitdownstored == true:\n\t\t\t\t\t$AnimationPlayer.play(\"breakdown\")\n\t\t\t\telse: $AnimationPlayer.play(\"break\")\n\telse:\n\t\t$AnimationPlayer.stop()\n\t\tif hitdownstored == true:\n\t\t\t$AnimationPlayer.play(\"breakdown\")\n\t\telse: $AnimationPlayer.play(\"break\")\n\n# Break on buttjump\nfunc _on_Area2D_area_entered(area):\n\tif area.get_parent().is_in_group(\"player\"):\n\t\tif area.get_parent().buttjump == true and stored == \"\":\n\t\t\t# Prevent brick from breaking if Tux is outside its hitbox\n\t\t\tif area.get_parent().position.x > position.x - 31 and area.get_parent().position.x < position.x + 31:\n\t\t\t\tarea.get_parent().velocity.y *= 0.9\n\n\t\t\t\t# We need a special break animation for buttjumps\n\t\t\t\t# so the brick doesn't look like it breaks\n\t\t\t\t# before the player reaches it.\n\t\t\t\t$AnimationPlayer.play(\"buttjumpbreak\")\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Brick.tscn",
    "content": "[gd_scene load_steps=22 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/Brick.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/brick.wav\" type=\"AudioStream\" id=2]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/upgrade.wav\" type=\"AudioStream\" id=3]\n[ext_resource path=\"res://Sprites/Objects/BonusBlock/empty.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/Brick/brick.png\" type=\"Texture\" id=5]\n\n[sub_resource type=\"RectangleShape2D\" id=1]\nextents = Vector2( 0, 0 )\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 8, 10 )\n\n[sub_resource type=\"Animation\" id=3]\nresource_name = \"break\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 1 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 2 ) ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ false, true ]\n}\ntracks/6/type = \"value\"\ntracks/6/path = NodePath(\"TopHitbox/CollisionShape2D:position\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, -26 ) ]\n}\ntracks/7/type = \"value\"\ntracks/7/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/7/interp = 1\ntracks/7/loop_wrap = true\ntracks/7/imported = false\ntracks/7/enabled = true\ntracks/7/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=4]\nresource_name = \"breakdown\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 1 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 1 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=5]\nresource_name = \"buttjumpbreak\"\nlength = 2.0\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"CollisionShape2D:shape\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 1 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"CollisionShape2D:disabled\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Brick:playing\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0.03 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"AnimationPlayer:current_animation\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0.03 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 2,\n\"values\": [ \"breakdown\" ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=6]\nextents = Vector2( 0, 0 )\n\n[sub_resource type=\"RectangleShape2D\" id=7]\nextents = Vector2( 16, 16 )\n\n[sub_resource type=\"RectangleShape2D\" id=8]\nextents = Vector2( 12, 17 )\n\n[sub_resource type=\"Animation\" id=9]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 6 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"AnimatedSprite:visible\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/6/type = \"value\"\ntracks/6/path = NodePath(\"CollisionShape2D:shape\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 7 ) ]\n}\ntracks/7/type = \"value\"\ntracks/7/path = NodePath(\"CollisionShape2D:disabled\")\ntracks/7/interp = 1\ntracks/7/loop_wrap = true\ntracks/7/imported = false\ntracks/7/enabled = true\ntracks/7/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/8/type = \"value\"\ntracks/8/path = NodePath(\"Area2D/CollisionShape2D:shape\")\ntracks/8/interp = 1\ntracks/8/loop_wrap = true\ntracks/8/imported = false\ntracks/8/enabled = true\ntracks/8/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 8 ) ]\n}\n\n[sub_resource type=\"Animation\" id=10]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, -15 ), Vector2( 0, 0 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.25, 1.25 ), Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 2 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ false, true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"TopHitbox/CollisionShape2D:position\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, -26 ) ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=11]\nextents = Vector2( 0, 0 )\n\n[sub_resource type=\"Animation\" id=12]\nresource_name = \"hit_small\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, -15 ), Vector2( 0, 0 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.25, 1.25 ), Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 2 ), SubResource( 11 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ false, true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"TopHitbox/CollisionShape2D:position\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, -26 ) ]\n}\n\n[sub_resource type=\"Animation\" id=13]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 15 ), Vector2( 0, 0 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.25, 1.25 ), Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 2 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ false, true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Area2D/CollisionShape2D:disabled\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"TopHitbox/CollisionShape2D:position\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 26 ) ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=14]\nextents = Vector2( 0, 0 )\n\n[sub_resource type=\"Animation\" id=15]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 15 ), Vector2( 0, 0 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1.25, 1.25 ), Vector2( 1, 1 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"TopHitbox/CollisionShape2D:shape\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ SubResource( 2 ), SubResource( 14 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"TopHitbox/CollisionShape2D:disabled\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ false, true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"TopHitbox/CollisionShape2D:position\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 26 ) ]\n}\n\n[sub_resource type=\"SpriteFrames\" id=16]\nanimations = [ {\n\"frames\": [ ExtResource( 4 ) ],\n\"loop\": true,\n\"name\": \"empty\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 5 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 15.0\n} ]\n\n[node name=\"Brick\" type=\"KinematicBody2D\" groups=[\n\"stackable\",\n\"brick\",\n]]\nz_index = -1\ncollision_layer = 31\ncollision_mask = 31\nscript = ExtResource( 1 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -32, -32, 64, 64 )\n\n[node name=\"Brick\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 2 )\n\n[node name=\"Upgrade\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 3 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"default\"\nanims/break = SubResource( 3 )\nanims/breakdown = SubResource( 4 )\nanims/buttjumpbreak = SubResource( 5 )\nanims/default = SubResource( 9 )\nanims/hit = SubResource( 10 )\nanims/hit_small = SubResource( 12 )\nanims/hitdown = SubResource( 13 )\nanims/hitdown_small = SubResource( 15 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\".\"]\nframes = SubResource( 16 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 7 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 8 )\n\n[node name=\"TopHitbox\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"TopHitbox\"]\nposition = Vector2( 0, -26 )\nshape = SubResource( 6 )\ndisabled = true\n[connection signal=\"area_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_area_entered\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n[connection signal=\"area_entered\" from=\"TopHitbox\" to=\".\" method=\"_on_TopHitbox_area_entered\"]\n[connection signal=\"body_entered\" from=\"TopHitbox\" to=\".\" method=\"_on_TopHitbox_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Coin.tscn",
    "content": "[gd_scene load_steps=27 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/Powerup.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-3.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-4.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-5.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-6.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-7.png\" type=\"Texture\" id=9]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-8.png\" type=\"Texture\" id=10]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-9.png\" type=\"Texture\" id=11]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-10.png\" type=\"Texture\" id=12]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-11.png\" type=\"Texture\" id=13]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-12.png\" type=\"Texture\" id=14]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-13.png\" type=\"Texture\" id=15]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-14.png\" type=\"Texture\" id=16]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-15.png\" type=\"Texture\" id=17]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/coin.wav\" type=\"AudioStream\" id=18]\n[ext_resource path=\"res://Sprites/Objects/Coin/glow.png\" type=\"Texture\" id=19]\n[ext_resource path=\"res://Sprites/Objects/Coin/glimmer.png\" type=\"Texture\" id=20]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 10 ), ExtResource( 11 ), ExtResource( 12 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 17 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 15.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 17, 17 )\n\n[sub_resource type=\"Gradient\" id=3]\noffsets = PoolRealArray( 0, 0.160494, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0, 1, 1, 1, 0.196078, 1, 1, 0, 0 )\n\n[sub_resource type=\"Curve\" id=4]\n_data = [ Vector2( 0, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0.0127 ), 0.0, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=5]\noffsets = PoolRealArray( 0, 0.27193, 0.54386, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.898039, 1, 1, 1, 0.803922, 1, 1, 0.588235, 0.709804, 1, 1, 0, 0 )\n\n[sub_resource type=\"Animation\" id=6]\ntracks/0/type = \"audio\"\ntracks/0/path = NodePath(\"PickupSFX\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"clips\": [ {\n\"end_offset\": 0.0,\n\"start_offset\": 0.0,\n\"stream\": ExtResource( 18 )\n} ],\n\"times\": PoolRealArray( 0 )\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0.6 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"AnimatedSprite:position\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.6 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 0 ), Vector2( 0, -110 ) ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"AnimatedSprite:self_modulate\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.6 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 1 ), Color( 1, 1, 1, 0 ) ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"CollectSparkles:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"CollectGlow:emitting\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[node name=\"Coin\" type=\"KinematicBody2D\"]\nscript = ExtResource( 1 )\ncoins = 1\ncollect_on_appear = true\npickup_animation = \"Pickup\"\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\".\"]\nframes = SubResource( 1 )\nframe = 1\nplaying = true\n\n[node name=\"PickupSFX\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 18 )\nbus = \"SFX\"\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\nposition = Vector2( 0.440125, -3.96114 )\ncollision_layer = 0\n\n[node name=\"CollisionShape2D2\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nposition = Vector2( -0.440125, 3.96114 )\nshape = SubResource( 2 )\n\n[node name=\"CollectGlow\" type=\"CPUParticles2D\" parent=\".\"]\nposition = Vector2( 0.440125, -3.96114 )\nemitting = false\none_shot = true\nspeed_scale = 3.0\nexplosiveness = 0.75\ntexture = ExtResource( 19 )\nspread = 180.0\nflatness = 1.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 50.0\ndamping = 100.0\nscale_amount = 3.0\ncolor_ramp = SubResource( 3 )\n\n[node name=\"CollectSparkles\" type=\"CPUParticles2D\" parent=\".\"]\nposition = Vector2( 0.440125, -3.96114 )\nemitting = false\namount = 5\none_shot = true\nspeed_scale = 2.5\nexplosiveness = 0.75\ntexture = ExtResource( 20 )\nspread = 180.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 45.0\ndamping = 20.0\nangle = 180.0\nangle_random = 1.0\nscale_amount = 0.9\nscale_amount_curve = SubResource( 4 )\ncolor_ramp = SubResource( 5 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nanims/Pickup = SubResource( 6 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nposition = Vector2( -0.174824, -0.0874083 )\nscale = Vector2( 1.6993, 1.69056 )\nrect = Rect2( -16, -16, 32, 32 )\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Egg.tscn",
    "content": "[gd_scene load_steps=10 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/Powerup.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Egg/egg-merged.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/grow.ogg\" type=\"AudioStream\" id=3]\n\n[sub_resource type=\"Animation\" id=1]\nresource_name = \"appear\"\n\n[sub_resource type=\"Animation\" id=2]\nresource_name = \"collect\"\nlength = 1.5\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"PickupSFX:playing\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/2/type = \"method\"\ntracks/2/path = NodePath(\".\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 1.3 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\n\n[sub_resource type=\"Animation\" id=3]\nresource_name = \"default\"\nlength = 0.8\nloop = true\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Control:rect_scale\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2, 0.4, 0.6, 0.8 ),\n\"transitions\": PoolRealArray( 0.5, 2, 0.5, 2, 0.5 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 0.9, 1.1 ), Vector2( 1, 1 ), Vector2( 1.1, 0.9 ), Vector2( 1, 1 ) ]\n}\n\n[sub_resource type=\"SpriteFrames\" id=4]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=5]\nextents = Vector2( 15, 16 )\n\n[sub_resource type=\"RectangleShape2D\" id=6]\nextents = Vector2( 15, 15 )\n\n[node name=\"Egg\" type=\"KinematicBody2D\"]\ncollision_layer = 4\ncollision_mask = 0\nscript = ExtResource( 1 )\nphysics = true\ngravity_when_static = true\ngravity_when_appeared = true\nmove_speed = 100\npowerup_state = \"big\"\nignore_small = true\nappear_animation = \"appear\"\npickup_animation = \"collect\"\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"default\"\nanims/appear = SubResource( 1 )\nanims/collect = SubResource( 2 )\nanims/default = SubResource( 3 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nprocess_parent = true\nphysics_process_parent = true\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 16 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nframes = SubResource( 4 )\n\n[node name=\"PickupSFX\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 3 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 5 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nposition = Vector2( 0, 1 )\nshape = SubResource( 6 )\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/FireFlower.tscn",
    "content": "[gd_scene load_steps=13 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/Powerup.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/FireFlower/fire_flower-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Objects/FireFlower/fire_flower-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Objects/FireFlower/fire_flower-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/FireFlower/fire_flower-3.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/fire-flower.wav\" type=\"AudioStream\" id=6]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 4 ), ExtResource( 3 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 20.0\n} ]\n\n[sub_resource type=\"Animation\" id=2]\n\n[sub_resource type=\"Animation\" id=3]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"PickupSFX:playing\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"method\"\ntracks/2/path = NodePath(\".\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0.9 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\n\n[sub_resource type=\"Animation\" id=4]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=5]\nextents = Vector2( 15, 16 )\n\n[sub_resource type=\"RectangleShape2D\" id=6]\nextents = Vector2( 15, 16 )\n\n[node name=\"FireFlower\" type=\"KinematicBody2D\"]\ncollision_layer = 4\ncollision_mask = 0\nscript = ExtResource( 1 )\nphysics = true\ngravity_when_static = true\ngravity_when_appeared = true\npowerup_state = \"fire\"\nappear_animation = \"appear\"\npickup_animation = \"collect\"\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\neditor/display_folded = true\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nframes = SubResource( 1 )\nframe = 1\nplaying = true\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"default\"\nanims/appear = SubResource( 2 )\nanims/collect = SubResource( 3 )\nanims/default = SubResource( 4 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nprocess_parent = true\nphysics_process_parent = true\n\n[node name=\"PickupSFX\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 6 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 5 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 6 )\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Powerup.gd",
    "content": "extends KinematicBody2D\n\nexport var physics = false\nexport var gravity_when_static = false\nexport var gravity_when_appeared = false\nexport var move_speed = 0\nexport var bounce_height = 0\nexport var initial_speed = Vector2(0,0)\nexport var coins = 0\nexport var powerup_state = \"\"\nexport var ignore_small = false\nexport var collect_on_appear = false\nexport var appear_animation = \"\"\nexport var pickup_animation = \"\"\nexport var bounce_animation = \"\"\nvar collected = false\nvar direction = 1\nvar velocity = Vector2()\nvar appeared = false\nvar player = null\nvar gravity = false\n\nfunc _physics_process(delta):\n\tgravity = false\n\tif appeared == true and gravity_when_appeared == true:\n\t\tgravity = true\n\tif appeared == false and gravity_when_static == true:\n\t\tgravity = true\n\n\tif get_tree().current_scene.editmode == false and collected == false:\n\t\tif physics:\n\t\t\tif move_speed != 0: velocity.x = move_speed * direction\n\t\t\tif not is_on_floor():\n\t\t\t\tvelocity.y += 20\n\t\t\tif is_on_ceiling():\n\t\t\t\tvelocity.y = 0\n\t\t\tmove_and_slide(velocity,Vector2(0,-1))\n\t\t\tif is_on_wall():\n\t\t\t\tdirection *= -1\n\t\t\tif is_on_floor():\n\t\t\t\tif bounce_height != 0: velocity.y = bounce_height\n\t\t\t\tif bounce_animation != \"\":\n\t\t\t\t\t$AnimationPlayer.stop()\n\t\t\t\t\t$AnimationPlayer.play(bounce_animation)\n\t\telse:\n\t\t\tif move_speed != 0: velocity.x = move_speed * direction\n\t\t\tif gravity: velocity.y += 20\n\t\t\tposition += velocity * delta\n\t\tcollect_check()\n\nfunc collect_check():\n\tif collected == true: return\n\tfor body in $Area2D.get_overlapping_bodies():\n\t\tif body.is_in_group(\"player\"):\n\t\t\tplayer = body\n\t\t\tcollected = true\n\tif collected == true:\n\t\tif player.state == \"small\" or ignore_small == false:\n\t\t\tif powerup_state == \"star\":\n\t\t\t\tplayer.star_invincibility()\n\t\t\telse: player.state = powerup_state\n\t\tif pickup_animation != \"\":\n\t\t\t$AnimationPlayer.stop()\n\t\t\t$AnimationPlayer.play(pickup_animation)\n\t\tif coins > 0:\n\t\t\tvar counter = get_tree().get_nodes_in_group(\"CoinCounter\")[0]\n\t\t\tcounter.coins += coins\n\nfunc appear(dir, hitdown):\n\tappeared = true\n\tdirection = dir\n\tvelocity = initial_speed\n\tvelocity.x *= dir\n\tif collect_on_appear: collect_check()\n\tif appear_animation != \"\":\n\t\t$AnimationPlayer.stop()\n\t\t$AnimationPlayer.play(appear_animation)\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Star.tscn",
    "content": "[gd_scene load_steps=20 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/Powerup.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Star/star-0.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Objects/Star/star-1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Objects/Star/star-2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/Star/star-3.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Objects/Star/star-4.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Objects/1Up/glow.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Objects/1Up/glimmer.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/invincible_start.ogg\" type=\"AudioStream\" id=9]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 3 ), ExtResource( 2 ), ExtResource( 2 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 20.0\n} ]\n\n[sub_resource type=\"Animation\" id=2]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.1, 0.4, 0.6 ),\n\"transitions\": PoolRealArray( 0.5, 2, 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 0.6, 1.4 ), Vector2( 1.3, 0.7 ), Vector2( 1, 1 ) ]\n}\n\n[sub_resource type=\"Animation\" id=3]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"Sparkle:emitting\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"Glow:emitting\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Control:rect_scale\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\n\n[sub_resource type=\"Animation\" id=4]\nlength = 4.0\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"method\"\ntracks/1/path = NodePath(\".\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 3.2 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"PickupSFX:playing\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"Glow:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"Sparkle:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"Gradient\" id=5]\noffsets = PoolRealArray( 0, 0.510345, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0.32549, 1, 1, 1, 0.14902, 0, 0.859375, 1, 0 )\n\n[sub_resource type=\"Curve\" id=6]\nmin_value = -360.0\nmax_value = 360.0\n_data = [ Vector2( 0, 0 ), 0.0, -745.939, 0, 0, Vector2( 1, -360 ), 4.80714, 0.0, 0, 0 ]\n\n[sub_resource type=\"Curve\" id=7]\n_data = [ Vector2( 0.00295858, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.245562, 1 ), 0.0, 0.0, 0, 0, Vector2( 1, 0 ), 0.0, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=8]\noffsets = PoolRealArray( 0, 0.475862, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 0.835938, 1, 0.996155, 0.784314, 0, 0.765625, 1, 0 )\n\n[sub_resource type=\"RectangleShape2D\" id=9]\nextents = Vector2( 15, 16 )\n\n[sub_resource type=\"RectangleShape2D\" id=10]\nextents = Vector2( 15, 15 )\n\n[node name=\"Star\" type=\"KinematicBody2D\"]\ncollision_layer = 4\ncollision_mask = 0\nscript = ExtResource( 1 )\nphysics = true\ngravity_when_static = true\ngravity_when_appeared = true\nmove_speed = 200\nbounce_height = -500\ninitial_speed = Vector2( 200, -500 )\npowerup_state = \"star\"\npickup_animation = \"pickup\"\nbounce_animation = \"bounce\"\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\neditor/display_folded = true\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nframes = SubResource( 1 )\nframe = 8\nplaying = true\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"default\"\nanims/bounce = SubResource( 2 )\nanims/default = SubResource( 3 )\nanims/pickup = SubResource( 4 )\n\n[node name=\"Glow\" type=\"CPUParticles2D\" parent=\".\"]\namount = 4\nspeed_scale = 5.0\nlocal_coords = false\ntexture = ExtResource( 7 )\nspread = 180.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 10.0\nscale_amount = 3.0\ncolor_ramp = SubResource( 5 )\n\n[node name=\"Sparkle\" type=\"CPUParticles2D\" parent=\".\"]\namount = 6\nlifetime = 0.5\nlocal_coords = false\ntexture = ExtResource( 8 )\nemission_shape = 2\nemission_rect_extents = Vector2( 16, 16 )\ngravity = Vector2( 0, 0 )\nangle_curve = SubResource( 6 )\nscale_amount = 0.75\nscale_amount_curve = SubResource( 7 )\ncolor_ramp = SubResource( 8 )\n\n[node name=\"VisibilityEnabler2D\" type=\"VisibilityEnabler2D\" parent=\".\"]\nrect = Rect2( -64, -512, 128, 1024 )\nprocess_parent = true\nphysics_process_parent = true\n\n[node name=\"PickupSFX\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 9 )\nbus = \"SFX\"\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 9 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nposition = Vector2( 0, 1 )\nshape = SubResource( 10 )\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Trampoline.gd",
    "content": "extends KinematicBody2D\n\nconst BOUNCE_LOW = 530\nconst BOUNCE_HIGH = 1000\nconst FLOOR = Vector2(0, -1)\n\nvar velocity = Vector2()\nvar wallcling = \"\"\nvar on_ground = true\nvar state = \"active\"\n\nvar cling_to_walls = false\nvar portable = false\n\nfunc _ready():\n\tcollision_mask = 31\n\tcollision_layer = 1\n\nfunc _physics_process(delta):\n\tif $Control/AnimatedSprite.scale.x == 1: $Control/AnimatedSprite.flip_h = false\n\telse: $Control/AnimatedSprite.flip_h = true\n\tif velocity == Vector2(0,0) and cling_to_walls == true: align()\n\tif get_tree().current_scene.editmode == true: return\n\n\tif wallcling == \"\" and state == \"active\":\n\t\tif portable == true:\n\t\t\tvelocity.y += 20\n\t\telse: velocity.y += 20 * 2\n\t\tvelocity = move_and_slide(velocity, FLOOR)\n\n\tif is_on_floor():\n\t\tif get_tree().current_scene.editmode == true: return\n\t\tif state != \"active\": return\n\t\tif on_ground == false:\n\t\t\t$Thud.play()\n\t\t\t$Control/AnimatedSprite.frame = 0\n\t\t\t$Control/AnimatedSprite.play(\"land\")\n\t\ton_ground = true\n\t\tvelocity.x *= 0.9\n\telse: on_ground = false\n\n\tif portable == true and state == \"active\" and $SolidTimer.time_left == 0:\n\t\tvar bodies = $GrabRadius.get_overlapping_bodies()\n\t\tfor body in bodies:\n\t\t\tif body.is_in_group(\"player\"):\n\t\t\t\tif Input.is_action_pressed(\"action\") and body.holding_object == false and body.sliding == false:\n\t\t\t\t\tbody.holding_object = true\n\t\t\t\t\tbody.object_held = name\n\t\t\t\t\tstate = \"grabbed\"\n\t\t\t\t\tcollision_mask = 0\n\t\t\t\t\tcollision_layer = 0\n\nfunc _on_Area2D_body_entered(body):\n\tif get_tree().current_scene.editmode == true: return\n\tif state != \"active\": return\n\n\tif body.is_in_group(\"player\"):\n\t\tif (body.position.y - 20 < position.y and wallcling == \"\") or wallcling != \"\":\n\t\t\t$Control/AnimatedSprite.frame = 0\n\t\t\t$Control/AnimatedSprite.play(\"bounce\")\n\t\t\tif body.velocity.y >= 0 or wallcling != \"\":\n\t\t\t\t$Trampoline.play()\n\t\t\t\tif wallcling == \"\":\n\t\t\t\t\tif body.get_node(\"ButtjumpLandTimer\").time_left > 0:\n\t\t\t\t\t\tbody.bounce(BOUNCE_HIGH, BOUNCE_HIGH, false)\n\t\t\t\t\telse: body.bounce(BOUNCE_LOW, BOUNCE_HIGH, false)\n\t\t\t\telif wallcling == \"top\":\n\t\t\t\t\tbody.velocity.y = BOUNCE_LOW\n\t\t\t\telse:\n\t\t\t\t\tbody.backflip = false\n\t\t\t\t\tif wallcling == \"left\":\n\t\t\t\t\t\tbody.velocity.x = BOUNCE_LOW\n\t\t\t\t\t\tbody.get_node(\"Control/AnimatedSprite\").scale.x = 1\n\t\t\t\t\telif wallcling == \"right\":\n\t\t\t\t\t\tbody.velocity.x = -BOUNCE_LOW\n\t\t\t\t\t\tbody.get_node(\"Control/AnimatedSprite\").scale.x = -1\n\t\telse:\n\t\t\t$Control/AnimatedSprite.play(\"default\")\n\t\t\t$Thud.play()\n\t\t\tvelocity.y = -600\n\t\t\tif body.position.x > position.x:\n\t\t\t\tvelocity.x = -175\n\t\t\telse: velocity.x = 175\n\n\tif body.is_in_group(\"badguys\"):\n\t\tif (body.position.y - 20 < position.y and wallcling == \"\") or wallcling != \"\":\n\t\t\t$Trampoline.play()\n\t\t\t$Control/AnimatedSprite.frame = 0\n\t\t\t$Control/AnimatedSprite.play(\"bounce\")\n\t\t\tif wallcling == \"\":\n\t\t\t\tbody.velocity.y = -BOUNCE_LOW\n\t\t\telif wallcling == \"top\": body.velocity.y = BOUNCE_LOW\n\t\t\telif wallcling == \"left\": body.velocity.x = BOUNCE_LOW\n\t\t\telif wallcling == \"right\": body.velocity.x = -BOUNCE_LOW\n\t\telse:\n\t\t\tbody.buttjump_kill()\n\t\t\t$Control/AnimatedSprite.play(\"default\")\n\n\tif body.is_in_group(\"trampoline\"):\n\t\tif body.portable == true and body.name != name:\n\t\t\tif (body.position.y - 20 < position.y and wallcling == \"\") or wallcling != \"\":\n\t\t\t\t$Trampoline.play()\n\t\t\t\t$Control/AnimatedSprite.frame = 0\n\t\t\t\t$Control/AnimatedSprite.play(\"bounce\")\n\t\t\t\tif wallcling == \"\":\n\t\t\t\t\tbody.velocity.y = -BOUNCE_LOW\n\t\t\t\telif wallcling == \"top\": body.velocity.y = BOUNCE_LOW\n\t\t\t\telif wallcling == \"left\": body.velocity.x = BOUNCE_LOW\n\t\t\t\telif wallcling == \"right\": body.velocity.x = -BOUNCE_LOW\n\nfunc align():\n\t$Control.rect_rotation = 0\n\t$CollisionShape2D.position = Vector2(0, 2)\n\t$CollisionShape2D.shape.extents = Vector2(15.5,14)\n\t$Area2D/CollisionShape2D.position = Vector2(0, -2)\n\t$CollisionShape2D.rotation_degrees = 0\n\t$Area2D/CollisionShape2D.rotation_degrees = 0\n\twallcling = \"\"\n\n\tif $LeftWallDetector.is_colliding() and not $RightWallDetector.is_colliding():\n\t\twallcling = \"left\"\n\t\t$Control.rect_pivot_offset.y = -1\n\t\t$Control.rect_rotation = 90\n\t\t$CollisionShape2D.position.y = 0\n\t\t$CollisionShape2D.position.x = -16\n\t\t$Area2D/CollisionShape2D.position.y = 0\n\t\t$CollisionShape2D.rotation_degrees = $Control.rect_rotation\n\t\t$Area2D/CollisionShape2D.rotation_degrees = $Control.rect_rotation\n\n\telif $RightWallDetector.is_colliding() and not $LeftWallDetector.is_colliding():\n\t\twallcling = \"right\"\n\t\t$Control.rect_pivot_offset.y = -1\n\t\t$Control.rect_rotation = -90\n\t\t$CollisionShape2D.position.y = 0\n\t\t$CollisionShape2D.position.x = 16\n\t\t$Area2D/CollisionShape2D.position.y = 0\n\t\t$CollisionShape2D.rotation_degrees = $Control.rect_rotation\n\t\t$Area2D/CollisionShape2D.rotation_degrees = $Control.rect_rotation\n\n\telif $CeilingDetector.is_colliding():\n\t\twallcling = \"top\"\n\t\t$Control.rect_pivot_offset.y = 0\n\t\t$Control.rect_rotation = 180\n\t\t$CollisionShape2D.position.y = -16\n\t\t$Area2D/CollisionShape2D.position.y = -8\n\t\t$CollisionShape2D.rotation_degrees = 0\n\t\t$Area2D/CollisionShape2D.rotation_degrees = 0\n\n# When thrown by player\nfunc throw():\n\tstate = \"active\"\n\tvelocity.y = -250\n\tif Input.is_action_pressed(\"duck\"):\n\t\tvelocity = Vector2(0,0)\n\t\tcollision_mask = 31\n\t\tcollision_layer = 1\n\telse: $SolidTimer.start(0.25)\n\nfunc _on_SolidTimer_timeout():\n\tif state == \"active\":\n\t\tcollision_mask = 31\n\t\tcollision_layer = 1\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Trampoline_Portable.gd",
    "content": "extends \"Trampoline.gd\"\n\nfunc _ready():\n\tportable = true\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Trampoline_Portable.tscn",
    "content": "[gd_scene load_steps=15 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/Trampoline_Portable.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_portable-1.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_portable-2.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_portable-3.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_portable-4.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_portable-5.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_portable-6.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_portable-0.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Audio/SoundEffects/Objects/trampoline.wav\" type=\"AudioStream\" id=9]\n[ext_resource path=\"res://Audio/SoundEffects/Player/thud.ogg\" type=\"AudioStream\" id=10]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ) ],\n\"loop\": false,\n\"name\": \"bounce\",\n\"speed\": 25.0\n}, {\n\"frames\": [ ExtResource( 8 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 2 ), ExtResource( 7 ), ExtResource( 8 ) ],\n\"loop\": false,\n\"name\": \"land\",\n\"speed\": 25.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 32, 8 )\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 15.5, 14 )\n\n[sub_resource type=\"RectangleShape2D\" id=4]\nextents = Vector2( 15.5, 22 )\n\n[node name=\"KinematicBody2D\" type=\"KinematicBody2D\" groups=[\n\"trampoline\",\n]]\ncollision_mask = 31\nscript = ExtResource( 1 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nrect_pivot_offset = Vector2( 0, -2 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nframes = SubResource( 1 )\noffset = Vector2( 0, -14 )\n\n[node name=\"SolidTimer\" type=\"Timer\" parent=\".\"]\none_shot = true\n\n[node name=\"GrabRadius\" type=\"Area2D\" parent=\".\"]\nposition = Vector2( 0, 2 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"GrabRadius\"]\nposition = Vector2( 0, 6 )\nshape = SubResource( 2 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nposition = Vector2( 0, 2 )\nshape = SubResource( 3 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\ncollision_mask = 31\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nposition = Vector2( 0, -2 )\nshape = SubResource( 4 )\n\n[node name=\"Trampoline\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 9 )\n\n[node name=\"Thud\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 10 )\n[connection signal=\"timeout\" from=\"SolidTimer\" to=\".\" method=\"_on_SolidTimer_timeout\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Trampoline_Static.gd",
    "content": "extends \"Trampoline.gd\"\n\nfunc _ready():\n\tcling_to_walls = true\n"
  },
  {
    "path": "src/Scenes/Objects/Bonus/Trampoline_Static.tscn",
    "content": "[gd_scene load_steps=13 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Bonus/Trampoline_Static.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_static-1.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_static-2.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_static-3.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_static-4.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_static-5.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Objects/Trampoline/trampoline_static-0.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Audio/SoundEffects/Objects/trampoline.wav\" type=\"AudioStream\" id=8]\n[ext_resource path=\"res://Audio/SoundEffects/Player/thud.ogg\" type=\"AudioStream\" id=9]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ) ],\n\"loop\": false,\n\"name\": \"bounce\",\n\"speed\": 25.0\n}, {\n\"frames\": [ ExtResource( 7 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 7 ), ExtResource( 2 ), ExtResource( 3 ), ExtResource( 6 ), ExtResource( 7 ) ],\n\"loop\": false,\n\"name\": \"land\",\n\"speed\": 25.0\n} ]\n\n[sub_resource type=\"RectangleShape2D\" id=2]\nextents = Vector2( 15.5, 14 )\n\n[sub_resource type=\"RectangleShape2D\" id=3]\nextents = Vector2( 15.5, 22 )\n\n[node name=\"KinematicBody2D\" type=\"KinematicBody2D\" groups=[\n\"trampoline\",\n]]\ncollision_layer = 0\ncollision_mask = 31\nscript = ExtResource( 1 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\neditor/display_folded = true\nrect_pivot_offset = Vector2( 0, -2 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nframes = SubResource( 1 )\noffset = Vector2( 0, -6 )\n\n[node name=\"CeilingDetector\" type=\"RayCast2D\" parent=\".\"]\nposition = Vector2( 0, 2 )\nenabled = true\ncast_to = Vector2( 0, -32 )\ncollision_mask = 16\n\n[node name=\"LeftWallDetector\" type=\"RayCast2D\" parent=\".\"]\nposition = Vector2( 0, 2 )\nenabled = true\ncast_to = Vector2( -16, 0 )\ncollision_mask = 16\n\n[node name=\"RightWallDetector\" type=\"RayCast2D\" parent=\".\"]\nposition = Vector2( 0, 2 )\nenabled = true\ncast_to = Vector2( 16, 0 )\ncollision_mask = 16\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nposition = Vector2( 0, 2 )\nshape = SubResource( 2 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\ncollision_layer = 0\ncollision_mask = 31\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nposition = Vector2( 0, -2 )\nshape = SubResource( 3 )\n\n[node name=\"Trampoline\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 8 )\n\n[node name=\"Thud\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 9 )\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_Area2D_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Objects/Map/LevelDot.gd",
    "content": "extends Node2D\n\nexport var level = \"\"\nexport var invisible = false\nexport var autoplay = false\nexport var cleared = false\nexport var movedirection = 1\n\nfunc _ready():\n\tif level != \"\":\n\t\t$DisplayName.text = load(level).instance().level_name\n\t$CanvasLayer/BottomName.text = $DisplayName.text\n\t$CanvasLayer/BottomName.hide()\n\t$CanvasLayer/Popup/Panel/VBoxContainer/Invisible/CheckBox.pressed = invisible\n\t$CanvasLayer/Popup/Panel/VBoxContainer/AutoPlay/CheckBox.pressed = autoplay\n\nfunc _process(delta):\n\t$AnimatedSprite.show()\n\tif invisible:\n\t\tif UIHelpers._get_scene().editmode:\n\t\t\t$AnimatedSprite.play(\"invisible\")\n\t\telse: $AnimatedSprite.hide()\n\telif cleared:\n\t\t$AnimatedSprite.play(\"clear\")\n\telse:\n\t\t$AnimatedSprite.play(\"default\")\n\n\tif $CanvasLayer/Popup.visible or $CanvasLayer/Error.visible:\n\t\tUIHelpers.get_editor().clickdisable = true\n\t$DisplayName.visible = UIHelpers._get_scene().editmode\n\n\tinvisible = $CanvasLayer/Popup/Panel/VBoxContainer/Invisible/CheckBox.pressed\n\tautoplay = $CanvasLayer/Popup/Panel/VBoxContainer/AutoPlay/CheckBox.pressed\n\n\t$CanvasLayer/BottomName.hide()\n\tif !UIHelpers._get_scene().editmode and UIHelpers.get_player().position == position: # Level hovered\n\t\t$CanvasLayer/BottomName.show()\n\t\tif level != \"\" and (Input.is_action_just_pressed(\"jump\") or (autoplay and !cleared)): # Play level\n\t\t\tUIHelpers._get_scene().load_level_from_map(level)\n\t\t\tUIHelpers.get_player().can_move = false\n\nfunc _on_Button_pressed():\n\t$CanvasLayer/Popup.hide()\n\nfunc _on_Load_pressed():\n\t$CanvasLayer/Popup.hide()\n\tUIHelpers.file_dialog(\"user://Scenes//Levels/\", \".tscn\", false) # Bring up file select\n\n\tyield(UIHelpers._get_scene().get_node(\"FileSelect\"), \"tree_exiting\")\n\n\t# After exiting the file select, attempt to load the level if \"OK\" was pressed\n\tif UIHelpers._get_scene().get_node(\"FileSelect\").cancel == false:\n\t\tvar selectdir = UIHelpers._get_scene().get_node(\"FileSelect\").selectdir\n\t\t# Pass to Gameplay.gd to check if the level is valid\n\t\tif UIHelpers._get_scene().check_level_valid(selectdir) == true:\n\t\t\tlevel = selectdir\n\t\t\t$DisplayName.text = load(str(level)).instance().level_name\n\t\t\t$CanvasLayer/Popup.show()\n\t\telse:\n\t\t\t$CanvasLayer/Error.show()\n\n\t# Otherwise don't do anything\n\telse:\n\t\t$CanvasLayer/Popup.show()\n\t$CanvasLayer/BottomName.text = $DisplayName.text\n\nfunc _on_ErrorButton_pressed():\n\t$CanvasLayer/Error.hide()\n\t$CanvasLayer/Popup.show()\n"
  },
  {
    "path": "src/Scenes/Objects/Map/LevelDot.tscn",
    "content": "[gd_scene load_steps=11 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Map/LevelDot.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=2]\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=4]\n[ext_resource path=\"res://Sprites/Worldmap/LevelDot/leveldot_green.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Worldmap/LevelDot/leveldot_red.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Worldmap/LevelDot/leveldot_invisible.png\" type=\"Texture\" id=7]\n\n[sub_resource type=\"DynamicFont\" id=1]\nsize = 18\noutline_size = 2\noutline_color = Color( 0, 0, 0, 1 )\nuse_mipmaps = true\nuse_filter = true\nextra_spacing_top = 2\nfont_data = ExtResource( 4 )\n\n[sub_resource type=\"SpriteFrames\" id=2]\nanimations = [ {\n\"frames\": [ ExtResource( 5 ) ],\n\"loop\": true,\n\"name\": \"clear\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 6 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 7 ) ],\n\"loop\": true,\n\"name\": \"invisible\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"DynamicFont\" id=3]\nsize = 12\noutline_size = 2\noutline_color = Color( 0, 0, 0, 1 )\nuse_mipmaps = true\nuse_filter = true\nextra_spacing_top = 2\nfont_data = ExtResource( 4 )\n\n[node name=\"LevelDot\" type=\"Node2D\" groups=[\n\"leveldot\",\n\"popup\",\n]]\nscript = ExtResource( 1 )\n\n[node name=\"CanvasLayer\" type=\"CanvasLayer\" parent=\".\"]\nlayer = 6\n\n[node name=\"Popup\" type=\"Control\" parent=\"CanvasLayer\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -115.0\nmargin_top = -115.0\nmargin_right = 115.0\nmargin_bottom = 115.0\ntheme = ExtResource( 2 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"CanvasLayer/Popup\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"CanvasLayer/Popup/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -38.0\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_right = 214.0\nmargin_bottom = 21.0\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Level Properties\"\nalign = 1\nvalign = 1\n\n[node name=\"Line2\" type=\"TextureRect\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_top = 25.0\nmargin_right = 214.0\nmargin_bottom = 27.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"Load\" type=\"Button\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_top = 31.0\nmargin_right = 214.0\nmargin_bottom = 52.0\nfocus_mode = 1\naction_mode = 0\nenabled_focus_mode = 1\ntext = \"Level to load\"\n\n[node name=\"Invisible\" type=\"HBoxContainer\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_top = 56.0\nmargin_right = 214.0\nmargin_bottom = 77.0\ncustom_constants/separation = 16\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/Invisible\"]\nmargin_left = 42.0\nmargin_right = 139.0\nmargin_bottom = 21.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Invisible\"\n\n[node name=\"CheckBox\" type=\"CheckBox\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/Invisible\"]\nmargin_left = 155.0\nmargin_right = 171.0\nmargin_bottom = 21.0\nfocus_mode = 1\naction_mode = 0\nenabled_focus_mode = 1\nalign = 1\n\n[node name=\"AutoPlay\" type=\"HBoxContainer\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_top = 81.0\nmargin_right = 214.0\nmargin_bottom = 102.0\ncustom_constants/separation = 16\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/AutoPlay\"]\nmargin_left = 34.0\nmargin_right = 148.0\nmargin_bottom = 21.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Auto play\"\n\n[node name=\"CheckBox\" type=\"CheckBox\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/AutoPlay\"]\nmargin_left = 164.0\nmargin_right = 180.0\nmargin_bottom = 21.0\nfocus_mode = 1\naction_mode = 0\nenabled_focus_mode = 1\nalign = 1\n\n[node name=\"Button\" type=\"Button\" parent=\"CanvasLayer/Popup/Panel\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -36.0\nmargin_bottom = -4.0\nrect_min_size = Vector2( 0, 32 )\nfocus_mode = 1\naction_mode = 0\nenabled_focus_mode = 1\ntext = \"OK\"\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"CanvasLayer/Popup/Panel/Button\"]\nanchor_right = 1.0\nmargin_top = -2.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"Error\" type=\"Control\" parent=\"CanvasLayer\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -115.0\nmargin_top = -40.0\nmargin_right = 115.0\nmargin_bottom = 40.0\ntheme = ExtResource( 2 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"CanvasLayer/Error\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Error/Panel\"]\nanchor_left = 0.5\nanchor_right = 0.5\nmargin_left = -107.0\nmargin_top = 12.0\nmargin_right = 107.0\nmargin_bottom = 32.0\ncustom_colors/font_color = Color( 1, 0, 0, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Invalid Level!\"\nalign = 1\nvalign = 1\n\n[node name=\"ErrorButton\" type=\"Button\" parent=\"CanvasLayer/Error/Panel\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -36.0\nmargin_bottom = -4.0\nrect_min_size = Vector2( 0, 32 )\nfocus_mode = 1\naction_mode = 0\nenabled_focus_mode = 1\ntext = \"OK\"\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"CanvasLayer/Error/Panel/ErrorButton\"]\nanchor_right = 1.0\nmargin_top = -2.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"BottomName\" type=\"Label\" parent=\"CanvasLayer\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -30.0\ncustom_fonts/font = SubResource( 1 )\ncustom_colors/font_color = Color( 1, 1, 0.6, 1 )\ntext = \"No Level Assigned\"\nalign = 1\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\".\"]\nframes = SubResource( 2 )\n\n[node name=\"DisplayName\" type=\"Label\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 1.0\nanchor_right = 0.5\nanchor_bottom = 1.0\nmargin_left = -92.5\nmargin_top = -43.0\nmargin_right = 92.5\ncustom_fonts/font = SubResource( 3 )\ncustom_colors/font_color = Color( 1, 1, 0.6, 1 )\ntext = \"No Level Assigned\"\nalign = 1\nvalign = 1\nautowrap = true\nclip_text = true\n[connection signal=\"pressed\" from=\"CanvasLayer/Popup/Panel/VBoxContainer/Load\" to=\".\" method=\"_on_Load_pressed\"]\n[connection signal=\"pressed\" from=\"CanvasLayer/Popup/Panel/Button\" to=\".\" method=\"_on_Button_pressed\"]\n[connection signal=\"pressed\" from=\"CanvasLayer/Error/Panel/ErrorButton\" to=\".\" method=\"_on_ErrorButton_pressed\"]\n"
  },
  {
    "path": "src/Scenes/Objects/Map/SpawnPoint.gd",
    "content": "extends Position2D\n\nfunc _process(_delta):\n\tvisible = get_tree().current_scene.editmode\n"
  },
  {
    "path": "src/Scenes/Objects/Map/SpawnPoint.tscn",
    "content": "[gd_scene load_steps=3 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Misc/spawnpoint.png\" type=\"Texture\" id=2]\n\n[node name=\"SpawnPoint\" type=\"Position2D\" groups=[\n\"spawnpoint\",\n\"oneonly\",\n]]\nscript = ExtResource( 1 )\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\".\"]\ntexture = ExtResource( 2 )\n"
  },
  {
    "path": "src/Scenes/Objects/Misc/CameraZoom.gd",
    "content": "extends \"Expandable.gd\"\n\nexport var camera_zoom = 1\nexport var camera_zoom_speed = 1\n\nfunc activate():\n\tget_tree().current_scene.camera_zoom = camera_zoom\n\tget_tree().current_scene.camera_zoom_speed = camera_zoom_speed\n\nfunc _ready():\n\t$CanvasLayer/Popup/Panel/VBoxContainer/ZoomLevel/SpinBox.value = camera_zoom\n\t$CanvasLayer/Popup/Panel/VBoxContainer/ZoomSpeed/SpinBox.value = camera_zoom_speed\n\nfunc _process(delta):\n\tcamera_zoom = $CanvasLayer/Popup/Panel/VBoxContainer/ZoomLevel/SpinBox.value\n\tcamera_zoom_speed = $CanvasLayer/Popup/Panel/VBoxContainer/ZoomSpeed/SpinBox.value\n"
  },
  {
    "path": "src/Scenes/Objects/Misc/CameraZoom.tscn",
    "content": "[gd_scene load_steps=5 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Misc/CameraZoom.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=2]\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Objects/Misc/zoom.png\" type=\"Texture\" id=4]\n\n[node name=\"ZoomTrigger\" type=\"Node2D\" groups=[\n\"popup\",\n\"expandable\",\n\"stackable\",\n]]\nscript = ExtResource( 1 )\ncamera_zoom_speed = 20\n\n[node name=\"CanvasLayer\" type=\"CanvasLayer\" parent=\".\"]\nlayer = 6\n\n[node name=\"Popup\" type=\"Popup\" parent=\"CanvasLayer\"]\nvisible = true\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -150.0\nmargin_top = -80.0\nmargin_right = 150.0\nmargin_bottom = 80.0\ntheme = ExtResource( 2 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"CanvasLayer/Popup\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"CanvasLayer/Popup/Panel\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -142.0\nmargin_top = -72.0\nmargin_right = 142.0\nmargin_bottom = 72.0\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_right = 284.0\nmargin_bottom = 20.0\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Zoom Trigger\"\nalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_top = 24.0\nmargin_right = 284.0\nmargin_bottom = 26.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"ZoomLevel\" type=\"HBoxContainer\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nmargin_top = 30.0\nmargin_right = 284.0\nmargin_bottom = 62.0\nrect_min_size = Vector2( 0, 32 )\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/ZoomLevel\"]\nmargin_left = 22.0\nmargin_top = 6.0\nmargin_right = 150.0\nmargin_bottom = 26.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Zoom Level\"\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/ZoomLevel\"]\nmargin_left = 154.0\nmargin_right = 262.0\nmargin_bottom = 32.0\nmin_value = 0.25\nmax_value = 1.5\nstep = 0.05\nvalue = 1.0\nalign = 1\n\n[node name=\"ZoomSpeed\" type=\"HBoxContainer\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\neditor/display_folded = true\nmargin_top = 66.0\nmargin_right = 284.0\nmargin_bottom = 98.0\nrect_min_size = Vector2( 0, 32 )\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/ZoomSpeed\"]\nmargin_left = 19.0\nmargin_top = 6.0\nmargin_right = 152.0\nmargin_bottom = 26.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Zoom Speed\"\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/ZoomSpeed\"]\nmargin_left = 156.0\nmargin_right = 264.0\nmargin_bottom = 32.0\nmin_value = 1.0\nstep = 0.05\nvalue = 1.0\nallow_greater = true\nalign = 1\n\n[node name=\"Button\" type=\"Button\" parent=\"CanvasLayer/Popup/Panel\"]\neditor/display_folded = true\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = -40.0\nmargin_right = -8.0\nmargin_bottom = -8.0\nrect_min_size = Vector2( 0, 32 )\naction_mode = 0\ntext = \"OK\"\n\n[node name=\"Line2\" type=\"TextureRect\" parent=\"CanvasLayer/Popup/Panel/Button\"]\nanchor_right = 1.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\".\"]\nvisible = false\ntexture = ExtResource( 4 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -16.0\nmargin_top = -16.0\nmargin_right = 16.0\nmargin_bottom = 16.0\nrect_min_size = Vector2( 32, 32 )\n\n[node name=\"ColorRect\" type=\"ColorRect\" parent=\"Control\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\ncolor = Color( 0, 0.45, 1, 0.5 )\n"
  },
  {
    "path": "src/Scenes/Objects/Misc/Expandable.gd",
    "content": "extends Node2D\n\nexport var boxsize = Vector2(1,1)\nexport var min_size = Vector2(1,1)\nexport var scale_h = true\nexport var scale_v = true\nvar body = null\n\nfunc _ready():\n\t$Control.rect_min_size = min_size * 32\n\nfunc _process(delta):\n\tappear(UIHelpers._get_scene().editmode)\n\n\tfor i in get_tree().get_nodes_in_group(\"player\"):\n\t\tif UIHelpers._get_scene().editmode == false:\n\t\t\tif i.position.x >= position.x and i.position.x <= position.x + boxsize.x and i.position.y >= position.y and i.position.y <= position.y + boxsize.y:\n\t\t\t\tbody = i\n\t\t\t\tactivate()\n\n\t$Control.rect_size = boxsize\n\n\tif is_in_group(\"popup\"):\n\t\tif $CanvasLayer/Popup.visible:\n\t\t\tUIHelpers._get_scene().get_node(\"Editor\").clickdisable = true\n\t\t\tif $CanvasLayer/Popup/Panel/Button.pressed:\n\t\t\t\t$CanvasLayer/Popup.hide()\n\n# To be overwritten by sub-classes\nfunc activate():\n\tpass;\n\n# Can be overridden\nfunc appear(appear):\n\tvisible = appear\n"
  },
  {
    "path": "src/Scenes/Objects/Misc/SpawnPoint.gd",
    "content": "extends Position2D\n\nfunc _process(_delta):\n\tvisible = get_tree().current_scene.editmode\n"
  },
  {
    "path": "src/Scenes/Objects/Misc/SpawnPoint.tscn",
    "content": "[gd_scene load_steps=3 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Misc/spawnpoint.png\" type=\"Texture\" id=2]\n\n[node name=\"SpawnPoint\" type=\"Position2D\" groups=[\n\"oneonly\",\n\"spawnpoint\",\n]]\nscript = ExtResource( 1 )\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\".\"]\ntexture = ExtResource( 2 )\n"
  },
  {
    "path": "src/Scenes/Objects/Misc/Wind.gd",
    "content": "extends \"Expandable.gd\"\n\nexport var speed_x = 0\nexport var speed_y = 0\n\nfunc activate():\n\tbody.velocity.x += speed_x\n\tbody.velocity.y += speed_y * 0.5\n\tbody.wind = 3\n\tif body.run_max < abs(speed_x) * 2:\n\t\tbody.run_max = abs(speed_x) * 2\n\nfunc _ready():\n\t$CanvasLayer/Popup/Panel/VBoxContainer/SpeedX/SpinBox.value = speed_x\n\t$CanvasLayer/Popup/Panel/VBoxContainer/SpeedY/SpinBox.value = speed_y\n\nfunc _process(delta):\n\t$CPUParticles2D.emission_rect_extents = (boxsize - Vector2(32,32)) * 0.5\n\t$CPUParticles2D.position = $CPUParticles2D.emission_rect_extents\n\t$CPUParticles2D.gravity = Vector2(speed_x,speed_y) * 10\n\t$CPUParticles2D.position += $CPUParticles2D.gravity * -0.05\n\t$CPUParticles2D.angle = rad2deg( Vector2($CPUParticles2D.gravity.x,$CPUParticles2D.gravity.y).angle() ) * -1\n\n\tspeed_x = $CanvasLayer/Popup/Panel/VBoxContainer/SpeedX/SpinBox.value\n\tspeed_y = $CanvasLayer/Popup/Panel/VBoxContainer/SpeedY/SpinBox.value\n\nfunc appear(appear):\n\t$Control/ColorRect.visible = appear\n"
  },
  {
    "path": "src/Scenes/Objects/Misc/Wind.tscn",
    "content": "[gd_scene load_steps=7 format=2]\n\n[ext_resource path=\"res://Scenes/Objects/Misc/Wind.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Wind/Wind.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=3]\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Objects/Misc/wind.png\" type=\"Texture\" id=5]\n\n[sub_resource type=\"Gradient\" id=1]\noffsets = PoolRealArray( 0, 0.358025, 0.753086, 1 )\ncolors = PoolColorArray( 1, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 )\n\n[node name=\"ZoomTrigger\" type=\"Node2D\" groups=[\n\"popup\",\n\"expandable\",\n\"stackable\",\n]]\nscript = ExtResource( 1 )\n\n[node name=\"CPUParticles2D\" type=\"CPUParticles2D\" parent=\".\"]\namount = 32\nlifetime = 0.5\ntexture = ExtResource( 2 )\nemission_shape = 2\nemission_rect_extents = Vector2( 1, 1 )\nspread = 0.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 0.0\nscale_amount = 0.5\nscale_amount_random = 1.0\ncolor_ramp = SubResource( 1 )\n\n[node name=\"CanvasLayer\" type=\"CanvasLayer\" parent=\".\"]\nlayer = 6\n\n[node name=\"Popup\" type=\"Popup\" parent=\"CanvasLayer\"]\neditor/display_folded = true\nvisible = true\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -150.0\nmargin_top = -80.0\nmargin_right = 150.0\nmargin_bottom = 80.0\ntheme = ExtResource( 3 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"CanvasLayer/Popup\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"CanvasLayer/Popup/Panel\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -142.0\nmargin_top = -72.0\nmargin_right = 142.0\nmargin_bottom = 72.0\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_right = 284.0\nmargin_bottom = 20.0\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Wind\"\nalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_top = 24.0\nmargin_right = 284.0\nmargin_bottom = 26.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 4 )\nexpand = true\n\n[node name=\"SpeedX\" type=\"HBoxContainer\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_top = 30.0\nmargin_right = 284.0\nmargin_bottom = 62.0\nrect_min_size = Vector2( 0, 32 )\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/SpeedX\"]\nmargin_left = 41.0\nmargin_top = 6.0\nmargin_right = 131.0\nmargin_bottom = 26.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"X Speed\"\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/SpeedX\"]\nmargin_left = 135.0\nmargin_right = 243.0\nmargin_bottom = 32.0\nstep = 0.05\nallow_greater = true\nallow_lesser = true\nalign = 1\n\n[node name=\"SpeedY\" type=\"HBoxContainer\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer\"]\nmargin_top = 66.0\nmargin_right = 284.0\nmargin_bottom = 98.0\nrect_min_size = Vector2( 0, 32 )\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/SpeedY\"]\nmargin_left = 41.0\nmargin_top = 6.0\nmargin_right = 130.0\nmargin_bottom = 26.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Y Speed\"\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"CanvasLayer/Popup/Panel/VBoxContainer/SpeedY\"]\nmargin_left = 134.0\nmargin_right = 242.0\nmargin_bottom = 32.0\nstep = 0.05\nallow_greater = true\nallow_lesser = true\nalign = 1\n\n[node name=\"Button\" type=\"Button\" parent=\"CanvasLayer/Popup/Panel\"]\neditor/display_folded = true\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = -40.0\nmargin_right = -8.0\nmargin_bottom = -8.0\nrect_min_size = Vector2( 0, 32 )\naction_mode = 0\ntext = \"OK\"\n\n[node name=\"Line2\" type=\"TextureRect\" parent=\"CanvasLayer/Popup/Panel/Button\"]\nanchor_right = 1.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 4 )\nexpand = true\n\n[node name=\"Sprite\" type=\"Sprite\" parent=\".\"]\nvisible = false\ntexture = ExtResource( 5 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -16.0\nmargin_top = -16.0\nmargin_right = 16.0\nmargin_bottom = 16.0\nrect_min_size = Vector2( 32, 32 )\n\n[node name=\"ColorRect\" type=\"ColorRect\" parent=\"Control\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\ncolor = Color( 1, 1, 1, 0.501961 )\n"
  },
  {
    "path": "src/Scenes/Player/Animation.gd",
    "content": "extends AnimatedSprite\n\n# Declare member variables here. Examples:\n# var a = 2\n# var b = \"text\"\n\n# Called when the node enters the scene tree for the first time.\nfunc _ready():\n\tpass # Replace with function body.\n\n# Called every frame. 'delta' is the elapsed time since the previous frame.\n#func _process(delta):\n#\tpass\n"
  },
  {
    "path": "src/Scenes/Player/Objects/Fireball.gd",
    "content": "extends KinematicBody2D\n\nvar velocity = Vector2(0,0)\nvar oldvelocity\nvar hit = false\n\nfunc explode():\n\tremove_from_group(\"bullets\")\n\t$CollisionShape2D.call_deferred(\"set_disabled\", true)\n\t$Area2D/EnemyCollision.call_deferred(\"set_disabled\", true)\n\t$AnimationPlayer.play(\"Hit\")\n\thit = true\n\nfunc _on_fireball_body_entered(body):\n\tif body.is_in_group(\"badguys\") and hit == false:\n\t\tbody.velocity.x = velocity.x\n\t\tif body.has_method(\"fireball_kill\"):\n\t\t\tbody.call(\"fireball_kill\")\n\t\telse: body.call(\"kill\")\n\t\texplode()\n\nfunc _physics_process(delta):\n\tif $VisibilityNotifier2D.is_on_screen() == false:\n\t\tqueue_free()\n\tif hit == false:\n\t\tif velocity.x > 0:\n\t\t\tif $AnimationPlayer.current_animation != \"ActiveRight\":\n\t\t\t\t$AnimationPlayer.play(\"ActiveRight\")\n\t\telif $AnimationPlayer.current_animation != \"ActiveLeft\":\n\t\t\t$AnimationPlayer.play(\"ActiveLeft\")\n\t\tvelocity.y += 20\n\t\tvar collision = move_and_collide(velocity * delta)\n\t\toldvelocity = velocity.x\n\t\tif collision:\n\t\t\tvelocity = velocity.bounce(collision.normal)\n\t\t\tif velocity.x != oldvelocity:\n\t\t\t\texplode()\n\t\t\t\t$Extinguish.play()\n"
  },
  {
    "path": "src/Scenes/Player/Objects/Fireball.tres",
    "content": "[gd_resource type=\"Gradient\" format=2]\n\n[resource]\noffsets = PoolRealArray( 0, 0.253333, 0.733333, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 0.988235, 0, 0.572549, 1, 0, 0, 0.196078, 1, 0, 0, 0 )\n"
  },
  {
    "path": "src/Scenes/Player/Objects/Fireball.tscn",
    "content": "[gd_scene load_steps=16 format=2]\n\n[ext_resource path=\"res://Scenes/Player/Objects/Fireball.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Objects/Fireball/fireballambient.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Objects/Fireball/fireball.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Scenes/Player/Objects/Fireball.tres\" type=\"Gradient\" id=4]\n[ext_resource path=\"res://Audio/SoundEffects/Enemy/extinguish.wav\" type=\"AudioStream\" id=5]\n\n[sub_resource type=\"Animation\" id=1]\nresource_name = \"ActiveLeft\"\nlength = 0.2\nloop = true\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"FireballCollisionParticles:emitting\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:rotation_degrees\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ 0.0, -360.0 ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"AnimatedSprite:visible\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"FireballAmbientParticles:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"FireballGlow:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=2]\nresource_name = \"ActiveRight\"\nlength = 0.2\nloop = true\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"FireballCollisionParticles:emitting\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"AnimatedSprite:rotation_degrees\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ 0.0, 360.0 ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"AnimatedSprite:visible\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"FireballAmbientParticles:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ true ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"FireballGlow:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=3]\nresource_name = \"Hit\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"FireballCollisionParticles:emitting\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 0, 1 ),\n\"update\": 1,\n\"values\": [ true, false ]\n}\ntracks/2/type = \"method\"\ntracks/2/path = NodePath(\".\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0.5 ),\n\"transitions\": PoolRealArray( 1 ),\n\"values\": [ {\n\"args\": [  ],\n\"method\": \"queue_free\"\n} ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"FireballAmbientParticles:emitting\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"FireballGlow:emitting\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 0 ),\n\"update\": 1,\n\"values\": [ false ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=4]\nextents = Vector2( 6, 6 )\n\n[sub_resource type=\"RectangleShape2D\" id=5]\nextents = Vector2( 8, 8 )\n\n[sub_resource type=\"Curve\" id=6]\n_data = [ Vector2( 0, 0.639509 ), 5.75234, 0.629246, 0, 0, Vector2( 1, 0.146709 ), -0.92688, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=7]\noffsets = PoolRealArray( 0, 0.311321, 0.688679, 1 )\ncolors = PoolColorArray( 1, 0.941176, 0, 0.156863, 1, 0.5625, 0, 0.117647, 1, 0, 0, 0.0784314, 1, 0.5625, 0, 0 )\n\n[sub_resource type=\"Curve\" id=8]\n_data = [ Vector2( 0, 0 ), 0.0, 0.0, 0, 0, Vector2( 0.164721, 1 ), 4.92789, 4.92789, 0, 0, Vector2( 0.591828, 0.0281 ), 0.0, 0.0, 0, 0 ]\n\n[sub_resource type=\"Gradient\" id=9]\noffsets = PoolRealArray( 0, 0.3, 0.76, 1 )\ncolors = PoolColorArray( 1, 1, 1, 1, 1, 0.984314, 0, 0.698039, 1, 0, 0, 0.490196, 1, 0, 0, 0 )\n\n[sub_resource type=\"SpriteFrames\" id=10]\nanimations = [ {\n\"frames\": [ ExtResource( 3 ) ],\n\"loop\": true,\n\"name\": \"default\",\n\"speed\": 5.0\n} ]\n\n[node name=\"Fireball\" type=\"KinematicBody2D\" groups=[\n\"bullets\",\n]]\ncollision_mask = 0\nscript = ExtResource( 1 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"ActiveRight\"\nanims/ActiveLeft = SubResource( 1 )\nanims/ActiveRight = SubResource( 2 )\nanims/Hit = SubResource( 3 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\".\"]\nshape = SubResource( 4 )\n\n[node name=\"Area2D\" type=\"Area2D\" parent=\".\"]\neditor/display_folded = true\ncollision_layer = 2\ncollision_mask = 10\n\n[node name=\"EnemyCollision\" type=\"CollisionShape2D\" parent=\"Area2D\"]\nshape = SubResource( 5 )\n\n[node name=\"FireballGlow\" type=\"CPUParticles2D\" parent=\".\"]\namount = 15\nspeed_scale = 6.0\nlocal_coords = false\ntexture = ExtResource( 2 )\nspread = 180.0\nflatness = 1.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 40.0\ninitial_velocity_random = 0.25\ndamping = 100.0\nscale_amount = 4.0\nscale_amount_curve = SubResource( 6 )\ncolor_ramp = SubResource( 7 )\n\n[node name=\"FireballAmbientParticles\" type=\"CPUParticles2D\" parent=\".\"]\nspeed_scale = 2.5\nlocal_coords = false\ntexture = ExtResource( 2 )\nspread = 180.0\nflatness = 1.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 60.0\ninitial_velocity_random = 0.5\nscale_amount = 0.8\nscale_amount_random = 0.5\nscale_amount_curve = SubResource( 8 )\ncolor_ramp = SubResource( 9 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\".\"]\nrotation = -6.28319\nframes = SubResource( 10 )\n\n[node name=\"FireballCollisionParticles\" type=\"CPUParticles2D\" parent=\".\"]\nemitting = false\namount = 40\none_shot = true\nspeed_scale = 4.0\nlocal_coords = false\ntexture = ExtResource( 2 )\nspread = 180.0\nflatness = 1.0\ngravity = Vector2( 0, 0 )\ninitial_velocity = 60.0\ndamping = 100.0\nangle = 360.0\nangle_random = 1.0\nscale_amount = 3.0\nscale_amount_random = 1.0\ncolor_ramp = ExtResource( 4 )\n\n[node name=\"Extinguish\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 5 )\n\n[node name=\"VisibilityNotifier2D\" type=\"VisibilityNotifier2D\" parent=\".\"]\n[connection signal=\"body_entered\" from=\"Area2D\" to=\".\" method=\"_on_fireball_body_entered\"]\n"
  },
  {
    "path": "src/Scenes/Player/Player.gd",
    "content": "extends KinematicBody2D\n\nconst FLOOR = Vector2(0, -1)\n# Instant speed when starting walk\nconst WALK_ADD = 120.0\n# Speed Tux accelerates per second when walking\nconst WALK_ACCEL = 350.0\n# Speed Tux accelerates per second when running\nconst RUN_ACCEL = 400.0\n\n# Speed you need to start running\nconst WALK_MAX = 230.0\n# Maximum horizontal speed\nvar run_max = 320.0\n# Backflip horizontal speed\nconst BACKFLIP_SPEED = -128\n\n# Speed which Tux slows down\nconst FRICTION = 0.93\n# Speed Tux slows down when sliding\nconst SLIDE_FRICTION = 0.99\n# Acceleration when holding the opposite direction\nconst TURN_ACCEL = 1800.0\n\n# Jump velocity\nconst JUMP_POWER = 580\n# Running Jump / Backflip velocity\nconst RUNJUMP_POWER = 640\n# Amount of frames you can hold jump before landing and still jump\nconst JUMP_BUFFER_TIME = 15\n# Gravity\nconst GRAVITY = 20.0\n# Gravity when buttjumping\nconst BUTTJUMP_GRAVITY = 120.0\n# Amount of frames Tux can still jump after falling off a ledge\nconst LEDGE_JUMP = 3\n# Falling speedcap\nconst FALL_SPEED = 1280.0\n# Buttjumping speedcap\nconst BUTTJUMP_FALL_SPEED = 2000.0\n# How long to stay in the buttjump landing pose\nconst BUTTJUMP_LAND_TIME = 0.3\n\n# Fireball speed\nconst FIREBALL_SPEED = 500\n\nvar velocity = Vector2()\nvar on_ground = 999 # Frames Tux has been in air (0 if grounded)\nvar jumpheld = 0 # Amount of frames jump has been held\nvar jumpcancel = false # Can let go of jump to stop vertical ascent\nvar skidding = false # Skidding\nvar sliding = false # Sliding\nvar ducking = false # Ducking\nvar backflip = false # Backflipping\nvar backflip_rotation = 0 # Backflip rotation\nvar buttjump = false # Butt-jumping\nvar state = \"fire\" # Tux's power-up state\nvar camera_offset = 0 # Moves camera horizontally for extended view\nvar camera_position = Vector2() # Camera Position\nvar dead = false # Stop doing stuff if true\nvar restarted = false # Should Tux call restart level\nvar invincible_damage = false\nvar invincible = false\nvar using_star = false\nvar holding_object = false\nvar object_held = \"\"\nvar wind = 0\n\n# Set Tux's current playing animation\nfunc set_animation(anim):\n\tif state == \"small\": $Control/AnimatedSprite.play(str(anim, \"_small\"))\n\telse: $Control/AnimatedSprite.play(anim)\n\n# Damage Tux\nfunc hurt():\n\tif invincible_damage == false and invincible == false:\n\t\tif state == \"small\":\n\t\t\tkill()\n\t\telif state == \"big\":\n\t\t\tstate = \"small\"\n\t\t\tbackflip = false\n\t\t\tbuttjump = false\n\t\t\tducking = false\n\t\t\t$SFX/Hurt.play()\n\t\t\tdamage_invincibility()\n\t\t\tvar frame = $Control/AnimatedSprite.frame\n\t\t\tset_animation($Control/AnimatedSprite.animation)\n\t\t\t$Control/AnimatedSprite.frame = frame\n\t\telse:\n\t\t\tstate = \"big\"\n\t\t\t$SFX/Hurt.play()\n\t\t\tdamage_invincibility()\n\n# Kill Tux\nfunc kill():\n\tinvincible = false\n\tinvincible_damage = false\n\tstate = \"small\"\n\t$SFX/Kill.play()\n\t$AnimationPlayerInvincibility.play(\"Stop\")\n\t$Control/AnimatedSprite.rotation_degrees = 0\n\t$Control/AnimatedSprite.scale.x = 1\n\t$AnimationPlayer.play(\"Stop\")\n\tset_animation(\"gameover\")\n\tdead = true\n\tvelocity = Vector2 (0,-JUMP_POWER * 1.5)\n\nfunc _ready():\n\tposition = Vector2(0,0)\n\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\tif child.is_in_group(\"spawnpoint\"):\n\t\t\tposition = child.position\n\n#=============================================================================\n# PHYSICS\n\nfunc _physics_process(delta):\n\n\t$Hitbox.disabled = get_tree().current_scene.editmode\n\tif get_tree().current_scene.editmode == true:\n\t\tset_animation(\"idle\")\n\t\treturn\n\n\tif dead == true:\n\t\tif Input.is_action_pressed(\"pause\"):\n\t\t\tif restarted == false:\n\t\t\t\t\tget_tree().current_scene.call(\"restart_level\")\n\t\t\t\t\trestarted = true\n\t\tif position.y >= UIHelpers.get_camera().limit_bottom and velocity.y > 0:\n\t\t\tif restarted == false:\n\t\t\t\tget_tree().current_scene.call(\"restart_level\")\n\t\t\t\trestarted = true\n\t\t\tself.visible = false\n\t\t\treturn\n\t\t$Control/AnimatedSprite.z_index = 999\n\t\t$Hitbox.disabled = true\n\t\t$ButtjumpHitbox/CollisionShape2D.disabled = true\n\t\tposition += velocity * delta\n\t\tvelocity.y += GRAVITY\n\t\treturn\n\n\t# Horizontal movement\n\tif (ducking == false or on_ground != 0) and backflip == false and skidding == false and sliding == false and $ButtjumpLandTimer.time_left == 0:\n\t\tif Input.is_action_pressed(\"move_right\"):\n\t\t\t$Control/AnimatedSprite.scale.x = 1\n\n\t\t\t# Moving\n\t\t\tif velocity.x >= 0:\n\t\t\t\tif velocity.x < WALK_ADD:\n\t\t\t\t\tvelocity.x = WALK_ADD\n\t\t\t\tif abs(velocity.x) > WALK_MAX:\n\t\t\t\t\t\tvelocity.x += RUN_ACCEL * delta\n\t\t\t\telse: velocity.x += WALK_ACCEL * delta\n\n\t\t\t# Skidding\n\t\t\telif on_ground == 0 and abs(velocity.x) >= WALK_MAX:\n\t\t\t\tif !skidding:\n\t\t\t\t\tskidding = true\n\t\t\t\t\t$SFX/Skid.play()\n\n\t\t\t# Air turning\n\t\t\telse: velocity.x += TURN_ACCEL * delta\n\n\t\tif Input.is_action_pressed(\"move_left\"):\n\t\t\t$Control/AnimatedSprite.scale.x = -1\n\t\t\tif velocity.x <= 0:\n\n\t\t\t\t# Moving\n\t\t\t\t$Control/AnimatedSprite.scale.x = -1\n\t\t\t\tif velocity.x > -WALK_ADD:\n\t\t\t\t\tvelocity.x = -WALK_ADD\n\t\t\t\tif abs(velocity.x) > WALK_MAX:\n\t\t\t\t\t\tvelocity.x -= RUN_ACCEL * delta\n\t\t\t\telse: velocity.x -= WALK_ACCEL * delta\n\n\t\t\t# Skidding\n\t\t\telif on_ground == 0 and abs(velocity.x) >= WALK_MAX:\n\t\t\t\tif skidding == false:\n\t\t\t\t\tskidding = true\n\t\t\t\t\t$SFX/Skid.play()\n\n\t\t\t# Air turning\n\t\t\telse: velocity.x -= TURN_ACCEL * delta\n\n\t# Speedcap\n\tif !sliding:\n\t\tvelocity.x = clamp(velocity.x, -run_max, run_max)\n\n\t# Friction\n\tif backflip == false and (skidding or (ducking and on_ground == 0) or (not Input.is_action_pressed(\"move_left\") and not Input.is_action_pressed(\"move_right\"))):\n\n\t\t# Turn when skidding\n\t\tif skidding:\n\t\t\tif velocity.x > 0:\n\t\t\t\t$Control/AnimatedSprite.scale.x = -1\n\t\t\tif velocity.x < 0:\n\t\t\t\t$Control/AnimatedSprite.scale.x = 1\n\n\t\t# Friction\n\t\tif !sliding:\n\t\t\tvelocity.x *= FRICTION\n\t\telif on_ground == 0: velocity.x *= SLIDE_FRICTION\n\t\tif abs(velocity.x) < 80 and wind == 0:\n\t\t\tvelocity.x = 0\n\n\t# Stop skidding if low velocity\n\tif abs(velocity.x) < 75 and skidding:\n\t\tskidding = false\n\t\tvelocity.x = 0\n\n\t# Move\n\tvar oldvelocity = velocity\n\tif on_ground == 0 and wind == 0:\n\t\tvelocity = move_and_slide_with_snap(velocity, Vector2(0, 20), FLOOR)\n\telse: velocity = move_and_slide(velocity, FLOOR)\n\tif abs(velocity.x) > abs(oldvelocity.x) and $ButtjumpLandTimer.time_left > 0:\n\t\tpass#start_sliding()\n\n\t# Gravity\n\tif $ButtjumpTimer.time_left > 0:\n\t\tvelocity *= 0.5\n\telif buttjump == false or velocity.y <= 0:\n\t\tif on_ground:\n\t\t\tvelocity.y += GRAVITY\n\t\t\tif velocity.y > FALL_SPEED: velocity.y = FALL_SPEED\n\telse:\n\t\tif on_ground:\n\t\t\tvelocity.y += BUTTJUMP_GRAVITY\n\t\t\tif velocity.y > BUTTJUMP_FALL_SPEED: velocity.y = BUTTJUMP_FALL_SPEED\n\n\t# Floor check\n\tif is_on_floor():\n\t\tif on_ground != 0:\n\t\t\t$AnimationPlayer.stop()\n\t\t\t$AnimationPlayer.playback_speed = 1\n\t\t\tif buttjump == true:\n\t\t\t\t$AnimationPlayer.play(\"ButtjumpLand\")\n\t\t\t\t$ButtjumpLandTimer.start(BUTTJUMP_LAND_TIME)\n\t\t\t\t$SFX/Brick.play()\n\t\t\t\tbuttjump = false\n\t\t\telif on_ground >= 40:\n\t\t\t\t$AnimationPlayer.play(\"Land\")\n\t\t\telif on_ground >= 20:\n\t\t\t\t$AnimationPlayer.play(\"LandSmall\")\n\t\t\telse:\n\t\t\t\t$AnimationPlayer.play(\"Stop\")\n\t\ton_ground = 0\n\t\tjumpcancel = false\n\t\tif backflip == true:\n\t\t\tbackflip = false\n\t\t\tvelocity.x = 0\n\telse:\n\t\ton_ground += 1\n\t\t$ButtjumpLandTimer.stop()\n\n\t# Ceiling bump sound\n\tif is_on_ceiling():\n\t\t$SFX/Thud.play()\n\n\t# Ducking / Sliding\n\tif on_ground == 0:\n\t\t# Stop ducking in certain situations\n\t\tif not Input.is_action_pressed(\"duck\") or state == \"small\": ducking = false\n\n\t\t# Duck if in one block space\n\t\tif $StandWindow.is_colliding() == true and !sliding and state != \"small\": ducking = true\n\n\t\t# Ducking / Sliding\n\t\telif Input.is_action_pressed(\"duck\") and !sliding and !skidding and $ButtjumpLandTimer.time_left == 0:\n\t\t\tif abs(velocity.x) < WALK_MAX:\n\t\t\t\tif state != \"small\": ducking = true\n\t\t\telse: pass#start_sliding()\n\telif $StandWindow.is_colliding() == true and sliding == false and state != \"small\": ducking = true\n\telse: ducking == false\n\n\t# Sliding\n\tif sliding == true:\n\t\tpass\n\n\t# Jump buffering\n\tif Input.is_action_pressed(\"jump\"):\n\t\tjumpheld += 1\n\telse: jumpheld = 0\n\n\t# Jumping\n\tif Input.is_action_pressed(\"jump\") and jumpheld <= JUMP_BUFFER_TIME:\n\t\tif on_ground <= LEDGE_JUMP and $ButtjumpLandTimer.time_left <= BUTTJUMP_LAND_TIME - 0.02:\n\t\t\tif state != \"small\" and Input.is_action_pressed(\"duck\") == true and $StandWindow.is_colliding() == false and sliding == false and $ButtjumpLandTimer.time_left == 0:\n\t\t\t\tbackflip = true\n\t\t\t\tbackflip_rotation = 0\n\t\t\t\tvelocity.y = -RUNJUMP_POWER\n\t\t\t\t$SFX/Flip.play()\n\t\t\telif abs(velocity.x) >= run_max or $ButtjumpLandTimer.time_left > 0:\n\t\t\t\tvelocity.y = -RUNJUMP_POWER\n\t\t\telse:\n\t\t\t\tvelocity.y = -JUMP_POWER\n\t\t\tif state == \"small\":\n\t\t\t\t$SFX/Jump.play()\n\t\t\telse: $SFX/BigJump.play()\n\t\t\ton_ground = LEDGE_JUMP + 1\n\t\t\t$AnimationPlayer.playback_speed = 1\n\t\t\t$AnimationPlayer.stop()\n\t\t\t$AnimationPlayer.play(\"Stop\")\n\t\t\tset_animation(\"jump\")\n\t\t\tjumpheld = JUMP_BUFFER_TIME + 1\n\t\t\ton_ground = LEDGE_JUMP + 1\n\t\t\tjumpcancel = true\n\t\t\tsliding = false\n\t\t\tskidding = false\n\t\t\tducking = false\n\t\t\tif $StandWindow.is_colliding() == true and state != \"small\": ducking = true\n\n\t# Jump cancelling\n\tif on_ground != 0 and not Input.is_action_pressed(\"jump\") and backflip == false and jumpcancel == true:\n\t\tif velocity.y < 0:\n\t\t\t$AnimationPlayer.playback_speed += 0.3\n\t\t\tvelocity.y *= 0.5\n\t\telse:\n\t\t\tjumpcancel = false\n\n\t# Backflip speed and rotation\n\t$Control/AnimatedSprite.rotation_degrees = 0\n\tif backflip == true:\n\t\tif $Control/AnimatedSprite.scale.x == 1:\n\t\t\tvelocity.x = BACKFLIP_SPEED\n\t\t\tbackflip_rotation -= 15\n\t\telse:\n\t\t\tvelocity.x = -BACKFLIP_SPEED\n\t\t\tbackflip_rotation += 15\n\t\t$Control/AnimatedSprite.rotation_degrees = backflip_rotation\n\n\t# Buttjump\n\tif on_ground != 0 and Input.is_action_just_pressed(\"duck\") and state != \"small\" and backflip == false and buttjump == false:\n\t\tbuttjump = true\n\t\t$AnimationPlayer.stop()\n\t\t$AnimationPlayer.play(\"Buttjump\")\n\t\t$ButtjumpTimer.start(0.15)\n\n\t# Stop buttjump if small\n\tif buttjump == true and state == \"small\":\n\t\tbuttjump = false\n\t\t$AnimationPlayer.stop()\n\t\t$AnimationPlayer.play(\"Stop\")\n\t\tset_animation(\"fall\")\n\n\t# Animations\n\t$Control/AnimatedSprite.speed_scale = 1\n\tif buttjump == true:\n\t\tset_animation(\"buttjump\")\n\telif backflip == true:\n\t\tset_animation(\"backflip\")\n\telif ducking == true:\n\t\tset_animation(\"duck\")\n\telif sliding == true:\n\t\tset_animation(\"slide\")\n\telse:\n\t\tif on_ground <= LEDGE_JUMP:\n\t\t\tif $ButtjumpLandTimer.time_left > 0:\n\t\t\t\tset_animation(\"buttjumpland\")\n\t\t\telif skidding == true:\n\t\t\t\tset_animation(\"skid\")\n\t\t\telif abs(velocity.x) >= WALK_ADD / 2:\n\t\t\t\t$Control/AnimatedSprite.speed_scale = abs(velocity.x) * 0.0035\n\t\t\t\tif $Control/AnimatedSprite.speed_scale < 0.4:\n\t\t\t\t\t$Control/AnimatedSprite.speed_scale = 0.4\n\t\t\t\tset_animation(\"walk\")\n\t\t\telse: set_animation(\"idle\")\n\t\telif velocity.y > 0:\n\t\t\tif $Control/AnimatedSprite.animation == (\"jump\") or $Control/AnimatedSprite.animation == (\"fall_transition\") or  $Control/AnimatedSprite.animation == (\"jump_small\") or $Control/AnimatedSprite.animation == (\"fall_transition_small\"):\n\t\t\t\tset_animation(\"fall_transition\")\n\t\t\telse: set_animation(\"fall\")\n\t\telse: set_animation(\"jump\")\n\n\t# Duck Hitboxes\n\tif ducking == true or sliding == true or state == \"small\" or buttjump == true:\n\t\t$Hitbox.shape.extents.y = 15\n\t\t$Hitbox.position.y = 17\n\t\t$ShootLocation.position.y = 17\n\telse:\n\t\t$Hitbox.shape.extents.y = 31\n\t\t$Hitbox.position.y = 1\n\t\t$ShootLocation.position.y = 1\n\t$ShootLocation.position.x = $Control/AnimatedSprite.scale.x * 8\n\n\t# Buttjump hitboxes\n\tif buttjump == true and $ButtjumpTimer.time_left == 0:\n\t\t$ButtjumpHitbox/CollisionShape2D.disabled = false\n\n\t\t# Change the buttjump hitbox's size so it always collides before Tux hits the ground\n\t\tif velocity.y > 0:\n\t\t\t$ButtjumpHitbox/CollisionShape2D.shape.extents = Vector2(25,16 + (velocity.y * delta))\n\t\t\t$ButtjumpHitbox/CollisionShape2D.position.y = (velocity.y * delta)\n\t\telse:\n\t\t\t$ButtjumpHitbox/CollisionShape2D.shape.extents = Vector2(25,16)\n\t\t\t$ButtjumpHitbox/CollisionShape2D.position.y = 0\n\telse:\n\t\t$ButtjumpHitbox/CollisionShape2D.shape.extents = Vector2(0,0)\n\t\t$ButtjumpHitbox/CollisionShape2D.disabled = true\n\n\t# Shooting\n\tif Input.is_action_just_pressed(\"action\") and state == \"fire\" and get_tree().get_nodes_in_group(\"bullets\").size() < 2:\n\t\t$SFX/Shoot.play()\n\t\tvar fireball = load(\"res://Scenes/Player/Objects/Fireball.tscn\").instance()\n\t\tfireball.position = $ShootLocation.global_position\n\t\tfireball.velocity = Vector2((FIREBALL_SPEED * $Control/AnimatedSprite.scale.x) + velocity.x,0)\n\t\tfireball.add_collision_exception_with(self) # Prevent fireball colliding with player\n\t\tget_parent().add_child(fireball) # Shoot fireball as child of player\n\n\t# Camera Positioning\n\tif abs(velocity.x) > WALK_ADD:\n\t\tcamera_offset += 2 * (velocity.x / abs(velocity.x))\n\t\tif abs(camera_offset) >= (get_viewport().size.x * 0.1) * UIHelpers.get_camera().zoom.x:\n\t\t\tcamera_offset = (get_viewport().size.x * 0.1) * UIHelpers.get_camera().zoom.x * (camera_offset / abs(camera_offset))\n\tcamera_position.x = camera_position.x + (camera_offset - camera_position.x) / 5\n\tUIHelpers.get_camera().position = Vector2(position.x + camera_position.x,position.y + camera_position.y)\n\n\t# Block player leaving screen\n\tif position.x <= UIHelpers.get_camera().limit_left + 16:\n\t\tposition.x = UIHelpers.get_camera().limit_left + 16\n\t\tvelocity.x = 0\n\tif position.x >= UIHelpers.get_camera().limit_right - 16:\n\t\tposition.x = UIHelpers.get_camera().limit_right - 16\n\t\tvelocity.x = 0\n\tif position.y >= UIHelpers.get_camera().limit_bottom:\n\t\tposition.y = UIHelpers.get_camera().limit_bottom\n\t\tkill()\n\n\t# Carry objects\n\tif holding_object == true:\n\t\t# Set the object's position\n\t\tget_tree().current_scene.get_node(str(\"Level/\", object_held)).position = Vector2(position.x + $ShootLocation.position.x, position.y + $ShootLocation.position.y)\n\n\t\t# Set the object's direction\n\t\tif get_tree().current_scene.get_node(str(\"Level/\", object_held)).has_node(\"Sprite\"): get_tree().current_scene.get_node(str(\"Level/\", object_held, \"/Sprite\")).scale.x = $Control/AnimatedSprite.scale.x * -1\n\t\tif get_tree().current_scene.get_node(str(\"Level/\", object_held)).has_node(\"AnimatedSprite\"): get_tree().current_scene.get_node(str(\"Level/\", object_held, \"/AnimatedSprite\")).scale.x = $Control/AnimatedSprite.scale.x * -1\n\t\tif get_tree().current_scene.get_node(str(\"Level/\", object_held)).has_node(\"Control/AnimatedSprite\"): get_tree().current_scene.get_node(str(\"Level/\", object_held, \"/Control/AnimatedSprite\")).scale.x = $Control/AnimatedSprite.scale.x * -1\n\n\t\t# Throw objects\n\t\tif not Input.is_action_pressed(\"action\"):\n\t\t\tholding_object = false\n\t\t\tif get_tree().current_scene.get_node(str(\"Level/\", object_held)).has_method(\"throw\"):\n\t\t\t\tget_tree().current_scene.get_node(str(\"Level/\", object_held)).throw()\n\t\t\t\tif not Input.is_action_pressed(\"duck\"): get_tree().current_scene.get_node(str(\"Level/\", object_held)).velocity.x = velocity.x + (200 * $Control/AnimatedSprite.scale.x)\n\n\t# Decrease Wind\n\tif wind > 0:\n\t\twind -= 1\n\telse:\n\t\twind = 0\n\t\trun_max = 320.0\n\n# Star invincibility\nfunc star_invincibility():\n\tusing_star = true\n\tinvincible = true\n\tself.show()\n\t$InvincibilityTimer.start(14)\n\tget_tree().current_scene.play_music(\"invincible.ogg\")\n\t$AnimationPlayerInvincibility.stop()\n\t$AnimationPlayerInvincibility.play(\"InvincibleStar\")\n\n# Damage invincibility\nfunc damage_invincibility():\n\tinvincible_damage = true\n\t$InvincibilityTimer.start(1.8)\n\t$AnimationPlayerInvincibility.stop()\n\t$AnimationPlayerInvincibility.play(\"HurtInvincibility\")\n\nfunc _on_InvincibilityTimer_timeout():\n\tinvincible = false\n\tinvincible_damage = false\n\tusing_star = false\n\tself.show()\n\t$AnimationPlayerInvincibility.stop()\n\t$AnimationPlayerInvincibility.play(\"Stop\")\n\n# Bounce off squished enemies\nfunc bounce(low, high, cancellable):\n\ton_ground = LEDGE_JUMP + 1\n\tsliding = false\n\tbackflip = false\n\tbuttjump = false\n\ton_ground = LEDGE_JUMP + 1\n\t$ButtjumpTimer.stop()\n\t$ButtjumpLandTimer.stop()\n\t$AnimationPlayer.play(\"Stop\")\n\t$Control/AnimatedSprite.play(\"jump\")\n\tset_animation(\"jump\")\n\tif jumpheld > 0:\n\t\tvelocity.y = -high\n\t\tjumpcancel = cancellable\n\telse:\n\t\tvelocity.y = -low\n\t\tjumpcancel = false\n\n# Activate sliding\nfunc start_sliding():\n\t$ButtjumpLandTimer.stop()\n\tsliding = true\n\t$SFX/Skid.play()\n\tvelocity.x += WALK_ADD * $Control/AnimatedSprite.scale.x\n"
  },
  {
    "path": "src/Scenes/Player/Player.tscn",
    "content": "[gd_scene load_steps=69 format=2]\n\n[ext_resource path=\"res://Scenes/Player/Player.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Slideplaceholder.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Stand.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk8.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk1.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk2.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk3.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk4.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk5.png\" type=\"Texture\" id=9]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk6.png\" type=\"Texture\" id=10]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk7.png\" type=\"Texture\" id=11]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Jump1.png\" type=\"Texture\" id=12]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Jump2.png\" type=\"Texture\" id=13]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Jump3.png\" type=\"Texture\" id=14]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/skid-0.png\" type=\"Texture\" id=15]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk8.png\" type=\"Texture\" id=16]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk1.png\" type=\"Texture\" id=17]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk2.png\" type=\"Texture\" id=18]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk3.png\" type=\"Texture\" id=19]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk4.png\" type=\"Texture\" id=20]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk5.png\" type=\"Texture\" id=21]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk6.png\" type=\"Texture\" id=22]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk7.png\" type=\"Texture\" id=23]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Jump1.png\" type=\"Texture\" id=24]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Jump2.png\" type=\"Texture\" id=25]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Jump3.png\" type=\"Texture\" id=26]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Fall4.png\" type=\"Texture\" id=27]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Fall1.png\" type=\"Texture\" id=28]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Fall2.png\" type=\"Texture\" id=29]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Fall3.png\" type=\"Texture\" id=30]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/Fall4.png\" type=\"Texture\" id=31]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/skid-0.png\" type=\"Texture\" id=32]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/duck-0.png\" type=\"Texture\" id=33]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/gameover-0.png\" type=\"Texture\" id=34]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/gameover-1.png\" type=\"Texture\" id=35]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Fall1.png\" type=\"Texture\" id=36]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Fall2.png\" type=\"Texture\" id=37]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Fall3.png\" type=\"Texture\" id=38]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/buttjump-6.png\" type=\"Texture\" id=39]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/stand-0.png\" type=\"Texture\" id=40]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/buttjump-0.png\" type=\"Texture\" id=41]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/buttjump-1.png\" type=\"Texture\" id=42]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/buttjump-2.png\" type=\"Texture\" id=43]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/buttjump-3.png\" type=\"Texture\" id=44]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/buttjump-4.png\" type=\"Texture\" id=45]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/buttjump-5.png\" type=\"Texture\" id=46]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Big/backflip.png\" type=\"Texture\" id=47]\n[ext_resource path=\"res://Audio/SoundEffects/Player/jump.wav\" type=\"AudioStream\" id=48]\n[ext_resource path=\"res://Audio/SoundEffects/Player/bigjump.wav\" type=\"AudioStream\" id=49]\n[ext_resource path=\"res://Audio/SoundEffects/Player/flip.wav\" type=\"AudioStream\" id=50]\n[ext_resource path=\"res://Audio/SoundEffects/Player/thud.ogg\" type=\"AudioStream\" id=51]\n[ext_resource path=\"res://Audio/SoundEffects/Bonus/brick.wav\" type=\"AudioStream\" id=52]\n[ext_resource path=\"res://Audio/SoundEffects/Player/skid.wav\" type=\"AudioStream\" id=53]\n[ext_resource path=\"res://Audio/SoundEffects/Player/shoot.wav\" type=\"AudioStream\" id=54]\n[ext_resource path=\"res://Audio/SoundEffects/Player/hurt.wav\" type=\"AudioStream\" id=55]\n[ext_resource path=\"res://Audio/SoundEffects/Player/kill.wav\" type=\"AudioStream\" id=56]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ) ],\n\"loop\": true,\n\"name\": \"slide\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 3 ) ],\n\"loop\": true,\n\"name\": \"idle\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 10 ), ExtResource( 11 ) ],\n\"loop\": true,\n\"name\": \"walk_small\",\n\"speed\": 20.0\n}, {\n\"frames\": [ ExtResource( 12 ), ExtResource( 13 ), ExtResource( 14 ) ],\n\"loop\": false,\n\"name\": \"jump_small\",\n\"speed\": 18.0\n}, {\n\"frames\": [ ExtResource( 15 ) ],\n\"loop\": true,\n\"name\": \"skid_small\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 16 ), ExtResource( 17 ), ExtResource( 18 ), ExtResource( 19 ), ExtResource( 20 ), ExtResource( 21 ), ExtResource( 22 ), ExtResource( 23 ) ],\n\"loop\": true,\n\"name\": \"walk\",\n\"speed\": 20.0\n}, {\n\"frames\": [ ExtResource( 24 ), ExtResource( 25 ), ExtResource( 26 ) ],\n\"loop\": false,\n\"name\": \"jump\",\n\"speed\": 18.0\n}, {\n\"frames\": [ ExtResource( 27 ) ],\n\"loop\": false,\n\"name\": \"fall_small\",\n\"speed\": 16.0\n}, {\n\"frames\": [ ExtResource( 28 ), ExtResource( 29 ), ExtResource( 30 ), ExtResource( 31 ) ],\n\"loop\": false,\n\"name\": \"fall_transition\",\n\"speed\": 16.0\n}, {\n\"frames\": [ ExtResource( 32 ) ],\n\"loop\": true,\n\"name\": \"skid\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 33 ) ],\n\"loop\": true,\n\"name\": \"duck\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 2 ) ],\n\"loop\": true,\n\"name\": \"slide_small\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 34 ), ExtResource( 35 ) ],\n\"loop\": true,\n\"name\": \"gameover_small\",\n\"speed\": 10.0\n}, {\n\"frames\": [ ExtResource( 36 ), ExtResource( 37 ), ExtResource( 38 ), ExtResource( 27 ) ],\n\"loop\": false,\n\"name\": \"fall_transition_small\",\n\"speed\": 16.0\n}, {\n\"frames\": [ ExtResource( 39 ) ],\n\"loop\": true,\n\"name\": \"buttjumpland\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 40 ) ],\n\"loop\": true,\n\"name\": \"idle_small\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 31 ) ],\n\"loop\": false,\n\"name\": \"fall\",\n\"speed\": 16.0\n}, {\n\"frames\": [ ExtResource( 34 ), ExtResource( 35 ) ],\n\"loop\": true,\n\"name\": \"gameover\",\n\"speed\": 10.0\n}, {\n\"frames\": [ ExtResource( 41 ), ExtResource( 42 ), ExtResource( 43 ), ExtResource( 44 ), ExtResource( 45 ), ExtResource( 46 ), ExtResource( 39 ) ],\n\"loop\": false,\n\"name\": \"buttjump\",\n\"speed\": 35.0\n}, {\n\"frames\": [ ExtResource( 47 ) ],\n\"loop\": true,\n\"name\": \"backflip\",\n\"speed\": 5.0\n} ]\n\n[sub_resource type=\"Animation\" id=2]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2, 0.6 ),\n\"transitions\": PoolRealArray( 1, 1, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 1, 1 ), Vector2( 0.8, 1.2 ) ]\n}\n\n[sub_resource type=\"Animation\" id=3]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.05, 0.25 ),\n\"transitions\": PoolRealArray( 0.5, -2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 1.8, 0.6 ), Vector2( 1, 1 ) ]\n}\n\n[sub_resource type=\"Animation\" id=4]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2, 0.4 ),\n\"transitions\": PoolRealArray( 1, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 0.9, 1.2 ), Vector2( 1, 1 ) ]\n}\n\n[sub_resource type=\"Animation\" id=5]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.1, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 1.25, 0.85 ), Vector2( 1, 1 ) ]\n}\n\n[sub_resource type=\"Animation\" id=6]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.1, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ), Vector2( 1.1, 0.95 ), Vector2( 1, 1 ) ]\n}\n\n[sub_resource type=\"Animation\" id=7]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control:rect_scale\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 1, 1 ) ]\n}\n\n[sub_resource type=\"Animation\" id=8]\nlength = 0.2\nloop = true\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ true, false ]\n}\n\n[sub_resource type=\"Animation\" id=9]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=10]\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"Control/AnimatedSprite:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"RectangleShape2D\" id=11]\nextents = Vector2( 15, 31 )\n\n[sub_resource type=\"RectangleShape2D\" id=12]\nextents = Vector2( 0, 0 )\n\n[node name=\"Player\" type=\"KinematicBody2D\" groups=[\n\"player\",\n]]\nscript = ExtResource( 1 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nrect_pivot_offset = Vector2( 0, 38 )\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nframes = SubResource( 1 )\nanimation = \"idle\"\noffset = Vector2( 0, -5 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"Stop\"\nanims/Buttjump = SubResource( 2 )\nanims/ButtjumpLand = SubResource( 3 )\nanims/Jump = SubResource( 4 )\nanims/Land = SubResource( 5 )\nanims/LandSmall = SubResource( 6 )\nanims/Stop = SubResource( 7 )\n\n[node name=\"AnimationPlayerInvincibility\" type=\"AnimationPlayer\" parent=\".\"]\nautoplay = \"Stop\"\nanims/HurtInvincibility = SubResource( 8 )\nanims/InvincibleStar = SubResource( 9 )\nanims/Stop = SubResource( 10 )\n\n[node name=\"Hitbox\" type=\"CollisionShape2D\" parent=\".\" groups=[\n\"player\",\n]]\nposition = Vector2( 0, 1 )\nshape = SubResource( 11 )\n\n[node name=\"ShootLocation\" type=\"Position2D\" parent=\".\"]\nposition = Vector2( 8, 0 )\n\n[node name=\"ButtjumpHitbox\" type=\"Area2D\" parent=\".\"]\neditor/display_folded = true\nposition = Vector2( 0, 32 )\n\n[node name=\"CollisionShape2D\" type=\"CollisionShape2D\" parent=\"ButtjumpHitbox\"]\nshape = SubResource( 12 )\ndisabled = true\n\n[node name=\"StandWindow\" type=\"RayCast2D\" parent=\".\"]\nposition = Vector2( 0, 6 )\nenabled = true\ncast_to = Vector2( 0, -12 )\ncollision_mask = 16\n\n[node name=\"SFX\" type=\"Node\" parent=\".\"]\neditor/display_folded = true\n\n[node name=\"Jump\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 48 )\n\n[node name=\"BigJump\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 49 )\n\n[node name=\"Flip\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 50 )\n\n[node name=\"Thud\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 51 )\n\n[node name=\"Brick\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 52 )\n\n[node name=\"Skid\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 53 )\n\n[node name=\"Shoot\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 54 )\n\n[node name=\"Hurt\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 55 )\n\n[node name=\"Kill\" type=\"AudioStreamPlayer\" parent=\"SFX\"]\nstream = ExtResource( 56 )\n\n[node name=\"InvincibilityTimer\" type=\"Timer\" parent=\".\"]\n\n[node name=\"ButtjumpTimer\" type=\"Timer\" parent=\".\"]\none_shot = true\n\n[node name=\"ButtjumpLandTimer\" type=\"Timer\" parent=\".\"]\none_shot = true\n[connection signal=\"timeout\" from=\"InvincibilityTimer\" to=\".\" method=\"_on_InvincibilityTimer_timeout\"]\n"
  },
  {
    "path": "src/Scenes/Player/Worldmap.gd",
    "content": "extends Node2D\n\nvar dead = false\nvar state = \"big\"\nvar moving = false\nvar direction = null\nvar newdirection = null\nvar directionbuffer = 0\nvar level_passable = false # If the level dot you're standing on has been cleared (is true if you're not standing on one)\nvar movedirection = null # Direction you moved onto a level dot (so you can't pass uncleared levels)\nvar can_move = true\n\nconst MOVE_SPEED = 4 # Must be a power of 2 that's lower than 32\nconst BUFFER = 3 # If you press a direction, Tux will turn if he finds an intersection in that direction within the next 2 tiles\n\nfunc _ready():\n\tposition = Vector2(0,0)\n\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\tif child.is_in_group(\"spawnpoint\"):\n\t\t\tposition = child.position\n\n\t# The player needs to be on a grid space to move\n\tvar rndx = (floor(position.x / 32) * 32) + 16\n\tvar rndy = (floor(position.y / 32) * 32) + 16\n\tposition = Vector2(rndx,rndy)\n\nfunc _process(delta):\n\tif UIHelpers._get_scene().editmode or !can_move:\n\t\treturn\n\n\t# Setting the direction to move\n\tif !moving: newdirection = null\n\tif Input.is_action_pressed(\"up\"):\n\t\tnewdirection = 0\n\n\tif Input.is_action_pressed(\"duck\"):\n\t\tnewdirection = 180\n\n\tif Input.is_action_pressed(\"move_left\"):\n\t\tnewdirection = -90\n\n\tif Input.is_action_pressed(\"move_right\"):\n\t\tnewdirection = 90\n\n\tvar rndx = (floor(position.x / 32) * 32) + 16\n\tvar rndy = (floor(position.y / 32) * 32) + 16\n\n\t# Stop at level dots\n\tlevel_passable = true\n\tmovedirection = null\n\tfor child in UIHelpers.get_level().get_children():\n\t\tif child.is_in_group(\"leveldot\"):\n\t\t\tif child.position == position:\n\t\t\t\tif moving:\n\t\t\t\t\tif direction != null:\n\t\t\t\t\t\tchild.movedirection = direction\n\t\t\t\t\tmoving = false\n\t\t\t\t\tnewdirection = null\n\t\t\t\t\tdirectionbuffer = 0\n\t\t\t\tmovedirection = child.movedirection\n\t\t\t\tlevel_passable = child.cleared\n\n\t# Change direction from the grid\n\tif position.x == rndx and position.y == rndy:\n\t\tfor child in UIHelpers.get_level().get_children():\n\t\t\tif child.is_in_group(\"tilemap\"):\n\t\t\t\tvar playerpos = child.world_to_map(UIHelpers.get_player().position)\n\t\t\t\tvar tile_id = child.get_cellv(playerpos)\n\t\t\t\tif tile_id != null and tile_id != -1:\n\t\t\t\t\tvar tile_name = child.get_tileset().tile_get_name(tile_id)\n\n\t\t\t\t\tif tile_name == \"Pathing\":\n\t\t\t\t\t\tvar tile_pos = child.get_cell_autotile_coord(playerpos.x, playerpos.y)\n\t\t\t\t\t\tvar bitmask = child.get_tileset().autotile_get_bitmask(tile_id, tile_pos)\n\t\t\t\t\t\tvar up_tiles = [186, 146, 18, 58, 178, 154, 50, 26]\n\t\t\t\t\t\tvar down_tiles = [186, 146, 176, 152, 184, 178, 154, 144]\n\t\t\t\t\t\tvar left_tiles = [186, 56, 152, 26, 154, 58, 184, 24]\n\t\t\t\t\t\tvar right_tiles = [186, 56, 178, 58, 184, 48, 50, 176]\n\n\t\t\t\t\t\t# Move regularly\n\t\t\t\t\t\tif newdirection == 0 and bitmask in up_tiles:\n\t\t\t\t\t\t\tmoving = true\n\t\t\t\t\t\t\tdirection = newdirection\n\t\t\t\t\t\t\tdirectionbuffer = BUFFER\n\t\t\t\t\t\telif newdirection == 180 and bitmask in down_tiles:\n\t\t\t\t\t\t\tmoving = true\n\t\t\t\t\t\t\tdirection = newdirection\n\t\t\t\t\t\t\tdirectionbuffer = BUFFER\n\t\t\t\t\t\telif newdirection == 90 and bitmask in right_tiles:\n\t\t\t\t\t\t\tmoving = true\n\t\t\t\t\t\t\tdirection = newdirection\n\t\t\t\t\t\t\tdirectionbuffer = BUFFER\n\t\t\t\t\t\telif newdirection == -90 and bitmask in left_tiles:\n\t\t\t\t\t\t\tmoving = true\n\t\t\t\t\t\t\tdirection = newdirection\n\t\t\t\t\t\t\tdirectionbuffer = BUFFER\n\t\t\t\t\t\telse:\n\t\t\t\t\t\t\tdirectionbuffer -= 1\n\t\t\t\t\t\t\tif directionbuffer <= 0:\n\t\t\t\t\t\t\t\tnewdirection = null\n\t\t\t\t\t\t\t\tdirectionbuffer = 0\n\n\t\t\t\t\t\t# Turn on corner tiles\n\t\t\t\t\t\tif bitmask == 176: # Bottom Right\n\t\t\t\t\t\t\tif direction == 0:\n\t\t\t\t\t\t\t\tdirection = 90\n\t\t\t\t\t\t\t\tnewdirection = direction\n\t\t\t\t\t\t\tif direction == -90:\n\t\t\t\t\t\t\t\tdirection = 180\n\t\t\t\t\t\t\t\tnewdirection = direction\n\t\t\t\t\t\telif bitmask == 152: # Bottom Left\n\t\t\t\t\t\t\tif direction == 0:\n\t\t\t\t\t\t\t\tdirection = -90\n\t\t\t\t\t\t\t\tnewdirection = direction\n\t\t\t\t\t\t\tif direction == 90:\n\t\t\t\t\t\t\t\tdirection = 180\n\t\t\t\t\t\t\t\tnewdirection = direction\n\t\t\t\t\t\telif bitmask == 50: # Top Right\n\t\t\t\t\t\t\tif direction == -90:\n\t\t\t\t\t\t\t\tdirection = 0\n\t\t\t\t\t\t\t\tnewdirection = direction\n\t\t\t\t\t\t\tif direction == 180:\n\t\t\t\t\t\t\t\tdirection = 90\n\t\t\t\t\t\t\t\tnewdirection = direction\n\t\t\t\t\t\telif bitmask == 26: # Top Left\n\t\t\t\t\t\t\tif direction == 90:\n\t\t\t\t\t\t\t\tdirection = 0\n\t\t\t\t\t\t\t\tnewdirection = direction\n\t\t\t\t\t\t\tif direction == 180:\n\t\t\t\t\t\t\t\tdirection = -90\n\t\t\t\t\t\t\t\tnewdirection = direction\n\n\t\t\t\t\t\t# Stop at edges or when trying to pass uncleared level dots\n\t\t\t\t\t\tif direction == 0 and (not bitmask in up_tiles or (!level_passable and movedirection != 180)):\n\t\t\t\t\t\t\tmoving = false\n\t\t\t\t\t\tif direction == 180 and (not bitmask in down_tiles or (!level_passable and movedirection != 0)):\n\t\t\t\t\t\t\tmoving = false\n\t\t\t\t\t\tif direction == 90 and (not bitmask in right_tiles or (!level_passable and movedirection != -90)):\n\t\t\t\t\t\t\tmoving = false\n\t\t\t\t\t\tif direction == -90 and (not bitmask in left_tiles or (!level_passable and movedirection != 90)):\n\t\t\t\t\t\t\tmoving = false\n\n\t# Move\n\tif moving:\n\t\tposition += Vector2(MOVE_SPEED, 0).rotated(deg2rad(direction - 90))\n\n\t# Camera\n\tUIHelpers.get_camera().position = position\n\tUIHelpers.get_camera().align()\n\n\t# Animations\n\tif moving:\n\t\tset_animation(\"walk\")\n\telse: set_animation(\"idle\")\n\n# Set Tux's current playing animation\nfunc set_animation(anim):\n\tif state == \"small\": $Control/AnimatedSprite.play(str(anim, \"_small\"))\n\telse: $Control/AnimatedSprite.play(anim)\n"
  },
  {
    "path": "src/Scenes/Player/Worldmap.tscn",
    "content": "[gd_scene load_steps=21 format=2]\n\n[ext_resource path=\"res://Scenes/Player/Worldmap.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tux.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk1.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk2.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk3.png\" type=\"Texture\" id=5]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk4.png\" type=\"Texture\" id=6]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk5.png\" type=\"Texture\" id=7]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk6.png\" type=\"Texture\" id=8]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk7.png\" type=\"Texture\" id=9]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk8.png\" type=\"Texture\" id=10]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Small/smalltux.png\" type=\"Texture\" id=11]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tuxwalk1.png\" type=\"Texture\" id=12]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tuxwalk2.png\" type=\"Texture\" id=13]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tuxwalk3.png\" type=\"Texture\" id=14]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tuxwalk4.png\" type=\"Texture\" id=15]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tuxwalk5.png\" type=\"Texture\" id=16]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tuxwalk6.png\" type=\"Texture\" id=17]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tuxwalk7.png\" type=\"Texture\" id=18]\n[ext_resource path=\"res://Sprites/Worldmap/Player/Big/tuxwalk8.png\" type=\"Texture\" id=19]\n\n[sub_resource type=\"SpriteFrames\" id=1]\nanimations = [ {\n\"frames\": [ ExtResource( 2 ) ],\n\"loop\": true,\n\"name\": \"idle\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 3 ), ExtResource( 4 ), ExtResource( 5 ), ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 10 ) ],\n\"loop\": true,\n\"name\": \"walk_small\",\n\"speed\": 20.0\n}, {\n\"frames\": [ ExtResource( 11 ) ],\n\"loop\": true,\n\"name\": \"idle_small\",\n\"speed\": 5.0\n}, {\n\"frames\": [ ExtResource( 12 ), ExtResource( 13 ), ExtResource( 14 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 17 ), ExtResource( 18 ), ExtResource( 19 ) ],\n\"loop\": true,\n\"name\": \"walk\",\n\"speed\": 20.0\n} ]\n\n[node name=\"Player\" type=\"Node2D\"]\nz_index = 3\nz_as_relative = false\nscript = ExtResource( 1 )\n\n[node name=\"Control\" type=\"Control\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -16.0\nmargin_top = -16.0\nmargin_right = 16.0\nmargin_bottom = 16.0\n\n[node name=\"AnimatedSprite\" type=\"AnimatedSprite\" parent=\"Control\"]\nposition = Vector2( 16, 8 )\nframes = SubResource( 1 )\nanimation = \"idle\"\n"
  },
  {
    "path": "src/Scenes/UI/CoinCounter.gd",
    "content": "extends Node\n\nvar coins = 0\nvar offset = 0\n\nconst SMOOTH_FACTOR = 5\n\nfunc _ready():\n\toffset = 100\n\t$CoinCounter/CoinCount.text = \"0\"\n\nfunc _process(_delta):\n\t$CoinCounter.rect_position.x = get_viewport().size.x + offset\n\tif offset < 2:\n\t\toffset = 0\n\telse: offset *= 0.8\n\t$CoinCounter/CoinCount.rect_size.x = 0\n\t$CoinCounter/CoinCount.rect_position.x = -34 - ($CoinCounter/CoinCount.rect_size.x * 0.5)\n\t$CoinCounter/CoinCount.text = str(coins)\n"
  },
  {
    "path": "src/Scenes/UI/FileSelect.gd",
    "content": "extends CanvasLayer\n\nvar directory = null\nvar dir = Directory.new()\nvar selectedfile = null\nvar selectdir = null\nvar cancel = true\nvar save = false\nvar savename = \"\"\nvar filetype = \"\"\n\nfunc _ready():\n\t$Popup/Panel/VBoxContainer/FileName.visible = save\n\t$Popup/Panel/VBoxContainer/FileName/HSplitContainer/FileType.text = filetype\n\t$Popup.show()\n\treload()\n\nfunc _process(delta):\n\t$Popup/Panel/HBoxContainer/OK.disabled = false\n\tif save and savename == \"\":\n\t\t$Popup/Panel/HBoxContainer/OK.disabled = true\n\n\tif selectedfile == null:\n\t\tsavename = $Popup/Panel/VBoxContainer/FileName/HSplitContainer/LineEdit.text\n\telse:\n\t\tsavename = selectedfile\n\t\tvar end = savename.rfind(\".\")\n\t\tsavename.erase(end, savename.length() - end)\n\t\tif $Popup/Panel/VBoxContainer/FileName/HSplitContainer/LineEdit.text != savename:\n\t\t\t$Popup/Panel/VBoxContainer/FileName/HSplitContainer/LineEdit.text = savename\n\n\tUIHelpers.get_editor().clickdisable = true\n\tfor child in $Popup/Panel/VBoxContainer/ScrollContainer/Files.get_children():\n\t\tif selectedfile == child.text:\n\t\t\tchild.pressed = true\n\t\telse: child.pressed = false\n\tselectdir = str(directory, \"/\", selectedfile)\n\nfunc reload():\n\n\t# Make sure directory ends in /\n\tif !directory.ends_with(\"/\"):\n\t\tdirectory = str(directory, \"/\")\n\n\tselectedfile = null # Clear selected file\n\n\t# Delete existing children\n\tfor child in $Popup/Panel/VBoxContainer/ScrollContainer/Files.get_children():\n\t\tchild.queue_free()\n\n\t$Popup/Panel/VBoxContainer/TopBar/DirectoryName.text = directory # Update top text\n\n\t# Get all the files in the directory, then add each as a button node\n\tvar files = list_files_in_directory(directory)\n\tfor file in files:\n\t\tif (filetype in file or not \".\" in file or filetype == \"\") and not \".import\" in file and not \"EditedLevel\" in file:\n\t\t\tvar child = load(\"res://Scenes/Editor/FileSelectButton.tscn\").instance()\n\t\t\tchild.text = file\n\t\t\t$Popup/Panel/VBoxContainer/ScrollContainer/Files.add_child(child)\n\nfunc _on_Back_pressed():\n\tvar dir2 = directory.trim_suffix(\"/\")\n\tvar end = dir2.rfind(\"/\")\n\tdir2.erase(end, dir2.length() - end)\n\tif dir2.length() > 1:\n\t\tdirectory = dir2\n\treload()\n\nfunc _on_Reload_pressed():\n\treload()\n\nfunc _on_OK_pressed():\n\tvar files = list_files_in_directory(directory)\n\tif save and (selectedfile != null or (str(savename, filetype) in files)):\n\t\t$Popup.hide()\n\t\t$Overwrite.show()\n\telse:\n\t\tcancel = false\n\t\tqueue_free()\n\nfunc _on_Cancel_pressed():\n\tqueue_free()\n\nfunc list_files_in_directory(path):\n\tvar files = []\n\tdir = Directory.new()\n\tdir.open(path)\n\tdir.list_dir_begin()\n\n\twhile true:\n\t\tvar file = dir.get_next()\n\t\tif file == \"\":\n\t\t\tbreak\n\t\telif not file.begins_with(\".\"):\n\t\t\tfiles.append(file)\n\n\tdir.list_dir_end()\n\n\treturn files\n\nfunc _on_LineEdit_text_changed(new_text):\n\tselectedfile = null\n\nfunc _on_OverwriteYes_pressed():\n\tcancel = false\n\tqueue_free()\n\nfunc _on_OverwriteNo_pressed():\n\t$Overwrite.hide()\n\t$Popup.show()\n"
  },
  {
    "path": "src/Scenes/UI/FileSelect.tscn",
    "content": "[gd_scene load_steps=9 format=2]\n\n[ext_resource path=\"res://Scenes/UI/FileSelect.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=2]\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/UI/FileDialog/FileBack.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=5]\n[ext_resource path=\"res://Sprites/UI/FileDialog/FileReload.png\" type=\"Texture\" id=6]\n\n[sub_resource type=\"DynamicFont\" id=1]\nsize = 12\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_mipmaps = true\nuse_filter = true\nextra_spacing_top = 6\nextra_spacing_char = -1\nfont_data = ExtResource( 5 )\n\n[sub_resource type=\"DynamicFont\" id=2]\nsize = 14\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_mipmaps = true\nuse_filter = true\nextra_spacing_top = 6\nextra_spacing_char = -2\nfont_data = ExtResource( 5 )\n\n[node name=\"CanvasLayer\" type=\"CanvasLayer\"]\nlayer = 8\nscript = ExtResource( 1 )\n\n[node name=\"Overwrite\" type=\"Control\" parent=\".\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -150.0\nmargin_top = -47.5\nmargin_right = 150.0\nmargin_bottom = 47.5\ntheme = ExtResource( 2 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"Overwrite\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Overwrite/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -8.0\ncustom_constants/separation = 10\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"Overwrite/Panel/VBoxContainer\"]\nmargin_top = 2.0\nmargin_right = 284.0\nmargin_bottom = 23.0\ncustom_colors/font_color = Color( 1, 0, 0, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Overwrite the file?\"\nalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Overwrite/Panel/VBoxContainer\"]\nmargin_top = 33.0\nmargin_right = 284.0\nmargin_bottom = 35.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"HBoxContainer\" type=\"HBoxContainer\" parent=\"Overwrite/Panel/VBoxContainer\"]\nmargin_top = 45.0\nmargin_right = 284.0\nmargin_bottom = 77.0\nrect_min_size = Vector2( 0, 32 )\ncustom_constants/separation = 80\nalignment = 1\n\n[node name=\"OverwriteYes\" type=\"Button\" parent=\"Overwrite/Panel/VBoxContainer/HBoxContainer\"]\nmargin_left = 38.0\nmargin_right = 76.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 38, 0 )\nfocus_mode = 0\nenabled_focus_mode = 0\ntext = \"OK\"\n\n[node name=\"OverwriteNo\" type=\"Button\" parent=\"Overwrite/Panel/VBoxContainer/HBoxContainer\"]\nmargin_left = 156.0\nmargin_right = 245.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 89, 0 )\nfocus_mode = 0\nenabled_focus_mode = 0\ntext = \"Cancel\"\n\n[node name=\"Popup\" type=\"Control\" parent=\".\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -200.0\nmargin_top = -180.0\nmargin_right = 200.0\nmargin_bottom = 180.0\ntheme = ExtResource( 2 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"Popup\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Popup/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -39.0\nrect_clip_content = true\n\n[node name=\"TopBar\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\nmargin_right = 384.0\nmargin_bottom = 30.0\nalignment = 1\n\n[node name=\"Back\" type=\"TextureButton\" parent=\"Popup/Panel/VBoxContainer/TopBar\"]\nvisible = false\nmargin_left = 8.0\nmargin_right = 38.0\nmargin_bottom = 30.0\nrect_min_size = Vector2( 30, 30 )\nfocus_mode = 1\nshortcut_in_tooltip = false\naction_mode = 0\nenabled_focus_mode = 1\ntexture_normal = ExtResource( 4 )\nexpand = true\n\n[node name=\"DirectoryName\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/TopBar\"]\nmargin_left = 25.0\nmargin_top = 5.0\nmargin_right = 325.0\nmargin_bottom = 24.0\nrect_min_size = Vector2( 300, 0 )\nrect_clip_content = true\ncustom_fonts/font = SubResource( 1 )\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"res://Scenes//Levels\"\nalign = 1\nvalign = 1\nclip_text = true\n\n[node name=\"Reload\" type=\"TextureButton\" parent=\"Popup/Panel/VBoxContainer/TopBar\"]\nmargin_left = 329.0\nmargin_right = 359.0\nmargin_bottom = 30.0\nrect_min_size = Vector2( 30, 30 )\nfocus_mode = 1\nshortcut_in_tooltip = false\naction_mode = 0\nenabled_focus_mode = 1\ntexture_normal = ExtResource( 6 )\nexpand = true\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Popup/Panel/VBoxContainer\"]\nmargin_top = 34.0\nmargin_right = 384.0\nmargin_bottom = 36.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"ScrollContainer\" type=\"ScrollContainer\" parent=\"Popup/Panel/VBoxContainer\"]\nmargin_top = 40.0\nmargin_right = 384.0\nmargin_bottom = 274.0\nrect_min_size = Vector2( 384, 0 )\nsize_flags_vertical = 3\nscroll_horizontal_enabled = false\n\n[node name=\"Files\" type=\"VBoxContainer\" parent=\"Popup/Panel/VBoxContainer/ScrollContainer\"]\nmargin_right = 384.0\nmargin_bottom = 234.0\nrect_min_size = Vector2( 384, 0 )\nsize_flags_vertical = 3\ncustom_constants/separation = 2\n\n[node name=\"FileName\" type=\"VBoxContainer\" parent=\"Popup/Panel/VBoxContainer\"]\nmargin_top = 278.0\nmargin_right = 384.0\nmargin_bottom = 313.0\ncustom_constants/separation = 1\nalignment = 1\n\n[node name=\"Line3\" type=\"TextureRect\" parent=\"Popup/Panel/VBoxContainer/FileName\"]\nmargin_right = 384.0\nmargin_bottom = 2.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"HSplitContainer\" type=\"HBoxContainer\" parent=\"Popup/Panel/VBoxContainer/FileName\"]\nmargin_top = 3.0\nmargin_right = 384.0\nmargin_bottom = 35.0\nrect_min_size = Vector2( 0, 32 )\n\n[node name=\"Label\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/FileName/HSplitContainer\"]\nmargin_top = 5.0\nmargin_right = 65.0\nmargin_bottom = 26.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Name:\"\n\n[node name=\"LineEdit\" type=\"LineEdit\" parent=\"Popup/Panel/VBoxContainer/FileName/HSplitContainer\"]\nmargin_left = 69.0\nmargin_right = 342.0\nmargin_bottom = 32.0\nsize_flags_horizontal = 3\ncontext_menu_enabled = false\n\n[node name=\"FileType\" type=\"Label\" parent=\"Popup/Panel/VBoxContainer/FileName/HSplitContainer\"]\nmargin_left = 346.0\nmargin_top = 5.0\nmargin_right = 384.0\nmargin_bottom = 26.0\ncustom_fonts/font = SubResource( 2 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \".tscn\"\n\n[node name=\"Line2\" type=\"TextureRect\" parent=\"Popup/Panel\"]\nanchor_right = 1.0\nmargin_top = 322.0\nmargin_bottom = 324.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"HBoxContainer\" type=\"HBoxContainer\" parent=\"Popup/Panel\"]\nmargin_top = 324.0\nmargin_right = 390.0\nmargin_bottom = 356.0\ncustom_constants/separation = 80\nalignment = 1\n\n[node name=\"OK\" type=\"Button\" parent=\"Popup/Panel/HBoxContainer\"]\nmargin_left = 91.0\nmargin_right = 129.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 38, 0 )\nfocus_mode = 0\nenabled_focus_mode = 0\ntext = \"OK\"\n\n[node name=\"Cancel\" type=\"Button\" parent=\"Popup/Panel/HBoxContainer\"]\nmargin_left = 209.0\nmargin_right = 298.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 89, 0 )\nfocus_mode = 0\nenabled_focus_mode = 0\ntext = \"Cancel\"\n[connection signal=\"pressed\" from=\"Overwrite/Panel/VBoxContainer/HBoxContainer/OverwriteYes\" to=\".\" method=\"_on_OverwriteYes_pressed\"]\n[connection signal=\"pressed\" from=\"Overwrite/Panel/VBoxContainer/HBoxContainer/OverwriteNo\" to=\".\" method=\"_on_OverwriteNo_pressed\"]\n[connection signal=\"pressed\" from=\"Popup/Panel/VBoxContainer/TopBar/Back\" to=\".\" method=\"_on_Back_pressed\"]\n[connection signal=\"pressed\" from=\"Popup/Panel/VBoxContainer/TopBar/Reload\" to=\".\" method=\"_on_Reload_pressed\"]\n[connection signal=\"text_changed\" from=\"Popup/Panel/VBoxContainer/FileName/HSplitContainer/LineEdit\" to=\".\" method=\"_on_LineEdit_text_changed\"]\n[connection signal=\"pressed\" from=\"Popup/Panel/HBoxContainer/OK\" to=\".\" method=\"_on_OK_pressed\"]\n[connection signal=\"pressed\" from=\"Popup/Panel/HBoxContainer/Cancel\" to=\".\" method=\"_on_Cancel_pressed\"]\n"
  },
  {
    "path": "src/Scenes/UI/Helpers.gd",
    "content": "extends Node\n\nfunc _get_scene():\n\treturn get_tree().current_scene\n\nfunc get_camera():\n\treturn _get_scene().get_node(\"Camera2D\")\n\nfunc get_player():\n\treturn _get_scene().get_node(\"Player\")\n\nfunc get_level():\n\treturn _get_scene().get_node(\"Level\")\n\nfunc get_editor():\n\treturn _get_scene().get_node(\"Editor\")\n\nfunc file_dialog(directory, filetype, save):\n\tvar dialog = load(\"res://Scenes/UI/FileSelect.tscn\").instance()\n\tdialog.set_name(\"FileSelect\")\n\tdialog.directory = directory\n\tdialog.filetype = filetype\n\tdialog.save = save\n\t_get_scene().add_child(dialog)\n"
  },
  {
    "path": "src/Scenes/UI/Level.gd",
    "content": "extends Node\n\nexport var level_name = \"\"\nexport var level_creator = \"\"\nexport var music = \"\"\nexport var worldmap = false\n"
  },
  {
    "path": "src/Scenes/UI/LevelEditor.gd",
    "content": "extends Node2D\n\nconst CAMERA_MOVE_SPEED = 32\nvar category_selected = \"Tiles\"\nvar layer_selected = \"\"\nvar layer_selected_type = \"\"\nvar layerfile = null\nvar tile_type = 0\nvar tile_selected = Vector2(0,0)\nvar old_tile_selected = Vector2(0,0)\nvar object_category = \"\"\nvar object_type = \"\"\nvar old_object_type = \"\"\nvar mouse_down = false\nvar anim_in = false\nvar rect_start_pos = Vector2() # Where you started clicking for the rectangle select\nvar dragging_object = false\nvar dragpos = Vector2()\nvar object_dragged = \"\"\nvar movetime_up = 0\nvar movetime_down = 0\nvar movetime_left = 0\nvar movetime_right = 0\nvar player_drag_half = \"bottom\"\nvar player_hovered = false\nvar expanding = false\nvar expandingobject = \"\"\nvar expandingdir = \"\"\nvar expandpos = Vector2()\nvar stop = false\nvar dir = Directory.new()\nvar clickdisable = false\nvar tilemap = null\n\nfunc _ready():\n\tif UIHelpers.get_level() == null:\n\t\tinitial_menu()\n\t\treturn\n\n\tif UIHelpers.get_level().worldmap: # Worldmap Tiles\n\t\ttilemap = $WorldMap\n\telse:\n\t\ttilemap = $TileMap # Level Tiles\n\n\tif UIHelpers.get_level().music != \"\":\n\t\t$Menu/Settings/Panel/VBoxContainer/Music/MusicSelect.text = UIHelpers.get_level().music\n\n\t$GrabArea.offset = Vector2(9999999,99999999)\n\t$Menu/Settings/Panel/VBoxContainer/Name/LevelName.text = UIHelpers.get_level().level_name\n\t$Menu/Settings/Panel/VBoxContainer/Creator/LevelCreator.text = UIHelpers.get_level().level_creator\n\n\tanim_in = get_tree().current_scene.editmode\n\tvisible = false\n\t$UI.offset = Vector2(get_viewport().size.x * 9999,get_viewport().size.y * 9999)\n\t$UI/SideBar/VBoxContainer/TilesButton.grab_focus()\n\tupdate_tiles()\n\tupdate_layers()\n\tselect_first_solid_tilemap()\n\nfunc _process(_delta):\n\tlayerfile = UIHelpers.get_level().get_node(layer_selected)\n\tif layerfile == null:\n\t\tlayer_selected == \"\"\n\t\tlayer_selected_type = \"\"\n\t\t$SelectedArea.visible = false\n\t\t$EraserSprite.visible = false\n\t\t$SelectedTile.visible = false\n\t\tprint(\"ERROR! There is no level loaded!\")\n\t\treturn\n\n\tif stop == true:\n\t\t$SelectedArea.visible = false\n\t\t$EraserSprite.visible = false\n\t\t$SelectedTile.visible = false\n\t\treturn\n\n\t# General positioning stuff\n\t$UI/SideBar/VBoxContainer/TilesButton.text = \"\"\n\t$UI/SideBar/VBoxContainer/ObjectsButton.text = \"\"\n\n\t$Grid.rect_size = Vector2((get_viewport().size.x + 32) * 4 * UIHelpers.get_camera().zoom.x, (get_viewport().size.y + 32) * 4 * UIHelpers.get_camera().zoom.y)\n\t$Grid.rect_position = Vector2(UIHelpers.get_camera().position.x - (get_viewport().size.x / 2) * UIHelpers.get_camera().zoom.x, UIHelpers.get_camera().position.y - (get_viewport().size.y / 2) * UIHelpers.get_camera().zoom.y)\n\t$Grid.rect_position = Vector2(floor($Grid.rect_position.x / 32) * 32, floor($Grid.rect_position.y / 32) * 32)\n\tif layer_selected_type == \"TileMap\" and category_selected == \"Tiles\":\n\t\t$Grid.rect_position += Vector2(fmod(layerfile.position.x, 32),fmod(layerfile.position.y, 32))\n\n\t$UI/BottomBar/ScrollContainer/HBoxContainer.rect_min_size.y = 64\n\t$UI/BottomBar/ScrollContainer.rect_size.y = 64\n\tif $UI/BottomBar/ScrollContainer.rect_size.y != 64:\n\t\t$UI/BottomBar/ScrollContainer/HBoxContainer.rect_min_size.y = 52\n\t\t$UI/BottomBar/ScrollContainer.rect_size.y = 64\n\n\t# Show and hide\n\tif get_tree().current_scene.editmode == false:\n\t\t# Move out animation\n\t\tif anim_in == true:\n\t\t\tanim_in = false\n\t\t\t$UI/AnimationPlayer.play(\"MoveOut\")\n\t\tif $UI/AnimationPlayer.current_animation != \"MoveOut\":\n\t\t\tvisible = false\n\t\t\t$UI.offset = Vector2 (get_viewport().size.x * 9999,get_viewport().size.y * 9999)\n\t\t\treturn\n\telse:\n\t\t# Move in animation\n\t\tif anim_in == false:\n\t\t\tanim_in = true\n\t\t\t$UI/AnimationPlayer.play(\"MoveIn\")\n\t\tvisible = true\n\t\t$UI.offset = Vector2(0,0)\n\n\t# Editor settings menu\n\tif Input.is_action_just_pressed(\"pause\") and !clickdisable:\n\t\tif $Menu/Editor.visible:\n\t\t\t$Menu/Editor.hide()\n\t\telse:\n\t\t\t$Menu/Editor.show()\n\n\tif $Menu/Editor.visible or $Menu/Create.visible or $Menu/Settings.visible or $Menu/Exit.visible or $UI/AddLayer.visible:\n\t\t$SelectedTile.visible = false\n\t\tclickdisable = true\n\t\tUIHelpers.get_level().level_name = $Menu/Settings/Panel/VBoxContainer/Name/LevelName.text\n\t\tUIHelpers.get_level().level_creator = $Menu/Settings/Panel/VBoxContainer/Creator/LevelCreator.text\n\t\treturn\n\n\t# Navigation\n\tif Input.is_action_pressed(\"ui_up\"):\n\t\tUIHelpers.get_camera().position.y -= CAMERA_MOVE_SPEED\n\t\tmovetime_up += 1\n\telif Input.is_action_just_released(\"ui_up\"): movetime_up = -1\n\telse: movetime_up = 0\n\n\tif Input.is_action_pressed(\"ui_down\"):\n\t\tUIHelpers.get_camera().position.y += CAMERA_MOVE_SPEED\n\t\tmovetime_down += 1\n\telif Input.is_action_just_released(\"ui_down\"): movetime_down = -1\n\telse: movetime_down = 0\n\n\tif Input.is_action_pressed(\"ui_left\"):\n\t\tUIHelpers.get_camera().position.x -= CAMERA_MOVE_SPEED\n\t\tmovetime_left += 1\n\telif Input.is_action_just_released(\"ui_left\"): movetime_left = -1\n\telse: movetime_left = 0\n\n\tif Input.is_action_pressed(\"ui_right\"):\n\t\tUIHelpers.get_camera().position.x += CAMERA_MOVE_SPEED\n\t\tmovetime_right += 1\n\telif Input.is_action_just_released(\"ui_right\"): movetime_right = -1\n\telse: movetime_right = 0\n\n\t# Round player position\n\tUIHelpers.get_player().position.x = (floor(UIHelpers.get_player().position.x / 32) * 32) + 16\n\tif UIHelpers.get_level().worldmap:\n\t\tUIHelpers.get_player().position.y = (floor(UIHelpers.get_player().position.y / 32) * 32) + 16\n\telse:\n\t\tUIHelpers.get_player().position.y = round(UIHelpers.get_player().position.y / 32) * 32\n\n\t# Delay the player movement by one frame to sync with the camera\n\tif !UIHelpers.get_level().worldmap:\n\t\tif movetime_up != 1 and movetime_up != 0:\n\t\t\tUIHelpers.get_player().position.y -= CAMERA_MOVE_SPEED\n\t\tif movetime_down != 1 and movetime_down != 0:\n\t\t\tUIHelpers.get_player().position.y += CAMERA_MOVE_SPEED\n\t\tif movetime_left != 1 and movetime_left != 0:\n\t\t\tUIHelpers.get_player().position.x -= CAMERA_MOVE_SPEED\n\t\tif movetime_right != 1 and movetime_right != 0:\n\t\t\tUIHelpers.get_player().position.x += CAMERA_MOVE_SPEED\n\n\t# Disable rectangle select for objects\n\tif category_selected == \"Objects\":\n\t\t$UI/SideBar/VBoxContainer/HBoxContainer/SelectButton.disabled = true\n\t\t$UI/SideBar/VBoxContainer/HBoxContainer/SelectButton.pressed = false\n\t\t$UI/SideBar/VBoxContainer/HBoxContainer/SelectButton/TextureRect.self_modulate = Color(1,1,1,0.5)\n\telse:\n\t\t$UI/SideBar/VBoxContainer/HBoxContainer/SelectButton.disabled = false\n\t\t$UI/SideBar/VBoxContainer/HBoxContainer/SelectButton/TextureRect.self_modulate = Color(1,1,1,1)\n\n\t# Placing tiles / objects\n\tif layer_selected_type == \"TileMap\" and category_selected == \"Tiles\":\n\t\ttile_selected = layerfile.world_to_map(Vector2(get_global_mouse_position().x - ((1 - layerfile.scroll_speed.x) * UIHelpers.get_camera().position.x), get_global_mouse_position().y - ((1 - layerfile.scroll_speed.y) * UIHelpers.get_camera().position.y)))\n\telse: tile_selected = tilemap.world_to_map(get_global_mouse_position())\n\tupdate_selected_tile()\n\n\t# Click disable\n\tif not Input.is_action_pressed(\"click_left\"):\n\t\tclickdisable = false\n\n\t# Drag the player\n\tif player_hovered and Input.is_action_just_pressed(\"click_left\") and !dragging_object and !expanding:\n\t\tdragging_object = true\n\t\tobject_dragged = \"Player\"\n\t\tdragpos = Vector2(0,0)\n\t\tUIHelpers.get_player().get_node(\"Control/AnimatedSprite\").scale += Vector2(0.25,0.25)\n\t\tif $SelectedTile.position == Vector2(UIHelpers.get_player().position.x,UIHelpers.get_player().position.y - 16):\n\t\t\tplayer_drag_half = \"top\"\n\t\telse: player_drag_half = \"bottom\"\n\n\tvar object_hovered = false\n\t# If clicking on a tile occupied by an object, pick up the object\n\tif !clickdisable and $UI/SideBar/VBoxContainer/HBoxContainer/EraserButton.pressed == false and !dragging_object and !expanding:\n\t\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t\tif not child.is_in_group(\"layers\") and not child.is_in_group(\"expandable\"):\n\t\t\t\tif child.position == $SelectedTile.position:\n\t\t\t\t\t\t$SelectedTile.visible = false\n\t\t\t\t\t\tobject_hovered = true\n\t\t\t\t\t\tif Input.is_action_just_pressed(\"click_left\"):\n\t\t\t\t\t\t\tdragging_object = true\n\t\t\t\t\t\t\tobject_dragged = child.get_name()\n\t\t\t\t\t\t\tchild.scale += Vector2(0.25,0.25)\n\t\t\t\t\t\t\tdragpos = Vector2(0,0)\n\t\t\t\t\t\t\treturn\n\t\t\t\t\t\tif Input.is_action_just_pressed(\"click_right\") and child.is_in_group(\"popup\"):\n\t\t\t\t\t\t\tchild.get_node(\"CanvasLayer/Popup\").show()\n\t\t\t\t\t\t\tclickdisable = true\n\n\t# If clicking on an expandable area, drag it\n\tif !clickdisable and !object_hovered and not($GrabArea/C1.is_hovered()) and not($GrabArea/C2.is_hovered()) and not($GrabArea/C3.is_hovered()) and not($GrabArea/C4.is_hovered()) and $UI/SideBar/VBoxContainer/HBoxContainer/EraserButton.pressed == false and !dragging_object and !expanding:\n\t\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t\tif child.is_in_group(\"expandable\"):\n\t\t\t\tif $SelectedTile.position.x >= child.position.x and $SelectedTile.position.y >= child.position.y and $SelectedTile.position.x <= child.position.x + (child.get_node(\"Control\").rect_size.x - 32) and $SelectedTile.position.y <= child.position.y + (child.get_node(\"Control\").rect_size.y - 32):\n\t\t\t\t\t$SelectedTile.visible = false\n\t\t\t\t\tobject_hovered = true\n\t\t\t\t\tif Input.is_action_just_pressed(\"click_right\") and child.is_in_group(\"popup\"):\n\t\t\t\t\t\tchild.get_node(\"CanvasLayer/Popup\").show()\n\t\t\t\t\t\tclickdisable = true\n\t\t\t\t\telif Input.is_action_just_pressed(\"click_left\"):\n\t\t\t\t\t\tdragging_object = true\n\t\t\t\t\t\tobject_dragged = child.get_name()\n\t\t\t\t\t\tdragpos = Vector2(child.position.x - $SelectedTile.position.x, child.position.y - $SelectedTile.position.y)\n\t\t\t\t\t\treturn\n\n\t# Show expandable area buttons\n\t$GrabArea.offset = Vector2(9999999,99999999)\n\tif !clickdisable and UIHelpers._get_scene().editmode and $UI/SideBar/VBoxContainer/HBoxContainer/EraserButton.pressed == false and !dragging_object and !expanding:\n\t\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t\tif child.is_in_group(\"expandable\"):\n\t\t\t\tif child.is_in_group(\"popup\"):\n\t\t\t\t\tif child.get_node(\"CanvasLayer/Popup\").visible:\n\t\t\t\t\t\tobject_hovered = true\n\t\t\t\t\t\t$SelectedTile.visible = false\n\t\t\t\t\t\treturn\n\t\t\t\tif $SelectedTile.position.x >= child.position.x - 32 and $SelectedTile.position.y >= child.position.y - 32 and $SelectedTile.position.x <= child.position.x + (child.get_node(\"Control\").rect_size.x - 32) + 32 and $SelectedTile.position.y <= child.position.y + (child.get_node(\"Control\").rect_size.y - 32) + 32:\n\t\t\t\t\t$GrabArea/C1.rect_position = Vector2((child.position.x) - 16, (child.position.y) - 16)\n\t\t\t\t\t$GrabArea/C2.rect_position = Vector2((child.position.x + (child.get_node(\"Control\").rect_size.x - 32) + 16), (child.position.y) - 16)\n\t\t\t\t\t$GrabArea/C3.rect_position = Vector2((child.position.x) - 16, (child.position.y + (child.get_node(\"Control\").rect_size.y - 32) + 16))\n\t\t\t\t\t$GrabArea/C4.rect_position = Vector2((child.position.x + (child.get_node(\"Control\").rect_size.x - 32) + 16), (child.position.y + (child.get_node(\"Control\").rect_size.y - 32) + 16))\n\t\t\t\t\t$GrabArea.scale = Vector2(1,1) / UIHelpers.get_camera().zoom\n\t\t\t\t\t$GrabArea.offset = (UIHelpers.get_camera().position * -1 * $GrabArea.scale) - Vector2(get_viewport().size.x * -0.5, get_viewport().size.y * -0.5) - (Vector2(11,11) * $GrabArea.scale)\n\t\t\t\t\tif $GrabArea/C1.is_hovered() or $GrabArea/C2.is_hovered() or $GrabArea/C3.is_hovered() or $GrabArea/C4.is_hovered():\n\t\t\t\t\t\t$SelectedTile.visible = false\n\t\t\t\t\t\tobject_hovered = true\n\n\t\t\t\t\tif $GrabArea/C1.pressed:\n\t\t\t\t\t\texpanding = true\n\t\t\t\t\t\texpandingobject = child.get_name()\n\t\t\t\t\t\texpandingdir = \"\"\n\t\t\t\t\t\texpandpos = Vector2(child.position.x + (child.get_node(\"Control\").rect_size.x - 32), child.position.y + (child.get_node(\"Control\").rect_size.y - 32))\n\n\t\t\t\t\tif $GrabArea/C2.pressed:\n\t\t\t\t\t\texpanding = true\n\t\t\t\t\t\texpandingobject = child.get_name()\n\t\t\t\t\t\texpandingdir = \"\"\n\t\t\t\t\t\texpandpos = Vector2(child.position.x, child.position.y + (child.get_node(\"Control\").rect_size.y - 32))\n\n\t\t\t\t\tif $GrabArea/C3.pressed:\n\t\t\t\t\t\texpanding = true\n\t\t\t\t\t\texpandingobject = child.get_name()\n\t\t\t\t\t\texpandingdir = \"\"\n\t\t\t\t\t\texpandpos = Vector2(child.position.x + (child.get_node(\"Control\").rect_size.x - 32), child.position.y)\n\n\t\t\t\t\tif $GrabArea/C4.pressed:\n\t\t\t\t\t\texpanding = true\n\t\t\t\t\t\texpandingobject = child.get_name()\n\t\t\t\t\t\texpandingdir = \"\"\n\t\t\t\t\t\texpandpos = Vector2(child.position.x, child.position.y)\n\n\n\t# Let go of dragged objects\n\tif not Input.is_action_pressed(\"click_left\") and dragging_object == true:\n\t\tdragging_object = false\n\t\t$GrabSprite.visible = false\n\t\tif object_dragged != \"Player\":\n\t\t\tif not get_tree().current_scene.get_node(str(\"Level/\", object_dragged)).is_in_group(\"expandable\"):\n\t\t\t\tget_tree().current_scene.get_node(str(\"Level/\", object_dragged)).scale -= Vector2(0.25,0.25)\n\t\t\tif not get_tree().current_scene.get_node(str(\"Level/\", object_dragged)).is_in_group(\"stackable\"):\n\t\t\t\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t\t\t\tif child.position == $SelectedTile.position and child.get_name() != object_dragged and not child.is_in_group(\"stackable\"):\n\t\t\t\t\t\tchild.queue_free()\n\t\telse: UIHelpers.get_player().get_node(\"Control/AnimatedSprite\").scale -= Vector2(0.25,0.25)\n\n\t# Drag the object\n\tif Input.is_action_pressed(\"click_left\") and dragging_object == true:\n\t\t$SelectedTile.visible = false\n\t\t$GrabSprite.visible = true\n\t\t$GrabSprite.position = $SelectedTile.position\n\t\tif object_dragged != \"Player\":\n\t\t\tget_tree().current_scene.get_node(str(\"Level/\", object_dragged)).position = $SelectedTile.position + dragpos\n\t\telse:\n\t\t\tUIHelpers.get_player().position = $SelectedTile.position\n\t\t\tif !UIHelpers.get_level().worldmap:\n\t\t\t\tif player_drag_half == \"top\":\n\t\t\t\t\tUIHelpers.get_player().position.y += 16\n\t\t\t\telse: UIHelpers.get_player().position.y -= 16\n\n\t# Expand resizable areas\n\tif expanding:\n\t\tvar expobject = get_tree().current_scene.get_node(str(\"Level/\", expandingobject))\n\t\tvar expandposmap = tilemap.world_to_map(expandpos)\n\t\tif Input.is_action_pressed(\"click_left\"):\n\t\t\t# Drag Horizontal\n\t\t\tif tilemap.world_to_map(get_global_mouse_position()).x >= expandposmap.x:\n\t\t\t\texpobject.position.x = expandpos.x\n\t\t\t\texpobject.get_node(\"Control\").rect_size.x = ((tilemap.world_to_map(get_global_mouse_position()).x - expandposmap.x) * 32) + 32\n\t\t\telse:\n\t\t\t\texpobject.position.x = (tilemap.world_to_map(get_global_mouse_position()).x * 32) + 16\n\t\t\t\texpobject.get_node(\"Control\").rect_size.x = ((expandposmap.x - tilemap.world_to_map(get_global_mouse_position()).x) * 32) + 32\n\n\t\t\t# Drag Vertical\n\t\t\tif tilemap.world_to_map(get_global_mouse_position()).y >= expandposmap.y:\n\t\t\t\texpobject.position.y = expandpos.y\n\t\t\t\texpobject.get_node(\"Control\").rect_size.y = ((tilemap.world_to_map(get_global_mouse_position()).y - expandposmap.y) * 32) + 32\n\t\t\telse:\n\t\t\t\texpobject.position.y = (tilemap.world_to_map(get_global_mouse_position()).y * 32) + 16\n\t\t\t\texpobject.get_node(\"Control\").rect_size.y = ((expandposmap.y - tilemap.world_to_map(get_global_mouse_position()).y) * 32) + 32\n\n\t\t\texpobject.boxsize.x = expobject.get_node(\"Control\").rect_size.x\n\t\t\texpobject.boxsize.y = expobject.get_node(\"Control\").rect_size.y\n\n\t\telse: expanding = false\n\n\tif Input.is_action_pressed(\"click_left\") and !dragging_object and !expanding and !clickdisable:\n\t\t# If the mouse isn't on the level editor UI or zoom buttons\n\t\tif get_viewport().get_mouse_position().x < get_viewport().size.x - 128 and get_viewport().get_mouse_position().y < get_viewport().size.y - 64 and (tile_selected != old_tile_selected or mouse_down == false) and $UI/BottomBar/Zoom/ZoomIn.is_hovered() == false and $UI/BottomBar/Zoom/ZoomDefault.is_hovered() == false and $UI/BottomBar/Zoom/ZoomOut.is_hovered() == false:\n\n\t\t\t# Tile placing / erasing\n\t\t\tif category_selected == \"Tiles\":\n\n\t\t\t\t# Only works if the layer selected is a TileMap\n\t\t\t\tif layer_selected_type == \"TileMap\":\n\n\t\t\t\t\t# Rectangle Tile Placing / Erasing\n\t\t\t\t\tif $UI/SideBar/VBoxContainer/HBoxContainer/SelectButton.pressed:\n\t\t\t\t\t\tvar startx = 0\n\t\t\t\t\t\tvar endx = 0\n\t\t\t\t\t\tvar starty = 0\n\t\t\t\t\t\tvar endy = 0\n\t\t\t\t\t\tif tile_selected.x >= rect_start_pos.x:\n\t\t\t\t\t\t\tstartx = rect_start_pos.x\n\t\t\t\t\t\t\tendx = tile_selected.x + 1\n\t\t\t\t\t\telse:\n\t\t\t\t\t\t\tendx = rect_start_pos.x + 1\n\t\t\t\t\t\t\tstartx = tile_selected.x\n\n\t\t\t\t\t\tif tile_selected.y >= rect_start_pos.y:\n\t\t\t\t\t\t\tstarty = rect_start_pos.y\n\t\t\t\t\t\t\tendy = tile_selected.y + 1\n\t\t\t\t\t\telse:\n\t\t\t\t\t\t\tendy = rect_start_pos.y + 1\n\t\t\t\t\t\t\tstarty = tile_selected.y\n\n\t\t\t\t\t\tfor i in range(startx, endx):\n\t\t\t\t\t\t\tfor i2 in range(starty, endy):\n\t\t\t\t\t\t\t\tif $UI/SideBar/VBoxContainer/HBoxContainer/EraserButton.pressed:\n\t\t\t\t\t\t\t\t\tlayerfile.set_cellv(Vector2(i,i2), -1)\n\t\t\t\t\t\t\t\telse:\n\t\t\t\t\t\t\t\t\tlayerfile.set_cellv(Vector2(i,i2), tile_type)\n\t\t\t\t\t\tlayerfile.update_bitmask_region(Vector2(startx,starty),Vector2(endx,endy))\n\n\t\t\t\t\t# Tile erasing\n\t\t\t\t\telif $UI/SideBar/VBoxContainer/HBoxContainer/EraserButton.pressed:\n\t\t\t\t\t\tlayerfile.set_cellv(tile_selected, -1)\n\t\t\t\t\t\tlayerfile.update_bitmask_area(tile_selected)\n\n\t\t\t\t\t# Tile placing\n\t\t\t\t\telse:\n\t\t\t\t\t\tlayerfile.set_cellv(tile_selected, tile_type)\n\t\t\t\t\t\tlayerfile.update_bitmask_area(tile_selected)\n\n\t\t\t# Object placing / erasing\n\t\t\telse:\n\n\t\t\t\t# Object erasing (also happens when placing objects so they don't stack)\n\t\t\t\tvar erasedobject = false\n\t\t\t\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t\t\t\tif child.position == $SelectedTile.position and not child.is_in_group(\"expandable\"):\n\t\t\t\t\t\tchild.queue_free()\n\t\t\t\t\t\terasedobject = true\n\t\t\t\tif !erasedobject:\n\t\t\t\t\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t\t\t\t\tif child.is_in_group(\"expandable\"):\n\t\t\t\t\t\t\tif $SelectedTile.position.x >= child.position.x and $SelectedTile.position.y >= child.position.y and $SelectedTile.position.x <= child.position.x + (child.get_node(\"Control\").rect_size.x - 32) and $SelectedTile.position.y <= child.position.y + (child.get_node(\"Control\").rect_size.y - 32):\n\t\t\t\t\t\t\t\tchild.queue_free()\n\n\t\t\t\t# Object placing\n\t\t\t\tif $UI/SideBar/VBoxContainer/HBoxContainer/EraserButton.pressed == false and object_type != \"\":\n\t\t\t\t\tvar object = load(str(\"res://Scenes/Objects/\", object_category, \"/\", object_type)).instance()\n\t\t\t\t\tobject.position = $SelectedTile.position\n\t\t\t\t\tget_tree().current_scene.get_node(\"Level\").add_child(object)\n\t\t\t\t\tobject.set_owner(get_tree().current_scene.get_node(\"Level\"))\n\n\t\t\t\t\tvar objectname = object_type\n\t\t\t\t\tobjectname.erase(objectname.length() -5, 5)\n\n\t\t\t\t\t# If the object is in the group \"oneonly\", delete all other instances of it\n\t\t\t\t\tif object.is_in_group(\"oneonly\"):\n\t\t\t\t\t\tobject.set_name(objectname)\n\t\t\t\t\t\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t\t\t\t\t\tif child.filename == object.filename and not child.is_in_group(\"layers\"):\n\t\t\t\t\t\t\t\tif child.name != object.name: child.queue_free()\n\t\t\t\t\t\tobject.set_name(objectname)\n\n\t\t\t\t\t# Resize expandable objects\n\t\t\t\t\tif object.is_in_group(\"expandable\"):\n\t\t\t\t\t\texpanding = true\n\t\t\t\t\t\texpandingobject = object.get_name()\n\t\t\t\t\t\texpandingdir = \"\"\n\t\t\t\t\t\texpandpos = object.position\n\n\t\t\t\t\t# If the object isn't expandable drag it instead\n\t\t\t\t\telif not Input.is_action_pressed(\"action\") or object.is_in_group(\"oneonly\"):\n\t\t\t\t\t\tdragging_object = true\n\t\t\t\t\t\tdragpos = Vector2(0,0)\n\t\t\t\t\t\tobject_dragged = object.get_name()\n\t\t\t\t\t\tobject.scale += Vector2(0.25,0.25)\n\n\t\tmouse_down = true\n\telse: mouse_down = false\n\told_tile_selected = tile_selected\n\nfunc update_selected_tile():\n\t$SelectedArea.visible = false\n\t$EraserSprite.visible = false\n\t$SelectedTile.visible = false\n\t$SelectedTile.scale = Vector2(1,1)\n\t$SelectedTile.region_rect.size = Vector2(32,32)\n\t$SelectedTile.centered = true\n\t$SelectedTile.region_enabled = false\n\tplayer_hovered = false\n\n\tif clickdisable or not (get_viewport().get_mouse_position().x < get_viewport().size.x - 128 and get_viewport().get_mouse_position().y < get_viewport().size.y - 64):\n\t\tif clickdisable:\n\t\t\t$SelectedTile.visible = false\n\t\treturn\n\n\tif layer_selected_type != \"TileMap\" and category_selected == \"Tiles\":\n\t\treturn\n\n\tif not ($UI/BottomBar/Zoom/ZoomIn.is_hovered() == false and $UI/BottomBar/Zoom/ZoomDefault.is_hovered() == false and $UI/BottomBar/Zoom/ZoomOut.is_hovered() == false):\n\t\treturn\n\n\tif layer_selected_type == \"TileMap\" and category_selected == \"Tiles\":\n\t\t$SelectedTile.position.x = ((tile_selected.x + 0.5) * 32) + (UIHelpers.get_camera().position.x * (1 - layerfile.scroll_speed.x))\n\t\t$SelectedTile.position.y = ((tile_selected.y + 0.5) * 32) + (UIHelpers.get_camera().position.y * (1 - layerfile.scroll_speed.y))\n\telse:\n\t\t$SelectedTile.position.x = (tile_selected.x + 0.5) * 32\n\t\t$SelectedTile.position.y = (tile_selected.y + 0.5) * 32\n\n\tif UIHelpers.get_level().worldmap and ($SelectedTile.position == Vector2(UIHelpers.get_player().position.x,UIHelpers.get_player().position.y - 16) and UIHelpers.get_player().state != \"small\") or $SelectedTile.position == Vector2(UIHelpers.get_player().position.x,UIHelpers.get_player().position.y + 16) and dragging_object == false:\n\t\tplayer_hovered = true\n\t\treturn\n\tif UIHelpers.get_level().worldmap and ($SelectedTile.position == Vector2(UIHelpers.get_player().position.x,UIHelpers.get_player().position.y)) and dragging_object == false:\n\t\tplayer_hovered = true\n\t\treturn\n\n\tif dragging_object or expanding:\n\t\treturn\n\n\t# Rectangle selection\n\t$SelectedArea.visible = false\n\tif $UI/SideBar/VBoxContainer/HBoxContainer/SelectButton.pressed == true and Input.is_action_pressed(\"click_left\"):\n\t\t# Start rectangle selection\n\t\tif Input.is_action_just_pressed(\"click_left\"):\n\t\t\trect_start_pos = tile_selected\n\n\t\t$SelectedArea.rect_position.x = (rect_start_pos.x) * 32\n\t\t$SelectedArea.rect_position.y = (rect_start_pos.y) * 32\n\t\t$SelectedArea.rect_scale.x = (-1 * ($SelectedArea.rect_position.x - ($SelectedTile.position.x))) / 32\n\t\t$SelectedArea.rect_scale.y = (-1 * ($SelectedArea.rect_position.y - ($SelectedTile.position.y))) / 32\n\t\t$SelectedArea.rect_scale.x += 0.5 * ($SelectedArea.rect_scale.x / abs($SelectedArea.rect_scale.x))\n\t\t$SelectedArea.rect_scale.y += 0.5 * ($SelectedArea.rect_scale.y / abs($SelectedArea.rect_scale.y))\n\t\tif $SelectedArea.rect_scale.x < 0:\n\t\t\t$SelectedArea.rect_position.x += 32\n\t\t\t$SelectedArea.rect_scale.x -= 1\n\t\tif $SelectedArea.rect_scale.y < 0:\n\t\t\t$SelectedArea.rect_position.y += 32\n\t\t\t$SelectedArea.rect_scale.y -= 1\n\t\t$SelectedArea.visible = true\n\n\t# Eraser selection\n\telif $UI/SideBar/VBoxContainer/HBoxContainer/EraserButton.pressed == true:\n\t\t$SelectedArea.color = Color(1,0,0,0.5)\n\t\t$EraserSprite.visible = true\n\t\t$SelectedTile.visible = true\n\t\t$SelectedTile.texture = load(\"res://Sprites/Editor/EraseSelect.png\")\n\t\t$SelectedTile.scale = Vector2(0.25,0.25)\n\t\t$SelectedTile.region_enabled = false\n\t\t$SelectedTile.modulate = Color(1,1,1,1)\n\t\t$SelectedTile.offset = Vector2(0,0)\n\t\t$EraserSprite.position = $SelectedTile.position\n\t\told_object_type = \"\"\n\n\telse:\n\t\t$SelectedArea.color = Color(0,1,0,0.5)\n\t\t$EraserSprite.visible = false\n\t\t$SelectedTile.visible = true\n\t\t$SelectedTile.modulate = Color(1,1,1,0.5)\n\n\t\t# Tile selection\n\t\tif category_selected == \"Tiles\":\n\t\t\t$SelectedTile.offset = Vector2(0,0)\n\t\t\tvar selected_texture = tilemap.get_tileset().tile_get_texture(tile_type)\n\t\t\t$SelectedTile.texture = (selected_texture)\n\t\t\tif tilemap.get_tileset().tile_get_tile_mode(tile_type) == 1:\n\t\t\t\t$SelectedTile.region_rect.position = tilemap.get_tileset().autotile_get_icon_coordinate(tile_type) * 32\n\t\t\telse:\n\t\t\t\t$SelectedTile.region_rect.position = tilemap.get_tileset().tile_get_region(tile_type).position\n\t\t\t\t$SelectedTile.region_rect.size = tilemap.get_tileset().tile_get_region(tile_type).size\n\t\t\t\t$SelectedTile.centered = false\n\t\t\t\t$SelectedTile.offset = Vector2(-16,-16)\n\t\t\t$SelectedTile.region_enabled = true\n\t\t\told_object_type = \"\"\n\n\t\telse:\n\t\t\t# Object Selection\n\t\t\tif object_type != old_object_type:\n\t\t\t\tget_object_texture(str(\"res://Scenes/Objects/\", object_category, \"/\", object_type))\n\t\t\told_object_type = object_type\n\t\t\t$SelectedTile.region_enabled = false\n\n# Buttons\nfunc _on_TilesButton_pressed():\n\tif category_selected != \"Tiles\":\n\t\tcategory_selected = \"Tiles\"\n\t\tfor child in $UI/SideBar/ScrollContainer/SidebarList.get_children():\n\t\t\tchild.queue_free()\n\t\tupdate_tiles()\n\nfunc _on_ObjectsButton_pressed():\n\tif category_selected != \"Objects\":\n\t\tcategory_selected = \"Objects\"\n\t\tfor child in $UI/SideBar/ScrollContainer/SidebarList.get_children():\n\t\t\tchild.queue_free()\n\t\tupdate_objects()\n\nfunc update_tiles():\n\tvar child = load(\"res://Scenes/Editor/Category.tscn\").instance()\n\tchild.item = \"Tiles\"\n\t$UI/SideBar/ScrollContainer/SidebarList.add_child(child)\n\n\tvar tiles = tilemap.get_tileset().get_tiles_ids()\n\tfor i in tiles.size():\n\t\tvar child2 = load(\"res://Scenes/Editor/Tile.tscn\").instance()\n\t\tchild2.tile_type = tilemap.get_tileset().tile_get_name(tiles[i])\n\t\tchild.get_node(\"VBoxContainer/Content\").add_child(child2)\n\nfunc update_objects(): # Update the objects list from the editor using the scenes from Scenes/Objects\n\t# Delete existing children of the objects/tiles list\n\tfor child in $UI/SideBar/ScrollContainer/SidebarList.get_children():\n\t\tchild.queue_free()\n\n\t# Find all the folders in Scenes/Objects\n\tvar categories = list_files_in_directory(\"res://Scenes/Objects/\")\n\n\t# For every folder in Scenes/Objects\n\tfor category in categories:\n\t\tif (category != \"Map\" and !UIHelpers.get_level().worldmap) or (category == \"Map\" and UIHelpers.get_level().worldmap): # Change category for Worldmaps\n\n\t\t\t# Create a category\n\t\t\tvar child = load(\"res://Scenes/Editor/Category.tscn\").instance()\n\t\t\tchild.item = category\n\t\t\t$UI/SideBar/ScrollContainer/SidebarList.add_child(child)\n\n\t\t\t# Then for every file inside each folder\n\t\t\tvar objects = list_files_in_directory(str(\"res://Scenes/Objects/\", category, \"/\"))\n\t\t\tfor object in objects:\n\n\t\t\t\t# If it's a scene, create an object button inside that category\n\t\t\t\tif \".tscn\" in object:\n\t\t\t\t\tvar child2 = load(\"res://Scenes/Editor/Object.tscn\").instance()\n\t\t\t\t\tchild2.object_category = category\n\t\t\t\t\tchild2.object_type = object\n\t\t\t\t\tchild.get_node(\"VBoxContainer/Content\").add_child(child2)\n\n\t\t\t\t\t# Set the object selected to this object if none are selected\n\t\t\t\t\tif object_type == \"\":\n\t\t\t\t\t\tobject_type = child2.object_type\n\t\t\t\t\t\tobject_category = child2.object_category\n\nfunc get_object_texture(object_location): # Get the texture for an object\n\tif object_type == \"\":\n\t\treturn\n\n\t$SelectedTile.scale = Vector2(1,1)\n\t$SelectedTile.region_enabled = false\n\t$SelectedTile.offset = Vector2(0,0)\n\n\t# If the object has an animated sprite, set the thumbnail to that\n\tif load(object_location).instance().has_node(\"Control/AnimatedSprite\"):\n\t\tvar selected_texture = load(object_location).instance().get_node(\"Control/AnimatedSprite\").get_sprite_frames().get_frame(\"default\",0)\n\t\t$SelectedTile.scale = load(object_location).instance().get_node(\"Control\").rect_scale\n\t\t$SelectedTile.offset += load(object_location).instance().get_node(\"Control/AnimatedSprite\").offset\n\t\t$SelectedTile.offset += load(object_location).instance().get_node(\"Control/AnimatedSprite\").position\n\t\t$SelectedTile.texture = (selected_texture)\n\n\t# If the object has an animated sprite, set the thumbnail to that\n\tif load(object_location).instance().has_node(\"AnimatedSprite\"):\n\t\tvar selected_texture = load(object_location).instance().get_node(\"AnimatedSprite\").get_sprite_frames().get_frame(\"default\",0)\n\t\t$SelectedTile.scale = load(object_location).instance().get_node(\"AnimatedSprite\").scale\n\t\t$SelectedTile.offset += load(object_location).instance().get_node(\"AnimatedSprite\").offset\n\t\t$SelectedTile.offset += load(object_location).instance().get_node(\"AnimatedSprite\").position\n\t\t$SelectedTile.texture = (selected_texture)\n\n\t# Otherwise if it has a sprite, set the thumbnail to that\n\telif load(object_location).instance().has_node(\"Sprite\"):\n\t\tvar selected_texture = load(object_location).instance().get_node(\"Sprite\").texture\n\t\t$SelectedTile.scale = load(object_location).instance().get_node(\"Sprite\").scale\n\t\t$SelectedTile.offset += load(object_location).instance().get_node(\"Sprite\").offset\n\t\t$SelectedTile.offset += load(object_location).instance().get_node(\"Sprite\").position\n\t\t$SelectedTile.texture = (selected_texture)\n\n# Add all the layers from Scenes/Editor/Layers\nfunc _on_LayerAdd_button_down():\n\t$UI/AddLayer/VBoxContainer/OptionButton.clear()\n\n\t# Get all the files from Scenes/Editor/Layers\n\tvar layers = list_files_in_directory(\"res://Scenes/Editor/Layers/\")\n\tif UIHelpers.get_level().worldmap:\n\t\tlayers = list_files_in_directory(\"res://Scenes/Editor/Layers/Worldmap/\") # Different layers for Worldmap editing\n\tvar tilemappos = 0\n\tfor layer in layers:\n\t\t# If the file is a scene, add it to the OptionButton\n\t\tif \".tscn\" in layer:\n\t\t\tif \"tilemap\" in layer:\n\t\t\t\ttilemappos = $UI/AddLayer/VBoxContainer/OptionButton.items.size()\n\t\t\tvar item = layer\n\t\t\titem.erase(item.length() - 5,5)\n\t\t\t$UI/AddLayer/VBoxContainer/OptionButton.add_icon_item(load(str(\"res://Sprites/Editor/LayerIcons/\", item, \".png\")),item)\n\n\t$UI/AddLayer.show()\n\t$UI/AddLayer/VBoxContainer/OptionButton.selected = tilemappos\n\nfunc _on_AddLayer_popup_hide():\n\t$UI/BottomBar/LayerAdd.pressed = false\n\nfunc _on_LayerConfirmation_pressed():\n\t$UI/AddLayer.hide()\n\t# Set the selected var to the selected item of the OptionButton\n\tvar selected = $UI/AddLayer/VBoxContainer/OptionButton.get_item_text($UI/AddLayer/VBoxContainer/OptionButton.selected)\n\n\t# Then find the scene with the same name in Scenes/Editors/Layers\n\tvar layer = load(str(\"res://Scenes/Editor/Layers/\", selected, \".tscn\")).instance()\n\t# Or in Scenes/Editors/Layers/Worldmap for layers when editing Worldmaps\n\tif UIHelpers.get_level().worldmap:\n\t\tlayer = load(str(\"res://Scenes/Editor/Layers/Worldmap/\", selected, \".tscn\")).instance()\n\tlayer.z_index = $UI/AddLayer/VBoxContainer/Zaxis/SpinBox.value\n\tlayer.original_name = str(selected)\n\n\t# Then add the layer\n\tget_tree().current_scene.get_node(\"Level\").add_child(layer)\n\tlayer.set_owner(get_tree().current_scene.get_node(\"Level\"))\n\tlayer.set_name($UI/AddLayer/VBoxContainer/Name/LineEdit.text)\n\tif \"@\" in layer.get_name():\n\t\tvar newname = layer.get_name()\n\t\tnewname.replace(\"@\",\"\")\n\t\tlayer.set_name(newname)\n\n\t# If the layer isn't in the group \"layers\", add it to the group so it shows in the layer menu\n\tif not layer.is_in_group(\"layers\"): layer.add_to_group(\"layers\")\n\n\t# Select the layer\n\tlayer_selected = layer.get_name()\n\tlayer_selected_type = layer.get_class()\n\tlayerfile = get_tree().current_scene.get_node(str(\"Level/\", layer_selected))\n\n\t# And update the layers list to reflect this\n\tupdate_layers()\n\nfunc _on_LayerCancel_pressed():\n\t$UI/AddLayer.hide()\n\nfunc update_layers(): # Updates the list of layers at the bottom\n\t# Clear the existing layer list\n\tfor child in $UI/BottomBar/ScrollContainer/HBoxContainer.get_children():\n\t\tchild.queue_free()\n\n\t# For every child in the Level node\n\tfor child in get_tree().current_scene.get_node(\"Level\").get_children():\n\t\t# If it counts as a layer (needs to be in \"layers\" group)\n\t\tif child.is_in_group(\"layers\"):\n\t\t\t# Make a layer node to represent it and add it as a child\n\t\t\tvar layer = load(\"res://Scenes/Editor/Layer.tscn\").instance()\n\t\t\tlayer.type = child.get_class()\n\t\t\tlayer.layername = child.get_name()\n\t\t\tlayer.original_name = child.original_name\n\t\t\tlayer.z_axis = child.z_index\n\t\t\tlayer.set_name(child.get_name())\n\t\t\t$UI/BottomBar/ScrollContainer/HBoxContainer.add_child(layer)\n\nfunc select_first_solid_tilemap():\n\tfor i in get_tree().get_nodes_in_group(\"tilemap\"):\n\t\tif i.get_class() == \"TileMap\":\n\t\t\tif i.get_collision_layer() == 31:\n\t\t\t\tlayer_selected = i.get_name()\n\t\t\t\tlayer_selected_type = \"TileMap\"\n\t\t\t\tlayerfile = get_tree().current_scene.get_node(str(\"Level/\", layer_selected))\n\t\t\t\treturn\n\nfunc list_files_in_directory(path):\n\tvar files = []\n\tdir = Directory.new()\n\tdir.open(path)\n\tdir.list_dir_begin()\n\n\twhile true:\n\t\tvar file = dir.get_next()\n\t\tif file == \"\":\n\t\t\tbreak\n\t\telif not file.begins_with(\".\"):\n\t\t\tfiles.append(file)\n\n\tdir.list_dir_end()\n\n\treturn files\n\nfunc _on_ZoomIn_pressed():\n\tget_tree().current_scene.camera_zoom -= 0.25\n\tget_tree().current_scene.camera_zoom_speed = 5\n\nfunc _on_ZoomDefault_pressed():\n\tget_tree().current_scene.camera_zoom = 1\n\tget_tree().current_scene.camera_zoom_speed = 5\n\nfunc _on_ZoomOut_pressed():\n\tget_tree().current_scene.camera_zoom += 0.25\n\tget_tree().current_scene.camera_zoom_speed = 5\n\nfunc _on_Play_pressed():\n\tget_tree().current_scene.editmode_toggle()\n\nfunc _on_SettingsConfirmation_pressed():\n\t$Menu/Settings.hide()\n\t$Menu/Editor.show()\n\nfunc _on_Yes_pressed():\n\tUIHelpers._get_scene().save_level()\n\t$UI/AnimationPlayer.play(\"MoveOut\")\n\tget_tree().current_scene.get_node(\"CanvasLayer/AnimationPlayer\").play(\"Circle Out\")\n\tyield(get_tree().current_scene.get_node(\"CanvasLayer/AnimationPlayer\"), \"animation_finished\")\n\tget_tree().paused = false\n\tget_tree().change_scene(\"res://Scenes/UI/MainMenu.tscn\")\n\nfunc _on_No_pressed():\n\t$UI/AnimationPlayer.play(\"MoveOut\")\n\tget_tree().current_scene.get_node(\"CanvasLayer/AnimationPlayer\").play(\"Circle Out\")\n\tyield(get_tree().current_scene.get_node(\"CanvasLayer/AnimationPlayer\"), \"animation_finished\")\n\tget_tree().paused = false\n\tget_tree().change_scene(\"res://Scenes/UI/MainMenu.tscn\")\n\nfunc _on_Cancel_pressed():\n\t$Menu/Settings.hide()\n\t$Menu/Editor.show()\n\nfunc _on_LevelSave_pressed():\n\tif UIHelpers._get_scene().current_level != \"user://Scenes/Levels/EditedLevel/EditedLevel.tscn\":\n\t\tUIHelpers._get_scene().save_level()\n\telse:\n\t\t$Menu/Editor.hide()\n\t\tUIHelpers._get_scene().save_level_as()\n\t\tyield(UIHelpers._get_scene().get_node(\"FileSelect\"), \"tree_exiting\")\n\t\t$Menu/Editor.show()\n\nfunc _on_LevelSaveAs_pressed():\n\t$Menu/Editor.hide()\n\tUIHelpers._get_scene().save_level_as()\n\tyield(UIHelpers._get_scene().get_node(\"FileSelect\"), \"tree_exiting\")\n\t$Menu/Editor.show()\n\nfunc _on_LevelOpen_pressed():\n\t$Menu/Editor.hide()\n\tUIHelpers._get_scene().open_level()\n\tyield(UIHelpers._get_scene().get_node(\"FileSelect\"), \"tree_exiting\")\n\tif UIHelpers._get_scene().get_node(\"FileSelect\").cancel == true:\n\t\t$Menu/Editor.show()\n\t\treturn\n\nfunc _on_LevelProperties_pressed():\n\t$Menu/Editor.hide()\n\t$Menu/Settings.show()\n\nfunc _on_ReturnMenu_pressed():\n\t$Menu/Editor.hide()\n\tif UIHelpers.get_level() != null:\n\t\t$Menu/Exit.show()\n\telse:\n\t\tget_tree().change_scene(\"res://Scenes/UI/MainMenu.tscn\")\n\nfunc _on_Return_pressed():\n\t$Menu/Editor.hide()\n\nfunc _on_LevelCreate_pressed():\n\t$Menu/Editor.hide()\n\t$Menu/Create.show()\n\nfunc _on_CreateLevel_pressed():\n\tcreate_level(\"res://Scenes/Editor/LevelTemplates/Level.tscn\")\n\nfunc _on_CreateMap_pressed():\n\tcreate_level(\"res://Scenes/Editor/LevelTemplates/Worldmap.tscn\")\n\nfunc create_level(level):\n\tvar createlevel = true\n\tset_process(false)\n\t$Menu/Create.hide()\n\tif UIHelpers.get_level() != null:\n\t\tUIHelpers._get_scene().clear_level()\n\t\tUIHelpers._get_scene().clear_player()\n\tvar levelinstance = load(level).instance()\n\tlevelinstance.set_name(\"Level\")\n\tUIHelpers._get_scene().add_child(levelinstance)\n\tUIHelpers._get_scene().save_edited_level()\n\tUIHelpers.get_level().queue_free()\n\tUIHelpers._get_scene().enter_level_init(\"user://Scenes/Levels/EditedLevel/EditedLevel.tscn\", true)\n\nfunc _on_CancelCreation_pressed():\n\t$Menu/Create.hide()\n\t$Menu/Editor.show()\n\nfunc _on_Save_pressed():\n\tif UIHelpers._get_scene().current_level != \"user://Scenes/Levels/EditedLevel/EditedLevel.tscn\":\n\t\tUIHelpers._get_scene().save_level()\n\telse:\n\t\tUIHelpers._get_scene().save_level_as()\n\t\tyield(UIHelpers._get_scene().get_node(\"FileSelect\"), \"tree_exiting\")\n\nfunc initial_menu():\n\t$Menu/Editor.show()\n\t$Menu/Editor/Panel/VBoxContainer/Return.hide()\n\t$Menu/Editor/Panel/VBoxContainer/LevelSave.hide()\n\t$Menu/Editor/Panel/VBoxContainer/LevelSaveAs.hide()\n\t$Menu/Editor/Panel/VBoxContainer/LevelProperties.hide()\n\tvisible = false\n\t$UI.offset = Vector2 (get_viewport().size.x * 9999,get_viewport().size.y * 9999)\n\t$GrabArea.offset = Vector2(9999999,99999999)\n\t$Play.offset = Vector2(9999999,99999999)\n\nfunc _on_MusicSelect_pressed():\n\t$Menu/Settings.hide()\n\tUIHelpers.file_dialog(\"res://Audio/Music\", \".ogg\", false) # Bring up file select\n\n\tyield(UIHelpers._get_scene().get_node(\"FileSelect\"), \"tree_exiting\")\n\n\tif UIHelpers._get_scene().get_node(\"FileSelect\").cancel == false:\n\t\tUIHelpers.get_level().music = UIHelpers._get_scene().get_node(\"FileSelect\").selectdir\n\t\t$Menu/Settings/Panel/VBoxContainer/Music/MusicSelect.text = UIHelpers.get_level().music\n\t$Menu/Settings.show()\n"
  },
  {
    "path": "src/Scenes/UI/LevelEditor.tscn",
    "content": "[gd_scene load_steps=32 format=2]\n\n[ext_resource path=\"res://Scenes/UI/LevelEditor.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Sprites/Editor/Grid.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Editor/Grab.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Editor/Eraser.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Tilesets/LevelTiles.tres\" type=\"TileSet\" id=5]\n[ext_resource path=\"res://Tilesets/MapTiles.tres\" type=\"TileSet\" id=6]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=7]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=8]\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=9]\n[ext_resource path=\"res://Sprites/Editor/Rectangle.png\" type=\"Texture\" id=10]\n[ext_resource path=\"res://Sprites/Editor/Plus.png\" type=\"Texture\" id=11]\n[ext_resource path=\"res://Sprites/Editor/Equals.png\" type=\"Texture\" id=12]\n[ext_resource path=\"res://Sprites/Editor/Minus.png\" type=\"Texture\" id=13]\n[ext_resource path=\"res://Sprites/Editor/Save.png\" type=\"Texture\" id=14]\n[ext_resource path=\"res://Sprites/Editor/Wrench.png\" type=\"Texture\" id=15]\n[ext_resource path=\"res://Sprites/Creatures/Tux/Small/Jump3.png\" type=\"Texture\" id=16]\n[ext_resource path=\"res://Sprites/Editor/GrabPoint.png\" type=\"Texture\" id=17]\n[ext_resource path=\"res://Sprites/Editor/GrabPointHover.png\" type=\"Texture\" id=18]\n\n[sub_resource type=\"Animation\" id=1]\nresource_name = \"MoveIn\"\nlength = 0.2\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"BottomBar:rect_position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 481 ), Vector2( 0, 416 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"SideBar:rect_position\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 648, 0 ), Vector2( 512, 0 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"SideBar:margin_left\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ 8.0, -128.0 ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"SideBar:margin_right\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ 136.0, 0.0 ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"BottomBar:margin_top\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ 1.0, -64 ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"BottomBar:margin_bottom\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 0.5, 1 ),\n\"update\": 0,\n\"values\": [ 64.9999, 0 ]\n}\ntracks/6/type = \"value\"\ntracks/6/path = NodePath(\"../Grid:self_modulate\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 0, 0.2 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 0 ), Color( 1, 1, 1, 0.501961 ) ]\n}\ntracks/7/type = \"value\"\ntracks/7/path = NodePath(\"../Play/Play/Edit:visible\")\ntracks/7/interp = 1\ntracks/7/loop_wrap = true\ntracks/7/imported = false\ntracks/7/enabled = true\ntracks/7/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/8/type = \"value\"\ntracks/8/path = NodePath(\"../Play/Play/Play:visible\")\ntracks/8/interp = 1\ntracks/8/loop_wrap = true\ntracks/8/imported = false\ntracks/8/enabled = true\ntracks/8/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"Animation\" id=2]\nresource_name = \"MoveOut\"\nlength = 0.1\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"BottomBar:rect_position\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 0, 416 ), Vector2( 0, 481 ) ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"SideBar:rect_position\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 2, 1 ),\n\"update\": 0,\n\"values\": [ Vector2( 648, 0 ), Vector2( 512, 0 ) ]\n}\ntracks/2/type = \"value\"\ntracks/2/path = NodePath(\"SideBar:margin_left\")\ntracks/2/interp = 1\ntracks/2/loop_wrap = true\ntracks/2/imported = false\ntracks/2/enabled = true\ntracks/2/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 2, 1 ),\n\"update\": 0,\n\"values\": [ -128, 8.0 ]\n}\ntracks/3/type = \"value\"\ntracks/3/path = NodePath(\"SideBar:margin_right\")\ntracks/3/interp = 1\ntracks/3/loop_wrap = true\ntracks/3/imported = false\ntracks/3/enabled = true\ntracks/3/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 2, 1 ),\n\"update\": 0,\n\"values\": [ 0.0, 136.0 ]\n}\ntracks/4/type = \"value\"\ntracks/4/path = NodePath(\"BottomBar:margin_top\")\ntracks/4/interp = 1\ntracks/4/loop_wrap = true\ntracks/4/imported = false\ntracks/4/enabled = true\ntracks/4/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 2, 1 ),\n\"update\": 0,\n\"values\": [ -64, 1.0 ]\n}\ntracks/5/type = \"value\"\ntracks/5/path = NodePath(\"BottomBar:margin_bottom\")\ntracks/5/interp = 1\ntracks/5/loop_wrap = true\ntracks/5/imported = false\ntracks/5/enabled = true\ntracks/5/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 2, 1 ),\n\"update\": 0,\n\"values\": [ 0, 64.9999 ]\n}\ntracks/6/type = \"value\"\ntracks/6/path = NodePath(\"../Grid:self_modulate\")\ntracks/6/interp = 1\ntracks/6/loop_wrap = true\ntracks/6/imported = false\ntracks/6/enabled = true\ntracks/6/keys = {\n\"times\": PoolRealArray( 0, 0.1 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 1, 1, 1, 0.501961 ), Color( 1, 1, 1, 0 ) ]\n}\ntracks/7/type = \"value\"\ntracks/7/path = NodePath(\"../Play/Play/Play:visible\")\ntracks/7/interp = 1\ntracks/7/loop_wrap = true\ntracks/7/imported = false\ntracks/7/enabled = true\ntracks/7/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ false ]\n}\ntracks/8/type = \"value\"\ntracks/8/path = NodePath(\"../Play/Play/Edit:visible\")\ntracks/8/interp = 1\ntracks/8/loop_wrap = true\ntracks/8/imported = false\ntracks/8/enabled = true\ntracks/8/keys = {\n\"times\": PoolRealArray( 0 ),\n\"transitions\": PoolRealArray( 1 ),\n\"update\": 1,\n\"values\": [ true ]\n}\n\n[sub_resource type=\"StyleBoxFlat\" id=3]\nbg_color = Color( 1, 1, 1, 0 )\n\n[sub_resource type=\"StyleBoxFlat\" id=4]\nbg_color = Color( 1, 1, 1, 1 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"DynamicFont\" id=5]\nsize = 18\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_filter = true\nfont_data = ExtResource( 8 )\n\n[sub_resource type=\"StreamTexture\" id=6]\nflags = 5\nload_path = \"res://.import/Arrow.png-b67a8582a20cb371d6c96fa38cdd2ef3.stex\"\n\n[sub_resource type=\"StyleBoxFlat\" id=7]\nbg_color = Color( 0, 0, 0, 0.5 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"StyleBoxFlat\" id=8]\nbg_color = Color( 0.4, 0.4, 0.4, 1 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"StyleBoxFlat\" id=9]\nbg_color = Color( 0.75, 0.75, 0.75, 1 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"StyleBoxFlat\" id=10]\nbg_color = Color( 0.25098, 0.25098, 0.25098, 0.74902 )\ncorner_radius_top_left = 8\ncorner_radius_top_right = 8\ncorner_radius_bottom_right = 8\ncorner_radius_bottom_left = 8\n\n[sub_resource type=\"StyleBoxFlat\" id=11]\nborder_width_right = 2\nborder_width_bottom = 2\nborder_color = Color( 0, 0, 0, 0.5 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"StyleBoxFlat\" id=12]\nbg_color = Color( 0.3, 0.3, 0.3, 1 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"DynamicFont\" id=13]\nsize = 12\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_mipmaps = true\nuse_filter = true\nextra_spacing_top = 6\nextra_spacing_char = -1\nfont_data = ExtResource( 8 )\n\n[node name=\"Node2D\" type=\"Node2D\"]\npause_mode = 2\nz_as_relative = false\nscript = ExtResource( 1 )\n\n[node name=\"Grid\" type=\"TextureRect\" parent=\".\"]\nself_modulate = Color( 1, 1, 1, 0.501961 )\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -16.0\nmargin_top = -16.0\nmargin_right = 112.0\nmargin_bottom = 112.0\nrect_scale = Vector2( 0.25, 0.25 )\nmouse_filter = 2\ntexture = ExtResource( 2 )\nexpand = true\nstretch_mode = 2\n\n[node name=\"SelectedTile\" type=\"Sprite\" parent=\".\"]\nvisible = false\nz_index = 4096\nregion_enabled = true\nregion_rect = Rect2( 0, 0, 32, 32 )\nregion_filter_clip = true\n\n[node name=\"GrabSprite\" type=\"Sprite\" parent=\".\"]\nvisible = false\nscale = Vector2( 0.25, 0.25 )\nz_index = 4096\ntexture = ExtResource( 3 )\noffset = Vector2( 64, 32 )\n\n[node name=\"EraserSprite\" type=\"Sprite\" parent=\".\"]\nvisible = false\nscale = Vector2( 0.25, 0.25 )\nz_index = 4096\ntexture = ExtResource( 4 )\noffset = Vector2( 64, 64 )\nflip_h = true\nregion_enabled = true\nregion_rect = Rect2( 0, 0, 128, 128 )\n\n[node name=\"SelectedArea\" type=\"ColorRect\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -16.0\nmargin_top = -16.0\nmargin_right = 16.0\nmargin_bottom = 16.0\nmouse_filter = 2\ncolor = Color( 0, 1, 0, 0.501961 )\n\n[node name=\"TileMap\" type=\"TileMap\" parent=\".\"]\ntile_set = ExtResource( 5 )\ncell_size = Vector2( 32, 32 )\ncollision_layer = 0\ncollision_mask = 0\nformat = 1\n\n[node name=\"WorldMap\" type=\"TileMap\" parent=\".\"]\ntile_set = ExtResource( 6 )\ncell_size = Vector2( 32, 32 )\ncollision_layer = 0\ncollision_mask = 0\nformat = 1\n\n[node name=\"UI\" type=\"CanvasLayer\" parent=\".\"]\nlayer = 3\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\"UI\"]\nanims/MoveIn = SubResource( 1 )\nanims/MoveOut = SubResource( 2 )\n\n[node name=\"SideBar\" type=\"ColorRect\" parent=\"UI\"]\nanchor_left = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = -128.0\ncolor = Color( 0.25098, 0.25098, 0.25098, 0.74902 )\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"UI/SideBar\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\ncustom_constants/separation = 0\n\n[node name=\"TilesButton\" type=\"Button\" parent=\"UI/SideBar/VBoxContainer\"]\nmargin_right = 128.0\nmargin_bottom = 32.0\ngrow_horizontal = 0\ngrow_vertical = 0\nrect_min_size = Vector2( 0, 32 )\nfocus_mode = 1\nsize_flags_horizontal = 3\ntheme = ExtResource( 7 )\ncustom_styles/hover = SubResource( 3 )\ncustom_styles/pressed = SubResource( 4 )\ncustom_styles/focus = SubResource( 4 )\ncustom_styles/disabled = SubResource( 3 )\ncustom_styles/normal = SubResource( 3 )\ncustom_fonts/font = SubResource( 5 )\nenabled_focus_mode = 1\nflat = true\n\n[node name=\"Arrow1\" type=\"TextureRect\" parent=\"UI/SideBar/VBoxContainer/TilesButton\"]\nmargin_left = 18.0\nmargin_top = 9.0\nmargin_right = 30.0\nmargin_bottom = 21.5927\nrect_scale = Vector2( -1, 1 )\ntexture = SubResource( 6 )\nexpand = true\n\n[node name=\"Label\" type=\"Label\" parent=\"UI/SideBar/VBoxContainer/TilesButton\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -41.0\nmargin_top = -9.0\nmargin_right = 13.0\nmargin_bottom = 9.0\ncustom_fonts/font = SubResource( 5 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Tiles\"\n\n[node name=\"Line1\" type=\"TextureRect\" parent=\"UI/SideBar/VBoxContainer\"]\nmargin_top = 32.0\nmargin_right = 128.0\nmargin_bottom = 34.0\ntexture = ExtResource( 9 )\n\n[node name=\"ObjectsButton\" type=\"Button\" parent=\"UI/SideBar/VBoxContainer\"]\nmargin_top = 34.0\nmargin_right = 128.0\nmargin_bottom = 66.0\ngrow_horizontal = 0\ngrow_vertical = 0\nrect_min_size = Vector2( 0, 32 )\nfocus_mode = 1\nsize_flags_horizontal = 3\ntheme = ExtResource( 7 )\ncustom_styles/hover = SubResource( 3 )\ncustom_styles/pressed = SubResource( 4 )\ncustom_styles/focus = SubResource( 4 )\ncustom_styles/disabled = SubResource( 3 )\ncustom_styles/normal = SubResource( 3 )\ncustom_fonts/font = SubResource( 5 )\nenabled_focus_mode = 1\nflat = true\n\n[node name=\"Arrow2\" type=\"TextureRect\" parent=\"UI/SideBar/VBoxContainer/ObjectsButton\"]\nmargin_left = 18.0\nmargin_top = 9.0\nmargin_right = 30.0\nmargin_bottom = 21.5927\nrect_scale = Vector2( -1, 1 )\ntexture = SubResource( 6 )\nexpand = true\n\n[node name=\"Label\" type=\"Label\" parent=\"UI/SideBar/VBoxContainer/ObjectsButton\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -41.0\nmargin_top = -9.0\nmargin_right = 51.0\nmargin_bottom = 9.0\ncustom_fonts/font = SubResource( 5 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Objects\"\n\n[node name=\"Line2\" type=\"TextureRect\" parent=\"UI/SideBar/VBoxContainer\"]\nmargin_top = 66.0\nmargin_right = 128.0\nmargin_bottom = 68.0\ntexture = ExtResource( 9 )\n\n[node name=\"HBoxContainer\" type=\"HBoxContainer\" parent=\"UI/SideBar/VBoxContainer\"]\nmargin_top = 68.0\nmargin_right = 128.0\nmargin_bottom = 100.0\ncustom_constants/separation = 16\nalignment = 1\n\n[node name=\"EraserButton\" type=\"Button\" parent=\"UI/SideBar/VBoxContainer/HBoxContainer\"]\nmargin_left = 24.0\nmargin_right = 56.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 32, 32 )\nfocus_mode = 0\ntheme = ExtResource( 7 )\ncustom_styles/hover = SubResource( 3 )\ncustom_styles/pressed = SubResource( 4 )\ncustom_styles/focus = SubResource( 3 )\ncustom_styles/disabled = SubResource( 7 )\ncustom_styles/normal = SubResource( 3 )\ntoggle_mode = true\nenabled_focus_mode = 0\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"UI/SideBar/VBoxContainer/HBoxContainer/EraserButton\"]\nmargin_right = 32.0\nmargin_bottom = 32.0\ntexture = ExtResource( 4 )\nexpand = true\n\n[node name=\"SelectButton\" type=\"Button\" parent=\"UI/SideBar/VBoxContainer/HBoxContainer\"]\nmargin_left = 72.0\nmargin_right = 104.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 32, 32 )\nfocus_mode = 0\ntheme = ExtResource( 7 )\ncustom_styles/hover = SubResource( 3 )\ncustom_styles/pressed = SubResource( 4 )\ncustom_styles/focus = SubResource( 3 )\ncustom_styles/disabled = SubResource( 7 )\ncustom_styles/normal = SubResource( 3 )\ntoggle_mode = true\nenabled_focus_mode = 0\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"UI/SideBar/VBoxContainer/HBoxContainer/SelectButton\"]\nmargin_right = 32.0\nmargin_bottom = 32.0\ntexture = ExtResource( 10 )\nexpand = true\n\n[node name=\"Line3\" type=\"TextureRect\" parent=\"UI/SideBar/VBoxContainer\"]\nmargin_top = 100.0\nmargin_right = 128.0\nmargin_bottom = 102.0\ntexture = ExtResource( 9 )\n\n[node name=\"ScrollContainer\" type=\"ScrollContainer\" parent=\"UI/SideBar\"]\nanchor_left = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = -122.0\nmargin_top = 110.0\nmargin_right = -8.0\nmargin_bottom = 98.0\ntheme = ExtResource( 7 )\nscroll_horizontal_enabled = false\n\n[node name=\"SidebarList\" type=\"VBoxContainer\" parent=\"UI/SideBar/ScrollContainer\"]\nmargin_right = 114.0\nrect_min_size = Vector2( 114, 0 )\nrect_clip_content = true\ncustom_constants/separation = 0\n\n[node name=\"BottomBar\" type=\"ColorRect\" parent=\"UI\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -64.0\ncolor = Color( 0.25098, 0.25098, 0.25098, 0.74902 )\n\n[node name=\"ScrollContainer\" type=\"ScrollContainer\" parent=\"UI/BottomBar\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 64.0\nmargin_top = -64.0\nmargin_right = -130.0\nscroll_vertical_enabled = false\n\n[node name=\"HBoxContainer\" type=\"HBoxContainer\" parent=\"UI/BottomBar/ScrollContainer\"]\nmargin_bottom = 52.0\nrect_min_size = Vector2( 0, 52 )\nrect_clip_content = true\n\n[node name=\"LayerAdd\" type=\"Button\" parent=\"UI/BottomBar\"]\nmargin_left = 2.0\nmargin_top = 2.0\nmargin_right = 62.0\nmargin_bottom = 62.0\nfocus_mode = 0\ntheme = ExtResource( 7 )\ncustom_styles/hover = SubResource( 8 )\ncustom_styles/pressed = SubResource( 9 )\ncustom_styles/focus = SubResource( 8 )\ncustom_styles/disabled = SubResource( 8 )\ntoggle_mode = true\nenabled_focus_mode = 0\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"UI/BottomBar/LayerAdd\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -32.0\nmargin_top = -32.0\nmargin_right = 32.0\nmargin_bottom = 32.0\nmouse_filter = 2\ntexture = ExtResource( 11 )\nexpand = true\n\n[node name=\"Zoom\" type=\"HBoxContainer\" parent=\"UI/BottomBar\"]\nanchor_left = 1.0\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = -240.0\nmargin_top = -104.0\nmargin_right = -136.0\nmargin_bottom = -72.0\nrect_min_size = Vector2( 104, 0 )\nfocus_mode = 1\nmouse_filter = 0\ncustom_constants/separation = 4\nalignment = 1\n\n[node name=\"ZoomIn\" type=\"Button\" parent=\"UI/BottomBar/Zoom\"]\nmargin_right = 32.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 32, 32 )\nfocus_mode = 0\ncustom_styles/hover = SubResource( 10 )\ncustom_styles/pressed = SubResource( 10 )\ncustom_styles/focus = SubResource( 10 )\ncustom_styles/disabled = SubResource( 10 )\ncustom_styles/normal = SubResource( 10 )\naction_mode = 0\nenabled_focus_mode = 0\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"UI/BottomBar/Zoom/ZoomIn\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -23.0\nmargin_top = -23.0\nmargin_right = 23.0\nmargin_bottom = 23.0\nrect_min_size = Vector2( 32, 32 )\nmouse_filter = 2\ntexture = ExtResource( 11 )\nexpand = true\n\n[node name=\"ZoomDefault\" type=\"Button\" parent=\"UI/BottomBar/Zoom\"]\nmargin_left = 36.0\nmargin_right = 68.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 32, 32 )\nfocus_mode = 0\ncustom_styles/hover = SubResource( 10 )\ncustom_styles/pressed = SubResource( 10 )\ncustom_styles/focus = SubResource( 10 )\ncustom_styles/disabled = SubResource( 10 )\ncustom_styles/normal = SubResource( 10 )\naction_mode = 0\nenabled_focus_mode = 0\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"UI/BottomBar/Zoom/ZoomDefault\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -23.0\nmargin_top = -23.0\nmargin_right = 23.0\nmargin_bottom = 23.0\nrect_min_size = Vector2( 32, 32 )\nmouse_filter = 2\ntexture = ExtResource( 12 )\nexpand = true\n\n[node name=\"ZoomOut\" type=\"Button\" parent=\"UI/BottomBar/Zoom\"]\nmargin_left = 72.0\nmargin_right = 104.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 32, 32 )\nfocus_mode = 0\ncustom_styles/hover = SubResource( 10 )\ncustom_styles/pressed = SubResource( 10 )\ncustom_styles/focus = SubResource( 10 )\ncustom_styles/disabled = SubResource( 10 )\ncustom_styles/normal = SubResource( 10 )\naction_mode = 0\nenabled_focus_mode = 0\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"UI/BottomBar/Zoom/ZoomOut\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -23.0\nmargin_top = -23.0\nmargin_right = 23.0\nmargin_bottom = 23.0\nrect_min_size = Vector2( 32, 32 )\nmouse_filter = 2\ntexture = ExtResource( 13 )\nexpand = true\n\n[node name=\"Save\" type=\"Button\" parent=\"UI/BottomBar\"]\nanchor_left = 1.0\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = -126.0\nmargin_top = -62.0\nmargin_right = -66.0\nmargin_bottom = -2.0\nfocus_mode = 0\ncustom_styles/hover = SubResource( 11 )\ncustom_styles/pressed = SubResource( 11 )\ncustom_styles/focus = SubResource( 11 )\ncustom_styles/disabled = SubResource( 12 )\ncustom_styles/normal = SubResource( 11 )\naction_mode = 0\nenabled_focus_mode = 0\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"UI/BottomBar/Save\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 2.0\nmargin_top = 2.0\nmargin_right = -4.0\nmargin_bottom = -4.0\ntexture = ExtResource( 14 )\nexpand = true\nstretch_mode = 6\n\n[node name=\"AddLayer\" type=\"Control\" parent=\"UI\"]\nvisible = false\nanchor_bottom = 1.0\nmargin_left = 2.0\nmargin_top = 2.0\nmargin_right = 252.0\nmargin_bottom = -64.0\ntheme = ExtResource( 7 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"UI/AddLayer\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"UI/AddLayer\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 6.0\nmargin_top = 6.0\nmargin_right = -6.0\nmargin_bottom = -42.0\nrect_clip_content = true\n\n[node name=\"Label\" type=\"Label\" parent=\"UI/AddLayer/VBoxContainer\"]\nmargin_right = 238.0\nmargin_bottom = 21.0\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Add layer\"\nalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"UI/AddLayer/VBoxContainer\"]\nmargin_top = 25.0\nmargin_right = 238.0\nmargin_bottom = 27.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"Name\" type=\"HSplitContainer\" parent=\"UI/AddLayer/VBoxContainer\"]\nmargin_top = 31.0\nmargin_right = 238.0\nmargin_bottom = 63.0\nrect_min_size = Vector2( 0, 32 )\n\n[node name=\"Label2\" type=\"Label\" parent=\"UI/AddLayer/VBoxContainer/Name\"]\nmargin_top = 5.0\nmargin_right = 65.0\nmargin_bottom = 26.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Name:\"\nalign = 1\n\n[node name=\"LineEdit\" type=\"LineEdit\" parent=\"UI/AddLayer/VBoxContainer/Name\"]\nmargin_left = 77.0\nmargin_right = 238.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 140, 0 )\ntext = \"Layer\"\n\n[node name=\"Line3\" type=\"TextureRect\" parent=\"UI/AddLayer/VBoxContainer\"]\nmargin_top = 67.0\nmargin_right = 238.0\nmargin_bottom = 69.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"Zaxis\" type=\"HSplitContainer\" parent=\"UI/AddLayer/VBoxContainer\"]\nmargin_top = 73.0\nmargin_right = 238.0\nmargin_bottom = 105.0\nrect_min_size = Vector2( 0, 32 )\n\n[node name=\"Label2\" type=\"Label\" parent=\"UI/AddLayer/VBoxContainer/Zaxis\"]\nmargin_top = 5.0\nmargin_right = 78.0\nmargin_bottom = 26.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Z axis:\"\nalign = 1\n\n[node name=\"SpinBox\" type=\"SpinBox\" parent=\"UI/AddLayer/VBoxContainer/Zaxis\"]\nmargin_left = 90.0\nmargin_right = 238.0\nmargin_bottom = 32.0\nmin_value = -4096.0\nmax_value = 4096.0\nrounded = true\nalign = 2\n\n[node name=\"Line2\" type=\"TextureRect\" parent=\"UI/AddLayer/VBoxContainer\"]\nmargin_top = 109.0\nmargin_right = 238.0\nmargin_bottom = 111.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"Label3\" type=\"Label\" parent=\"UI/AddLayer/VBoxContainer\"]\nmargin_top = 115.0\nmargin_right = 238.0\nmargin_bottom = 136.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Layer type:\"\nalign = 1\n\n[node name=\"OptionButton\" type=\"OptionButton\" parent=\"UI/AddLayer/VBoxContainer\"]\nmargin_top = 140.0\nmargin_right = 238.0\nmargin_bottom = 161.0\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"UI/AddLayer\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 4.0\nmargin_top = -38.0\nmargin_right = 4.0\nmargin_bottom = -36.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"HBoxContainer\" type=\"HBoxContainer\" parent=\"UI/AddLayer\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 4.0\nmargin_top = -36.0\nmargin_right = -4.0\nmargin_bottom = -4.0\nrect_min_size = Vector2( 222, 32 )\n\n[node name=\"LayerConfirmation\" type=\"Button\" parent=\"UI/AddLayer/HBoxContainer\"]\nmargin_right = 119.0\nmargin_bottom = 32.0\nfocus_mode = 0\nsize_flags_horizontal = 3\ntext = \"OK\"\n\n[node name=\"LayerCancel\" type=\"Button\" parent=\"UI/AddLayer/HBoxContainer\"]\nmargin_left = 123.0\nmargin_right = 242.0\nmargin_bottom = 32.0\nsize_flags_horizontal = 3\ntext = \"Cancel\"\n\n[node name=\"Play\" type=\"CanvasLayer\" parent=\".\"]\nlayer = 3\n\n[node name=\"Play\" type=\"Button\" parent=\"Play\"]\nanchor_left = 1.0\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = -62.0\nmargin_top = -62.0\nmargin_right = -2.0\nmargin_bottom = -2.0\nrect_pivot_offset = Vector2( 64, 64 )\nfocus_mode = 0\ncustom_styles/hover = SubResource( 11 )\ncustom_styles/pressed = SubResource( 11 )\ncustom_styles/focus = SubResource( 11 )\ncustom_styles/disabled = SubResource( 12 )\ncustom_styles/normal = SubResource( 11 )\naction_mode = 0\nenabled_focus_mode = 0\n\n[node name=\"Edit\" type=\"TextureRect\" parent=\"Play/Play\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 4.0\nmargin_top = 4.0\nmargin_right = -6.0\nmargin_bottom = -6.0\ntexture = ExtResource( 15 )\nexpand = true\nstretch_mode = 6\n\n[node name=\"Play\" type=\"TextureRect\" parent=\"Play/Play\"]\nvisible = false\nanchor_right = 0.5\nmargin_left = -4.0\nmargin_top = -24.0\nmargin_right = 30.0\nmargin_bottom = 56.0\ntexture = ExtResource( 16 )\n\n[node name=\"GrabArea\" type=\"CanvasLayer\" parent=\".\"]\nlayer = 2\n\n[node name=\"C1\" type=\"TextureButton\" parent=\"GrabArea\"]\nmargin_left = -11.0\nmargin_top = -11.0\nmargin_right = 11.0\nmargin_bottom = 11.0\nrect_min_size = Vector2( 22, 22 )\nfocus_mode = 1\nshortcut_in_tooltip = false\naction_mode = 0\nenabled_focus_mode = 1\ntexture_normal = ExtResource( 17 )\ntexture_pressed = ExtResource( 17 )\ntexture_hover = ExtResource( 18 )\nexpand = true\n\n[node name=\"C2\" type=\"TextureButton\" parent=\"GrabArea\"]\nmargin_left = -11.0\nmargin_top = -11.0\nmargin_right = 11.0\nmargin_bottom = 11.0\nrect_min_size = Vector2( 22, 22 )\nfocus_mode = 1\nshortcut_in_tooltip = false\naction_mode = 0\nenabled_focus_mode = 1\ntexture_normal = ExtResource( 17 )\ntexture_pressed = ExtResource( 17 )\ntexture_hover = ExtResource( 18 )\nexpand = true\n\n[node name=\"C3\" type=\"TextureButton\" parent=\"GrabArea\"]\nmargin_left = -11.0\nmargin_top = -11.0\nmargin_right = 11.0\nmargin_bottom = 11.0\nfocus_mode = 1\nshortcut_in_tooltip = false\naction_mode = 0\nenabled_focus_mode = 1\ntexture_normal = ExtResource( 17 )\ntexture_pressed = ExtResource( 17 )\ntexture_hover = ExtResource( 18 )\nexpand = true\n\n[node name=\"C4\" type=\"TextureButton\" parent=\"GrabArea\"]\nmargin_left = -11.0\nmargin_top = -11.0\nmargin_right = 11.0\nmargin_bottom = 11.0\nfocus_mode = 1\nshortcut_in_tooltip = false\naction_mode = 0\nenabled_focus_mode = 1\ntexture_normal = ExtResource( 17 )\ntexture_pressed = ExtResource( 17 )\ntexture_hover = ExtResource( 18 )\nexpand = true\n\n[node name=\"Menu\" type=\"CanvasLayer\" parent=\".\"]\nlayer = 4\n\n[node name=\"Editor\" type=\"Control\" parent=\"Menu\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -179.0\nmargin_top = -163.0\nmargin_right = 179.0\nmargin_bottom = 163.0\ntheme = ExtResource( 7 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"Menu/Editor\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Menu/Editor/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -8.0\n\n[node name=\"Label\" type=\"Label\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_right = 342.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 0, 32 )\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Level Editor\"\nalign = 1\nvalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_top = 36.0\nmargin_right = 342.0\nmargin_bottom = 38.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"Return\" type=\"Button\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_top = 42.0\nmargin_right = 342.0\nmargin_bottom = 76.0\nfocus_mode = 1\nsize_flags_vertical = 3\ntext = \"Return to Editor\"\n\n[node name=\"LevelSave\" type=\"Button\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_top = 80.0\nmargin_right = 342.0\nmargin_bottom = 114.0\nfocus_mode = 1\nsize_flags_vertical = 3\ntext = \"Save the level\"\n\n[node name=\"LevelSaveAs\" type=\"Button\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_top = 118.0\nmargin_right = 342.0\nmargin_bottom = 152.0\nfocus_mode = 1\nsize_flags_vertical = 3\ntext = \"Save in a new directory\"\n\n[node name=\"LevelCreate\" type=\"Button\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_top = 156.0\nmargin_right = 342.0\nmargin_bottom = 190.0\nfocus_mode = 1\nsize_flags_vertical = 3\nenabled_focus_mode = 1\ntext = \"Create new level\"\n\n[node name=\"LevelOpen\" type=\"Button\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_top = 194.0\nmargin_right = 342.0\nmargin_bottom = 228.0\nfocus_mode = 1\nsize_flags_vertical = 3\nenabled_focus_mode = 1\ntext = \"Open a level\"\n\n[node name=\"LevelProperties\" type=\"Button\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_top = 232.0\nmargin_right = 342.0\nmargin_bottom = 266.0\nfocus_mode = 1\nsize_flags_vertical = 3\ntext = \"Level properties\"\n\n[node name=\"ReturnMenu2\" type=\"Button\" parent=\"Menu/Editor/Panel/VBoxContainer\"]\nmargin_top = 270.0\nmargin_right = 342.0\nmargin_bottom = 310.0\nfocus_mode = 1\nsize_flags_vertical = 3\ntext = \"Exit to Menu\"\n\n[node name=\"Settings\" type=\"Control\" parent=\"Menu\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -237.0\nmargin_top = -99.5\nmargin_right = 237.0\nmargin_bottom = 99.5\ntheme = ExtResource( 7 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"Menu/Settings\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Menu/Settings/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -39.0\n\n[node name=\"Label\" type=\"Label\" parent=\"Menu/Settings/Panel/VBoxContainer\"]\nmargin_right = 458.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 0, 32 )\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Level Properties\"\nalign = 1\nvalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Menu/Settings/Panel/VBoxContainer\"]\nmargin_top = 36.0\nmargin_right = 458.0\nmargin_bottom = 38.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"Name\" type=\"HSplitContainer\" parent=\"Menu/Settings/Panel/VBoxContainer\"]\nmargin_top = 42.0\nmargin_right = 458.0\nmargin_bottom = 76.0\nrect_min_size = Vector2( 0, 32 )\nsize_flags_vertical = 3\n\n[node name=\"Label\" type=\"Label\" parent=\"Menu/Settings/Panel/VBoxContainer/Name\"]\nmargin_top = 6.0\nmargin_right = 136.0\nmargin_bottom = 27.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Level Name:\"\n\n[node name=\"LevelName\" type=\"LineEdit\" parent=\"Menu/Settings/Panel/VBoxContainer/Name\"]\nmargin_left = 148.0\nmargin_right = 458.0\nmargin_bottom = 34.0\ntext = \"SuperTux Level\"\nalign = 2\n\n[node name=\"Creator\" type=\"HSplitContainer\" parent=\"Menu/Settings/Panel/VBoxContainer\"]\nmargin_top = 80.0\nmargin_right = 458.0\nmargin_bottom = 114.0\nrect_min_size = Vector2( 0, 32 )\nsize_flags_vertical = 3\n\n[node name=\"Label\" type=\"Label\" parent=\"Menu/Settings/Panel/VBoxContainer/Creator\"]\nmargin_top = 6.0\nmargin_right = 169.0\nmargin_bottom = 27.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Level Creator:\"\n\n[node name=\"LevelCreator\" type=\"LineEdit\" parent=\"Menu/Settings/Panel/VBoxContainer/Creator\"]\nmargin_left = 181.0\nmargin_right = 458.0\nmargin_bottom = 34.0\ntext = \"SuperTux Player\"\nalign = 2\n\n[node name=\"Music\" type=\"HSplitContainer\" parent=\"Menu/Settings/Panel/VBoxContainer\"]\nmargin_top = 118.0\nmargin_right = 458.0\nmargin_bottom = 152.0\nrect_min_size = Vector2( 0, 32 )\nsize_flags_vertical = 3\n\n[node name=\"Label2\" type=\"Label\" parent=\"Menu/Settings/Panel/VBoxContainer/Music\"]\nmargin_top = 6.0\nmargin_right = 137.0\nmargin_bottom = 27.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Level Music:\"\n\n[node name=\"MusicSelect\" type=\"Button\" parent=\"Menu/Settings/Panel/VBoxContainer/Music\"]\nmargin_left = 149.0\nmargin_right = 458.0\nmargin_bottom = 34.0\nfocus_mode = 1\ncustom_fonts/font = SubResource( 13 )\nenabled_focus_mode = 1\ntext = \"No Music Set\"\nclip_text = true\n\n[node name=\"SettingsConfirmation\" type=\"Button\" parent=\"Menu/Settings/Panel\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -37.0\nmargin_bottom = -5.0\nrect_min_size = Vector2( 0, 32 )\ntext = \"OK\"\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Menu/Settings/Panel/SettingsConfirmation\"]\nanchor_right = 1.0\nmargin_top = -2.0\nmargin_bottom = -12.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"Create\" type=\"Control\" parent=\"Menu\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -179.0\nmargin_top = -87.0\nmargin_right = 179.0\nmargin_bottom = 87.0\ntheme = ExtResource( 7 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"Menu/Create\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Menu/Create/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -8.0\n\n[node name=\"Label\" type=\"Label\" parent=\"Menu/Create/Panel/VBoxContainer\"]\nmargin_right = 342.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 0, 32 )\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Create new level\"\nalign = 1\nvalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Menu/Create/Panel/VBoxContainer\"]\nmargin_top = 36.0\nmargin_right = 342.0\nmargin_bottom = 38.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"CreateLevel\" type=\"Button\" parent=\"Menu/Create/Panel/VBoxContainer\"]\nmargin_top = 42.0\nmargin_right = 342.0\nmargin_bottom = 76.0\nfocus_mode = 1\nsize_flags_vertical = 3\nenabled_focus_mode = 1\ntext = \"Create new level\"\n\n[node name=\"CreateMap\" type=\"Button\" parent=\"Menu/Create/Panel/VBoxContainer\"]\nmargin_top = 80.0\nmargin_right = 342.0\nmargin_bottom = 114.0\nfocus_mode = 1\nsize_flags_vertical = 3\nenabled_focus_mode = 1\ntext = \"Create new worldmap\"\n\n[node name=\"Line2\" type=\"TextureRect\" parent=\"Menu/Create/Panel/VBoxContainer\"]\nmargin_top = 118.0\nmargin_right = 342.0\nmargin_bottom = 120.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"CancelCreation\" type=\"Button\" parent=\"Menu/Create/Panel/VBoxContainer\"]\nmargin_top = 124.0\nmargin_right = 342.0\nmargin_bottom = 158.0\nfocus_mode = 1\nsize_flags_vertical = 3\nenabled_focus_mode = 1\ntext = \"Cancel\"\n\n[node name=\"Exit\" type=\"Control\" parent=\"Menu\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -179.5\nmargin_top = -51.0\nmargin_right = 179.5\nmargin_bottom = 51.0\ntheme = ExtResource( 7 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\"Menu/Exit\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Menu/Exit/Panel\"]\nvisible = false\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -37.0\nmargin_bottom = -35.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Menu/Exit/Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -56.0\n\n[node name=\"Label\" type=\"Label\" parent=\"Menu/Exit/Panel/VBoxContainer\"]\nmargin_right = 343.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 0, 32 )\ncustom_colors/font_color = Color( 1, 0, 0, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Exit and save?\"\nalign = 1\nvalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Menu/Exit/Panel/VBoxContainer\"]\nmargin_top = 36.0\nmargin_right = 343.0\nmargin_bottom = 38.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 9 )\nexpand = true\n\n[node name=\"ExitButtons\" type=\"HBoxContainer\" parent=\"Menu/Exit/Panel\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_top = -46.0\nmargin_bottom = -14.0\nrect_min_size = Vector2( 0, 32 )\ncustom_constants/separation = 64\nalignment = 1\n\n[node name=\"Yes\" type=\"Button\" parent=\"Menu/Exit/Panel/ExitButtons\"]\nmargin_left = 43.0\nmargin_right = 81.0\nmargin_bottom = 32.0\nfocus_mode = 1\nenabled_focus_mode = 1\ntext = \"Yes\"\n\n[node name=\"No\" type=\"Button\" parent=\"Menu/Exit/Panel/ExitButtons\"]\nmargin_left = 145.0\nmargin_right = 173.0\nmargin_bottom = 32.0\nfocus_mode = 1\nenabled_focus_mode = 1\ntext = \"No\"\n\n[node name=\"Cancel\" type=\"Button\" parent=\"Menu/Exit/Panel/ExitButtons\"]\nmargin_left = 237.0\nmargin_right = 316.0\nmargin_bottom = 32.0\nfocus_mode = 1\nenabled_focus_mode = 1\ntext = \"Cancel\"\n[connection signal=\"button_down\" from=\"UI/SideBar/VBoxContainer/TilesButton\" to=\".\" method=\"_on_TilesButton_pressed\"]\n[connection signal=\"button_down\" from=\"UI/SideBar/VBoxContainer/ObjectsButton\" to=\".\" method=\"_on_ObjectsButton_pressed\"]\n[connection signal=\"button_down\" from=\"UI/BottomBar/LayerAdd\" to=\".\" method=\"_on_LayerAdd_button_down\"]\n[connection signal=\"pressed\" from=\"UI/BottomBar/LayerAdd\" to=\".\" method=\"_on_LayerAdd_pressed\"]\n[connection signal=\"pressed\" from=\"UI/BottomBar/Zoom/ZoomIn\" to=\".\" method=\"_on_ZoomIn_pressed\"]\n[connection signal=\"pressed\" from=\"UI/BottomBar/Zoom/ZoomDefault\" to=\".\" method=\"_on_ZoomDefault_pressed\"]\n[connection signal=\"pressed\" from=\"UI/BottomBar/Zoom/ZoomOut\" to=\".\" method=\"_on_ZoomOut_pressed\"]\n[connection signal=\"pressed\" from=\"UI/BottomBar/Save\" to=\".\" method=\"_on_Save_pressed\"]\n[connection signal=\"pressed\" from=\"UI/AddLayer/HBoxContainer/LayerConfirmation\" to=\".\" method=\"_on_LayerConfirmation_pressed\"]\n[connection signal=\"pressed\" from=\"UI/AddLayer/HBoxContainer/LayerCancel\" to=\".\" method=\"_on_LayerCancel_pressed\"]\n[connection signal=\"pressed\" from=\"Play/Play\" to=\".\" method=\"_on_Play_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Editor/Panel/VBoxContainer/Return\" to=\".\" method=\"_on_Return_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Editor/Panel/VBoxContainer/LevelSave\" to=\".\" method=\"_on_LevelSave_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Editor/Panel/VBoxContainer/LevelSaveAs\" to=\".\" method=\"_on_LevelSaveAs_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Editor/Panel/VBoxContainer/LevelCreate\" to=\".\" method=\"_on_LevelCreate_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Editor/Panel/VBoxContainer/LevelOpen\" to=\".\" method=\"_on_LevelOpen_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Editor/Panel/VBoxContainer/LevelProperties\" to=\".\" method=\"_on_LevelProperties_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Editor/Panel/VBoxContainer/ReturnMenu2\" to=\".\" method=\"_on_ReturnMenu_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Settings/Panel/VBoxContainer/Music/MusicSelect\" to=\".\" method=\"_on_MusicSelect_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Settings/Panel/SettingsConfirmation\" to=\".\" method=\"_on_SettingsConfirmation_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Create/Panel/VBoxContainer/CreateLevel\" to=\".\" method=\"_on_CreateLevel_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Create/Panel/VBoxContainer/CreateMap\" to=\".\" method=\"_on_CreateMap_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Create/Panel/VBoxContainer/CancelCreation\" to=\".\" method=\"_on_CancelCreation_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Exit/Panel/ExitButtons/Yes\" to=\".\" method=\"_on_Yes_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Exit/Panel/ExitButtons/No\" to=\".\" method=\"_on_No_pressed\"]\n[connection signal=\"pressed\" from=\"Menu/Exit/Panel/ExitButtons/Cancel\" to=\".\" method=\"_on_Cancel_pressed\"]\n"
  },
  {
    "path": "src/Scenes/UI/LevelUI.tscn",
    "content": "[gd_scene load_steps=7 format=2]\n\n[ext_resource path=\"res://Scenes/UI/CoinCounter.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/UI/PauseMenu.tscn\" type=\"PackedScene\" id=2]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=3]\n[ext_resource path=\"res://Sprites/Objects/Coin/coin-0.png\" type=\"Texture\" id=4]\n\n[sub_resource type=\"DynamicFont\" id=1]\nsize = 25\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_filter = true\nextra_spacing_bottom = 11\nfont_data = ExtResource( 3 )\n\n[sub_resource type=\"DynamicFont\" id=2]\nsize = 15\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_filter = true\nfont_data = ExtResource( 3 )\n\n[node name=\"LevelUI\" type=\"CanvasLayer\" groups=[\n\"CoinCounter\",\n]]\nscript = ExtResource( 1 )\n\n[node name=\"PauseMenu\" parent=\".\" instance=ExtResource( 2 )]\n\n[node name=\"CoinCounter\" type=\"Control\" parent=\".\"]\nanchor_left = 1.0\nanchor_right = 1.0\nmargin_left = 100.0\nmargin_right = 100.0\n\n[node name=\"CoinCount\" type=\"Label\" parent=\"CoinCounter\"]\nanchor_left = 1.0\nanchor_top = 0.5\nanchor_right = 1.0\nanchor_bottom = 0.5\nmargin_left = -42.0\nmargin_top = 25.0\nmargin_right = -22.0\nmargin_bottom = 51.0\ngrow_horizontal = 0\nrect_scale = Vector2( 0.75, 0.75 )\nsize_flags_horizontal = 0\nsize_flags_stretch_ratio = 0.0\ncustom_fonts/font = SubResource( 1 )\ncustom_colors/font_color = Color( 0.87451, 0.898039, 0.164706, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 3\ncustom_constants/shadow_offset_y = 3\ntext = \"0\"\nalign = 2\n\n[node name=\"X\" type=\"Label\" parent=\"CoinCounter/CoinCount\"]\nmargin_left = -15.3333\nmargin_top = 5.0\nmargin_right = -4.33331\nmargin_bottom = 21.0\ncustom_fonts/font = SubResource( 2 )\ncustom_colors/font_color = Color( 0.87451, 0.898039, 0.164706, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"X\"\n\n[node name=\"CoinIcon\" type=\"TextureRect\" parent=\"CoinCounter/CoinCount\"]\nmargin_left = -51.0\nmargin_top = -3.0\nmargin_right = -19.0\nmargin_bottom = 29.0\ntexture = ExtResource( 4 )\nexpand = true\nstretch_mode = 1\n__meta__ = {\n\"_edit_use_anchors_\": false\n}\n"
  },
  {
    "path": "src/Scenes/UI/MainMenu.gd",
    "content": "extends Control\n\nfunc _ready():\n\t$Panel/VBoxContainer/StartGame.grab_focus()\n\t$FadeIn.show()\n\t$AnimationPlayer.play(\"Appear\")\n\nfunc _on_StartGame_pressed():\n\tpass # Replace with function body.\n\nfunc _on_Options_pressed():\n\t$Options.show()\n\t$Panel.hide()\n\nfunc _on_Options_popup_hide():\n\t$Panel.show()\n\nfunc _on_LevelEditor_pressed():\n\t# warning-ignore:return_value_discarded\n\tget_tree().change_scene(\"res://Scenes/Master/Gameplay.tscn\")\n\nfunc _on_Credits_pressed():\n\tpass # Replace with function body.\n\nfunc _on_Quit_pressed():\n\tget_tree().quit()\n"
  },
  {
    "path": "src/Scenes/UI/MainMenu.tscn",
    "content": "[gd_scene load_steps=9 format=2]\n\n[ext_resource path=\"res://Scenes/UI/MainMenu.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=2]\n[ext_resource path=\"res://Sprites/UI/SuperTuxLogo.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=4]\n[ext_resource path=\"res://Scenes/UI/Options.tscn\" type=\"PackedScene\" id=5]\n[ext_resource path=\"res://Audio/Music/theme.ogg\" type=\"AudioStream\" id=6]\n\n[sub_resource type=\"Animation\" id=1]\nresource_name = \"Appear\"\ntracks/0/type = \"value\"\ntracks/0/path = NodePath(\"FadeIn:visible\")\ntracks/0/interp = 1\ntracks/0/loop_wrap = true\ntracks/0/imported = false\ntracks/0/enabled = true\ntracks/0/keys = {\n\"times\": PoolRealArray( 0, 0.5 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 1,\n\"values\": [ true, false ]\n}\ntracks/1/type = \"value\"\ntracks/1/path = NodePath(\"FadeIn:color\")\ntracks/1/interp = 1\ntracks/1/loop_wrap = true\ntracks/1/imported = false\ntracks/1/enabled = true\ntracks/1/keys = {\n\"times\": PoolRealArray( 0, 0.5 ),\n\"transitions\": PoolRealArray( 1, 1 ),\n\"update\": 0,\n\"values\": [ Color( 0, 0, 0, 1 ), Color( 0, 0, 0, 0 ) ]\n}\n\n[sub_resource type=\"DynamicFont\" id=2]\nsize = 12\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_filter = true\nfont_data = ExtResource( 2 )\n\n[node name=\"MainMenu\" type=\"Control\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nscript = ExtResource( 1 )\n\n[node name=\"AnimationPlayer\" type=\"AnimationPlayer\" parent=\".\"]\nanims/Appear = SubResource( 1 )\n\n[node name=\"BottomText\" type=\"Label\" parent=\".\"]\nanchor_top = 1.0\nanchor_bottom = 1.0\nmargin_left = 4.0\nmargin_top = -53.0\nmargin_right = 277.0\nmargin_bottom = -4.0\nsize_flags_vertical = 1\ncustom_fonts/font = SubResource( 2 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"This is a work-in-progress port of SuperTux to the Godot Engine, with new features and mechanics.\"\nvalign = 2\nautowrap = true\n\n[node name=\"Title\" type=\"TextureRect\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.3\nanchor_right = 0.5\nanchor_bottom = 0.3\nmargin_left = -163.5\nmargin_top = -128.0\nmargin_right = 163.5\nmargin_bottom = 79.0\ntexture = ExtResource( 3 )\nstretch_mode = 5\n\n[node name=\"Panel\" type=\"Panel\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -90.0\nmargin_top = -10.0\nmargin_right = 90.0\nmargin_bottom = 150.0\ntheme = ExtResource( 4 )\n__meta__ = {\n\"_edit_group_\": true,\n\"_edit_use_anchors_\": false\n}\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Panel\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 10.0\nmargin_top = 10.0\nmargin_right = -10.0\nmargin_bottom = -10.0\nalignment = 1\n\n[node name=\"StartGame\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_right = 160.0\nmargin_bottom = 25.0\nrect_min_size = Vector2( 0, 25 )\nfocus_neighbour_top = NodePath(\"../Quit\")\nsize_flags_vertical = 3\ntext = \"Start Game\"\n\n[node name=\"LevelEditor\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 29.0\nmargin_right = 160.0\nmargin_bottom = 54.0\nrect_min_size = Vector2( 0, 25 )\nsize_flags_vertical = 3\ntext = \"Level Editor\"\n\n[node name=\"Options\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 58.0\nmargin_right = 160.0\nmargin_bottom = 83.0\nrect_min_size = Vector2( 0, 25 )\nsize_flags_vertical = 3\ntext = \"Options\"\n\n[node name=\"Credits\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 87.0\nmargin_right = 160.0\nmargin_bottom = 112.0\nrect_min_size = Vector2( 0, 25 )\nsize_flags_vertical = 3\ntext = \"Credits\"\n\n[node name=\"Quit\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 116.0\nmargin_right = 160.0\nmargin_bottom = 141.0\nrect_min_size = Vector2( 0, 25 )\nfocus_neighbour_bottom = NodePath(\"../StartGame\")\nsize_flags_vertical = 3\ntext = \"Quit\"\n\n[node name=\"Options\" parent=\".\" instance=ExtResource( 5 )]\nmargin_top = -10.0\nmargin_bottom = 150.0\n\n[node name=\"FadeIn\" type=\"ColorRect\" parent=\".\"]\nvisible = false\nanchor_right = 1.0\nanchor_bottom = 1.0\nmouse_filter = 2\ncolor = Color( 0, 0, 0, 1 )\n\n[node name=\"Music\" type=\"AudioStreamPlayer\" parent=\".\"]\nstream = ExtResource( 6 )\nautoplay = true\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/StartGame\" to=\".\" method=\"_on_StartGame_pressed\"]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/LevelEditor\" to=\".\" method=\"_on_LevelEditor_pressed\"]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/Options\" to=\".\" method=\"_on_Options_pressed\"]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/Credits\" to=\".\" method=\"_on_Credits_pressed\"]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/Quit\" to=\".\" method=\"_on_Quit_pressed\"]\n"
  },
  {
    "path": "src/Scenes/UI/Options.gd",
    "content": "extends Control\n\nfunc _ready():\n\t$VBoxContainer/HBoxContainer/FullscreenCheck.pressed = Settings.config.get_value(\"video\", \"fullscreen\", false)\n\t$VBoxContainer/HBoxContainer2/VSyncCheck.pressed = Settings.config.get_value(\"video\", \"vsync\", true)\n\nfunc _on_FullscreenCheck_toggled(button_pressed: bool):\n\tOS.window_fullscreen = button_pressed\n\tSettings.config.set_value(\"video\", \"fullscreen\", button_pressed)\n\nfunc _on_VSyncCheck_toggled(button_pressed: bool) -> void:\n\tOS.vsync_enabled = button_pressed\n\tSettings.config.set_value(\"video\", \"vsync\", button_pressed)\n\nfunc _on_Back_pressed():\n\tget_parent().get_node(\"Panel\").show()\n\thide()\n"
  },
  {
    "path": "src/Scenes/UI/Options.tscn",
    "content": "[gd_scene load_steps=4 format=2]\n\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=1]\n[ext_resource path=\"res://Scenes/UI/Options.gd\" type=\"Script\" id=2]\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=3]\n\n[node name=\"Options\" type=\"Control\"]\nvisible = false\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -90.0\nmargin_top = -100.0\nmargin_right = 90.0\nmargin_bottom = 100.0\ntheme = ExtResource( 1 )\nscript = ExtResource( 2 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\".\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\".\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = 8.0\nmargin_right = -8.0\nmargin_bottom = -38.0\nrect_clip_content = true\ncustom_constants/separation = 5\n\n[node name=\"Label\" type=\"Label\" parent=\"VBoxContainer\"]\nmargin_right = 164.0\nmargin_bottom = 29.0\nrect_min_size = Vector2( 0, 29 )\ncustom_colors/font_color = Color( 0.109804, 0.980392, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Options\"\nalign = 1\nvalign = 1\n\n[node name=\"TextureRect\" type=\"TextureRect\" parent=\"VBoxContainer\"]\nmargin_top = 34.0\nmargin_right = 164.0\nmargin_bottom = 36.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"HBoxContainer\" type=\"HBoxContainer\" parent=\"VBoxContainer\"]\nmargin_top = 41.0\nmargin_right = 164.0\nmargin_bottom = 64.0\nrect_min_size = Vector2( 0, 23 )\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"VBoxContainer/HBoxContainer\"]\nmargin_left = 12.0\nmargin_top = 1.0\nmargin_right = 132.0\nmargin_bottom = 22.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 0\ncustom_constants/shadow_offset_y = 0\ntext = \"Fullscreen\"\n\n[node name=\"FullscreenCheck\" type=\"CheckBox\" parent=\"VBoxContainer/HBoxContainer\"]\nmargin_left = 136.0\nmargin_right = 152.0\nmargin_bottom = 23.0\naction_mode = 0\n\n[node name=\"HBoxContainer2\" type=\"HBoxContainer\" parent=\"VBoxContainer\"]\nmargin_top = 69.0\nmargin_right = 164.0\nmargin_bottom = 92.0\nrect_min_size = Vector2( 0, 23 )\nalignment = 1\n\n[node name=\"Label\" type=\"Label\" parent=\"VBoxContainer/HBoxContainer2\"]\nmargin_left = 31.0\nmargin_top = 1.0\nmargin_right = 112.0\nmargin_bottom = 22.0\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 0\ncustom_constants/shadow_offset_y = 0\ntext = \"V-sync\"\n\n[node name=\"VSyncCheck\" type=\"CheckBox\" parent=\"VBoxContainer/HBoxContainer2\"]\nmargin_left = 116.0\nmargin_right = 132.0\nmargin_bottom = 23.0\naction_mode = 0\n\n[node name=\"VBoxContainer2\" type=\"VBoxContainer\" parent=\".\"]\nanchor_top = 1.0\nanchor_right = 1.0\nanchor_bottom = 1.0\nmargin_left = 8.0\nmargin_top = -38.0\nmargin_right = -8.0\nmargin_bottom = -8.0\n\n[node name=\"TextureRect2\" type=\"TextureRect\" parent=\"VBoxContainer2\"]\nmargin_right = 164.0\nmargin_bottom = 2.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 3 )\nexpand = true\n\n[node name=\"Back\" type=\"Button\" parent=\"VBoxContainer2\"]\nmargin_top = 6.0\nmargin_right = 164.0\nmargin_bottom = 31.0\nrect_min_size = Vector2( 0, 25 )\naction_mode = 0\ntext = \"Back\"\n[connection signal=\"toggled\" from=\"VBoxContainer/HBoxContainer/FullscreenCheck\" to=\".\" method=\"_on_FullscreenCheck_toggled\"]\n[connection signal=\"toggled\" from=\"VBoxContainer/HBoxContainer2/VSyncCheck\" to=\".\" method=\"_on_VSyncCheck_toggled\"]\n[connection signal=\"pressed\" from=\"VBoxContainer2/Back\" to=\".\" method=\"_on_Back_pressed\"]\n"
  },
  {
    "path": "src/Scenes/UI/PauseMenu.gd",
    "content": "extends Control\n\nvar background_opacity = 0\nvar panel_sizemult = 1\nvar panel_size = Vector2(0,0)\n\nfunc _ready():\n\thide()\n\tget_tree().paused = false\n\tpanel_size = $Panel.rect_size\n\nfunc _input(event):\n\tif UIHelpers.get_player().dead == false and get_tree().current_scene.get_node(\"CanvasLayer/AnimationPlayer\").is_playing() == false:\n\t\tif Input.is_action_just_pressed(\"pause\") && get_tree().paused == false:\n\t\t\tget_tree().paused = true\n\t\t\tshow()\n\t\t\tbackground_opacity = 0\n\t\t\tpanel_sizemult = 0.1\n\t\t\t$Panel/VBoxContainer/Continue.grab_focus()\n\t\telif Input.is_action_just_pressed(\"pause\") && get_tree().paused == true:\n\t\t\tget_tree().paused = false\n\nfunc _process(_delta):\n\tif get_tree().paused == true:\n\t\tbackground_opacity += 0.25\n\t\tif background_opacity > 1: background_opacity = 1\n\t\tpanel_sizemult = panel_sizemult + (1 - panel_sizemult) / 3\n\t\t$Background.self_modulate = Color(1, 1, 1, background_opacity)\n\telse:\n\t\tbackground_opacity -= 0.25\n\t\tpanel_sizemult -= 0.25\n\t\tif panel_sizemult <= 0:\n\t\t\t\thide()\n\t$Panel.rect_size.x = panel_size.x * panel_sizemult\n\t$Panel.rect_position.x = round(get_viewport().size.x / 2) + ($Panel.rect_size.x * -0.5)\n\t$Panel.rect_size.y = panel_size.y * panel_sizemult\n\t$Panel.rect_position.y = round(get_viewport().size.y / 2) + ($Panel.rect_size.y * -0.5)\n\t$Background.rect_size = get_viewport().size\n\n\t# Hide restart and exit level buttons in worldmap\n\tif UIHelpers._get_scene().worldmap == UIHelpers._get_scene().current_level:\n\t\t$Panel/VBoxContainer/Restart.visible = false\n\t\t$Panel/VBoxContainer/ExitLevel.visible = false\n\t# Hide exit level button if there's no worldmap to go back to\n\telif UIHelpers._get_scene().worldmap == \"\":\n\t\t$Panel/VBoxContainer/ExitLevel.visible = false\n\telse: $Panel/VBoxContainer/ExitLevel.visible = true\n\nfunc _on_Resume_pressed():\n\tget_tree().paused = false\n\nfunc _on_Restart_pressed():\n\tget_tree().current_scene.restart_level()\n\nfunc _on_Options_pressed():\n\t$Options.show()\n\t$Panel.hide()\n\nfunc _on_QuitLevel_pressed():\n\tget_tree().current_scene.return_to_map()\n\nfunc _on_MainMenu_pressed():\n\tget_tree().current_scene.get_node(\"CanvasLayer/AnimationPlayer\").play(\"Circle Out\")\n\tyield(get_tree().current_scene.get_node(\"CanvasLayer/AnimationPlayer\"), \"animation_finished\")\n\tget_tree().paused = false\n\tget_tree().change_scene(\"res://Scenes/UI/MainMenu.tscn\")\n\nfunc _on_Options_popup_hide():\n\t$Panel.show()\n"
  },
  {
    "path": "src/Scenes/UI/PauseMenu.tscn",
    "content": "[gd_scene load_steps=7 format=2]\n\n[ext_resource path=\"res://Scenes/UI/UITheme.tres\" type=\"Theme\" id=1]\n[ext_resource path=\"res://Scenes/UI/PauseMenu.gd\" type=\"Script\" id=2]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=3]\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Scenes/UI/Options.tscn\" type=\"PackedScene\" id=5]\n\n[sub_resource type=\"DynamicFont\" id=1]\nsize = 18\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_filter = true\nfont_data = ExtResource( 3 )\n\n[node name=\"PauseMenu\" type=\"Control\"]\npause_mode = 2\nvisible = false\nanchor_right = 1.0\nanchor_bottom = 1.0\nfocus_mode = 2\ntheme = ExtResource( 1 )\nscript = ExtResource( 2 )\n\n[node name=\"Background\" type=\"ColorRect\" parent=\".\"]\nanchor_right = 1.0\nanchor_bottom = 1.0\ncolor = Color( 0, 0, 0, 0.25098 )\n\n[node name=\"Panel\" type=\"Panel\" parent=\".\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -90.0\nmargin_top = -100.0\nmargin_right = 90.0\nmargin_bottom = 100.0\nrect_clip_content = true\nsize_flags_vertical = 3\n\n[node name=\"VBoxContainer\" type=\"VBoxContainer\" parent=\"Panel\"]\nanchor_left = 0.5\nanchor_top = 0.5\nanchor_right = 0.5\nanchor_bottom = 0.5\nmargin_left = -82.0\nmargin_top = -88.0\nmargin_right = 82.0\nmargin_bottom = 88.0\ncustom_constants/separation = 5\n\n[node name=\"Paused\" type=\"Label\" parent=\"Panel/VBoxContainer\"]\nmargin_right = 164.0\nmargin_bottom = 25.0\nrect_min_size = Vector2( 0, 25 )\ncustom_fonts/font = SubResource( 1 )\ncustom_colors/font_color = Color( 0, 1, 1, 1 )\ncustom_colors/font_color_shadow = Color( 0, 0, 0, 1 )\ncustom_constants/shadow_offset_x = 2\ncustom_constants/shadow_offset_y = 2\ntext = \"Paused\"\nalign = 1\nvalign = 1\n\n[node name=\"Line\" type=\"TextureRect\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 30.0\nmargin_right = 164.0\nmargin_bottom = 32.0\nrect_min_size = Vector2( 0, 2 )\ntexture = ExtResource( 4 )\nexpand = true\n\n[node name=\"Continue\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 37.0\nmargin_right = 164.0\nmargin_bottom = 60.0\nrect_pivot_offset = Vector2( -488.794, -160.987 )\nfocus_neighbour_top = NodePath(\"../Quit\")\nsize_flags_vertical = 3\naction_mode = 0\ntext = \"Continue\"\n\n[node name=\"Restart\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 65.0\nmargin_right = 164.0\nmargin_bottom = 88.0\nrect_pivot_offset = Vector2( -488.794, -160.987 )\nsize_flags_vertical = 3\naction_mode = 0\ntext = \"Restart\"\n\n[node name=\"Options\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 93.0\nmargin_right = 164.0\nmargin_bottom = 116.0\nrect_pivot_offset = Vector2( -488.794, -160.987 )\nsize_flags_vertical = 3\naction_mode = 0\ntext = \"Options\"\n\n[node name=\"ExitLevel\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 121.0\nmargin_right = 164.0\nmargin_bottom = 144.0\nrect_pivot_offset = Vector2( -488.794, -160.987 )\nsize_flags_vertical = 3\naction_mode = 0\ntext = \"Exit Level\"\n\n[node name=\"Quit\" type=\"Button\" parent=\"Panel/VBoxContainer\"]\nmargin_top = 149.0\nmargin_right = 164.0\nmargin_bottom = 176.0\nrect_pivot_offset = Vector2( -488.794, -160.987 )\nfocus_neighbour_bottom = NodePath(\"../Continue\")\nsize_flags_vertical = 3\naction_mode = 0\ntext = \"Quit to Menu\"\n\n[node name=\"Options\" parent=\".\" instance=ExtResource( 5 )]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/Continue\" to=\".\" method=\"_on_Resume_pressed\"]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/Restart\" to=\".\" method=\"_on_Restart_pressed\"]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/Options\" to=\".\" method=\"_on_Options_pressed\"]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/ExitLevel\" to=\".\" method=\"_on_QuitLevel_pressed\"]\n[connection signal=\"pressed\" from=\"Panel/VBoxContainer/Quit\" to=\".\" method=\"_on_MainMenu_pressed\"]\n"
  },
  {
    "path": "src/Scenes/UI/UITheme.tres",
    "content": "[gd_resource type=\"Theme\" load_steps=22 format=2]\n\n[ext_resource path=\"res://Sprites/Editor/Line.png\" type=\"Texture\" id=1]\n[ext_resource path=\"res://Fonts/SuperTux-Medium.ttf\" type=\"DynamicFontData\" id=2]\n\n[sub_resource type=\"StyleBoxEmpty\" id=1]\n\n[sub_resource type=\"StyleBoxEmpty\" id=2]\n\n[sub_resource type=\"StyleBoxFlat\" id=3]\nbg_color = Color( 1, 1, 1, 0.74902 )\nborder_width_left = 2\nborder_width_top = 2\nborder_width_right = 2\nborder_width_bottom = 2\nborder_color = Color( 0.8, 0.8, 0.8, 0.501961 )\ncorner_radius_top_left = 12\ncorner_radius_top_right = 12\ncorner_radius_bottom_right = 12\ncorner_radius_bottom_left = 12\n\n[sub_resource type=\"StyleBoxFlat\" id=4]\nbg_color = Color( 0, 0, 0, 0.25 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"StyleBoxEmpty\" id=5]\n\n[sub_resource type=\"ImageTexture\" id=6]\n\n[sub_resource type=\"StyleBoxFlat\" id=7]\nbg_color = Color( 0.388235, 0.501961, 0.568627, 0.960784 )\nborder_width_left = 4\nborder_width_top = 4\nborder_width_right = 4\nborder_width_bottom = 4\nborder_color = Color( 0.160784, 0.278431, 0.4, 0.8 )\ncorner_radius_top_left = 16\ncorner_radius_top_right = 16\ncorner_radius_bottom_right = 16\ncorner_radius_bottom_left = 16\ncorner_detail = 16\n\n[sub_resource type=\"ImageTexture\" id=8]\n\n[sub_resource type=\"ImageTexture\" id=9]\n\n[sub_resource type=\"ImageTexture\" id=10]\n\n[sub_resource type=\"ImageTexture\" id=11]\n\n[sub_resource type=\"ImageTexture\" id=12]\n\n[sub_resource type=\"StyleBoxFlat\" id=13]\nbg_color = Color( 1, 1, 1, 0.75 )\ncorner_radius_top_left = 8\ncorner_radius_top_right = 8\ncorner_radius_bottom_right = 8\ncorner_radius_bottom_left = 8\n\n[sub_resource type=\"StyleBoxTexture\" id=14]\ntexture = ExtResource( 1 )\nregion_rect = Rect2( 0, 0, 126, 2 )\n\n[sub_resource type=\"StyleBoxFlat\" id=15]\ncontent_margin_left = 0.0\ncontent_margin_right = 0.0\nbg_color = Color( 0.419608, 0.521569, 0.619608, 0.8 )\nborder_width_left = 3\nborder_width_top = 3\nborder_width_right = 3\nborder_width_bottom = 3\nborder_color = Color( 0.243137, 0.333333, 0.447059, 1 )\ncorner_radius_top_left = 4\ncorner_radius_top_right = 4\ncorner_radius_bottom_right = 4\ncorner_radius_bottom_left = 4\n\n[sub_resource type=\"StyleBoxEmpty\" id=16]\n\n[sub_resource type=\"ImageTexture\" id=17]\n\n[sub_resource type=\"StyleBoxFlat\" id=18]\nbg_color = Color( 1, 1, 1, 0 )\ndraw_center = false\n\n[sub_resource type=\"DynamicFont\" id=19]\nsize = 18\noutline_size = 1\noutline_color = Color( 0, 0, 0, 1 )\nuse_mipmaps = true\nuse_filter = true\nextra_spacing_top = 2\nfont_data = ExtResource( 2 )\n\n[resource]\ndefault_font = SubResource( 19 )\nButton/colors/font_color = Color( 1, 1, 1, 1 )\nButton/colors/font_color_disabled = Color( 0.403922, 0.403922, 0.403922, 1 )\nButton/colors/font_color_hover = Color( 0, 0.666667, 1, 1 )\nButton/colors/font_color_pressed = Color( 0, 0.666667, 1, 1 )\nButton/constants/hseparation = 2\nButton/fonts/font = null\nButton/styles/disabled = SubResource( 1 )\nButton/styles/focus = SubResource( 2 )\nButton/styles/hover = SubResource( 3 )\nButton/styles/normal = SubResource( 2 )\nButton/styles/pressed = SubResource( 3 )\nLineEdit/colors/clear_button_color = Color( 0.878431, 0.878431, 0.878431, 1 )\nLineEdit/colors/clear_button_color_pressed = Color( 1, 1, 1, 1 )\nLineEdit/colors/cursor_color = Color( 0.941176, 0.941176, 0.941176, 1 )\nLineEdit/colors/font_color = Color( 1, 1, 0.6, 1 )\nLineEdit/colors/font_color_selected = Color( 1, 1, 0.6, 1 )\nLineEdit/colors/selection_color = Color( 1, 1, 0.6, 0.501961 )\nLineEdit/constants/minimum_spaces = 12\nLineEdit/fonts/font = null\nLineEdit/icons/clear = null\nLineEdit/styles/focus = SubResource( 4 )\nLineEdit/styles/normal = SubResource( 4 )\nLineEdit/styles/read_only = SubResource( 5 )\nOptionButton/colors/font_color = Color( 0.878431, 0.878431, 0.878431, 1 )\nOptionButton/colors/font_color_disabled = Color( 0.9, 0.9, 0.9, 0.2 )\nOptionButton/colors/font_color_hover = Color( 0.941176, 0.941176, 0.941176, 1 )\nOptionButton/colors/font_color_pressed = Color( 1, 1, 1, 1 )\nOptionButton/constants/arrow_margin = 2\nOptionButton/constants/hseparation = 2\nOptionButton/fonts/font = null\nOptionButton/icons/arrow = SubResource( 6 )\nOptionButton/styles/disabled = null\nOptionButton/styles/focus = null\nOptionButton/styles/hover = null\nOptionButton/styles/normal = null\nOptionButton/styles/pressed = null\nPanel/styles/panel = SubResource( 7 )\nPanel/styles/panelf = null\nPanel/styles/panelnc = null\nPopupMenu/colors/font_color = Color( 0.878431, 0.878431, 0.878431, 1 )\nPopupMenu/colors/font_color_accel = Color( 1, 1, 1, 1 )\nPopupMenu/colors/font_color_disabled = Color( 0.403922, 0.403922, 0.403922, 1 )\nPopupMenu/colors/font_color_hover = Color( 0, 0.666667, 1, 1 )\nPopupMenu/constants/hseparation = 4\nPopupMenu/constants/vseparation = 4\nPopupMenu/fonts/font = null\nPopupMenu/icons/checked = SubResource( 8 )\nPopupMenu/icons/radio_checked = SubResource( 9 )\nPopupMenu/icons/radio_unchecked = SubResource( 10 )\nPopupMenu/icons/submenu = SubResource( 11 )\nPopupMenu/icons/unchecked = SubResource( 12 )\nPopupMenu/styles/hover = SubResource( 13 )\nPopupMenu/styles/labeled_separator_left = SubResource( 14 )\nPopupMenu/styles/labeled_separator_right = SubResource( 14 )\nPopupMenu/styles/panel = SubResource( 15 )\nPopupMenu/styles/panel_disabled = SubResource( 16 )\nPopupMenu/styles/separator = SubResource( 14 )\nPopupPanel/styles/panel = SubResource( 7 )\nSpinBox/icons/updown = SubResource( 17 )\nToolButton/colors/font_color = Color( 1, 1, 1, 1 )\nToolButton/colors/font_color_disabled = Color( 0.403922, 0.403922, 0.403922, 1 )\nToolButton/colors/font_color_hover = Color( 0, 0.666667, 1, 1 )\nToolButton/colors/font_color_pressed = Color( 0, 0.666667, 1, 1 )\nToolButton/constants/hseparation = 3\nToolButton/fonts/font = null\nToolButton/styles/disabled = SubResource( 18 )\nToolButton/styles/focus = SubResource( 18 )\nToolButton/styles/hover = SubResource( 18 )\nToolButton/styles/normal = SubResource( 18 )\nToolButton/styles/pressed = SubResource( 18 )\n"
  },
  {
    "path": "src/Scenes/Worldmaps/Main.tscn",
    "content": "[gd_scene load_steps=9 format=2]\n\n[ext_resource path=\"res://Scenes/UI/Level.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.tscn\" type=\"PackedScene\" id=2]\n[ext_resource path=\"res://Tilesets/MapTiles.tres\" type=\"TileSet\" id=3]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.gd\" type=\"Script\" id=4]\n[ext_resource path=\"res://Scenes/Objects/Map/SpawnPoint.tscn\" type=\"PackedScene\" id=5]\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.gd\" type=\"Script\" id=6]\n[ext_resource path=\"res://Scenes/Objects/Map/LevelDot.tscn\" type=\"PackedScene\" id=7]\n[ext_resource path=\"res://Scenes/Objects/Map/LevelDot.gd\" type=\"Script\" id=8]\n\n[node name=\"Level\" type=\"Node2D\"]\nscript = ExtResource( 1 )\nlevel_name = \"The Test Worldmap\"\nlevel_creator = \"Also Alzter\"\nworldmap = true\n\n[node name=\"TileMap\" type=\"TileMap\" parent=\".\" groups=[\n\"layers\",\n\"tilemap\",\n] instance=ExtResource( 2 )]\ntile_set = ExtResource( 3 )\ncell_size = Vector2( 32, 32 )\ncollision_layer = 31\ncollision_mask = 31\nformat = 1\ntile_data = PoolIntArray( 0, 1, 0, 1, 1, 1, 2, 1, 1, 3, 1, 1, 4, 1, 1, 5, 1, 1, 6, 1, 1, 7, 1, 1, 8, 1, 1, 9, 1, 1, 10, 1, 1, 11, 1, 1, 12, 1, 1, 13, 1, 1, 14, 1, 1, 15, 1, 1, 16, 1, 1, 17, 1, 2, 65536, 1, 65536, 65537, 1, 65537, 65538, 1, 65537, 65539, 1, 65537, 65540, 1, 65537, 65541, 1, 65537, 65542, 1, 65537, 65543, 1, 65537, 65544, 1, 65537, 65545, 1, 65537, 65546, 1, 65537, 65547, 1, 65537, 65548, 1, 65537, 65549, 1, 65537, 65550, 1, 65537, 65551, 1, 65537, 65552, 1, 65537, 65553, 1, 65538, 131072, 1, 65536, 131073, 1, 65537, 131074, 1, 131075, 131075, 1, 65537, 131076, 1, 65537, 131077, 1, 65537, 131078, 1, 65537, 131079, 1, 131075, 131080, 1, 65537, 131081, 1, 65537, 131082, 1, 65537, 131083, 1, 65537, 131084, 1, 65537, 131085, 1, 65537, 131086, 1, 65537, 131087, 1, 65537, 131088, 1, 65537, 131089, 1, 65538, 196608, 1, 65536, 196609, 1, 65537, 196610, 1, 65537, 196611, 1, 65537, 196612, 1, 65537, 196613, 1, 65537, 196614, 1, 65537, 196615, 1, 65537, 196616, 1, 65537, 196617, 1, 65537, 196618, 1, 65537, 196619, 1, 65537, 196620, 1, 65537, 196621, 1, 65537, 196622, 1, 65537, 196623, 1, 65537, 196624, 1, 65537, 196625, 1, 65538, 262144, 1, 65536, 262145, 1, 65537, 262146, 1, 65537, 262147, 1, 65537, 262148, 1, 65537, 262149, 1, 65537, 262150, 1, 65537, 262151, 1, 65537, 262152, 1, 65537, 262153, 1, 65537, 262154, 1, 65537, 262155, 1, 65537, 262156, 1, 65537, 262157, 1, 65537, 262158, 1, 65537, 262159, 1, 65537, 262160, 1, 65537, 262161, 1, 65538, 327680, 1, 65536, 327681, 1, 65537, 327682, 1, 65537, 327683, 1, 65537, 327684, 1, 65537, 327685, 1, 65537, 327686, 1, 65537, 327687, 1, 65537, 327688, 1, 65537, 327689, 1, 65537, 327690, 1, 65537, 327691, 1, 65537, 327692, 1, 65537, 327693, 1, 65537, 327694, 1, 65537, 327695, 1, 65537, 327696, 1, 65537, 327697, 1, 65538, 393216, 1, 65536, 393217, 1, 65537, 393218, 1, 65537, 393219, 1, 65537, 393220, 1, 65537, 393221, 1, 65537, 393222, 1, 65537, 393223, 1, 65537, 393224, 1, 65537, 393225, 1, 65537, 393226, 1, 65537, 393227, 1, 65537, 393228, 1, 65537, 393229, 1, 65537, 393230, 1, 65537, 393231, 1, 65537, 393232, 1, 65537, 393233, 1, 65538, 458752, 1, 65536, 458753, 1, 65537, 458754, 1, 65537, 458755, 1, 65537, 458756, 1, 65537, 458757, 1, 65537, 458758, 1, 65537, 458759, 1, 65537, 458760, 1, 65537, 458761, 1, 65537, 458762, 1, 65537, 458763, 1, 65537, 458764, 1, 131075, 458765, 1, 65537, 458766, 1, 65537, 458767, 1, 65537, 458768, 1, 65537, 458769, 1, 65538, 524288, 1, 65536, 524289, 1, 65537, 524290, 1, 65537, 524291, 1, 65537, 524292, 1, 65537, 524293, 1, 65537, 524294, 1, 65537, 524295, 1, 65537, 524296, 1, 65537, 524297, 1, 65537, 524298, 1, 65537, 524299, 1, 65537, 524300, 1, 65537, 524301, 1, 65537, 524302, 1, 65537, 524303, 1, 65537, 524304, 1, 65537, 524305, 1, 65538, 589824, 1, 65536, 589825, 1, 65537, 589826, 1, 65537, 589827, 1, 65537, 589828, 1, 65537, 589829, 1, 65537, 589830, 1, 65537, 589831, 1, 65537, 589832, 1, 65537, 589833, 1, 65537, 589834, 1, 65537, 589835, 1, 65537, 589836, 1, 65537, 589837, 1, 65537, 589838, 1, 65537, 589839, 1, 65537, 589840, 1, 65537, 589841, 1, 65538, 655360, 1, 65536, 655361, 1, 65537, 655362, 1, 65537, 655363, 1, 65537, 655364, 1, 65537, 655365, 1, 65537, 655366, 1, 65537, 655367, 1, 65537, 655368, 1, 131075, 655369, 1, 65537, 655370, 1, 65537, 655371, 1, 65537, 655372, 1, 65537, 655373, 1, 65537, 655374, 1, 65537, 655375, 1, 65537, 655376, 1, 65537, 655377, 1, 65538, 720896, 1, 131072, 720897, 1, 131073, 720898, 1, 131073, 720899, 1, 131073, 720900, 1, 131073, 720901, 1, 131073, 720902, 1, 131073, 720903, 1, 131073, 720904, 1, 131073, 720905, 1, 131073, 720906, 1, 131073, 720907, 1, 131073, 720908, 1, 131073, 720909, 1, 131073, 720910, 1, 131073, 720911, 1, 131073, 720912, 1, 131073, 720913, 1, 131074 )\nscript = ExtResource( 4 )\nscroll_speed = Vector2( 1, 1 )\nmove_speed = Vector2( 0, 0 )\nmoving = false\ntint = Color( 1, 1, 1, 1 )\nfilepath = \"\"\noriginal_name = \"\"\n\n[node name=\"TileMap2\" type=\"TileMap\" parent=\".\" groups=[\n\"layers\",\n\"tilemap\",\n] instance=ExtResource( 2 )]\nmodulate = Color( 1, 1, 1, 0.25 )\ntile_set = ExtResource( 3 )\ncell_size = Vector2( 32, 32 )\ncollision_layer = 31\ncollision_mask = 31\nformat = 1\ntile_data = PoolIntArray( 131076, 0, 131073, 196612, 0, 131075, 262148, 0, 65536, 262149, 0, 131074, 262150, 0, 131074, 262151, 0, 131074, 262152, 0, 131074, 262153, 0, 1, 327689, 0, 131075, 393225, 0, 131075, 458761, 0, 131075, 524297, 0, 131075, 589833, 0, 65536, 589834, 0, 131074, 589835, 0, 131074, 589836, 0, 131074, 589837, 0, 131074, 589838, 0, 196609 )\nscript = ExtResource( 4 )\nscroll_speed = Vector2( 1, 1 )\nmove_speed = Vector2( 0, 0 )\nmoving = false\ntint = Color( 1, 1, 1, 1 )\nfilepath = \"\"\noriginal_name = \"\"\n\n[node name=\"TileMap3\" type=\"TileMap\" parent=\".\" groups=[\n\"layers\",\n\"tilemap\",\n] instance=ExtResource( 2 )]\nmodulate = Color( 1, 1, 1, 0.25 )\ntile_set = ExtResource( 3 )\ncell_size = Vector2( 32, 32 )\ncollision_layer = 31\ncollision_mask = 31\nformat = 1\ntile_data = PoolIntArray( 65540, 2, 0, 65544, 5, 0, 65545, 5, 2, 65547, 3, 0, 65548, 3, 1, 65549, 3, 1, 65550, 3, 1, 65551, 3, 2, 131080, 5, 131072, 131081, 5, 131074, 131082, 3, 0, 131083, 3, 65540, 131084, 3, 65537, 131085, 3, 65537, 131086, 3, 65537, 131087, 3, 65538, 196618, 3, 131072, 196619, 3, 4, 196620, 3, 65537, 196621, 3, 65537, 196622, 3, 65537, 196623, 3, 65538, 262145, 5, 0, 262146, 5, 1, 262147, 5, 2, 262155, 3, 131072, 262156, 3, 131073, 262157, 3, 131073, 262158, 3, 131073, 262159, 3, 131074, 327681, 5, 65536, 327682, 5, 65537, 327683, 5, 65539, 327684, 5, 2, 327690, 5, 0, 327691, 5, 2, 327693, 5, 0, 327694, 5, 1, 327695, 5, 2, 393217, 5, 131072, 393218, 5, 131073, 393219, 5, 131073, 393220, 5, 131074, 393221, 3, 0, 393222, 3, 1, 393223, 3, 2, 393226, 5, 65536, 393227, 5, 65538, 393229, 5, 131072, 393230, 5, 4, 393231, 5, 65539, 393232, 5, 2, 458754, 3, 0, 458755, 3, 1, 458756, 3, 1, 458757, 3, 65540, 458758, 3, 65537, 458759, 3, 65538, 458762, 5, 131072, 458763, 5, 131074, 458766, 5, 65536, 458767, 5, 65537, 458768, 5, 65538, 524290, 3, 65536, 524291, 3, 65537, 524292, 3, 65537, 524293, 3, 65537, 524294, 3, 65537, 524295, 3, 65538, 524302, 5, 131072, 524303, 5, 131073, 524304, 5, 131074, 589826, 3, 65536, 589827, 3, 65537, 589828, 3, 65537, 589829, 3, 65537, 589830, 3, 3, 589831, 3, 131074, 655362, 3, 131072, 655363, 3, 131073, 655364, 3, 131073, 655365, 3, 131073, 655366, 3, 131074 )\nscript = ExtResource( 4 )\nscroll_speed = Vector2( 1, 1 )\nmove_speed = Vector2( 0, 0 )\nmoving = false\ntint = Color( 1, 1, 1, 1 )\nfilepath = \"\"\noriginal_name = \"\"\n\n[node name=\"SpawnPoint\" type=\"Position2D\" parent=\".\" groups=[\n\"oneonly\",\n\"spawnpoint\",\n] instance=ExtResource( 5 )]\nposition = Vector2( 144, 112 )\nscript = ExtResource( 6 )\n\n[node name=\"LevelDot\" type=\"Node2D\" parent=\".\" groups=[\n\"popup\",\n\"leveldot\",\n] instance=ExtResource( 7 )]\nposition = Vector2( 240, 144 )\nscript = ExtResource( 8 )\nlevel = \"res://Scenes//Levels//TEST.tscn\"\ninvisible = false\nautoplay = false\ncleared = false\nmovedirection = 1\n"
  },
  {
    "path": "src/Sprites/Backgrounds/Snow/arcticmountains-bg.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/arcticmountains-bg.png-29f30fc31d318d980ed437e9d366d8b7.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Backgrounds/Snow/arcticmountains-bg.png\"\ndest_files=[ \"res://.import/arcticmountains-bg.png-29f30fc31d318d980ed437e9d366d8b7.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Backgrounds/Snow/arcticmountains-fg.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/arcticmountains-fg.png-35ca989779ba9ee991d43a3c1e115aa8.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Backgrounds/Snow/arcticmountains-fg.png\"\ndest_files=[ \"res://.import/arcticmountains-fg.png-35ca989779ba9ee991d43a3c1e115aa8.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Backgrounds/Snow/arcticmountains-sky.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/arcticmountains-sky.png-e3c64433bfa7ff20579673d458d9ca2e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Backgrounds/Snow/arcticmountains-sky.png\"\ndest_files=[ \"res://.import/arcticmountains-sky.png-e3c64433bfa7ff20579673d458d9ca2e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Bomb/bomb-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/bomb-0.png-d1c8fefbfe35ebafe745d1517f93d617.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Bomb/bomb-0.png\"\ndest_files=[ \"res://.import/bomb-0.png-d1c8fefbfe35ebafe745d1517f93d617.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Bomb/bomb-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/bomb-1.png-67a0349e3204cd23bbfad125ca89ca6c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Bomb/bomb-1.png\"\ndest_files=[ \"res://.import/bomb-1.png-67a0349e3204cd23bbfad125ca89ca6c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Bomb/bomb-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/bomb-2.png-63da7955cfeef6a73865e1fe769f64ff.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Bomb/bomb-2.png\"\ndest_files=[ \"res://.import/bomb-2.png-63da7955cfeef6a73865e1fe769f64ff.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Bomb/explosion.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/explosion.png-9c475e44b3b657a30cdabf5937b90e63.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Bomb/explosion.png\"\ndest_files=[ \"res://.import/explosion.png-9c475e44b3b657a30cdabf5937b90e63.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Bomb/redglow.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/redglow.png-6823fcdce6119207d779d36dcd01b25e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Bomb/redglow.png\"\ndest_files=[ \"res://.import/redglow.png-6823fcdce6119207d779d36dcd01b25e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Bomb/triggered.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/triggered.png-c9f13191bafb1c8763f91f265ff02c58.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Bomb/triggered.png\"\ndest_files=[ \"res://.import/triggered.png-c9f13191bafb1c8763f91f265ff02c58.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Bomb/whiteflash.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/whiteflash.png-cacadcbfb6ebbc2063b0153953c99528.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Bomb/whiteflash.png\"\ndest_files=[ \"res://.import/whiteflash.png-cacadcbfb6ebbc2063b0153953c99528.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/iceblock-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/iceblock-0.png-7a6f75958968d0630637dfa30a297d38.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/iceblock-0.png\"\ndest_files=[ \"res://.import/iceblock-0.png-7a6f75958968d0630637dfa30a297d38.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/iceblock-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/iceblock-1.png-9ce16f3c7e8d3ff03542ee39ac701d31.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/iceblock-1.png\"\ndest_files=[ \"res://.import/iceblock-1.png-9ce16f3c7e8d3ff03542ee39ac701d31.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/iceblock-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/iceblock-2.png-901d73bb138ed3db9eb18ba92ca9484b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/iceblock-2.png\"\ndest_files=[ \"res://.import/iceblock-2.png-901d73bb138ed3db9eb18ba92ca9484b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/iceblock-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/iceblock-3.png-6b4b8835fbb7c992ef912a6feb614af8.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/iceblock-3.png\"\ndest_files=[ \"res://.import/iceblock-3.png-6b4b8835fbb7c992ef912a6feb614af8.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/iceblock-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/iceblock-4.png-d61a7b4a72c5e61a60585c553db2003e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/iceblock-4.png\"\ndest_files=[ \"res://.import/iceblock-4.png-d61a7b4a72c5e61a60585c553db2003e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/iceblock-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/iceblock-5.png-2ba805d3595353b7874e8511c8466fc2.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/iceblock-5.png\"\ndest_files=[ \"res://.import/iceblock-5.png-2ba805d3595353b7874e8511c8466fc2.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/iceblock-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/iceblock-6.png-4194e759f53f586331dd1d79b90170cd.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/iceblock-6.png\"\ndest_files=[ \"res://.import/iceblock-6.png-4194e759f53f586331dd1d79b90170cd.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/iceblock-7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/iceblock-7.png-0e488cdc470d431c9dbe8e632e108541.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/iceblock-7.png\"\ndest_files=[ \"res://.import/iceblock-7.png-0e488cdc470d431c9dbe8e632e108541.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/shard.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/shard.png-aab6b9cf4b192184524572d0c4113320.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/shard.png\"\ndest_files=[ \"res://.import/shard.png-aab6b9cf4b192184524572d0c4113320.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Iceblock/stomped-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/stomped-0.png-481f3e0266fbc6426af5978d42633865.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Iceblock/stomped-0.png\"\ndest_files=[ \"res://.import/stomped-0.png-481f3e0266fbc6426af5978d42633865.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/shard.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/shard.png-a60225dfab620aa974cb994890b742b5.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/shard.png\"\ndest_files=[ \"res://.import/shard.png-a60225dfab620aa974cb994890b742b5.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/smartblock-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartblock-0.png-0ea610c04ce7dd3783e97dca1ce6b371.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/smartblock-0.png\"\ndest_files=[ \"res://.import/smartblock-0.png-0ea610c04ce7dd3783e97dca1ce6b371.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/smartblock-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartblock-1.png-58304e8aca08c965ca81ab7ff103bdd4.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/smartblock-1.png\"\ndest_files=[ \"res://.import/smartblock-1.png-58304e8aca08c965ca81ab7ff103bdd4.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/smartblock-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartblock-2.png-74fc0935ced9246e0df95de932af0a6c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/smartblock-2.png\"\ndest_files=[ \"res://.import/smartblock-2.png-74fc0935ced9246e0df95de932af0a6c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/smartblock-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartblock-3.png-c2859c4f87a8c2e768e421e57514e981.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/smartblock-3.png\"\ndest_files=[ \"res://.import/smartblock-3.png-c2859c4f87a8c2e768e421e57514e981.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/smartblock-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartblock-4.png-5317f9f5e34f327af21ba9c579bf5407.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/smartblock-4.png\"\ndest_files=[ \"res://.import/smartblock-4.png-5317f9f5e34f327af21ba9c579bf5407.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/smartblock-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartblock-5.png-7e2cb8cddbe607cb525d3748f338a69d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/smartblock-5.png\"\ndest_files=[ \"res://.import/smartblock-5.png-7e2cb8cddbe607cb525d3748f338a69d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/smartblock-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartblock-6.png-ca7a6b440a88a164c28cdd505da0dcce.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/smartblock-6.png\"\ndest_files=[ \"res://.import/smartblock-6.png-ca7a6b440a88a164c28cdd505da0dcce.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/smartblock-7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartblock-7.png-19d83a2f34c628bde2dded537b64a50e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/smartblock-7.png\"\ndest_files=[ \"res://.import/smartblock-7.png-19d83a2f34c628bde2dded537b64a50e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/IceblockSmart/stomped-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/stomped-0.png-a231ae91cf3730333ab7a7cf7706826b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/IceblockSmart/stomped-0.png\"\ndest_files=[ \"res://.import/stomped-0.png-a231ae91cf3730333ab7a7cf7706826b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Jumpy/left-down.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/left-down.png-d125189843859a4247a36884f57fcb5a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Jumpy/left-down.png\"\ndest_files=[ \"res://.import/left-down.png-d125189843859a4247a36884f57fcb5a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Jumpy/left-middle.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/left-middle.png-a6e5dfdfdce146f91e9cc69a0928cc2a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Jumpy/left-middle.png\"\ndest_files=[ \"res://.import/left-middle.png-a6e5dfdfdce146f91e9cc69a0928cc2a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Jumpy/left-up.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/left-up.png-d7a1e3f644813727c3b3c48989b5aec3.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Jumpy/left-up.png\"\ndest_files=[ \"res://.import/left-up.png-d7a1e3f644813727c3b3c48989b5aec3.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/droplet.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/droplet.png-46377a9cfdf39702e8e89663bcda13bd.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/droplet.png\"\ndest_files=[ \"res://.import/droplet.png-46377a9cfdf39702e8e89663bcda13bd.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/particle.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/particle.png-aa6d58ca36e5a5b516bfb198c6d25835.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/particle.png\"\ndest_files=[ \"res://.import/particle.png-aa6d58ca36e5a5b516bfb198c6d25835.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/snowball-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/snowball-0.png-b9fa97f6d583c0146116da5750668891.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/snowball-0.png\"\ndest_files=[ \"res://.import/snowball-0.png-b9fa97f6d583c0146116da5750668891.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/snowball-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/snowball-1.png-6f71d1c82f1f872ca337f93b59695aaf.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/snowball-1.png\"\ndest_files=[ \"res://.import/snowball-1.png-6f71d1c82f1f872ca337f93b59695aaf.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/snowball-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/snowball-2.png-3d7a6bdf1bfd065cb513c872864db261.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/snowball-2.png\"\ndest_files=[ \"res://.import/snowball-2.png-3d7a6bdf1bfd065cb513c872864db261.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/snowball-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/snowball-3.png-a3e538d8b8645fdcb0fae419905abc96.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/snowball-3.png\"\ndest_files=[ \"res://.import/snowball-3.png-a3e538d8b8645fdcb0fae419905abc96.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/snowball-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/snowball-4.png-324206c3205c3024a9b3cf5867599b78.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/snowball-4.png\"\ndest_files=[ \"res://.import/snowball-4.png-324206c3205c3024a9b3cf5867599b78.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/snowball-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/snowball-5.png-91c785d6e52552a082afcc0901355718.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/snowball-5.png\"\ndest_files=[ \"res://.import/snowball-5.png-91c785d6e52552a082afcc0901355718.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/snowball-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/snowball-6.png-18870fcd59338596a9941906dfb20c95.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/snowball-6.png\"\ndest_files=[ \"res://.import/snowball-6.png-18870fcd59338596a9941906dfb20c95.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/snowball-7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/snowball-7.png-070a8766926f804c8a24282d863ce9ae.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/snowball-7.png\"\ndest_files=[ \"res://.import/snowball-7.png-070a8766926f804c8a24282d863ce9ae.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Snowball/squished-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/squished-0.png-9e9116caa016083f39aad7e5e2cadc7c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Snowball/squished-0.png\"\ndest_files=[ \"res://.import/squished-0.png-9e9116caa016083f39aad7e5e2cadc7c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/droplet.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/droplet.png-761f7bd770dff2eabcc55c13ec4a3e45.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/droplet.png\"\ndest_files=[ \"res://.import/droplet.png-761f7bd770dff2eabcc55c13ec4a3e45.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/particle.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/particle.png-054196a4953b60063916b3dec2469a79.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/particle.png\"\ndest_files=[ \"res://.import/particle.png-054196a4953b60063916b3dec2469a79.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/smartball-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartball-0.png-61b841a04eb0948705200655cc5898b7.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/smartball-0.png\"\ndest_files=[ \"res://.import/smartball-0.png-61b841a04eb0948705200655cc5898b7.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/smartball-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartball-1.png-c46a816b6639f5bb448e7af499a8c18a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/smartball-1.png\"\ndest_files=[ \"res://.import/smartball-1.png-c46a816b6639f5bb448e7af499a8c18a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/smartball-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartball-2.png-2065bc087c5159eaf794327929155d21.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/smartball-2.png\"\ndest_files=[ \"res://.import/smartball-2.png-2065bc087c5159eaf794327929155d21.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/smartball-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartball-3.png-5f048ab36bd6519c3f2495d325733226.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/smartball-3.png\"\ndest_files=[ \"res://.import/smartball-3.png-5f048ab36bd6519c3f2495d325733226.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/smartball-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartball-4.png-dcf5c579d8e9a8cb895f1300ebc90c09.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/smartball-4.png\"\ndest_files=[ \"res://.import/smartball-4.png-dcf5c579d8e9a8cb895f1300ebc90c09.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/smartball-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartball-5.png-8e146995690b7dfb6f76d46a875f6f5b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/smartball-5.png\"\ndest_files=[ \"res://.import/smartball-5.png-8e146995690b7dfb6f76d46a875f6f5b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/smartball-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartball-6.png-492f3f73c5340c978ff15e638b31f6f8.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/smartball-6.png\"\ndest_files=[ \"res://.import/smartball-6.png-492f3f73c5340c978ff15e638b31f6f8.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/smartball-7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smartball-7.png-74965d44785f9ab556a5c31e8bbfbf73.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/smartball-7.png\"\ndest_files=[ \"res://.import/smartball-7.png-74965d44785f9ab556a5c31e8bbfbf73.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/SnowballSmart/squished-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/squished-0.png-054b8cf25096eab31ce3d5a31d1cc34f.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/SnowballSmart/squished-0.png\"\ndest_files=[ \"res://.import/squished-0.png-054b8cf25096eab31ce3d5a31d1cc34f.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/melting-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/melting-0.png-6299d17d2385357b17c3e1d9ae166281.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/melting-0.png\"\ndest_files=[ \"res://.import/melting-0.png-6299d17d2385357b17c3e1d9ae166281.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/melting-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/melting-1.png-b334eeaeebd15efea23dab49014db370.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/melting-1.png\"\ndest_files=[ \"res://.import/melting-1.png-b334eeaeebd15efea23dab49014db370.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/melting-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/melting-2.png-63e7b3d7fbf459de6bdf4e944927d0f6.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/melting-2.png\"\ndest_files=[ \"res://.import/melting-2.png-63e7b3d7fbf459de6bdf4e944927d0f6.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/melting-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/melting-3.png-d4f2e323d4ea01ee569111d1c14048ce.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/melting-3.png\"\ndest_files=[ \"res://.import/melting-3.png-d4f2e323d4ea01ee569111d1c14048ce.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/melting-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/melting-4.png-f73387567507a514b0c1fad851954d38.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/melting-4.png\"\ndest_files=[ \"res://.import/melting-4.png-f73387567507a514b0c1fad851954d38.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/melting-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/melting-5.png-c5ad03c1ba189740d54b6a0cd9cc91bb.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/melting-5.png\"\ndest_files=[ \"res://.import/melting-5.png-c5ad03c1ba189740d54b6a0cd9cc91bb.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/melting-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/melting-6.png-8c3f5624b0e3d1b158688daa5408f06f.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/melting-6.png\"\ndest_files=[ \"res://.import/melting-6.png-8c3f5624b0e3d1b158688daa5408f06f.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/melting-7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/melting-7.png-6418ee62b33b740b604a1373da453660.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/melting-7.png\"\ndest_files=[ \"res://.import/melting-7.png-6418ee62b33b740b604a1373da453660.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/spiky-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spiky-0.png-27c13563344d16e0bb315b0c6e79cb00.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/spiky-0.png\"\ndest_files=[ \"res://.import/spiky-0.png-27c13563344d16e0bb315b0c6e79cb00.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/spiky-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spiky-1.png-61c379f35e0cb4b2210179fdc2935917.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/spiky-1.png\"\ndest_files=[ \"res://.import/spiky-1.png-61c379f35e0cb4b2210179fdc2935917.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/spiky-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spiky-2.png-c55d44453cca64d14adc5a49740b93b7.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/spiky-2.png\"\ndest_files=[ \"res://.import/spiky-2.png-c55d44453cca64d14adc5a49740b93b7.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/spiky-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spiky-3.png-23ceaf46e269d3688b6320081063904d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/spiky-3.png\"\ndest_files=[ \"res://.import/spiky-3.png-23ceaf46e269d3688b6320081063904d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/spiky-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spiky-4.png-e278a70b5d0c543d870a762f643201d8.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/spiky-4.png\"\ndest_files=[ \"res://.import/spiky-4.png-e278a70b5d0c543d870a762f643201d8.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/spiky-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spiky-5.png-135887c51aa8bc5c0e833e9e0638725c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/spiky-5.png\"\ndest_files=[ \"res://.import/spiky-5.png-135887c51aa8bc5c0e833e9e0638725c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/spiky-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spiky-6.png-a0d6e78fb2cf8a2713840aedf3879ebc.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/spiky-6.png\"\ndest_files=[ \"res://.import/spiky-6.png-a0d6e78fb2cf8a2713840aedf3879ebc.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Spiky/spiky-7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spiky-7.png-ccf5abe9e541386af96caa1625d394b4.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Spiky/spiky-7.png\"\ndest_files=[ \"res://.import/spiky-7.png-ccf5abe9e541386af96caa1625d394b4.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Stalactite/broken.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/broken.png-4ef005e376419958c7ae6aa76575c054.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Stalactite/broken.png\"\ndest_files=[ \"res://.import/broken.png-4ef005e376419958c7ae6aa76575c054.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Stalactite/falling.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/falling.png-789cdfeb31e9439017329a7c16fa1d4e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Stalactite/falling.png\"\ndest_files=[ \"res://.import/falling.png-789cdfeb31e9439017329a7c16fa1d4e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Stalactite/stalactiteshard.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/stalactiteshard.png-bbe7990ac9ea3e999f7895ddcb005256.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Stalactite/stalactiteshard.png\"\ndest_files=[ \"res://.import/stalactiteshard.png-bbe7990ac9ea3e999f7895ddcb005256.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Bigtuxwalk1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Bigtuxwalk1.png-ba3a34383171d3956d23ae1def2557a7.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk1.png\"\ndest_files=[ \"res://.import/Bigtuxwalk1.png-ba3a34383171d3956d23ae1def2557a7.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Bigtuxwalk2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Bigtuxwalk2.png-f4d61cc31d0c8b555aa93ea298634bbe.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk2.png\"\ndest_files=[ \"res://.import/Bigtuxwalk2.png-f4d61cc31d0c8b555aa93ea298634bbe.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Bigtuxwalk3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Bigtuxwalk3.png-5fc65d0d7be4b7419e4b8dcd1266716c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk3.png\"\ndest_files=[ \"res://.import/Bigtuxwalk3.png-5fc65d0d7be4b7419e4b8dcd1266716c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Bigtuxwalk4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Bigtuxwalk4.png-044a3ac61a7d3fc461bcc73c5cf4a82a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk4.png\"\ndest_files=[ \"res://.import/Bigtuxwalk4.png-044a3ac61a7d3fc461bcc73c5cf4a82a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Bigtuxwalk5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Bigtuxwalk5.png-3990ba2df7fbb389b591eb80575b3b3a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk5.png\"\ndest_files=[ \"res://.import/Bigtuxwalk5.png-3990ba2df7fbb389b591eb80575b3b3a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Bigtuxwalk6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Bigtuxwalk6.png-1c37bbfa536c40c8715ceda782ba7465.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk6.png\"\ndest_files=[ \"res://.import/Bigtuxwalk6.png-1c37bbfa536c40c8715ceda782ba7465.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Bigtuxwalk7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Bigtuxwalk7.png-9f76c0640b1c1cd5e2b52a57a6e3e401.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk7.png\"\ndest_files=[ \"res://.import/Bigtuxwalk7.png-9f76c0640b1c1cd5e2b52a57a6e3e401.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Bigtuxwalk8.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Bigtuxwalk8.png-5b85d11d6072716f490f70cdd55d7768.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Bigtuxwalk8.png\"\ndest_files=[ \"res://.import/Bigtuxwalk8.png-5b85d11d6072716f490f70cdd55d7768.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Fall1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Fall1.png-dfa5b14edc6e7cd342a6448e7db64988.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Fall1.png\"\ndest_files=[ \"res://.import/Fall1.png-dfa5b14edc6e7cd342a6448e7db64988.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Fall2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Fall2.png-042e0f24ae1f7319ee1ab187ee245460.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Fall2.png\"\ndest_files=[ \"res://.import/Fall2.png-042e0f24ae1f7319ee1ab187ee245460.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Fall3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Fall3.png-8c304cdc6943f4f8f6c1eee860b2e05e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Fall3.png\"\ndest_files=[ \"res://.import/Fall3.png-8c304cdc6943f4f8f6c1eee860b2e05e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Fall4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Fall4.png-3e3ed4be88602e40c1e4189928ab36a3.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Fall4.png\"\ndest_files=[ \"res://.import/Fall4.png-3e3ed4be88602e40c1e4189928ab36a3.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Jump1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Jump1.png-fc78acbf7572bf59865897efea1f077b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Jump1.png\"\ndest_files=[ \"res://.import/Jump1.png-fc78acbf7572bf59865897efea1f077b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Jump2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Jump2.png-e88232a0b6d2e496a40753ecf1029d61.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Jump2.png\"\ndest_files=[ \"res://.import/Jump2.png-e88232a0b6d2e496a40753ecf1029d61.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Jump3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Jump3.png-09510be0bc824f22ec82dcdc35812472.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Jump3.png\"\ndest_files=[ \"res://.import/Jump3.png-09510be0bc824f22ec82dcdc35812472.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Slideplaceholder.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Slideplaceholder.png-11e9ca49cd8ae3898284fc6f8bf05a0f.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Slideplaceholder.png\"\ndest_files=[ \"res://.import/Slideplaceholder.png-11e9ca49cd8ae3898284fc6f8bf05a0f.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/Stand.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Stand.png-3c2c8f7809703683bc24f34ce517496f.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/Stand.png\"\ndest_files=[ \"res://.import/Stand.png-3c2c8f7809703683bc24f34ce517496f.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/backflip.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/backflip.png-a8c3a00bc4954b1979318f80a206950b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/backflip.png\"\ndest_files=[ \"res://.import/backflip.png-a8c3a00bc4954b1979318f80a206950b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/buttjump-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/buttjump-0.png-69db136acf5efac7b4c4c23a73f65911.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/buttjump-0.png\"\ndest_files=[ \"res://.import/buttjump-0.png-69db136acf5efac7b4c4c23a73f65911.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/buttjump-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/buttjump-1.png-0de900f26a60f9a49ccae402d93347dd.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/buttjump-1.png\"\ndest_files=[ \"res://.import/buttjump-1.png-0de900f26a60f9a49ccae402d93347dd.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/buttjump-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/buttjump-2.png-3a3d47acdf8f352f83df9f87284ee123.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/buttjump-2.png\"\ndest_files=[ \"res://.import/buttjump-2.png-3a3d47acdf8f352f83df9f87284ee123.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/buttjump-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/buttjump-3.png-dc64a96d696a4c9c0d3248f23ee45c4a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/buttjump-3.png\"\ndest_files=[ \"res://.import/buttjump-3.png-dc64a96d696a4c9c0d3248f23ee45c4a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/buttjump-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/buttjump-4.png-16591fd2bfbeea99e3134a262e57ef2b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/buttjump-4.png\"\ndest_files=[ \"res://.import/buttjump-4.png-16591fd2bfbeea99e3134a262e57ef2b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/buttjump-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/buttjump-5.png-5c619d1b8ded616a20a8b78adce3cc3b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/buttjump-5.png\"\ndest_files=[ \"res://.import/buttjump-5.png-5c619d1b8ded616a20a8b78adce3cc3b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/buttjump-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/buttjump-6.png-5a2b298ef0fedc4c7003ae2859b96030.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/buttjump-6.png\"\ndest_files=[ \"res://.import/buttjump-6.png-5a2b298ef0fedc4c7003ae2859b96030.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/duck-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/duck-0.png-82e47f919ec51dce69d49cda53a2acb5.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/duck-0.png\"\ndest_files=[ \"res://.import/duck-0.png-82e47f919ec51dce69d49cda53a2acb5.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/skid-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/skid-0.png-5eab3fed56364eb15e033d90a5b3d76e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/skid-0.png\"\ndest_files=[ \"res://.import/skid-0.png-5eab3fed56364eb15e033d90a5b3d76e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Big/stand-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/stand-0.png-6076ed7f104c4f33ed95ab6275733d73.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Big/stand-0.png\"\ndest_files=[ \"res://.import/stand-0.png-6076ed7f104c4f33ed95ab6275733d73.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Fall1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Fall1.png-f0835ec3c3aaf21b6d1bd70150704410.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Fall1.png\"\ndest_files=[ \"res://.import/Fall1.png-f0835ec3c3aaf21b6d1bd70150704410.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Fall2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Fall2.png-6ab9873eba76de7bf4e3c26cacb677c1.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Fall2.png\"\ndest_files=[ \"res://.import/Fall2.png-6ab9873eba76de7bf4e3c26cacb677c1.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Fall3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Fall3.png-04d5d0d99b85104c3d3c990efaaf3bb2.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Fall3.png\"\ndest_files=[ \"res://.import/Fall3.png-04d5d0d99b85104c3d3c990efaaf3bb2.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Fall4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Fall4.png-26a1bbfa5fbd7be2fb526e989cf8c73a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Fall4.png\"\ndest_files=[ \"res://.import/Fall4.png-26a1bbfa5fbd7be2fb526e989cf8c73a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Jump1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Jump1.png-6c7b0e300e91e5f4ea9d8c6de2f780fa.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Jump1.png\"\ndest_files=[ \"res://.import/Jump1.png-6c7b0e300e91e5f4ea9d8c6de2f780fa.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Jump2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Jump2.png-082eda85b8628f171a97ffc4879c17d5.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Jump2.png\"\ndest_files=[ \"res://.import/Jump2.png-082eda85b8628f171a97ffc4879c17d5.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Jump3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Jump3.png-8a0374c3e255455ea053ac11443b3a60.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Jump3.png\"\ndest_files=[ \"res://.import/Jump3.png-8a0374c3e255455ea053ac11443b3a60.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Smalltuxwalk1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Smalltuxwalk1.png-73960fc32c9e0f883b8316aba462e5d8.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk1.png\"\ndest_files=[ \"res://.import/Smalltuxwalk1.png-73960fc32c9e0f883b8316aba462e5d8.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Smalltuxwalk2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Smalltuxwalk2.png-b9f0c74031fe144b987340cd947a51d1.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk2.png\"\ndest_files=[ \"res://.import/Smalltuxwalk2.png-b9f0c74031fe144b987340cd947a51d1.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Smalltuxwalk3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Smalltuxwalk3.png-14e092c026e14d57f29abec4372a5d3b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk3.png\"\ndest_files=[ \"res://.import/Smalltuxwalk3.png-14e092c026e14d57f29abec4372a5d3b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Smalltuxwalk4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Smalltuxwalk4.png-2723530e8b4ebd32ade0040a3f2501ea.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk4.png\"\ndest_files=[ \"res://.import/Smalltuxwalk4.png-2723530e8b4ebd32ade0040a3f2501ea.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Smalltuxwalk5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Smalltuxwalk5.png-e0afd932bcad4980adc70b6d8aba73de.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk5.png\"\ndest_files=[ \"res://.import/Smalltuxwalk5.png-e0afd932bcad4980adc70b6d8aba73de.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Smalltuxwalk6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Smalltuxwalk6.png-e2e6edb06d818b27f43b8966b88af28d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk6.png\"\ndest_files=[ \"res://.import/Smalltuxwalk6.png-e2e6edb06d818b27f43b8966b88af28d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Smalltuxwalk7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Smalltuxwalk7.png-7450bd78abb694a69d299dc1ee626907.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk7.png\"\ndest_files=[ \"res://.import/Smalltuxwalk7.png-7450bd78abb694a69d299dc1ee626907.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/Smalltuxwalk8.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Smalltuxwalk8.png-09831ca633ace6f13db812cf8d012e26.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/Smalltuxwalk8.png\"\ndest_files=[ \"res://.import/Smalltuxwalk8.png-09831ca633ace6f13db812cf8d012e26.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/gameover-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/gameover-0.png-d2f714d30558814a3a39aa540b8a5fac.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/gameover-0.png\"\ndest_files=[ \"res://.import/gameover-0.png-d2f714d30558814a3a39aa540b8a5fac.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/gameover-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/gameover-1.png-f9f157bcdc6cb8be6c8744012e2fcfdb.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/gameover-1.png\"\ndest_files=[ \"res://.import/gameover-1.png-f9f157bcdc6cb8be6c8744012e2fcfdb.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/jump-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/jump-0.png-17fa95d79d14794bbc3d6183acc2d4ab.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/jump-0.png\"\ndest_files=[ \"res://.import/jump-0.png-17fa95d79d14794bbc3d6183acc2d4ab.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/skid-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/skid-0.png-8cb3b6aae65b5a0ada7921af36aa4f2f.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/skid-0.png\"\ndest_files=[ \"res://.import/skid-0.png-8cb3b6aae65b5a0ada7921af36aa4f2f.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Creatures/Tux/Small/stand-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/stand-0.png-e809879190d1ebf9d8cf181508869af3.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Creatures/Tux/Small/stand-0.png\"\ndest_files=[ \"res://.import/stand-0.png-e809879190d1ebf9d8cf181508869af3.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Arrow.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Arrow.png-b67a8582a20cb371d6c96fa38cdd2ef3.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Arrow.png\"\ndest_files=[ \"res://.import/Arrow.png-b67a8582a20cb371d6c96fa38cdd2ef3.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Equals.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Equals.png-47342958cf86c97f6240f2072b001c07.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Equals.png\"\ndest_files=[ \"res://.import/Equals.png-47342958cf86c97f6240f2072b001c07.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/EraseSelect.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/EraseSelect.png-5e9044162cf7835f615edd43d4489c55.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/EraseSelect.png\"\ndest_files=[ \"res://.import/EraseSelect.png-5e9044162cf7835f615edd43d4489c55.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Eraser.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Eraser.png-9841cc77c8428cc6b45fd60721484de2.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Eraser.png\"\ndest_files=[ \"res://.import/Eraser.png-9841cc77c8428cc6b45fd60721484de2.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Grab.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Grab.png-fcb0c0f7165f07a2befdc39cb5d93aee.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Grab.png\"\ndest_files=[ \"res://.import/Grab.png-fcb0c0f7165f07a2befdc39cb5d93aee.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/GrabPoint.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/GrabPoint.png-fc9a1eaa300ccf31965258b787a8b862.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/GrabPoint.png\"\ndest_files=[ \"res://.import/GrabPoint.png-fc9a1eaa300ccf31965258b787a8b862.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/GrabPointHover.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/GrabPointHover.png-66ea20b996eae969e187363284290e59.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/GrabPointHover.png\"\ndest_files=[ \"res://.import/GrabPointHover.png-66ea20b996eae969e187363284290e59.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/GrabSide.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/GrabSide.png-f8049841a09ef6668da4bc6f23117151.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/GrabSide.png\"\ndest_files=[ \"res://.import/GrabSide.png-f8049841a09ef6668da4bc6f23117151.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/GrabSideHover.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/GrabSideHover.png-3ab14cae313674768516128cc97e332c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/GrabSideHover.png\"\ndest_files=[ \"res://.import/GrabSideHover.png-3ab14cae313674768516128cc97e332c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Grid.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Grid.png-10883faea2f4f08d5caa32bff61741fd.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Grid.png\"\ndest_files=[ \"res://.import/Grid.png-10883faea2f4f08d5caa32bff61741fd.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/LayerIcons/Background.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Background.png-ae0e8933320f912a9b918f2303087df1.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/LayerIcons/Background.png\"\ndest_files=[ \"res://.import/Background.png-ae0e8933320f912a9b918f2303087df1.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/LayerIcons/TileMap.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/TileMap.png-e4e40351b806ddadabcfd6a20c5497d8.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/LayerIcons/TileMap.png\"\ndest_files=[ \"res://.import/TileMap.png-e4e40351b806ddadabcfd6a20c5497d8.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Line.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Line.png-ce3abdf83b5619d596db249906d7dc2d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Line.png\"\ndest_files=[ \"res://.import/Line.png-ce3abdf83b5619d596db249906d7dc2d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Minus.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Minus.png-261f1acff7682b94ae8987c0d1fcefc3.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Minus.png\"\ndest_files=[ \"res://.import/Minus.png-261f1acff7682b94ae8987c0d1fcefc3.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Plus.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Plus.png-b3bd1c6ad70d3108c49fc201d474d3b3.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Plus.png\"\ndest_files=[ \"res://.import/Plus.png-b3bd1c6ad70d3108c49fc201d474d3b3.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Rectangle.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Rectangle.png-910404606a91bc1de48faece0037463d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Rectangle.png\"\ndest_files=[ \"res://.import/Rectangle.png-910404606a91bc1de48faece0037463d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Save.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Save.png-afc165a5776ded880c3b1eb36f430f69.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Save.png\"\ndest_files=[ \"res://.import/Save.png-afc165a5776ded880c3b1eb36f430f69.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Editor/Wrench.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Wrench.png-8e24295f27197429affe0e7342b55b53.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Editor/Wrench.png\"\ndest_files=[ \"res://.import/Wrench.png-8e24295f27197429affe0e7342b55b53.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/1Down/1down.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/1down.png-fdd3da03a2f40e65a679d034a7166f6b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/1Down/1down.png\"\ndest_files=[ \"res://.import/1down.png-fdd3da03a2f40e65a679d034a7166f6b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/1Up/1up.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/1up.png-e4395f88a75169d04ea65bf62e8f2898.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/1Up/1up.png\"\ndest_files=[ \"res://.import/1up.png-e4395f88a75169d04ea65bf62e8f2898.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/1Up/glimmer.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/glimmer.png-0f2480ac9aba6e084c20b88ce55231ea.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/1Up/glimmer.png\"\ndest_files=[ \"res://.import/glimmer.png-0f2480ac9aba6e084c20b88ce55231ea.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/1Up/glow.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/glow.png-bfe7478c92d20c4d55c41640cfb12302.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/1Up/glow.png\"\ndest_files=[ \"res://.import/glow.png-bfe7478c92d20c4d55c41640cfb12302.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/BonusBlock/block-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/block-0.png-f6904695349056c9905df30b5c2ce774.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/BonusBlock/block-0.png\"\ndest_files=[ \"res://.import/block-0.png-f6904695349056c9905df30b5c2ce774.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/BonusBlock/block-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/block-1.png-f1214403767e4e2a81b3cf9eb8cb047d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/BonusBlock/block-1.png\"\ndest_files=[ \"res://.import/block-1.png-f1214403767e4e2a81b3cf9eb8cb047d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/BonusBlock/block-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/block-2.png-3edaab8eb4192bb14fdf086853d43d75.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/BonusBlock/block-2.png\"\ndest_files=[ \"res://.import/block-2.png-3edaab8eb4192bb14fdf086853d43d75.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/BonusBlock/block-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/block-3.png-8888cbc4a2185580bd0ed774e959d6a1.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/BonusBlock/block-3.png\"\ndest_files=[ \"res://.import/block-3.png-8888cbc4a2185580bd0ed774e959d6a1.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/BonusBlock/block.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/block.png-eece50fac6257f32f37395a22744198a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/BonusBlock/block.png\"\ndest_files=[ \"res://.import/block.png-eece50fac6257f32f37395a22744198a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/BonusBlock/empty.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/empty.png-6ba7c84c6e33cbda71acf41e37b968be.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/BonusBlock/empty.png\"\ndest_files=[ \"res://.import/empty.png-6ba7c84c6e33cbda71acf41e37b968be.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Brick/brick.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/brick.png-84dec47b4d351eee6f231f6c133a1f0b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Brick/brick.png\"\ndest_files=[ \"res://.import/brick.png-84dec47b4d351eee6f231f6c133a1f0b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-0.png-bacad0aa70654d2cb6c56e6a0f44d9c5.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-0.png\"\ndest_files=[ \"res://.import/coin-0.png-bacad0aa70654d2cb6c56e6a0f44d9c5.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-1.png-2307b6a79fdc002bdf24ea8979301291.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-1.png\"\ndest_files=[ \"res://.import/coin-1.png-2307b6a79fdc002bdf24ea8979301291.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-10.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-10.png-23c5300c8d565751b296b3d0cc888b66.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-10.png\"\ndest_files=[ \"res://.import/coin-10.png-23c5300c8d565751b296b3d0cc888b66.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-11.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-11.png-bdf27c0391642211d38528f89bedaed2.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-11.png\"\ndest_files=[ \"res://.import/coin-11.png-bdf27c0391642211d38528f89bedaed2.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-12.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-12.png-fe62f03edcf3886577abbeb18f7e8949.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-12.png\"\ndest_files=[ \"res://.import/coin-12.png-fe62f03edcf3886577abbeb18f7e8949.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-13.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-13.png-0863ebb881628f11ba3e976fa80f145d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-13.png\"\ndest_files=[ \"res://.import/coin-13.png-0863ebb881628f11ba3e976fa80f145d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-14.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-14.png-20058ba33b189c24de5957127ed6678c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-14.png\"\ndest_files=[ \"res://.import/coin-14.png-20058ba33b189c24de5957127ed6678c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-15.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-15.png-08cc4fc278051af4adb8aa7bf4e670b9.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-15.png\"\ndest_files=[ \"res://.import/coin-15.png-08cc4fc278051af4adb8aa7bf4e670b9.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-2.png-0ed6c5ddc6325fef7ed072af0e12998e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-2.png\"\ndest_files=[ \"res://.import/coin-2.png-0ed6c5ddc6325fef7ed072af0e12998e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-3.png-4711cfb7d65d76ff64a1f2ca9e67505a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-3.png\"\ndest_files=[ \"res://.import/coin-3.png-4711cfb7d65d76ff64a1f2ca9e67505a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-4.png-8358dc8ef356823b9e98acf81e07f41c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-4.png\"\ndest_files=[ \"res://.import/coin-4.png-8358dc8ef356823b9e98acf81e07f41c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-5.png-16c08f43171de8ad3a272528026dd605.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-5.png\"\ndest_files=[ \"res://.import/coin-5.png-16c08f43171de8ad3a272528026dd605.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-6.png-768dd3442e41ecdcd35d472939db323f.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-6.png\"\ndest_files=[ \"res://.import/coin-6.png-768dd3442e41ecdcd35d472939db323f.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-7.png-1f04e21ebee19e75ef1d954db8808a7e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-7.png\"\ndest_files=[ \"res://.import/coin-7.png-1f04e21ebee19e75ef1d954db8808a7e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-8.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-8.png-f85d5f7ddd2a9bc41b5a4e7cce8ef0f0.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-8.png\"\ndest_files=[ \"res://.import/coin-8.png-f85d5f7ddd2a9bc41b5a4e7cce8ef0f0.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/coin-9.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/coin-9.png-18bc615c0765112cd54a38ff491b0b9e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/coin-9.png\"\ndest_files=[ \"res://.import/coin-9.png-18bc615c0765112cd54a38ff491b0b9e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/glimmer.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/glimmer.png-0fa2f90e7fd2fef448bc656dac460a08.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/glimmer.png\"\ndest_files=[ \"res://.import/glimmer.png-0fa2f90e7fd2fef448bc656dac460a08.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Coin/glow.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/glow.png-768f2bde326d10c7b87be583fc97f2c6.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Coin/glow.png\"\ndest_files=[ \"res://.import/glow.png-768f2bde326d10c7b87be583fc97f2c6.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Egg/egg-merged.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/egg-merged.png-60a04b1e26d51c2974d474b8f7b077fd.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Egg/egg-merged.png\"\ndest_files=[ \"res://.import/egg-merged.png-60a04b1e26d51c2974d474b8f7b077fd.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/FireFlower/fire_flower-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/fire_flower-0.png-cb6e6062bc0adb3b51519212bbef9e8a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/FireFlower/fire_flower-0.png\"\ndest_files=[ \"res://.import/fire_flower-0.png-cb6e6062bc0adb3b51519212bbef9e8a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/FireFlower/fire_flower-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/fire_flower-1.png-5e4e7f67531f7928ad74c9a68c4fd243.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/FireFlower/fire_flower-1.png\"\ndest_files=[ \"res://.import/fire_flower-1.png-5e4e7f67531f7928ad74c9a68c4fd243.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/FireFlower/fire_flower-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/fire_flower-2.png-155eae8cc7dd927db061546f7b40c67e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/FireFlower/fire_flower-2.png\"\ndest_files=[ \"res://.import/fire_flower-2.png-155eae8cc7dd927db061546f7b40c67e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/FireFlower/fire_flower-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/fire_flower-3.png-0cf902f29c6a3085d4a3fd48487c20a0.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/FireFlower/fire_flower-3.png\"\ndest_files=[ \"res://.import/fire_flower-3.png-0cf902f29c6a3085d4a3fd48487c20a0.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Fireball/fireball.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/fireball.png-a2ea58c728234a5529a542da452c8c0d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Fireball/fireball.png\"\ndest_files=[ \"res://.import/fireball.png-a2ea58c728234a5529a542da452c8c0d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Fireball/fireballambient.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/fireballambient.png-b5f8176a41dd55a468135eefbbc57c33.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Fireball/fireballambient.png\"\ndest_files=[ \"res://.import/fireballambient.png-b5f8176a41dd55a468135eefbbc57c33.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Misc/spawnpoint.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/spawnpoint.png-95ece92cef68d7da0021f19c9e0ada5e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Misc/spawnpoint.png\"\ndest_files=[ \"res://.import/spawnpoint.png-95ece92cef68d7da0021f19c9e0ada5e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Misc/wind.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/wind.png-b43c1657b1983ad2ed75ee717a50e246.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Misc/wind.png\"\ndest_files=[ \"res://.import/wind.png-b43c1657b1983ad2ed75ee717a50e246.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Misc/zoom.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/zoom.png-66fd7cab7364e852183dfb1497e6db0f.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Misc/zoom.png\"\ndest_files=[ \"res://.import/zoom.png-66fd7cab7364e852183dfb1497e6db0f.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Sawblade/sawblade-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/sawblade-0.png-cc53130f220064f7edfd08769849f315.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Sawblade/sawblade-0.png\"\ndest_files=[ \"res://.import/sawblade-0.png-cc53130f220064f7edfd08769849f315.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Sawblade/sawblade-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/sawblade-1.png-a1f18f4dd98b8ffc583c5a2ac31c1c09.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Sawblade/sawblade-1.png\"\ndest_files=[ \"res://.import/sawblade-1.png-a1f18f4dd98b8ffc583c5a2ac31c1c09.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Sawblade/sawblade-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/sawblade-2.png-78fdd1c1e33eaa0a1b084ad1aea8e395.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Sawblade/sawblade-2.png\"\ndest_files=[ \"res://.import/sawblade-2.png-78fdd1c1e33eaa0a1b084ad1aea8e395.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Star/star-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/star-0.png-dbf7aef27dfa9a03c14f703633a5fc7a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Star/star-0.png\"\ndest_files=[ \"res://.import/star-0.png-dbf7aef27dfa9a03c14f703633a5fc7a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Star/star-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/star-1.png-828194ac660db0e2753fa933f2d8a587.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Star/star-1.png\"\ndest_files=[ \"res://.import/star-1.png-828194ac660db0e2753fa933f2d8a587.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Star/star-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/star-2.png-8a24a6320e7cbf4dedbfd4ae004e64cb.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Star/star-2.png\"\ndest_files=[ \"res://.import/star-2.png-8a24a6320e7cbf4dedbfd4ae004e64cb.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Star/star-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/star-3.png-b1ee3f1ca9697ce9a5c90480628f1fdd.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Star/star-3.png\"\ndest_files=[ \"res://.import/star-3.png-b1ee3f1ca9697ce9a5c90480628f1fdd.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Star/star-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/star-4.png-6dfd85faf9da84b873d64bb0a17d7671.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Star/star-4.png\"\ndest_files=[ \"res://.import/star-4.png-6dfd85faf9da84b873d64bb0a17d7671.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_portable-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_portable-0.png-5043e079269eac4b2043e3d26ce6aaca.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_portable-0.png\"\ndest_files=[ \"res://.import/trampoline_portable-0.png-5043e079269eac4b2043e3d26ce6aaca.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_portable-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_portable-1.png-a2b3f4552b57bb29aa059f7047453e4b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_portable-1.png\"\ndest_files=[ \"res://.import/trampoline_portable-1.png-a2b3f4552b57bb29aa059f7047453e4b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_portable-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_portable-2.png-87b604ef41db4ca4f7539da28026b151.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_portable-2.png\"\ndest_files=[ \"res://.import/trampoline_portable-2.png-87b604ef41db4ca4f7539da28026b151.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_portable-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_portable-3.png-cc8a87036a4c8a8e1374e20ec66f7859.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_portable-3.png\"\ndest_files=[ \"res://.import/trampoline_portable-3.png-cc8a87036a4c8a8e1374e20ec66f7859.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_portable-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_portable-4.png-543fccc7e5f99984dc5a4927ab856b03.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_portable-4.png\"\ndest_files=[ \"res://.import/trampoline_portable-4.png-543fccc7e5f99984dc5a4927ab856b03.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_portable-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_portable-5.png-fc39dfb51605bda39df5c19adda309c1.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_portable-5.png\"\ndest_files=[ \"res://.import/trampoline_portable-5.png-fc39dfb51605bda39df5c19adda309c1.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_portable-6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_portable-6.png-620147e8eb3f1c66363dede730285e60.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_portable-6.png\"\ndest_files=[ \"res://.import/trampoline_portable-6.png-620147e8eb3f1c66363dede730285e60.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_static-0.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_static-0.png-f1650810fe4ebea527d3f752ce512402.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_static-0.png\"\ndest_files=[ \"res://.import/trampoline_static-0.png-f1650810fe4ebea527d3f752ce512402.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_static-1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_static-1.png-3dcb83885557b249015366337e91f877.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_static-1.png\"\ndest_files=[ \"res://.import/trampoline_static-1.png-3dcb83885557b249015366337e91f877.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_static-2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_static-2.png-c0e081afe0e15ffb2fb63929e23668de.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_static-2.png\"\ndest_files=[ \"res://.import/trampoline_static-2.png-c0e081afe0e15ffb2fb63929e23668de.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_static-3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_static-3.png-bdbab28c84ca96256d340ce2d2ba9a0b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_static-3.png\"\ndest_files=[ \"res://.import/trampoline_static-3.png-bdbab28c84ca96256d340ce2d2ba9a0b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_static-4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_static-4.png-517d88f17a119dfb7f690a5973b94bd5.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_static-4.png\"\ndest_files=[ \"res://.import/trampoline_static-4.png-517d88f17a119dfb7f690a5973b94bd5.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Trampoline/trampoline_static-5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/trampoline_static-5.png-6d5677c3d80aa919dfb31bc018f3b817.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Trampoline/trampoline_static-5.png\"\ndest_files=[ \"res://.import/trampoline_static-5.png-6d5677c3d80aa919dfb31bc018f3b817.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Objects/Wind/Wind.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Wind.png-89574fe934275874ef8cb4b2f118cf42.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Objects/Wind/Wind.png\"\ndest_files=[ \"res://.import/Wind.png-89574fe934275874ef8cb4b2f118cf42.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Tiles/Level/Snow.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Snow.png-7f5351b3f3667a3de46785770fc343d5.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Tiles/Level/Snow.png\"\ndest_files=[ \"res://.import/Snow.png-7f5351b3f3667a3de46785770fc343d5.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Transitions/Circle.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Circle.png-131881410bbea36824567a587e54e614.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Transitions/Circle.png\"\ndest_files=[ \"res://.import/Circle.png-131881410bbea36824567a587e54e614.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/UI/FileDialog/FileBack.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/FileBack.png-3abd5a66c7c9093ccbd6603ca7e5f81b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/UI/FileDialog/FileBack.png\"\ndest_files=[ \"res://.import/FileBack.png-3abd5a66c7c9093ccbd6603ca7e5f81b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/UI/FileDialog/FileReload.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/FileReload.png-3252a988ce8f5951932df4d7bd4249a6.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/UI/FileDialog/FileReload.png\"\ndest_files=[ \"res://.import/FileReload.png-3252a988ce8f5951932df4d7bd4249a6.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/UI/SuperTuxLogo.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/SuperTuxLogo.png-0652a9e0b1f015afcb381e0f9adf4707.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/UI/SuperTuxLogo.png\"\ndest_files=[ \"res://.import/SuperTuxLogo.png-0652a9e0b1f015afcb381e0f9adf4707.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=false\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/LevelDot/leveldot_green.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/leveldot_green.png-ad544d1a7c47810273d2875ecd359bc8.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/LevelDot/leveldot_green.png\"\ndest_files=[ \"res://.import/leveldot_green.png-ad544d1a7c47810273d2875ecd359bc8.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/LevelDot/leveldot_invisible.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/leveldot_invisible.png-70fc7aec8ffe279b31020ed69822ba65.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/LevelDot/leveldot_invisible.png\"\ndest_files=[ \"res://.import/leveldot_invisible.png-70fc7aec8ffe279b31020ed69822ba65.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/LevelDot/leveldot_red.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/leveldot_red.png-b922916673a192e8375f8466bd01a5aa.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/LevelDot/leveldot_red.png\"\ndest_files=[ \"res://.import/leveldot_red.png-b922916673a192e8375f8466bd01a5aa.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tux.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tux.png-7411aef37b2ea1b43128b09394ee3827.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tux.png\"\ndest_files=[ \"res://.import/tux.png-7411aef37b2ea1b43128b09394ee3827.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tuxwalk1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tuxwalk1.png-78340c0dda2c3bbe6f3a44518e670b98.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tuxwalk1.png\"\ndest_files=[ \"res://.import/tuxwalk1.png-78340c0dda2c3bbe6f3a44518e670b98.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tuxwalk2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tuxwalk2.png-b4f2ade4a12991772a217c5c5c18e3d0.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tuxwalk2.png\"\ndest_files=[ \"res://.import/tuxwalk2.png-b4f2ade4a12991772a217c5c5c18e3d0.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tuxwalk3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tuxwalk3.png-667f3baef2382cf99e84b5107af43000.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tuxwalk3.png\"\ndest_files=[ \"res://.import/tuxwalk3.png-667f3baef2382cf99e84b5107af43000.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tuxwalk4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tuxwalk4.png-e623247b85c1147c2eb4597fe977edfd.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tuxwalk4.png\"\ndest_files=[ \"res://.import/tuxwalk4.png-e623247b85c1147c2eb4597fe977edfd.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tuxwalk5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tuxwalk5.png-0ad992675be4b6e0a6d27bd3cd14511e.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tuxwalk5.png\"\ndest_files=[ \"res://.import/tuxwalk5.png-0ad992675be4b6e0a6d27bd3cd14511e.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tuxwalk6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tuxwalk6.png-97ed50a35de4fbfc6c2c636c905c0468.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tuxwalk6.png\"\ndest_files=[ \"res://.import/tuxwalk6.png-97ed50a35de4fbfc6c2c636c905c0468.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tuxwalk7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tuxwalk7.png-f312e0ffcf11f14d258f6654ba5d7cc5.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tuxwalk7.png\"\ndest_files=[ \"res://.import/tuxwalk7.png-f312e0ffcf11f14d258f6654ba5d7cc5.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Big/tuxwalk8.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/tuxwalk8.png-a5af3343ae5beec6566701176a3b9bca.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Big/tuxwalk8.png\"\ndest_files=[ \"res://.import/tuxwalk8.png-a5af3343ae5beec6566701176a3b9bca.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltux.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltux.png-03b1c4d270a6e63a00497eb8ab7d318a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltux.png\"\ndest_files=[ \"res://.import/smalltux.png-03b1c4d270a6e63a00497eb8ab7d318a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltuxwalk1.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltuxwalk1.png-3e7c51e6a6ece5a949f0a0df6581243a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk1.png\"\ndest_files=[ \"res://.import/smalltuxwalk1.png-3e7c51e6a6ece5a949f0a0df6581243a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltuxwalk2.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltuxwalk2.png-df7d1f192f0a4b44ebc8e8a61f1a0b1b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk2.png\"\ndest_files=[ \"res://.import/smalltuxwalk2.png-df7d1f192f0a4b44ebc8e8a61f1a0b1b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltuxwalk3.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltuxwalk3.png-a7ce61cfb68072e6c05afdace6061652.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk3.png\"\ndest_files=[ \"res://.import/smalltuxwalk3.png-a7ce61cfb68072e6c05afdace6061652.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltuxwalk4.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltuxwalk4.png-17776083e9a80b59cdc33c6e2a0212f3.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk4.png\"\ndest_files=[ \"res://.import/smalltuxwalk4.png-17776083e9a80b59cdc33c6e2a0212f3.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltuxwalk5.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltuxwalk5.png-ce9b5d241e5ff201509e7d360ff6a01c.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk5.png\"\ndest_files=[ \"res://.import/smalltuxwalk5.png-ce9b5d241e5ff201509e7d360ff6a01c.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltuxwalk6.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltuxwalk6.png-7bbe07664b95a574e5e9be6014d306ea.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk6.png\"\ndest_files=[ \"res://.import/smalltuxwalk6.png-7bbe07664b95a574e5e9be6014d306ea.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltuxwalk7.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltuxwalk7.png-639938d2ab90c0cd3cb4bebc8d60ec42.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk7.png\"\ndest_files=[ \"res://.import/smalltuxwalk7.png-639938d2ab90c0cd3cb4bebc8d60ec42.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Player/Small/smalltuxwalk8.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/smalltuxwalk8.png-d79b82e8bfc5178de3cb9948dc98548d.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Player/Small/smalltuxwalk8.png\"\ndest_files=[ \"res://.import/smalltuxwalk8.png-d79b82e8bfc5178de3cb9948dc98548d.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Tiles/Crystals.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Crystals.png-78f7dca838e9eda45554bd186dac0a4a.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Tiles/Crystals.png\"\ndest_files=[ \"res://.import/Crystals.png-78f7dca838e9eda45554bd186dac0a4a.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Tiles/Pathing.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Pathing.png-1dadcafe8b36cfa03aa68358ac433e37.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Tiles/Pathing.png\"\ndest_files=[ \"res://.import/Pathing.png-1dadcafe8b36cfa03aa68358ac433e37.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Tiles/Snow.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/Snow.png-df62b78322a9cbf492159de0b5753f37.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Tiles/Snow.png\"\ndest_files=[ \"res://.import/Snow.png-df62b78322a9cbf492159de0b5753f37.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Tiles/SnowOverlay.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/SnowOverlay.png-3404480301d525b01fc353c353c9068b.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Tiles/SnowOverlay.png\"\ndest_files=[ \"res://.import/SnowOverlay.png-3404480301d525b01fc353c353c9068b.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/Sprites/Worldmap/Tiles/SnowTrees.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/SnowTrees.png-f7440378548ff557815a2225fc0e8ecc.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://Sprites/Worldmap/Tiles/SnowTrees.png\"\ndest_files=[ \"res://.import/SnowTrees.png-f7440378548ff557815a2225fc0e8ecc.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/TEST.tscn",
    "content": "[gd_scene load_steps=11 format=2]\n\n[ext_resource path=\"res://Scenes/UI/Level.gd\" type=\"Script\" id=1]\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.tscn\" type=\"PackedScene\" id=2]\n[ext_resource path=\"res://Scenes/Objects/Misc/SpawnPoint.gd\" type=\"Script\" id=3]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.tscn\" type=\"PackedScene\" id=4]\n[ext_resource path=\"res://Tilesets/LevelTiles.tres\" type=\"TileSet\" id=5]\n[ext_resource path=\"res://Scenes/Editor/Layers/TileMap.gd\" type=\"Script\" id=6]\n[ext_resource path=\"res://Scenes/Editor/Layers/Background.tscn\" type=\"PackedScene\" id=7]\n[ext_resource path=\"res://Scenes/Editor/Layers/Background.gd\" type=\"Script\" id=8]\n[ext_resource path=\"res://Scenes/Editor/Layers/Backgrounds/Snow.tscn\" type=\"PackedScene\" id=9]\n[ext_resource path=\"res://Scenes/Editor/Layers/Backgrounds/Background.gd\" type=\"Script\" id=10]\n\n[node name=\"Level\" type=\"Node2D\"]\nscript = ExtResource( 1 )\nlevel_name = \"The Test Level\"\nlevel_creator = \"Alzter\"\nworldmap = false\n\n[node name=\"SpawnPoint\" type=\"Position2D\" parent=\".\" groups=[\n\"spawnpoint\",\n\"oneonly\",\n] instance=ExtResource( 2 )]\nposition = Vector2( 16, 16 )\nscript = ExtResource( 3 )\n\n[node name=\"Interactive\" type=\"TileMap\" parent=\".\" groups=[\n\"layers\",\n\"tilemap\",\n] instance=ExtResource( 4 )]\ntile_set = ExtResource( 5 )\ncell_size = Vector2( 32, 32 )\ncollision_layer = 31\ncollision_mask = 31\nformat = 1\ntile_data = PoolIntArray( 655360, 0, 0, 655361, 0, 1, 655362, 0, 1, 655363, 0, 1, 655364, 0, 1, 655365, 0, 1, 655366, 0, 1, 655367, 0, 1, 655368, 0, 1, 655369, 0, 1, 655370, 0, 1, 655371, 0, 1, 655372, 0, 1, 655373, 0, 1, 655374, 0, 1, 655375, 0, 1, 655376, 0, 1, 655377, 0, 1, 655378, 0, 1, 655379, 0, 1, 655380, 0, 1, 655381, 0, 1, 655382, 0, 1, 655383, 0, 1, 655384, 0, 1, 655385, 0, 1, 655386, 0, 1, 655387, 0, 1, 655388, 0, 1, 655389, 0, 2, 720896, 0, 65536, 720897, 0, 65537, 720898, 0, 65537, 720899, 0, 65537, 720900, 0, 65537, 720901, 0, 65537, 720902, 0, 65537, 720903, 0, 65537, 720904, 0, 65537, 720905, 0, 65537, 720906, 0, 65537, 720907, 0, 65537, 720908, 0, 65537, 720909, 0, 65537, 720910, 0, 65537, 720911, 0, 15, 720912, 0, 65537, 720913, 0, 65537, 720914, 0, 65537, 720915, 0, 65537, 720916, 0, 65537, 720917, 0, 65537, 720918, 0, 65537, 720919, 0, 65537, 720920, 0, 65537, 720921, 0, 65537, 720922, 0, 65537, 720923, 0, 65537, 720924, 0, 65537, 720925, 0, 65538, 786432, 0, 65536, 786433, 0, 65537, 786434, 0, 65537, 786435, 0, 65537, 786436, 0, 65537, 786437, 0, 65537, 786438, 0, 65537, 786439, 0, 65537, 786440, 0, 65537, 786441, 0, 65537, 786442, 0, 65537, 786443, 0, 65537, 786444, 0, 65537, 786445, 0, 65537, 786446, 0, 65537, 786447, 0, 65537, 786448, 0, 65537, 786449, 0, 65537, 786450, 0, 65537, 786451, 0, 65537, 786452, 0, 65537, 786453, 0, 65537, 786454, 0, 65537, 786455, 0, 65537, 786456, 0, 65537, 786457, 0, 65537, 786458, 0, 65537, 786459, 0, 65537, 786460, 0, 65537, 786461, 0, 65538, 851968, 0, 65536, 851969, 0, 65537, 851970, 0, 65537, 851971, 0, 65537, 851972, 0, 65537, 851973, 0, 65537, 851974, 0, 65537, 851975, 0, 65537, 851976, 0, 65537, 851977, 0, 65537, 851978, 0, 65537, 851979, 0, 65537, 851980, 0, 65537, 851981, 0, 65537, 851982, 0, 65537, 851983, 0, 65537, 851984, 0, 65537, 851985, 0, 65537, 851986, 0, 65537, 851987, 0, 65537, 851988, 0, 65537, 851989, 0, 65537, 851990, 0, 65537, 851991, 0, 65537, 851992, 0, 65537, 851993, 0, 65537, 851994, 0, 65537, 851995, 0, 65537, 851996, 0, 15, 851997, 0, 65538, 917504, 0, 65536, 917505, 0, 65537, 917506, 0, 65537, 917507, 0, 65537, 917508, 0, 65537, 917509, 0, 15, 917510, 0, 65537, 917511, 0, 65537, 917512, 0, 65537, 917513, 0, 65537, 917514, 0, 65537, 917515, 0, 65537, 917516, 0, 65537, 917517, 0, 65537, 917518, 0, 65537, 917519, 0, 65537, 917520, 0, 65537, 917521, 0, 65537, 917522, 0, 65537, 917523, 0, 65537, 917524, 0, 65537, 917525, 0, 65537, 917526, 0, 65537, 917527, 0, 65537, 917528, 0, 65537, 917529, 0, 65537, 917530, 0, 65537, 917531, 0, 65537, 917532, 0, 65537, 917533, 0, 65538, 983040, 0, 65536, 983041, 0, 65537, 983042, 0, 65537, 983043, 0, 65537, 983044, 0, 65537, 983045, 0, 65537, 983046, 0, 65537, 983047, 0, 65537, 983048, 0, 65537, 983049, 0, 65537, 983050, 0, 65537, 983051, 0, 65537, 983052, 0, 65537, 983053, 0, 65537, 983054, 0, 65537, 983055, 0, 65537, 983056, 0, 65537, 983057, 0, 65537, 983058, 0, 65537, 983059, 0, 65537, 983060, 0, 65537, 983061, 0, 65537, 983062, 0, 65537, 983063, 0, 65537, 983064, 0, 65537, 983065, 0, 65537, 983066, 0, 65537, 983067, 0, 65537, 983068, 0, 65537, 983069, 0, 65538, 1048576, 0, 131072, 1048577, 0, 131073, 1048578, 0, 131073, 1048579, 0, 131073, 1048580, 0, 131073, 1048581, 0, 131073, 1048582, 0, 131073, 1048583, 0, 131073, 1048584, 0, 131073, 1048585, 0, 131073, 1048586, 0, 131073, 1048587, 0, 131073, 1048588, 0, 131073, 1048589, 0, 131073, 1048590, 0, 131073, 1048591, 0, 131073, 1048592, 0, 131073, 1048593, 0, 131073, 1048594, 0, 131073, 1048595, 0, 131073, 1048596, 0, 131073, 1048597, 0, 131073, 1048598, 0, 131073, 1048599, 0, 131073, 1048600, 0, 131073, 1048601, 0, 131073, 1048602, 0, 131073, 1048603, 0, 131073, 1048604, 0, 131073, 1048605, 0, 131074 )\nscript = ExtResource( 6 )\nscroll_speed = Vector2( 1, 1 )\nmove_speed = Vector2( 0, 0 )\nmoving = false\ntint = Color( 1, 1, 1, 1 )\nfilepath = \"\"\noriginal_name = \"TileMap\"\n\n[node name=\"Background\" type=\"Node2D\" parent=\".\" groups=[\n\"layers\",\n] instance=ExtResource( 7 )]\nmodulate = Color( 0, 0, 0, 1 )\nscript = ExtResource( 8 )\nscroll_speed = Vector2( 1, 1 )\nmove_speed = Vector2( 0, 0 )\nmoving = false\ntint = Color( 0, 0, 0, 1 )\nfilepath = \"res://Scenes/Editor/Layers/Backgrounds\"\noriginal_name = \"Background\"\n\n[node name=\"ParallaxBackground\" type=\"ParallaxBackground\" parent=\"Background\" instance=ExtResource( 9 )]\nscroll_offset = Vector2( 1131, 416.5 )\nscript = ExtResource( 10 )\n"
  },
  {
    "path": "src/Tilesets/LevelTiles.tres",
    "content": "[gd_resource type=\"TileSet\" load_steps=50 format=2]\n\n[ext_resource path=\"res://Sprites/Tiles/Level/Snow.png\" type=\"Texture\" id=1]\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=1]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=2]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=3]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=4]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=5]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=6]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=7]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=8]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=9]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=10]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=11]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=12]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=13]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=14]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=15]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=16]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=17]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=18]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=19]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=20]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=21]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=22]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=23]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=24]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=25]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=26]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=27]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=28]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=29]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=30]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=31]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=32]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=33]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=34]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=35]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=36]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=37]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=38]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=39]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=40]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=41]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=42]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=43]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=44]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=45]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=46]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=47]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[sub_resource type=\"ConvexPolygonShape2D\" id=48]\npoints = PoolVector2Array( 0, 0, 32, 0, 32, 32, 0, 32 )\n\n[resource]\n0/name = \"Snow\"\n0/texture = ExtResource( 1 )\n0/tex_offset = Vector2( 0, 0 )\n0/modulate = Color( 1, 1, 1, 1 )\n0/region = Rect2( 0, 0, 512, 96 )\n0/tile_mode = 1\n0/autotile/bitmask_mode = 1\n0/autotile/bitmask_flags = [ Vector2( 0, 0 ), 432, Vector2( 0, 1 ), 438, Vector2( 0, 2 ), 54, Vector2( 1, 0 ), 504, Vector2( 1, 1 ), 511, Vector2( 1, 2 ), 63, Vector2( 2, 0 ), 216, Vector2( 2, 1 ), 219, Vector2( 2, 2 ), 27, Vector2( 3, 0 ), 144, Vector2( 3, 1 ), 146, Vector2( 3, 2 ), 18, Vector2( 4, 0 ), 48, Vector2( 4, 1 ), 176, Vector2( 4, 2 ), 50, Vector2( 5, 0 ), 56, Vector2( 5, 1 ), 152, Vector2( 5, 2 ), 26, Vector2( 6, 0 ), 24, Vector2( 6, 1 ), 58, Vector2( 6, 2 ), 178, Vector2( 7, 0 ), 186, Vector2( 7, 1 ), 184, Vector2( 7, 2 ), 154, Vector2( 8, 0 ), 16, Vector2( 8, 1 ), 182, Vector2( 8, 2 ), 434, Vector2( 9, 0 ), 506, Vector2( 9, 1 ), 155, Vector2( 9, 2 ), 218, Vector2( 10, 0 ), 191, Vector2( 10, 1 ), 248, Vector2( 10, 2 ), 59, Vector2( 11, 0 ), 446, Vector2( 11, 1 ), 440, Vector2( 11, 2 ), 62, Vector2( 12, 0 ), 251, Vector2( 12, 1 ), 255, Vector2( 12, 2 ), 507, Vector2( 13, 0 ), 254, Vector2( 13, 1 ), 447, Vector2( 13, 2 ), 510, Vector2( 14, 0 ), 443, Vector2( 14, 1 ), 250, Vector2( 14, 2 ), 190, Vector2( 15, 0 ), 511, Vector2( 15, 1 ), 442, Vector2( 15, 2 ), 187 ]\n0/autotile/icon_coordinate = Vector2( 8, 0 )\n0/autotile/tile_size = Vector2( 32, 32 )\n0/autotile/spacing = 0\n0/autotile/occluder_map = [  ]\n0/autotile/navpoly_map = [  ]\n0/autotile/priority_map = [ Vector3( 1, 1, 19 ) ]\n0/autotile/z_index_map = [  ]\n0/occluder_offset = Vector2( 0, 0 )\n0/navigation_offset = Vector2( 0, 0 )\n0/shape_offset = Vector2( 0, 0 )\n0/shape_transform = Transform2D( 1, 0, 0, 1, 0, 0 )\n0/shape = SubResource( 1 )\n0/shape_one_way = false\n0/shape_one_way_margin = 1.0\n0/shapes = [ {\n\"autotile_coord\": Vector2( 0, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 1 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 1, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 2 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 2, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 3 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 4, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 4 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 3, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 5 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 5, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 6 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 6, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 7 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 7, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 8 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 8, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 9 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 9, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 10 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 10, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 11 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 11, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 12 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 12, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 13 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 13, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 14 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 14, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 15 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 15, 0 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 16 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 0, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 17 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 1, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 18 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 2, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 19 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 3, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 20 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 4, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 21 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 6, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 22 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 5, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 23 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 7, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 24 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 9, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 25 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 8, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 26 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 10, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 27 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 12, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 28 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 11, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 29 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 14, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 30 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 13, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 31 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 15, 1 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 32 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 15, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 33 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 14, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 34 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 13, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 35 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 12, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 36 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 11, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 37 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 10, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 38 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 9, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 39 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 8, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 40 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 6, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 41 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 7, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 42 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 5, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 43 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 4, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 44 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 3, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 45 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 2, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 46 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 1, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 47 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n}, {\n\"autotile_coord\": Vector2( 0, 2 ),\n\"one_way\": false,\n\"one_way_margin\": 1.0,\n\"shape\": SubResource( 48 ),\n\"shape_transform\": Transform2D( 1, 0, 0, 1, 0, 0 )\n} ]\n0/z_index = 0\n"
  },
  {
    "path": "src/Tilesets/MapTiles.tres",
    "content": "[gd_resource type=\"TileSet\" load_steps=6 format=2]\n\n[ext_resource path=\"res://Sprites/Worldmap/Tiles/Pathing.png\" type=\"Texture\" id=1]\n[ext_resource path=\"res://Sprites/Worldmap/Tiles/Snow.png\" type=\"Texture\" id=2]\n[ext_resource path=\"res://Sprites/Worldmap/Tiles/SnowTrees.png\" type=\"Texture\" id=3]\n[ext_resource path=\"res://Sprites/Worldmap/Tiles/Crystals.png\" type=\"Texture\" id=4]\n[ext_resource path=\"res://Sprites/Worldmap/Tiles/SnowOverlay.png\" type=\"Texture\" id=5]\n\n[resource]\n0/name = \"Pathing\"\n0/texture = ExtResource( 1 )\n0/tex_offset = Vector2( 0, 0 )\n0/modulate = Color( 1, 1, 1, 1 )\n0/region = Rect2( 0, 0, 128, 128 )\n0/tile_mode = 1\n0/autotile/bitmask_mode = 1\n0/autotile/bitmask_flags = [ Vector2( 0, 0 ), 176, Vector2( 0, 1 ), 50, Vector2( 0, 2 ), 48, Vector2( 0, 3 ), 18, Vector2( 1, 0 ), 152, Vector2( 1, 1 ), 26, Vector2( 1, 2 ), 144, Vector2( 1, 3 ), 24, Vector2( 2, 0 ), 178, Vector2( 2, 1 ), 58, Vector2( 2, 2 ), 56, Vector2( 2, 3 ), 186, Vector2( 3, 0 ), 184, Vector2( 3, 1 ), 154, Vector2( 3, 2 ), 146 ]\n0/autotile/icon_coordinate = Vector2( 2, 3 )\n0/autotile/tile_size = Vector2( 32, 32 )\n0/autotile/spacing = 0\n0/autotile/occluder_map = [  ]\n0/autotile/navpoly_map = [  ]\n0/autotile/priority_map = [  ]\n0/autotile/z_index_map = [  ]\n0/occluder_offset = Vector2( 0, 0 )\n0/navigation_offset = Vector2( 0, 0 )\n0/shapes = [  ]\n0/z_index = 0\n1/name = \"Snow\"\n1/texture = ExtResource( 2 )\n1/tex_offset = Vector2( 0, 0 )\n1/modulate = Color( 1, 1, 1, 1 )\n1/region = Rect2( 0, 0, 160, 128 )\n1/tile_mode = 1\n1/autotile/bitmask_mode = 1\n1/autotile/bitmask_flags = [ Vector2( 0, 0 ), 432, Vector2( 0, 1 ), 438, Vector2( 0, 2 ), 54, Vector2( 1, 0 ), 504, Vector2( 1, 1 ), 511, Vector2( 1, 2 ), 63, Vector2( 2, 0 ), 216, Vector2( 2, 1 ), 219, Vector2( 2, 2 ), 27, Vector2( 3, 0 ), 255, Vector2( 3, 1 ), 507, Vector2( 3, 2 ), 511, Vector2( 3, 3 ), 16, Vector2( 4, 0 ), 447, Vector2( 4, 1 ), 510 ]\n1/autotile/icon_coordinate = Vector2( 3, 3 )\n1/autotile/tile_size = Vector2( 32, 32 )\n1/autotile/spacing = 0\n1/autotile/occluder_map = [  ]\n1/autotile/navpoly_map = [  ]\n1/autotile/priority_map = [ Vector3( 1, 1, 39 ) ]\n1/autotile/z_index_map = [ Vector3( 4, 2, 2 ), Vector3( 4, 3, 2 ) ]\n1/occluder_offset = Vector2( 0, 0 )\n1/navigation_offset = Vector2( 0, 0 )\n1/shapes = [  ]\n1/z_index = 0\n2/name = \"Igloo\"\n2/texture = ExtResource( 2 )\n2/tex_offset = Vector2( 0, 0 )\n2/modulate = Color( 1, 1, 1, 1 )\n2/region = Rect2( 128, 64, 32, 64 )\n2/tile_mode = 0\n2/occluder_offset = Vector2( 0, 0 )\n2/navigation_offset = Vector2( 0, 0 )\n2/shapes = [  ]\n2/z_index = 2\n3/name = \"Snow Trees\"\n3/texture = ExtResource( 3 )\n3/tex_offset = Vector2( 0, 0 )\n3/modulate = Color( 1, 1, 1, 1 )\n3/region = Rect2( 0, 0, 160, 96 )\n3/tile_mode = 1\n3/autotile/bitmask_mode = 0\n3/autotile/bitmask_flags = [ Vector2( 0, 0 ), 256, Vector2( 0, 1 ), 260, Vector2( 0, 2 ), 4, Vector2( 1, 0 ), 320, Vector2( 1, 1 ), 325, Vector2( 1, 2 ), 5, Vector2( 2, 0 ), 64, Vector2( 2, 1 ), 65, Vector2( 2, 2 ), 1, Vector2( 3, 0 ), 69, Vector2( 3, 1 ), 321, Vector2( 4, 0 ), 261, Vector2( 4, 1 ), 324 ]\n3/autotile/icon_coordinate = Vector2( 1, 1 )\n3/autotile/tile_size = Vector2( 32, 32 )\n3/autotile/spacing = 0\n3/autotile/occluder_map = [  ]\n3/autotile/navpoly_map = [  ]\n3/autotile/priority_map = [  ]\n3/autotile/z_index_map = [  ]\n3/occluder_offset = Vector2( 0, 0 )\n3/navigation_offset = Vector2( 0, 0 )\n3/shapes = [  ]\n3/z_index = 0\n4/name = \"Crystals\"\n4/texture = ExtResource( 4 )\n4/tex_offset = Vector2( 0, 0 )\n4/modulate = Color( 1, 1, 1, 1 )\n4/region = Rect2( 0, 0, 96, 160 )\n4/tile_mode = 1\n4/autotile/bitmask_mode = 1\n4/autotile/bitmask_flags = [ Vector2( 0, 0 ), 432, Vector2( 0, 1 ), 438, Vector2( 0, 2 ), 54, Vector2( 0, 3 ), 255, Vector2( 0, 4 ), 507, Vector2( 1, 0 ), 504, Vector2( 1, 1 ), 511, Vector2( 1, 2 ), 63, Vector2( 1, 3 ), 447, Vector2( 1, 4 ), 510, Vector2( 2, 0 ), 216, Vector2( 2, 1 ), 219, Vector2( 2, 2 ), 27, Vector2( 2, 3 ), 511, Vector2( 2, 4 ), 16 ]\n4/autotile/icon_coordinate = Vector2( 2, 4 )\n4/autotile/tile_size = Vector2( 32, 32 )\n4/autotile/spacing = 0\n4/autotile/occluder_map = [  ]\n4/autotile/navpoly_map = [  ]\n4/autotile/priority_map = [ Vector3( 1, 1, 19 ) ]\n4/autotile/z_index_map = [  ]\n4/occluder_offset = Vector2( 0, 0 )\n4/navigation_offset = Vector2( 0, 0 )\n4/shapes = [  ]\n4/z_index = 0\n5/name = \"Snow Overlay\"\n5/texture = ExtResource( 5 )\n5/tex_offset = Vector2( 0, 0 )\n5/modulate = Color( 1, 1, 1, 1 )\n5/region = Rect2( 0, 0, 160, 96 )\n5/tile_mode = 1\n5/autotile/bitmask_mode = 0\n5/autotile/bitmask_flags = [ Vector2( 0, 0 ), 256, Vector2( 0, 1 ), 260, Vector2( 0, 2 ), 4, Vector2( 1, 0 ), 320, Vector2( 1, 1 ), 325, Vector2( 1, 2 ), 5, Vector2( 2, 0 ), 64, Vector2( 2, 1 ), 65, Vector2( 2, 2 ), 1, Vector2( 3, 0 ), 69, Vector2( 3, 1 ), 321, Vector2( 4, 0 ), 261, Vector2( 4, 1 ), 324 ]\n5/autotile/icon_coordinate = Vector2( 1, 1 )\n5/autotile/tile_size = Vector2( 32, 32 )\n5/autotile/spacing = 0\n5/autotile/occluder_map = [  ]\n5/autotile/navpoly_map = [  ]\n5/autotile/priority_map = [  ]\n5/autotile/z_index_map = [  ]\n5/occluder_offset = Vector2( 0, 0 )\n5/navigation_offset = Vector2( 0, 0 )\n5/shapes = [  ]\n5/z_index = 0\n"
  },
  {
    "path": "src/default_bus_layout.tres",
    "content": "[gd_resource type=\"AudioBusLayout\" format=2]\n\n[resource]\nbus/1/name = \"SFX\"\nbus/1/solo = false\nbus/1/mute = false\nbus/1/bypass_fx = false\nbus/1/volume_db = 0.0\nbus/1/send = \"Master\"\n"
  },
  {
    "path": "src/default_env.tres",
    "content": "[gd_resource type=\"Environment\" load_steps=2 format=2]\n\n[sub_resource type=\"ProceduralSky\" id=1]\n\n[resource]\nbackground_mode = 2\nbackground_sky = SubResource( 1 )\n"
  },
  {
    "path": "src/icon.png.import",
    "content": "[remap]\n\nimporter=\"texture\"\ntype=\"StreamTexture\"\npath=\"res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex\"\nmetadata={\n\"vram_texture\": false\n}\n\n[deps]\n\nsource_file=\"res://icon.png\"\ndest_files=[ \"res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex\" ]\n\n[params]\n\ncompress/mode=0\ncompress/lossy_quality=0.7\ncompress/hdr_mode=0\ncompress/bptc_ldr=0\ncompress/normal_map=0\nflags/repeat=0\nflags/filter=true\nflags/mipmaps=true\nflags/anisotropic=false\nflags/srgb=2\nprocess/fix_alpha_border=true\nprocess/premult_alpha=false\nprocess/HDR_as_SRGB=false\nprocess/invert_color=false\nstream=false\nsize_limit=0\ndetect_3d=true\nsvg/scale=1.0\n"
  },
  {
    "path": "src/project.godot",
    "content": "; Engine configuration file.\n; It's best edited using the editor UI and not directly,\n; since the parameters that go here are not all obvious.\n;\n; Format:\n;   [section] ; section goes between []\n;   param=value ; assign values to parameters\n\nconfig_version=4\n\n_global_script_classes=[  ]\n_global_script_class_icons={\n\n}\n\n[application]\n\nconfig/name=\"Tux Builder\"\nrun/main_scene=\"res://Scenes/UI/MainMenu.tscn\"\nconfig/icon=\"res://icon.png\"\n\n[autoload]\n\nUIHelpers=\"*res://Scenes/UI/Helpers.gd\"\nSettings=\"*res://AutoLoad/Settings.gd\"\n\n[debug]\n\nsettings/crash_handler/message=\"Please report this bug at https://github.com/Alzter/TuxBuilder/issues\"\n\n[display]\n\nwindow/size/width=640\nwindow/size/height=480\nwindow/size/test_width=1366\nwindow/size/test_height=750\nwindow/stretch/aspect=\"expand\"\n\n[importer_defaults]\n\ntexture={\n\"compress/bptc_ldr\": 0,\n\"compress/hdr_mode\": 0,\n\"compress/lossy_quality\": 0.7,\n\"compress/mode\": 0,\n\"compress/normal_map\": 0,\n\"detect_3d\": true,\n\"flags/anisotropic\": false,\n\"flags/filter\": true,\n\"flags/mipmaps\": true,\n\"flags/repeat\": 0,\n\"flags/srgb\": 2,\n\"process/HDR_as_SRGB\": false,\n\"process/fix_alpha_border\": true,\n\"process/invert_color\": false,\n\"process/premult_alpha\": false,\n\"size_limit\": 0,\n\"stream\": false,\n\"svg/scale\": 1.0\n}\nogg_vorbis={\n\"loop\": true,\n\"loop_offset\": 0\n}\n\n[input]\n\nui_select={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":32,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":0,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777221,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777222,\"unicode\":0,\"echo\":false,\"script\":null)\n ]\n}\nui_focus_next={\n\"deadzone\": 0.5,\n\"events\": [  ]\n}\nui_focus_prev={\n\"deadzone\": 0.5,\n\"events\": [  ]\n}\nui_left={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777231,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":14,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":65,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadMotion,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"axis\":0,\"axis_value\":-1.0,\"script\":null)\n ]\n}\nui_right={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777233,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":15,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":68,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadMotion,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"axis\":0,\"axis_value\":1.0,\"script\":null)\n ]\n}\nui_up={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777232,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":12,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":87,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadMotion,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"axis\":1,\"axis_value\":-1.0,\"script\":null)\n ]\n}\nui_down={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777234,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":13,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":83,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadMotion,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"axis\":1,\"axis_value\":1.0,\"script\":null)\n ]\n}\nui_page_up={\n\"deadzone\": 0.5,\n\"events\": [  ]\n}\nui_page_down={\n\"deadzone\": 0.5,\n\"events\": [  ]\n}\nui_home={\n\"deadzone\": 0.5,\n\"events\": [  ]\n}\nui_end={\n\"deadzone\": 0.5,\n\"events\": [  ]\n}\nmove_left={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777231,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":65,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadMotion,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"axis\":0,\"axis_value\":-1.0,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":14,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n ]\n}\nmove_right={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777233,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":68,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadMotion,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"axis\":0,\"axis_value\":1.0,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":15,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n ]\n}\njump={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":32,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":88,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":0,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":1,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n ]\n}\naction={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":90,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777238,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":2,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":3,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777237,\"unicode\":0,\"echo\":false,\"script\":null)\n ]\n}\nduck={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777234,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":83,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":13,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventJoypadMotion,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"axis\":1,\"axis_value\":1.0,\"script\":null)\n ]\n}\nclick_left={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventMouseButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"button_mask\":0,\"position\":Vector2( 0, 0 ),\"global_position\":Vector2( 0, 0 ),\"factor\":1.0,\"button_index\":1,\"pressed\":false,\"doubleclick\":false,\"script\":null)\n ]\n}\nclick_right={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventMouseButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"button_mask\":0,\"position\":Vector2( 0, 0 ),\"global_position\":Vector2( 0, 0 ),\"factor\":1.0,\"button_index\":2,\"pressed\":false,\"doubleclick\":false,\"script\":null)\n ]\n}\npause={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777217,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":10,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n ]\n}\nup={\n\"deadzone\": 0.5,\n\"events\": [ Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":16777232,\"unicode\":0,\"echo\":false,\"script\":null)\n, Object(InputEventJoypadButton,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"button_index\":12,\"pressure\":0.0,\"pressed\":false,\"script\":null)\n, Object(InputEventJoypadMotion,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"axis\":1,\"axis_value\":-1.0,\"script\":null)\n, Object(InputEventKey,\"resource_local_to_scene\":false,\"resource_name\":\"\",\"device\":0,\"alt\":false,\"shift\":false,\"control\":false,\"meta\":false,\"command\":false,\"pressed\":false,\"scancode\":87,\"unicode\":0,\"echo\":false,\"script\":null)\n ]\n}\n\n[rendering]\n\nquality/driver/driver_name=\"GLES2\"\nquality/2d/use_pixel_snap=true\nvram_compression/import_etc=true\nvram_compression/import_etc2=false\nenvironment/default_environment=\"res://default_env.tres\"\n"
  }
]