diff --git a/.gitignore b/.gitignore index e581f1a..c6b96f4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ -# Created by https://www.toptal.com/developers/gitignore/api/macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web -# Edit at https://www.toptal.com/developers/gitignore?templates=macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web +# File created using '.gitignore Generator' for Visual Studio Code: https://bit.ly/vscode-gig +# Created by https://www.toptal.com/developers/gitignore/api/windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup +# Edit at https://www.toptal.com/developers/gitignore?templates=windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup ### Backup ### *.bak @@ -30,6 +31,8 @@ obj/ *.wsf ### Godot ### +# Godot 4+ specific ignores +.godot/ # Godot-specific ignores .import/ @@ -42,6 +45,7 @@ export_presets.cfg # Mono-specific ignores .mono/ data_*/ +mono_crash.*.json ### Linux ### *~ @@ -67,6 +71,7 @@ data_*/ # Icon must end with two \r Icon + # Thumbnails ._* @@ -86,6 +91,10 @@ Network Trash Folder Temporary Items .apdisk +### macOS Patch ### +# iCloud generated files +*.icloud + ### MonoDevelop ### #User Specific *.userprefs @@ -102,11 +111,18 @@ 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 ### Web ### *.asp @@ -149,6 +165,7 @@ $RECYCLE.BIN/ # Windows shortcuts *.lnk -# End of https://www.toptal.com/developers/gitignore/api/macos,linux,godot,backup,windows,dotnetcore,executable,monodevelop,visualstudiocode,web +# End of https://www.toptal.com/developers/gitignore/api/windows,web,visualstudiocode,monodevelop,macos,linux,godot,executable,dotnetcore,backup + +# 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 diff --git a/LICENSE b/LICENSE index aa674ff..498f50d 100644 --- a/LICENSE +++ b/LICENSE @@ -1,201 +1,339 @@ - The Artistic License 2.0 + GNU GENERAL PUBLIC LICENSE + Version 2, June 1991 - Copyright (c) 2000-2006, The Perl Foundation. + Copyright (C) 1989, 1991 Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. + Preamble -Preamble + The licenses for most software are designed to take away your +freedom to share and change it. By contrast, the GNU General Public +License is intended to guarantee your freedom to share and change free +software--to make sure the software is free for all its users. This +General Public License applies to most of the Free Software +Foundation's software and to any other program whose authors commit to +using it. (Some other Free Software Foundation software is covered by +the GNU Lesser General Public License instead.) You can apply it to +your programs, too. -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. + When we speak of free software, we are referring to freedom, not +price. Our General Public Licenses are designed to make sure that you +have the freedom to distribute copies of free software (and charge for +this service if you wish), that you receive source code or can get it +if you want it, that you can change the software or use pieces of it +in new free programs; and that you know you can do these things. -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. + To protect your rights, we need to make restrictions that forbid +anyone to deny you these rights or to ask you to surrender the rights. +These restrictions translate to certain responsibilities for you if you +distribute copies of the software, or if you modify it. -Definitions + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must give the recipients all the rights that +you have. You must make sure that they, too, receive or can get the +source code. And you must show them these terms so they know their +rights. - "Copyright Holder" means the individual(s) or organization(s) - named in the copyright notice for the entire Package. + We protect your rights with two steps: (1) copyright the software, and +(2) offer you this license which gives you legal permission to copy, +distribute and/or modify the software. - "Contributor" means any party that has contributed code or other - material to the Package, in accordance with the Copyright Holder's - procedures. + Also, for each author's protection and ours, we want to make certain +that everyone understands that there is no warranty for this free +software. If the software is modified by someone else and passed on, we +want its recipients to know that what they have is not the original, so +that any problems introduced by others will not reflect on the original +authors' reputations. - "You" and "your" means any person who would like to copy, - distribute, or modify the Package. + Finally, any free program is threatened constantly by software +patents. We wish to avoid the danger that redistributors of a free +program will individually obtain patent licenses, in effect making the +program proprietary. To prevent this, we have made it clear that any +patent must be licensed for everyone's free use or not licensed at all. - "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. + The precise terms and conditions for copying, distribution and +modification follow. - "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. + GNU GENERAL PUBLIC LICENSE + TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - "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. + 0. This License applies to any program or other work which contains +a notice placed by the copyright holder saying it may be distributed +under the terms of this General Public License. The "Program", below, +refers to any such program or work, and a "work based on the Program" +means either the Program or any derivative work under copyright law: +that is to say, a work containing the Program or a portion of it, +either verbatim or with modifications and/or translated into another +language. (Hereinafter, translation is included without limitation in +the term "modification".) Each licensee is addressed as "you". - "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. +Activities other than copying, distribution and modification are not +covered by this License; they are outside its scope. The act of +running the Program is not restricted, and the output from the Program +is covered only if its contents constitute a work based on the +Program (independent of having been made by running the Program). +Whether that is true depends on what the Program does. - "Modified Version" means the Package, if it has been changed, and - such changes were not explicitly requested by the Copyright - Holder. + 1. You may copy and distribute verbatim copies of the Program's +source code as you receive it, in any medium, provided that you +conspicuously and appropriately publish on each copy an appropriate +copyright notice and disclaimer of warranty; keep intact all the +notices that refer to this License and to the absence of any warranty; +and give any other recipients of the Program a copy of this License +along with the Program. - "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. +You may charge a fee for the physical act of transferring a copy, and +you may at your option offer warranty protection in exchange for a fee. - "Source" form means the source code, documentation source, and - configuration files for the Package. + 2. You may modify your copy or copies of the Program or any portion +of it, thus forming a work based on the Program, and copy and +distribute such modifications or work under the terms of Section 1 +above, provided that you also meet all of these conditions: - "Compiled" form means the compiled bytecode, object code, binary, - or any other form resulting from mechanical transformation or - translation of the Source form. + a) You must cause the modified files to carry prominent notices + stating that you changed the files and the date of any change. + b) You must cause any work that you distribute or publish, that in + whole or in part contains or is derived from the Program or any + part thereof, to be licensed as a whole at no charge to all third + parties under the terms of this License. -Permission for Use and Modification Without Distribution + c) If the modified program normally reads commands interactively + when run, you must cause it, when started running for such + interactive use in the most ordinary way, to print or display an + announcement including an appropriate copyright notice and a + notice that there is no warranty (or else, saying that you provide + a warranty) and that users may redistribute the program under + these conditions, and telling the user how to view a copy of this + License. (Exception: if the Program itself is interactive but + does not normally print such an announcement, your work based on + the Program is not required to print an announcement.) -(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. +These requirements apply to the modified work as a whole. If +identifiable sections of that work are not derived from the Program, +and can be reasonably considered independent and separate works in +themselves, then this License, and its terms, do not apply to those +sections when you distribute them as separate works. But when you +distribute the same sections as part of a whole which is a work based +on the Program, the distribution of the whole must be on the terms of +this License, whose permissions for other licensees extend to the +entire whole, and thus to each and every part regardless of who wrote it. +Thus, it is not the intent of this section to claim rights or contest +your rights to work written entirely by you; rather, the intent is to +exercise the right to control the distribution of derivative or +collective works based on the Program. -Permissions for Redistribution of the Standard Version +In addition, mere aggregation of another work not based on the Program +with the Program (or with a work based on the Program) on a volume of +a storage or distribution medium does not bring the other work under +the scope of 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. + 3. You may copy and distribute the Program (or a work based on it, +under Section 2) in object code or executable form under the terms of +Sections 1 and 2 above provided that you also do one of the following: -(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. + a) Accompany it with the complete corresponding machine-readable + source code, which must be distributed under the terms of Sections + 1 and 2 above on a medium customarily used for software interchange; or, + b) Accompany it with a written offer, valid for at least three + years, to give any third party, for a charge no more than your + cost of physically performing source distribution, a complete + machine-readable copy of the corresponding source code, to be + distributed under the terms of Sections 1 and 2 above on a medium + customarily used for software interchange; or, -Distribution of Modified Versions of the Package as Source + c) Accompany it with the information you received as to the offer + to distribute corresponding source code. (This alternative is + allowed only for noncommercial distribution and only if you + received the program in object code or executable form with such + an offer, in accord with Subsection b above.) -(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: +The source code for a work means the preferred form of the work for +making modifications to it. For an executable work, complete source +code means all the source code for all modules it contains, plus any +associated interface definition files, plus the scripts used to +control compilation and installation of the executable. However, as a +special exception, the source code distributed need not include +anything that is normally distributed (in either source or binary +form) with the major components (compiler, kernel, and so on) of the +operating system on which the executable runs, unless that component +itself accompanies the executable. - (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. +If distribution of executable or object code is made by offering +access to copy from a designated place, then offering equivalent +access to copy the source code from the same place counts as +distribution of the source code, even though third parties are not +compelled to copy the source along with the object code. - (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. + 4. You may not copy, modify, sublicense, or distribute the Program +except as expressly provided under this License. Any attempt +otherwise to copy, modify, sublicense or distribute the Program is +void, and will automatically terminate your rights under this License. +However, parties who have received copies, or rights, from you under +this License will not have their licenses terminated so long as such +parties remain in full compliance. - (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 + 5. You are not required to accept this License, since you have not +signed it. However, nothing else grants you permission to modify or +distribute the Program or its derivative works. These actions are +prohibited by law if you do not accept this License. Therefore, by +modifying or distributing the Program (or any work based on the +Program), you indicate your acceptance of this License to do so, and +all its terms and conditions for copying, distributing or modifying +the Program or works based on it. - (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. + 6. Each time you redistribute the Program (or any work based on the +Program), the recipient automatically receives a license from the +original licensor to copy, distribute or modify the Program subject to +these terms and conditions. You may not impose any further +restrictions on the recipients' exercise of the rights granted herein. +You are not responsible for enforcing compliance by third parties to +this License. + 7. If, as a consequence of a court judgment or allegation of patent +infringement or for any other reason (not limited to patent issues), +conditions are imposed on you (whether by court order, agreement or +otherwise) that contradict the conditions of this License, they do not +excuse you from the conditions of this License. If you cannot +distribute so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you +may not distribute the Program at all. For example, if a patent +license would not permit royalty-free redistribution of the Program by +all those who receive copies directly or indirectly through you, then +the only way you could satisfy both it and this License would be to +refrain entirely from distribution of the Program. -Distribution of Compiled Forms of the Standard Version -or Modified Versions without the Source +If any portion of this section is held invalid or unenforceable under +any particular circumstance, the balance of the section is intended to +apply and the section as a whole is intended to apply in other +circumstances. -(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. +It is not the purpose of this section to induce you to infringe any +patents or other property right claims or to contest validity of any +such claims; this section has the sole purpose of protecting the +integrity of the free software distribution system, which is +implemented by public license practices. Many people have made +generous contributions to the wide range of software distributed +through that system in reliance on consistent application of that +system; it is up to the author/donor to decide if he or she is willing +to distribute software through any other system and a licensee cannot +impose that choice. -(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. +This section is intended to make thoroughly clear what is believed to +be a consequence of the rest of this License. + 8. If the distribution and/or use of the Program is restricted in +certain countries either by patents or by copyrighted interfaces, the +original copyright holder who places the Program under this License +may add an explicit geographical distribution limitation excluding +those countries, so that distribution is permitted only in or among +countries not thus excluded. In such case, this License incorporates +the limitation as if written in the body of this License. -Aggregating or Linking the Package + 9. The Free Software Foundation may publish revised and/or new versions +of the General Public License from time to time. Such new versions will +be similar in spirit to the present version, but may differ in detail to +address new problems or concerns. -(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. +Each version is given a distinguishing version number. If the Program +specifies a version number of this License which applies to it and "any +later version", you have the option of following the terms and conditions +either of that version or of any later version published by the Free +Software Foundation. If the Program does not specify a version number of +this License, you may choose any version ever published by the Free Software +Foundation. -(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. + 10. If you wish to incorporate parts of the Program into other free +programs whose distribution conditions are different, write to the author +to ask for permission. For software which is copyrighted by the Free +Software Foundation, write to the Free Software Foundation; we sometimes +make exceptions for this. Our decision will be guided by the two goals +of preserving the free status of all derivatives of our free software and +of promoting the sharing and reuse of software generally. + NO WARRANTY -Items That are Not Considered Part of a Modified Version + 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED +OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS +TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE +PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING, +REPAIR OR CORRECTION. -(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. + 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, +INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING +OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED +TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY +YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER +PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE +POSSIBILITY OF SUCH DAMAGES. + END OF TERMS AND CONDITIONS -General Provisions + How to Apply These Terms to Your New Programs -(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. + If you develop a new program, and you want it to be of the greatest +possible use to the public, the best way to achieve this is to make it +free software which everyone can redistribute and change under these terms. -(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. + To do so, attach the following notices to the program. It is safest +to attach them to the start of each source file to most effectively +convey the exclusion of warranty; and each file should have at least +the "copyright" line and a pointer to where the full notice is found. -(12) This license does not grant you the right to use any trademark, -service mark, tradename, or logo of the Copyright Holder. + + Copyright (C) 2023 Tony Bark -(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. + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. -(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 + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + +Also add information on how to contact you by electronic and paper mail. + +If the program is interactive, make it output a short notice like this +when it starts in an interactive mode: + + Gnomovision version 69, Copyright (C) year name of author + Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'. + This is free software, and you are welcome to redistribute it + under certain conditions; type `show c' for details. + +The hypothetical commands `show w' and `show c' should show the appropriate +parts of the General Public License. Of course, the commands you use may +be called something other than `show w' and `show c'; they could even be +mouse-clicks or menu items--whatever suits your program. + +You should also get your employer (if you work as a programmer) or your +school, if any, to sign a "copyright disclaimer" for the program, if +necessary. Here is a sample; alter the names: + + Yoyodyne, Inc., hereby disclaims all copyright interest in the program + `Gnomovision' (which makes passes at compilers) written by James Hacker. + + , 1 April 1989 + Ty Coon, President of Vice + +This General Public License does not permit incorporating your program into +proprietary programs. If your program is a subroutine library, you may +consider it more useful to permit linking proprietary applications with the +library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. diff --git a/addons/SpritesheetGenerator/Checker.png b/addons/SpritesheetGenerator/Checker.png new file mode 100644 index 0000000..f147f72 Binary files /dev/null and b/addons/SpritesheetGenerator/Checker.png differ diff --git a/addons/SpritesheetGenerator/Checker.png.import b/addons/SpritesheetGenerator/Checker.png.import new file mode 100644 index 0000000..7bcd8ec --- /dev/null +++ b/addons/SpritesheetGenerator/Checker.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bnkl8rujlgv0h" +path="res://.godot/imported/Checker.png-95b82ca4c05ab143e1e16c56d598421b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/SpritesheetGenerator/Checker.png" +dest_files=["res://.godot/imported/Checker.png-95b82ca4c05ab143e1e16c56d598421b.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/addons/SpritesheetGenerator/SpriteSheetGenerator.gd b/addons/SpritesheetGenerator/SpriteSheetGenerator.gd new file mode 100644 index 0000000..cbb9bbe --- /dev/null +++ b/addons/SpritesheetGenerator/SpriteSheetGenerator.gd @@ -0,0 +1,13 @@ +@tool +extends EditorPlugin + +func _enter_tree() -> void: + add_tool_menu_item("Open Spritesheet Generator", run_generator) + get_editor_interface().get_command_palette().add_command("Open Spritesheet Generator", "addons/open_spritesheet_generator", run_generator) + +func _exit_tree() -> void: + remove_tool_menu_item("Open Spritesheet Generator") + get_editor_interface().get_command_palette().remove_command("addons/open_spritesheet_generator") + +func run_generator(): + get_editor_interface().play_custom_scene("res://addons/SpritesheetGenerator/SpritesheetGenerator.tscn") diff --git a/addons/SpritesheetGenerator/SpritesheetFrame.tscn b/addons/SpritesheetGenerator/SpritesheetFrame.tscn new file mode 100644 index 0000000..790cf62 --- /dev/null +++ b/addons/SpritesheetGenerator/SpritesheetFrame.tscn @@ -0,0 +1,77 @@ +[gd_scene load_steps=3 format=3 uid="uid://cd5wndu01c1sn"] + +[sub_resource type="StyleBoxFlat" id="2"] +resource_local_to_scene = true +bg_color = Color(0, 0.501961, 0.501961, 1) + +[sub_resource type="GDScript" id="3"] +resource_name = "Prefab" +script/source = "extends PanelContainer + +var odd: Vector2 + +func set_frame_margin(margin: Vector2): + $MarginContainer.add_theme_constant_override(&\"margin_left\", margin.x) + $MarginContainer.add_theme_constant_override(&\"margin_top\", margin.y) + + margin += odd + + $MarginContainer.add_theme_constant_override(&\"margin_right\", margin.x) + $MarginContainer.add_theme_constant_override(&\"margin_bottom\", margin.y) + +func set_texture(texture: Texture2D): + %TextureRect.texture = texture + odd = Vector2(int(get_texture_size().x) % 2, int(get_texture_size().y) % 2) + +func get_texture_size() -> Vector2: + return %TextureRect.texture.get_size() + +func get_position2() -> Vector2: + return position + %TextureRect.position + +func get_texture_data() -> Image: + return %TextureRect.texture.get_image() + +func set_display_background(display: bool): + get_theme_stylebox(&\"panel\").draw_center = display + +func set_background_color(color: Color): + get_theme_stylebox(&\"panel\").bg_color = color + +func _get_drag_data(p: Vector2): + var preview = TextureRect.new() + preview.texture = %TextureRect.texture + preview.ignore_texture_size = true + preview.stretch_mode = TextureRect.STRETCH_KEEP_ASPECT_CENTERED + preview.size = Vector2(64, 64) + set_drag_preview(preview) + return {type = \"SpritesheetFrame\", node = self} + +func _can_drop_data(p: Vector2, data) -> bool: + return data is Dictionary and data.get(\"type\", \"\") == \"SpritesheetFrame\" + +func _drop_data(p: Vector2, data) -> void: + var index = get_index() + get_parent().move_child(self, data.node.get_index()) + get_parent().move_child(data.node, index) + get_tree().current_scene.refresh_grid() + +func _gui_input(event: InputEvent) -> void: + if event is InputEventMouseButton: + if event.pressed and event.button_index == MOUSE_BUTTON_RIGHT: + get_tree().current_scene.remove_frame.call_deferred(self) +" + +[node name="FramePrefab" type="PanelContainer" groups=["frame"]] +theme_override_styles/panel = SubResource("2") +script = SubResource("3") + +[node name="MarginContainer" type="MarginContainer" parent="."] +layout_mode = 2 +mouse_filter = 2 + +[node name="TextureRect" type="TextureRect" parent="MarginContainer"] +unique_name_in_owner = true +texture_filter = 1 +layout_mode = 2 +stretch_mode = 4 diff --git a/addons/SpritesheetGenerator/SpritesheetGenerator.tscn b/addons/SpritesheetGenerator/SpritesheetGenerator.tscn new file mode 100644 index 0000000..c064e03 --- /dev/null +++ b/addons/SpritesheetGenerator/SpritesheetGenerator.tscn @@ -0,0 +1,714 @@ +[gd_scene load_steps=5 format=3 uid="uid://bf3b0i8scthbm"] + +[ext_resource type="Texture2D" uid="uid://bnkl8rujlgv0h" path="res://addons/SpritesheetGenerator/Checker.png" id="1_hs1uu"] + +[sub_resource type="GDScript" id="1"] +resource_name = "Generator" +script/source = "extends Control + +const SUPPORTED_FORMATS: PackedStringArray = [\"bmp\", \"dds\", \"exr\", \"hdr\", \"jpg\", \"jpeg\", \"png\", \"tga\", \"svg\", \"svgz\", \"webp\"] + +@onready var grid := %GridContainer + +var file_list: Array +var image_list: Array +var texture_list: Array + +var images_to_process: Array +var images_to_texturize: Array +var first_time := true +var image_count: int +var output_path: String + +var auto := true +var margin := Vector2.ONE + +var pan_origin: Vector2 +var pan_start: Vector2 + +signal images_processed + +func _enter_tree() -> void: + $SplitDialog.hide() + $StashDialog.hide() + +func _ready(): + $Status.text = $Status.text % \", \".join(SUPPORTED_FORMATS) + + get_viewport().files_dropped.connect(load_files) + grid.minimum_size_changed.connect(refresh_background) + set_process(false) + +func refresh_background(): + %Background.custom_minimum_size = grid.get_minimum_size() + +func load_files(files: PackedStringArray): + file_list.clear() + image_list.clear() + + %CustomName.text = \"\" + %Reload.disabled = false + %SavePNG.disabled = false + + if files.size() == 1 and not FileAccess.file_exists(files[0]): + var dir := DirAccess.open(files[0]) + if not dir: + show_error(\"Can't open directory.\") + return + + for file in dir.get_files(): + if file.get_extension() in SUPPORTED_FORMATS: + file_list.append(str(dir.get_current_dir().path_join(file))) + else: + var wrong_count: int + for file in files: + if file.get_extension() in SUPPORTED_FORMATS: + file_list.append(file) + else: + wrong_count += 1 + + if wrong_count > 0: + show_error(\"Skipped %s file(s) with unsupported extension.\" % wrong_count) + + if file_list.is_empty(): + show_error(\"No valid files or directories to process.\") + return + + load_images() + +func load_images(): + texture_list.clear() + + for image in grid.get_children(): + image.free() + + for image in %StashImages.get_children(): + image.free() + update_stash() + + var size_map: Dictionary + + if not file_list.is_empty(): + image_list = file_list.map(func(file: String): + var image := Image.load_from_file(file) + if image: + image.set_meta(&\"path\", file) + return image) + + for image in image_list: + if not image: + continue + + if not image.get_size() in size_map: + size_map[image.get_size()] = [] + size_map[image.get_size()].append(image) + + var output_name: String + var most_common_size: Vector2i + var most_common_count: int + + for size in size_map: + if size_map[size].size() > most_common_count: + most_common_size = size + most_common_count = size_map[size].size() + + for image in size_map[most_common_size]: + if output_path.is_empty(): + var path: String = image.get_meta(&\"path\", \"\") + output_path = path.get_base_dir() + output_name = path.get_base_dir().get_file() + + images_to_process.append(image) + size_map.clear() + + if not output_name.is_empty() and %CustomName.text.is_empty(): + %CustomName.text = output_name + update_save_button() + + if images_to_process.size() < file_list.size(): + show_error(\"Rejected %s image(s) due to size mismatch.\" % (file_list.size() - images_to_process.size())) + + if images_to_process.size() == 1: + if file_list.size() > 1: + images_to_process.clear() + show_error(\"Only one dropped image was valid.\") + else: + %SplitPreview.texture = ImageTexture.create_from_image(images_to_process[0]) + $SplitDialog.reset_size() + $SplitDialog.popup_centered() + + return + + $Status.show() + %CenterContainer.hide() + + image_count = images_to_process.size() + %Columns.max_value = image_count + + threshold = %Threshold.value + min_x = 9999999 + min_y = 9999999 + max_x = -9999999 + max_y = -9999999 + + set_process(true) + + await images_processed + + for texture in texture_list: + add_frame(texture) + + toggle_auto(auto) + refresh_margin() + + $Status.hide() + %CenterContainer.show() + +var threshold: float +var min_x: int +var min_y: int +var max_x: int +var max_y: int + +func _process(delta: float) -> void: + if not images_to_process.is_empty(): + var image: Image = images_to_process.pop_front() + $Status.text = str(\"Preprocessing image \", image_count - images_to_process.size(), \"/\", image_count) + + for x in image.get_width(): + for y in image.get_height(): + if image.get_pixel(x, y).a >= threshold: + min_x = mini(min_x, x) + min_y = mini(min_y, y) + max_x = maxi(max_x, x) + max_y = maxi(max_y, y) + + images_to_texturize.append(image) + elif not images_to_texturize.is_empty(): + var rect := Rect2i(min_x, min_y, max_x - min_x + 1, max_y - min_y + 1) + var image: Image = images_to_texturize.pop_front() + $Status.text = str(\"Creating texture \", image_count - images_to_texturize.size(), \"/\", image_count) + + var true_image := Image.create(rect.size.x, rect.size.y, false, image.get_format()) + true_image.blit_rect(image, rect, Vector2()) + + var texture := ImageTexture.create_from_image(true_image) + texture_list.append(texture) + + if images_to_texturize.is_empty(): + set_process(false) + images_processed.emit() + if first_time: + recenter() + first_time = false + +func toggle_grid(show: bool) -> void: + get_tree().call_group(&\"frame\", &\"set_display_background\", show) + +func toggle_auto(button_pressed: bool) -> void: + %Columns.editable = not button_pressed + auto = button_pressed + + if button_pressed: + var best: int + var best_score = -9999999 + + for i in range(1, image_count + 1): + var cols = i + var rows = ceili(image_count / float(i)) + + var score = image_count - cols * rows - maxi(cols, rows) - rows + if score > best_score: + best = i + best_score = score + + grid.columns = best + else: + grid.columns = %Columns.value + refresh_grid() + +func hmargin_changed(value: float) -> void: + margin.x = value + refresh_margin() + +func vmargin_changed(value: float) -> void: + margin.y = value + refresh_margin() + +func refresh_margin(): + get_tree().call_group(&\"frame\", &\"set_frame_margin\", margin) + +func columns_changed(value: float) -> void: + grid.columns = value + refresh_grid() + +func refresh_grid(): + var coord: Vector2 + var dark = false + + for rect in grid.get_children(): + rect.set_background_color(Color(0, 0, 0, 0.2 if dark else 0.1)) + dark = not dark + coord.x += 1 + + if coord.x == grid.columns: + coord.x = 0 + coord.y += 1 + dark = int(coord.y) % 2 == 1 + +func save_png() -> void: + var image_size: Vector2 = grid.get_child(0).get_minimum_size() + + var image := Image.create(image_size.x * grid.columns, image_size.y * (ceil(grid.get_child_count() / float(grid.columns))), false, Image.FORMAT_RGBA8) + + for rect in grid.get_children(): + image.blit_rect(rect.get_texture_data(), Rect2(Vector2(), image_size), rect.get_position2()) + + image.save_png(output_path.path_join(%CustomName.text) + \".png\") + +func show_error(text: String): + if not %Error.visible: + %Error.show() + else: + %Error.text += \"\\n\" + %Error.text += text + %Timer.start() + +func error_hidden() -> void: + %Error.text = \"\" + +func _input(event: InputEvent) -> void: + if event is InputEventMouseButton: + var cc: Control = %CenterContainer + + if event.button_index == MOUSE_BUTTON_MIDDLE: + if event.pressed: + pan_origin = get_local_mouse_position() + pan_start = cc.position + else: + pan_origin = Vector2() + + if event.button_index == MOUSE_BUTTON_WHEEL_DOWN: + var lm = cc.get_local_mouse_position() + cc.scale -= Vector2.ONE * 0.05 + if cc.scale.x <= 0: + cc.scale = Vector2.ONE * 0.05 + + cc.position -= (lm - cc.get_local_mouse_position()) * cc.scale + elif event.button_index == MOUSE_BUTTON_WHEEL_UP: + var lm = cc.get_local_mouse_position() + cc.scale += Vector2.ONE * 0.05 + cc.position -= (lm - cc.get_local_mouse_position()) * cc.scale + + if event is InputEventMouseMotion: + if pan_origin != Vector2(): + %CenterContainer.position = pan_start + (get_local_mouse_position() - pan_origin) + +func recenter() -> void: + %CenterContainer.position = get_viewport().size / 2 - Vector2i(%CenterContainer.size) / 2 + %CenterContainer.scale = Vector2.ONE + +func update_split_preview(): + %SplitPreview.queue_redraw() + +func draw_split_preview() -> void: + var preview: TextureRect = %SplitPreview + var frame_count := Vector2(%SplitX.value, %SplitY.value) + var frame_size := preview.size / frame_count + + for x in range(1, frame_count.x): + for y in int(frame_count.y): + preview.draw_line(frame_size * Vector2(x, y), frame_size * Vector2(x, y + 1), Color.WHITE) + preview.draw_line(frame_size * Vector2(x, y) + Vector2.RIGHT, frame_size * Vector2(x, y + 1) + Vector2.RIGHT, Color.BLACK) + + for y in range(1, frame_count.y): + for x in int(frame_count.x): + preview.draw_line(frame_size * Vector2(x, y), frame_size * Vector2(x + 1, y), Color.WHITE) + preview.draw_line(frame_size * Vector2(x, y) + Vector2.DOWN, frame_size * Vector2(x + 1, y) + Vector2.DOWN, Color.BLACK) + +func split_spritesheet() -> void: + file_list.clear() + image_list.clear() + + var image: Image = images_to_process[0] + var sub_image_size := image.get_size() / Vector2i(%SplitX.value, %SplitY.value) + + for y in %SplitY.value: + for x in %SplitX.value: + image_list.append(image.get_region(Rect2i(Vector2i(x, y) * sub_image_size, sub_image_size))) + + images_to_process.clear() + load_images() + +func remove_frame(frame): + var image: Image = frame.get_texture_data() + var texture := ImageTexture.create_from_image(image) + + var button := TextureButton.new() + button.texture_normal = texture + button.custom_minimum_size = Vector2(128, 128) + button.stretch_mode = TextureButton.STRETCH_KEEP_ASPECT_CENTERED + button.ignore_texture_size = true + button.pressed.connect(re_add_image.bind(button), CONNECT_DEFERRED) + %StashImages.add_child(button) + + var ref := ReferenceRect.new() + button.add_child(ref) + ref.set_anchors_and_offsets_preset(Control.PRESET_FULL_RECT) + ref.mouse_filter = Control.MOUSE_FILTER_IGNORE + ref.editor_only = false + + frame.free() + refresh_grid() + update_stash() + +func update_stash(): + %Stash.disabled = %StashImages.get_child_count() == 0 + +func re_add_image(tb: TextureButton): + add_frame(tb.texture_normal) + tb.free() + refresh_grid() + update_stash() + + if %Stash.disabled: + $StashDialog.hide() + +func add_frame(texture: Texture2D): + var rect := preload(\"res://addons/SpritesheetGenerator/SpritesheetFrame.tscn\").instantiate() + rect.set_texture(texture) + rect.set_display_background(%DisplayGrid.button_pressed) + rect.set_frame_margin(margin) + grid.add_child(rect) + +func update_save_button() -> void: + %SavePNG.disabled = %CustomName.text.is_empty() +" + +[sub_resource type="StyleBoxFlat" id="5"] +content_margin_left = 20.0 +content_margin_top = 20.0 +content_margin_right = 20.0 +content_margin_bottom = 20.0 +bg_color = Color(0, 0, 0, 0.25098) + +[sub_resource type="StyleBoxTexture" id="StyleBoxTexture_kjgn5"] +texture = ExtResource("1_hs1uu") +axis_stretch_horizontal = 1 +axis_stretch_vertical = 1 + +[node name="Main" type="HBoxContainer"] +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +mouse_filter = 2 +script = SubResource("1") + +[node name="MarginContainer" type="PanelContainer" parent="."] +layout_mode = 2 +theme_override_styles/panel = SubResource("5") + +[node name="VBoxContainer" type="VBoxContainer" parent="MarginContainer"] +layout_mode = 2 +theme_override_constants/separation = 10 + +[node name="Label5" type="Label" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 +text = "Alpha Threshold" +horizontal_alignment = 1 + +[node name="Threshold" type="SpinBox" parent="MarginContainer/VBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +max_value = 1.0 +step = 0.005 +value = 0.9 + +[node name="Reload" type="Button" parent="MarginContainer/VBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +disabled = true +text = "Reload" + +[node name="HSeparator" type="HSeparator" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 + +[node name="Label" type="Label" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 +text = "Columns" +horizontal_alignment = 1 + +[node name="Columns" type="SpinBox" parent="MarginContainer/VBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +min_value = 1.0 +value = 1.0 +editable = false + +[node name="Grid" type="CheckButton" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 +button_pressed = true +text = "Auto" + +[node name="Label3" type="Label" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 +text = "Horizontal Margin" +horizontal_alignment = 1 + +[node name="MarginH" type="SpinBox" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 +value = 1.0 +suffix = "px" + +[node name="Label4" type="Label" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 +text = "Vertical Margin" +horizontal_alignment = 1 + +[node name="MarginV" type="SpinBox" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 +max_value = 128.0 +value = 1.0 +suffix = "px" + +[node name="Stash" type="Button" parent="MarginContainer/VBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +disabled = true +text = "Image Stash" + +[node name="HSeparator2" type="HSeparator" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 + +[node name="Button" type="Button" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 +text = "Recenter View +" + +[node name="DisplayGrid" type="CheckBox" parent="MarginContainer/VBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +button_pressed = true +text = "Show Grid" + +[node name="HSeparator3" type="HSeparator" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 + +[node name="HBoxContainer" type="HBoxContainer" parent="MarginContainer/VBoxContainer"] +layout_mode = 2 + +[node name="CustomName" type="LineEdit" parent="MarginContainer/VBoxContainer/HBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +size_flags_horizontal = 3 +placeholder_text = "Image Name" + +[node name="SavePNG" type="Button" parent="MarginContainer/VBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +disabled = true +text = "Save PNG" + +[node name="Status" type="Label" parent="."] +layout_mode = 2 +size_flags_horizontal = 3 +size_flags_vertical = 3 +text = "Drop folder or image files here to start. + +Images should be of the same size. If their sizes don't match, the generator will try to use the dominating size. + +The images will be automatically cropped based on the Alpha Threshold value. Greater value means more exact crop. + +Supported formats: %s + +If you drop a single image, the generator will instead edit it as spritesheet." +horizontal_alignment = 1 +vertical_alignment = 1 + +[node name="View" type="CanvasLayer" parent="."] +layer = -1 + +[node name="CenterContainer" type="CenterContainer" parent="View"] +unique_name_in_owner = true +visible = false +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +size_flags_horizontal = 3 + +[node name="Background" type="ColorRect" parent="View/CenterContainer"] +unique_name_in_owner = true +layout_mode = 2 +mouse_filter = 1 +color = Color(0, 0.501961, 0.501961, 1) + +[node name="GridContainer" type="GridContainer" parent="View/CenterContainer"] +unique_name_in_owner = true +layout_mode = 2 +theme_override_constants/h_separation = 0 +theme_override_constants/v_separation = 0 +columns = 3 + +[node name="VBoxContainer" type="GridContainer" parent="View"] +anchors_preset = 3 +anchor_left = 1.0 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -40.0 +offset_top = -40.0 +grow_horizontal = 0 +grow_vertical = 0 +mouse_filter = 2 +columns = 3 + +[node name="Label" type="Label" parent="View/VBoxContainer"] +layout_mode = 2 +text = "LMB" +horizontal_alignment = 1 + +[node name="VSeparator" type="VSeparator" parent="View/VBoxContainer"] +layout_mode = 2 + +[node name="Label2" type="Label" parent="View/VBoxContainer"] +layout_mode = 2 +text = "rearrange images" + +[node name="Label3" type="Label" parent="View/VBoxContainer"] +layout_mode = 2 +text = "RMB" +horizontal_alignment = 1 + +[node name="VSeparator2" type="VSeparator" parent="View/VBoxContainer"] +layout_mode = 2 + +[node name="Label4" type="Label" parent="View/VBoxContainer"] +layout_mode = 2 +text = "delete images" + +[node name="Label5" type="Label" parent="View/VBoxContainer"] +layout_mode = 2 +text = "MMB" +horizontal_alignment = 1 + +[node name="VSeparator3" type="VSeparator" parent="View/VBoxContainer"] +layout_mode = 2 + +[node name="Label6" type="Label" parent="View/VBoxContainer"] +layout_mode = 2 +text = "pan view" + +[node name="CanvasLayer" type="CanvasLayer" parent="."] + +[node name="Error" type="Label" parent="CanvasLayer"] +unique_name_in_owner = true +modulate = Color(1, 0, 0, 1) +anchors_preset = 12 +anchor_top = 1.0 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_top = -14.0 +grow_horizontal = 2 +grow_vertical = 0 +size_flags_vertical = 0 +horizontal_alignment = 1 + +[node name="Timer" type="Timer" parent="CanvasLayer"] +unique_name_in_owner = true +wait_time = 5.0 +one_shot = true + +[node name="SplitDialog" type="ConfirmationDialog" parent="."] +title = "Edit Spritesheet" +position = Vector2i(-500, 0) +size = Vector2i(272, 343) +visible = true + +[node name="VBoxContainer" type="VBoxContainer" parent="SplitDialog"] +offset_left = 8.0 +offset_top = 8.0 +offset_right = 264.0 +offset_bottom = 294.0 + +[node name="Label" type="Label" parent="SplitDialog/VBoxContainer"] +layout_mode = 2 +text = "Split Frames" +horizontal_alignment = 1 + +[node name="HBoxContainer" type="HBoxContainer" parent="SplitDialog/VBoxContainer"] +layout_mode = 2 +alignment = 1 + +[node name="SplitX" type="SpinBox" parent="SplitDialog/VBoxContainer/HBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +min_value = 1.0 +max_value = 1000.0 +value = 1.0 +select_all_on_focus = true + +[node name="Label" type="Label" parent="SplitDialog/VBoxContainer/HBoxContainer"] +layout_mode = 2 +text = "x" + +[node name="SplitY" type="SpinBox" parent="SplitDialog/VBoxContainer/HBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 +min_value = 1.0 +max_value = 1000.0 +value = 1.0 +select_all_on_focus = true + +[node name="CenterContainer" type="CenterContainer" parent="SplitDialog/VBoxContainer"] +layout_mode = 2 +size_flags_vertical = 3 + +[node name="PanelContainer" type="PanelContainer" parent="SplitDialog/VBoxContainer/CenterContainer"] +layout_mode = 2 +theme_override_styles/panel = SubResource("StyleBoxTexture_kjgn5") + +[node name="SplitPreview" type="TextureRect" parent="SplitDialog/VBoxContainer/CenterContainer/PanelContainer"] +unique_name_in_owner = true +layout_mode = 2 + +[node name="StashDialog" type="AcceptDialog" parent="."] +title = "Image Stash" +position = Vector2i(-500, 500) +size = Vector2i(309, 100) +visible = true + +[node name="VBoxContainer" type="VBoxContainer" parent="StashDialog"] +offset_left = 8.0 +offset_top = 8.0 +offset_right = 301.0 +offset_bottom = 51.0 + +[node name="Label" type="Label" parent="StashDialog/VBoxContainer"] +layout_mode = 2 +text = "Click frame to re-add it to spritesheet." +horizontal_alignment = 1 + +[node name="StashImages" type="HFlowContainer" parent="StashDialog/VBoxContainer"] +unique_name_in_owner = true +layout_mode = 2 + +[connection signal="pressed" from="MarginContainer/VBoxContainer/Reload" to="." method="load_images"] +[connection signal="value_changed" from="MarginContainer/VBoxContainer/Columns" to="." method="columns_changed"] +[connection signal="toggled" from="MarginContainer/VBoxContainer/Grid" to="." method="toggle_auto"] +[connection signal="value_changed" from="MarginContainer/VBoxContainer/MarginH" to="." method="hmargin_changed"] +[connection signal="value_changed" from="MarginContainer/VBoxContainer/MarginV" to="." method="vmargin_changed"] +[connection signal="pressed" from="MarginContainer/VBoxContainer/Stash" to="StashDialog" method="popup_centered_ratio" binds= [0.5]] +[connection signal="pressed" from="MarginContainer/VBoxContainer/Button" to="." method="recenter"] +[connection signal="toggled" from="MarginContainer/VBoxContainer/DisplayGrid" to="." method="toggle_grid"] +[connection signal="text_changed" from="MarginContainer/VBoxContainer/HBoxContainer/CustomName" to="." method="update_save_button" unbinds=1] +[connection signal="pressed" from="MarginContainer/VBoxContainer/SavePNG" to="." method="save_png"] +[connection signal="hidden" from="CanvasLayer/Error" to="." method="error_hidden"] +[connection signal="timeout" from="CanvasLayer/Timer" to="CanvasLayer/Error" method="hide"] +[connection signal="confirmed" from="SplitDialog" to="." method="split_spritesheet"] +[connection signal="value_changed" from="SplitDialog/VBoxContainer/HBoxContainer/SplitX" to="." method="update_split_preview" unbinds=1] +[connection signal="value_changed" from="SplitDialog/VBoxContainer/HBoxContainer/SplitY" to="." method="update_split_preview" unbinds=1] +[connection signal="draw" from="SplitDialog/VBoxContainer/CenterContainer/PanelContainer/SplitPreview" to="." method="draw_split_preview"] diff --git a/addons/SpritesheetGenerator/plugin.cfg b/addons/SpritesheetGenerator/plugin.cfg new file mode 100644 index 0000000..08a28bf --- /dev/null +++ b/addons/SpritesheetGenerator/plugin.cfg @@ -0,0 +1,7 @@ +[plugin] + +name="Spritesheet Generator" +description="Generates cropped spritesheets from multiple images." +author="KoBeWi" +version="1.2" +script="SpriteSheetGenerator.gd" diff --git a/addons/fontawesome/All.gd b/addons/fontawesome/All.gd new file mode 100644 index 0000000..4ef5a8c --- /dev/null +++ b/addons/fontawesome/All.gd @@ -0,0 +1,2029 @@ +## AUTOGENERATED BY dump_eet.html, DO NOT MODIFY!!! +const all: Dictionary = { + "regular": { + "trash-can": "\uf2ed", + "message": "\uf27a", + "file-lines": "\uf15c", + "calendar-days": "\uf073", + "hand-point-right": "\uf0a4", + "face-smile-beam": "\uf5b8", + "face-grin-stars": "\uf587", + "address-book": "\uf2b9", + "comments": "\uf086", + "paste": "\uf0ea", + "face-grin-tongue-squint": "\uf58a", + "face-flushed": "\uf579", + "square-caret-right": "\uf152", + "square-minus": "\uf146", + "compass": "\uf14e", + "square-caret-down": "\uf150", + "face-kiss-beam": "\uf597", + "lightbulb": "\uf0eb", + "flag": "\uf024", + "square-check": "\uf14a", + "circle-dot": "\uf192", + "face-dizzy": "\uf567", + "futbol": "\uf1e3", + "pen-to-square": "\uf044", + "hourglass-half": "\uf252", + "eye-slash": "\uf070", + "hand": "\uf256", + "hand-spock": "\uf259", + "face-kiss": "\uf596", + "face-grin-tongue": "\uf589", + "chess-bishop": "\uf43a", + "face-grin-wink": "\uf58c", + "face-grin-wide": "\uf581", + "face-frown-open": "\uf57a", + "hand-point-up": "\uf0a6", + "bookmark": "\uf02e", + "hand-point-down": "\uf0a7", + "folder": "\uf07b", + "user": "\uf007", + "square-caret-left": "\uf191", + "star": "\uf005", + "chess-knight": "\uf441", + "face-laugh-squint": "\uf59b", + "face-laugh": "\uf599", + "folder-open": "\uf07c", + "clipboard": "\uf328", + "chess-queen": "\uf445", + "hand-back-fist": "\uf255", + "square-caret-up": "\uf151", + "chart-bar": "\uf080", + "window-restore": "\uf2d2", + "square-plus": "\uf0fe", + "image": "\uf03e", + "folder-closed": "\ue185", + "lemon": "\uf094", + "handshake": "\uf2b5", + "gem": "\uf3a5", + "circle-play": "\uf144", + "circle-check": "\uf058", + "circle-stop": "\uf28d", + "id-badge": "\uf2c1", + "face-laugh-beam": "\uf59a", + "registered": "\uf25d", + "address-card": "\uf2bb", + "face-tired": "\uf5c8", + "font-awesome": "\uf2b4", + "face-smile-wink": "\uf4da", + "file-word": "\uf1c2", + "file-powerpoint": "\uf1c4", + "envelope-open": "\uf2b6", + "file-zipper": "\uf1c6", + "square": "\uf0c8", + "snowflake": "\uf2dc", + "newspaper": "\uf1ea", + "face-kiss-wink-heart": "\uf598", + "star-half-stroke": "\uf5c0", + "file-excel": "\uf1c3", + "face-grin-beam": "\uf582", + "object-ungroup": "\uf248", + "circle-right": "\uf35a", + "face-rolling-eyes": "\uf5a5", + "object-group": "\uf247", + "heart": "\uf004", + "face-surprise": "\uf5c2", + "circle-pause": "\uf28b", + "circle": "\uf111", + "circle-up": "\uf35b", + "file-audio": "\uf1c7", + "file-image": "\uf1c5", + "circle-question": "\uf059", + "face-meh-blank": "\uf5a4", + "eye": "\uf06e", + "face-sad-cry": "\uf5b3", + "file-code": "\uf1c9", + "window-maximize": "\uf2d0", + "face-frown": "\uf119", + "floppy-disk": "\uf0c7", + "comment-dots": "\uf4ad", + "face-grin-squint": "\uf585", + "hand-pointer": "\uf25a", + "hand-scissors": "\uf257", + "face-grin-tears": "\uf588", + "calendar-xmark": "\uf273", + "file-video": "\uf1c8", + "file-pdf": "\uf1c1", + "comment": "\uf075", + "envelope": "\uf0e0", + "hourglass": "\uf254", + "calendar-check": "\uf274", + "hard-drive": "\uf0a0", + "face-grin-squint-tears": "\uf586", + "rectangle-list": "\uf022", + "calendar-plus": "\uf271", + "circle-left": "\uf359", + "money-bill-1": "\uf3d1", + "clock": "\uf017", + "keyboard": "\uf11c", + "closed-captioning": "\uf20a", + "images": "\uf302", + "face-grin": "\uf580", + "face-meh": "\uf11a", + "id-card": "\uf2c2", + "sun": "\uf185", + "face-laugh-wink": "\uf59c", + "circle-down": "\uf358", + "thumbs-down": "\uf165", + "chess-pawn": "\uf443", + "credit-card": "\uf09d", + "bell": "\uf0f3", + "file": "\uf15b", + "hospital": "\uf0f8", + "chess-rook": "\uf447", + "star-half": "\uf089", + "chess-king": "\uf43f", + "circle-user": "\uf2bd", + "copy": "\uf0c5", + "share-from-square": "\uf14d", + "copyright": "\uf1f9", + "map": "\uf279", + "bell-slash": "\uf1f6", + "hand-lizard": "\uf258", + "face-smile": "\uf118", + "hand-peace": "\uf25b", + "face-grin-hearts": "\uf584", + "building": "\uf1ad", + "face-grin-beam-sweat": "\uf583", + "moon": "\uf186", + "calendar": "\uf133", + "face-grin-tongue-wink": "\uf58b", + "clone": "\uf24d", + "face-angry": "\uf556", + "rectangle-xmark": "\uf410", + "paper-plane": "\uf1d8", + "life-ring": "\uf1cd", + "face-grimace": "\uf57f", + "calendar-minus": "\uf272", + "circle-xmark": "\uf057", + "thumbs-up": "\uf164", + "window-minimize": "\uf2d1", + "square-full": "\uf45c", + "note-sticky": "\uf249", + "face-sad-tear": "\uf5b4", + "hand-point-left": "\uf0a5", + }, + "brands": { + "monero": "\uf3d0", + "hooli": "\uf427", + "yelp": "\uf1e9", + "cc-visa": "\uf1f0", + "lastfm": "\uf202", + "shopware": "\uf5b5", + "creative-commons-nc": "\uf4e8", + "aws": "\uf375", + "redhat": "\uf7bc", + "yoast": "\uf2b1", + "cloudflare": "\ue07d", + "ups": "\uf7e0", + "wpexplorer": "\uf2de", + "dyalog": "\uf399", + "bity": "\uf37a", + "stackpath": "\uf842", + "buysellads": "\uf20d", + "first-order": "\uf2b0", + "modx": "\uf285", + "guilded": "\ue07e", + "vnv": "\uf40b", + "square-js": "\uf3b9", + "microsoft": "\uf3ca", + "qq": "\uf1d6", + "orcid": "\uf8d2", + "java": "\uf4e4", + "invision": "\uf7b0", + "creative-commons-pd-alt": "\uf4ed", + "centercode": "\uf380", + "glide-g": "\uf2a6", + "drupal": "\uf1a9", + "hire-a-helper": "\uf3b0", + "creative-commons-by": "\uf4e7", + "unity": "\ue049", + "whmcs": "\uf40d", + "rocketchat": "\uf3e8", + "vk": "\uf189", + "untappd": "\uf405", + "mailchimp": "\uf59e", + "css3-alt": "\uf38b", + "square-reddit": "\uf1a2", + "vimeo-v": "\uf27d", + "contao": "\uf26d", + "square-font-awesome": "\ue5ad", + "deskpro": "\uf38f", + "sistrix": "\uf3ee", + "square-instagram": "\ue055", + "battle-net": "\uf835", + "the-red-yeti": "\uf69d", + "square-hacker-news": "\uf3af", + "edge": "\uf282", + "napster": "\uf3d2", + "square-snapchat": "\uf2ad", + "google-plus-g": "\uf0d5", + "artstation": "\uf77a", + "markdown": "\uf60f", + "sourcetree": "\uf7d3", + "google-plus": "\uf2b3", + "diaspora": "\uf791", + "foursquare": "\uf180", + "stack-overflow": "\uf16c", + "github-alt": "\uf113", + "phoenix-squadron": "\uf511", + "pagelines": "\uf18c", + "algolia": "\uf36c", + "red-river": "\uf3e3", + "creative-commons-sa": "\uf4ef", + "safari": "\uf267", + "google": "\uf1a0", + "square-font-awesome-stroke": "\uf35c", + "atlassian": "\uf77b", + "linkedin-in": "\uf0e1", + "digital-ocean": "\uf391", + "nimblr": "\uf5a8", + "chromecast": "\uf838", + "evernote": "\uf839", + "hacker-news": "\uf1d4", + "creative-commons-sampling": "\uf4f0", + "adversal": "\uf36a", + "creative-commons": "\uf25e", + "watchman-monitoring": "\ue087", + "fonticons": "\uf280", + "weixin": "\uf1d7", + "shirtsinbulk": "\uf214", + "codepen": "\uf1cb", + "git-alt": "\uf841", + "lyft": "\uf3c3", + "rev": "\uf5b2", + "windows": "\uf17a", + "wizards-of-the-coast": "\uf730", + "square-viadeo": "\uf2aa", + "meetup": "\uf2e0", + "centos": "\uf789", + "adn": "\uf170", + "cloudsmith": "\uf384", + "pied-piper-alt": "\uf1a8", + "square-dribbble": "\uf397", + "codiepie": "\uf284", + "node": "\uf419", + "mix": "\uf3cb", + "steam": "\uf1b6", + "cc-apple-pay": "\uf416", + "scribd": "\uf28a", + "openid": "\uf19b", + "instalod": "\ue081", + "expeditedssl": "\uf23e", + "sellcast": "\uf2da", + "square-twitter": "\uf081", + "r-project": "\uf4f7", + "delicious": "\uf1a5", + "freebsd": "\uf3a4", + "vuejs": "\uf41f", + "accusoft": "\uf369", + "ioxhost": "\uf208", + "fonticons-fi": "\uf3a2", + "app-store": "\uf36f", + "cc-mastercard": "\uf1f1", + "itunes-note": "\uf3b5", + "golang": "\ue40f", + "kickstarter": "\uf3bb", + "grav": "\uf2d6", + "weibo": "\uf18a", + "uncharted": "\ue084", + "firstdraft": "\uf3a1", + "square-youtube": "\uf431", + "wikipedia-w": "\uf266", + "wpressr": "\uf3e4", + "angellist": "\uf209", + "galactic-republic": "\uf50c", + "nfc-directional": "\ue530", + "skype": "\uf17e", + "joget": "\uf3b7", + "fedora": "\uf798", + "stripe-s": "\uf42a", + "meta": "\ue49b", + "laravel": "\uf3bd", + "hotjar": "\uf3b1", + "bluetooth-b": "\uf294", + "sticker-mule": "\uf3f7", + "creative-commons-zero": "\uf4f3", + "hips": "\uf452", + "behance": "\uf1b4", + "reddit": "\uf1a1", + "discord": "\uf392", + "chrome": "\uf268", + "app-store-ios": "\uf370", + "cc-discover": "\uf1f2", + "wpbeginner": "\uf297", + "confluence": "\uf78d", + "mdb": "\uf8ca", + "dochub": "\uf394", + "accessible-icon": "\uf368", + "ebay": "\uf4f4", + "amazon": "\uf270", + "unsplash": "\ue07c", + "yarn": "\uf7e3", + "square-steam": "\uf1b7", + "500px": "\uf26e", + "square-vimeo": "\uf194", + "asymmetrik": "\uf372", + "font-awesome": "\uf2b4", + "gratipay": "\uf184", + "apple": "\uf179", + "hive": "\ue07f", + "gitkraken": "\uf3a6", + "keybase": "\uf4f5", + "apple-pay": "\uf415", + "padlet": "\ue4a0", + "amazon-pay": "\uf42c", + "square-github": "\uf092", + "stumbleupon": "\uf1a4", + "fedex": "\uf797", + "phoenix-framework": "\uf3dc", + "shopify": "\ue057", + "neos": "\uf612", + "hackerrank": "\uf5f7", + "researchgate": "\uf4f8", + "swift": "\uf8e1", + "angular": "\uf420", + "speakap": "\uf3f3", + "angrycreative": "\uf36e", + "y-combinator": "\uf23b", + "empire": "\uf1d1", + "envira": "\uf299", + "square-gitlab": "\ue5ae", + "studiovinari": "\uf3f8", + "pied-piper": "\uf2ae", + "wordpress": "\uf19a", + "product-hunt": "\uf288", + "firefox": "\uf269", + "linode": "\uf2b8", + "goodreads": "\uf3a8", + "square-odnoklassniki": "\uf264", + "jsfiddle": "\uf1cc", + "sith": "\uf512", + "themeisle": "\uf2b2", + "page4": "\uf3d7", + "hashnode": "\ue499", + "react": "\uf41b", + "cc-paypal": "\uf1f4", + "squarespace": "\uf5be", + "cc-stripe": "\uf1f5", + "creative-commons-share": "\uf4f2", + "bitcoin": "\uf379", + "keycdn": "\uf3ba", + "opera": "\uf26a", + "itch-io": "\uf83a", + "umbraco": "\uf8e8", + "galactic-senate": "\uf50d", + "ubuntu": "\uf7df", + "draft2digital": "\uf396", + "stripe": "\uf429", + "houzz": "\uf27c", + "gg": "\uf260", + "dhl": "\uf790", + "square-pinterest": "\uf0d3", + "xing": "\uf168", + "blackberry": "\uf37b", + "creative-commons-pd": "\uf4ec", + "playstation": "\uf3df", + "quinscape": "\uf459", + "less": "\uf41d", + "blogger-b": "\uf37d", + "opencart": "\uf23d", + "vine": "\uf1ca", + "paypal": "\uf1ed", + "gitlab": "\uf296", + "typo3": "\uf42b", + "reddit-alien": "\uf281", + "yahoo": "\uf19e", + "dailymotion": "\ue052", + "affiliatetheme": "\uf36b", + "pied-piper-pp": "\uf1a7", + "bootstrap": "\uf836", + "odnoklassniki": "\uf263", + "nfc-symbol": "\ue531", + "ethereum": "\uf42e", + "speaker-deck": "\uf83c", + "creative-commons-nc-eu": "\uf4e9", + "patreon": "\uf3d9", + "avianex": "\uf374", + "ello": "\uf5f1", + "gofore": "\uf3a7", + "bimobject": "\uf378", + "facebook-f": "\uf39e", + "square-google-plus": "\uf0d4", + "mandalorian": "\uf50f", + "first-order-alt": "\uf50a", + "osi": "\uf41a", + "google-wallet": "\uf1ee", + "d-and-d-beyond": "\uf6ca", + "periscope": "\uf3da", + "fulcrum": "\uf50b", + "cloudscale": "\uf383", + "forumbee": "\uf211", + "mizuni": "\uf3cc", + "schlix": "\uf3ea", + "square-xing": "\uf169", + "bandcamp": "\uf2d5", + "wpforms": "\uf298", + "cloudversify": "\uf385", + "usps": "\uf7e1", + "megaport": "\uf5a3", + "magento": "\uf3c4", + "spotify": "\uf1bc", + "optin-monster": "\uf23c", + "fly": "\uf417", + "aviato": "\uf421", + "itunes": "\uf3b4", + "cuttlefish": "\uf38c", + "blogger": "\uf37c", + "flickr": "\uf16e", + "viber": "\uf409", + "soundcloud": "\uf1be", + "digg": "\uf1a6", + "tencent-weibo": "\uf1d5", + "symfony": "\uf83d", + "maxcdn": "\uf136", + "etsy": "\uf2d7", + "facebook-messenger": "\uf39f", + "audible": "\uf373", + "think-peaks": "\uf731", + "bilibili": "\ue3d9", + "erlang": "\uf39d", + "cotton-bureau": "\uf89e", + "dashcube": "\uf210", + "42-group": "\ue080", + "stack-exchange": "\uf18d", + "elementor": "\uf430", + "square-pied-piper": "\ue01e", + "creative-commons-nd": "\uf4eb", + "palfed": "\uf3d8", + "superpowers": "\uf2dd", + "resolving": "\uf3e7", + "xbox": "\uf412", + "searchengin": "\uf3eb", + "tiktok": "\ue07b", + "square-facebook": "\uf082", + "renren": "\uf18b", + "linux": "\uf17c", + "glide": "\uf2a5", + "linkedin": "\uf08c", + "hubspot": "\uf3b2", + "deploydog": "\uf38e", + "twitch": "\uf1e8", + "ravelry": "\uf2d9", + "mixer": "\ue056", + "square-lastfm": "\uf203", + "vimeo": "\uf40a", + "mendeley": "\uf7b3", + "uniregistry": "\uf404", + "figma": "\uf799", + "creative-commons-remix": "\uf4ee", + "cc-amazon-pay": "\uf42d", + "dropbox": "\uf16b", + "instagram": "\uf16d", + "cmplid": "\ue360", + "facebook": "\uf09a", + "gripfire": "\uf3ac", + "jedi-order": "\uf50e", + "uikit": "\uf403", + "fort-awesome-alt": "\uf3a3", + "phabricator": "\uf3db", + "ussunnah": "\uf407", + "earlybirds": "\uf39a", + "trade-federation": "\uf513", + "autoprefixer": "\uf41c", + "whatsapp": "\uf232", + "slideshare": "\uf1e7", + "google-play": "\uf3ab", + "viadeo": "\uf2a9", + "line": "\uf3c0", + "google-drive": "\uf3aa", + "servicestack": "\uf3ec", + "simplybuilt": "\uf215", + "bitbucket": "\uf171", + "imdb": "\uf2d8", + "deezer": "\ue077", + "raspberry-pi": "\uf7bb", + "jira": "\uf7b1", + "docker": "\uf395", + "screenpal": "\ue570", + "bluetooth": "\uf293", + "gitter": "\uf426", + "d-and-d": "\uf38d", + "microblog": "\ue01a", + "cc-diners-club": "\uf24c", + "gg-circle": "\uf261", + "pied-piper-hat": "\uf4e5", + "kickstarter-k": "\uf3bc", + "yandex": "\uf413", + "readme": "\uf4d5", + "html5": "\uf13b", + "sellsy": "\uf213", + "sass": "\uf41e", + "wirsindhandwerk": "\ue2d0", + "buromobelexperte": "\uf37f", + "salesforce": "\uf83b", + "octopus-deploy": "\ue082", + "medapps": "\uf3c6", + "ns8": "\uf3d5", + "pinterest-p": "\uf231", + "apper": "\uf371", + "fort-awesome": "\uf286", + "waze": "\uf83f", + "cc-jcb": "\uf24b", + "snapchat": "\uf2ab", + "fantasy-flight-games": "\uf6dc", + "rust": "\ue07a", + "wix": "\uf5cf", + "square-behance": "\uf1b5", + "supple": "\uf3f9", + "rebel": "\uf1d0", + "css3": "\uf13c", + "staylinked": "\uf3f5", + "kaggle": "\uf5fa", + "space-awesome": "\ue5ac", + "deviantart": "\uf1bd", + "cpanel": "\uf388", + "goodreads-g": "\uf3a9", + "square-git": "\uf1d2", + "square-tumblr": "\uf174", + "trello": "\uf181", + "creative-commons-nc-jp": "\uf4ea", + "get-pocket": "\uf265", + "perbyte": "\ue083", + "grunt": "\uf3ad", + "weebly": "\uf5cc", + "connectdevelop": "\uf20e", + "leanpub": "\uf212", + "black-tie": "\uf27e", + "themeco": "\uf5c6", + "python": "\uf3e2", + "android": "\uf17b", + "bots": "\ue340", + "free-code-camp": "\uf2c5", + "hornbill": "\uf592", + "js": "\uf3b8", + "ideal": "\ue013", + "git": "\uf1d3", + "dev": "\uf6cc", + "sketch": "\uf7c6", + "yandex-international": "\uf414", + "cc-amex": "\uf1f3", + "uber": "\uf402", + "github": "\uf09b", + "php": "\uf457", + "alipay": "\uf642", + "youtube": "\uf167", + "skyatlas": "\uf216", + "firefox-browser": "\ue007", + "replyd": "\uf3e6", + "suse": "\uf7d6", + "jenkins": "\uf3b6", + "twitter": "\uf099", + "rockrms": "\uf3e9", + "pinterest": "\uf0d2", + "buffer": "\uf837", + "npm": "\uf3d4", + "yammer": "\uf840", + "btc": "\uf15a", + "dribbble": "\uf17d", + "stumbleupon-circle": "\uf1a3", + "internet-explorer": "\uf26b", + "stubber": "\ue5c7", + "telegram": "\uf2c6", + "old-republic": "\uf510", + "odysee": "\ue5c6", + "square-whatsapp": "\uf40c", + "node-js": "\uf3d3", + "edge-legacy": "\ue078", + "slack": "\uf198", + "medrt": "\uf3c8", + "usb": "\uf287", + "tumblr": "\uf173", + "vaadin": "\uf408", + "quora": "\uf2c4", + "reacteurope": "\uf75d", + "medium": "\uf23a", + "amilia": "\uf36d", + "mixcloud": "\uf289", + "flipboard": "\uf44d", + "viacoin": "\uf237", + "critical-role": "\uf6c9", + "sitrox": "\ue44a", + "discourse": "\uf393", + "joomla": "\uf1aa", + "mastodon": "\uf4f6", + "airbnb": "\uf834", + "wolf-pack-battalion": "\uf514", + "buy-n-large": "\uf8a6", + "gulp": "\uf3ae", + "creative-commons-sampling-plus": "\uf4f1", + "strava": "\uf428", + "ember": "\uf423", + "canadian-maple-leaf": "\uf785", + "teamspeak": "\uf4f9", + "pushed": "\uf3e1", + "wordpress-simple": "\uf411", + "nutritionix": "\uf3d6", + "wodu": "\ue088", + "google-pay": "\ue079", + "intercom": "\uf7af", + "zhihu": "\uf63f", + "korvue": "\uf42f", + "pix": "\ue43a", + "steam-symbol": "\uf3f6", + }, + "solid": { + "0": "\u0030", + "1": "\u0031", + "2": "\u0032", + "3": "\u0033", + "4": "\u0034", + "5": "\u0035", + "6": "\u0036", + "7": "\u0037", + "8": "\u0038", + "9": "\u0039", + "fill-drip": "\uf576", + "arrows-to-circle": "\ue4bd", + "circle-chevron-right": "\uf138", + "at": "\u0040", + "trash-can": "\uf2ed", + "text-height": "\uf034", + "user-xmark": "\uf235", + "stethoscope": "\uf0f1", + "message": "\uf27a", + "info": "\uf129", + "down-left-and-up-right-to-center": "\uf422", + "explosion": "\ue4e9", + "file-lines": "\uf15c", + "wave-square": "\uf83e", + "ring": "\uf70b", + "building-un": "\ue4d9", + "dice-three": "\uf527", + "calendar-days": "\uf073", + "anchor-circle-check": "\ue4aa", + "building-circle-arrow-right": "\ue4d1", + "volleyball": "\uf45f", + "arrows-up-to-line": "\ue4c2", + "sort-down": "\uf0dd", + "circle-minus": "\uf056", + "door-open": "\uf52b", + "right-from-bracket": "\uf2f5", + "atom": "\uf5d2", + "soap": "\ue06e", + "icons": "\uf86d", + "microphone-lines-slash": "\uf539", + "bridge-circle-check": "\ue4c9", + "pump-medical": "\ue06a", + "fingerprint": "\uf577", + "hand-point-right": "\uf0a4", + "magnifying-glass-location": "\uf689", + "forward-step": "\uf051", + "face-smile-beam": "\uf5b8", + "flag-checkered": "\uf11e", + "football": "\uf44e", + "school-circle-exclamation": "\ue56c", + "crop": "\uf125", + "angles-down": "\uf103", + "users-rectangle": "\ue594", + "people-roof": "\ue537", + "people-line": "\ue534", + "beer-mug-empty": "\uf0fc", + "diagram-predecessor": "\ue477", + "arrow-up-long": "\uf176", + "fire-flame-simple": "\uf46a", + "person": "\uf183", + "laptop": "\uf109", + "file-csv": "\uf6dd", + "menorah": "\uf676", + "truck-plane": "\ue58f", + "record-vinyl": "\uf8d9", + "face-grin-stars": "\uf587", + "bong": "\uf55c", + "spaghetti-monster-flying": "\uf67b", + "arrow-down-up-across-line": "\ue4af", + "spoon": "\uf2e5", + "jar-wheat": "\ue517", + "envelopes-bulk": "\uf674", + "file-circle-exclamation": "\ue4eb", + "circle-h": "\uf47e", + "pager": "\uf815", + "address-book": "\uf2b9", + "strikethrough": "\uf0cc", + "k": "\u004b", + "landmark-flag": "\ue51c", + "pencil": "\uf303", + "backward": "\uf04a", + "caret-right": "\uf0da", + "comments": "\uf086", + "paste": "\uf0ea", + "code-pull-request": "\ue13c", + "clipboard-list": "\uf46d", + "truck-ramp-box": "\uf4de", + "user-check": "\uf4fc", + "vial-virus": "\ue597", + "sheet-plastic": "\ue571", + "blog": "\uf781", + "user-ninja": "\uf504", + "person-arrow-up-from-line": "\ue539", + "scroll-torah": "\uf6a0", + "broom-ball": "\uf458", + "toggle-off": "\uf204", + "box-archive": "\uf187", + "person-drowning": "\ue545", + "arrow-down-9-1": "\uf886", + "face-grin-tongue-squint": "\uf58a", + "spray-can": "\uf5bd", + "truck-monster": "\uf63b", + "w": "\u0057", + "earth-africa": "\uf57c", + "rainbow": "\uf75b", + "circle-notch": "\uf1ce", + "tablet-screen-button": "\uf3fa", + "paw": "\uf1b0", + "cloud": "\uf0c2", + "trowel-bricks": "\ue58a", + "face-flushed": "\uf579", + "hospital-user": "\uf80d", + "tent-arrow-left-right": "\ue57f", + "gavel": "\uf0e3", + "binoculars": "\uf1e5", + "microphone-slash": "\uf131", + "box-tissue": "\ue05b", + "motorcycle": "\uf21c", + "bell-concierge": "\uf562", + "pen-ruler": "\uf5ae", + "people-arrows": "\ue068", + "mars-and-venus-burst": "\ue523", + "square-caret-right": "\uf152", + "scissors": "\uf0c4", + "sun-plant-wilt": "\ue57a", + "toilets-portable": "\ue584", + "hockey-puck": "\uf453", + "table": "\uf0ce", + "magnifying-glass-arrow-right": "\ue521", + "tachograph-digital": "\uf566", + "users-slash": "\ue073", + "clover": "\ue139", + "reply": "\uf3e5", + "star-and-crescent": "\uf699", + "house-fire": "\ue50c", + "square-minus": "\uf146", + "helicopter": "\uf533", + "compass": "\uf14e", + "square-caret-down": "\uf150", + "file-circle-question": "\ue4ef", + "laptop-code": "\uf5fc", + "swatchbook": "\uf5c3", + "prescription-bottle": "\uf485", + "bars": "\uf0c9", + "people-group": "\ue533", + "hourglass-end": "\uf253", + "heart-crack": "\uf7a9", + "square-up-right": "\uf360", + "face-kiss-beam": "\uf597", + "film": "\uf008", + "ruler-horizontal": "\uf547", + "people-robbery": "\ue536", + "lightbulb": "\uf0eb", + "caret-left": "\uf0d9", + "circle-exclamation": "\uf06a", + "school-circle-xmark": "\ue56d", + "arrow-right-from-bracket": "\uf08b", + "circle-chevron-down": "\uf13a", + "unlock-keyhole": "\uf13e", + "cloud-showers-heavy": "\uf740", + "headphones-simple": "\uf58f", + "sitemap": "\uf0e8", + "circle-dollar-to-slot": "\uf4b9", + "memory": "\uf538", + "road-spikes": "\ue568", + "fire-burner": "\ue4f1", + "flag": "\uf024", + "hanukiah": "\uf6e6", + "feather": "\uf52d", + "volume-low": "\uf027", + "comment-slash": "\uf4b3", + "cloud-sun-rain": "\uf743", + "compress": "\uf066", + "wheat-awn": "\ue2cd", + "ankh": "\uf644", + "hands-holding-child": "\ue4fa", + "asterisk": "\u002a", + "square-check": "\uf14a", + "peseta-sign": "\ue221", + "heading": "\uf1dc", + "ghost": "\uf6e2", + "list": "\uf03a", + "square-phone-flip": "\uf87b", + "cart-plus": "\uf217", + "gamepad": "\uf11b", + "circle-dot": "\uf192", + "face-dizzy": "\uf567", + "egg": "\uf7fb", + "house-medical-circle-xmark": "\ue513", + "campground": "\uf6bb", + "folder-plus": "\uf65e", + "futbol": "\uf1e3", + "paintbrush": "\uf1fc", + "lock": "\uf023", + "gas-pump": "\uf52f", + "hot-tub-person": "\uf593", + "map-location": "\uf59f", + "house-flood-water": "\ue50e", + "tree": "\uf1bb", + "bridge-lock": "\ue4cc", + "sack-dollar": "\uf81d", + "pen-to-square": "\uf044", + "car-side": "\uf5e4", + "share-nodes": "\uf1e0", + "heart-circle-minus": "\ue4ff", + "hourglass-half": "\uf252", + "microscope": "\uf610", + "sink": "\ue06d", + "bag-shopping": "\uf290", + "arrow-down-z-a": "\uf881", + "mitten": "\uf7b5", + "person-rays": "\ue54d", + "users": "\uf0c0", + "eye-slash": "\uf070", + "flask-vial": "\ue4f3", + "hand": "\uf256", + "om": "\uf679", + "worm": "\ue599", + "house-circle-xmark": "\ue50b", + "plug": "\uf1e6", + "chevron-up": "\uf077", + "hand-spock": "\uf259", + "stopwatch": "\uf2f2", + "face-kiss": "\uf596", + "bridge-circle-xmark": "\ue4cb", + "face-grin-tongue": "\uf589", + "chess-bishop": "\uf43a", + "face-grin-wink": "\uf58c", + "ear-deaf": "\uf2a4", + "road-circle-check": "\ue564", + "dice-five": "\uf523", + "square-rss": "\uf143", + "land-mine-on": "\ue51b", + "i-cursor": "\uf246", + "stamp": "\uf5bf", + "stairs": "\ue289", + "i": "\u0049", + "hryvnia-sign": "\uf6f2", + "pills": "\uf484", + "face-grin-wide": "\uf581", + "tooth": "\uf5c9", + "v": "\u0056", + "bangladeshi-taka-sign": "\ue2e6", + "bicycle": "\uf206", + "staff-snake": "\ue579", + "head-side-cough-slash": "\ue062", + "truck-medical": "\uf0f9", + "wheat-awn-circle-exclamation": "\ue598", + "snowman": "\uf7d0", + "mortar-pestle": "\uf5a7", + "road-barrier": "\ue562", + "school": "\uf549", + "igloo": "\uf7ae", + "joint": "\uf595", + "angle-right": "\uf105", + "horse": "\uf6f0", + "q": "\u0051", + "g": "\u0047", + "notes-medical": "\uf481", + "temperature-half": "\uf2c9", + "dong-sign": "\ue169", + "capsules": "\uf46b", + "poo-storm": "\uf75a", + "face-frown-open": "\uf57a", + "hand-point-up": "\uf0a6", + "money-bill": "\uf0d6", + "bookmark": "\uf02e", + "align-justify": "\uf039", + "umbrella-beach": "\uf5ca", + "helmet-un": "\ue503", + "bullseye": "\uf140", + "bacon": "\uf7e5", + "hand-point-down": "\uf0a7", + "arrow-up-from-bracket": "\ue09a", + "folder": "\uf07b", + "file-waveform": "\uf478", + "radiation": "\uf7b9", + "chart-simple": "\ue473", + "mars-stroke": "\uf229", + "vial": "\uf492", + "gauge": "\uf624", + "wand-magic-sparkles": "\ue2ca", + "e": "\u0045", + "pen-clip": "\uf305", + "bridge-circle-exclamation": "\ue4ca", + "user": "\uf007", + "school-circle-check": "\ue56b", + "dumpster": "\uf793", + "van-shuttle": "\uf5b6", + "building-user": "\ue4da", + "square-caret-left": "\uf191", + "highlighter": "\uf591", + "key": "\uf084", + "bullhorn": "\uf0a1", + "globe": "\uf0ac", + "synagogue": "\uf69b", + "person-half-dress": "\ue548", + "road-bridge": "\ue563", + "location-arrow": "\uf124", + "c": "\u0043", + "tablet-button": "\uf10a", + "building-lock": "\ue4d6", + "pizza-slice": "\uf818", + "money-bill-wave": "\uf53a", + "chart-area": "\uf1fe", + "house-flag": "\ue50d", + "person-circle-minus": "\ue540", + "ban": "\uf05e", + "camera-rotate": "\ue0d8", + "spray-can-sparkles": "\uf5d0", + "star": "\uf005", + "repeat": "\uf363", + "cross": "\uf654", + "box": "\uf466", + "venus-mars": "\uf228", + "arrow-pointer": "\uf245", + "maximize": "\uf31e", + "charging-station": "\uf5e7", + "shapes": "\uf61f", + "shuffle": "\uf074", + "person-running": "\uf70c", + "mobile-retro": "\ue527", + "grip-lines-vertical": "\uf7a5", + "spider": "\uf717", + "hands-bound": "\ue4f9", + "file-invoice-dollar": "\uf571", + "plane-circle-exclamation": "\ue556", + "x-ray": "\uf497", + "spell-check": "\uf891", + "slash": "\uf715", + "computer-mouse": "\uf8cc", + "arrow-right-to-bracket": "\uf090", + "shop-slash": "\ue070", + "server": "\uf233", + "virus-covid-slash": "\ue4a9", + "shop-lock": "\ue4a5", + "hourglass-start": "\uf251", + "blender-phone": "\uf6b6", + "building-wheat": "\ue4db", + "person-breastfeeding": "\ue53a", + "right-to-bracket": "\uf2f6", + "venus": "\uf221", + "passport": "\uf5ab", + "heart-pulse": "\uf21e", + "people-carry-box": "\uf4ce", + "temperature-high": "\uf769", + "microchip": "\uf2db", + "crown": "\uf521", + "weight-hanging": "\uf5cd", + "xmarks-lines": "\ue59a", + "file-prescription": "\uf572", + "weight-scale": "\uf496", + "user-group": "\uf500", + "arrow-up-a-z": "\uf15e", + "chess-knight": "\uf441", + "face-laugh-squint": "\uf59b", + "wheelchair": "\uf193", + "circle-arrow-up": "\uf0aa", + "toggle-on": "\uf205", + "person-walking": "\uf554", + "l": "\u004c", + "fire": "\uf06d", + "bed-pulse": "\uf487", + "shuttle-space": "\uf197", + "face-laugh": "\uf599", + "folder-open": "\uf07c", + "heart-circle-plus": "\ue500", + "code-fork": "\ue13b", + "city": "\uf64f", + "microphone-lines": "\uf3c9", + "pepper-hot": "\uf816", + "unlock": "\uf09c", + "colon-sign": "\ue140", + "headset": "\uf590", + "store-slash": "\ue071", + "road-circle-xmark": "\ue566", + "user-minus": "\uf503", + "mars-stroke-up": "\uf22a", + "champagne-glasses": "\uf79f", + "clipboard": "\uf328", + "house-circle-exclamation": "\ue50a", + "file-arrow-up": "\uf574", + "wifi": "\uf1eb", + "bath": "\uf2cd", + "underline": "\uf0cd", + "user-pen": "\uf4ff", + "signature": "\uf5b7", + "stroopwafel": "\uf551", + "bold": "\uf032", + "anchor-lock": "\ue4ad", + "building-ngo": "\ue4d7", + "manat-sign": "\ue1d5", + "not-equal": "\uf53e", + "border-top-left": "\uf853", + "map-location-dot": "\uf5a0", + "jedi": "\uf669", + "square-poll-vertical": "\uf681", + "mug-hot": "\uf7b6", + "car-battery": "\uf5df", + "gift": "\uf06b", + "dice-two": "\uf528", + "chess-queen": "\uf445", + "glasses": "\uf530", + "chess-board": "\uf43c", + "building-circle-check": "\ue4d2", + "person-chalkboard": "\ue53d", + "mars-stroke-right": "\uf22b", + "hand-back-fist": "\uf255", + "square-caret-up": "\uf151", + "cloud-showers-water": "\ue4e4", + "chart-bar": "\uf080", + "hands-bubbles": "\ue05e", + "less-than-equal": "\uf537", + "train": "\uf238", + "eye-low-vision": "\uf2a8", + "crow": "\uf520", + "sailboat": "\ue445", + "window-restore": "\uf2d2", + "square-plus": "\uf0fe", + "torii-gate": "\uf6a1", + "frog": "\uf52e", + "bucket": "\ue4cf", + "image": "\uf03e", + "microphone": "\uf130", + "cow": "\uf6c8", + "caret-up": "\uf0d8", + "screwdriver": "\uf54a", + "folder-closed": "\ue185", + "house-tsunami": "\ue515", + "square-nfi": "\ue576", + "arrow-up-from-ground-water": "\ue4b5", + "martini-glass": "\uf57b", + "rotate-left": "\uf2ea", + "table-columns": "\uf0db", + "lemon": "\uf094", + "head-side-mask": "\ue063", + "handshake": "\uf2b5", + "gem": "\uf3a5", + "dolly": "\uf472", + "smoking": "\uf48d", + "minimize": "\uf78c", + "monument": "\uf5a6", + "snowplow": "\uf7d2", + "angles-right": "\uf101", + "cannabis": "\uf55f", + "circle-play": "\uf144", + "tablets": "\uf490", + "ethernet": "\uf796", + "euro-sign": "\uf153", + "chair": "\uf6c0", + "circle-check": "\uf058", + "circle-stop": "\uf28d", + "compass-drafting": "\uf568", + "plate-wheat": "\ue55a", + "icicles": "\uf7ad", + "person-shelter": "\ue54f", + "neuter": "\uf22c", + "id-badge": "\uf2c1", + "marker": "\uf5a1", + "face-laugh-beam": "\uf59a", + "helicopter-symbol": "\ue502", + "universal-access": "\uf29a", + "circle-chevron-up": "\uf139", + "lari-sign": "\ue1c8", + "volcano": "\uf770", + "person-walking-dashed-line-arrow-right": "\ue553", + "sterling-sign": "\uf154", + "viruses": "\ue076", + "square-person-confined": "\ue577", + "user-tie": "\uf508", + "arrow-down-long": "\uf175", + "tent-arrow-down-to-line": "\ue57e", + "certificate": "\uf0a3", + "reply-all": "\uf122", + "suitcase": "\uf0f2", + "person-skating": "\uf7c5", + "filter-circle-dollar": "\uf662", + "camera-retro": "\uf083", + "circle-arrow-down": "\uf0ab", + "file-import": "\uf56f", + "square-arrow-up-right": "\uf14c", + "box-open": "\uf49e", + "scroll": "\uf70e", + "spa": "\uf5bb", + "location-pin-lock": "\ue51f", + "pause": "\uf04c", + "hill-avalanche": "\ue507", + "temperature-empty": "\uf2cb", + "bomb": "\uf1e2", + "registered": "\uf25d", + "address-card": "\uf2bb", + "scale-unbalanced-flip": "\uf516", + "subscript": "\uf12c", + "diamond-turn-right": "\uf5eb", + "burst": "\ue4dc", + "house-laptop": "\ue066", + "face-tired": "\uf5c8", + "money-bills": "\ue1f3", + "smog": "\uf75f", + "crutch": "\uf7f7", + "font-awesome": "\uf2b4", + "cloud-arrow-up": "\uf0ee", + "palette": "\uf53f", + "arrows-turn-right": "\ue4c0", + "vest": "\ue085", + "ferry": "\ue4ea", + "arrows-down-to-people": "\ue4b9", + "seedling": "\uf4d8", + "left-right": "\uf337", + "boxes-packing": "\ue4c7", + "circle-arrow-left": "\uf0a8", + "group-arrows-rotate": "\ue4f6", + "bowl-food": "\ue4c6", + "candy-cane": "\uf786", + "arrow-down-wide-short": "\uf160", + "cloud-bolt": "\uf76c", + "text-slash": "\uf87d", + "face-smile-wink": "\uf4da", + "file-word": "\uf1c2", + "file-powerpoint": "\uf1c4", + "arrows-left-right": "\uf07e", + "house-lock": "\ue510", + "cloud-arrow-down": "\uf0ed", + "children": "\ue4e1", + "chalkboard": "\uf51b", + "user-large-slash": "\uf4fa", + "envelope-open": "\uf2b6", + "handshake-simple-slash": "\ue05f", + "mattress-pillow": "\ue525", + "guarani-sign": "\ue19a", + "arrows-rotate": "\uf021", + "fire-extinguisher": "\uf134", + "cruzeiro-sign": "\ue152", + "greater-than-equal": "\uf532", + "shield-halved": "\uf3ed", + "book-atlas": "\uf558", + "virus": "\ue074", + "envelope-circle-check": "\ue4e8", + "layer-group": "\uf5fd", + "arrows-to-dot": "\ue4be", + "archway": "\uf557", + "heart-circle-check": "\ue4fd", + "house-chimney-crack": "\uf6f1", + "file-zipper": "\uf1c6", + "square": "\uf0c8", + "martini-glass-empty": "\uf000", + "couch": "\uf4b8", + "cedi-sign": "\ue0df", + "italic": "\uf033", + "church": "\uf51d", + "comments-dollar": "\uf653", + "democrat": "\uf747", + "z": "\u005a", + "person-skiing": "\uf7c9", + "road-lock": "\ue567", + "a": "\u0041", + "temperature-arrow-down": "\ue03f", + "feather-pointed": "\uf56b", + "p": "\u0050", + "snowflake": "\uf2dc", + "newspaper": "\uf1ea", + "rectangle-ad": "\uf641", + "circle-arrow-right": "\uf0a9", + "filter-circle-xmark": "\ue17b", + "locust": "\ue520", + "sort": "\uf0dc", + "list-ol": "\uf0cb", + "person-dress-burst": "\ue544", + "money-check-dollar": "\uf53d", + "vector-square": "\uf5cb", + "bread-slice": "\uf7ec", + "language": "\uf1ab", + "face-kiss-wink-heart": "\uf598", + "filter": "\uf0b0", + "question": "\u003f", + "file-signature": "\uf573", + "up-down-left-right": "\uf0b2", + "house-chimney-user": "\ue065", + "hand-holding-heart": "\uf4be", + "puzzle-piece": "\uf12e", + "money-check": "\uf53c", + "star-half-stroke": "\uf5c0", + "code": "\uf121", + "whiskey-glass": "\uf7a0", + "building-circle-exclamation": "\ue4d3", + "magnifying-glass-chart": "\ue522", + "arrow-up-right-from-square": "\uf08e", + "cubes-stacked": "\ue4e6", + "won-sign": "\uf159", + "virus-covid": "\ue4a8", + "austral-sign": "\ue0a9", + "f": "\u0046", + "leaf": "\uf06c", + "road": "\uf018", + "taxi": "\uf1ba", + "person-circle-plus": "\ue541", + "chart-pie": "\uf200", + "bolt-lightning": "\ue0b7", + "sack-xmark": "\ue56a", + "file-excel": "\uf1c3", + "file-contract": "\uf56c", + "fish-fins": "\ue4f2", + "building-flag": "\ue4d5", + "face-grin-beam": "\uf582", + "object-ungroup": "\uf248", + "poop": "\uf619", + "location-pin": "\uf041", + "kaaba": "\uf66b", + "toilet-paper": "\uf71e", + "helmet-safety": "\uf807", + "eject": "\uf052", + "circle-right": "\uf35a", + "plane-circle-check": "\ue555", + "face-rolling-eyes": "\uf5a5", + "object-group": "\uf247", + "chart-line": "\uf201", + "mask-ventilator": "\ue524", + "arrow-right": "\uf061", + "signs-post": "\uf277", + "cash-register": "\uf788", + "person-circle-question": "\ue542", + "h": "\u0048", + "tarp": "\ue57b", + "screwdriver-wrench": "\uf7d9", + "arrows-to-eye": "\ue4bf", + "plug-circle-bolt": "\ue55b", + "heart": "\uf004", + "mars-and-venus": "\uf224", + "house-user": "\ue1b0", + "dumpster-fire": "\uf794", + "house-crack": "\ue3b1", + "martini-glass-citrus": "\uf561", + "face-surprise": "\uf5c2", + "bottle-water": "\ue4c5", + "circle-pause": "\uf28b", + "toilet-paper-slash": "\ue072", + "apple-whole": "\uf5d1", + "kitchen-set": "\ue51a", + "r": "\u0052", + "temperature-quarter": "\uf2ca", + "cube": "\uf1b2", + "bitcoin-sign": "\ue0b4", + "shield-dog": "\ue573", + "solar-panel": "\uf5ba", + "lock-open": "\uf3c1", + "elevator": "\ue16d", + "money-bill-transfer": "\ue528", + "money-bill-trend-up": "\ue529", + "house-flood-water-circle-arrow-right": "\ue50f", + "square-poll-horizontal": "\uf682", + "circle": "\uf111", + "backward-fast": "\uf049", + "recycle": "\uf1b8", + "user-astronaut": "\uf4fb", + "plane-slash": "\ue069", + "trademark": "\uf25c", + "basketball": "\uf434", + "satellite-dish": "\uf7c0", + "circle-up": "\uf35b", + "mobile-screen-button": "\uf3cd", + "volume-high": "\uf028", + "users-rays": "\ue593", + "wallet": "\uf555", + "clipboard-check": "\uf46c", + "file-audio": "\uf1c7", + "burger": "\uf805", + "wrench": "\uf0ad", + "bugs": "\ue4d0", + "rupee-sign": "\uf156", + "file-image": "\uf1c5", + "circle-question": "\uf059", + "plane-departure": "\uf5b0", + "handshake-slash": "\ue060", + "book-bookmark": "\ue0bb", + "code-branch": "\uf126", + "hat-cowboy": "\uf8c0", + "bridge": "\ue4c8", + "phone-flip": "\uf879", + "truck-front": "\ue2b7", + "cat": "\uf6be", + "anchor-circle-exclamation": "\ue4ab", + "truck-field": "\ue58d", + "route": "\uf4d7", + "clipboard-question": "\ue4e3", + "panorama": "\ue209", + "comment-medical": "\uf7f5", + "teeth-open": "\uf62f", + "file-circle-minus": "\ue4ed", + "tags": "\uf02c", + "wine-glass": "\uf4e3", + "forward-fast": "\uf050", + "face-meh-blank": "\uf5a4", + "square-parking": "\uf540", + "house-signal": "\ue012", + "bars-progress": "\uf828", + "faucet-drip": "\ue006", + "cart-flatbed": "\uf474", + "ban-smoking": "\uf54d", + "terminal": "\uf120", + "mobile-button": "\uf10b", + "house-medical-flag": "\ue514", + "basket-shopping": "\uf291", + "tape": "\uf4db", + "bus-simple": "\uf55e", + "eye": "\uf06e", + "face-sad-cry": "\uf5b3", + "audio-description": "\uf29e", + "person-military-to-person": "\ue54c", + "file-shield": "\ue4f0", + "user-slash": "\uf506", + "pen": "\uf304", + "tower-observation": "\ue586", + "file-code": "\uf1c9", + "signal": "\uf012", + "bus": "\uf207", + "heart-circle-xmark": "\ue501", + "house-chimney": "\ue3af", + "window-maximize": "\uf2d0", + "face-frown": "\uf119", + "prescription": "\uf5b1", + "shop": "\uf54f", + "floppy-disk": "\uf0c7", + "vihara": "\uf6a7", + "scale-unbalanced": "\uf515", + "sort-up": "\uf0de", + "comment-dots": "\uf4ad", + "plant-wilt": "\ue5aa", + "diamond": "\uf219", + "face-grin-squint": "\uf585", + "hand-holding-dollar": "\uf4c0", + "bacterium": "\ue05a", + "hand-pointer": "\uf25a", + "drum-steelpan": "\uf56a", + "hand-scissors": "\uf257", + "hands-praying": "\uf684", + "arrow-rotate-right": "\uf01e", + "biohazard": "\uf780", + "location-crosshairs": "\uf601", + "mars-double": "\uf227", + "child-dress": "\ue59c", + "users-between-lines": "\ue591", + "lungs-virus": "\ue067", + "face-grin-tears": "\uf588", + "phone": "\uf095", + "calendar-xmark": "\uf273", + "child-reaching": "\ue59d", + "head-side-virus": "\ue064", + "user-gear": "\uf4fe", + "arrow-up-1-9": "\uf163", + "door-closed": "\uf52a", + "shield-virus": "\ue06c", + "dice-six": "\uf526", + "mosquito-net": "\ue52c", + "bridge-water": "\ue4ce", + "person-booth": "\uf756", + "text-width": "\uf035", + "hat-wizard": "\uf6e8", + "pen-fancy": "\uf5ac", + "person-digging": "\uf85e", + "trash": "\uf1f8", + "gauge-simple": "\uf629", + "book-medical": "\uf7e6", + "poo": "\uf2fe", + "quote-right": "\uf10e", + "shirt": "\uf553", + "cubes": "\uf1b3", + "divide": "\uf529", + "tenge-sign": "\uf7d7", + "headphones": "\uf025", + "hands-holding": "\uf4c2", + "hands-clapping": "\ue1a8", + "republican": "\uf75e", + "arrow-left": "\uf060", + "person-circle-xmark": "\ue543", + "ruler": "\uf545", + "align-left": "\uf036", + "dice-d6": "\uf6d1", + "restroom": "\uf7bd", + "j": "\u004a", + "users-viewfinder": "\ue595", + "file-video": "\uf1c8", + "up-right-from-square": "\uf35d", + "table-cells": "\uf00a", + "file-pdf": "\uf1c1", + "book-bible": "\uf647", + "o": "\u004f", + "suitcase-medical": "\uf0fa", + "user-secret": "\uf21b", + "otter": "\uf700", + "person-dress": "\uf182", + "comment-dollar": "\uf651", + "business-time": "\uf64a", + "table-cells-large": "\uf009", + "book-tanakh": "\uf827", + "phone-volume": "\uf2a0", + "hat-cowboy-side": "\uf8c1", + "clipboard-user": "\uf7f3", + "child": "\uf1ae", + "lira-sign": "\uf195", + "satellite": "\uf7bf", + "plane-lock": "\ue558", + "tag": "\uf02b", + "comment": "\uf075", + "cake-candles": "\uf1fd", + "envelope": "\uf0e0", + "angles-up": "\uf102", + "paperclip": "\uf0c6", + "arrow-right-to-city": "\ue4b3", + "ribbon": "\uf4d6", + "lungs": "\uf604", + "arrow-up-9-1": "\uf887", + "litecoin-sign": "\ue1d3", + "border-none": "\uf850", + "circle-nodes": "\ue4e2", + "parachute-box": "\uf4cd", + "indent": "\uf03c", + "truck-field-un": "\ue58e", + "hourglass": "\uf254", + "mountain": "\uf6fc", + "user-doctor": "\uf0f0", + "circle-info": "\uf05a", + "cloud-meatball": "\uf73b", + "camera": "\uf030", + "square-virus": "\ue578", + "meteor": "\uf753", + "car-on": "\ue4dd", + "sleigh": "\uf7cc", + "arrow-down-1-9": "\uf162", + "hand-holding-droplet": "\uf4c1", + "water": "\uf773", + "calendar-check": "\uf274", + "braille": "\uf2a1", + "prescription-bottle-medical": "\uf486", + "landmark": "\uf66f", + "truck": "\uf0d1", + "crosshairs": "\uf05b", + "person-cane": "\ue53c", + "tent": "\ue57d", + "vest-patches": "\ue086", + "check-double": "\uf560", + "arrow-down-a-z": "\uf15d", + "money-bill-wheat": "\ue52a", + "cookie": "\uf563", + "arrow-rotate-left": "\uf0e2", + "hard-drive": "\uf0a0", + "face-grin-squint-tears": "\uf586", + "dumbbell": "\uf44b", + "rectangle-list": "\uf022", + "tarp-droplet": "\ue57c", + "house-medical-circle-check": "\ue511", + "person-skiing-nordic": "\uf7ca", + "calendar-plus": "\uf271", + "plane-arrival": "\uf5af", + "circle-left": "\uf359", + "train-subway": "\uf239", + "chart-gantt": "\ue0e4", + "indian-rupee-sign": "\ue1bc", + "crop-simple": "\uf565", + "money-bill-1": "\uf3d1", + "left-long": "\uf30a", + "dna": "\uf471", + "virus-slash": "\ue075", + "minus": "\uf068", + "chess": "\uf439", + "arrow-left-long": "\uf177", + "plug-circle-check": "\ue55c", + "street-view": "\uf21d", + "franc-sign": "\ue18f", + "volume-off": "\uf026", + "hands-asl-interpreting": "\uf2a3", + "gear": "\uf013", + "droplet-slash": "\uf5c7", + "mosque": "\uf678", + "mosquito": "\ue52b", + "star-of-david": "\uf69a", + "person-military-rifle": "\ue54b", + "cart-shopping": "\uf07a", + "vials": "\uf493", + "plug-circle-plus": "\ue55f", + "place-of-worship": "\uf67f", + "grip-vertical": "\uf58e", + "arrow-turn-up": "\uf148", + "u": "\u0055", + "square-root-variable": "\uf698", + "clock": "\uf017", + "backward-step": "\uf048", + "pallet": "\uf482", + "faucet": "\ue005", + "baseball-bat-ball": "\uf432", + "s": "\u0053", + "timeline": "\ue29c", + "keyboard": "\uf11c", + "caret-down": "\uf0d7", + "house-chimney-medical": "\uf7f2", + "temperature-three-quarters": "\uf2c8", + "mobile-screen": "\uf3cf", + "plane-up": "\ue22d", + "piggy-bank": "\uf4d3", + "battery-half": "\uf242", + "mountain-city": "\ue52e", + "coins": "\uf51e", + "khanda": "\uf66d", + "sliders": "\uf1de", + "folder-tree": "\uf802", + "network-wired": "\uf6ff", + "map-pin": "\uf276", + "hamsa": "\uf665", + "cent-sign": "\ue3f5", + "flask": "\uf0c3", + "person-pregnant": "\ue31e", + "wand-sparkles": "\uf72b", + "ellipsis-vertical": "\uf142", + "ticket": "\uf145", + "power-off": "\uf011", + "right-long": "\uf30b", + "flag-usa": "\uf74d", + "laptop-file": "\ue51d", + "tty": "\uf1e4", + "diagram-next": "\ue476", + "person-rifle": "\ue54e", + "house-medical-circle-exclamation": "\ue512", + "closed-captioning": "\uf20a", + "person-hiking": "\uf6ec", + "venus-double": "\uf226", + "images": "\uf302", + "calculator": "\uf1ec", + "people-pulling": "\ue535", + "n": "\u004e", + "cable-car": "\uf7da", + "cloud-rain": "\uf73d", + "building-circle-xmark": "\ue4d4", + "ship": "\uf21a", + "arrows-down-to-line": "\ue4b8", + "download": "\uf019", + "face-grin": "\uf580", + "delete-left": "\uf55a", + "eye-dropper": "\uf1fb", + "file-circle-check": "\ue5a0", + "forward": "\uf04e", + "mobile": "\uf3ce", + "face-meh": "\uf11a", + "align-center": "\uf037", + "book-skull": "\uf6b7", + "id-card": "\uf2c2", + "outdent": "\uf03b", + "heart-circle-exclamation": "\ue4fe", + "house": "\uf015", + "calendar-week": "\uf784", + "laptop-medical": "\uf812", + "b": "\u0042", + "file-medical": "\uf477", + "dice-one": "\uf525", + "kiwi-bird": "\uf535", + "arrow-right-arrow-left": "\uf0ec", + "rotate-right": "\uf2f9", + "utensils": "\uf2e7", + "arrow-up-wide-short": "\uf161", + "mill-sign": "\ue1ed", + "bowl-rice": "\ue2eb", + "skull": "\uf54c", + "tower-broadcast": "\uf519", + "truck-pickup": "\uf63c", + "up-long": "\uf30c", + "stop": "\uf04d", + "code-merge": "\uf387", + "upload": "\uf093", + "hurricane": "\uf751", + "mound": "\ue52d", + "toilet-portable": "\ue583", + "compact-disc": "\uf51f", + "file-arrow-down": "\uf56d", + "caravan": "\uf8ff", + "shield-cat": "\ue572", + "bolt": "\uf0e7", + "glass-water": "\ue4f4", + "oil-well": "\ue532", + "vault": "\ue2c5", + "mars": "\uf222", + "toilet": "\uf7d8", + "plane-circle-xmark": "\ue557", + "yen-sign": "\uf157", + "ruble-sign": "\uf158", + "sun": "\uf185", + "guitar": "\uf7a6", + "face-laugh-wink": "\uf59c", + "horse-head": "\uf7ab", + "bore-hole": "\ue4c3", + "industry": "\uf275", + "circle-down": "\uf358", + "arrows-turn-to-dots": "\ue4c1", + "florin-sign": "\ue184", + "arrow-down-short-wide": "\uf884", + "less-than": "\u003c", + "angle-down": "\uf107", + "car-tunnel": "\ue4de", + "head-side-cough": "\ue061", + "grip-lines": "\uf7a4", + "thumbs-down": "\uf165", + "user-lock": "\uf502", + "arrow-right-long": "\uf178", + "anchor-circle-xmark": "\ue4ac", + "ellipsis": "\uf141", + "chess-pawn": "\uf443", + "kit-medical": "\uf479", + "person-through-window": "\ue5a9", + "toolbox": "\uf552", + "hands-holding-circle": "\ue4fb", + "bug": "\uf188", + "credit-card": "\uf09d", + "car": "\uf1b9", + "hand-holding-hand": "\ue4f7", + "book-open-reader": "\uf5da", + "mountain-sun": "\ue52f", + "arrows-left-right-to-line": "\ue4ba", + "dice-d20": "\uf6cf", + "truck-droplet": "\ue58c", + "file-circle-xmark": "\ue5a1", + "temperature-arrow-up": "\ue040", + "medal": "\uf5a2", + "bed": "\uf236", + "square-h": "\uf0fd", + "podcast": "\uf2ce", + "temperature-full": "\uf2c7", + "bell": "\uf0f3", + "superscript": "\uf12b", + "plug-circle-xmark": "\ue560", + "star-of-life": "\uf621", + "phone-slash": "\uf3dd", + "paint-roller": "\uf5aa", + "handshake-angle": "\uf4c4", + "location-dot": "\uf3c5", + "file": "\uf15b", + "greater-than": "\u003e", + "person-swimming": "\uf5c4", + "arrow-down": "\uf063", + "droplet": "\uf043", + "eraser": "\uf12d", + "earth-americas": "\uf57d", + "person-burst": "\ue53b", + "dove": "\uf4ba", + "battery-empty": "\uf244", + "socks": "\uf696", + "inbox": "\uf01c", + "section": "\ue447", + "gauge-high": "\uf625", + "envelope-open-text": "\uf658", + "hospital": "\uf0f8", + "wine-bottle": "\uf72f", + "chess-rook": "\uf447", + "bars-staggered": "\uf550", + "dharmachakra": "\uf655", + "hotdog": "\uf80f", + "person-walking-with-cane": "\uf29d", + "drum": "\uf569", + "ice-cream": "\uf810", + "heart-circle-bolt": "\ue4fc", + "fax": "\uf1ac", + "paragraph": "\uf1dd", + "check-to-slot": "\uf772", + "star-half": "\uf089", + "boxes-stacked": "\uf468", + "link": "\uf0c1", + "ear-listen": "\uf2a2", + "tree-city": "\ue587", + "play": "\uf04b", + "font": "\uf031", + "rupiah-sign": "\ue23d", + "magnifying-glass": "\uf002", + "table-tennis-paddle-ball": "\uf45d", + "person-dots-from-line": "\uf470", + "trash-can-arrow-up": "\uf82a", + "naira-sign": "\ue1f6", + "cart-arrow-down": "\uf218", + "walkie-talkie": "\uf8ef", + "file-pen": "\uf31c", + "receipt": "\uf543", + "square-pen": "\uf14b", + "suitcase-rolling": "\uf5c1", + "person-circle-exclamation": "\ue53f", + "chevron-down": "\uf078", + "battery-full": "\uf240", + "skull-crossbones": "\uf714", + "code-compare": "\ue13a", + "list-ul": "\uf0ca", + "school-lock": "\ue56f", + "tower-cell": "\ue585", + "down-long": "\uf309", + "ranking-star": "\ue561", + "chess-king": "\uf43f", + "person-harassing": "\ue549", + "brazilian-real-sign": "\ue46c", + "landmark-dome": "\uf752", + "arrow-up": "\uf062", + "tv": "\uf26c", + "shrimp": "\ue448", + "list-check": "\uf0ae", + "jug-detergent": "\ue519", + "circle-user": "\uf2bd", + "user-shield": "\uf505", + "wind": "\uf72e", + "car-burst": "\uf5e1", + "y": "\u0059", + "person-snowboarding": "\uf7ce", + "truck-fast": "\uf48b", + "fish": "\uf578", + "user-graduate": "\uf501", + "circle-half-stroke": "\uf042", + "clapperboard": "\ue131", + "circle-radiation": "\uf7ba", + "baseball": "\uf433", + "jet-fighter-up": "\ue518", + "diagram-project": "\uf542", + "copy": "\uf0c5", + "volume-xmark": "\uf6a9", + "hand-sparkles": "\ue05d", + "grip": "\uf58d", + "share-from-square": "\uf14d", + "child-combatant": "\ue4e0", + "gun": "\ue19b", + "square-phone": "\uf098", + "plus": "\u002b", + "expand": "\uf065", + "computer": "\ue4e5", + "xmark": "\uf00d", + "arrows-up-down-left-right": "\uf047", + "chalkboard-user": "\uf51c", + "peso-sign": "\ue222", + "building-shield": "\ue4d8", + "baby": "\uf77c", + "users-line": "\ue592", + "quote-left": "\uf10d", + "tractor": "\uf722", + "trash-arrow-up": "\uf829", + "arrow-down-up-lock": "\ue4b0", + "lines-leaning": "\ue51e", + "ruler-combined": "\uf546", + "copyright": "\uf1f9", + "equals": "\u003d", + "blender": "\uf517", + "teeth": "\uf62e", + "shekel-sign": "\uf20b", + "map": "\uf279", + "rocket": "\uf135", + "photo-film": "\uf87c", + "folder-minus": "\uf65d", + "store": "\uf54e", + "arrow-trend-up": "\ue098", + "plug-circle-minus": "\ue55e", + "sign-hanging": "\uf4d9", + "bezier-curve": "\uf55b", + "bell-slash": "\uf1f6", + "tablet": "\uf3fb", + "school-flag": "\ue56e", + "fill": "\uf575", + "angle-up": "\uf106", + "drumstick-bite": "\uf6d7", + "holly-berry": "\uf7aa", + "chevron-left": "\uf053", + "bacteria": "\ue059", + "hand-lizard": "\uf258", + "notdef": "\ue1fe", + "disease": "\uf7fa", + "briefcase-medical": "\uf469", + "genderless": "\uf22d", + "chevron-right": "\uf054", + "retweet": "\uf079", + "car-rear": "\uf5de", + "pump-soap": "\ue06b", + "video-slash": "\uf4e2", + "battery-quarter": "\uf243", + "radio": "\uf8d7", + "baby-carriage": "\uf77d", + "traffic-light": "\uf637", + "thermometer": "\uf491", + "vr-cardboard": "\uf729", + "hand-middle-finger": "\uf806", + "percent": "\u0025", + "truck-moving": "\uf4df", + "glass-water-droplet": "\ue4f5", + "display": "\ue163", + "face-smile": "\uf118", + "thumbtack": "\uf08d", + "trophy": "\uf091", + "person-praying": "\uf683", + "hammer": "\uf6e3", + "hand-peace": "\uf25b", + "rotate": "\uf2f1", + "spinner": "\uf110", + "robot": "\uf544", + "peace": "\uf67c", + "gears": "\uf085", + "warehouse": "\uf494", + "arrow-up-right-dots": "\ue4b7", + "splotch": "\uf5bc", + "face-grin-hearts": "\uf584", + "dice-four": "\uf524", + "sim-card": "\uf7c4", + "transgender": "\uf225", + "mercury": "\uf223", + "arrow-turn-down": "\uf149", + "person-falling-burst": "\ue547", + "award": "\uf559", + "ticket-simple": "\uf3ff", + "building": "\uf1ad", + "angles-left": "\uf100", + "qrcode": "\uf029", + "clock-rotate-left": "\uf1da", + "face-grin-beam-sweat": "\uf583", + "file-export": "\uf56e", + "shield": "\uf132", + "arrow-up-short-wide": "\uf885", + "house-medical": "\ue3b2", + "golf-ball-tee": "\uf450", + "circle-chevron-left": "\uf137", + "house-chimney-window": "\ue00d", + "pen-nib": "\uf5ad", + "tent-arrow-turn-left": "\ue580", + "tents": "\ue582", + "wand-magic": "\uf0d0", + "dog": "\uf6d3", + "carrot": "\uf787", + "moon": "\uf186", + "wine-glass-empty": "\uf5ce", + "cheese": "\uf7ef", + "yin-yang": "\uf6ad", + "music": "\uf001", + "code-commit": "\uf386", + "temperature-low": "\uf76b", + "person-biking": "\uf84a", + "broom": "\uf51a", + "shield-heart": "\ue574", + "gopuram": "\uf664", + "earth-oceania": "\ue47b", + "square-xmark": "\uf2d3", + "hashtag": "\u0023", + "up-right-and-down-left-from-center": "\uf424", + "oil-can": "\uf613", + "t": "\u0054", + "hippo": "\uf6ed", + "chart-column": "\ue0e3", + "infinity": "\uf534", + "vial-circle-check": "\ue596", + "person-arrow-down-to-line": "\ue538", + "voicemail": "\uf897", + "fan": "\uf863", + "person-walking-luggage": "\ue554", + "up-down": "\uf338", + "cloud-moon-rain": "\uf73c", + "calendar": "\uf133", + "trailer": "\ue041", + "bahai": "\uf666", + "sd-card": "\uf7c2", + "dragon": "\uf6d5", + "shoe-prints": "\uf54b", + "circle-plus": "\uf055", + "face-grin-tongue-wink": "\uf58b", + "hand-holding": "\uf4bd", + "plug-circle-exclamation": "\ue55d", + "link-slash": "\uf127", + "clone": "\uf24d", + "person-walking-arrow-loop-left": "\ue551", + "arrow-up-z-a": "\uf882", + "fire-flame-curved": "\uf7e4", + "tornado": "\uf76f", + "file-circle-plus": "\ue494", + "book-quran": "\uf687", + "anchor": "\uf13d", + "border-all": "\uf84c", + "face-angry": "\uf556", + "cookie-bite": "\uf564", + "arrow-trend-down": "\ue097", + "rss": "\uf09e", + "draw-polygon": "\uf5ee", + "scale-balanced": "\uf24e", + "gauge-simple-high": "\uf62a", + "shower": "\uf2cc", + "desktop": "\uf390", + "m": "\u004d", + "table-list": "\uf00b", + "comment-sms": "\uf7cd", + "book": "\uf02d", + "user-plus": "\uf234", + "check": "\uf00c", + "battery-three-quarters": "\uf241", + "house-circle-check": "\ue509", + "angle-left": "\uf104", + "diagram-successor": "\ue47a", + "truck-arrow-right": "\ue58b", + "arrows-split-up-and-left": "\ue4bc", + "hand-fist": "\uf6de", + "cloud-moon": "\uf6c3", + "briefcase": "\uf0b1", + "person-falling": "\ue546", + "image-portrait": "\uf3e0", + "user-tag": "\uf507", + "rug": "\ue569", + "earth-europe": "\uf7a2", + "cart-flatbed-suitcase": "\uf59d", + "rectangle-xmark": "\uf410", + "baht-sign": "\ue0ac", + "book-open": "\uf518", + "book-journal-whills": "\uf66a", + "handcuffs": "\ue4f8", + "triangle-exclamation": "\uf071", + "database": "\uf1c0", + "share": "\uf064", + "bottle-droplet": "\ue4c4", + "mask-face": "\ue1d7", + "hill-rockslide": "\ue508", + "right-left": "\uf362", + "paper-plane": "\uf1d8", + "road-circle-exclamation": "\ue565", + "dungeon": "\uf6d9", + "align-right": "\uf038", + "money-bill-1-wave": "\uf53b", + "life-ring": "\uf1cd", + "hands": "\uf2a7", + "calendar-day": "\uf783", + "water-ladder": "\uf5c5", + "arrows-up-down": "\uf07d", + "face-grimace": "\uf57f", + "wheelchair-move": "\ue2ce", + "turn-down": "\uf3be", + "person-walking-arrow-right": "\ue552", + "square-envelope": "\uf199", + "dice": "\uf522", + "bowling-ball": "\uf436", + "brain": "\uf5dc", + "bandage": "\uf462", + "calendar-minus": "\uf272", + "circle-xmark": "\uf057", + "gifts": "\uf79c", + "hotel": "\uf594", + "earth-asia": "\uf57e", + "id-card-clip": "\uf47f", + "magnifying-glass-plus": "\uf00e", + "thumbs-up": "\uf164", + "user-clock": "\uf4fd", + "hand-dots": "\uf461", + "file-invoice": "\uf570", + "window-minimize": "\uf2d1", + "mug-saucer": "\uf0f4", + "brush": "\uf55d", + "mask": "\uf6fa", + "magnifying-glass-minus": "\uf010", + "ruler-vertical": "\uf548", + "user-large": "\uf406", + "train-tram": "\ue5b4", + "user-nurse": "\uf82f", + "syringe": "\uf48e", + "cloud-sun": "\uf6c4", + "stopwatch-20": "\ue06f", + "square-full": "\uf45c", + "magnet": "\uf076", + "jar": "\ue516", + "note-sticky": "\uf249", + "bug-slash": "\ue490", + "arrow-up-from-water-pump": "\ue4b6", + "bone": "\uf5d7", + "user-injured": "\uf728", + "face-sad-tear": "\uf5b4", + "plane": "\uf072", + "tent-arrows-down": "\ue581", + "exclamation": "\u0021", + "arrows-spin": "\ue4bb", + "print": "\uf02f", + "turkish-lira-sign": "\ue2bb", + "dollar-sign": "\u0024", + "x": "\u0058", + "magnifying-glass-dollar": "\uf688", + "users-gear": "\uf509", + "person-military-pointing": "\ue54a", + "building-columns": "\uf19c", + "umbrella": "\uf0e9", + "trowel": "\ue589", + "d": "\u0044", + "stapler": "\ue5af", + "masks-theater": "\uf630", + "kip-sign": "\ue1c4", + "hand-point-left": "\uf0a5", + "handshake-simple": "\uf4c6", + "jet-fighter": "\uf0fb", + "square-share-nodes": "\uf1e1", + "barcode": "\uf02a", + "plus-minus": "\ue43c", + "video": "\uf03d", + "graduation-cap": "\uf19d", + "hand-holding-medical": "\ue05c", + "person-circle-check": "\ue53e", + "turn-up": "\uf3bf", + }, +} \ No newline at end of file diff --git a/addons/fontawesome/FontAwesome.gd b/addons/fontawesome/FontAwesome.gd new file mode 100644 index 0000000..50631eb --- /dev/null +++ b/addons/fontawesome/FontAwesome.gd @@ -0,0 +1,44 @@ +@tool +extends Label + +@export_category("FontAwesome") +@export_range(1, 16384) var icon_size: int = 16: set = set_icon_size +@export_enum("solid", "regular", "brands") var icon_type: String = "solid": set = set_icon_type +@export var icon_name: String = "circle-question": set = set_icon_name + +const icon_fonts: Dictionary = { + "solid": "res://addons/fontawesome/fonts/fa-solid-900.woff2", + "regular": "res://addons/fontawesome/fonts/fa-regular-400.woff2", + "brands": "res://addons/fontawesome/fonts/fa-brands-400.woff2" +} + +const cheatsheet: Dictionary = preload("res://addons/fontawesome/All.gd").all + +func _init(): + horizontal_alignment = HORIZONTAL_ALIGNMENT_CENTER + vertical_alignment = VERTICAL_ALIGNMENT_CENTER + # disable some things, this is icon not text + auto_translate = false + localize_numeral_system = false + + set_icon_type(icon_type) + set_icon_size(icon_size) + set_icon_name(icon_name) + +func set_icon_size(new_size: int): + icon_size = clamp(new_size, 1, 16384) + add_theme_font_size_override("font_size", icon_size) + size = Vector2(icon_size, icon_size) + +func set_icon_type(new_type: String): + icon_type = new_type + match icon_type: + "solid", "regular", "brands": + add_theme_font_override("font", load(icon_fonts[icon_type])) + +func set_icon_name(new_name: String): + icon_name = new_name + var iconcode = "" + if icon_name in cheatsheet[icon_type]: + iconcode = cheatsheet[icon_type][icon_name] + set_text(iconcode) diff --git a/addons/fontawesome/LICENSE.txt b/addons/fontawesome/LICENSE.txt new file mode 100644 index 0000000..01bd21e --- /dev/null +++ b/addons/fontawesome/LICENSE.txt @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2023 LetterN + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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 OR COPYRIGHT HOLDERS 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. diff --git a/addons/fontawesome/flag-solid.svg b/addons/fontawesome/flag-solid.svg new file mode 100644 index 0000000..cd62b8c --- /dev/null +++ b/addons/fontawesome/flag-solid.svg @@ -0,0 +1 @@ + diff --git a/addons/fontawesome/flag-solid.svg.import b/addons/fontawesome/flag-solid.svg.import new file mode 100644 index 0000000..283e0db --- /dev/null +++ b/addons/fontawesome/flag-solid.svg.import @@ -0,0 +1,37 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c8xladl5cn8xy" +path="res://.godot/imported/flag-solid.svg-f443982cac7d006eea43c772e2428bae.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://addons/fontawesome/flag-solid.svg" +dest_files=["res://.godot/imported/flag-solid.svg-f443982cac7d006eea43c772e2428bae.ctex"] + +[params] + +compress/mode=0 +compress/high_quality=false +compress/lossy_quality=0.7 +compress/hdr_compression=1 +compress/normal_map=0 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" +process/fix_alpha_border=true +process/premult_alpha=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 +svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/addons/fontawesome/fonts/LICENSE.txt b/addons/fontawesome/fonts/LICENSE.txt new file mode 100644 index 0000000..39e18e3 --- /dev/null +++ b/addons/fontawesome/fonts/LICENSE.txt @@ -0,0 +1,165 @@ +Fonticons, Inc. (https://fontawesome.com) + +-------------------------------------------------------------------------------- + +Font Awesome Free License + +Font Awesome Free is free, open source, and GPL friendly. You can use it for +commercial projects, open source projects, or really almost whatever you want. +Full Font Awesome Free license: https://fontawesome.com/license/free. + +-------------------------------------------------------------------------------- + +# Icons: CC BY 4.0 License (https://creativecommons.org/licenses/by/4.0/) + +The Font Awesome Free download is licensed under a Creative Commons +Attribution 4.0 International License and applies to all icons packaged +as SVG and JS file types. + +-------------------------------------------------------------------------------- + +# Fonts: SIL OFL 1.1 License + +In the Font Awesome Free download, the SIL OFL license applies to all icons +packaged as web and desktop font files. + +Copyright (c) 2023 Fonticons, Inc. (https://fontawesome.com) +with Reserved Font Name: "Font Awesome". + +This Font Software is licensed under the SIL Open Font License, Version 1.1. +This license is copied below, and is also available with a FAQ at: +http://scripts.sil.org/OFL + +SIL OPEN FONT LICENSE +Version 1.1 - 26 February 2007 + +PREAMBLE +The goals of the Open Font License (OFL) are to stimulate worldwide +development of collaborative font projects, to support the font creation +efforts of academic and linguistic communities, and to provide a free and +open framework in which fonts may be shared and improved in partnership +with others. + +The OFL allows the licensed fonts to be used, studied, modified and +redistributed freely as long as they are not sold by themselves. The +fonts, including any derivative works, can be bundled, embedded, +redistributed and/or sold with any software provided that any reserved +names are not used by derivative works. The fonts and derivatives, +however, cannot be released under any other type of license. The +requirement for fonts to remain under this license does not apply +to any document created using the fonts or their derivatives. + +DEFINITIONS +"Font Software" refers to the set of files released by the Copyright +Holder(s) under this license and clearly marked as such. This may +include source files, build scripts and documentation. + +"Reserved Font Name" refers to any names specified as such after the +copyright statement(s). + +"Original Version" refers to the collection of Font Software components as +distributed by the Copyright Holder(s). + +"Modified Version" refers to any derivative made by adding to, deleting, +or substituting — in part or in whole — any of the components of the +Original Version, by changing formats or by porting the Font Software to a +new environment. + +"Author" refers to any designer, engineer, programmer, technical +writer or other person who contributed to the Font Software. + +PERMISSION & CONDITIONS +Permission is hereby granted, free of charge, to any person obtaining +a copy of the Font Software, to use, study, copy, merge, embed, modify, +redistribute, and sell modified and unmodified copies of the Font +Software, subject to the following conditions: + +1) Neither the Font Software nor any of its individual components, +in Original or Modified Versions, may be sold by itself. + +2) Original or Modified Versions of the Font Software may be bundled, +redistributed and/or sold with any software, provided that each copy +contains the above copyright notice and this license. These can be +included either as stand-alone text files, human-readable headers or +in the appropriate machine-readable metadata fields within text or +binary files as long as those fields can be easily viewed by the user. + +3) No Modified Version of the Font Software may use the Reserved Font +Name(s) unless explicit written permission is granted by the corresponding +Copyright Holder. This restriction only applies to the primary font name as +presented to the users. + +4) The name(s) of the Copyright Holder(s) or the Author(s) of the Font +Software shall not be used to promote, endorse or advertise any +Modified Version, except to acknowledge the contribution(s) of the +Copyright Holder(s) and the Author(s) or with their explicit written +permission. + +5) The Font Software, modified or unmodified, in part or in whole, +must be distributed entirely under this license, and must not be +distributed under any other license. The requirement for fonts to +remain under this license does not apply to any document created +using the Font Software. + +TERMINATION +This license becomes null and void if any of the above conditions are +not met. + +DISCLAIMER +THE FONT SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT +OF COPYRIGHT, PATENT, TRADEMARK, OR OTHER RIGHT. IN NO EVENT SHALL THE +COPYRIGHT HOLDER BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, +INCLUDING ANY GENERAL, SPECIAL, INDIRECT, INCIDENTAL, OR CONSEQUENTIAL +DAMAGES, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF THE USE OR INABILITY TO USE THE FONT SOFTWARE OR FROM +OTHER DEALINGS IN THE FONT SOFTWARE. + +-------------------------------------------------------------------------------- + +# Code: MIT License (https://opensource.org/licenses/MIT) + +In the Font Awesome Free download, the MIT license applies to all non-font and +non-icon files. + +Copyright 2023 Fonticons, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a copy of +this software and associated documentation files (the "Software"), to deal in the +Software without restriction, including without limitation the rights to use, copy, +modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, +and to permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +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 OR COPYRIGHT +HOLDERS 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. + +-------------------------------------------------------------------------------- + +# Attribution + +Attribution is required by MIT, SIL OFL, and CC BY licenses. Downloaded Font +Awesome Free files already contain embedded comments with sufficient +attribution, so you shouldn't need to do anything additional when using these +files normally. + +We've kept attribution comments terse, so we ask that you do not actively work +to remove them from files, especially code. They're a great way for folks to +learn about Font Awesome. + +-------------------------------------------------------------------------------- + +# Brand Icons + +All brand icons are trademarks of their respective owners. The use of these +trademarks does not indicate endorsement of the trademark holder by Font +Awesome, nor vice versa. **Please do not use brand logos for any purpose except +to represent the company, product, or service to which they refer.** diff --git a/addons/fontawesome/fonts/fa-brands-400.woff2 b/addons/fontawesome/fonts/fa-brands-400.woff2 new file mode 100644 index 0000000..5929101 Binary files /dev/null and b/addons/fontawesome/fonts/fa-brands-400.woff2 differ diff --git a/addons/fontawesome/fonts/fa-brands-400.woff2.import b/addons/fontawesome/fonts/fa-brands-400.woff2.import new file mode 100644 index 0000000..7d05bf8 --- /dev/null +++ b/addons/fontawesome/fonts/fa-brands-400.woff2.import @@ -0,0 +1,33 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://c3g4ra8y40her" +path="res://.godot/imported/fa-brands-400.woff2-01946f939132baa0e37dbdeac9412933.fontdata" + +[deps] + +source_file="res://addons/fontawesome/fonts/fa-brands-400.woff2" +dest_files=["res://.godot/imported/fa-brands-400.woff2-01946f939132baa0e37dbdeac9412933.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +allow_system_fallback=true +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/addons/fontawesome/fonts/fa-regular-400.woff2 b/addons/fontawesome/fonts/fa-regular-400.woff2 new file mode 100644 index 0000000..953d554 Binary files /dev/null and b/addons/fontawesome/fonts/fa-regular-400.woff2 differ diff --git a/addons/fontawesome/fonts/fa-regular-400.woff2.import b/addons/fontawesome/fonts/fa-regular-400.woff2.import new file mode 100644 index 0000000..19f5a74 --- /dev/null +++ b/addons/fontawesome/fonts/fa-regular-400.woff2.import @@ -0,0 +1,33 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://278oy288d0cs" +path="res://.godot/imported/fa-regular-400.woff2-bb494eebb9050a2fb4b1382e97f43781.fontdata" + +[deps] + +source_file="res://addons/fontawesome/fonts/fa-regular-400.woff2" +dest_files=["res://.godot/imported/fa-regular-400.woff2-bb494eebb9050a2fb4b1382e97f43781.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +allow_system_fallback=true +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/addons/fontawesome/fonts/fa-solid-900.woff2 b/addons/fontawesome/fonts/fa-solid-900.woff2 new file mode 100644 index 0000000..83433f4 Binary files /dev/null and b/addons/fontawesome/fonts/fa-solid-900.woff2 differ diff --git a/addons/fontawesome/fonts/fa-solid-900.woff2.import b/addons/fontawesome/fonts/fa-solid-900.woff2.import new file mode 100644 index 0000000..17de0cc --- /dev/null +++ b/addons/fontawesome/fonts/fa-solid-900.woff2.import @@ -0,0 +1,33 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://cnddkn05b5fj" +path="res://.godot/imported/fa-solid-900.woff2-a9219e5bf1517e35af668434330a4deb.fontdata" + +[deps] + +source_file="res://addons/fontawesome/fonts/fa-solid-900.woff2" +dest_files=["res://.godot/imported/fa-solid-900.woff2-a9219e5bf1517e35af668434330a4deb.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +allow_system_fallback=true +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/addons/fontawesome/plugin.cfg b/addons/fontawesome/plugin.cfg new file mode 100644 index 0000000..4cdc008 --- /dev/null +++ b/addons/fontawesome/plugin.cfg @@ -0,0 +1,6 @@ +[plugin] +name="FontAwesome" +description="FontAwesome 6 Icons" +author="LetterN" +version="6.3.0" +script="plugin.gd" diff --git a/addons/fontawesome/plugin.gd b/addons/fontawesome/plugin.gd new file mode 100644 index 0000000..da01422 --- /dev/null +++ b/addons/fontawesome/plugin.gd @@ -0,0 +1,8 @@ +@tool +extends EditorPlugin + +func _enter_tree(): + add_custom_type("FontAwesome", "Label", preload("res://addons/fontawesome/FontAwesome.gd"), preload("res://addons/fontawesome/flag-solid.svg")) + +func _exit_tree(): + remove_custom_type("FontAwesome") diff --git a/default_env.tres b/default_env.tres index dfe62ab..88ab2c4 100644 --- a/default_env.tres +++ b/default_env.tres @@ -1,14 +1,7 @@ -[gd_resource type="Environment" load_steps=2 format=2] +[gd_resource type="Environment" load_steps=2 format=3 uid="uid://b5rqng8jpnn0u"] -[sub_resource type="ProceduralSky" id=1] -sky_top_color = Color( 0.0470588, 0.454902, 0.976471, 1 ) -sky_horizon_color = Color( 0.556863, 0.823529, 0.909804, 1 ) -sky_curve = 0.25 -ground_bottom_color = Color( 0.101961, 0.145098, 0.188235, 1 ) -ground_horizon_color = Color( 0.482353, 0.788235, 0.952941, 1 ) -ground_curve = 0.01 -sun_energy = 16.0 +[sub_resource type="Sky" id="1"] [resource] background_mode = 2 -background_sky = SubResource( 1 ) +sky = SubResource("1") diff --git a/fonts/kenny_bold.ttf.import b/fonts/kenny_bold.ttf.import new file mode 100644 index 0000000..177fe33 --- /dev/null +++ b/fonts/kenny_bold.ttf.import @@ -0,0 +1,33 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://bjn1uniciqgyt" +path="res://.godot/imported/kenny_bold.ttf-d1784f8630ea59e8453c826cae09870d.fontdata" + +[deps] + +source_file="res://fonts/kenny_bold.ttf" +dest_files=["res://.godot/imported/kenny_bold.ttf-d1784f8630ea59e8453c826cae09870d.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +allow_system_fallback=true +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/fonts/kenny_bold_16.tres b/fonts/kenny_bold_16.tres index af46e66..8d50cdf 100644 --- a/fonts/kenny_bold_16.tres +++ b/fonts/kenny_bold_16.tres @@ -1,6 +1,6 @@ -[gd_resource type="DynamicFont" load_steps=2 format=2] +[gd_resource type="FontFile" load_steps=2 format=2] -[ext_resource path="res://fonts/kenny_bold.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://fonts/kenny_bold.ttf" type="FontFile" id=1] [resource] use_mipmaps = true diff --git a/fonts/kenny_pixel.ttf.import b/fonts/kenny_pixel.ttf.import new file mode 100644 index 0000000..bd1f124 --- /dev/null +++ b/fonts/kenny_pixel.ttf.import @@ -0,0 +1,33 @@ +[remap] + +importer="font_data_dynamic" +type="FontFile" +uid="uid://dvdce1h1xyhia" +path="res://.godot/imported/kenny_pixel.ttf-6bad74cd04c8372d95fe493c05a6434f.fontdata" + +[deps] + +source_file="res://fonts/kenny_pixel.ttf" +dest_files=["res://.godot/imported/kenny_pixel.ttf-6bad74cd04c8372d95fe493c05a6434f.fontdata"] + +[params] + +Rendering=null +antialiasing=1 +generate_mipmaps=false +multichannel_signed_distance_field=false +msdf_pixel_range=8 +msdf_size=48 +allow_system_fallback=true +force_autohinter=false +hinting=1 +subpixel_positioning=1 +oversampling=0.0 +Fallbacks=null +fallbacks=[] +Compress=null +compress=true +preload=[] +language_support={} +script_support={} +opentype_features={} diff --git a/fonts/kenny_pixel_25.tres b/fonts/kenny_pixel_25.tres index edc4fdf..1b2f941 100644 --- a/fonts/kenny_pixel_25.tres +++ b/fonts/kenny_pixel_25.tres @@ -1,6 +1,6 @@ -[gd_resource type="DynamicFont" load_steps=2 format=2] +[gd_resource type="FontFile" load_steps=2 format=2] -[ext_resource path="res://fonts/kenny_pixel.ttf" type="DynamicFontData" id=1] +[ext_resource path="res://fonts/kenny_pixel.ttf" type="FontFile" id=1] [resource] size = 25 diff --git a/icon.png.import b/icon.png.import index c16cdba..ff50620 100644 --- a/icon.png.import +++ b/icon.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" +type="CompressedTexture2D" +uid="uid://dq8pqlkve05eu" +path="res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://icon.png" -dest_files=[ "res://.import/icon.png-487276ed1e3a0c39cad0279d744ee560.stex" ] +dest_files=["res://.godot/imported/icon.png-487276ed1e3a0c39cad0279d744ee560.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/icon.svg.import b/icon.svg.import index 1bc4b8a..5135f2a 100644 --- a/icon.svg.import +++ b/icon.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/icon.svg-218a8f2b3041327d8a5756f3a245f83b.stex" +type="CompressedTexture2D" +uid="uid://c5blhm52nlhyp" +path="res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://icon.svg" -dest_files=[ "res://.import/icon.svg-218a8f2b3041327d8a5756f3a245f83b.stex" ] +dest_files=["res://.godot/imported/icon.svg-218a8f2b3041327d8a5756f3a245f83b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/lang/local.csv.import b/lang/local.csv.import index beece0d..93edbc0 100644 --- a/lang/local.csv.import +++ b/lang/local.csv.import @@ -2,13 +2,14 @@ importer="csv_translation" type="Translation" +uid="uid://bdu3ytca7lxbp" [deps] -files=[ "res://lang/local.en.translation", "res://lang/local.sv.translation" ] +files=["res://lang/local.en.translation", "res://lang/local.sv.translation"] source_file="res://lang/local.csv" -dest_files=[ "res://lang/local.en.translation", "res://lang/local.sv.translation" ] +dest_files=["res://lang/local.en.translation", "res://lang/local.sv.translation"] [params] diff --git a/lang/local.en.translation b/lang/local.en.translation index b5612eb..4126200 100644 Binary files a/lang/local.en.translation and b/lang/local.en.translation differ diff --git a/lang/local.sv.translation b/lang/local.sv.translation index 7afef2f..280579b 100644 Binary files a/lang/local.sv.translation and b/lang/local.sv.translation differ diff --git a/project.godot b/project.godot index 14de1dd..4fae085 100644 --- a/project.godot +++ b/project.godot @@ -6,19 +6,15 @@ ; [section] ; section goes between [] ; param=value ; assign values to parameters -config_version=4 - -_global_script_classes=[ ] -_global_script_class_icons={ -} +config_version=5 [application] -config/name="Tony's Dress Up" -run/main_scene="res://scenes/game.tscn" +config/name="Zack's Dress Up" +run/main_scene="res://scenes/dress_up.tscn" config/use_custom_user_dir=true -boot_splash/image="res://icon.png" -boot_splash/bg_color=Color( 0.8, 0.8, 0.4, 1 ) +config/features=PackedStringArray("4.0") +boot_splash/bg_color=Color(0.8, 0.8, 0.4, 1) config/icon="res://icon.png" config/macos_native_icon="res://icon.icns" config/windows_native_icon="res://icon.ico" @@ -35,12 +31,14 @@ gdscript/completion/autocomplete_setters_and_getters=true [display] -window/size/width=800 -window/size/height=500 +window/size/viewport_width=800 +window/size/viewport_height=500 window/size/resizable=false window/energy_saving/keep_screen_on=false -window/stretch/mode="2d" -window/stretch/aspect="keep" + +[editor_plugins] + +enabled=PackedStringArray("res://addons/SpritesheetGenerator/plugin.cfg", "res://addons/fontawesome/plugin.cfg") [importer_defaults] @@ -73,28 +71,21 @@ ogg_vorbis={ ui_pause={ "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":16777217,"physical_scancode":0,"unicode":0,"echo":false,"script":null) -, Object(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"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(InputEventJoypadButton,"resource_local_to_scene":false,"resource_name":"","device":0,"button_index":11,"pressure":0.0,"pressed":false,"script":null) +] } [locale] -locale_filter=[ 1, [ "en", "sv" ] ] -translations=PoolStringArray( "res://lang/local.en.translation", "res://lang/local.sv.translation" ) +locale_filter=[1, ["en", "sv"]] +translations=PackedStringArray("res://lang/local.en.translation", "res://lang/local.sv.translation") [rendering] +environment/defaults/default_environment="res://default_env.tres" quality/driver/driver_name="GLES2" quality/intended_usage/framebuffer_allocation=0 quality/intended_usage/framebuffer_allocation.mobile=0 2d/snapping/use_gpu_pixel_snap=true vram_compression/import_etc=true -environment/default_environment="res://default_env.tres" quality/2d/use_pixel_snap=true diff --git a/resources/KBlueBtnDisabled.tres b/resources/KBlueBtnDisabled.tres index a1f38b0..794ab2f 100644 --- a/resources/KBlueBtnDisabled.tres +++ b/resources/KBlueBtnDisabled.tres @@ -1,6 +1,6 @@ [gd_resource type="StyleBoxTexture" load_steps=2 format=2] -[ext_resource path="res://sprites/ui/blue_button10.png" type="Texture" id=1] +[ext_resource path="res://sprites/ui/blue_button10.png" type="Texture2D" id=1] [resource] texture = ExtResource( 1 ) diff --git a/resources/KBlueBtnNormal.tres b/resources/KBlueBtnNormal.tres index b2bc587..5dbc926 100644 --- a/resources/KBlueBtnNormal.tres +++ b/resources/KBlueBtnNormal.tres @@ -1,6 +1,6 @@ [gd_resource type="StyleBoxTexture" load_steps=2 format=2] -[ext_resource path="res://sprites/ui/blue_button03.png" type="Texture" id=1] +[ext_resource path="res://sprites/ui/blue_button03.png" type="Texture2D" id=1] [resource] texture = ExtResource( 1 ) diff --git a/resources/KBlueBtnPressed.tres b/resources/KBlueBtnPressed.tres index 2804f31..7fa3a7a 100644 --- a/resources/KBlueBtnPressed.tres +++ b/resources/KBlueBtnPressed.tres @@ -1,6 +1,6 @@ [gd_resource type="StyleBoxTexture" load_steps=2 format=2] -[ext_resource path="res://sprites/ui/blue_button00.png" type="Texture" id=1] +[ext_resource path="res://sprites/ui/blue_button00.png" type="Texture2D" id=1] [resource] texture = ExtResource( 1 ) diff --git a/resources/KGreyPanel.tres b/resources/KGreyPanel.tres index e4d15bb..2a692d9 100644 --- a/resources/KGreyPanel.tres +++ b/resources/KGreyPanel.tres @@ -1,6 +1,6 @@ [gd_resource type="StyleBoxTexture" load_steps=2 format=2] -[ext_resource path="res://sprites/ui/grey_panel.png" type="Texture" id=1] +[ext_resource path="res://sprites/ui/grey_panel.png" type="Texture2D" id=1] [resource] texture = ExtResource( 1 ) diff --git a/scenes/Character.tscn b/scenes/Character.tscn deleted file mode 100644 index 1610a8f..0000000 --- a/scenes/Character.tscn +++ /dev/null @@ -1,149 +0,0 @@ -[gd_scene load_steps=33 format=2] - -[ext_resource path="res://sprites/character/shadow.svg" type="Texture" id=1] -[ext_resource path="res://sprites/character/tail/tail0.svg" type="Texture" id=2] -[ext_resource path="res://sprites/character/tail/tail1.svg" type="Texture" id=3] -[ext_resource path="res://sprites/character/tail/tail2.svg" type="Texture" id=4] -[ext_resource path="res://sprites/clothes/owo_censor.svg" type="Texture" id=5] -[ext_resource path="res://sprites/character/eyes/eyes1.png" type="Texture" id=6] -[ext_resource path="res://sprites/character/eyes/eyes2.png" type="Texture" id=7] -[ext_resource path="res://sprites/character/eyes/eyes3.png" type="Texture" id=8] -[ext_resource path="res://sprites/character/eyes/eyes4.png" type="Texture" id=9] -[ext_resource path="res://sprites/character/eyes/eyes5.png" type="Texture" id=10] -[ext_resource path="res://sprites/character/eyes/eyes6.png" type="Texture" id=11] -[ext_resource path="res://sprites/character/eyes/eyes7.png" type="Texture" id=12] -[ext_resource path="res://sprites/character/mouth/mouth.png" type="Texture" id=13] -[ext_resource path="res://sprites/character/mouth/mouth2.png" type="Texture" id=14] -[ext_resource path="res://sprites/character/mouth/mouth3.png" type="Texture" id=15] -[ext_resource path="res://sprites/character/mouth/mouth4.png" type="Texture" id=16] -[ext_resource path="res://sprites/character/mouth/mouth5.png" type="Texture" id=17] -[ext_resource path="res://sprites/character/mouth/mouth6.png" type="Texture" id=18] -[ext_resource path="res://sprites/character/mouth/mouth7.png" type="Texture" id=19] -[ext_resource path="res://sprites/character/mouth/mouth8.png" type="Texture" id=20] -[ext_resource path="res://sprites/character/mouth/mouth9.png" type="Texture" id=21] -[ext_resource path="res://sprites/character/mouth/mouth10.png" type="Texture" id=22] -[ext_resource path="res://sprites/character/mouth/mouth12.png" type="Texture" id=23] -[ext_resource path="res://sounds/select_006.ogg" type="AudioStream" id=24] -[ext_resource path="res://sprites/character/character_base_top.svg" type="Texture" id=25] -[ext_resource path="res://sprites/clothes/blank_top.png" type="Texture" id=26] -[ext_resource path="res://sprites/character/character_base_head.svg" type="Texture" id=27] -[ext_resource path="res://sprites/character/mouth/mouth11.png" type="Texture" id=28] -[ext_resource path="res://scripts/character.gd" type="Script" id=29] - -[sub_resource type="SpriteFrames" id=1] -animations = [ { -"frames": [ ExtResource( 2 ), ExtResource( 3 ), ExtResource( 4 ) ], -"loop": true, -"name": "default", -"speed": 2.0 -} ] - -[sub_resource type="SpriteFrames" id=2] -animations = [ { -"frames": [ ExtResource( 6 ), ExtResource( 7 ), ExtResource( 8 ), ExtResource( 9 ), ExtResource( 10 ), ExtResource( 11 ), ExtResource( 12 ) ], -"loop": true, -"name": "default", -"speed": 2.0 -} ] - -[sub_resource type="SpriteFrames" id=3] -animations = [ { -"frames": [ ExtResource( 13 ), ExtResource( 14 ), ExtResource( 15 ), ExtResource( 16 ), ExtResource( 17 ), ExtResource( 18 ), ExtResource( 19 ), ExtResource( 20 ), ExtResource( 21 ), ExtResource( 22 ), ExtResource( 28 ), ExtResource( 23 ) ], -"loop": true, -"name": "default", -"speed": 2.0 -} ] - -[node name="Character" type="Node2D"] -position = Vector2( -19, -92 ) -script = ExtResource( 29 ) - -[node name="Click" type="AudioStreamPlayer" parent="."] -stream = ExtResource( 24 ) - -[node name="Shadow" type="Sprite" parent="."] -position = Vector2( 4.84271, 244.714 ) -texture = ExtResource( 1 ) - -[node name="Body" type="Node2D" parent="."] -__meta__ = { -"_edit_lock_": true -} - -[node name="Tail" type="AnimatedSprite" parent="Body"] -position = Vector2( -33.7592, 99.4079 ) -scale = Vector2( 0.927713, 1 ) -frames = SubResource( 1 ) -playing = true - -[node name="Legs" type="Sprite" parent="Body"] -position = Vector2( 1.47027, 191.868 ) -texture = ExtResource( 5 ) - -[node name="Top" type="Sprite" parent="Body"] -position = Vector2( 7, 78 ) -texture = ExtResource( 25 ) - -[node name="Head" type="Sprite" parent="Body"] -position = Vector2( 10.6805, -25.1047 ) -texture = ExtResource( 27 ) - -[node name="Eyes" type="AnimatedSprite" parent="Body/Head"] -position = Vector2( 17.6857, 4.22147 ) -frames = SubResource( 2 ) -frame = 4 -playing = true - -[node name="Mouth" type="AnimatedSprite" parent="Body/Head"] -position = Vector2( 38.1195, 8.68453 ) -frames = SubResource( 3 ) -frame = 2 -playing = true - -[node name="Accessory" type="Sprite" parent="Body"] -position = Vector2( 9.54095, 73.0832 ) -texture = ExtResource( 26 ) -__meta__ = { -"_edit_lock_": true -} - -[node name="Controls" type="CanvasLayer" parent="."] - -[node name="Container" type="Control" parent="Controls"] -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_left = -19.0 -margin_top = -92.0 -margin_right = -19.0 -margin_bottom = -92.0 -__meta__ = { -"_edit_lock_": true, -"_edit_use_anchors_": true -} - -[node name="ExportWin" type="FileDialog" parent="Controls/Container"] -anchor_left = 0.215 -anchor_top = 0.21 -anchor_right = 0.785 -anchor_bottom = 0.79 -window_title = "Export" -access = 1 -current_dir = "user://Users/tonytins/Projects/tonysdressup" -current_path = "user://Users/tonytins/Projects/tonysdressup/" -__meta__ = { -"_edit_use_anchors_": true -} - -[node name="ImportWin" type="FileDialog" parent="Controls/Container"] -anchor_left = 0.215 -anchor_top = 0.21 -anchor_right = 0.785 -anchor_bottom = 0.79 -window_title = "Open a File" -mode = 0 -access = 1 -current_dir = "user://Users/tonytins/Projects/tonysdressup" -current_path = "user://Users/tonytins/Projects/tonysdressup/" -__meta__ = { -"_edit_use_anchors_": true -} diff --git a/scenes/NewsWin.tscn b/scenes/NewsWin.tscn deleted file mode 100644 index 3a10663..0000000 --- a/scenes/NewsWin.tscn +++ /dev/null @@ -1,68 +0,0 @@ -[gd_scene load_steps=4 format=2] - -[ext_resource path="res://sprites/symbols/sync.svg" type="Texture" id=1] -[ext_resource path="res://sprites/pawprint-logo.svg" type="Texture" id=2] -[ext_resource path="res://scripts/news_window.gd" type="Script" id=3] - -[node name="NewsWin" type="WindowDialog"] -anchor_left = 0.15375 -anchor_top = 0.144 -anchor_right = 0.84625 -anchor_bottom = 0.856 -rect_min_size = Vector2( 540, 340 ) -window_title = "News" -script = ExtResource( 3 ) -__meta__ = { -"_edit_use_anchors_": true -} - -[node name="News" type="ItemList" parent="."] -anchor_top = 0.179775 -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_top = -3.8147e-06 -max_text_lines = 5 -auto_height = true -same_column_width = true -icon_mode = 0 -__meta__ = { -"_edit_use_anchors_": true -} - -[node name="NewsBtns" type="HBoxContainer" parent="."] -anchor_top = 0.0280899 -anchor_right = 1.0 -anchor_bottom = 0.13764 -margin_top = 0.748672 -margin_bottom = 0.748837 -custom_constants/separation = 30 -alignment = 1 -__meta__ = { -"_edit_use_anchors_": true -} - -[node name="HTTPRequest" type="HTTPRequest" parent="NewsBtns"] - -[node name="Logo" type="TextureRect" parent="NewsBtns"] -margin_left = 79.0 -margin_right = 367.0 -margin_bottom = 39.0 -texture = ExtResource( 2 ) -stretch_mode = 4 -__meta__ = { -"_edit_use_anchors_": true -} - -[node name="VSeparator" type="VSeparator" parent="NewsBtns"] -margin_left = 397.0 -margin_right = 401.0 -margin_bottom = 39.0 - -[node name="SyncBtn" type="Button" parent="NewsBtns"] -margin_left = 431.0 -margin_right = 475.0 -margin_bottom = 39.0 -icon = ExtResource( 1 ) - -[connection signal="request_completed" from="NewsBtns/HTTPRequest" to="." method="_on_HTTPRequest_request_completed"] -[connection signal="pressed" from="NewsBtns/SyncBtn" to="." method="_on_SyncBtn_pressed"] diff --git a/scenes/clothing/base/clothing_base.tscn b/scenes/clothing/base/clothing_base.tscn index 8f28ed7..b377782 100644 --- a/scenes/clothing/base/clothing_base.tscn +++ b/scenes/clothing/base/clothing_base.tscn @@ -6,9 +6,9 @@ [node name="baseClothing" type="TextureButton"] anchor_right = 1.0 anchor_bottom = 1.0 -margin_right = -694.0 -margin_bottom = -488.0 -rect_min_size = Vector2( 106, 112 ) +offset_right = -694.0 +offset_bottom = -488.0 +custom_minimum_size = Vector2( 106, 112 ) script = ExtResource( 1 ) __meta__ = { "_edit_use_anchors_": false diff --git a/scenes/clothing/camera.tscn b/scenes/clothing/camera.tscn index 2b06d09..be8afc1 100644 --- a/scenes/clothing/camera.tscn +++ b/scenes/clothing/camera.tscn @@ -1,12 +1,12 @@ [gd_scene load_steps=3 format=2] [ext_resource path="res://scenes/clothing/base/accessory_base.tscn" type="PackedScene" id=1] -[ext_resource path="res://sprites/clothes/camera.png" type="Texture" id=2] +[ext_resource path="res://sprites/clothes/camera.png" type="Texture2D" id=2] [node name="camera" instance=ExtResource( 1 )] anchor_right = 0.0 anchor_bottom = 0.0 -margin_right = 0.0 -margin_bottom = 0.0 -rect_min_size = Vector2( 0, 0 ) +offset_right = 0.0 +offset_bottom = 0.0 +custom_minimum_size = Vector2( 0, 0 ) texture_normal = ExtResource( 2 ) diff --git a/scenes/clothing/pants/beat_Jeans.tscn b/scenes/clothing/pants/beat_Jeans.tscn index 01a233c..fea3d5a 100644 --- a/scenes/clothing/pants/beat_Jeans.tscn +++ b/scenes/clothing/pants/beat_Jeans.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/beat_up_jeans.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/beat_up_jeans.svg" type="Texture2D" id=3] [node name="beatUpJeans" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/pants/camoJeans.tscn b/scenes/clothing/pants/camoJeans.tscn index 6b529b3..a1a571e 100644 --- a/scenes/clothing/pants/camoJeans.tscn +++ b/scenes/clothing/pants/camoJeans.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=2] -[ext_resource path="res://sprites/clothes/blue_camo_jeans.svg" type="Texture" id=1] +[ext_resource path="res://sprites/clothes/blue_camo_jeans.svg" type="Texture2D" id=1] [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=2] [ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=3] diff --git a/scenes/clothing/pants/dj_shorts.tscn b/scenes/clothing/pants/dj_shorts.tscn index 24a40bb..393265c 100644 --- a/scenes/clothing/pants/dj_shorts.tscn +++ b/scenes/clothing/pants/dj_shorts.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/dj_shorts.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/dj_shorts.svg" type="Texture2D" id=3] [node name="camoJeans" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/pants/formal_skirt.tscn b/scenes/clothing/pants/formal_skirt.tscn index ceaeaac..7226196 100644 --- a/scenes/clothing/pants/formal_skirt.tscn +++ b/scenes/clothing/pants/formal_skirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/formal_skirt.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/formal_skirt.svg" type="Texture2D" id=3] [node name="formalSkirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/pants/jeans.tscn b/scenes/clothing/pants/jeans.tscn index 74866cc..bb5c986 100644 --- a/scenes/clothing/pants/jeans.tscn +++ b/scenes/clothing/pants/jeans.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/jeans.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/jeans.svg" type="Texture2D" id=3] diff --git a/scenes/clothing/pants/skirt.tscn b/scenes/clothing/pants/skirt.tscn index d2c3d1d..8d7aebc 100644 --- a/scenes/clothing/pants/skirt.tscn +++ b/scenes/clothing/pants/skirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/blue_skirt.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/blue_skirt.svg" type="Texture2D" id=3] diff --git a/scenes/clothing/pants/sweatPants.tscn b/scenes/clothing/pants/sweatPants.tscn index d75ef84..f3635df 100644 --- a/scenes/clothing/pants/sweatPants.tscn +++ b/scenes/clothing/pants/sweatPants.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=4 format=2] -[ext_resource path="res://sprites/clothes/sweat_pants.svg" type="Texture" id=1] +[ext_resource path="res://sprites/clothes/sweat_pants.svg" type="Texture2D" id=1] [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=2] [ext_resource path="res://scripts/clothing/bottoms_base.gd" type="Script" id=3] diff --git a/scenes/clothing/tops/atomic_shirt.tscn b/scenes/clothing/tops/atomic_shirt.tscn index 041c664..a702cb7 100644 --- a/scenes/clothing/tops/atomic_shirt.tscn +++ b/scenes/clothing/tops/atomic_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/atomic_shirt.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/atomic_shirt.svg" type="Texture2D" id=3] [node name="atomicShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/dj_shirt.tscn b/scenes/clothing/tops/dj_shirt.tscn index ed902ba..b6fa9c2 100644 --- a/scenes/clothing/tops/dj_shirt.tscn +++ b/scenes/clothing/tops/dj_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/dj_shirt.png" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/dj_shirt.png" type="Texture2D" id=3] [node name="djShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/fullsnack_shirt.tscn b/scenes/clothing/tops/fullsnack_shirt.tscn index 4f2fc8e..a6d0dda 100644 --- a/scenes/clothing/tops/fullsnack_shirt.tscn +++ b/scenes/clothing/tops/fullsnack_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/fullsnack_shirt.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/fullsnack_shirt.svg" type="Texture2D" id=3] [node name="fullsnackShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/korm_shirt.tscn b/scenes/clothing/tops/korm_shirt.tscn index 1f232c7..e14461b 100644 --- a/scenes/clothing/tops/korm_shirt.tscn +++ b/scenes/clothing/tops/korm_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/korm_shirt.png" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/korm_shirt.png" type="Texture2D" id=3] [node name="kormShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/nl_shirt.tscn b/scenes/clothing/tops/nl_shirt.tscn index de1dcaf..c0044e2 100644 --- a/scenes/clothing/tops/nl_shirt.tscn +++ b/scenes/clothing/tops/nl_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture2D" id=3] [node name="nlShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/rawShirt.tscn b/scenes/clothing/tops/rawShirt.tscn index 97b5837..2c40714 100644 --- a/scenes/clothing/tops/rawShirt.tscn +++ b/scenes/clothing/tops/rawShirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/raw_shirt.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/raw_shirt.svg" type="Texture2D" id=3] diff --git a/scenes/clothing/tops/retro_shirt.tscn b/scenes/clothing/tops/retro_shirt.tscn index de1dcaf..c0044e2 100644 --- a/scenes/clothing/tops/retro_shirt.tscn +++ b/scenes/clothing/tops/retro_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/nl_jacket.png" type="Texture2D" id=3] [node name="nlShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/skate_shirt.tscn b/scenes/clothing/tops/skate_shirt.tscn index f88c40f..431b850 100644 --- a/scenes/clothing/tops/skate_shirt.tscn +++ b/scenes/clothing/tops/skate_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/skate_shirt.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/skate_shirt.svg" type="Texture2D" id=3] [node name="skateShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/train_hoodie.tscn b/scenes/clothing/tops/train_hoodie.tscn index f36fe22..90627f0 100644 --- a/scenes/clothing/tops/train_hoodie.tscn +++ b/scenes/clothing/tops/train_hoodie.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/train_hoodie.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/train_hoodie.svg" type="Texture2D" id=3] [node name="trainHoodie" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/whatsnew_shirt.tscn b/scenes/clothing/tops/whatsnew_shirt.tscn index 2f23ea2..6b9be02 100644 --- a/scenes/clothing/tops/whatsnew_shirt.tscn +++ b/scenes/clothing/tops/whatsnew_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/whatsnew_shirt.svg" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/whatsnew_shirt.svg" type="Texture2D" id=3] [node name="whatsNewShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/tops/z_shirt.tscn b/scenes/clothing/tops/z_shirt.tscn index 8266145..a04fd2f 100644 --- a/scenes/clothing/tops/z_shirt.tscn +++ b/scenes/clothing/tops/z_shirt.tscn @@ -2,7 +2,7 @@ [ext_resource path="res://scenes/clothing/base/clothing_base.tscn" type="PackedScene" id=1] [ext_resource path="res://scripts/clothing/tops_base.gd" type="Script" id=2] -[ext_resource path="res://sprites/clothes/z_shirt.png" type="Texture" id=3] +[ext_resource path="res://sprites/clothes/z_shirt.png" type="Texture2D" id=3] [node name="zShirt" instance=ExtResource( 1 )] texture_normal = ExtResource( 3 ) diff --git a/scenes/clothing/undies/briefs.tscn b/scenes/clothing/undies/briefs.tscn index 7e96b28..87bad64 100644 --- a/scenes/clothing/undies/briefs.tscn +++ b/scenes/clothing/undies/briefs.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://sprites/clothes/briefs.svg" type="Texture" id=1] +[ext_resource path="res://sprites/clothes/briefs.svg" type="Texture2D" id=1] [ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2] diff --git a/scenes/clothing/undies/fundosi.tscn b/scenes/clothing/undies/fundosi.tscn index e2cec05..f356957 100644 --- a/scenes/clothing/undies/fundosi.tscn +++ b/scenes/clothing/undies/fundosi.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://sprites/clothes/fundosi.svg" type="Texture" id=1] +[ext_resource path="res://sprites/clothes/fundosi.svg" type="Texture2D" id=1] [ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2] @@ -10,7 +10,7 @@ [node name="fundosi" instance=ExtResource( 2 )] anchor_right = 0.0 anchor_bottom = 0.0 -margin_right = 0.0 -margin_bottom = 0.0 -rect_min_size = Vector2( 0, 0 ) +offset_right = 0.0 +offset_bottom = 0.0 +custom_minimum_size = Vector2( 0, 0 ) texture_normal = ExtResource( 1 ) diff --git a/scenes/clothing/undies/z_briefs.tscn b/scenes/clothing/undies/z_briefs.tscn index 2419428..d7916bd 100644 --- a/scenes/clothing/undies/z_briefs.tscn +++ b/scenes/clothing/undies/z_briefs.tscn @@ -1,6 +1,6 @@ [gd_scene load_steps=3 format=2] -[ext_resource path="res://sprites/clothes/z_briefs.svg" type="Texture" id=1] +[ext_resource path="res://sprites/clothes/z_briefs.svg" type="Texture2D" id=1] [ext_resource path="res://scenes/clothing/base/undies_base.tscn" type="PackedScene" id=2] diff --git a/scenes/dress_up.tscn b/scenes/dress_up.tscn new file mode 100644 index 0000000..d39ea7f --- /dev/null +++ b/scenes/dress_up.tscn @@ -0,0 +1,89 @@ +[gd_scene load_steps=12 format=3 uid="uid://cowj1v5ikbbcr"] + +[ext_resource type="Texture2D" uid="uid://33g80p0qnfw4" path="res://sprites/world/background.svg" id="1_mkrgm"] +[ext_resource type="Texture2D" uid="uid://bi7ayrxnn7hex" path="res://sprites/clothes/icrazy_frame.svg" id="2_6ubqe"] +[ext_resource type="Texture2D" uid="uid://dteiup73cqn4o" path="res://sprites/clothes/lights.png" id="3_dv1xm"] +[ext_resource type="PackedScene" uid="uid://detf8uwimqp3v" path="res://scenes/zack_casey.tscn" id="4_62lrl"] +[ext_resource type="Script" path="res://scripts/interface.gd" id="5_2hrl4"] +[ext_resource type="PackedScene" uid="uid://crwoe1shep3qn" path="res://scenes/wardrobe.tscn" id="6_63h3o"] +[ext_resource type="Texture2D" uid="uid://c6gjshrl66tx" path="res://sprites/symbols/file-upload.svg" id="7_3o5r4"] +[ext_resource type="Texture2D" uid="uid://nm7qfemlongu" path="res://sprites/symbols/file-upload-disabled.svg" id="8_6btbd"] +[ext_resource type="Texture2D" uid="uid://dvwfmf3d8owqa" path="res://sprites/symbols/file-download.svg" id="9_k60o7"] +[ext_resource type="Texture2D" uid="uid://bqs56pcfa0uqh" path="res://sprites/symbols/file-download-disabled.svg" id="10_d8wi3"] +[ext_resource type="Texture2D" uid="uid://dgwys372lmwvh" path="res://sprites/symbols/trash.svg" id="11_pc3us"] + +[node name="Game" type="Node"] + +[node name="Background" type="Sprite2D" parent="."] +position = Vector2(504.046, 202.426) +texture = ExtResource("1_mkrgm") + +[node name="PictureFrame" type="Sprite2D" parent="."] +position = Vector2(127.602, 111.895) +texture = ExtResource("2_6ubqe") + +[node name="Light3D" type="PointLight2D" parent="PictureFrame"] +position = Vector2(35.118, -14.56) +texture = ExtResource("3_dv1xm") + +[node name="Character" parent="." instance=ExtResource("4_62lrl")] +position = Vector2(141.307, 225.012) + +[node name="Container" type="Control" parent="."] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +grow_horizontal = 2 +grow_vertical = 2 +script = ExtResource("5_2hrl4") +version = "2" + +[node name="Wardrobe" parent="Container" instance=ExtResource("6_63h3o")] +layout_mode = 0 +anchors_preset = 0 +anchor_left = 0.33875 +anchor_top = 0.054 +anchor_right = 1.05 +anchor_bottom = 0.9 +offset_right = 6.10352e-05 +theme = null + +[node name="CenterBtns" type="CenterContainer" parent="Container"] +layout_mode = 0 +anchor_left = 0.35125 +anchor_top = 0.78 +anchor_right = 0.9925 +anchor_bottom = 0.874 + +[node name="ButtonCtr" type="HBoxContainer" parent="Container/CenterBtns"] +layout_mode = 2 + +[node name="ExportBtn" type="TextureButton" parent="Container/CenterBtns/ButtonCtr"] +layout_mode = 2 +tooltip_text = "Export" +texture_normal = ExtResource("7_3o5r4") +texture_disabled = ExtResource("8_6btbd") + +[node name="ImportBtn" type="TextureButton" parent="Container/CenterBtns/ButtonCtr"] +layout_mode = 2 +tooltip_text = "Import" +texture_normal = ExtResource("9_k60o7") +texture_disabled = ExtResource("10_d8wi3") + +[node name="ClearBtn" type="TextureButton" parent="Container/CenterBtns/ButtonCtr"] +layout_mode = 2 +tooltip_text = "Clear" +texture_normal = ExtResource("11_pc3us") + +[node name="VersionLbl" type="Label" parent="Container"] +layout_mode = 0 +anchor_left = 0.88125 +anchor_top = 0.944 +anchor_right = 0.9825 +anchor_bottom = 0.984 +text = "0.0.0" + +[connection signal="pressed" from="Container/CenterBtns/ButtonCtr/ExportBtn" to="Character" method="_on_SaveBtn_pressed"] +[connection signal="pressed" from="Container/CenterBtns/ButtonCtr/ImportBtn" to="Character" method="_on_LoadBtn_pressed"] +[connection signal="pressed" from="Container/CenterBtns/ButtonCtr/ClearBtn" to="Character" method="_on_clearBtn_pressed"] diff --git a/scenes/game.tscn b/scenes/game.tscn deleted file mode 100644 index 2754e2e..0000000 --- a/scenes/game.tscn +++ /dev/null @@ -1,130 +0,0 @@ -[gd_scene load_steps=15 format=2] - -[ext_resource path="res://scenes/Character.tscn" type="PackedScene" id=1] -[ext_resource path="res://sprites/world/background.svg" type="Texture" id=2] -[ext_resource path="res://sprites/symbols/trash.svg" type="Texture" id=3] -[ext_resource path="res://scenes/wardrobe.tscn" type="PackedScene" id=4] -[ext_resource path="res://sprites/clothes/icrazy_frame.svg" type="Texture" id=5] -[ext_resource path="res://sprites/clothes/lights.png" type="Texture" id=6] -[ext_resource path="res://sprites/symbols/file-upload.svg" type="Texture" id=7] -[ext_resource path="res://scripts/interface.gd" type="Script" id=8] -[ext_resource path="res://sprites/symbols/file-download.svg" type="Texture" id=9] -[ext_resource path="res://sprites/symbols/file-upload-disabled.svg" type="Texture" id=10] -[ext_resource path="res://sprites/symbols/file-download-disabled.svg" type="Texture" id=11] -[ext_resource path="res://sprites/symbols/spinner.svg" type="Texture" id=12] -[ext_resource path="res://scripts/spinner.gd" type="Script" id=13] -[ext_resource path="res://scenes/NewsWin.tscn" type="PackedScene" id=16] - -[node name="Game" type="Node2D"] - -[node name="Background" type="Sprite" parent="."] -position = Vector2( 504.046, 202.426 ) -texture = ExtResource( 2 ) -__meta__ = { -"_edit_lock_": true -} - -[node name="PictureFrame" type="Sprite" parent="."] -position = Vector2( 127.602, 111.895 ) -texture = ExtResource( 5 ) -__meta__ = { -"_edit_group_": true -} - -[node name="Light" type="Light2D" parent="PictureFrame"] -position = Vector2( 35.118, -14.56 ) -texture = ExtResource( 6 ) - -[node name="Character" parent="." instance=ExtResource( 1 )] -position = Vector2( 141.307, 225.012 ) - -[node name="Controls" type="CanvasLayer" parent="."] - -[node name="Container" type="Control" parent="Controls"] -anchor_right = 1.0 -anchor_bottom = 1.0 -script = ExtResource( 8 ) -__meta__ = { -"_edit_lock_": true, -"_edit_use_anchors_": true -} -version = "1.11" - -[node name="Wardrobe" parent="Controls/Container" instance=ExtResource( 4 )] -anchor_left = 0.33875 -anchor_top = 0.054 -anchor_right = 1.05 -anchor_bottom = 0.9 -margin_right = 6.10352e-05 - -[node name="Spinner" type="TextureRect" parent="Controls/Container"] -visible = false -anchor_left = 0.945785 -anchor_top = 0.153026 -anchor_right = 0.985785 -anchor_bottom = 0.217026 -texture = ExtResource( 12 ) -script = ExtResource( 13 ) -__meta__ = { -"_edit_use_anchors_": true -} - -[node name="Timer" type="Timer" parent="Controls/Container/Spinner"] -wait_time = 2.0 - -[node name="CenterBtns" type="CenterContainer" parent="Controls/Container"] -anchor_left = 0.35125 -anchor_top = 0.78 -anchor_right = 0.9925 -anchor_bottom = 0.874 -__meta__ = { -"_edit_use_anchors_": true -} - -[node name="ButtonCtr" type="HBoxContainer" parent="Controls/Container/CenterBtns"] -margin_left = 199.0 -margin_top = 7.0 -margin_right = 314.0 -margin_bottom = 39.0 -custom_constants/separation = 20 - -[node name="ExportBtn" type="TextureButton" parent="Controls/Container/CenterBtns/ButtonCtr"] -margin_right = 25.0 -margin_bottom = 32.0 -hint_tooltip = "Export" -texture_normal = ExtResource( 7 ) -texture_disabled = ExtResource( 10 ) - -[node name="ImportBtn" type="TextureButton" parent="Controls/Container/CenterBtns/ButtonCtr"] -margin_left = 45.0 -margin_right = 70.0 -margin_bottom = 32.0 -hint_tooltip = "Import" -texture_normal = ExtResource( 9 ) -texture_disabled = ExtResource( 11 ) - -[node name="ClearBtn" type="TextureButton" parent="Controls/Container/CenterBtns/ButtonCtr"] -margin_left = 90.0 -margin_right = 115.0 -margin_bottom = 32.0 -hint_tooltip = "Clear" -texture_normal = ExtResource( 3 ) - -[node name="VersionLbl" type="Label" parent="Controls/Container"] -anchor_left = 0.88125 -anchor_top = 0.944 -anchor_right = 0.9825 -anchor_bottom = 0.984 -text = "0.0.0" -align = 2 -valign = 3 -__meta__ = { -"_edit_use_anchors_": true -} - -[node name="NewsWin" parent="Controls/Container" instance=ExtResource( 16 )] - -[connection signal="timeout" from="Controls/Container/Spinner/Timer" to="Controls/Container/Spinner" method="_on_Timer_timeout"] -[connection signal="pressed" from="Controls/Container/CenterBtns/ButtonCtr/ExportBtn" to="Character" method="_on_SaveBtn_pressed"] -[connection signal="pressed" from="Controls/Container/CenterBtns/ButtonCtr/ImportBtn" to="Character" method="_on_LoadBtn_pressed"] -[connection signal="pressed" from="Controls/Container/CenterBtns/ButtonCtr/ClearBtn" to="Character" method="_on_clearBtn_pressed"] diff --git a/scenes/wardrobe.tscn b/scenes/wardrobe.tscn index 7a97153..5aa50fd 100644 --- a/scenes/wardrobe.tscn +++ b/scenes/wardrobe.tscn @@ -1,214 +1,129 @@ -[gd_scene load_steps=18 format=2] +[gd_scene load_steps=18 format=3 uid="uid://crwoe1shep3qn"] -[ext_resource path="res://scenes/clothing/camera.tscn" type="PackedScene" id=1] -[ext_resource path="res://sprites/clothes/retro_shirt.svg" type="Texture" id=2] -[ext_resource path="res://scenes/clothing/pants/beat_Jeans.tscn" type="PackedScene" id=3] -[ext_resource path="res://scenes/clothing/tops/skate_shirt.tscn" type="PackedScene" id=4] -[ext_resource path="res://scenes/clothing/pants/skirt.tscn" type="PackedScene" id=5] -[ext_resource path="res://scenes/clothing/pants/formal_skirt.tscn" type="PackedScene" id=6] -[ext_resource path="res://scenes/clothing/pants/camoJeans.tscn" type="PackedScene" id=7] -[ext_resource path="res://scenes/clothing/pants/dj_shorts.tscn" type="PackedScene" id=8] -[ext_resource path="res://sprites/ui/x_button.svg" type="Texture" id=9] -[ext_resource path="res://scenes/clothing/tops/whatsnew_shirt.tscn" type="PackedScene" id=10] -[ext_resource path="res://scenes/clothing/tops/fullsnack_shirt.tscn" type="PackedScene" id=11] -[ext_resource path="res://scenes/clothing/tops/rawShirt.tscn" type="PackedScene" id=12] -[ext_resource path="res://resources/Game.theme" type="Theme" id=13] -[ext_resource path="res://scenes/clothing/tops/atomic_shirt.tscn" type="PackedScene" id=15] -[ext_resource path="res://scenes/clothing/pants/sweatPants.tscn" type="PackedScene" id=17] -[ext_resource path="res://scenes/clothing/tops/retro_shirt.tscn" type="PackedScene" id=18] -[ext_resource path="res://scripts/wardrobe.gd" type="Script" id=21] +[ext_resource type="PackedScene" path="res://scenes/clothing/camera.tscn" id="1"] +[ext_resource type="Texture2D" uid="uid://bhgvidynd582a" path="res://sprites/clothes/retro_shirt.svg" id="2"] +[ext_resource type="PackedScene" path="res://scenes/clothing/pants/beat_Jeans.tscn" id="3"] +[ext_resource type="PackedScene" path="res://scenes/clothing/tops/skate_shirt.tscn" id="4"] +[ext_resource type="PackedScene" path="res://scenes/clothing/pants/skirt.tscn" id="5"] +[ext_resource type="PackedScene" path="res://scenes/clothing/pants/formal_skirt.tscn" id="6"] +[ext_resource type="PackedScene" path="res://scenes/clothing/pants/camoJeans.tscn" id="7"] +[ext_resource type="PackedScene" path="res://scenes/clothing/pants/dj_shorts.tscn" id="8"] +[ext_resource type="Texture2D" uid="uid://d1b07mvhon3gv" path="res://sprites/ui/x_button.svg" id="9"] +[ext_resource type="PackedScene" path="res://scenes/clothing/tops/whatsnew_shirt.tscn" id="10"] +[ext_resource type="PackedScene" path="res://scenes/clothing/tops/fullsnack_shirt.tscn" id="11"] +[ext_resource type="PackedScene" path="res://scenes/clothing/tops/rawShirt.tscn" id="12"] +[ext_resource type="Theme" path="res://resources/Game.theme" id="13"] +[ext_resource type="PackedScene" path="res://scenes/clothing/tops/atomic_shirt.tscn" id="15"] +[ext_resource type="PackedScene" path="res://scenes/clothing/pants/sweatPants.tscn" id="17"] +[ext_resource type="PackedScene" path="res://scenes/clothing/tops/retro_shirt.tscn" id="18"] +[ext_resource type="Script" path="res://scripts/wardrobe.gd" id="21"] [node name="Wordrobe" type="TabContainer"] +anchors_preset = 15 anchor_right = 1.0 anchor_bottom = 1.0 -theme = ExtResource( 13 ) -custom_colors/font_color_disabled = Color( 0, 0, 0, 1 ) -custom_colors/font_color_bg = Color( 0.921569, 0.921569, 0.921569, 1 ) -custom_colors/font_color_fg = Color( 1, 1, 1, 1 ) -tab_align = 0 -script = ExtResource( 21 ) -__meta__ = { -"_edit_use_anchors_": false -} +theme = ExtResource("13") +script = ExtResource("21") -[node name="Pants" type="Tabs" parent="."] -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_left = 5.0 -margin_top = 40.0 -margin_right = -5.0 -margin_bottom = -10.0 -custom_constants/hseparation = 0 +[node name="Pants" type="TabBar" parent="."] +layout_mode = 2 [node name="PantsScroll" type="ScrollContainer" parent="Pants"] +layout_mode = 0 anchor_right = 1.0 anchor_bottom = 1.0 -__meta__ = { -"_edit_use_anchors_": false -} [node name="PantsGrid" type="GridContainer" parent="Pants/PantsScroll"] -margin_right = 790.0 -margin_bottom = 450.0 +layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 columns = 4 [node name="removePants" type="TextureButton" parent="Pants/PantsScroll/PantsGrid"] -margin_right = 113.0 -margin_bottom = 128.0 -rect_min_size = Vector2( 0, 112 ) -texture_normal = ExtResource( 9 ) +custom_minimum_size = Vector2(0, 112) +layout_mode = 2 +texture_normal = ExtResource("9") -[node name="beatUpJeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 3 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 117.0 -margin_right = 227.0 -margin_bottom = 128.0 +[node name="beatUpJeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource("3")] +layout_mode = 2 -[node name="camoJeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 7 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 231.0 -margin_right = 342.0 -margin_bottom = 128.0 +[node name="camoJeans" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource("7")] +layout_mode = 2 -[node name="sweatPants" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 17 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 346.0 -margin_right = 457.0 -margin_bottom = 128.0 +[node name="sweatPants" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource("17")] +layout_mode = 2 -[node name="camoJeans2" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 8 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_top = 132.0 -margin_right = 113.0 -margin_bottom = 258.0 +[node name="camoJeans2" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource("8")] +layout_mode = 2 -[node name="formalSkirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 6 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 117.0 -margin_top = 132.0 -margin_right = 227.0 -margin_bottom = 258.0 +[node name="formalSkirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource("6")] +layout_mode = 2 -[node name="skirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource( 5 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 231.0 -margin_top = 132.0 -margin_right = 342.0 -margin_bottom = 258.0 +[node name="skirt" parent="Pants/PantsScroll/PantsGrid" instance=ExtResource("5")] +layout_mode = 2 -[node name="Shirts" type="Tabs" parent="."] +[node name="Shirts" type="TabBar" parent="."] visible = false -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_left = 5.0 -margin_top = 40.0 -margin_right = -5.0 -margin_bottom = -10.0 +layout_mode = 2 [node name="ShirtsScroll" type="ScrollContainer" parent="Shirts"] +layout_mode = 0 anchor_right = 1.0 anchor_bottom = 1.0 -margin_left = 10.0 -margin_top = 10.0 +offset_left = 10.0 +offset_top = 10.0 [node name="ShirtsGrid" type="GridContainer" parent="Shirts/ShirtsScroll"] -margin_right = 780.0 -margin_bottom = 440.0 +layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 columns = 4 [node name="removeShirt" type="TextureButton" parent="Shirts/ShirtsScroll/ShirtsGrid"] -margin_right = 106.0 -margin_bottom = 113.0 -rect_min_size = Vector2( 0, 112 ) -texture_normal = ExtResource( 9 ) +custom_minimum_size = Vector2(0, 112) +layout_mode = 2 +texture_normal = ExtResource("9") -[node name="atomicShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 15 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 110.0 -margin_right = 216.0 -margin_bottom = 113.0 +[node name="atomicShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource("15")] +layout_mode = 2 -[node name="skateShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 4 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 220.0 -margin_right = 326.0 -margin_bottom = 113.0 +[node name="skateShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource("4")] +layout_mode = 2 -[node name="fullsnackShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 11 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 330.0 -margin_right = 436.0 -margin_bottom = 113.0 +[node name="fullsnackShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource("11")] +layout_mode = 2 -[node name="rawShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 12 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_top = 117.0 -margin_right = 106.0 -margin_bottom = 229.0 +[node name="rawShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource("12")] +layout_mode = 2 -[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 10 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 110.0 -margin_top = 117.0 -margin_right = 216.0 -margin_bottom = 229.0 +[node name="whatsNewShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource("10")] +layout_mode = 2 -[node name="retroShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource( 18 )] -anchor_right = 0.0 -anchor_bottom = 0.0 -margin_left = 220.0 -margin_top = 117.0 -margin_right = 326.0 -margin_bottom = 229.0 -texture_normal = ExtResource( 2 ) +[node name="retroShirt" parent="Shirts/ShirtsScroll/ShirtsGrid" instance=ExtResource("18")] +layout_mode = 2 +texture_normal = ExtResource("2") -[node name="Accessoires" type="Tabs" parent="."] +[node name="Accessoires" type="TabBar" parent="."] visible = false -anchor_right = 1.0 -anchor_bottom = 1.0 -margin_left = 5.0 -margin_top = 40.0 -margin_right = -5.0 -margin_bottom = -10.0 +layout_mode = 2 [node name="AccsScroll" type="ScrollContainer" parent="Accessoires"] +layout_mode = 0 anchor_right = 1.0 anchor_bottom = 1.0 -__meta__ = { -"_edit_use_anchors_": false -} [node name="AccsGrid" type="GridContainer" parent="Accessoires/AccsScroll"] -margin_right = 790.0 -margin_bottom = 450.0 +layout_mode = 2 size_flags_horizontal = 3 size_flags_vertical = 3 columns = 3 [node name="removeAccessory" type="TextureButton" parent="Accessoires/AccsScroll/AccsGrid"] -margin_right = 106.0 -margin_bottom = 112.0 -texture_normal = ExtResource( 9 ) +layout_mode = 2 +texture_normal = ExtResource("9") -[node name="camera" parent="Accessoires/AccsScroll/AccsGrid" instance=ExtResource( 1 )] -margin_left = 110.0 -margin_right = 195.0 -margin_bottom = 112.0 +[node name="camera" parent="Accessoires/AccsScroll/AccsGrid" instance=ExtResource("1")] +layout_mode = 2 [connection signal="pressed" from="Pants/PantsScroll/PantsGrid/removePants" to="." method="_on_removePants_pressed"] [connection signal="pressed" from="Shirts/ShirtsScroll/ShirtsGrid/removeShirt" to="." method="_on_removeShirt_pressed"] diff --git a/scenes/zack_casey.tscn b/scenes/zack_casey.tscn new file mode 100644 index 0000000..90d3af0 --- /dev/null +++ b/scenes/zack_casey.tscn @@ -0,0 +1,183 @@ +[gd_scene load_steps=33 format=3 uid="uid://detf8uwimqp3v"] + +[ext_resource type="Texture2D" uid="uid://dkch263ayirr7" path="res://sprites/character/shadow.svg" id="1"] +[ext_resource type="Texture2D" uid="uid://cddou4chwo8h2" path="res://sprites/character/tail/tail0.svg" id="2"] +[ext_resource type="Texture2D" uid="uid://cnd3v8cerplqq" path="res://sprites/character/tail/tail1.svg" id="3"] +[ext_resource type="Texture2D" uid="uid://djv0p7rxujbd4" path="res://sprites/character/tail/tail2.svg" id="4"] +[ext_resource type="Texture2D" uid="uid://cardxswmgbmbv" path="res://sprites/clothes/owo_censor.svg" id="5"] +[ext_resource type="Texture2D" uid="uid://dnwdyi2d46hsm" path="res://sprites/character/eyes/eyes1.png" id="6"] +[ext_resource type="Texture2D" uid="uid://cbr37emgh11is" path="res://sprites/character/eyes/eyes2.png" id="7"] +[ext_resource type="Texture2D" uid="uid://ceifal0sxn0r7" path="res://sprites/character/eyes/eyes3.png" id="8"] +[ext_resource type="Texture2D" uid="uid://dujbine82hf7h" path="res://sprites/character/eyes/eyes4.png" id="9"] +[ext_resource type="Texture2D" uid="uid://cbptix4hhenyv" path="res://sprites/character/eyes/eyes5.png" id="10"] +[ext_resource type="Texture2D" uid="uid://h4v32qrsoyei" path="res://sprites/character/eyes/eyes6.png" id="11"] +[ext_resource type="Texture2D" uid="uid://c2vksbtifnlvp" path="res://sprites/character/eyes/eyes7.png" id="12"] +[ext_resource type="Texture2D" uid="uid://bmi3sw4kfrc24" path="res://sprites/character/mouth/mouth.png" id="13"] +[ext_resource type="Texture2D" uid="uid://cja33yr77jh7y" path="res://sprites/character/mouth/mouth2.png" id="14"] +[ext_resource type="Texture2D" uid="uid://c6whcdnm7vvt5" path="res://sprites/character/mouth/mouth3.png" id="15"] +[ext_resource type="Texture2D" uid="uid://dsagc5skojho1" path="res://sprites/character/mouth/mouth4.png" id="16"] +[ext_resource type="Texture2D" uid="uid://dtul4g1ptm2mh" path="res://sprites/character/mouth/mouth5.png" id="17"] +[ext_resource type="Texture2D" uid="uid://b5b7y8vovbnto" path="res://sprites/character/mouth/mouth6.png" id="18"] +[ext_resource type="Texture2D" uid="uid://hmm5lyshjv1c" path="res://sprites/character/mouth/mouth7.png" id="19"] +[ext_resource type="Texture2D" uid="uid://cyp032kswpjdf" path="res://sprites/character/mouth/mouth8.png" id="20"] +[ext_resource type="Texture2D" uid="uid://b8nfuuiqedapi" path="res://sprites/character/mouth/mouth9.png" id="21"] +[ext_resource type="Texture2D" uid="uid://ce3wk6a1dajrm" path="res://sprites/character/mouth/mouth10.png" id="22"] +[ext_resource type="Texture2D" uid="uid://2wrx272o3gsa" path="res://sprites/character/mouth/mouth12.png" id="23"] +[ext_resource type="AudioStream" uid="uid://5jaaocj1kh" path="res://sounds/select_006.ogg" id="24"] +[ext_resource type="Texture2D" uid="uid://blvwt6d80bq5x" path="res://sprites/character/character_base_top.svg" id="25"] +[ext_resource type="Texture2D" uid="uid://cp4oe0dv4st1w" path="res://sprites/clothes/blank_top.png" id="26"] +[ext_resource type="Texture2D" uid="uid://cpf6yh6fqqxy1" path="res://sprites/character/character_base_head.svg" id="27"] +[ext_resource type="Texture2D" uid="uid://bw7u6fgygd8t" path="res://sprites/character/mouth/mouth11.png" id="28"] +[ext_resource type="Script" path="res://scripts/character.gd" id="29"] + +[sub_resource type="SpriteFrames" id="1"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("2") +}, { +"duration": 1.0, +"texture": ExtResource("3") +}, { +"duration": 1.0, +"texture": ExtResource("4") +}], +"loop": true, +"name": &"default", +"speed": 2.0 +}] + +[sub_resource type="SpriteFrames" id="2"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("6") +}, { +"duration": 1.0, +"texture": ExtResource("7") +}, { +"duration": 1.0, +"texture": ExtResource("8") +}, { +"duration": 1.0, +"texture": ExtResource("9") +}, { +"duration": 1.0, +"texture": ExtResource("10") +}, { +"duration": 1.0, +"texture": ExtResource("11") +}, { +"duration": 1.0, +"texture": ExtResource("12") +}], +"loop": true, +"name": &"default", +"speed": 2.0 +}] + +[sub_resource type="SpriteFrames" id="3"] +animations = [{ +"frames": [{ +"duration": 1.0, +"texture": ExtResource("13") +}, { +"duration": 1.0, +"texture": ExtResource("14") +}, { +"duration": 1.0, +"texture": ExtResource("15") +}, { +"duration": 1.0, +"texture": ExtResource("16") +}, { +"duration": 1.0, +"texture": ExtResource("17") +}, { +"duration": 1.0, +"texture": ExtResource("18") +}, { +"duration": 1.0, +"texture": ExtResource("19") +}, { +"duration": 1.0, +"texture": ExtResource("20") +}, { +"duration": 1.0, +"texture": ExtResource("21") +}, { +"duration": 1.0, +"texture": ExtResource("22") +}, { +"duration": 1.0, +"texture": ExtResource("28") +}, { +"duration": 1.0, +"texture": ExtResource("23") +}], +"loop": true, +"name": &"default", +"speed": 2.0 +}] + +[node name="Character" type="Node2D"] +position = Vector2(-19, -92) +script = ExtResource("29") + +[node name="Click" type="AudioStreamPlayer" parent="."] +stream = ExtResource("24") + +[node name="Shadow" type="Sprite2D" parent="."] +position = Vector2(4.84271, 244.714) +texture = ExtResource("1") + +[node name="Body" type="Node2D" parent="."] + +[node name="Tail" type="AnimatedSprite2D" parent="Body"] +position = Vector2(-33.7592, 99.4079) +scale = Vector2(0.927713, 1) +sprite_frames = SubResource("1") + +[node name="Legs" type="Sprite2D" parent="Body"] +position = Vector2(1.47027, 191.868) +texture = ExtResource("5") + +[node name="Top" type="Sprite2D" parent="Body"] +position = Vector2(7, 78) +texture = ExtResource("25") + +[node name="Head" type="Sprite2D" parent="Body"] +position = Vector2(10.6805, -25.1047) +texture = ExtResource("27") + +[node name="Eyes" type="AnimatedSprite2D" parent="Body/Head"] +position = Vector2(17.6857, 4.22147) +sprite_frames = SubResource("2") +frame = 4 + +[node name="Mouth" type="AnimatedSprite2D" parent="Body/Head"] +position = Vector2(38.1195, 8.68453) +sprite_frames = SubResource("3") +frame = 2 + +[node name="Accessory" type="Sprite2D" parent="Body"] +position = Vector2(9.54095, 73.0832) +texture = ExtResource("26") + +[node name="Controls" type="CanvasLayer" parent="."] + +[node name="Container" type="Control" parent="Controls"] +layout_mode = 3 +anchors_preset = 15 +anchor_right = 1.0 +anchor_bottom = 1.0 +offset_left = -19.0 +offset_top = -92.0 +offset_right = -19.0 +offset_bottom = -92.0 + +[node name="ExportWin" type="FileDialog" parent="Controls/Container"] +access = 1 + +[node name="ImportWin" type="FileDialog" parent="Controls/Container"] +access = 1 diff --git a/scripts/Character.gd b/scripts/Character.gd deleted file mode 100644 index 7f161e5..0000000 --- a/scripts/Character.gd +++ /dev/null @@ -1,108 +0,0 @@ -# This project is licensed under the Artistic-2.0 license. -# See the LICENSE file in the project root for more information. -extends Node2D - -const _TDU_VERSION = "0.2" -const _SAVE_FILE = "user://character.tdu" - -onready var blank_accessory = preload("res://sprites/clothes/blank_top.png") -onready var base_top = preload("res://sprites/character/character_base_top.svg") -onready var base_bottom = preload("res://sprites/character/character_base_legs.svg") - -onready var export_win = $Controls/Container/ExportWin -onready var import_win = $Controls/Container/ImportWin - -onready var accessory = $Body/Accessory -#onready var underwear = $Undies -onready var bottom = $Body/Legs -onready var top = $Body/Top -# onready var eyes = $Body/Head/Eyes -# onready var mouth = $Body/Head/Mouth - -func _process(delta): - - if GameData.accessory != null: - accessory.texture = GameData.accessory - -# if GameData.underwear != null: -# underwear.texture = GameData.underwear - - if GameData.bottom != null: - bottom.texture = GameData.bottom - - if GameData.top != null: - top.texture = GameData.top - -func save_game(): - var data_file = { - "version": _TDU_VERSION, - "game_ver": GameData.version, - "accessory": "res://sprites/clothes/blank_top.png", - "top": "res://sprites/clothes/blank_top.png", - "bottom": "res://sprites/character/character_base_legs.svg", - } - - data_file["accessory"] = accessory.texture.resource_path - data_file["top"] = top.texture.resource_path - data_file["bottom"] = bottom.texture.resource_path - - var file = File.new() - if file.open(_SAVE_FILE, File.WRITE) != 0: - print("Error opening file") - return - var json_file = to_json(data_file) - - GameEvents.emit_signal("indicate") - - file.store_line(json_file) - file.close() - -func load_game(): - var file = File.new() - - if not file.file_exists(_SAVE_FILE): - print("File not found!") - return - - if file.open(_SAVE_FILE, File.READ) != 0: - print("Error opening file") - return - - var data = parse_json(file.get_as_text()) - - var top_texture = ImageTexture.new() - var accessory_texture = ImageTexture.new() - var bottom_texture = ImageTexture.new() - var top_image = Image.new() - var accessory_image = Image.new() - var bottom_image = Image.new() - - GameEvents.emit_signal("indicate") - - top_image.load(data["top"]) - top_texture.create_from_image(top_image) - top.texture = top_texture - - bottom_image.load(data["bottom"]) - top_texture.create_from_image(top_image) - bottom.texture = top_texture - - accessory_image.load(data["accessory"]) - accessory_texture.create_from_image(top_image) - accessory.texture = accessory_texture - - file.close() - -func _on_clearBtn_pressed(): - $Click.play() - GameData.accessory = blank_accessory - GameData.bottom = base_bottom - GameData.top = base_top - -func _on_SaveBtn_pressed(): - $Click.play() - save_game() - -func _on_LoadBtn_pressed(): - $Click.play() - load_game() diff --git a/scripts/clothing/clothing_base.gd b/scripts/clothing/clothing_base.gd index b36190e..9269db7 100644 --- a/scripts/clothing/clothing_base.gd +++ b/scripts/clothing/clothing_base.gd @@ -2,5 +2,5 @@ # See the LICENSE file in the project root for more information. extends TextureButton -onready var player = $select -onready var character = preload("res://resources/character.tres") +@onready var player = $select +@onready var character = preload("res://resources/character.tres") diff --git a/scripts/interface.gd b/scripts/interface.gd index 857817b..ef9d456 100644 --- a/scripts/interface.gd +++ b/scripts/interface.gd @@ -2,16 +2,16 @@ # See the LICENSE file in the project root for more information. extends Control -export var version: String = "1.0.0" +@export var version: String = "1.0.0" -onready var character = preload("res://resources/character.tres") -onready var blank_accessory = preload("res://sprites/clothes/blank_top.png") -onready var base_top = preload("res://sprites/character/character_base_top.svg") -onready var base_bottom = preload("res://sprites/character/character_base_legs.svg") +@onready var character = preload("res://resources/character.tres") +@onready var blank_accessory = preload("res://sprites/clothes/blank_top.png") +@onready var base_top = preload("res://sprites/character/character_base_top.svg") +@onready var base_bottom = preload("res://sprites/character/character_base_legs.svg") -onready var export_btn = $CenterBtns/ButtonCtr/ExportBtn -onready var import_btn = $CenterBtns/ButtonCtr/ImportBtn -onready var http_request = $NewsWin/NewsBtns/HTTPRequest +@onready var export_btn = $CenterBtns/ButtonCtr/ExportBtn +@onready var import_btn = $CenterBtns/ButtonCtr/ImportBtn +@onready var http_request = $NewsWin/NewsBtns/HTTPRequest func _ready(): var verLabel = $VersionLbl diff --git a/scripts/news_window.gd b/scripts/news_window.gd index 1f38e6b..69707f1 100644 --- a/scripts/news_window.gd +++ b/scripts/news_window.gd @@ -1,10 +1,12 @@ -extends WindowDialog +extends Window -onready var news_list = $News -onready var http_request = $NewsBtns/HTTPRequest +@onready var news_list = $News +@onready var http_request = $NewsBtns/HTTPRequest func _on_HTTPRequest_request_completed(result, response_code, headers, body): - var api_request = parse_json(body.get_string_from_utf8()) + var test_json_conv = JSON.new() + test_json_conv.parse(body.get_string_from_utf8()) + var api_request = test_json_conv.get_data() if api_request["feed"] != null: var news_items = api_request["feed"] diff --git a/scripts/spinner.gd b/scripts/spinner.gd index 0d450a2..9665d8b 100644 --- a/scripts/spinner.gd +++ b/scripts/spinner.gd @@ -2,10 +2,10 @@ # See the LICENSE file in the project root for more information. extends TextureRect -onready var timer = $Timer +@onready var timer = $Timer func _ready(): - GameEvents.connect("indicate", self, "_on_indicate") + GameEvents.connect("indicate",Callable(self,"_on_indicate")) func _on_indicate(): show() diff --git a/scripts/wardrobe.gd b/scripts/wardrobe.gd index 6490997..34a26b0 100644 --- a/scripts/wardrobe.gd +++ b/scripts/wardrobe.gd @@ -2,72 +2,16 @@ # See the LICENSE file in the project root for more information. extends TabContainer -onready var character = preload("res://resources/character.tres") -onready var blank_accessory = preload("res://sprites/clothes/blank_top.png") -onready var base_top = preload("res://sprites/character/character_base_top.svg") -onready var base_bottom = preload("res://sprites/clothes/owo_censor.svg") +@onready var character = preload("res://resources/character.tres") +@onready var blank_accessory = preload("res://sprites/clothes/blank_top.png") +@onready var base_top = preload("res://sprites/character/character_base_top.svg") +@onready var base_bottom = preload("res://sprites/clothes/owo_censor.svg") -onready var pants_grid = $Pants/PantsScroll/PantsGrid -onready var shirts_grid = $Shirts/ShirtsScroll/ShirtsGrid +@onready var pants_grid = $Pants/PantsScroll/PantsGrid +@onready var shirts_grid = $Shirts/ShirtsScroll/ShirtsGrid #onready var undies_grid = $Underwear/UndiesScroll/UndiesGrid -onready var accs_grid = $Accessoires/AccsScroll/AccsGrid - -func list_files_in_directory(path): - var files = [] - var dir = Directory.new() - dir.open(path) - dir.list_dir_begin() - - while true: - var file = dir.get_next() - if file == "": - break - elif not file.begins_with("."): - files.append(file) - - dir.list_dir_end() - - return files - -func load_dlc(dlc_pack): - var usr_dir = "user://dlc/" - var dlc_path = usr_dir + dlc_pack - var load_pck = ProjectSettings.load_resource_pack(dlc_path, false) - print_debug("Loaded " + dlc_path + ": " + str(load_pck)) - - # Check if the DLC is actually there - if load_pck == true: +@onready var accs_grid = $Accessoires/AccsScroll/AccsGrid - # Loads the DLC - ProjectSettings.load_resource_pack(dlc_path, false) - - var dir = Directory.new() - dir.list_dir_begin() - - # Lists the files in each of their respective directories - var shirts_dir = "res://scenes/dlc/shirts/" - var pants_dir = "res://scenes/dlc/pants/" - var dlc_shirts = list_files_in_directory(shirts_dir) - var dlc_pants = list_files_in_directory(pants_dir) - - # Make sure each file actually exist, instance them - # and add them to their respective tabs - for shirt in dlc_shirts: - if dir.file_exists(shirts_dir + shirt): - var init = load(shirts_dir + shirt).instance() - shirts_grid.add_child(init) - print_debug("Initialized: " + shirts_dir + shirt) - - for pants in dlc_pants: - if dir.file_exists(pants_dir + pants): - var init = load(pants_dir + pants).instance() - shirts_grid.add_child(init) - print_debug("Initialized: " + pants_dir + pants) - -func _ready(): - load_dlc("emojidlc.pck") - pass - func _on_removeAccessory_pressed(): character.accessory = blank_accessory diff --git a/scripts/zack_casey.gd b/scripts/zack_casey.gd new file mode 100644 index 0000000..7abacef --- /dev/null +++ b/scripts/zack_casey.gd @@ -0,0 +1,40 @@ +# This project is licensed under the Artistic-2.0 license. +# See the LICENSE file in the project root for more information. +extends Node2D + +const _TDU_VERSION = "0.2" +const _SAVE_FILE = "user://character.tdu" + +@onready var blank_accessory = preload("res://sprites/clothes/blank_top.png") +@onready var base_top = preload("res://sprites/character/character_base_top.svg") +@onready var base_bottom = preload("res://sprites/character/character_base_legs.svg") + +@onready var export_win = $Controls/Container/ExportWin +@onready var import_win = $Controls/Container/ImportWin + +@onready var accessory = $Body/Accessory +#onready var underwear = $Undies +@onready var bottom = $Body/Legs +@onready var top = $Body/Top +# onready var eyes = $Body/Head/Eyes +# onready var mouth = $Body/Head/Mouth + +func _process(delta): + + if GameData.accessory != null: + accessory.texture = GameData.accessory + +# if GameData.underwear != null: +# underwear.texture = GameData.underwear + + if GameData.bottom != null: + bottom.texture = GameData.bottom + + if GameData.top != null: + top.texture = GameData.top + +func _on_clearBtn_pressed(): + $Click.play() + GameData.accessory = blank_accessory + GameData.bottom = base_bottom + GameData.top = base_top diff --git a/sounds/select_001.ogg.import b/sounds/select_001.ogg.import index 9544aec..1d57b2c 100644 --- a/sounds/select_001.ogg.import +++ b/sounds/select_001.ogg.import @@ -1,15 +1,19 @@ [remap] -importer="ogg_vorbis" -type="AudioStreamOGGVorbis" -path="res://.import/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggstr" +importer="oggvorbisstr" +type="AudioStreamOggVorbis" +uid="uid://b7wxfxu4mnq8r" +path="res://.godot/imported/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggvorbisstr" [deps] source_file="res://sounds/select_001.ogg" -dest_files=[ "res://.import/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggstr" ] +dest_files=["res://.godot/imported/select_001.ogg-e484cc0d7fdb1bade16000667c9301ff.oggvorbisstr"] [params] loop=false loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/sounds/select_006.ogg.import b/sounds/select_006.ogg.import index 5879726..17a0440 100644 --- a/sounds/select_006.ogg.import +++ b/sounds/select_006.ogg.import @@ -1,15 +1,19 @@ [remap] -importer="ogg_vorbis" -type="AudioStreamOGGVorbis" -path="res://.import/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggstr" +importer="oggvorbisstr" +type="AudioStreamOggVorbis" +uid="uid://5jaaocj1kh" +path="res://.godot/imported/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggvorbisstr" [deps] source_file="res://sounds/select_006.ogg" -dest_files=[ "res://.import/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggstr" ] +dest_files=["res://.godot/imported/select_006.ogg-2d3bb43abce3a1ca90c52ff16f4f7535.oggvorbisstr"] [params] loop=false loop_offset=0 +bpm=0 +beat_count=0 +bar_beats=4 diff --git a/sprites/character/character_base.png.import b/sprites/character/character_base.png.import index 4cb77e3..a6fa359 100644 --- a/sprites/character/character_base.png.import +++ b/sprites/character/character_base.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/character_base.png-222c4d0efcff3a294bb1bd39fb74e583.stex" +type="CompressedTexture2D" +uid="uid://dxpvahpmr14ty" +path="res://.godot/imported/character_base.png-222c4d0efcff3a294bb1bd39fb74e583.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/character_base.png" -dest_files=[ "res://.import/character_base.png-222c4d0efcff3a294bb1bd39fb74e583.stex" ] +dest_files=["res://.godot/imported/character_base.png-222c4d0efcff3a294bb1bd39fb74e583.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/character_base.svg.import b/sprites/character/character_base.svg.import index bd08159..0a0bf1f 100644 --- a/sprites/character/character_base.svg.import +++ b/sprites/character/character_base.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/character_base.svg-f62b30364422a0db60ab659817d94da0.stex" +type="CompressedTexture2D" +uid="uid://ckygwian2n0f6" +path="res://.godot/imported/character_base.svg-f62b30364422a0db60ab659817d94da0.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/character/character_base.svg" -dest_files=[ "res://.import/character_base.svg-f62b30364422a0db60ab659817d94da0.stex" ] +dest_files=["res://.godot/imported/character_base.svg-f62b30364422a0db60ab659817d94da0.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/character/character_base_head.svg.import b/sprites/character/character_base_head.svg.import index 7ef1dfa..33f5e1d 100644 --- a/sprites/character/character_base_head.svg.import +++ b/sprites/character/character_base_head.svg.import @@ -1,37 +1,38 @@ [remap] importer="texture" -type="StreamTexture" -path.s3tc="res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.s3tc.stex" -path.etc2="res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc2.stex" -path.etc="res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc.stex" +type="CompressedTexture2D" +uid="uid://cpf6yh6fqqxy1" +path.etc2="res://.godot/imported/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc2.ctex" metadata={ -"imported_formats": [ "s3tc", "etc2", "etc" ], +"imported_formats": ["etc2_astc"], "vram_texture": true } [deps] source_file="res://sprites/character/character_base_head.svg" -dest_files=[ "res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.s3tc.stex", "res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc2.stex", "res://.import/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc.stex" ] +dest_files=["res://.godot/imported/character_base_head.svg-c6ec92d4b0d5afcc554996c82b73eee5.etc2.ctex"] [params] compress/mode=2 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/character/character_base_legs.svg.import b/sprites/character/character_base_legs.svg.import index 66ae524..18ae961 100644 --- a/sprites/character/character_base_legs.svg.import +++ b/sprites/character/character_base_legs.svg.import @@ -1,37 +1,38 @@ [remap] importer="texture" -type="StreamTexture" -path.s3tc="res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.s3tc.stex" -path.etc2="res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc2.stex" -path.etc="res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc.stex" +type="CompressedTexture2D" +uid="uid://mt5o8b0q6ws2" +path.etc2="res://.godot/imported/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc2.ctex" metadata={ -"imported_formats": [ "s3tc", "etc2", "etc" ], +"imported_formats": ["etc2_astc"], "vram_texture": true } [deps] source_file="res://sprites/character/character_base_legs.svg" -dest_files=[ "res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.s3tc.stex", "res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc2.stex", "res://.import/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc.stex" ] +dest_files=["res://.godot/imported/character_base_legs.svg-8bbc9fe42e444a7c06b2051d0989bd57.etc2.ctex"] [params] compress/mode=2 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/character/character_base_top.svg.import b/sprites/character/character_base_top.svg.import index f937ef0..941f2eb 100644 --- a/sprites/character/character_base_top.svg.import +++ b/sprites/character/character_base_top.svg.import @@ -1,37 +1,38 @@ [remap] importer="texture" -type="StreamTexture" -path.s3tc="res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.s3tc.stex" -path.etc2="res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.etc2.stex" -path.etc="res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.etc.stex" +type="CompressedTexture2D" +uid="uid://blvwt6d80bq5x" +path.etc2="res://.godot/imported/character_base_top.svg-b95961557622279347465696eae8cd3a.etc2.ctex" metadata={ -"imported_formats": [ "s3tc", "etc2", "etc" ], +"imported_formats": ["etc2_astc"], "vram_texture": true } [deps] source_file="res://sprites/character/character_base_top.svg" -dest_files=[ "res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.s3tc.stex", "res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.etc2.stex", "res://.import/character_base_top.svg-b95961557622279347465696eae8cd3a.etc.stex" ] +dest_files=["res://.godot/imported/character_base_top.svg-b95961557622279347465696eae8cd3a.etc2.ctex"] [params] compress/mode=2 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=true -flags/filter=true -flags/mipmaps=true -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/character/eyes/eyes1.png.import b/sprites/character/eyes/eyes1.png.import index d6ab426..92e4d88 100644 --- a/sprites/character/eyes/eyes1.png.import +++ b/sprites/character/eyes/eyes1.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/eyes1.png-73b579923539cd9b6a780210ef4ee335.stex" +type="CompressedTexture2D" +uid="uid://dnwdyi2d46hsm" +path="res://.godot/imported/eyes1.png-73b579923539cd9b6a780210ef4ee335.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/eyes/eyes1.png" -dest_files=[ "res://.import/eyes1.png-73b579923539cd9b6a780210ef4ee335.stex" ] +dest_files=["res://.godot/imported/eyes1.png-73b579923539cd9b6a780210ef4ee335.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/eyes/eyes2.png.import b/sprites/character/eyes/eyes2.png.import index fda6ab5..fb6488e 100644 --- a/sprites/character/eyes/eyes2.png.import +++ b/sprites/character/eyes/eyes2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/eyes2.png-4af64839f1431f1f966c1f90dfdb2161.stex" +type="CompressedTexture2D" +uid="uid://cbr37emgh11is" +path="res://.godot/imported/eyes2.png-4af64839f1431f1f966c1f90dfdb2161.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/eyes/eyes2.png" -dest_files=[ "res://.import/eyes2.png-4af64839f1431f1f966c1f90dfdb2161.stex" ] +dest_files=["res://.godot/imported/eyes2.png-4af64839f1431f1f966c1f90dfdb2161.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/eyes/eyes3.png.import b/sprites/character/eyes/eyes3.png.import index 25aab53..d179fbe 100644 --- a/sprites/character/eyes/eyes3.png.import +++ b/sprites/character/eyes/eyes3.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/eyes3.png-86a1bcf0f5f1c3ccde66985478feb3c3.stex" +type="CompressedTexture2D" +uid="uid://ceifal0sxn0r7" +path="res://.godot/imported/eyes3.png-86a1bcf0f5f1c3ccde66985478feb3c3.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/eyes/eyes3.png" -dest_files=[ "res://.import/eyes3.png-86a1bcf0f5f1c3ccde66985478feb3c3.stex" ] +dest_files=["res://.godot/imported/eyes3.png-86a1bcf0f5f1c3ccde66985478feb3c3.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/eyes/eyes4.png.import b/sprites/character/eyes/eyes4.png.import index 954a534..6f7ff6f 100644 --- a/sprites/character/eyes/eyes4.png.import +++ b/sprites/character/eyes/eyes4.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/eyes4.png-ae7a7dde8b5ac5b14729f145f4921563.stex" +type="CompressedTexture2D" +uid="uid://dujbine82hf7h" +path="res://.godot/imported/eyes4.png-ae7a7dde8b5ac5b14729f145f4921563.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/eyes/eyes4.png" -dest_files=[ "res://.import/eyes4.png-ae7a7dde8b5ac5b14729f145f4921563.stex" ] +dest_files=["res://.godot/imported/eyes4.png-ae7a7dde8b5ac5b14729f145f4921563.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/eyes/eyes5.png.import b/sprites/character/eyes/eyes5.png.import index e4f1203..a51d340 100644 --- a/sprites/character/eyes/eyes5.png.import +++ b/sprites/character/eyes/eyes5.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/eyes5.png-7671a3f68922046c208cc64480685057.stex" +type="CompressedTexture2D" +uid="uid://cbptix4hhenyv" +path="res://.godot/imported/eyes5.png-7671a3f68922046c208cc64480685057.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/eyes/eyes5.png" -dest_files=[ "res://.import/eyes5.png-7671a3f68922046c208cc64480685057.stex" ] +dest_files=["res://.godot/imported/eyes5.png-7671a3f68922046c208cc64480685057.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/eyes/eyes6.png.import b/sprites/character/eyes/eyes6.png.import index 72c6803..e42c38c 100644 --- a/sprites/character/eyes/eyes6.png.import +++ b/sprites/character/eyes/eyes6.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/eyes6.png-73c9fb2df6533151523bf3c885e092bd.stex" +type="CompressedTexture2D" +uid="uid://h4v32qrsoyei" +path="res://.godot/imported/eyes6.png-73c9fb2df6533151523bf3c885e092bd.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/eyes/eyes6.png" -dest_files=[ "res://.import/eyes6.png-73c9fb2df6533151523bf3c885e092bd.stex" ] +dest_files=["res://.godot/imported/eyes6.png-73c9fb2df6533151523bf3c885e092bd.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/eyes/eyes7.png.import b/sprites/character/eyes/eyes7.png.import index a27c9d0..2077952 100644 --- a/sprites/character/eyes/eyes7.png.import +++ b/sprites/character/eyes/eyes7.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/eyes7.png-a0c120b24390775e0f8dc1862c1abf1f.stex" +type="CompressedTexture2D" +uid="uid://c2vksbtifnlvp" +path="res://.godot/imported/eyes7.png-a0c120b24390775e0f8dc1862c1abf1f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/eyes/eyes7.png" -dest_files=[ "res://.import/eyes7.png-a0c120b24390775e0f8dc1862c1abf1f.stex" ] +dest_files=["res://.godot/imported/eyes7.png-a0c120b24390775e0f8dc1862c1abf1f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth.png.import b/sprites/character/mouth/mouth.png.import index 6991fea..d5862ab 100644 --- a/sprites/character/mouth/mouth.png.import +++ b/sprites/character/mouth/mouth.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth.png-deec3b91d860cebe9868223ce1bd3da0.stex" +type="CompressedTexture2D" +uid="uid://bmi3sw4kfrc24" +path="res://.godot/imported/mouth.png-deec3b91d860cebe9868223ce1bd3da0.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth.png" -dest_files=[ "res://.import/mouth.png-deec3b91d860cebe9868223ce1bd3da0.stex" ] +dest_files=["res://.godot/imported/mouth.png-deec3b91d860cebe9868223ce1bd3da0.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth10.png.import b/sprites/character/mouth/mouth10.png.import index 3d2749c..0d8c83d 100644 --- a/sprites/character/mouth/mouth10.png.import +++ b/sprites/character/mouth/mouth10.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth10.png-3e65cf5b4178e912f41158d9076ffbf8.stex" +type="CompressedTexture2D" +uid="uid://ce3wk6a1dajrm" +path="res://.godot/imported/mouth10.png-3e65cf5b4178e912f41158d9076ffbf8.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth10.png" -dest_files=[ "res://.import/mouth10.png-3e65cf5b4178e912f41158d9076ffbf8.stex" ] +dest_files=["res://.godot/imported/mouth10.png-3e65cf5b4178e912f41158d9076ffbf8.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth11.png.import b/sprites/character/mouth/mouth11.png.import index 47ee40a..1d9c09c 100644 --- a/sprites/character/mouth/mouth11.png.import +++ b/sprites/character/mouth/mouth11.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth11.png-1cab10e9e96b9a11737eba55eca4c162.stex" +type="CompressedTexture2D" +uid="uid://bw7u6fgygd8t" +path="res://.godot/imported/mouth11.png-1cab10e9e96b9a11737eba55eca4c162.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth11.png" -dest_files=[ "res://.import/mouth11.png-1cab10e9e96b9a11737eba55eca4c162.stex" ] +dest_files=["res://.godot/imported/mouth11.png-1cab10e9e96b9a11737eba55eca4c162.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth12.png.import b/sprites/character/mouth/mouth12.png.import index 1e894f0..ef9b919 100644 --- a/sprites/character/mouth/mouth12.png.import +++ b/sprites/character/mouth/mouth12.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth12.png-08b9b22ef416d7c45ac363bb83a5ad7a.stex" +type="CompressedTexture2D" +uid="uid://2wrx272o3gsa" +path="res://.godot/imported/mouth12.png-08b9b22ef416d7c45ac363bb83a5ad7a.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth12.png" -dest_files=[ "res://.import/mouth12.png-08b9b22ef416d7c45ac363bb83a5ad7a.stex" ] +dest_files=["res://.godot/imported/mouth12.png-08b9b22ef416d7c45ac363bb83a5ad7a.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth2.png.import b/sprites/character/mouth/mouth2.png.import index 9030f3e..5e351d8 100644 --- a/sprites/character/mouth/mouth2.png.import +++ b/sprites/character/mouth/mouth2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth2.png-714ad90600be6128f536bc6ebe04302f.stex" +type="CompressedTexture2D" +uid="uid://cja33yr77jh7y" +path="res://.godot/imported/mouth2.png-714ad90600be6128f536bc6ebe04302f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth2.png" -dest_files=[ "res://.import/mouth2.png-714ad90600be6128f536bc6ebe04302f.stex" ] +dest_files=["res://.godot/imported/mouth2.png-714ad90600be6128f536bc6ebe04302f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth3.png.import b/sprites/character/mouth/mouth3.png.import index 3baf15c..3956a38 100644 --- a/sprites/character/mouth/mouth3.png.import +++ b/sprites/character/mouth/mouth3.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth3.png-094195b5d96ad7cd042464cb3580b87e.stex" +type="CompressedTexture2D" +uid="uid://c6whcdnm7vvt5" +path="res://.godot/imported/mouth3.png-094195b5d96ad7cd042464cb3580b87e.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth3.png" -dest_files=[ "res://.import/mouth3.png-094195b5d96ad7cd042464cb3580b87e.stex" ] +dest_files=["res://.godot/imported/mouth3.png-094195b5d96ad7cd042464cb3580b87e.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth4.png.import b/sprites/character/mouth/mouth4.png.import index b621a52..ada9b3c 100644 --- a/sprites/character/mouth/mouth4.png.import +++ b/sprites/character/mouth/mouth4.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth4.png-e4537fa7ef9fc591ed1a3810c170a6f5.stex" +type="CompressedTexture2D" +uid="uid://dsagc5skojho1" +path="res://.godot/imported/mouth4.png-e4537fa7ef9fc591ed1a3810c170a6f5.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth4.png" -dest_files=[ "res://.import/mouth4.png-e4537fa7ef9fc591ed1a3810c170a6f5.stex" ] +dest_files=["res://.godot/imported/mouth4.png-e4537fa7ef9fc591ed1a3810c170a6f5.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth5.png.import b/sprites/character/mouth/mouth5.png.import index fe0aa34..d96fd6c 100644 --- a/sprites/character/mouth/mouth5.png.import +++ b/sprites/character/mouth/mouth5.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth5.png-ac18ff3d3ed5f41011bf86a8c40a2f89.stex" +type="CompressedTexture2D" +uid="uid://dtul4g1ptm2mh" +path="res://.godot/imported/mouth5.png-ac18ff3d3ed5f41011bf86a8c40a2f89.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth5.png" -dest_files=[ "res://.import/mouth5.png-ac18ff3d3ed5f41011bf86a8c40a2f89.stex" ] +dest_files=["res://.godot/imported/mouth5.png-ac18ff3d3ed5f41011bf86a8c40a2f89.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth6.png.import b/sprites/character/mouth/mouth6.png.import index 64315ca..4c23e1c 100644 --- a/sprites/character/mouth/mouth6.png.import +++ b/sprites/character/mouth/mouth6.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth6.png-a448220ac9d674c1eebeb666e0e0eb4f.stex" +type="CompressedTexture2D" +uid="uid://b5b7y8vovbnto" +path="res://.godot/imported/mouth6.png-a448220ac9d674c1eebeb666e0e0eb4f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth6.png" -dest_files=[ "res://.import/mouth6.png-a448220ac9d674c1eebeb666e0e0eb4f.stex" ] +dest_files=["res://.godot/imported/mouth6.png-a448220ac9d674c1eebeb666e0e0eb4f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth7.png.import b/sprites/character/mouth/mouth7.png.import index ac22d4f..15953ef 100644 --- a/sprites/character/mouth/mouth7.png.import +++ b/sprites/character/mouth/mouth7.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth7.png-4985ee37bd8fa210e7f234ef6fd11008.stex" +type="CompressedTexture2D" +uid="uid://hmm5lyshjv1c" +path="res://.godot/imported/mouth7.png-4985ee37bd8fa210e7f234ef6fd11008.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth7.png" -dest_files=[ "res://.import/mouth7.png-4985ee37bd8fa210e7f234ef6fd11008.stex" ] +dest_files=["res://.godot/imported/mouth7.png-4985ee37bd8fa210e7f234ef6fd11008.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth8.png.import b/sprites/character/mouth/mouth8.png.import index 330d7a6..6305d24 100644 --- a/sprites/character/mouth/mouth8.png.import +++ b/sprites/character/mouth/mouth8.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth8.png-3d754278cb0ea22569288c205858318c.stex" +type="CompressedTexture2D" +uid="uid://cyp032kswpjdf" +path="res://.godot/imported/mouth8.png-3d754278cb0ea22569288c205858318c.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth8.png" -dest_files=[ "res://.import/mouth8.png-3d754278cb0ea22569288c205858318c.stex" ] +dest_files=["res://.godot/imported/mouth8.png-3d754278cb0ea22569288c205858318c.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/mouth/mouth9.png.import b/sprites/character/mouth/mouth9.png.import index 81c26db..22ec97e 100644 --- a/sprites/character/mouth/mouth9.png.import +++ b/sprites/character/mouth/mouth9.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/mouth9.png-b2cef61cc34e357567d7d6e1631b767a.stex" +type="CompressedTexture2D" +uid="uid://b8nfuuiqedapi" +path="res://.godot/imported/mouth9.png-b2cef61cc34e357567d7d6e1631b767a.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/mouth/mouth9.png" -dest_files=[ "res://.import/mouth9.png-b2cef61cc34e357567d7d6e1631b767a.stex" ] +dest_files=["res://.godot/imported/mouth9.png-b2cef61cc34e357567d7d6e1631b767a.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/new_character_base.svg.import b/sprites/character/new_character_base.svg.import index 039a447..7812358 100644 --- a/sprites/character/new_character_base.svg.import +++ b/sprites/character/new_character_base.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/new_character_base.svg-e17bd63473c7566b3b9184366a11923d.stex" +type="CompressedTexture2D" +uid="uid://d00j00ob8bihq" +path="res://.godot/imported/new_character_base.svg-e17bd63473c7566b3b9184366a11923d.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/character/new_character_base.svg" -dest_files=[ "res://.import/new_character_base.svg-e17bd63473c7566b3b9184366a11923d.stex" ] +dest_files=["res://.godot/imported/new_character_base.svg-e17bd63473c7566b3b9184366a11923d.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/character/shadow.svg.import b/sprites/character/shadow.svg.import index 5d17114..1e207b4 100644 --- a/sprites/character/shadow.svg.import +++ b/sprites/character/shadow.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/shadow.svg-5164915787bc95347e1112818d9bab36.stex" +type="CompressedTexture2D" +uid="uid://dkch263ayirr7" +path="res://.godot/imported/shadow.svg-5164915787bc95347e1112818d9bab36.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/character/shadow.svg" -dest_files=[ "res://.import/shadow.svg-5164915787bc95347e1112818d9bab36.stex" ] +dest_files=["res://.godot/imported/shadow.svg-5164915787bc95347e1112818d9bab36.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/character/tail/tail0.png.import b/sprites/character/tail/tail0.png.import index 34d07e8..21af1a9 100644 --- a/sprites/character/tail/tail0.png.import +++ b/sprites/character/tail/tail0.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/tail0.png-0e2fa7060bf8ce5ece1b01844b4dc771.stex" +type="CompressedTexture2D" +uid="uid://cq4xtdfse0v2c" +path="res://.godot/imported/tail0.png-0e2fa7060bf8ce5ece1b01844b4dc771.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/tail/tail0.png" -dest_files=[ "res://.import/tail0.png-0e2fa7060bf8ce5ece1b01844b4dc771.stex" ] +dest_files=["res://.godot/imported/tail0.png-0e2fa7060bf8ce5ece1b01844b4dc771.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/tail/tail0.svg.import b/sprites/character/tail/tail0.svg.import index 8b629a8..cd2b41a 100644 --- a/sprites/character/tail/tail0.svg.import +++ b/sprites/character/tail/tail0.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/tail0.svg-90b13f23f662b01ecec7f7a0b9d58b27.stex" +type="CompressedTexture2D" +uid="uid://cddou4chwo8h2" +path="res://.godot/imported/tail0.svg-90b13f23f662b01ecec7f7a0b9d58b27.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/character/tail/tail0.svg" -dest_files=[ "res://.import/tail0.svg-90b13f23f662b01ecec7f7a0b9d58b27.stex" ] +dest_files=["res://.godot/imported/tail0.svg-90b13f23f662b01ecec7f7a0b9d58b27.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/character/tail/tail1.png.import b/sprites/character/tail/tail1.png.import index 7b8e9ee..a82719f 100644 --- a/sprites/character/tail/tail1.png.import +++ b/sprites/character/tail/tail1.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/tail1.png-20ad963cb27262722d9c830306d82365.stex" +type="CompressedTexture2D" +uid="uid://prl167f66ejc" +path="res://.godot/imported/tail1.png-20ad963cb27262722d9c830306d82365.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/tail/tail1.png" -dest_files=[ "res://.import/tail1.png-20ad963cb27262722d9c830306d82365.stex" ] +dest_files=["res://.godot/imported/tail1.png-20ad963cb27262722d9c830306d82365.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/tail/tail1.svg.import b/sprites/character/tail/tail1.svg.import index 8cd3e2d..d4e90c7 100644 --- a/sprites/character/tail/tail1.svg.import +++ b/sprites/character/tail/tail1.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/tail1.svg-c186531e2f293b8a49ad37888764cf1c.stex" +type="CompressedTexture2D" +uid="uid://cnd3v8cerplqq" +path="res://.godot/imported/tail1.svg-c186531e2f293b8a49ad37888764cf1c.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/character/tail/tail1.svg" -dest_files=[ "res://.import/tail1.svg-c186531e2f293b8a49ad37888764cf1c.stex" ] +dest_files=["res://.godot/imported/tail1.svg-c186531e2f293b8a49ad37888764cf1c.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/character/tail/tail2.png.import b/sprites/character/tail/tail2.png.import index 3252752..8160ccf 100644 --- a/sprites/character/tail/tail2.png.import +++ b/sprites/character/tail/tail2.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/tail2.png-04a5eb6359a849ec31dc372cf1abc188.stex" +type="CompressedTexture2D" +uid="uid://76pltxa4ly2k" +path="res://.godot/imported/tail2.png-04a5eb6359a849ec31dc372cf1abc188.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/character/tail/tail2.png" -dest_files=[ "res://.import/tail2.png-04a5eb6359a849ec31dc372cf1abc188.stex" ] +dest_files=["res://.godot/imported/tail2.png-04a5eb6359a849ec31dc372cf1abc188.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/character/tail/tail2.svg.import b/sprites/character/tail/tail2.svg.import index 6bfd1ea..bc1d227 100644 --- a/sprites/character/tail/tail2.svg.import +++ b/sprites/character/tail/tail2.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/tail2.svg-af28a35d0cdcb50e283608ab7bee83f3.stex" +type="CompressedTexture2D" +uid="uid://djv0p7rxujbd4" +path="res://.godot/imported/tail2.svg-af28a35d0cdcb50e283608ab7bee83f3.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/character/tail/tail2.svg" -dest_files=[ "res://.import/tail2.svg-af28a35d0cdcb50e283608ab7bee83f3.stex" ] +dest_files=["res://.godot/imported/tail2.svg-af28a35d0cdcb50e283608ab7bee83f3.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/atomic_shirt.svg.import b/sprites/clothes/atomic_shirt.svg.import index adaf299..524b79c 100644 --- a/sprites/clothes/atomic_shirt.svg.import +++ b/sprites/clothes/atomic_shirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/atomic_shirt.svg-0abd936b36ee89f91b5ca213ed21b452.stex" +type="CompressedTexture2D" +uid="uid://dlrdfsxmy23nt" +path="res://.godot/imported/atomic_shirt.svg-0abd936b36ee89f91b5ca213ed21b452.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/atomic_shirt.svg" -dest_files=[ "res://.import/atomic_shirt.svg-0abd936b36ee89f91b5ca213ed21b452.stex" ] +dest_files=["res://.godot/imported/atomic_shirt.svg-0abd936b36ee89f91b5ca213ed21b452.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/beat_up_jeans.svg.import b/sprites/clothes/beat_up_jeans.svg.import index b33fd20..47b68e3 100644 --- a/sprites/clothes/beat_up_jeans.svg.import +++ b/sprites/clothes/beat_up_jeans.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/beat_up_jeans.svg-014890781ff23da48ec0da4327398d08.stex" +type="CompressedTexture2D" +uid="uid://8vrl1mmcm5is" +path="res://.godot/imported/beat_up_jeans.svg-014890781ff23da48ec0da4327398d08.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/beat_up_jeans.svg" -dest_files=[ "res://.import/beat_up_jeans.svg-014890781ff23da48ec0da4327398d08.stex" ] +dest_files=["res://.godot/imported/beat_up_jeans.svg-014890781ff23da48ec0da4327398d08.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/biker_jacket.svg.import b/sprites/clothes/biker_jacket.svg.import index 424c82c..f5fd0da 100644 --- a/sprites/clothes/biker_jacket.svg.import +++ b/sprites/clothes/biker_jacket.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/biker_jacket.svg-59d3a2ffb145e6487867d4dac1f72ea2.stex" +type="CompressedTexture2D" +uid="uid://c1idfdavw8orv" +path="res://.godot/imported/biker_jacket.svg-59d3a2ffb145e6487867d4dac1f72ea2.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/biker_jacket.svg" -dest_files=[ "res://.import/biker_jacket.svg-59d3a2ffb145e6487867d4dac1f72ea2.stex" ] +dest_files=["res://.godot/imported/biker_jacket.svg-59d3a2ffb145e6487867d4dac1f72ea2.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/blank_bottom.png.import b/sprites/clothes/blank_bottom.png.import index 686ad0f..a3bb539 100644 --- a/sprites/clothes/blank_bottom.png.import +++ b/sprites/clothes/blank_bottom.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blank_bottom.png-920e015ef605c266d02e19063b5738b4.stex" +type="CompressedTexture2D" +uid="uid://bvgx4m2b0c8co" +path="res://.godot/imported/blank_bottom.png-920e015ef605c266d02e19063b5738b4.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/blank_bottom.png" -dest_files=[ "res://.import/blank_bottom.png-920e015ef605c266d02e19063b5738b4.stex" ] +dest_files=["res://.godot/imported/blank_bottom.png-920e015ef605c266d02e19063b5738b4.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/clothes/blank_top.png.import b/sprites/clothes/blank_top.png.import index 011dc2e..7e561a7 100644 --- a/sprites/clothes/blank_top.png.import +++ b/sprites/clothes/blank_top.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blank_top.png-e145e75e3bc30a0f4722046da43ef638.stex" +type="CompressedTexture2D" +uid="uid://cp4oe0dv4st1w" +path="res://.godot/imported/blank_top.png-e145e75e3bc30a0f4722046da43ef638.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/blank_top.png" -dest_files=[ "res://.import/blank_top.png-e145e75e3bc30a0f4722046da43ef638.stex" ] +dest_files=["res://.godot/imported/blank_top.png-e145e75e3bc30a0f4722046da43ef638.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/clothes/blue_camo_jeans.svg.import b/sprites/clothes/blue_camo_jeans.svg.import index 6e8769d..25d542f 100644 --- a/sprites/clothes/blue_camo_jeans.svg.import +++ b/sprites/clothes/blue_camo_jeans.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_camo_jeans.svg-cd16f3b76d3e1ddbb50df0fd6605a5b3.stex" +type="CompressedTexture2D" +uid="uid://venieklgphn5" +path="res://.godot/imported/blue_camo_jeans.svg-cd16f3b76d3e1ddbb50df0fd6605a5b3.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/blue_camo_jeans.svg" -dest_files=[ "res://.import/blue_camo_jeans.svg-cd16f3b76d3e1ddbb50df0fd6605a5b3.stex" ] +dest_files=["res://.godot/imported/blue_camo_jeans.svg-cd16f3b76d3e1ddbb50df0fd6605a5b3.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/blue_skirt.svg.import b/sprites/clothes/blue_skirt.svg.import index 9af81a5..3128c90 100644 --- a/sprites/clothes/blue_skirt.svg.import +++ b/sprites/clothes/blue_skirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_skirt.svg-957ddd32f4395dea77e370fc230058c0.stex" +type="CompressedTexture2D" +uid="uid://cf72ydh00dbjc" +path="res://.godot/imported/blue_skirt.svg-957ddd32f4395dea77e370fc230058c0.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/blue_skirt.svg" -dest_files=[ "res://.import/blue_skirt.svg-957ddd32f4395dea77e370fc230058c0.stex" ] +dest_files=["res://.godot/imported/blue_skirt.svg-957ddd32f4395dea77e370fc230058c0.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/briefs.svg.import b/sprites/clothes/briefs.svg.import index e963654..ae21135 100644 --- a/sprites/clothes/briefs.svg.import +++ b/sprites/clothes/briefs.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/briefs.svg-596ed87a13dea058d1ae32aecf4a2573.stex" +type="CompressedTexture2D" +uid="uid://buxx2gl3e68ko" +path="res://.godot/imported/briefs.svg-596ed87a13dea058d1ae32aecf4a2573.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/briefs.svg" -dest_files=[ "res://.import/briefs.svg-596ed87a13dea058d1ae32aecf4a2573.stex" ] +dest_files=["res://.godot/imported/briefs.svg-596ed87a13dea058d1ae32aecf4a2573.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/camera.png.import b/sprites/clothes/camera.png.import index c2f0a42..20f9a9a 100644 --- a/sprites/clothes/camera.png.import +++ b/sprites/clothes/camera.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/camera.png-d91cda782f5cfd9276099749bc42049f.stex" +type="CompressedTexture2D" +uid="uid://cknngyx481to2" +path="res://.godot/imported/camera.png-d91cda782f5cfd9276099749bc42049f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/camera.png" -dest_files=[ "res://.import/camera.png-d91cda782f5cfd9276099749bc42049f.stex" ] +dest_files=["res://.godot/imported/camera.png-d91cda782f5cfd9276099749bc42049f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/clothes/camera.svg.import b/sprites/clothes/camera.svg.import index a439fe2..3fce2ef 100644 --- a/sprites/clothes/camera.svg.import +++ b/sprites/clothes/camera.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/camera.svg-38c1d6b15a580b15ae328609c4975981.stex" +type="CompressedTexture2D" +uid="uid://b6jcmsf822h55" +path="res://.godot/imported/camera.svg-38c1d6b15a580b15ae328609c4975981.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/camera.svg" -dest_files=[ "res://.import/camera.svg-38c1d6b15a580b15ae328609c4975981.stex" ] +dest_files=["res://.godot/imported/camera.svg-38c1d6b15a580b15ae328609c4975981.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/cursor.png.import b/sprites/clothes/cursor.png.import index 1075b33..e11583b 100644 --- a/sprites/clothes/cursor.png.import +++ b/sprites/clothes/cursor.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/cursor.png-510ed8f4707337aeaa4855fa575b5224.stex" +type="CompressedTexture2D" +uid="uid://b4g0qprd6i545" +path="res://.godot/imported/cursor.png-510ed8f4707337aeaa4855fa575b5224.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/cursor.png" -dest_files=[ "res://.import/cursor.png-510ed8f4707337aeaa4855fa575b5224.stex" ] +dest_files=["res://.godot/imported/cursor.png-510ed8f4707337aeaa4855fa575b5224.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/clothes/dj_shirt.png.import b/sprites/clothes/dj_shirt.png.import index f2efbaa..7c957b6 100644 --- a/sprites/clothes/dj_shirt.png.import +++ b/sprites/clothes/dj_shirt.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dj_shirt.png-9ec42996bc92d150dd64520203187962.stex" +type="CompressedTexture2D" +uid="uid://310b2835i5d8" +path="res://.godot/imported/dj_shirt.png-9ec42996bc92d150dd64520203187962.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/dj_shirt.png" -dest_files=[ "res://.import/dj_shirt.png-9ec42996bc92d150dd64520203187962.stex" ] +dest_files=["res://.godot/imported/dj_shirt.png-9ec42996bc92d150dd64520203187962.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/clothes/dj_shirt.svg.import b/sprites/clothes/dj_shirt.svg.import index 52ea958..f9133e2 100644 --- a/sprites/clothes/dj_shirt.svg.import +++ b/sprites/clothes/dj_shirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dj_shirt.svg-ea5d0d7495aebdde5fea68ced6abd0c6.stex" +type="CompressedTexture2D" +uid="uid://cw3wfo2jpn3qs" +path="res://.godot/imported/dj_shirt.svg-ea5d0d7495aebdde5fea68ced6abd0c6.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/dj_shirt.svg" -dest_files=[ "res://.import/dj_shirt.svg-ea5d0d7495aebdde5fea68ced6abd0c6.stex" ] +dest_files=["res://.godot/imported/dj_shirt.svg-ea5d0d7495aebdde5fea68ced6abd0c6.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/dj_shorts.svg.import b/sprites/clothes/dj_shorts.svg.import index fd15832..0355a13 100644 --- a/sprites/clothes/dj_shorts.svg.import +++ b/sprites/clothes/dj_shorts.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dj_shorts.svg-a37366f40625ad486382b984e7c0008d.stex" +type="CompressedTexture2D" +uid="uid://yhyxxgdk0o4r" +path="res://.godot/imported/dj_shorts.svg-a37366f40625ad486382b984e7c0008d.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/dj_shorts.svg" -dest_files=[ "res://.import/dj_shorts.svg-a37366f40625ad486382b984e7c0008d.stex" ] +dest_files=["res://.godot/imported/dj_shorts.svg-a37366f40625ad486382b984e7c0008d.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/exit_symbol.svg.import b/sprites/clothes/exit_symbol.svg.import index 397a650..3ad955b 100644 --- a/sprites/clothes/exit_symbol.svg.import +++ b/sprites/clothes/exit_symbol.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/exit_symbol.svg-3108fb0b8e3787d891eea722f1e829f5.stex" +type="CompressedTexture2D" +uid="uid://c2a13o0rcyned" +path="res://.godot/imported/exit_symbol.svg-3108fb0b8e3787d891eea722f1e829f5.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/exit_symbol.svg" -dest_files=[ "res://.import/exit_symbol.svg-3108fb0b8e3787d891eea722f1e829f5.stex" ] +dest_files=["res://.godot/imported/exit_symbol.svg-3108fb0b8e3787d891eea722f1e829f5.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/formal_skirt.svg.import b/sprites/clothes/formal_skirt.svg.import index 1eeff75..b51e998 100644 --- a/sprites/clothes/formal_skirt.svg.import +++ b/sprites/clothes/formal_skirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/formal_skirt.svg-5364ab387d303866a55bd065f1196db6.stex" +type="CompressedTexture2D" +uid="uid://d3o18kcg1x5n1" +path="res://.godot/imported/formal_skirt.svg-5364ab387d303866a55bd065f1196db6.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/formal_skirt.svg" -dest_files=[ "res://.import/formal_skirt.svg-5364ab387d303866a55bd065f1196db6.stex" ] +dest_files=["res://.godot/imported/formal_skirt.svg-5364ab387d303866a55bd065f1196db6.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/fullsnack_shirt.svg.import b/sprites/clothes/fullsnack_shirt.svg.import index 573a377..ea42e2f 100644 --- a/sprites/clothes/fullsnack_shirt.svg.import +++ b/sprites/clothes/fullsnack_shirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/fullsnack_shirt.svg-fe727b0ca40952cd32596f7250f1aa9d.stex" +type="CompressedTexture2D" +uid="uid://qvwv0sdwl5u4" +path="res://.godot/imported/fullsnack_shirt.svg-fe727b0ca40952cd32596f7250f1aa9d.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/fullsnack_shirt.svg" -dest_files=[ "res://.import/fullsnack_shirt.svg-fe727b0ca40952cd32596f7250f1aa9d.stex" ] +dest_files=["res://.godot/imported/fullsnack_shirt.svg-fe727b0ca40952cd32596f7250f1aa9d.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/fundosi.svg.import b/sprites/clothes/fundosi.svg.import index cbd17ec..5208316 100644 --- a/sprites/clothes/fundosi.svg.import +++ b/sprites/clothes/fundosi.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/fundosi.svg-3e06a2a2235c6bc5f836c17caffdf31e.stex" +type="CompressedTexture2D" +uid="uid://dwtufx1hv1o61" +path="res://.godot/imported/fundosi.svg-3e06a2a2235c6bc5f836c17caffdf31e.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/fundosi.svg" -dest_files=[ "res://.import/fundosi.svg-3e06a2a2235c6bc5f836c17caffdf31e.stex" ] +dest_files=["res://.godot/imported/fundosi.svg-3e06a2a2235c6bc5f836c17caffdf31e.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/icrazy_frame.svg.import b/sprites/clothes/icrazy_frame.svg.import index 808dd6f..9c6bcf9 100644 --- a/sprites/clothes/icrazy_frame.svg.import +++ b/sprites/clothes/icrazy_frame.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/icrazy_frame.svg-032c353b0b85ae71d6c5843b8929a60c.stex" +type="CompressedTexture2D" +uid="uid://bi7ayrxnn7hex" +path="res://.godot/imported/icrazy_frame.svg-032c353b0b85ae71d6c5843b8929a60c.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/icrazy_frame.svg" -dest_files=[ "res://.import/icrazy_frame.svg-032c353b0b85ae71d6c5843b8929a60c.stex" ] +dest_files=["res://.godot/imported/icrazy_frame.svg-032c353b0b85ae71d6c5843b8929a60c.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/jeans.svg.import b/sprites/clothes/jeans.svg.import index 6fa55a3..70badb6 100644 --- a/sprites/clothes/jeans.svg.import +++ b/sprites/clothes/jeans.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/jeans.svg-7575323cfcbd540047bd04422a2c1441.stex" +type="CompressedTexture2D" +uid="uid://bvh35sf1ahp1k" +path="res://.godot/imported/jeans.svg-7575323cfcbd540047bd04422a2c1441.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/jeans.svg" -dest_files=[ "res://.import/jeans.svg-7575323cfcbd540047bd04422a2c1441.stex" ] +dest_files=["res://.godot/imported/jeans.svg-7575323cfcbd540047bd04422a2c1441.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/korm_shirt.png.import b/sprites/clothes/korm_shirt.png.import index 3b2c57f..f637ab1 100644 --- a/sprites/clothes/korm_shirt.png.import +++ b/sprites/clothes/korm_shirt.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/korm_shirt.png-a5f5a650c72d1ed2c79eac52194dc754.stex" +type="CompressedTexture2D" +uid="uid://dt1tsnusorwv8" +path="res://.godot/imported/korm_shirt.png-a5f5a650c72d1ed2c79eac52194dc754.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/korm_shirt.png" -dest_files=[ "res://.import/korm_shirt.png-a5f5a650c72d1ed2c79eac52194dc754.stex" ] +dest_files=["res://.godot/imported/korm_shirt.png-a5f5a650c72d1ed2c79eac52194dc754.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/clothes/lights.png.import b/sprites/clothes/lights.png.import index c0c8ff7..02c20c3 100644 --- a/sprites/clothes/lights.png.import +++ b/sprites/clothes/lights.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/lights.png-1c6ed66a35ce8733fd40b8a8f45436db.stex" +type="CompressedTexture2D" +uid="uid://dteiup73cqn4o" +path="res://.godot/imported/lights.png-1c6ed66a35ce8733fd40b8a8f45436db.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/lights.png" -dest_files=[ "res://.import/lights.png-1c6ed66a35ce8733fd40b8a8f45436db.stex" ] +dest_files=["res://.godot/imported/lights.png-1c6ed66a35ce8733fd40b8a8f45436db.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/clothes/nl_jacket.png.import b/sprites/clothes/nl_jacket.png.import index 22f8b3e..db94780 100644 --- a/sprites/clothes/nl_jacket.png.import +++ b/sprites/clothes/nl_jacket.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/nl_jacket.png-fce4f778b8b554957773cdfe0b58ab26.stex" +type="CompressedTexture2D" +uid="uid://bafbjym83epho" +path="res://.godot/imported/nl_jacket.png-fce4f778b8b554957773cdfe0b58ab26.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/nl_jacket.png" -dest_files=[ "res://.import/nl_jacket.png-fce4f778b8b554957773cdfe0b58ab26.stex" ] +dest_files=["res://.godot/imported/nl_jacket.png-fce4f778b8b554957773cdfe0b58ab26.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/clothes/old_sweatshirt.svg.import b/sprites/clothes/old_sweatshirt.svg.import index 46655c8..20cfcfc 100644 --- a/sprites/clothes/old_sweatshirt.svg.import +++ b/sprites/clothes/old_sweatshirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/old_sweatshirt.svg-251475bba969ae25f4a16f96f0ae8ba9.stex" +type="CompressedTexture2D" +uid="uid://t4xqbdqvd04s" +path="res://.godot/imported/old_sweatshirt.svg-251475bba969ae25f4a16f96f0ae8ba9.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/old_sweatshirt.svg" -dest_files=[ "res://.import/old_sweatshirt.svg-251475bba969ae25f4a16f96f0ae8ba9.stex" ] +dest_files=["res://.godot/imported/old_sweatshirt.svg-251475bba969ae25f4a16f96f0ae8ba9.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/owo_censor.svg.import b/sprites/clothes/owo_censor.svg.import index c284ac7..d2155c6 100644 --- a/sprites/clothes/owo_censor.svg.import +++ b/sprites/clothes/owo_censor.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/owo_censor.svg-db0bdef3d0a99bdb701b9d78187c25bb.stex" +type="CompressedTexture2D" +uid="uid://cardxswmgbmbv" +path="res://.godot/imported/owo_censor.svg-db0bdef3d0a99bdb701b9d78187c25bb.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/owo_censor.svg" -dest_files=[ "res://.import/owo_censor.svg-db0bdef3d0a99bdb701b9d78187c25bb.stex" ] +dest_files=["res://.godot/imported/owo_censor.svg-db0bdef3d0a99bdb701b9d78187c25bb.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/pants_icon.svg.import b/sprites/clothes/pants_icon.svg.import index 6d28341..9c78434 100644 --- a/sprites/clothes/pants_icon.svg.import +++ b/sprites/clothes/pants_icon.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/pants_icon.svg-1b70a1b4db0c8229d68cbbafffd7bf3c.stex" +type="CompressedTexture2D" +uid="uid://bn2le7r61mcmq" +path="res://.godot/imported/pants_icon.svg-1b70a1b4db0c8229d68cbbafffd7bf3c.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/pants_icon.svg" -dest_files=[ "res://.import/pants_icon.svg-1b70a1b4db0c8229d68cbbafffd7bf3c.stex" ] +dest_files=["res://.godot/imported/pants_icon.svg-1b70a1b4db0c8229d68cbbafffd7bf3c.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/raw_shirt.svg.import b/sprites/clothes/raw_shirt.svg.import index 9f55f93..7b732ee 100644 --- a/sprites/clothes/raw_shirt.svg.import +++ b/sprites/clothes/raw_shirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/raw_shirt.svg-5b4f4775b459a41371a301c8fefa7bfd.stex" +type="CompressedTexture2D" +uid="uid://drc2nqh1ylg2o" +path="res://.godot/imported/raw_shirt.svg-5b4f4775b459a41371a301c8fefa7bfd.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/raw_shirt.svg" -dest_files=[ "res://.import/raw_shirt.svg-5b4f4775b459a41371a301c8fefa7bfd.stex" ] +dest_files=["res://.godot/imported/raw_shirt.svg-5b4f4775b459a41371a301c8fefa7bfd.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/retro_shirt.svg.import b/sprites/clothes/retro_shirt.svg.import index e25641f..0ac90f9 100644 --- a/sprites/clothes/retro_shirt.svg.import +++ b/sprites/clothes/retro_shirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/retro_shirt.svg-ad65f3cc5ef550b2f1b7d92e751bcd9f.stex" +type="CompressedTexture2D" +uid="uid://bhgvidynd582a" +path="res://.godot/imported/retro_shirt.svg-ad65f3cc5ef550b2f1b7d92e751bcd9f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/retro_shirt.svg" -dest_files=[ "res://.import/retro_shirt.svg-ad65f3cc5ef550b2f1b7d92e751bcd9f.stex" ] +dest_files=["res://.godot/imported/retro_shirt.svg-ad65f3cc5ef550b2f1b7d92e751bcd9f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/shirt_icon.svg.import b/sprites/clothes/shirt_icon.svg.import index 3253799..0521887 100644 --- a/sprites/clothes/shirt_icon.svg.import +++ b/sprites/clothes/shirt_icon.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/shirt_icon.svg-96421effc10bfb14afa97232b2ab5d13.stex" +type="CompressedTexture2D" +uid="uid://sl7vgiqmblpd" +path="res://.godot/imported/shirt_icon.svg-96421effc10bfb14afa97232b2ab5d13.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/shirt_icon.svg" -dest_files=[ "res://.import/shirt_icon.svg-96421effc10bfb14afa97232b2ab5d13.stex" ] +dest_files=["res://.godot/imported/shirt_icon.svg-96421effc10bfb14afa97232b2ab5d13.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/skate_shirt.svg.import b/sprites/clothes/skate_shirt.svg.import index 76634d6..e1b1e1b 100644 --- a/sprites/clothes/skate_shirt.svg.import +++ b/sprites/clothes/skate_shirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/skate_shirt.svg-f6dd325cc91a89a1f7a63cf7771a25ab.stex" +type="CompressedTexture2D" +uid="uid://ddxf7fjbv8r4y" +path="res://.godot/imported/skate_shirt.svg-f6dd325cc91a89a1f7a63cf7771a25ab.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/skate_shirt.svg" -dest_files=[ "res://.import/skate_shirt.svg-f6dd325cc91a89a1f7a63cf7771a25ab.stex" ] +dest_files=["res://.godot/imported/skate_shirt.svg-f6dd325cc91a89a1f7a63cf7771a25ab.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/sweat_pants.svg.import b/sprites/clothes/sweat_pants.svg.import index 62e02d0..0968497 100644 --- a/sprites/clothes/sweat_pants.svg.import +++ b/sprites/clothes/sweat_pants.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/sweat_pants.svg-dfc605efc826826df7e7b0db566c1afc.stex" +type="CompressedTexture2D" +uid="uid://405burxtvied" +path="res://.godot/imported/sweat_pants.svg-dfc605efc826826df7e7b0db566c1afc.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/sweat_pants.svg" -dest_files=[ "res://.import/sweat_pants.svg-dfc605efc826826df7e7b0db566c1afc.stex" ] +dest_files=["res://.godot/imported/sweat_pants.svg-dfc605efc826826df7e7b0db566c1afc.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/title.svg.import b/sprites/clothes/title.svg.import index 30a16be..f81d1ef 100644 --- a/sprites/clothes/title.svg.import +++ b/sprites/clothes/title.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/title.svg-fedd8a76fa80d30aaf7bbe3abed9eb0c.stex" +type="CompressedTexture2D" +uid="uid://cn200q3oo43ou" +path="res://.godot/imported/title.svg-fedd8a76fa80d30aaf7bbe3abed9eb0c.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/title.svg" -dest_files=[ "res://.import/title.svg-fedd8a76fa80d30aaf7bbe3abed9eb0c.stex" ] +dest_files=["res://.godot/imported/title.svg-fedd8a76fa80d30aaf7bbe3abed9eb0c.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/train_hoodie.svg.import b/sprites/clothes/train_hoodie.svg.import index c298f87..9d6f9d5 100644 --- a/sprites/clothes/train_hoodie.svg.import +++ b/sprites/clothes/train_hoodie.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/train_hoodie.svg-2cb1428b295bcd1ac1834e33929210de.stex" +type="CompressedTexture2D" +uid="uid://tlkdx2el5e3p" +path="res://.godot/imported/train_hoodie.svg-2cb1428b295bcd1ac1834e33929210de.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/train_hoodie.svg" -dest_files=[ "res://.import/train_hoodie.svg-2cb1428b295bcd1ac1834e33929210de.stex" ] +dest_files=["res://.godot/imported/train_hoodie.svg-2cb1428b295bcd1ac1834e33929210de.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/whatsnew_shirt.svg.import b/sprites/clothes/whatsnew_shirt.svg.import index 2ea2161..e11a8ae 100644 --- a/sprites/clothes/whatsnew_shirt.svg.import +++ b/sprites/clothes/whatsnew_shirt.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/whatsnew_shirt.svg-be6dc02a6d26830ee09f5119ad4053e5.stex" +type="CompressedTexture2D" +uid="uid://djvbjw5yl8ulb" +path="res://.godot/imported/whatsnew_shirt.svg-be6dc02a6d26830ee09f5119ad4053e5.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/whatsnew_shirt.svg" -dest_files=[ "res://.import/whatsnew_shirt.svg-be6dc02a6d26830ee09f5119ad4053e5.stex" ] +dest_files=["res://.godot/imported/whatsnew_shirt.svg-be6dc02a6d26830ee09f5119ad4053e5.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/z_briefs.svg.import b/sprites/clothes/z_briefs.svg.import index 6f588a2..b6a7459 100644 --- a/sprites/clothes/z_briefs.svg.import +++ b/sprites/clothes/z_briefs.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/z_briefs.svg-cbc61dc02d9f663e4242a469916832fb.stex" +type="CompressedTexture2D" +uid="uid://qal4gip7k0i5" +path="res://.godot/imported/z_briefs.svg-cbc61dc02d9f663e4242a469916832fb.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/clothes/z_briefs.svg" -dest_files=[ "res://.import/z_briefs.svg-cbc61dc02d9f663e4242a469916832fb.stex" ] +dest_files=["res://.godot/imported/z_briefs.svg-cbc61dc02d9f663e4242a469916832fb.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/clothes/z_shirt.png.import b/sprites/clothes/z_shirt.png.import index 9aa99e2..d8a002c 100644 --- a/sprites/clothes/z_shirt.png.import +++ b/sprites/clothes/z_shirt.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/z_shirt.png-bf6b3132de8c37dd8046ad501ad13a0a.stex" +type="CompressedTexture2D" +uid="uid://b0sf2e2e5jfab" +path="res://.godot/imported/z_shirt.png-bf6b3132de8c37dd8046ad501ad13a0a.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/clothes/z_shirt.png" -dest_files=[ "res://.import/z_shirt.png-bf6b3132de8c37dd8046ad501ad13a0a.stex" ] +dest_files=["res://.godot/imported/z_shirt.png-bf6b3132de8c37dd8046ad501ad13a0a.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/pawprint-logo.svg.import b/sprites/pawprint-logo.svg.import index f95e8f6..6ee89fa 100644 --- a/sprites/pawprint-logo.svg.import +++ b/sprites/pawprint-logo.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/pawprint-logo.svg-01cd6ea8ad71ffb3d0348f6c08c67cda.stex" +type="CompressedTexture2D" +uid="uid://puxix2j7nxuo" +path="res://.godot/imported/pawprint-logo.svg-01cd6ea8ad71ffb3d0348f6c08c67cda.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/pawprint-logo.svg" -dest_files=[ "res://.import/pawprint-logo.svg-01cd6ea8ad71ffb3d0348f6c08c67cda.stex" ] +dest_files=["res://.godot/imported/pawprint-logo.svg-01cd6ea8ad71ffb3d0348f6c08c67cda.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/check.svg.import b/sprites/symbols/check.svg.import index 49c8394..7fda4f9 100644 --- a/sprites/symbols/check.svg.import +++ b/sprites/symbols/check.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/check.svg-9f44bbeb4b4ba5cd240f570669efca4d.stex" +type="CompressedTexture2D" +uid="uid://0rl6xawrdm3v" +path="res://.godot/imported/check.svg-9f44bbeb4b4ba5cd240f570669efca4d.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/check.svg" -dest_files=[ "res://.import/check.svg-9f44bbeb4b4ba5cd240f570669efca4d.stex" ] +dest_files=["res://.godot/imported/check.svg-9f44bbeb4b4ba5cd240f570669efca4d.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/file-download-disabled.svg.import b/sprites/symbols/file-download-disabled.svg.import index cf63dd0..3091893 100644 --- a/sprites/symbols/file-download-disabled.svg.import +++ b/sprites/symbols/file-download-disabled.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/file-download-disabled.svg-3039085a28180f25134fac3a2e2e908b.stex" +type="CompressedTexture2D" +uid="uid://bqs56pcfa0uqh" +path="res://.godot/imported/file-download-disabled.svg-3039085a28180f25134fac3a2e2e908b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/file-download-disabled.svg" -dest_files=[ "res://.import/file-download-disabled.svg-3039085a28180f25134fac3a2e2e908b.stex" ] +dest_files=["res://.godot/imported/file-download-disabled.svg-3039085a28180f25134fac3a2e2e908b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/file-download.svg.import b/sprites/symbols/file-download.svg.import index 50d5871..aa4072c 100644 --- a/sprites/symbols/file-download.svg.import +++ b/sprites/symbols/file-download.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/file-download.svg-450cf2da94964fdd618f765552ef56fa.stex" +type="CompressedTexture2D" +uid="uid://dvwfmf3d8owqa" +path="res://.godot/imported/file-download.svg-450cf2da94964fdd618f765552ef56fa.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/file-download.svg" -dest_files=[ "res://.import/file-download.svg-450cf2da94964fdd618f765552ef56fa.stex" ] +dest_files=["res://.godot/imported/file-download.svg-450cf2da94964fdd618f765552ef56fa.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/file-upload-disabled.svg.import b/sprites/symbols/file-upload-disabled.svg.import index 3e2b9c7..dc73436 100644 --- a/sprites/symbols/file-upload-disabled.svg.import +++ b/sprites/symbols/file-upload-disabled.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/file-upload-disabled.svg-ba38875b88f3cb31437f95135a66cdca.stex" +type="CompressedTexture2D" +uid="uid://nm7qfemlongu" +path="res://.godot/imported/file-upload-disabled.svg-ba38875b88f3cb31437f95135a66cdca.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/file-upload-disabled.svg" -dest_files=[ "res://.import/file-upload-disabled.svg-ba38875b88f3cb31437f95135a66cdca.stex" ] +dest_files=["res://.godot/imported/file-upload-disabled.svg-ba38875b88f3cb31437f95135a66cdca.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/file-upload.svg.import b/sprites/symbols/file-upload.svg.import index 595eea6..a01719b 100644 --- a/sprites/symbols/file-upload.svg.import +++ b/sprites/symbols/file-upload.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/file-upload.svg-d051fb9491598b3376ab16f862e70d42.stex" +type="CompressedTexture2D" +uid="uid://c6gjshrl66tx" +path="res://.godot/imported/file-upload.svg-d051fb9491598b3376ab16f862e70d42.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/file-upload.svg" -dest_files=[ "res://.import/file-upload.svg-d051fb9491598b3376ab16f862e70d42.stex" ] +dest_files=["res://.godot/imported/file-upload.svg-d051fb9491598b3376ab16f862e70d42.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/newspaper-disabled.svg.import b/sprites/symbols/newspaper-disabled.svg.import index 034ac33..e03b170 100644 --- a/sprites/symbols/newspaper-disabled.svg.import +++ b/sprites/symbols/newspaper-disabled.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/newspaper-disabled.svg-4f6a658b170751bc0f75fca2f40c3b06.stex" +type="CompressedTexture2D" +uid="uid://cty3hnyv2ajyu" +path="res://.godot/imported/newspaper-disabled.svg-4f6a658b170751bc0f75fca2f40c3b06.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/newspaper-disabled.svg" -dest_files=[ "res://.import/newspaper-disabled.svg-4f6a658b170751bc0f75fca2f40c3b06.stex" ] +dest_files=["res://.godot/imported/newspaper-disabled.svg-4f6a658b170751bc0f75fca2f40c3b06.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/newspaper.svg.import b/sprites/symbols/newspaper.svg.import index deaefba..67b5ebd 100644 --- a/sprites/symbols/newspaper.svg.import +++ b/sprites/symbols/newspaper.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/newspaper.svg-c0c10dffd78099ba7b3807021c14924f.stex" +type="CompressedTexture2D" +uid="uid://dqvy2hp22ewdp" +path="res://.godot/imported/newspaper.svg-c0c10dffd78099ba7b3807021c14924f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/newspaper.svg" -dest_files=[ "res://.import/newspaper.svg-c0c10dffd78099ba7b3807021c14924f.stex" ] +dest_files=["res://.godot/imported/newspaper.svg-c0c10dffd78099ba7b3807021c14924f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/spinner.svg.import b/sprites/symbols/spinner.svg.import index 44ce736..b7829ca 100644 --- a/sprites/symbols/spinner.svg.import +++ b/sprites/symbols/spinner.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/spinner.svg-9c272ad1499efd5be523cbaa7db2de7c.stex" +type="CompressedTexture2D" +uid="uid://b0uebluuh7cs0" +path="res://.godot/imported/spinner.svg-9c272ad1499efd5be523cbaa7db2de7c.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/spinner.svg" -dest_files=[ "res://.import/spinner.svg-9c272ad1499efd5be523cbaa7db2de7c.stex" ] +dest_files=["res://.godot/imported/spinner.svg-9c272ad1499efd5be523cbaa7db2de7c.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/sync.svg.import b/sprites/symbols/sync.svg.import index db33b3f..6eaac3c 100644 --- a/sprites/symbols/sync.svg.import +++ b/sprites/symbols/sync.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/sync.svg-f813d9cd893fe23342f18498df3c01d6.stex" +type="CompressedTexture2D" +uid="uid://0g3gpd5p8kfi" +path="res://.godot/imported/sync.svg-f813d9cd893fe23342f18498df3c01d6.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/sync.svg" -dest_files=[ "res://.import/sync.svg-f813d9cd893fe23342f18498df3c01d6.stex" ] +dest_files=["res://.godot/imported/sync.svg-f813d9cd893fe23342f18498df3c01d6.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/times.svg.import b/sprites/symbols/times.svg.import index 39b5740..74c1f15 100644 --- a/sprites/symbols/times.svg.import +++ b/sprites/symbols/times.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/times.svg-6ac74cf962110ec75d79adcca368c0d6.stex" +type="CompressedTexture2D" +uid="uid://dv4hbfjsmx717" +path="res://.godot/imported/times.svg-6ac74cf962110ec75d79adcca368c0d6.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/times.svg" -dest_files=[ "res://.import/times.svg-6ac74cf962110ec75d79adcca368c0d6.stex" ] +dest_files=["res://.godot/imported/times.svg-6ac74cf962110ec75d79adcca368c0d6.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/symbols/trash.svg.import b/sprites/symbols/trash.svg.import index 39bfa2e..a1480dc 100644 --- a/sprites/symbols/trash.svg.import +++ b/sprites/symbols/trash.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/trash.svg-2dea8a7a79a1ab3e264e388d8ca19746.stex" +type="CompressedTexture2D" +uid="uid://dgwys372lmwvh" +path="res://.godot/imported/trash.svg-2dea8a7a79a1ab3e264e388d8ca19746.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/symbols/trash.svg" -dest_files=[ "res://.import/trash.svg-2dea8a7a79a1ab3e264e388d8ca19746.stex" ] +dest_files=["res://.godot/imported/trash.svg-2dea8a7a79a1ab3e264e388d8ca19746.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/ui/blue_boxCheckmark.png.import b/sprites/ui/blue_boxCheckmark.png.import index 8d8b547..2fbe43a 100644 --- a/sprites/ui/blue_boxCheckmark.png.import +++ b/sprites/ui/blue_boxCheckmark.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_boxCheckmark.png-0f6f6262330fb86d6d41dc0b00482da7.stex" +type="CompressedTexture2D" +uid="uid://ebtlta3jmhai" +path="res://.godot/imported/blue_boxCheckmark.png-0f6f6262330fb86d6d41dc0b00482da7.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_boxCheckmark.png" -dest_files=[ "res://.import/blue_boxCheckmark.png-0f6f6262330fb86d6d41dc0b00482da7.stex" ] +dest_files=["res://.godot/imported/blue_boxCheckmark.png-0f6f6262330fb86d6d41dc0b00482da7.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_boxCross.png.import b/sprites/ui/blue_boxCross.png.import index de3adb8..bd6a732 100644 --- a/sprites/ui/blue_boxCross.png.import +++ b/sprites/ui/blue_boxCross.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_boxCross.png-2cfbff3e2589ce3007a599b374d87154.stex" +type="CompressedTexture2D" +uid="uid://dc1y5h66kpr3o" +path="res://.godot/imported/blue_boxCross.png-2cfbff3e2589ce3007a599b374d87154.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_boxCross.png" -dest_files=[ "res://.import/blue_boxCross.png-2cfbff3e2589ce3007a599b374d87154.stex" ] +dest_files=["res://.godot/imported/blue_boxCross.png-2cfbff3e2589ce3007a599b374d87154.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_boxTick.png.import b/sprites/ui/blue_boxTick.png.import index 839d466..3c6bb53 100644 --- a/sprites/ui/blue_boxTick.png.import +++ b/sprites/ui/blue_boxTick.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_boxTick.png-9247dfd118b35154ceba6725f04b9f97.stex" +type="CompressedTexture2D" +uid="uid://4dwg87m8bgf3" +path="res://.godot/imported/blue_boxTick.png-9247dfd118b35154ceba6725f04b9f97.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_boxTick.png" -dest_files=[ "res://.import/blue_boxTick.png-9247dfd118b35154ceba6725f04b9f97.stex" ] +dest_files=["res://.godot/imported/blue_boxTick.png-9247dfd118b35154ceba6725f04b9f97.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button00.png.import b/sprites/ui/blue_button00.png.import index 7f75506..127465f 100644 --- a/sprites/ui/blue_button00.png.import +++ b/sprites/ui/blue_button00.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button00.png-aabb2a1c44ef99503e602d767bb1a1f2.stex" +type="CompressedTexture2D" +uid="uid://bj7vjwcg2r5li" +path="res://.godot/imported/blue_button00.png-aabb2a1c44ef99503e602d767bb1a1f2.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button00.png" -dest_files=[ "res://.import/blue_button00.png-aabb2a1c44ef99503e602d767bb1a1f2.stex" ] +dest_files=["res://.godot/imported/blue_button00.png-aabb2a1c44ef99503e602d767bb1a1f2.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button01.png.import b/sprites/ui/blue_button01.png.import index 04926d5..abe6a34 100644 --- a/sprites/ui/blue_button01.png.import +++ b/sprites/ui/blue_button01.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button01.png-3b82f964378678347ab7bbe38f847a81.stex" +type="CompressedTexture2D" +uid="uid://bguj5oc7xyxdq" +path="res://.godot/imported/blue_button01.png-3b82f964378678347ab7bbe38f847a81.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button01.png" -dest_files=[ "res://.import/blue_button01.png-3b82f964378678347ab7bbe38f847a81.stex" ] +dest_files=["res://.godot/imported/blue_button01.png-3b82f964378678347ab7bbe38f847a81.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button02.png.import b/sprites/ui/blue_button02.png.import index ee28c25..cca22b8 100644 --- a/sprites/ui/blue_button02.png.import +++ b/sprites/ui/blue_button02.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button02.png-d47dc574b7a23a814b2f77e7c7a53dbe.stex" +type="CompressedTexture2D" +uid="uid://bdev2j0s5asqw" +path="res://.godot/imported/blue_button02.png-d47dc574b7a23a814b2f77e7c7a53dbe.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button02.png" -dest_files=[ "res://.import/blue_button02.png-d47dc574b7a23a814b2f77e7c7a53dbe.stex" ] +dest_files=["res://.godot/imported/blue_button02.png-d47dc574b7a23a814b2f77e7c7a53dbe.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button03.png.import b/sprites/ui/blue_button03.png.import index 00e31c2..9540020 100644 --- a/sprites/ui/blue_button03.png.import +++ b/sprites/ui/blue_button03.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button03.png-b13d0316c4aa439e33f2ca7a8a08b021.stex" +type="CompressedTexture2D" +uid="uid://c0ukkpafl3wk1" +path="res://.godot/imported/blue_button03.png-b13d0316c4aa439e33f2ca7a8a08b021.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button03.png" -dest_files=[ "res://.import/blue_button03.png-b13d0316c4aa439e33f2ca7a8a08b021.stex" ] +dest_files=["res://.godot/imported/blue_button03.png-b13d0316c4aa439e33f2ca7a8a08b021.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button04.png.import b/sprites/ui/blue_button04.png.import index f64022b..242768b 100644 --- a/sprites/ui/blue_button04.png.import +++ b/sprites/ui/blue_button04.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button04.png-89687134c12fdcb236dbe7cdd70f6939.stex" +type="CompressedTexture2D" +uid="uid://cx2kvk7wq0lt6" +path="res://.godot/imported/blue_button04.png-89687134c12fdcb236dbe7cdd70f6939.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button04.png" -dest_files=[ "res://.import/blue_button04.png-89687134c12fdcb236dbe7cdd70f6939.stex" ] +dest_files=["res://.godot/imported/blue_button04.png-89687134c12fdcb236dbe7cdd70f6939.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button05.png.import b/sprites/ui/blue_button05.png.import index 5ab3c10..df104e7 100644 --- a/sprites/ui/blue_button05.png.import +++ b/sprites/ui/blue_button05.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button05.png-bf4ee04705dc2c4923c71fc454e3388b.stex" +type="CompressedTexture2D" +uid="uid://bqcqm3rukx1pf" +path="res://.godot/imported/blue_button05.png-bf4ee04705dc2c4923c71fc454e3388b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button05.png" -dest_files=[ "res://.import/blue_button05.png-bf4ee04705dc2c4923c71fc454e3388b.stex" ] +dest_files=["res://.godot/imported/blue_button05.png-bf4ee04705dc2c4923c71fc454e3388b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button06.png.import b/sprites/ui/blue_button06.png.import index 5de1e1a..e56d5dd 100644 --- a/sprites/ui/blue_button06.png.import +++ b/sprites/ui/blue_button06.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button06.png-a28bc9bc245c1e338ffdb604f2bc7c67.stex" +type="CompressedTexture2D" +uid="uid://kkrib13mowy2" +path="res://.godot/imported/blue_button06.png-a28bc9bc245c1e338ffdb604f2bc7c67.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button06.png" -dest_files=[ "res://.import/blue_button06.png-a28bc9bc245c1e338ffdb604f2bc7c67.stex" ] +dest_files=["res://.godot/imported/blue_button06.png-a28bc9bc245c1e338ffdb604f2bc7c67.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button07.png.import b/sprites/ui/blue_button07.png.import index ca3744f..4dccca9 100644 --- a/sprites/ui/blue_button07.png.import +++ b/sprites/ui/blue_button07.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button07.png-250088e5db71fa42dd34381ddf3edffa.stex" +type="CompressedTexture2D" +uid="uid://dx8j1op85e5wt" +path="res://.godot/imported/blue_button07.png-250088e5db71fa42dd34381ddf3edffa.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button07.png" -dest_files=[ "res://.import/blue_button07.png-250088e5db71fa42dd34381ddf3edffa.stex" ] +dest_files=["res://.godot/imported/blue_button07.png-250088e5db71fa42dd34381ddf3edffa.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button08.png.import b/sprites/ui/blue_button08.png.import index fd4fdd6..0ef00cb 100644 --- a/sprites/ui/blue_button08.png.import +++ b/sprites/ui/blue_button08.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button08.png-91b125840d5788c521f8313a9aed2e3f.stex" +type="CompressedTexture2D" +uid="uid://cul5grif0hp3b" +path="res://.godot/imported/blue_button08.png-91b125840d5788c521f8313a9aed2e3f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button08.png" -dest_files=[ "res://.import/blue_button08.png-91b125840d5788c521f8313a9aed2e3f.stex" ] +dest_files=["res://.godot/imported/blue_button08.png-91b125840d5788c521f8313a9aed2e3f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button09.png.import b/sprites/ui/blue_button09.png.import index 5f9329b..516268d 100644 --- a/sprites/ui/blue_button09.png.import +++ b/sprites/ui/blue_button09.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button09.png-c06334f7b5bad9645b04797b9bcd3931.stex" +type="CompressedTexture2D" +uid="uid://hefqj5kv6efh" +path="res://.godot/imported/blue_button09.png-c06334f7b5bad9645b04797b9bcd3931.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button09.png" -dest_files=[ "res://.import/blue_button09.png-c06334f7b5bad9645b04797b9bcd3931.stex" ] +dest_files=["res://.godot/imported/blue_button09.png-c06334f7b5bad9645b04797b9bcd3931.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button10.png.import b/sprites/ui/blue_button10.png.import index d7dbd08..f853d30 100644 --- a/sprites/ui/blue_button10.png.import +++ b/sprites/ui/blue_button10.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button10.png-3fa5471d48db99b68712cc002a33d3b5.stex" +type="CompressedTexture2D" +uid="uid://daob20vko1758" +path="res://.godot/imported/blue_button10.png-3fa5471d48db99b68712cc002a33d3b5.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button10.png" -dest_files=[ "res://.import/blue_button10.png-3fa5471d48db99b68712cc002a33d3b5.stex" ] +dest_files=["res://.godot/imported/blue_button10.png-3fa5471d48db99b68712cc002a33d3b5.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button11.png.import b/sprites/ui/blue_button11.png.import index fab3f87..235924c 100644 --- a/sprites/ui/blue_button11.png.import +++ b/sprites/ui/blue_button11.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button11.png-fd949ddeb789b2f1c77dce8cbfe023fe.stex" +type="CompressedTexture2D" +uid="uid://s05b32iqj2nf" +path="res://.godot/imported/blue_button11.png-fd949ddeb789b2f1c77dce8cbfe023fe.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button11.png" -dest_files=[ "res://.import/blue_button11.png-fd949ddeb789b2f1c77dce8cbfe023fe.stex" ] +dest_files=["res://.godot/imported/blue_button11.png-fd949ddeb789b2f1c77dce8cbfe023fe.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button12.png.import b/sprites/ui/blue_button12.png.import index 3178304..b616d21 100644 --- a/sprites/ui/blue_button12.png.import +++ b/sprites/ui/blue_button12.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button12.png-7ffa0726c4e172acb6022bc086ba5659.stex" +type="CompressedTexture2D" +uid="uid://dj2i5v4axoh75" +path="res://.godot/imported/blue_button12.png-7ffa0726c4e172acb6022bc086ba5659.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button12.png" -dest_files=[ "res://.import/blue_button12.png-7ffa0726c4e172acb6022bc086ba5659.stex" ] +dest_files=["res://.godot/imported/blue_button12.png-7ffa0726c4e172acb6022bc086ba5659.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_button13.png.import b/sprites/ui/blue_button13.png.import index e980c13..2ed3a1c 100644 --- a/sprites/ui/blue_button13.png.import +++ b/sprites/ui/blue_button13.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_button13.png-74889a8a8d278f3eaee6152768f5e347.stex" +type="CompressedTexture2D" +uid="uid://dgjmqhvphiapc" +path="res://.godot/imported/blue_button13.png-74889a8a8d278f3eaee6152768f5e347.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_button13.png" -dest_files=[ "res://.import/blue_button13.png-74889a8a8d278f3eaee6152768f5e347.stex" ] +dest_files=["res://.godot/imported/blue_button13.png-74889a8a8d278f3eaee6152768f5e347.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_checkmark.png.import b/sprites/ui/blue_checkmark.png.import index 9700500..593bb63 100644 --- a/sprites/ui/blue_checkmark.png.import +++ b/sprites/ui/blue_checkmark.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_checkmark.png-7c732788139cf8f234105b2ae8085194.stex" +type="CompressedTexture2D" +uid="uid://b55v5ywos1l3w" +path="res://.godot/imported/blue_checkmark.png-7c732788139cf8f234105b2ae8085194.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_checkmark.png" -dest_files=[ "res://.import/blue_checkmark.png-7c732788139cf8f234105b2ae8085194.stex" ] +dest_files=["res://.godot/imported/blue_checkmark.png-7c732788139cf8f234105b2ae8085194.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_circle.png.import b/sprites/ui/blue_circle.png.import index 81694d9..1443e00 100644 --- a/sprites/ui/blue_circle.png.import +++ b/sprites/ui/blue_circle.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_circle.png-669f58046a0ee23d0ae0d76e0841af4e.stex" +type="CompressedTexture2D" +uid="uid://be5rlp4tsv2cb" +path="res://.godot/imported/blue_circle.png-669f58046a0ee23d0ae0d76e0841af4e.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_circle.png" -dest_files=[ "res://.import/blue_circle.png-669f58046a0ee23d0ae0d76e0841af4e.stex" ] +dest_files=["res://.godot/imported/blue_circle.png-669f58046a0ee23d0ae0d76e0841af4e.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_cross.png.import b/sprites/ui/blue_cross.png.import index 1a3696f..fa3c7eb 100644 --- a/sprites/ui/blue_cross.png.import +++ b/sprites/ui/blue_cross.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_cross.png-b1e723796e8aa6a0ea2cb10787bfcd53.stex" +type="CompressedTexture2D" +uid="uid://f3048qhworvc" +path="res://.godot/imported/blue_cross.png-b1e723796e8aa6a0ea2cb10787bfcd53.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_cross.png" -dest_files=[ "res://.import/blue_cross.png-b1e723796e8aa6a0ea2cb10787bfcd53.stex" ] +dest_files=["res://.godot/imported/blue_cross.png-b1e723796e8aa6a0ea2cb10787bfcd53.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_panel.png.import b/sprites/ui/blue_panel.png.import index c1a036a..964cc1d 100644 --- a/sprites/ui/blue_panel.png.import +++ b/sprites/ui/blue_panel.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_panel.png-008b493c5d08bfeb3c52b64d49ff6f68.stex" +type="CompressedTexture2D" +uid="uid://b7abw4svaf7lc" +path="res://.godot/imported/blue_panel.png-008b493c5d08bfeb3c52b64d49ff6f68.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_panel.png" -dest_files=[ "res://.import/blue_panel.png-008b493c5d08bfeb3c52b64d49ff6f68.stex" ] +dest_files=["res://.godot/imported/blue_panel.png-008b493c5d08bfeb3c52b64d49ff6f68.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_sliderDown.png.import b/sprites/ui/blue_sliderDown.png.import index 73ba036..8416038 100644 --- a/sprites/ui/blue_sliderDown.png.import +++ b/sprites/ui/blue_sliderDown.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_sliderDown.png-3cf7eb8540e4ce2f98362b447cf6a2dd.stex" +type="CompressedTexture2D" +uid="uid://c6my72wuktglt" +path="res://.godot/imported/blue_sliderDown.png-3cf7eb8540e4ce2f98362b447cf6a2dd.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_sliderDown.png" -dest_files=[ "res://.import/blue_sliderDown.png-3cf7eb8540e4ce2f98362b447cf6a2dd.stex" ] +dest_files=["res://.godot/imported/blue_sliderDown.png-3cf7eb8540e4ce2f98362b447cf6a2dd.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_sliderLeft.png.import b/sprites/ui/blue_sliderLeft.png.import index 5230f85..2706038 100644 --- a/sprites/ui/blue_sliderLeft.png.import +++ b/sprites/ui/blue_sliderLeft.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_sliderLeft.png-a02b5f9e44fbbc0de925ecb5d3dacc72.stex" +type="CompressedTexture2D" +uid="uid://beavuf2gwnqr8" +path="res://.godot/imported/blue_sliderLeft.png-a02b5f9e44fbbc0de925ecb5d3dacc72.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_sliderLeft.png" -dest_files=[ "res://.import/blue_sliderLeft.png-a02b5f9e44fbbc0de925ecb5d3dacc72.stex" ] +dest_files=["res://.godot/imported/blue_sliderLeft.png-a02b5f9e44fbbc0de925ecb5d3dacc72.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_sliderRight.png.import b/sprites/ui/blue_sliderRight.png.import index ca6ad96..82f0722 100644 --- a/sprites/ui/blue_sliderRight.png.import +++ b/sprites/ui/blue_sliderRight.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_sliderRight.png-7f57bbadf81a9d3f958fe77ddccde3a4.stex" +type="CompressedTexture2D" +uid="uid://cgt0gbkt4appg" +path="res://.godot/imported/blue_sliderRight.png-7f57bbadf81a9d3f958fe77ddccde3a4.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_sliderRight.png" -dest_files=[ "res://.import/blue_sliderRight.png-7f57bbadf81a9d3f958fe77ddccde3a4.stex" ] +dest_files=["res://.godot/imported/blue_sliderRight.png-7f57bbadf81a9d3f958fe77ddccde3a4.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_sliderUp.png.import b/sprites/ui/blue_sliderUp.png.import index 19ba001..df2ca29 100644 --- a/sprites/ui/blue_sliderUp.png.import +++ b/sprites/ui/blue_sliderUp.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_sliderUp.png-2790c384784b16f50a0dbc1c5e5adb14.stex" +type="CompressedTexture2D" +uid="uid://d0o45fieui5iu" +path="res://.godot/imported/blue_sliderUp.png-2790c384784b16f50a0dbc1c5e5adb14.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_sliderUp.png" -dest_files=[ "res://.import/blue_sliderUp.png-2790c384784b16f50a0dbc1c5e5adb14.stex" ] +dest_files=["res://.godot/imported/blue_sliderUp.png-2790c384784b16f50a0dbc1c5e5adb14.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/blue_tick.png.import b/sprites/ui/blue_tick.png.import index 6495e27..4585632 100644 --- a/sprites/ui/blue_tick.png.import +++ b/sprites/ui/blue_tick.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/blue_tick.png-b4624e2dd2ce1c5431d46e38bfdb8877.stex" +type="CompressedTexture2D" +uid="uid://k8atjvwefh7j" +path="res://.godot/imported/blue_tick.png-b4624e2dd2ce1c5431d46e38bfdb8877.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/blue_tick.png" -dest_files=[ "res://.import/blue_tick.png-b4624e2dd2ce1c5431d46e38bfdb8877.stex" ] +dest_files=["res://.godot/imported/blue_tick.png-b4624e2dd2ce1c5431d46e38bfdb8877.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/dropdownBottom.png.import b/sprites/ui/dropdownBottom.png.import index 86c0362..504c585 100644 --- a/sprites/ui/dropdownBottom.png.import +++ b/sprites/ui/dropdownBottom.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dropdownBottom.png-f1e1f3a9fa69f5b22cbaf13b052a6e34.stex" +type="CompressedTexture2D" +uid="uid://81hsttgo1cyv" +path="res://.godot/imported/dropdownBottom.png-f1e1f3a9fa69f5b22cbaf13b052a6e34.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/dropdownBottom.png" -dest_files=[ "res://.import/dropdownBottom.png-f1e1f3a9fa69f5b22cbaf13b052a6e34.stex" ] +dest_files=["res://.godot/imported/dropdownBottom.png-f1e1f3a9fa69f5b22cbaf13b052a6e34.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/dropdownMid.png.import b/sprites/ui/dropdownMid.png.import index 8651ccf..4f42f20 100644 --- a/sprites/ui/dropdownMid.png.import +++ b/sprites/ui/dropdownMid.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dropdownMid.png-75814951d29d84c67158bb2da35ef4c5.stex" +type="CompressedTexture2D" +uid="uid://c7jj6acqmktvm" +path="res://.godot/imported/dropdownMid.png-75814951d29d84c67158bb2da35ef4c5.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/dropdownMid.png" -dest_files=[ "res://.import/dropdownMid.png-75814951d29d84c67158bb2da35ef4c5.stex" ] +dest_files=["res://.godot/imported/dropdownMid.png-75814951d29d84c67158bb2da35ef4c5.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/dropdownTop.png.import b/sprites/ui/dropdownTop.png.import index c94a970..688c1d6 100644 --- a/sprites/ui/dropdownTop.png.import +++ b/sprites/ui/dropdownTop.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dropdownTop.png-14386657bc64813af35977840be1d031.stex" +type="CompressedTexture2D" +uid="uid://clullxu8bmavp" +path="res://.godot/imported/dropdownTop.png-14386657bc64813af35977840be1d031.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/dropdownTop.png" -dest_files=[ "res://.import/dropdownTop.png-14386657bc64813af35977840be1d031.stex" ] +dest_files=["res://.godot/imported/dropdownTop.png-14386657bc64813af35977840be1d031.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_arrowDownGrey.png.import b/sprites/ui/grey_arrowDownGrey.png.import index 61ed1a2..9412b9b 100644 --- a/sprites/ui/grey_arrowDownGrey.png.import +++ b/sprites/ui/grey_arrowDownGrey.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_arrowDownGrey.png-92b81528494ec64eac34f1fd55c9c65e.stex" +type="CompressedTexture2D" +uid="uid://bans4yluy6pql" +path="res://.godot/imported/grey_arrowDownGrey.png-92b81528494ec64eac34f1fd55c9c65e.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_arrowDownGrey.png" -dest_files=[ "res://.import/grey_arrowDownGrey.png-92b81528494ec64eac34f1fd55c9c65e.stex" ] +dest_files=["res://.godot/imported/grey_arrowDownGrey.png-92b81528494ec64eac34f1fd55c9c65e.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_arrowDownWhite.png.import b/sprites/ui/grey_arrowDownWhite.png.import index c995b5e..c2b7c6a 100644 --- a/sprites/ui/grey_arrowDownWhite.png.import +++ b/sprites/ui/grey_arrowDownWhite.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_arrowDownWhite.png-d02acce0eb695b12439e7be7fe3a5a7b.stex" +type="CompressedTexture2D" +uid="uid://hb66iuav3jrr" +path="res://.godot/imported/grey_arrowDownWhite.png-d02acce0eb695b12439e7be7fe3a5a7b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_arrowDownWhite.png" -dest_files=[ "res://.import/grey_arrowDownWhite.png-d02acce0eb695b12439e7be7fe3a5a7b.stex" ] +dest_files=["res://.godot/imported/grey_arrowDownWhite.png-d02acce0eb695b12439e7be7fe3a5a7b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_arrowUpGrey.png.import b/sprites/ui/grey_arrowUpGrey.png.import index da43d89..a4c56fa 100644 --- a/sprites/ui/grey_arrowUpGrey.png.import +++ b/sprites/ui/grey_arrowUpGrey.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_arrowUpGrey.png-778e16134b1c92193afdbae9012bfe0c.stex" +type="CompressedTexture2D" +uid="uid://djmse7a2nxm4v" +path="res://.godot/imported/grey_arrowUpGrey.png-778e16134b1c92193afdbae9012bfe0c.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_arrowUpGrey.png" -dest_files=[ "res://.import/grey_arrowUpGrey.png-778e16134b1c92193afdbae9012bfe0c.stex" ] +dest_files=["res://.godot/imported/grey_arrowUpGrey.png-778e16134b1c92193afdbae9012bfe0c.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_arrowUpWhite.png.import b/sprites/ui/grey_arrowUpWhite.png.import index 18f55e6..351af41 100644 --- a/sprites/ui/grey_arrowUpWhite.png.import +++ b/sprites/ui/grey_arrowUpWhite.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_arrowUpWhite.png-b7fd7c2e353972d0d650717a509414f9.stex" +type="CompressedTexture2D" +uid="uid://dguhav1qubqjp" +path="res://.godot/imported/grey_arrowUpWhite.png-b7fd7c2e353972d0d650717a509414f9.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_arrowUpWhite.png" -dest_files=[ "res://.import/grey_arrowUpWhite.png-b7fd7c2e353972d0d650717a509414f9.stex" ] +dest_files=["res://.godot/imported/grey_arrowUpWhite.png-b7fd7c2e353972d0d650717a509414f9.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_box.png.import b/sprites/ui/grey_box.png.import index afbb230..355c4d6 100644 --- a/sprites/ui/grey_box.png.import +++ b/sprites/ui/grey_box.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_box.png-668c7490b056221186918b699ead0501.stex" +type="CompressedTexture2D" +uid="uid://dav15kua3jclh" +path="res://.godot/imported/grey_box.png-668c7490b056221186918b699ead0501.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_box.png" -dest_files=[ "res://.import/grey_box.png-668c7490b056221186918b699ead0501.stex" ] +dest_files=["res://.godot/imported/grey_box.png-668c7490b056221186918b699ead0501.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_boxCheckmark.png.import b/sprites/ui/grey_boxCheckmark.png.import index b0b83fe..31ea0c0 100644 --- a/sprites/ui/grey_boxCheckmark.png.import +++ b/sprites/ui/grey_boxCheckmark.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_boxCheckmark.png-1fa8021a4971f370b2dbb151cce73cb6.stex" +type="CompressedTexture2D" +uid="uid://d0kac3wl4ig4" +path="res://.godot/imported/grey_boxCheckmark.png-1fa8021a4971f370b2dbb151cce73cb6.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_boxCheckmark.png" -dest_files=[ "res://.import/grey_boxCheckmark.png-1fa8021a4971f370b2dbb151cce73cb6.stex" ] +dest_files=["res://.godot/imported/grey_boxCheckmark.png-1fa8021a4971f370b2dbb151cce73cb6.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_boxCross.png.import b/sprites/ui/grey_boxCross.png.import index 00e0afd..0eacbcb 100644 --- a/sprites/ui/grey_boxCross.png.import +++ b/sprites/ui/grey_boxCross.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_boxCross.png-3e6f6fdaed56337af42d7a4a59272f2b.stex" +type="CompressedTexture2D" +uid="uid://dsvo88jkyxaae" +path="res://.godot/imported/grey_boxCross.png-3e6f6fdaed56337af42d7a4a59272f2b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_boxCross.png" -dest_files=[ "res://.import/grey_boxCross.png-3e6f6fdaed56337af42d7a4a59272f2b.stex" ] +dest_files=["res://.godot/imported/grey_boxCross.png-3e6f6fdaed56337af42d7a4a59272f2b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_boxTick.png.import b/sprites/ui/grey_boxTick.png.import index cd09d08..2b4bd40 100644 --- a/sprites/ui/grey_boxTick.png.import +++ b/sprites/ui/grey_boxTick.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_boxTick.png-c6dd561392e2b989c40adb5e3ef76531.stex" +type="CompressedTexture2D" +uid="uid://ekn72pnuo64g" +path="res://.godot/imported/grey_boxTick.png-c6dd561392e2b989c40adb5e3ef76531.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_boxTick.png" -dest_files=[ "res://.import/grey_boxTick.png-c6dd561392e2b989c40adb5e3ef76531.stex" ] +dest_files=["res://.godot/imported/grey_boxTick.png-c6dd561392e2b989c40adb5e3ef76531.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button00.png.import b/sprites/ui/grey_button00.png.import index f4881d6..ec0f04e 100644 --- a/sprites/ui/grey_button00.png.import +++ b/sprites/ui/grey_button00.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button00.png-ca2112fcc02f3c47920b3aa0d48ec9a8.stex" +type="CompressedTexture2D" +uid="uid://dipisv8jryo22" +path="res://.godot/imported/grey_button00.png-ca2112fcc02f3c47920b3aa0d48ec9a8.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button00.png" -dest_files=[ "res://.import/grey_button00.png-ca2112fcc02f3c47920b3aa0d48ec9a8.stex" ] +dest_files=["res://.godot/imported/grey_button00.png-ca2112fcc02f3c47920b3aa0d48ec9a8.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button01.png.import b/sprites/ui/grey_button01.png.import index 8ba3771..cc4ddee 100644 --- a/sprites/ui/grey_button01.png.import +++ b/sprites/ui/grey_button01.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button01.png-a6c5c7b8c2b1af1d028f7e97a61a835b.stex" +type="CompressedTexture2D" +uid="uid://d0cntwvot6hp0" +path="res://.godot/imported/grey_button01.png-a6c5c7b8c2b1af1d028f7e97a61a835b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button01.png" -dest_files=[ "res://.import/grey_button01.png-a6c5c7b8c2b1af1d028f7e97a61a835b.stex" ] +dest_files=["res://.godot/imported/grey_button01.png-a6c5c7b8c2b1af1d028f7e97a61a835b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button02.png.import b/sprites/ui/grey_button02.png.import index 91f3386..c0ab5c2 100644 --- a/sprites/ui/grey_button02.png.import +++ b/sprites/ui/grey_button02.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button02.png-96de9dbb11c69e90c0247b8ac63a0b0b.stex" +type="CompressedTexture2D" +uid="uid://crvvtsj45p1n1" +path="res://.godot/imported/grey_button02.png-96de9dbb11c69e90c0247b8ac63a0b0b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button02.png" -dest_files=[ "res://.import/grey_button02.png-96de9dbb11c69e90c0247b8ac63a0b0b.stex" ] +dest_files=["res://.godot/imported/grey_button02.png-96de9dbb11c69e90c0247b8ac63a0b0b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button03.png.import b/sprites/ui/grey_button03.png.import index e9813cf..71cd656 100644 --- a/sprites/ui/grey_button03.png.import +++ b/sprites/ui/grey_button03.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button03.png-8075ef665bf813f70da252746fec90e5.stex" +type="CompressedTexture2D" +uid="uid://biwmla34y3yfp" +path="res://.godot/imported/grey_button03.png-8075ef665bf813f70da252746fec90e5.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button03.png" -dest_files=[ "res://.import/grey_button03.png-8075ef665bf813f70da252746fec90e5.stex" ] +dest_files=["res://.godot/imported/grey_button03.png-8075ef665bf813f70da252746fec90e5.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button04.png.import b/sprites/ui/grey_button04.png.import index b9eed24..5037f5e 100644 --- a/sprites/ui/grey_button04.png.import +++ b/sprites/ui/grey_button04.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button04.png-d2fdc6c12d48a25040d97bb8d7e84af7.stex" +type="CompressedTexture2D" +uid="uid://bbd2hexpl3two" +path="res://.godot/imported/grey_button04.png-d2fdc6c12d48a25040d97bb8d7e84af7.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button04.png" -dest_files=[ "res://.import/grey_button04.png-d2fdc6c12d48a25040d97bb8d7e84af7.stex" ] +dest_files=["res://.godot/imported/grey_button04.png-d2fdc6c12d48a25040d97bb8d7e84af7.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button05.png.import b/sprites/ui/grey_button05.png.import index b3db92c..e105cce 100644 --- a/sprites/ui/grey_button05.png.import +++ b/sprites/ui/grey_button05.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button05.png-420747ea7c897d19313997940acd8bc3.stex" +type="CompressedTexture2D" +uid="uid://njqq4a7f6jxc" +path="res://.godot/imported/grey_button05.png-420747ea7c897d19313997940acd8bc3.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button05.png" -dest_files=[ "res://.import/grey_button05.png-420747ea7c897d19313997940acd8bc3.stex" ] +dest_files=["res://.godot/imported/grey_button05.png-420747ea7c897d19313997940acd8bc3.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button06.png.import b/sprites/ui/grey_button06.png.import index 03abab1..532b69c 100644 --- a/sprites/ui/grey_button06.png.import +++ b/sprites/ui/grey_button06.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button06.png-423ad9fb82f31f26368d4af596ef07c9.stex" +type="CompressedTexture2D" +uid="uid://dbigc331eb103" +path="res://.godot/imported/grey_button06.png-423ad9fb82f31f26368d4af596ef07c9.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button06.png" -dest_files=[ "res://.import/grey_button06.png-423ad9fb82f31f26368d4af596ef07c9.stex" ] +dest_files=["res://.godot/imported/grey_button06.png-423ad9fb82f31f26368d4af596ef07c9.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button07.png.import b/sprites/ui/grey_button07.png.import index 15a5071..d45f059 100644 --- a/sprites/ui/grey_button07.png.import +++ b/sprites/ui/grey_button07.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button07.png-5e9bf322f6e43e7c74e9a4a5f6c501ca.stex" +type="CompressedTexture2D" +uid="uid://urn86tc8yacn" +path="res://.godot/imported/grey_button07.png-5e9bf322f6e43e7c74e9a4a5f6c501ca.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button07.png" -dest_files=[ "res://.import/grey_button07.png-5e9bf322f6e43e7c74e9a4a5f6c501ca.stex" ] +dest_files=["res://.godot/imported/grey_button07.png-5e9bf322f6e43e7c74e9a4a5f6c501ca.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button08.png.import b/sprites/ui/grey_button08.png.import index 4837f01..5b098e3 100644 --- a/sprites/ui/grey_button08.png.import +++ b/sprites/ui/grey_button08.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button08.png-e237981e8ebfa530ffba63a01e75925d.stex" +type="CompressedTexture2D" +uid="uid://2qm70705yrh8" +path="res://.godot/imported/grey_button08.png-e237981e8ebfa530ffba63a01e75925d.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button08.png" -dest_files=[ "res://.import/grey_button08.png-e237981e8ebfa530ffba63a01e75925d.stex" ] +dest_files=["res://.godot/imported/grey_button08.png-e237981e8ebfa530ffba63a01e75925d.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button09.png.import b/sprites/ui/grey_button09.png.import index d468a39..f8fb769 100644 --- a/sprites/ui/grey_button09.png.import +++ b/sprites/ui/grey_button09.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button09.png-765079404624eefa167cc8cd85aa5e08.stex" +type="CompressedTexture2D" +uid="uid://bifxl8uiopcxv" +path="res://.godot/imported/grey_button09.png-765079404624eefa167cc8cd85aa5e08.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button09.png" -dest_files=[ "res://.import/grey_button09.png-765079404624eefa167cc8cd85aa5e08.stex" ] +dest_files=["res://.godot/imported/grey_button09.png-765079404624eefa167cc8cd85aa5e08.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button10.png.import b/sprites/ui/grey_button10.png.import index afadbec..3141e1c 100644 --- a/sprites/ui/grey_button10.png.import +++ b/sprites/ui/grey_button10.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button10.png-cf3fcd3a5e472189de6a6b3cf7c3380b.stex" +type="CompressedTexture2D" +uid="uid://d2dk5ler8dgvb" +path="res://.godot/imported/grey_button10.png-cf3fcd3a5e472189de6a6b3cf7c3380b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button10.png" -dest_files=[ "res://.import/grey_button10.png-cf3fcd3a5e472189de6a6b3cf7c3380b.stex" ] +dest_files=["res://.godot/imported/grey_button10.png-cf3fcd3a5e472189de6a6b3cf7c3380b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button11.png.import b/sprites/ui/grey_button11.png.import index 492fcb6..8927449 100644 --- a/sprites/ui/grey_button11.png.import +++ b/sprites/ui/grey_button11.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button11.png-99015295e564f04da627ba88df77a577.stex" +type="CompressedTexture2D" +uid="uid://d0cfj6sb2d38y" +path="res://.godot/imported/grey_button11.png-99015295e564f04da627ba88df77a577.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button11.png" -dest_files=[ "res://.import/grey_button11.png-99015295e564f04da627ba88df77a577.stex" ] +dest_files=["res://.godot/imported/grey_button11.png-99015295e564f04da627ba88df77a577.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button12.png.import b/sprites/ui/grey_button12.png.import index f3d00e6..f8b9c2e 100644 --- a/sprites/ui/grey_button12.png.import +++ b/sprites/ui/grey_button12.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button12.png-88a20430d7f977f4619afd1eccb2ffd4.stex" +type="CompressedTexture2D" +uid="uid://r76vyrhc4og7" +path="res://.godot/imported/grey_button12.png-88a20430d7f977f4619afd1eccb2ffd4.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button12.png" -dest_files=[ "res://.import/grey_button12.png-88a20430d7f977f4619afd1eccb2ffd4.stex" ] +dest_files=["res://.godot/imported/grey_button12.png-88a20430d7f977f4619afd1eccb2ffd4.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button13.png.import b/sprites/ui/grey_button13.png.import index 3aa4fa4..efd3905 100644 --- a/sprites/ui/grey_button13.png.import +++ b/sprites/ui/grey_button13.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button13.png-63fa8f581df829b1e47517608e4a51b4.stex" +type="CompressedTexture2D" +uid="uid://c786m4xfa21co" +path="res://.godot/imported/grey_button13.png-63fa8f581df829b1e47517608e4a51b4.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button13.png" -dest_files=[ "res://.import/grey_button13.png-63fa8f581df829b1e47517608e4a51b4.stex" ] +dest_files=["res://.godot/imported/grey_button13.png-63fa8f581df829b1e47517608e4a51b4.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button14.png.import b/sprites/ui/grey_button14.png.import index 208a1ad..b478392 100644 --- a/sprites/ui/grey_button14.png.import +++ b/sprites/ui/grey_button14.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button14.png-8a7fb425bbbe81eba00ef733bcc1ab2f.stex" +type="CompressedTexture2D" +uid="uid://bs0le3bnqv0r6" +path="res://.godot/imported/grey_button14.png-8a7fb425bbbe81eba00ef733bcc1ab2f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button14.png" -dest_files=[ "res://.import/grey_button14.png-8a7fb425bbbe81eba00ef733bcc1ab2f.stex" ] +dest_files=["res://.godot/imported/grey_button14.png-8a7fb425bbbe81eba00ef733bcc1ab2f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_button15.png.import b/sprites/ui/grey_button15.png.import index 252b4a7..ea64644 100644 --- a/sprites/ui/grey_button15.png.import +++ b/sprites/ui/grey_button15.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_button15.png-43a06f83d6814510e6c2b5625fe62d43.stex" +type="CompressedTexture2D" +uid="uid://d1mor3ib55ntk" +path="res://.godot/imported/grey_button15.png-43a06f83d6814510e6c2b5625fe62d43.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_button15.png" -dest_files=[ "res://.import/grey_button15.png-43a06f83d6814510e6c2b5625fe62d43.stex" ] +dest_files=["res://.godot/imported/grey_button15.png-43a06f83d6814510e6c2b5625fe62d43.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_checkmarkGrey.png.import b/sprites/ui/grey_checkmarkGrey.png.import index d0d8b7d..71938db 100644 --- a/sprites/ui/grey_checkmarkGrey.png.import +++ b/sprites/ui/grey_checkmarkGrey.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_checkmarkGrey.png-0903180f415bb5c3d4aaa0d3c88640ad.stex" +type="CompressedTexture2D" +uid="uid://ccuvvj5dejpsd" +path="res://.godot/imported/grey_checkmarkGrey.png-0903180f415bb5c3d4aaa0d3c88640ad.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_checkmarkGrey.png" -dest_files=[ "res://.import/grey_checkmarkGrey.png-0903180f415bb5c3d4aaa0d3c88640ad.stex" ] +dest_files=["res://.godot/imported/grey_checkmarkGrey.png-0903180f415bb5c3d4aaa0d3c88640ad.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_checkmarkWhite.png.import b/sprites/ui/grey_checkmarkWhite.png.import index ca9599c..65ad41e 100644 --- a/sprites/ui/grey_checkmarkWhite.png.import +++ b/sprites/ui/grey_checkmarkWhite.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_checkmarkWhite.png-3ea55a21e1882e0d915215e4085cf170.stex" +type="CompressedTexture2D" +uid="uid://c7j66671qoygx" +path="res://.godot/imported/grey_checkmarkWhite.png-3ea55a21e1882e0d915215e4085cf170.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_checkmarkWhite.png" -dest_files=[ "res://.import/grey_checkmarkWhite.png-3ea55a21e1882e0d915215e4085cf170.stex" ] +dest_files=["res://.godot/imported/grey_checkmarkWhite.png-3ea55a21e1882e0d915215e4085cf170.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_circle.png.import b/sprites/ui/grey_circle.png.import index 229e98b..34989f6 100644 --- a/sprites/ui/grey_circle.png.import +++ b/sprites/ui/grey_circle.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_circle.png-1bb87f043cc45b24799d42d32ea61a47.stex" +type="CompressedTexture2D" +uid="uid://dac315oirua05" +path="res://.godot/imported/grey_circle.png-1bb87f043cc45b24799d42d32ea61a47.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_circle.png" -dest_files=[ "res://.import/grey_circle.png-1bb87f043cc45b24799d42d32ea61a47.stex" ] +dest_files=["res://.godot/imported/grey_circle.png-1bb87f043cc45b24799d42d32ea61a47.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_crossGrey.png.import b/sprites/ui/grey_crossGrey.png.import index 27759c6..3e39692 100644 --- a/sprites/ui/grey_crossGrey.png.import +++ b/sprites/ui/grey_crossGrey.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_crossGrey.png-72dfff87d2babb24e117fcc15db93874.stex" +type="CompressedTexture2D" +uid="uid://bv8hoa1oomkh3" +path="res://.godot/imported/grey_crossGrey.png-72dfff87d2babb24e117fcc15db93874.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_crossGrey.png" -dest_files=[ "res://.import/grey_crossGrey.png-72dfff87d2babb24e117fcc15db93874.stex" ] +dest_files=["res://.godot/imported/grey_crossGrey.png-72dfff87d2babb24e117fcc15db93874.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_crossWhite.png.import b/sprites/ui/grey_crossWhite.png.import index 338cfff..47f3020 100644 --- a/sprites/ui/grey_crossWhite.png.import +++ b/sprites/ui/grey_crossWhite.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_crossWhite.png-64d3904bd4f5e95a3d41fcb19396247d.stex" +type="CompressedTexture2D" +uid="uid://blmyojxak0cfg" +path="res://.godot/imported/grey_crossWhite.png-64d3904bd4f5e95a3d41fcb19396247d.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_crossWhite.png" -dest_files=[ "res://.import/grey_crossWhite.png-64d3904bd4f5e95a3d41fcb19396247d.stex" ] +dest_files=["res://.godot/imported/grey_crossWhite.png-64d3904bd4f5e95a3d41fcb19396247d.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_panel.png.import b/sprites/ui/grey_panel.png.import index 754d4cf..d8f99d0 100644 --- a/sprites/ui/grey_panel.png.import +++ b/sprites/ui/grey_panel.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_panel.png-2a4a4c0d900eb73b3313a55b30f758bd.stex" +type="CompressedTexture2D" +uid="uid://cnuqli38s16o7" +path="res://.godot/imported/grey_panel.png-2a4a4c0d900eb73b3313a55b30f758bd.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_panel.png" -dest_files=[ "res://.import/grey_panel.png-2a4a4c0d900eb73b3313a55b30f758bd.stex" ] +dest_files=["res://.godot/imported/grey_panel.png-2a4a4c0d900eb73b3313a55b30f758bd.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_sliderDown.png.import b/sprites/ui/grey_sliderDown.png.import index 7666bdf..6ff25f1 100644 --- a/sprites/ui/grey_sliderDown.png.import +++ b/sprites/ui/grey_sliderDown.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_sliderDown.png-cb0181ae6a53379babd5f5e96492c7ed.stex" +type="CompressedTexture2D" +uid="uid://cqsltqjofs0wi" +path="res://.godot/imported/grey_sliderDown.png-cb0181ae6a53379babd5f5e96492c7ed.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_sliderDown.png" -dest_files=[ "res://.import/grey_sliderDown.png-cb0181ae6a53379babd5f5e96492c7ed.stex" ] +dest_files=["res://.godot/imported/grey_sliderDown.png-cb0181ae6a53379babd5f5e96492c7ed.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_sliderEnd.png.import b/sprites/ui/grey_sliderEnd.png.import index d9a2df6..1f7b49a 100644 --- a/sprites/ui/grey_sliderEnd.png.import +++ b/sprites/ui/grey_sliderEnd.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_sliderEnd.png-1544628da3e67efa6e800dd0556651f1.stex" +type="CompressedTexture2D" +uid="uid://bc7ocj8bbosp3" +path="res://.godot/imported/grey_sliderEnd.png-1544628da3e67efa6e800dd0556651f1.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_sliderEnd.png" -dest_files=[ "res://.import/grey_sliderEnd.png-1544628da3e67efa6e800dd0556651f1.stex" ] +dest_files=["res://.godot/imported/grey_sliderEnd.png-1544628da3e67efa6e800dd0556651f1.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_sliderHorizontal.png.import b/sprites/ui/grey_sliderHorizontal.png.import index 543a162..b2d0b63 100644 --- a/sprites/ui/grey_sliderHorizontal.png.import +++ b/sprites/ui/grey_sliderHorizontal.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_sliderHorizontal.png-bd6b852bdd83226f705c651a1bf5992f.stex" +type="CompressedTexture2D" +uid="uid://b4ql7a7g4imwe" +path="res://.godot/imported/grey_sliderHorizontal.png-bd6b852bdd83226f705c651a1bf5992f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_sliderHorizontal.png" -dest_files=[ "res://.import/grey_sliderHorizontal.png-bd6b852bdd83226f705c651a1bf5992f.stex" ] +dest_files=["res://.godot/imported/grey_sliderHorizontal.png-bd6b852bdd83226f705c651a1bf5992f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_sliderLeft.png.import b/sprites/ui/grey_sliderLeft.png.import index 776e466..25e2882 100644 --- a/sprites/ui/grey_sliderLeft.png.import +++ b/sprites/ui/grey_sliderLeft.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_sliderLeft.png-e4c54f5722791e50f23f5fd57d0edc4a.stex" +type="CompressedTexture2D" +uid="uid://ygscwp47e6gn" +path="res://.godot/imported/grey_sliderLeft.png-e4c54f5722791e50f23f5fd57d0edc4a.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_sliderLeft.png" -dest_files=[ "res://.import/grey_sliderLeft.png-e4c54f5722791e50f23f5fd57d0edc4a.stex" ] +dest_files=["res://.godot/imported/grey_sliderLeft.png-e4c54f5722791e50f23f5fd57d0edc4a.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_sliderRight.png.import b/sprites/ui/grey_sliderRight.png.import index ffa0a02..cbf81c2 100644 --- a/sprites/ui/grey_sliderRight.png.import +++ b/sprites/ui/grey_sliderRight.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_sliderRight.png-6ca4aa38d745cfd739963ff31cbe6131.stex" +type="CompressedTexture2D" +uid="uid://dkqgcaw3csp3i" +path="res://.godot/imported/grey_sliderRight.png-6ca4aa38d745cfd739963ff31cbe6131.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_sliderRight.png" -dest_files=[ "res://.import/grey_sliderRight.png-6ca4aa38d745cfd739963ff31cbe6131.stex" ] +dest_files=["res://.godot/imported/grey_sliderRight.png-6ca4aa38d745cfd739963ff31cbe6131.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_sliderUp.png.import b/sprites/ui/grey_sliderUp.png.import index 4aea631..ae545a5 100644 --- a/sprites/ui/grey_sliderUp.png.import +++ b/sprites/ui/grey_sliderUp.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_sliderUp.png-fa90f6c675b975c178bfc7280f6e001b.stex" +type="CompressedTexture2D" +uid="uid://cpdcb4mmrfnaw" +path="res://.godot/imported/grey_sliderUp.png-fa90f6c675b975c178bfc7280f6e001b.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_sliderUp.png" -dest_files=[ "res://.import/grey_sliderUp.png-fa90f6c675b975c178bfc7280f6e001b.stex" ] +dest_files=["res://.godot/imported/grey_sliderUp.png-fa90f6c675b975c178bfc7280f6e001b.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_sliderVertical.png.import b/sprites/ui/grey_sliderVertical.png.import index 0d104a6..23a82bc 100644 --- a/sprites/ui/grey_sliderVertical.png.import +++ b/sprites/ui/grey_sliderVertical.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_sliderVertical.png-b865e7def5c9d2ec0a9b565c5c4ba098.stex" +type="CompressedTexture2D" +uid="uid://dbvr3agu4k2nx" +path="res://.godot/imported/grey_sliderVertical.png-b865e7def5c9d2ec0a9b565c5c4ba098.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_sliderVertical.png" -dest_files=[ "res://.import/grey_sliderVertical.png-b865e7def5c9d2ec0a9b565c5c4ba098.stex" ] +dest_files=["res://.godot/imported/grey_sliderVertical.png-b865e7def5c9d2ec0a9b565c5c4ba098.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_tickGrey.png.import b/sprites/ui/grey_tickGrey.png.import index 454c7e4..c4baabb 100644 --- a/sprites/ui/grey_tickGrey.png.import +++ b/sprites/ui/grey_tickGrey.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_tickGrey.png-159229a992896f1242855b813375eba6.stex" +type="CompressedTexture2D" +uid="uid://dw2bmwm1q6dfv" +path="res://.godot/imported/grey_tickGrey.png-159229a992896f1242855b813375eba6.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_tickGrey.png" -dest_files=[ "res://.import/grey_tickGrey.png-159229a992896f1242855b813375eba6.stex" ] +dest_files=["res://.godot/imported/grey_tickGrey.png-159229a992896f1242855b813375eba6.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/grey_tickWhite.png.import b/sprites/ui/grey_tickWhite.png.import index a91591e..5ec24b8 100644 --- a/sprites/ui/grey_tickWhite.png.import +++ b/sprites/ui/grey_tickWhite.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/grey_tickWhite.png-8c8f7a2ed20671e510deaba950d9666f.stex" +type="CompressedTexture2D" +uid="uid://x8ejk5u61xj0" +path="res://.godot/imported/grey_tickWhite.png-8c8f7a2ed20671e510deaba950d9666f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/ui/grey_tickWhite.png" -dest_files=[ "res://.import/grey_tickWhite.png-8c8f7a2ed20671e510deaba950d9666f.stex" ] +dest_files=["res://.godot/imported/grey_tickWhite.png-8c8f7a2ed20671e510deaba950d9666f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/ui/x_button.svg.import b/sprites/ui/x_button.svg.import index 84efcc5..48984ba 100644 --- a/sprites/ui/x_button.svg.import +++ b/sprites/ui/x_button.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/x_button.svg-d1869e8e892b4a73e8194091081b2a09.stex" +type="CompressedTexture2D" +uid="uid://d1b07mvhon3gv" +path="res://.godot/imported/x_button.svg-d1869e8e892b4a73e8194091081b2a09.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/ui/x_button.svg" -dest_files=[ "res://.import/x_button.svg-d1869e8e892b4a73e8194091081b2a09.stex" ] +dest_files=["res://.godot/imported/x_button.svg-d1869e8e892b4a73e8194091081b2a09.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/world/background.svg.import b/sprites/world/background.svg.import index 5f369f8..22b8a28 100644 --- a/sprites/world/background.svg.import +++ b/sprites/world/background.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/background.svg-9a13379093158c4dd6765036ae620619.stex" +type="CompressedTexture2D" +uid="uid://33g80p0qnfw4" +path="res://.godot/imported/background.svg-9a13379093158c4dd6765036ae620619.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/world/background.svg" -dest_files=[ "res://.import/background.svg-9a13379093158c4dd6765036ae620619.stex" ] +dest_files=["res://.godot/imported/background.svg-9a13379093158c4dd6765036ae620619.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/world/classic_dress_up_bg.png.import b/sprites/world/classic_dress_up_bg.png.import index aa2a372..55e0882 100644 --- a/sprites/world/classic_dress_up_bg.png.import +++ b/sprites/world/classic_dress_up_bg.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/classic_dress_up_bg.png-91243fdfc1a4ed4c9d92cd705c19bfd4.stex" +type="CompressedTexture2D" +uid="uid://dwbudesfb3ljq" +path="res://.godot/imported/classic_dress_up_bg.png-91243fdfc1a4ed4c9d92cd705c19bfd4.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/world/classic_dress_up_bg.png" -dest_files=[ "res://.import/classic_dress_up_bg.png-91243fdfc1a4ed4c9d92cd705c19bfd4.stex" ] +dest_files=["res://.godot/imported/classic_dress_up_bg.png-91243fdfc1a4ed4c9d92cd705c19bfd4.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/world/classic_dress_up_blurred_bg.png.import b/sprites/world/classic_dress_up_blurred_bg.png.import index bbc4b26..dba89a1 100644 --- a/sprites/world/classic_dress_up_blurred_bg.png.import +++ b/sprites/world/classic_dress_up_blurred_bg.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/classic_dress_up_blurred_bg.png-ce6fef332733ba210937c36735d40783.stex" +type="CompressedTexture2D" +uid="uid://bfj4glnskbf15" +path="res://.godot/imported/classic_dress_up_blurred_bg.png-ce6fef332733ba210937c36735d40783.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/world/classic_dress_up_blurred_bg.png" -dest_files=[ "res://.import/classic_dress_up_blurred_bg.png-ce6fef332733ba210937c36735d40783.stex" ] +dest_files=["res://.godot/imported/classic_dress_up_blurred_bg.png-ce6fef332733ba210937c36735d40783.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/world/dressup_blurred_wardrobe.png.import b/sprites/world/dressup_blurred_wardrobe.png.import index b7e6d9c..0dc694a 100644 --- a/sprites/world/dressup_blurred_wardrobe.png.import +++ b/sprites/world/dressup_blurred_wardrobe.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dressup_blurred_wardrobe.png-ccd2427a9b242dfea390fb0dba1cb8b6.stex" +type="CompressedTexture2D" +uid="uid://qqbdmpeqjuu3" +path="res://.godot/imported/dressup_blurred_wardrobe.png-ccd2427a9b242dfea390fb0dba1cb8b6.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/world/dressup_blurred_wardrobe.png" -dest_files=[ "res://.import/dressup_blurred_wardrobe.png-ccd2427a9b242dfea390fb0dba1cb8b6.stex" ] +dest_files=["res://.godot/imported/dressup_blurred_wardrobe.png-ccd2427a9b242dfea390fb0dba1cb8b6.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/world/dressup_panel.svg.import b/sprites/world/dressup_panel.svg.import index bd217e6..b18c4d8 100644 --- a/sprites/world/dressup_panel.svg.import +++ b/sprites/world/dressup_panel.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dressup_panel.svg-8a41151cb84a8483a6bad92f218a33e8.stex" +type="CompressedTexture2D" +uid="uid://bo8lgaaguqyjr" +path="res://.godot/imported/dressup_panel.svg-8a41151cb84a8483a6bad92f218a33e8.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/world/dressup_panel.svg" -dest_files=[ "res://.import/dressup_panel.svg-8a41151cb84a8483a6bad92f218a33e8.stex" ] +dest_files=["res://.godot/imported/dressup_panel.svg-8a41151cb84a8483a6bad92f218a33e8.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/world/dressup_wardrobe.png.import b/sprites/world/dressup_wardrobe.png.import index 455f5ad..cb6647c 100644 --- a/sprites/world/dressup_wardrobe.png.import +++ b/sprites/world/dressup_wardrobe.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dressup_wardrobe.png-3622bbe4ab99a88bf60cd058eb099f9f.stex" +type="CompressedTexture2D" +uid="uid://bvli8axphqmff" +path="res://.godot/imported/dressup_wardrobe.png-3622bbe4ab99a88bf60cd058eb099f9f.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/world/dressup_wardrobe.png" -dest_files=[ "res://.import/dressup_wardrobe.png-3622bbe4ab99a88bf60cd058eb099f9f.stex" ] +dest_files=["res://.godot/imported/dressup_wardrobe.png-3622bbe4ab99a88bf60cd058eb099f9f.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/world/dressup_wardrobe.svg.import b/sprites/world/dressup_wardrobe.svg.import index 05c4a30..4c0eb27 100644 --- a/sprites/world/dressup_wardrobe.svg.import +++ b/sprites/world/dressup_wardrobe.svg.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/dressup_wardrobe.svg-50694cf0e1b6e5ed9fafb867a0443a2e.stex" +type="CompressedTexture2D" +uid="uid://brcl443qxvvtk" +path="res://.godot/imported/dressup_wardrobe.svg-50694cf0e1b6e5ed9fafb867a0443a2e.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,27 @@ metadata={ [deps] source_file="res://sprites/world/dressup_wardrobe.svg" -dest_files=[ "res://.import/dressup_wardrobe.svg-50694cf0e1b6e5ed9fafb867a0443a2e.stex" ] +dest_files=["res://.godot/imported/dressup_wardrobe.svg-50694cf0e1b6e5ed9fafb867a0443a2e.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 svg/scale=1.0 +editor/scale_with_editor_scale=false +editor/convert_colors_with_editor_theme=false diff --git a/sprites/world/modern_dress_up_bg.png.import b/sprites/world/modern_dress_up_bg.png.import index 62093ef..e992d1b 100644 --- a/sprites/world/modern_dress_up_bg.png.import +++ b/sprites/world/modern_dress_up_bg.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/modern_dress_up_bg.png-27905358c41c27aeb52d5d89ce00ae1c.stex" +type="CompressedTexture2D" +uid="uid://bd6klw80cic7u" +path="res://.godot/imported/modern_dress_up_bg.png-27905358c41c27aeb52d5d89ce00ae1c.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/world/modern_dress_up_bg.png" -dest_files=[ "res://.import/modern_dress_up_bg.png-27905358c41c27aeb52d5d89ce00ae1c.stex" ] +dest_files=["res://.godot/imported/modern_dress_up_bg.png-27905358c41c27aeb52d5d89ce00ae1c.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1 diff --git a/sprites/world/modern_dress_up_blurred_bg.png.import b/sprites/world/modern_dress_up_blurred_bg.png.import index 1820fc3..077bf9b 100644 --- a/sprites/world/modern_dress_up_blurred_bg.png.import +++ b/sprites/world/modern_dress_up_blurred_bg.png.import @@ -1,8 +1,9 @@ [remap] importer="texture" -type="StreamTexture" -path="res://.import/modern_dress_up_blurred_bg.png-a91fc2889db09eed8864cdf2b9441122.stex" +type="CompressedTexture2D" +uid="uid://8pby6dyibxb2" +path="res://.godot/imported/modern_dress_up_blurred_bg.png-a91fc2889db09eed8864cdf2b9441122.ctex" metadata={ "vram_texture": false } @@ -10,25 +11,24 @@ metadata={ [deps] source_file="res://sprites/world/modern_dress_up_blurred_bg.png" -dest_files=[ "res://.import/modern_dress_up_blurred_bg.png-a91fc2889db09eed8864cdf2b9441122.stex" ] +dest_files=["res://.godot/imported/modern_dress_up_blurred_bg.png-a91fc2889db09eed8864cdf2b9441122.ctex"] [params] compress/mode=0 +compress/high_quality=false compress/lossy_quality=0.7 -compress/hdr_mode=0 -compress/bptc_ldr=0 +compress/hdr_compression=1 compress/normal_map=0 -flags/repeat=0 -flags/filter=false -flags/mipmaps=false -flags/anisotropic=false -flags/srgb=2 +compress/channel_pack=0 +mipmaps/generate=false +mipmaps/limit=-1 +roughness/mode=0 +roughness/src_normal="" process/fix_alpha_border=true process/premult_alpha=false -process/HDR_as_SRGB=false -process/invert_color=false -stream=false -size_limit=0 -detect_3d=false -svg/scale=1.0 +process/normal_map_invert_y=false +process/hdr_as_srgb=false +process/hdr_clamp_exposure=false +process/size_limit=0 +detect_3d/compress_to=1