diff --git a/.gitignore b/.gitignore index 4819d04..f868dda 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ # 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,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 +# 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 ### Archives ### # It's better to unpack these files and commit the raw source because @@ -44,15 +43,6 @@ *.orig *.tmp -### DotnetCore ### -# .NET Core build folders -bin/ -obj/ - -# Common node modules locations -/node_modules -/wwwroot/node_modules - ### Executable ### *.app *.bat @@ -65,7 +55,6 @@ obj/ *.wsf ### Godot ### - # Godot-specific ignores .import/ export.cfg @@ -100,8 +89,7 @@ data_*/ .LSOverride # Icon must end with two \r -Icon - +Icon # Thumbnails ._* @@ -122,15 +110,9 @@ Network Trash Folder Temporary Items .apdisk -### MonoDevelop ### -#User Specific -*.userprefs -*.usertasks - -#Mono Project Files -*.pidb -*.resources -test-results/ +### macOS Patch ### +# iCloud generated files +*.icloud ### VisualStudioCode ### .vscode/* @@ -138,13 +120,25 @@ test-results/ !.vscode/tasks.json !.vscode/launch.json !.vscode/extensions.json -*.code-workspace +!.vscode/*.code-snippets + +# Local History for Visual Studio Code +.history/ + +# Built Visual Studio Code Extensions +*.vsix ### 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 @@ -167,8 +161,8 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup,archives +# End of https://www.toptal.com/developers/gitignore/api/windows,visualstudiocode,macos,linux,godot,executable,backup,archives # Custom rules (everything added below won't be overriden by 'Generate .gitignore File' if you use 'Update' option) -export/** \ No newline at end of file +export/** diff --git a/LICENSE b/LICENSE index aa674ff..809d64a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,201 +1,201 @@ - The Artistic License 2.0 + Apache License + Version 2.0, January 2004 + http://www.apache.org/licenses/ - Copyright (c) 2000-2006, The Perl Foundation. + TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. + 1. Definitions. -Preamble + "License" shall mean the terms and conditions for use, reproduction, + and distribution as defined by Sections 1 through 9 of this document. -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. + "Licensor" shall mean the copyright owner or entity authorized by + the copyright owner that is granting the License. -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. + "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. -Definitions + "You" (or "Your") shall mean an individual or Legal Entity + exercising permissions granted by this License. - "Copyright Holder" means the individual(s) or organization(s) - named in the copyright notice for the entire Package. + "Source" form shall mean the preferred form for making modifications, + including but not limited to software source code, documentation + source, and configuration files. - "Contributor" means any party that has contributed code or other - material to the Package, in accordance with the Copyright Holder's - procedures. + "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. - "You" and "your" means any person who would like to copy, - distribute, or modify the Package. + "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). - "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. + "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. - "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. + "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." - "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. + "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. - "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. + 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. - "Modified Version" means the Package, if it has been changed, and - such changes were not 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. - "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. + 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: - "Source" form means the source code, documentation source, and - configuration files for the Package. + (a) You must give any other recipients of the Work or + Derivative Works a copy of this License; and - "Compiled" form means the compiled bytecode, object code, binary, - or any other form resulting from mechanical transformation or - translation of the Source form. + (b) You must cause any modified files to carry prominent notices + stating that You changed the files; and + (c) You must retain, in the Source form of any Derivative Works + that You distribute, all copyright, patent, trademark, and + attribution notices from the Source form of the Work, + excluding those notices that do not pertain to any part of + the Derivative Works; and -Permission for Use and Modification Without Distribution + (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. -(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. + You may add Your own copyright statement to Your modifications and + may provide additional or different license terms and conditions + for use, reproduction, or distribution of Your modifications, or + for any such Derivative Works as a whole, provided Your use, + reproduction, and distribution of the Work otherwise complies with + the conditions stated in this License. + 5. Submission of Contributions. Unless You explicitly state otherwise, + any Contribution intentionally submitted for inclusion in the Work + by You to the Licensor shall be under the terms and conditions of + this License, without any additional terms or conditions. + Notwithstanding the above, nothing herein shall supersede or modify + the terms of any separate license agreement you may have executed + with Licensor regarding such Contributions. -Permissions for Redistribution of the Standard Version + 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. -(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. + 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. -(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. + 8. Limitation of Liability. In no event and under no legal theory, + whether in tort (including negligence), contract, or otherwise, + unless required by applicable law (such as deliberate and grossly + negligent acts) or agreed to in writing, shall any Contributor be + liable to You for damages, including any direct, indirect, special, + incidental, or consequential damages of any character arising as a + result of this License or out of the use or inability to use the + Work (including but not limited to damages for loss of goodwill, + work stoppage, computer failure or malfunction, or any and all + other commercial damages or losses), even if such Contributor + has been advised of the possibility of such damages. + 9. Accepting Warranty or Additional Liability. While redistributing + the Work or Derivative Works thereof, You may choose to offer, + and charge a fee for, acceptance of support, warranty, indemnity, + or other liability obligations and/or rights consistent with this + License. However, in accepting such obligations, You may act only + on Your own behalf and on Your sole responsibility, not on behalf + of any other Contributor, and only if You agree to indemnify, + defend, and hold each Contributor harmless for any liability + incurred by, or claims asserted against, such Contributor by reason + of your accepting any such warranty or additional liability. -Distribution of Modified Versions of the Package as Source + END OF TERMS AND CONDITIONS -(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: + APPENDIX: How to apply the Apache License to your work. - (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. + 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. - (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. + Copyright 2022 Tony Bark - (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 + 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 - (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. + http://www.apache.org/licenses/LICENSE-2.0 - -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 + 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. diff --git a/README.md b/README.md index 965ec61..26363c4 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 licensed under the Artistic-2.0 License - see the [LICENSE](LICENSE) file for details +This project is dual-licensed under the [Apache-2.0](LICENSE) or the [UNLICENSE](UNLICENSE). diff --git a/UNLICENSE b/UNLICENSE new file mode 100644 index 0000000..ee6c639 --- /dev/null +++ b/UNLICENSE @@ -0,0 +1,22 @@ +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 56bbe8a..e78c406 100644 --- a/assets/CGTuts_OceanHDRI_Freebie_001.hdr.import +++ b/assets/CGTuts_OceanHDRI_Freebie_001.hdr.import @@ -28,6 +28,7 @@ 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 4a2abc0..f1071a8 100644 --- a/assets/Items_Albedo.png.import +++ b/assets/Items_Albedo.png.import @@ -30,6 +30,7 @@ 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 60634ef..d263905 100644 --- a/assets/Items_EM.png.import +++ b/assets/Items_EM.png.import @@ -30,6 +30,7 @@ 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 8efec5e..b022df2 100644 --- a/assets/adorable-z.png.import +++ b/assets/adorable-z.png.import @@ -28,6 +28,7 @@ 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 f312b73..605b6f8 100644 --- a/assets/airport.png.import +++ b/assets/airport.png.import @@ -28,6 +28,7 @@ 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 5bb3034..882e2ce 100644 --- a/assets/airport_3x3.png.import +++ b/assets/airport_3x3.png.import @@ -28,6 +28,7 @@ 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 6c250f5..5849f98 100644 --- a/assets/avatars/cindy.png.import +++ b/assets/avatars/cindy.png.import @@ -28,6 +28,7 @@ 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 fef226a..a25584f 100644 --- a/assets/avatars/kit.png.import +++ b/assets/avatars/kit.png.import @@ -28,6 +28,7 @@ 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 ad60b35..1b6ce89 100644 --- a/assets/avatars/zc.png.import +++ b/assets/avatars/zc.png.import @@ -28,6 +28,7 @@ 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 915e1d6..c8e5b38 100644 --- a/assets/cirria.png.import +++ b/assets/cirria.png.import @@ -28,6 +28,7 @@ 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 dc8ce4c..69de4e2 100644 --- a/assets/coal.png.import +++ b/assets/coal.png.import @@ -28,6 +28,7 @@ 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 4d207cf..c665a23 100644 --- a/assets/coal_3x3.png.import +++ b/assets/coal_3x3.png.import @@ -28,6 +28,7 @@ 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 88c802e..55b43df 100644 --- a/assets/coal_smoke_frames.png.import +++ b/assets/coal_smoke_frames.png.import @@ -28,6 +28,7 @@ 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 3cd34a0..6622231 100644 --- a/assets/coal_smoke_frames_3x3.png.import +++ b/assets/coal_smoke_frames_3x3.png.import @@ -28,6 +28,7 @@ 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 f2165a8..b8ff51e 100644 --- a/assets/com_zones.png.import +++ b/assets/com_zones.png.import @@ -28,6 +28,7 @@ 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 476d316..b629bd7 100644 --- a/assets/com_zones_3x3.png.import +++ b/assets/com_zones_3x3.png.import @@ -28,6 +28,7 @@ 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 0f2e798..43e6220 100644 --- a/assets/firestation.png.import +++ b/assets/firestation.png.import @@ -28,6 +28,7 @@ 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 2408cee..f1156b2 100644 --- a/assets/firestation_3x3.png.import +++ b/assets/firestation_3x3.png.import @@ -28,6 +28,7 @@ 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 63250a5..2433a3e 100644 --- a/assets/ind.png.import +++ b/assets/ind.png.import @@ -28,6 +28,7 @@ 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 21abbc5..794b06a 100644 --- a/assets/ind01_pistons_frames.png.import +++ b/assets/ind01_pistons_frames.png.import @@ -28,6 +28,7 @@ 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 abb5cc7..78cfbf8 100644 --- a/assets/ind03_smoke_frames.png.import +++ b/assets/ind03_smoke_frames.png.import @@ -28,6 +28,7 @@ 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 fcc8c82..84004cc 100644 --- a/assets/ind04_smoke_frames.png.import +++ b/assets/ind04_smoke_frames.png.import @@ -28,6 +28,7 @@ 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 53d44f1..3cc09fe 100644 --- a/assets/ind07_smoke_frames.png.import +++ b/assets/ind07_smoke_frames.png.import @@ -28,6 +28,7 @@ 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 f95ce4b..ccede53 100644 --- a/assets/ind08_smoke_frames.png.import +++ b/assets/ind08_smoke_frames.png.import @@ -28,6 +28,7 @@ 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 7ec399c..01a7d52 100644 --- a/assets/ind_zones.png.import +++ b/assets/ind_zones.png.import @@ -28,6 +28,7 @@ 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 55399b9..fd728c9 100644 --- a/assets/ind_zones_3x3.png.import +++ b/assets/ind_zones_3x3.png.import @@ -28,6 +28,7 @@ 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 ac6b7be..4d322c6 100644 --- a/assets/misc_animation.png.import +++ b/assets/misc_animation.png.import @@ -28,6 +28,7 @@ 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 eecc8cb..e41d322 100644 --- a/assets/misc_animation_3x3.png.import +++ b/assets/misc_animation_3x3.png.import @@ -28,6 +28,7 @@ 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 6378f81..30549f9 100644 --- a/assets/nuclear.png.import +++ b/assets/nuclear.png.import @@ -28,6 +28,7 @@ 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 fabe282..3c454f5 100644 --- a/assets/nuclear_3x3.png.import +++ b/assets/nuclear_3x3.png.import @@ -28,6 +28,7 @@ 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 0ea9842..bb84060 100644 --- a/assets/police.png.import +++ b/assets/police.png.import @@ -28,6 +28,7 @@ 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 7864a69..960f578 100644 --- a/assets/police_3x3.png.import +++ b/assets/police_3x3.png.import @@ -28,6 +28,7 @@ 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 5e6c2c6..a9984cd 100644 --- a/assets/rails.png.import +++ b/assets/rails.png.import @@ -28,6 +28,7 @@ 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 2f341e5..f9f69a4 100644 --- a/assets/rails_3x3.png.import +++ b/assets/rails_3x3.png.import @@ -28,6 +28,7 @@ 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 b07f189..af7b440 100644 --- a/assets/res.png.import +++ b/assets/res.png.import @@ -28,6 +28,7 @@ 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 6d777a4..1b495c8 100644 --- a/assets/res_houses.png.import +++ b/assets/res_houses.png.import @@ -28,6 +28,7 @@ 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 b7caafb..f720586 100644 --- a/assets/res_houses_3x3.png.import +++ b/assets/res_houses_3x3.png.import @@ -28,6 +28,7 @@ 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 e006c30..44ee5e4 100644 --- a/assets/res_zones.png.import +++ b/assets/res_zones.png.import @@ -28,6 +28,7 @@ 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 81425f9..0d68b4c 100644 --- a/assets/res_zones_3x3.png.import +++ b/assets/res_zones_3x3.png.import @@ -28,6 +28,7 @@ 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 07845ea..2f79f1c 100644 --- a/assets/roads.png.import +++ b/assets/roads.png.import @@ -28,6 +28,7 @@ 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 a554c69..b9e545c 100644 --- a/assets/roads_3x3.png.import +++ b/assets/roads_3x3.png.import @@ -28,6 +28,7 @@ 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 59129bc..5bbfaf8 100644 --- a/assets/roadwire.png.import +++ b/assets/roadwire.png.import @@ -28,6 +28,7 @@ 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 6facaae..7f07a60 100644 --- a/assets/roadwire_3x3.png.import +++ b/assets/roadwire_3x3.png.import @@ -28,6 +28,7 @@ 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 34c368c..8368bc8 100644 --- a/assets/seaport.png.import +++ b/assets/seaport.png.import @@ -28,6 +28,7 @@ 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 033e046..9b86ce6 100644 --- a/assets/seaport_3x3.png.import +++ b/assets/seaport_3x3.png.import @@ -28,6 +28,7 @@ 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 87a0a11..2288790 100644 --- a/assets/snow-expansion.png.import +++ b/assets/snow-expansion.png.import @@ -28,6 +28,7 @@ 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 1a6045f..108bb20 100644 --- a/assets/stadium.png.import +++ b/assets/stadium.png.import @@ -28,6 +28,7 @@ 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 aef4da0..ecfa9f7 100644 --- a/assets/stadium2.png.import +++ b/assets/stadium2.png.import @@ -28,6 +28,7 @@ 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 bb24649..b4809cf 100644 --- a/assets/stadium2_3x3.png.import +++ b/assets/stadium2_3x3.png.import @@ -28,6 +28,7 @@ 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 b6e87ab..03c2bc0 100644 --- a/assets/stadium_3x3.png.import +++ b/assets/stadium_3x3.png.import @@ -28,6 +28,7 @@ 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 54c3e1d..946533a 100644 --- a/assets/stadium_animation_gfx.png.import +++ b/assets/stadium_animation_gfx.png.import @@ -28,6 +28,7 @@ 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 9b3483f..21b0853 100644 --- a/assets/symbols/fontawesome/arrow-pointing-down.svg.import +++ b/assets/symbols/fontawesome/arrow-pointing-down.svg.import @@ -28,6 +28,7 @@ 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 dcb0f39..9b0d8cb 100644 --- a/assets/symbols/fontawesome/arrow-up.svg.import +++ b/assets/symbols/fontawesome/arrow-up.svg.import @@ -28,6 +28,7 @@ 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 807ea6c..8dd1b89 100644 --- a/assets/symbols/fontawesome/building.svg.import +++ b/assets/symbols/fontawesome/building.svg.import @@ -28,6 +28,7 @@ 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 8959323..d80e2aa 100644 --- a/assets/symbols/fontawesome/calendar.svg.import +++ b/assets/symbols/fontawesome/calendar.svg.import @@ -28,6 +28,7 @@ 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 70276ec..a34c089 100644 --- a/assets/symbols/fontawesome/city.svg.import +++ b/assets/symbols/fontawesome/city.svg.import @@ -28,6 +28,7 @@ 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 d2ac4a6..e986c88 100644 --- a/assets/symbols/fontawesome/cogs.svg.import +++ b/assets/symbols/fontawesome/cogs.svg.import @@ -28,6 +28,7 @@ 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 7ffe89a..805a49a 100644 --- a/assets/symbols/fontawesome/coins.svg.import +++ b/assets/symbols/fontawesome/coins.svg.import @@ -28,6 +28,7 @@ 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 dee332d..e714072 100644 --- a/assets/symbols/fontawesome/comments.svg.import +++ b/assets/symbols/fontawesome/comments.svg.import @@ -28,6 +28,7 @@ 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 1ad6fc6..03cf370 100644 --- a/assets/symbols/fontawesome/envelope-open.svg.import +++ b/assets/symbols/fontawesome/envelope-open.svg.import @@ -28,6 +28,7 @@ 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 3633a69..d21fd22 100644 --- a/assets/symbols/fontawesome/envelope.svg.import +++ b/assets/symbols/fontawesome/envelope.svg.import @@ -28,6 +28,7 @@ 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 3091654..dcfa5e8 100644 --- a/assets/symbols/fontawesome/fast.svg.import +++ b/assets/symbols/fontawesome/fast.svg.import @@ -28,6 +28,7 @@ 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 8fc5e10..9bb8c3d 100644 --- a/assets/symbols/fontawesome/folder-open.svg.import +++ b/assets/symbols/fontawesome/folder-open.svg.import @@ -28,6 +28,7 @@ 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 a01fdb3..1cf8340 100644 --- a/assets/symbols/fontawesome/folder.svg.import +++ b/assets/symbols/fontawesome/folder.svg.import @@ -28,6 +28,7 @@ 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 74eb0fd..ae2b198 100644 --- a/assets/symbols/fontawesome/github-sign.svg.import +++ b/assets/symbols/fontawesome/github-sign.svg.import @@ -28,6 +28,7 @@ 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 ed5dd4e..c19f856 100644 --- a/assets/symbols/fontawesome/graph.svg.import +++ b/assets/symbols/fontawesome/graph.svg.import @@ -28,6 +28,7 @@ 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 609b2ad..523aab2 100644 --- a/assets/symbols/fontawesome/layer-group.svg.import +++ b/assets/symbols/fontawesome/layer-group.svg.import @@ -28,6 +28,7 @@ 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 4f6c533..b1eb334 100644 --- a/assets/symbols/fontawesome/meet.svg.import +++ b/assets/symbols/fontawesome/meet.svg.import @@ -28,6 +28,7 @@ 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 0baabbc..7fc62c2 100644 --- a/assets/symbols/fontawesome/pie-chart.svg.import +++ b/assets/symbols/fontawesome/pie-chart.svg.import @@ -28,6 +28,7 @@ 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 555bb80..309081a 100644 --- a/assets/symbols/fontawesome/population.svg.import +++ b/assets/symbols/fontawesome/population.svg.import @@ -28,6 +28,7 @@ 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 4e731fd..db1bc81 100644 --- a/assets/symbols/fontawesome/question-circle.svg.import +++ b/assets/symbols/fontawesome/question-circle.svg.import @@ -28,6 +28,7 @@ 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 7060f50..690b955 100644 --- a/assets/symbols/fontawesome/slow.svg.import +++ b/assets/symbols/fontawesome/slow.svg.import @@ -28,6 +28,7 @@ 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 63406f8..566fb1e 100644 --- a/assets/symbols/fontawesome/spinner.svg.import +++ b/assets/symbols/fontawesome/spinner.svg.import @@ -28,6 +28,7 @@ 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 ec817b4..bd1afea 100644 --- a/assets/symbols/fontawesome/thumbs-down.svg.import +++ b/assets/symbols/fontawesome/thumbs-down.svg.import @@ -28,6 +28,7 @@ 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 fac9cec..11ab1cb 100644 --- a/assets/symbols/fontawesome/thumbs-up.svg.import +++ b/assets/symbols/fontawesome/thumbs-up.svg.import @@ -28,6 +28,7 @@ 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 91f5d19..a7bc572 100644 --- a/assets/terrain.png.import +++ b/assets/terrain.png.import @@ -28,6 +28,7 @@ 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 1f9b101..0fcbb66 100644 --- a/assets/terrain_3x3.png.import +++ b/assets/terrain_3x3.png.import @@ -28,6 +28,7 @@ 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 e7a2b8d..9c96660 100644 --- a/assets/terrain_cl.png.import +++ b/assets/terrain_cl.png.import @@ -28,6 +28,7 @@ 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 e45c34c..233ddfe 100644 --- a/assets/traffic_frames.png.import +++ b/assets/traffic_frames.png.import @@ -28,6 +28,7 @@ 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 5de55b3..b4b8d20 100644 --- a/assets/traffic_frames_3x3.png.import +++ b/assets/traffic_frames_3x3.png.import @@ -28,6 +28,7 @@ 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 2982992..d2c2da3 100644 --- a/assets/ui/airport.png.import +++ b/assets/ui/airport.png.import @@ -28,6 +28,7 @@ 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 60bed58..f83677e 100644 --- a/assets/ui/coal.png.import +++ b/assets/ui/coal.png.import @@ -28,6 +28,7 @@ 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 9dfd08d..7b0d8cd 100644 --- a/assets/ui/com.png.import +++ b/assets/ui/com.png.import @@ -28,6 +28,7 @@ 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 6a1387f..b6a521c 100644 --- a/assets/ui/demandg.png.import +++ b/assets/ui/demandg.png.import @@ -28,6 +28,7 @@ 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 c916f2b..3b60e9e 100644 --- a/assets/ui/dropdownBottom.png.import +++ b/assets/ui/dropdownBottom.png.import @@ -28,6 +28,7 @@ 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 3077803..f7c82b9 100644 --- a/assets/ui/dropdownMid.png.import +++ b/assets/ui/dropdownMid.png.import @@ -28,6 +28,7 @@ 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 a5de3db..febf9f6 100644 --- a/assets/ui/dropdownTop.png.import +++ b/assets/ui/dropdownTop.png.import @@ -28,6 +28,7 @@ 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 986cb42..1bfa6d2 100644 --- a/assets/ui/fire.png.import +++ b/assets/ui/fire.png.import @@ -28,6 +28,7 @@ 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 ea45e77..0c9db75 100644 --- a/assets/ui/grcom.png.import +++ b/assets/ui/grcom.png.import @@ -28,6 +28,7 @@ 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 02da6ec..76ed318 100644 --- a/assets/ui/grcomhi.png.import +++ b/assets/ui/grcomhi.png.import @@ -28,6 +28,7 @@ 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 03e3478..89822f9 100644 --- a/assets/ui/grcrim.png.import +++ b/assets/ui/grcrim.png.import @@ -28,6 +28,7 @@ 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 ab0046f..d66602e 100644 --- a/assets/ui/grcrimhi.png.import +++ b/assets/ui/grcrimhi.png.import @@ -28,6 +28,7 @@ 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 53ba590..c12cd5d 100644 --- a/assets/ui/grind.png.import +++ b/assets/ui/grind.png.import @@ -28,6 +28,7 @@ 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 9687f1a..6f49516 100644 --- a/assets/ui/grindhi.png.import +++ b/assets/ui/grindhi.png.import @@ -28,6 +28,7 @@ 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 fa2ef82..cb3f230 100644 --- a/assets/ui/grmony.png.import +++ b/assets/ui/grmony.png.import @@ -28,6 +28,7 @@ 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 8ea3b2a..ebbc563 100644 --- a/assets/ui/grmonyhi.png.import +++ b/assets/ui/grmonyhi.png.import @@ -28,6 +28,7 @@ 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 0a9b620..6c9d7b9 100644 --- a/assets/ui/grpoll.png.import +++ b/assets/ui/grpoll.png.import @@ -28,6 +28,7 @@ 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 56491be..e39c209 100644 --- a/assets/ui/grpollhi.png.import +++ b/assets/ui/grpollhi.png.import @@ -28,6 +28,7 @@ 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 59dae4b..6a7095c 100644 --- a/assets/ui/grres.png.import +++ b/assets/ui/grres.png.import @@ -28,6 +28,7 @@ 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 0180636..374ae42 100644 --- a/assets/ui/grreshi.png.import +++ b/assets/ui/grreshi.png.import @@ -28,6 +28,7 @@ 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 546a11d..e326a2b 100644 --- a/assets/ui/icairp.png.import +++ b/assets/ui/icairp.png.import @@ -28,6 +28,7 @@ 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 79e585f..7e60a3a 100644 --- a/assets/ui/icairphi.png.import +++ b/assets/ui/icairphi.png.import @@ -28,6 +28,7 @@ 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 259de63..ad18856 100644 --- a/assets/ui/iccoal.png.import +++ b/assets/ui/iccoal.png.import @@ -28,6 +28,7 @@ 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 8065cec..5637a57 100644 --- a/assets/ui/iccoalhi.png.import +++ b/assets/ui/iccoalhi.png.import @@ -28,6 +28,7 @@ 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 4688c12..e813124 100644 --- a/assets/ui/iccom.png.import +++ b/assets/ui/iccom.png.import @@ -28,6 +28,7 @@ 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 7c974a6..9372016 100644 --- a/assets/ui/iccomhi.png.import +++ b/assets/ui/iccomhi.png.import @@ -28,6 +28,7 @@ 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 fed221d..bf4e1c0 100644 --- a/assets/ui/icdozr.png.import +++ b/assets/ui/icdozr.png.import @@ -28,6 +28,7 @@ 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 ee10ec6..eae18f5 100644 --- a/assets/ui/icdozrhi.png.import +++ b/assets/ui/icdozrhi.png.import @@ -28,6 +28,7 @@ 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 87b411a..ccd0ed8 100644 --- a/assets/ui/icfire.png.import +++ b/assets/ui/icfire.png.import @@ -28,6 +28,7 @@ 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 f5310b1..65f1f18 100644 --- a/assets/ui/icfirehi.png.import +++ b/assets/ui/icfirehi.png.import @@ -28,6 +28,7 @@ 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 2eadf7b..b5945a0 100644 --- a/assets/ui/icind.png.import +++ b/assets/ui/icind.png.import @@ -28,6 +28,7 @@ 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 3ead1f9..f400a5d 100644 --- a/assets/ui/icindhi.png.import +++ b/assets/ui/icindhi.png.import @@ -28,6 +28,7 @@ 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 5f4807a..a23804f 100644 --- a/assets/ui/icnuc.png.import +++ b/assets/ui/icnuc.png.import @@ -28,6 +28,7 @@ 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 ec88a3d..42e5222 100644 --- a/assets/ui/icnuchi.png.import +++ b/assets/ui/icnuchi.png.import @@ -28,6 +28,7 @@ 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 7f55e37..341daa8 100644 --- a/assets/ui/icpark.png.import +++ b/assets/ui/icpark.png.import @@ -28,6 +28,7 @@ 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 59f5ecf..323a573 100644 --- a/assets/ui/icparkhi.png.import +++ b/assets/ui/icparkhi.png.import @@ -28,6 +28,7 @@ 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 74602ef..01e6cbb 100644 --- a/assets/ui/icpol.png.import +++ b/assets/ui/icpol.png.import @@ -28,6 +28,7 @@ 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 9c3aeaf..3a8b206 100644 --- a/assets/ui/icpolhi.png.import +++ b/assets/ui/icpolhi.png.import @@ -28,6 +28,7 @@ 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 2c2f1d7..193195e 100644 --- a/assets/ui/icqry.png.import +++ b/assets/ui/icqry.png.import @@ -28,6 +28,7 @@ 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 3691d19..99f4e93 100644 --- a/assets/ui/icqryhi.png.import +++ b/assets/ui/icqryhi.png.import @@ -28,6 +28,7 @@ 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 08970e8..c03eff2 100644 --- a/assets/ui/icrail.png.import +++ b/assets/ui/icrail.png.import @@ -28,6 +28,7 @@ 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 90459f4..29acd67 100644 --- a/assets/ui/icrailhi.png.import +++ b/assets/ui/icrailhi.png.import @@ -28,6 +28,7 @@ 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 97fcb74..fb25b2c 100644 --- a/assets/ui/icres.png.import +++ b/assets/ui/icres.png.import @@ -28,6 +28,7 @@ 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 a8cb5d9..b3a1c9f 100644 --- a/assets/ui/icreshi.png.import +++ b/assets/ui/icreshi.png.import @@ -28,6 +28,7 @@ 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 5c66804..b5f5a4d 100644 --- a/assets/ui/icroad.png.import +++ b/assets/ui/icroad.png.import @@ -28,6 +28,7 @@ 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 bc803cb..dcb9d3f 100644 --- a/assets/ui/icroadhi.png.import +++ b/assets/ui/icroadhi.png.import @@ -28,6 +28,7 @@ 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 3395441..fe25d48 100644 --- a/assets/ui/icseap.png.import +++ b/assets/ui/icseap.png.import @@ -28,6 +28,7 @@ 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 d6b98f7..ad4cd8a 100644 --- a/assets/ui/icseaphi.png.import +++ b/assets/ui/icseaphi.png.import @@ -28,6 +28,7 @@ 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 e912ee0..750e950 100644 --- a/assets/ui/icstad.png.import +++ b/assets/ui/icstad.png.import @@ -28,6 +28,7 @@ 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 6fa6477..e0a759c 100644 --- a/assets/ui/icstadhi.png.import +++ b/assets/ui/icstadhi.png.import @@ -28,6 +28,7 @@ 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 f78e304..b6250b9 100644 --- a/assets/ui/icwire.png.import +++ b/assets/ui/icwire.png.import @@ -28,6 +28,7 @@ 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 897d49d..ed777bb 100644 --- a/assets/ui/icwirehi.png.import +++ b/assets/ui/icwirehi.png.import @@ -28,6 +28,7 @@ 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 504cf56..ba474b4 100644 --- a/assets/ui/pause.svg.import +++ b/assets/ui/pause.svg.import @@ -28,6 +28,7 @@ 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 391df59..1be15f4 100644 --- a/assets/vignette.png.import +++ b/assets/vignette.png.import @@ -28,6 +28,7 @@ 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 25c1bd3..4975334 100644 --- a/assets/wires.png.import +++ b/assets/wires.png.import @@ -28,6 +28,7 @@ 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 27316bf..a927e27 100644 --- a/assets/wires_3x3.png.import +++ b/assets/wires_3x3.png.import @@ -28,6 +28,7 @@ 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 96cbf46..a4c02e6 100644 --- a/icon.png.import +++ b/icon.png.import @@ -28,6 +28,7 @@ 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 90cde29..f7d38b6 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,"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,"physical_scancode":0,"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,"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,"physical_scancode":0,"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,"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,"physical_scancode":0,"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,"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,"physical_scancode":0,"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,"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) +"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) ] } diff --git a/screenshot.png.import b/screenshot.png.import index 9116cdc..19e05c6 100644 --- a/screenshot.png.import +++ b/screenshot.png.import @@ -28,6 +28,7 @@ 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