diff --git a/.gitignore b/.gitignore index f868dda..4819d04 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ # File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig -# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,godot,executable,backup,archives -# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,macos,linux,godot,executable,backup,archives + +# Created by https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup,archives +# Edit at https://www.toptal.com/developers/gitignore?templates=windows,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup,archives ### Archives ### # It's better to unpack these files and commit the raw source because @@ -43,6 +44,15 @@ *.orig *.tmp +### DotnetCore ### +# .NET Core build folders +bin/ +obj/ + +# Common node modules locations +/node_modules +/wwwroot/node_modules + ### Executable ### *.app *.bat @@ -55,6 +65,7 @@ *.wsf ### Godot ### + # Godot-specific ignores .import/ export.cfg @@ -89,7 +100,8 @@ data_*/ .LSOverride # Icon must end with two \r -Icon +Icon + # Thumbnails ._* @@ -110,9 +122,15 @@ Network Trash Folder Temporary Items .apdisk -### macOS Patch ### -# iCloud generated files -*.icloud +### MonoDevelop ### +#User Specific +*.userprefs +*.usertasks + +#Mono Project Files +*.pidb +*.resources +test-results/ ### VisualStudioCode ### .vscode/* @@ -120,25 +138,13 @@ Temporary Items !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -!.vscode/*.code-snippets - -# Local History for Visual Studio Code -.history/ - -# Built Visual Studio Code Extensions -*.vsix +*.code-workspace ### VisualStudioCode Patch ### # Ignore all local history of files .history .ionide -# Support for Project snippet scope -.vscode/*.code-snippets - -# Ignore code-workspaces -*.code-workspace - ### Windows ### # Windows thumbnail cache files Thumbs.db @@ -161,8 +167,8 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,godot,executable,backup,archives +# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup,archives # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) -export/** +export/** \ No newline at end of file diff --git a/LICENSE b/LICENSE index 809d64a..aa674ff 100644 --- a/LICENSE +++ b/LICENSE @@ -1,201 +1,201 @@ - Apache License - Version 2.0, January 2004 - http://www.apache.org/licenses/ + The Artistic License 2.0 - TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION + Copyright (c) 2000-2006, The Perl Foundation. - 1. Definitions. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. - "License" shall mean the terms and conditions for use, reproduction, - and distribution as defined by Sections 1 through 9 of this document. +Preamble - "Licensor" shall mean the copyright owner or entity authorized by - the copyright owner that is granting the License. +This license establishes the terms under which a given free software +Package may be copied, modified, distributed, and/or redistributed. +The intent is that the Copyright Holder maintains some artistic +control over the development of that Package while still keeping the +Package available as open source and free software. - "Legal Entity" shall mean the union of the acting entity and all - other entities that control, are controlled by, or are under common - control with that entity. For the purposes of this definition, - "control" means (i) the power, direct or indirect, to cause the - direction or management of such entity, whether by contract or - otherwise, or (ii) ownership of fifty percent (50%) or more of the - outstanding shares, or (iii) beneficial ownership of such entity. +You are always permitted to make arrangements wholly outside of this +license directly with the Copyright Holder of a given Package. If the +terms of this license do not permit the full use that you propose to +make of the Package, you should contact the Copyright Holder and seek +a different licensing arrangement. - "You" (or "Your") shall mean an individual or Legal Entity - exercising permissions granted by this License. +Definitions - "Source" form shall mean the preferred form for making modifications, - including but not limited to software source code, documentation - source, and configuration files. + "Copyright Holder" means the individual(s) or organization(s) + named in the copyright notice for the entire Package. - "Object" form shall mean any form resulting from mechanical - transformation or translation of a Source form, including but - not limited to compiled object code, generated documentation, - and conversions to other media types. + "Contributor" means any party that has contributed code or other + material to the Package, in accordance with the Copyright Holder's + procedures. - "Work" shall mean the work of authorship, whether in Source or - Object form, made available under the License, as indicated by a - copyright notice that is included in or attached to the work - (an example is provided in the Appendix below). + "You" and "your" means any person who would like to copy, + distribute, or modify the Package. - "Derivative Works" shall mean any work, whether in Source or Object - form, that is based on (or derived from) the Work and for which the - editorial revisions, annotations, elaborations, or other modifications - represent, as a whole, an original work of authorship. For the purposes - of this License, Derivative Works shall not include works that remain - separable from, or merely link (or bind by name) to the interfaces of, - the Work and Derivative Works thereof. + "Package" means the collection of files distributed by the + Copyright Holder, and derivatives of that collection and/or of + those files. A given Package may consist of either the Standard + Version, or a Modified Version. - "Contribution" shall mean any work of authorship, including - the original version of the Work and any modifications or additions - to that Work or Derivative Works thereof, that is intentionally - submitted to Licensor for inclusion in the Work by the copyright owner - or by an individual or Legal Entity authorized to submit on behalf of - the copyright owner. For the purposes of this definition, "submitted" - means any form of electronic, verbal, or written communication sent - to the Licensor or its representatives, including but not limited to - communication on electronic mailing lists, source code control systems, - and issue tracking systems that are managed by, or on behalf of, the - Licensor for the purpose of discussing and improving the Work, but - excluding communication that is conspicuously marked or otherwise - designated in writing by the copyright owner as "Not a Contribution." + "Distribute" means providing a copy of the Package or making it + accessible to anyone else, or in the case of a company or + organization, to others outside of your company or organization. - "Contributor" shall mean Licensor and any individual or Legal Entity - on behalf of whom a Contribution has been received by Licensor and - subsequently incorporated within the Work. + "Distributor Fee" means any fee that you charge for Distributing + this Package or providing support for this Package to another + party. It does not mean licensing fees. - 2. Grant of Copyright License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - copyright license to reproduce, prepare Derivative Works of, - publicly display, publicly perform, sublicense, and distribute the - Work and such Derivative Works in Source or Object form. + "Standard Version" refers to the Package if it has not been + modified, or has been modified only in ways explicitly requested + by the Copyright Holder. - 3. Grant of Patent License. Subject to the terms and conditions of - this License, each Contributor hereby grants to You a perpetual, - worldwide, non-exclusive, no-charge, royalty-free, irrevocable - (except as stated in this section) patent license to make, have made, - use, offer to sell, sell, import, and otherwise transfer the Work, - where such license applies only to those patent claims licensable - by such Contributor that are necessarily infringed by their - Contribution(s) alone or by combination of their Contribution(s) - with the Work to which such Contribution(s) was submitted. If You - institute patent litigation against any entity (including a - cross-claim or counterclaim in a lawsuit) alleging that the Work - or a Contribution incorporated within the Work constitutes direct - or contributory patent infringement, then any patent licenses - granted to You under this License for that Work shall terminate - as of the date such litigation is filed. + "Modified Version" means the Package, if it has been changed, and + such changes were not explicitly requested by the Copyright + Holder. - 4. Redistribution. You may reproduce and distribute copies of the - Work or Derivative Works thereof in any medium, with or without - modifications, and in Source or Object form, provided that You - meet the following conditions: + "Original License" means this Artistic License as Distributed with + the Standard Version of the Package, in its current version or as + it may be modified by The Perl Foundation in the future. - (a) You must give any other recipients of the Work or - Derivative Works a copy of this License; and + "Source" form means the source code, documentation source, and + configuration files for the Package. - (b) You must cause any modified files to carry prominent notices - stating that You changed the files; and + "Compiled" form means the compiled bytecode, object code, binary, + or any other form resulting from mechanical transformation or + translation of the Source form. - (c) You must retain, in the Source form of any Derivative Works - that You distribute, all copyright, patent, trademark, and - attribution notices from the Source form of the Work, - excluding those notices that do not pertain to any part of - the Derivative Works; and - (d) If the Work includes a "NOTICE" text file as part of its - distribution, then any Derivative Works that You distribute must - include a readable copy of the attribution notices contained - within such NOTICE file, excluding those notices that do not - pertain to any part of the Derivative Works, in at least one - of the following places: within a NOTICE text file distributed - as part of the Derivative Works; within the Source form or - documentation, if provided along with the Derivative Works; or, - within a display generated by the Derivative Works, if and - wherever such third-party notices normally appear. The contents - of the NOTICE file are for informational purposes only and - do not modify the License. You may add Your own attribution - notices within Derivative Works that You distribute, alongside - or as an addendum to the NOTICE text from the Work, provided - that such additional attribution notices cannot be construed - as modifying the License. +Permission for Use and Modification Without Distribution - You may add Your own copyright statement to Your modifications and - may provide additional or different license terms and conditions - for use, reproduction, or distribution of Your modifications, or - for any such Derivative Works as a whole, provided Your use, - reproduction, and distribution of the Work otherwise complies with - the conditions stated in this License. +(1) You are permitted to use the Standard Version and create and use +Modified Versions for any purpose without restriction, provided that +you do not Distribute the Modified Version. - 5. Submission of Contributions. Unless You explicitly state otherwise, - any Contribution intentionally submitted for inclusion in the Work - by You to the Licensor shall be under the terms and conditions of - this License, without any additional terms or conditions. - Notwithstanding the above, nothing herein shall supersede or modify - the terms of any separate license agreement you may have executed - with Licensor regarding such Contributions. - 6. Trademarks. This License does not grant permission to use the trade - names, trademarks, service marks, or product names of the Licensor, - except as required for reasonable and customary use in describing the - origin of the Work and reproducing the content of the NOTICE file. +Permissions for Redistribution of the Standard Version - 7. Disclaimer of Warranty. Unless required by applicable law or - agreed to in writing, Licensor provides the Work (and each - Contributor provides its Contributions) on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or - implied, including, without limitation, any warranties or conditions - of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A - PARTICULAR PURPOSE. You are solely responsible for determining the - appropriateness of using or redistributing the Work and assume any - risks associated with Your exercise of permissions under this License. +(2) You may Distribute verbatim copies of the Source form of the +Standard Version of this Package in any medium without restriction, +either gratis or for a Distributor Fee, provided that you duplicate +all of the original copyright notices and associated disclaimers. At +your discretion, such verbatim copies may or may not include a +Compiled form of the Package. - 8. Limitation of Liability. In no event and under no legal theory, - whether in tort (including negligence), contract, or otherwise, - unless required by applicable law (such as deliberate and grossly - negligent acts) or agreed to in writing, shall any Contributor be - liable to You for damages, including any direct, indirect, special, - incidental, or consequential damages of any character arising as a - result of this License or out of the use or inability to use the - Work (including but not limited to damages for loss of goodwill, - work stoppage, computer failure or malfunction, or any and all - other commercial damages or losses), even if such Contributor - has been advised of the possibility of such damages. +(3) You may apply any bug fixes, portability changes, and other +modifications made available from the Copyright Holder. The resulting +Package will still be considered the Standard Version, and as such +will be subject to the Original License. - 9. Accepting Warranty or Additional Liability. While redistributing - the Work or Derivative Works thereof, You may choose to offer, - and charge a fee for, acceptance of support, warranty, indemnity, - or other liability obligations and/or rights consistent with this - License. However, in accepting such obligations, You may act only - on Your own behalf and on Your sole responsibility, not on behalf - of any other Contributor, and only if You agree to indemnify, - defend, and hold each Contributor harmless for any liability - incurred by, or claims asserted against, such Contributor by reason - of your accepting any such warranty or additional liability. - END OF TERMS AND CONDITIONS +Distribution of Modified Versions of the Package as Source - APPENDIX: How to apply the Apache License to your work. +(4) You may Distribute your Modified Version as Source (either gratis +or for a Distributor Fee, and with or without a Compiled form of the +Modified Version) provided that you clearly document how it differs +from the Standard Version, including, but not limited to, documenting +any non-standard features, executables, or modules, and provided that +you do at least ONE of the following: - To apply the Apache License to your work, attach the following - boilerplate notice, with the fields enclosed by brackets "[]" - replaced with your own identifying information. (Don't include - the brackets!) The text should be enclosed in the appropriate - comment syntax for the file format. We also recommend that a - file or class name and description of purpose be included on the - same "printed page" as the copyright notice for easier - identification within third-party archives. + (a) make the Modified Version available to the Copyright Holder + of the Standard Version, under the Original License, so that the + Copyright Holder may include your modifications in the Standard + Version. - Copyright 2022 Tony Bark + (b) ensure that installation of your Modified Version does not + prevent the user installing or running the Standard Version. In + addition, the Modified Version must bear a name that is different + from the name of the Standard Version. - Licensed under the Apache License, Version 2.0 (the "License"); - you may not use this file except in compliance with the License. - You may obtain a copy of the License at + (c) allow anyone who receives a copy of the Modified Version to + make the Source form of the Modified Version available to others + under + + (i) the Original License or - http://www.apache.org/licenses/LICENSE-2.0 + (ii) a license that permits the licensee to freely copy, + modify and redistribute the Modified Version using the same + licensing terms that apply to the copy that the licensee + received, and requires that the Source form of the Modified + Version, and of any works derived from it, be made freely + available in that license fees are prohibited but Distributor + Fees are allowed. - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - See the License for the specific language governing permissions and - limitations under the License. + +Distribution of Compiled Forms of the Standard Version +or Modified Versions without the Source + +(5) You may Distribute Compiled forms of the Standard Version without +the Source, provided that you include complete instructions on how to +get the Source of the Standard Version. Such instructions must be +valid at the time of your distribution. If these instructions, at any +time while you are carrying out such distribution, become invalid, you +must provide new instructions on demand or cease further distribution. +If you provide valid instructions or cease distribution within thirty +days after you become aware that the instructions are invalid, then +you do not forfeit any of your rights under this license. + +(6) You may Distribute a Modified Version in Compiled form without +the Source, provided that you comply with Section 4 with respect to +the Source of the Modified Version. + + +Aggregating or Linking the Package + +(7) You may aggregate the Package (either the Standard Version or +Modified Version) with other packages and Distribute the resulting +aggregation provided that you do not charge a licensing fee for the +Package. Distributor Fees are permitted, and licensing fees for other +components in the aggregation are permitted. The terms of this license +apply to the use and Distribution of the Standard or Modified Versions +as included in the aggregation. + +(8) You are permitted to link Modified and Standard Versions with +other works, to embed the Package in a larger work of your own, or to +build stand-alone binary or bytecode versions of applications that +include the Package, and Distribute the result without restriction, +provided the result does not expose a direct interface to the Package. + + +Items That are Not Considered Part of a Modified Version + +(9) Works (including, but not limited to, modules and scripts) that +merely extend or make use of the Package, do not, by themselves, cause +the Package to be a Modified Version. In addition, such works are not +considered parts of the Package itself, and are not subject to the +terms of this license. + + +General Provisions + +(10) Any use, modification, and distribution of the Standard or +Modified Versions is governed by this Artistic License. By using, +modifying or distributing the Package, you accept this license. Do not +use, modify, or distribute the Package, if you do not accept this +license. + +(11) If your Modified Version has been derived from a Modified +Version made by someone other than you, you are nevertheless required +to ensure that your Modified Version complies with the requirements of +this license. + +(12) This license does not grant you the right to use any trademark, +service mark, tradename, or logo of the Copyright Holder. + +(13) This license includes the non-exclusive, worldwide, +free-of-charge patent license to make, have made, use, offer to sell, +sell, import and otherwise transfer the Package with respect to any +patent claims licensable by the Copyright Holder that are necessarily +infringed by the Package. If you institute patent litigation +(including a cross-claim or counterclaim) against any party alleging +that the Package constitutes direct or contributory patent +infringement, then this Artistic License to you shall terminate on the +date that such litigation is filed. + +(14) Disclaimer of Warranty: +THE PACKAGE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS +IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES. THE IMPLIED +WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, OR +NON-INFRINGEMENT ARE DISCLAIMED TO THE EXTENT PERMITTED BY YOUR LOCAL +LAW. UNLESS REQUIRED BY LAW, NO COPYRIGHT HOLDER OR CONTRIBUTOR WILL +BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES ARISING IN ANY WAY OUT OF THE USE OF THE PACKAGE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. \ No newline at end of file diff --git a/README.md b/README.md index 26363c4..965ec61 100644 --- a/README.md +++ b/README.md @@ -20,4 +20,4 @@ See also the list of [contributors](https://github.com/tonytins/citylimits/contr ## License -This project is dual-licensed under the [Apache-2.0](LICENSE) or the [UNLICENSE](UNLICENSE). +This project is licensed under the Artistic-2.0 License - see the [LICENSE](LICENSE) file for details diff --git a/UNLICENSE b/UNLICENSE deleted file mode 100644 index ee6c639..0000000 --- a/UNLICENSE +++ /dev/null @@ -1,22 +0,0 @@ -This is free and unencumbered software released into the public domain. - -Anyone is free to copy, modify, publish, use, compile, sell, or distribute -this software, either in source code form or as a compiled binary, for any -purpose, commercial or non-commercial, and by any means. - -In jurisdictions that recognize copyright laws, the author or authors of this -software dedicate any and all copyright interest in the software to the public -domain. We make this dedication for the benefit of the public at large and -to the detriment of our heirs and - -successors. We intend this dedication to be an overt act of relinquishment -in perpetuity of all present and future rights to this software under copyright -law. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS -BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION -OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH -THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. For more information, -please refer to diff --git a/assets/CGTuts_OceanHDRI_Freebie_001.hdr.import b/assets/CGTuts_OceanHDRI_Freebie_001.hdr.import index e78c406..56bbe8a 100644 --- a/assets/CGTuts_OceanHDRI_Freebie_001.hdr.import +++ b/assets/CGTuts_OceanHDRI_Freebie_001.hdr.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/Items_Albedo.png.import b/assets/Items_Albedo.png.import index f1071a8..4a2abc0 100644 --- a/assets/Items_Albedo.png.import +++ b/assets/Items_Albedo.png.import @@ -30,7 +30,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=false diff --git a/assets/Items_EM.png.import b/assets/Items_EM.png.import index d263905..60634ef 100644 --- a/assets/Items_EM.png.import +++ b/assets/Items_EM.png.import @@ -30,7 +30,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=false diff --git a/assets/adorable-z.png.import b/assets/adorable-z.png.import index b022df2..8efec5e 100644 --- a/assets/adorable-z.png.import +++ b/assets/adorable-z.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/airport.png.import b/assets/airport.png.import index 605b6f8..f312b73 100644 --- a/assets/airport.png.import +++ b/assets/airport.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/airport_3x3.png.import b/assets/airport_3x3.png.import index 882e2ce..5bb3034 100644 --- a/assets/airport_3x3.png.import +++ b/assets/airport_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/avatars/cindy.png.import b/assets/avatars/cindy.png.import index 5849f98..6c250f5 100644 --- a/assets/avatars/cindy.png.import +++ b/assets/avatars/cindy.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/avatars/kit.png.import b/assets/avatars/kit.png.import index a25584f..fef226a 100644 --- a/assets/avatars/kit.png.import +++ b/assets/avatars/kit.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/avatars/zc.png.import b/assets/avatars/zc.png.import index 1b6ce89..ad60b35 100644 --- a/assets/avatars/zc.png.import +++ b/assets/avatars/zc.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/cirria.png.import b/assets/cirria.png.import index c8e5b38..915e1d6 100644 --- a/assets/cirria.png.import +++ b/assets/cirria.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/coal.png.import b/assets/coal.png.import index 69de4e2..dc8ce4c 100644 --- a/assets/coal.png.import +++ b/assets/coal.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/coal_3x3.png.import b/assets/coal_3x3.png.import index c665a23..4d207cf 100644 --- a/assets/coal_3x3.png.import +++ b/assets/coal_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/coal_smoke_frames.png.import b/assets/coal_smoke_frames.png.import index 55b43df..88c802e 100644 --- a/assets/coal_smoke_frames.png.import +++ b/assets/coal_smoke_frames.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/coal_smoke_frames_3x3.png.import b/assets/coal_smoke_frames_3x3.png.import index 6622231..3cd34a0 100644 --- a/assets/coal_smoke_frames_3x3.png.import +++ b/assets/coal_smoke_frames_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/com_zones.png.import b/assets/com_zones.png.import index b8ff51e..f2165a8 100644 --- a/assets/com_zones.png.import +++ b/assets/com_zones.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/com_zones_3x3.png.import b/assets/com_zones_3x3.png.import index b629bd7..476d316 100644 --- a/assets/com_zones_3x3.png.import +++ b/assets/com_zones_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/firestation.png.import b/assets/firestation.png.import index 43e6220..0f2e798 100644 --- a/assets/firestation.png.import +++ b/assets/firestation.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/firestation_3x3.png.import b/assets/firestation_3x3.png.import index f1156b2..2408cee 100644 --- a/assets/firestation_3x3.png.import +++ b/assets/firestation_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ind.png.import b/assets/ind.png.import index 2433a3e..63250a5 100644 --- a/assets/ind.png.import +++ b/assets/ind.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ind01_pistons_frames.png.import b/assets/ind01_pistons_frames.png.import index 794b06a..21abbc5 100644 --- a/assets/ind01_pistons_frames.png.import +++ b/assets/ind01_pistons_frames.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ind03_smoke_frames.png.import b/assets/ind03_smoke_frames.png.import index 78cfbf8..abb5cc7 100644 --- a/assets/ind03_smoke_frames.png.import +++ b/assets/ind03_smoke_frames.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ind04_smoke_frames.png.import b/assets/ind04_smoke_frames.png.import index 84004cc..fcc8c82 100644 --- a/assets/ind04_smoke_frames.png.import +++ b/assets/ind04_smoke_frames.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ind07_smoke_frames.png.import b/assets/ind07_smoke_frames.png.import index 3cc09fe..53d44f1 100644 --- a/assets/ind07_smoke_frames.png.import +++ b/assets/ind07_smoke_frames.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ind08_smoke_frames.png.import b/assets/ind08_smoke_frames.png.import index ccede53..f95ce4b 100644 --- a/assets/ind08_smoke_frames.png.import +++ b/assets/ind08_smoke_frames.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ind_zones.png.import b/assets/ind_zones.png.import index 01a7d52..7ec399c 100644 --- a/assets/ind_zones.png.import +++ b/assets/ind_zones.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ind_zones_3x3.png.import b/assets/ind_zones_3x3.png.import index fd728c9..55399b9 100644 --- a/assets/ind_zones_3x3.png.import +++ b/assets/ind_zones_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/misc_animation.png.import b/assets/misc_animation.png.import index 4d322c6..ac6b7be 100644 --- a/assets/misc_animation.png.import +++ b/assets/misc_animation.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/misc_animation_3x3.png.import b/assets/misc_animation_3x3.png.import index e41d322..eecc8cb 100644 --- a/assets/misc_animation_3x3.png.import +++ b/assets/misc_animation_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/nuclear.png.import b/assets/nuclear.png.import index 30549f9..6378f81 100644 --- a/assets/nuclear.png.import +++ b/assets/nuclear.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/nuclear_3x3.png.import b/assets/nuclear_3x3.png.import index 3c454f5..fabe282 100644 --- a/assets/nuclear_3x3.png.import +++ b/assets/nuclear_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/police.png.import b/assets/police.png.import index bb84060..0ea9842 100644 --- a/assets/police.png.import +++ b/assets/police.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/police_3x3.png.import b/assets/police_3x3.png.import index 960f578..7864a69 100644 --- a/assets/police_3x3.png.import +++ b/assets/police_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/rails.png.import b/assets/rails.png.import index a9984cd..5e6c2c6 100644 --- a/assets/rails.png.import +++ b/assets/rails.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/rails_3x3.png.import b/assets/rails_3x3.png.import index f9f69a4..2f341e5 100644 --- a/assets/rails_3x3.png.import +++ b/assets/rails_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/res.png.import b/assets/res.png.import index af7b440..b07f189 100644 --- a/assets/res.png.import +++ b/assets/res.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/res_houses.png.import b/assets/res_houses.png.import index 1b495c8..6d777a4 100644 --- a/assets/res_houses.png.import +++ b/assets/res_houses.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/res_houses_3x3.png.import b/assets/res_houses_3x3.png.import index f720586..b7caafb 100644 --- a/assets/res_houses_3x3.png.import +++ b/assets/res_houses_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/res_zones.png.import b/assets/res_zones.png.import index 44ee5e4..e006c30 100644 --- a/assets/res_zones.png.import +++ b/assets/res_zones.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/res_zones_3x3.png.import b/assets/res_zones_3x3.png.import index 0d68b4c..81425f9 100644 --- a/assets/res_zones_3x3.png.import +++ b/assets/res_zones_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/roads.png.import b/assets/roads.png.import index 2f79f1c..07845ea 100644 --- a/assets/roads.png.import +++ b/assets/roads.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/roads_3x3.png.import b/assets/roads_3x3.png.import index b9e545c..a554c69 100644 --- a/assets/roads_3x3.png.import +++ b/assets/roads_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/roadwire.png.import b/assets/roadwire.png.import index 5bbfaf8..59129bc 100644 --- a/assets/roadwire.png.import +++ b/assets/roadwire.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/roadwire_3x3.png.import b/assets/roadwire_3x3.png.import index 7f07a60..6facaae 100644 --- a/assets/roadwire_3x3.png.import +++ b/assets/roadwire_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/seaport.png.import b/assets/seaport.png.import index 8368bc8..34c368c 100644 --- a/assets/seaport.png.import +++ b/assets/seaport.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/seaport_3x3.png.import b/assets/seaport_3x3.png.import index 9b86ce6..033e046 100644 --- a/assets/seaport_3x3.png.import +++ b/assets/seaport_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/snow-expansion.png.import b/assets/snow-expansion.png.import index 2288790..87a0a11 100644 --- a/assets/snow-expansion.png.import +++ b/assets/snow-expansion.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/stadium.png.import b/assets/stadium.png.import index 108bb20..1a6045f 100644 --- a/assets/stadium.png.import +++ b/assets/stadium.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/stadium2.png.import b/assets/stadium2.png.import index ecfa9f7..aef4da0 100644 --- a/assets/stadium2.png.import +++ b/assets/stadium2.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/stadium2_3x3.png.import b/assets/stadium2_3x3.png.import index b4809cf..bb24649 100644 --- a/assets/stadium2_3x3.png.import +++ b/assets/stadium2_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/stadium_3x3.png.import b/assets/stadium_3x3.png.import index 03c2bc0..b6e87ab 100644 --- a/assets/stadium_3x3.png.import +++ b/assets/stadium_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/stadium_animation_gfx.png.import b/assets/stadium_animation_gfx.png.import index 946533a..54c3e1d 100644 --- a/assets/stadium_animation_gfx.png.import +++ b/assets/stadium_animation_gfx.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/arrow-pointing-down.svg.import b/assets/symbols/fontawesome/arrow-pointing-down.svg.import index 21b0853..9b3483f 100644 --- a/assets/symbols/fontawesome/arrow-pointing-down.svg.import +++ b/assets/symbols/fontawesome/arrow-pointing-down.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/arrow-up.svg.import b/assets/symbols/fontawesome/arrow-up.svg.import index 9b0d8cb..dcb0f39 100644 --- a/assets/symbols/fontawesome/arrow-up.svg.import +++ b/assets/symbols/fontawesome/arrow-up.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/building.svg.import b/assets/symbols/fontawesome/building.svg.import index 8dd1b89..807ea6c 100644 --- a/assets/symbols/fontawesome/building.svg.import +++ b/assets/symbols/fontawesome/building.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/calendar.svg.import b/assets/symbols/fontawesome/calendar.svg.import index d80e2aa..8959323 100644 --- a/assets/symbols/fontawesome/calendar.svg.import +++ b/assets/symbols/fontawesome/calendar.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/city.svg.import b/assets/symbols/fontawesome/city.svg.import index a34c089..70276ec 100644 --- a/assets/symbols/fontawesome/city.svg.import +++ b/assets/symbols/fontawesome/city.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/cogs.svg.import b/assets/symbols/fontawesome/cogs.svg.import index e986c88..d2ac4a6 100644 --- a/assets/symbols/fontawesome/cogs.svg.import +++ b/assets/symbols/fontawesome/cogs.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/coins.svg.import b/assets/symbols/fontawesome/coins.svg.import index 805a49a..7ffe89a 100644 --- a/assets/symbols/fontawesome/coins.svg.import +++ b/assets/symbols/fontawesome/coins.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/comments.svg.import b/assets/symbols/fontawesome/comments.svg.import index e714072..dee332d 100644 --- a/assets/symbols/fontawesome/comments.svg.import +++ b/assets/symbols/fontawesome/comments.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/envelope-open.svg.import b/assets/symbols/fontawesome/envelope-open.svg.import index 03cf370..1ad6fc6 100644 --- a/assets/symbols/fontawesome/envelope-open.svg.import +++ b/assets/symbols/fontawesome/envelope-open.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/envelope.svg.import b/assets/symbols/fontawesome/envelope.svg.import index d21fd22..3633a69 100644 --- a/assets/symbols/fontawesome/envelope.svg.import +++ b/assets/symbols/fontawesome/envelope.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/fast.svg.import b/assets/symbols/fontawesome/fast.svg.import index dcfa5e8..3091654 100644 --- a/assets/symbols/fontawesome/fast.svg.import +++ b/assets/symbols/fontawesome/fast.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/folder-open.svg.import b/assets/symbols/fontawesome/folder-open.svg.import index 9bb8c3d..8fc5e10 100644 --- a/assets/symbols/fontawesome/folder-open.svg.import +++ b/assets/symbols/fontawesome/folder-open.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/folder.svg.import b/assets/symbols/fontawesome/folder.svg.import index 1cf8340..a01fdb3 100644 --- a/assets/symbols/fontawesome/folder.svg.import +++ b/assets/symbols/fontawesome/folder.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/github-sign.svg.import b/assets/symbols/fontawesome/github-sign.svg.import index ae2b198..74eb0fd 100644 --- a/assets/symbols/fontawesome/github-sign.svg.import +++ b/assets/symbols/fontawesome/github-sign.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/graph.svg.import b/assets/symbols/fontawesome/graph.svg.import index c19f856..ed5dd4e 100644 --- a/assets/symbols/fontawesome/graph.svg.import +++ b/assets/symbols/fontawesome/graph.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/layer-group.svg.import b/assets/symbols/fontawesome/layer-group.svg.import index 523aab2..609b2ad 100644 --- a/assets/symbols/fontawesome/layer-group.svg.import +++ b/assets/symbols/fontawesome/layer-group.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/meet.svg.import b/assets/symbols/fontawesome/meet.svg.import index b1eb334..4f6c533 100644 --- a/assets/symbols/fontawesome/meet.svg.import +++ b/assets/symbols/fontawesome/meet.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/pie-chart.svg.import b/assets/symbols/fontawesome/pie-chart.svg.import index 7fc62c2..0baabbc 100644 --- a/assets/symbols/fontawesome/pie-chart.svg.import +++ b/assets/symbols/fontawesome/pie-chart.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/population.svg.import b/assets/symbols/fontawesome/population.svg.import index 309081a..555bb80 100644 --- a/assets/symbols/fontawesome/population.svg.import +++ b/assets/symbols/fontawesome/population.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/question-circle.svg.import b/assets/symbols/fontawesome/question-circle.svg.import index db1bc81..4e731fd 100644 --- a/assets/symbols/fontawesome/question-circle.svg.import +++ b/assets/symbols/fontawesome/question-circle.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/slow.svg.import b/assets/symbols/fontawesome/slow.svg.import index 690b955..7060f50 100644 --- a/assets/symbols/fontawesome/slow.svg.import +++ b/assets/symbols/fontawesome/slow.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/spinner.svg.import b/assets/symbols/fontawesome/spinner.svg.import index 566fb1e..63406f8 100644 --- a/assets/symbols/fontawesome/spinner.svg.import +++ b/assets/symbols/fontawesome/spinner.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/thumbs-down.svg.import b/assets/symbols/fontawesome/thumbs-down.svg.import index bd1afea..ec817b4 100644 --- a/assets/symbols/fontawesome/thumbs-down.svg.import +++ b/assets/symbols/fontawesome/thumbs-down.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/symbols/fontawesome/thumbs-up.svg.import b/assets/symbols/fontawesome/thumbs-up.svg.import index 11ab1cb..fac9cec 100644 --- a/assets/symbols/fontawesome/thumbs-up.svg.import +++ b/assets/symbols/fontawesome/thumbs-up.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/terrain.png.import b/assets/terrain.png.import index a7bc572..91f5d19 100644 --- a/assets/terrain.png.import +++ b/assets/terrain.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/terrain_3x3.png.import b/assets/terrain_3x3.png.import index 0fcbb66..1f9b101 100644 --- a/assets/terrain_3x3.png.import +++ b/assets/terrain_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/terrain_cl.png.import b/assets/terrain_cl.png.import index 9c96660..e7a2b8d 100644 --- a/assets/terrain_cl.png.import +++ b/assets/terrain_cl.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/traffic_frames.png.import b/assets/traffic_frames.png.import index 233ddfe..e45c34c 100644 --- a/assets/traffic_frames.png.import +++ b/assets/traffic_frames.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/traffic_frames_3x3.png.import b/assets/traffic_frames_3x3.png.import index b4b8d20..5de55b3 100644 --- a/assets/traffic_frames_3x3.png.import +++ b/assets/traffic_frames_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/airport.png.import b/assets/ui/airport.png.import index d2c2da3..2982992 100644 --- a/assets/ui/airport.png.import +++ b/assets/ui/airport.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/coal.png.import b/assets/ui/coal.png.import index f83677e..60bed58 100644 --- a/assets/ui/coal.png.import +++ b/assets/ui/coal.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/com.png.import b/assets/ui/com.png.import index 7b0d8cd..9dfd08d 100644 --- a/assets/ui/com.png.import +++ b/assets/ui/com.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/demandg.png.import b/assets/ui/demandg.png.import index b6a521c..6a1387f 100644 --- a/assets/ui/demandg.png.import +++ b/assets/ui/demandg.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/dropdownBottom.png.import b/assets/ui/dropdownBottom.png.import index 3b60e9e..c916f2b 100644 --- a/assets/ui/dropdownBottom.png.import +++ b/assets/ui/dropdownBottom.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/dropdownMid.png.import b/assets/ui/dropdownMid.png.import index f7c82b9..3077803 100644 --- a/assets/ui/dropdownMid.png.import +++ b/assets/ui/dropdownMid.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/dropdownTop.png.import b/assets/ui/dropdownTop.png.import index febf9f6..a5de3db 100644 --- a/assets/ui/dropdownTop.png.import +++ b/assets/ui/dropdownTop.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/fire.png.import b/assets/ui/fire.png.import index 1bfa6d2..986cb42 100644 --- a/assets/ui/fire.png.import +++ b/assets/ui/fire.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grcom.png.import b/assets/ui/grcom.png.import index 0c9db75..ea45e77 100644 --- a/assets/ui/grcom.png.import +++ b/assets/ui/grcom.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grcomhi.png.import b/assets/ui/grcomhi.png.import index 76ed318..02da6ec 100644 --- a/assets/ui/grcomhi.png.import +++ b/assets/ui/grcomhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grcrim.png.import b/assets/ui/grcrim.png.import index 89822f9..03e3478 100644 --- a/assets/ui/grcrim.png.import +++ b/assets/ui/grcrim.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grcrimhi.png.import b/assets/ui/grcrimhi.png.import index d66602e..ab0046f 100644 --- a/assets/ui/grcrimhi.png.import +++ b/assets/ui/grcrimhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grind.png.import b/assets/ui/grind.png.import index c12cd5d..53ba590 100644 --- a/assets/ui/grind.png.import +++ b/assets/ui/grind.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grindhi.png.import b/assets/ui/grindhi.png.import index 6f49516..9687f1a 100644 --- a/assets/ui/grindhi.png.import +++ b/assets/ui/grindhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grmony.png.import b/assets/ui/grmony.png.import index cb3f230..fa2ef82 100644 --- a/assets/ui/grmony.png.import +++ b/assets/ui/grmony.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grmonyhi.png.import b/assets/ui/grmonyhi.png.import index ebbc563..8ea3b2a 100644 --- a/assets/ui/grmonyhi.png.import +++ b/assets/ui/grmonyhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grpoll.png.import b/assets/ui/grpoll.png.import index 6c9d7b9..0a9b620 100644 --- a/assets/ui/grpoll.png.import +++ b/assets/ui/grpoll.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grpollhi.png.import b/assets/ui/grpollhi.png.import index e39c209..56491be 100644 --- a/assets/ui/grpollhi.png.import +++ b/assets/ui/grpollhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grres.png.import b/assets/ui/grres.png.import index 6a7095c..59dae4b 100644 --- a/assets/ui/grres.png.import +++ b/assets/ui/grres.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/grreshi.png.import b/assets/ui/grreshi.png.import index 374ae42..0180636 100644 --- a/assets/ui/grreshi.png.import +++ b/assets/ui/grreshi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icairp.png.import b/assets/ui/icairp.png.import index e326a2b..546a11d 100644 --- a/assets/ui/icairp.png.import +++ b/assets/ui/icairp.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icairphi.png.import b/assets/ui/icairphi.png.import index 7e60a3a..79e585f 100644 --- a/assets/ui/icairphi.png.import +++ b/assets/ui/icairphi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/iccoal.png.import b/assets/ui/iccoal.png.import index ad18856..259de63 100644 --- a/assets/ui/iccoal.png.import +++ b/assets/ui/iccoal.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/iccoalhi.png.import b/assets/ui/iccoalhi.png.import index 5637a57..8065cec 100644 --- a/assets/ui/iccoalhi.png.import +++ b/assets/ui/iccoalhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/iccom.png.import b/assets/ui/iccom.png.import index e813124..4688c12 100644 --- a/assets/ui/iccom.png.import +++ b/assets/ui/iccom.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/iccomhi.png.import b/assets/ui/iccomhi.png.import index 9372016..7c974a6 100644 --- a/assets/ui/iccomhi.png.import +++ b/assets/ui/iccomhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icdozr.png.import b/assets/ui/icdozr.png.import index bf4e1c0..fed221d 100644 --- a/assets/ui/icdozr.png.import +++ b/assets/ui/icdozr.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icdozrhi.png.import b/assets/ui/icdozrhi.png.import index eae18f5..ee10ec6 100644 --- a/assets/ui/icdozrhi.png.import +++ b/assets/ui/icdozrhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icfire.png.import b/assets/ui/icfire.png.import index ccd0ed8..87b411a 100644 --- a/assets/ui/icfire.png.import +++ b/assets/ui/icfire.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icfirehi.png.import b/assets/ui/icfirehi.png.import index 65f1f18..f5310b1 100644 --- a/assets/ui/icfirehi.png.import +++ b/assets/ui/icfirehi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icind.png.import b/assets/ui/icind.png.import index b5945a0..2eadf7b 100644 --- a/assets/ui/icind.png.import +++ b/assets/ui/icind.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icindhi.png.import b/assets/ui/icindhi.png.import index f400a5d..3ead1f9 100644 --- a/assets/ui/icindhi.png.import +++ b/assets/ui/icindhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icnuc.png.import b/assets/ui/icnuc.png.import index a23804f..5f4807a 100644 --- a/assets/ui/icnuc.png.import +++ b/assets/ui/icnuc.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icnuchi.png.import b/assets/ui/icnuchi.png.import index 42e5222..ec88a3d 100644 --- a/assets/ui/icnuchi.png.import +++ b/assets/ui/icnuchi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icpark.png.import b/assets/ui/icpark.png.import index 341daa8..7f55e37 100644 --- a/assets/ui/icpark.png.import +++ b/assets/ui/icpark.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icparkhi.png.import b/assets/ui/icparkhi.png.import index 323a573..59f5ecf 100644 --- a/assets/ui/icparkhi.png.import +++ b/assets/ui/icparkhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icpol.png.import b/assets/ui/icpol.png.import index 01e6cbb..74602ef 100644 --- a/assets/ui/icpol.png.import +++ b/assets/ui/icpol.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icpolhi.png.import b/assets/ui/icpolhi.png.import index 3a8b206..9c3aeaf 100644 --- a/assets/ui/icpolhi.png.import +++ b/assets/ui/icpolhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icqry.png.import b/assets/ui/icqry.png.import index 193195e..2c2f1d7 100644 --- a/assets/ui/icqry.png.import +++ b/assets/ui/icqry.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icqryhi.png.import b/assets/ui/icqryhi.png.import index 99f4e93..3691d19 100644 --- a/assets/ui/icqryhi.png.import +++ b/assets/ui/icqryhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icrail.png.import b/assets/ui/icrail.png.import index c03eff2..08970e8 100644 --- a/assets/ui/icrail.png.import +++ b/assets/ui/icrail.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icrailhi.png.import b/assets/ui/icrailhi.png.import index 29acd67..90459f4 100644 --- a/assets/ui/icrailhi.png.import +++ b/assets/ui/icrailhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icres.png.import b/assets/ui/icres.png.import index fb25b2c..97fcb74 100644 --- a/assets/ui/icres.png.import +++ b/assets/ui/icres.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icreshi.png.import b/assets/ui/icreshi.png.import index b3a1c9f..a8cb5d9 100644 --- a/assets/ui/icreshi.png.import +++ b/assets/ui/icreshi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icroad.png.import b/assets/ui/icroad.png.import index b5f5a4d..5c66804 100644 --- a/assets/ui/icroad.png.import +++ b/assets/ui/icroad.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icroadhi.png.import b/assets/ui/icroadhi.png.import index dcb9d3f..bc803cb 100644 --- a/assets/ui/icroadhi.png.import +++ b/assets/ui/icroadhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icseap.png.import b/assets/ui/icseap.png.import index fe25d48..3395441 100644 --- a/assets/ui/icseap.png.import +++ b/assets/ui/icseap.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icseaphi.png.import b/assets/ui/icseaphi.png.import index ad4cd8a..d6b98f7 100644 --- a/assets/ui/icseaphi.png.import +++ b/assets/ui/icseaphi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icstad.png.import b/assets/ui/icstad.png.import index 750e950..e912ee0 100644 --- a/assets/ui/icstad.png.import +++ b/assets/ui/icstad.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icstadhi.png.import b/assets/ui/icstadhi.png.import index e0a759c..6fa6477 100644 --- a/assets/ui/icstadhi.png.import +++ b/assets/ui/icstadhi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icwire.png.import b/assets/ui/icwire.png.import index b6250b9..f78e304 100644 --- a/assets/ui/icwire.png.import +++ b/assets/ui/icwire.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/icwirehi.png.import b/assets/ui/icwirehi.png.import index ed777bb..897d49d 100644 --- a/assets/ui/icwirehi.png.import +++ b/assets/ui/icwirehi.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/ui/pause.svg.import b/assets/ui/pause.svg.import index ba474b4..504cf56 100644 --- a/assets/ui/pause.svg.import +++ b/assets/ui/pause.svg.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/vignette.png.import b/assets/vignette.png.import index 1be15f4..391df59 100644 --- a/assets/vignette.png.import +++ b/assets/vignette.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/wires.png.import b/assets/wires.png.import index 4975334..25c1bd3 100644 --- a/assets/wires.png.import +++ b/assets/wires.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/assets/wires_3x3.png.import b/assets/wires_3x3.png.import index a927e27..27316bf 100644 --- a/assets/wires_3x3.png.import +++ b/assets/wires_3x3.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/icon.png.import b/icon.png.import index a4c02e6..96cbf46 100644 --- a/icon.png.import +++ b/icon.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true diff --git a/project.godot b/project.godot index f7d38b6..90cde29 100644 --- a/project.godot +++ b/project.godot @@ -42,32 +42,32 @@ singletons=[ ] ui_left={ "deadzone": 0.5, -"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,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +"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) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":14,"pressure":0.0,"pressed":false,"script":null) ] } ui_right={ "deadzone": 0.5, -"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,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +"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) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":15,"pressure":0.0,"pressed":false,"script":null) ] } ui_up={ "deadzone": 0.5, -"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,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +"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) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":12,"pressure":0.0,"pressed":false,"script":null) ] } ui_down={ "deadzone": 0.5, -"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,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +"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) , Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":13,"pressure":0.0,"pressed":false,"script":null) ] } ui_cheats={ "deadzone": 0.5, -"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":true,"command":true,"pressed":false,"scancode":67,"physical_scancode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":true,"command":true,"pressed":false,"scancode":88,"physical_scancode":0,"unicode":0,"echo":false,"script":null) +"events": [ Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":true,"control":false,"meta":true,"command":true,"pressed":false,"scancode":67,"unicode":0,"echo":false,"script":null) +, Object(InputEventKey,"resource_local_to_scene":false,"resource_name":"","device":0,"alt":false,"shift":false,"control":false,"meta":true,"command":true,"pressed":false,"scancode":88,"unicode":0,"echo":false,"script":null) ] } diff --git a/screenshot.png.import b/screenshot.png.import index 19e05c6..9116cdc 100644 --- a/screenshot.png.import +++ b/screenshot.png.import @@ -28,7 +28,6 @@ process/fix_alpha_border=true process/premult_alpha=false process/HDR_as_SRGB=false process/invert_color=false -process/normal_map_invert_y=false stream=false size_limit=0 detect_3d=true