diff --git a/addons/godot-git-plugin/LICENSE b/addons/godot-git-plugin/LICENSE deleted file mode 100644 index f153fb8a..00000000 --- a/addons/godot-git-plugin/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016-2023 The Godot Engine community - -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/godot-git-plugin/THIRDPARTY.md b/addons/godot-git-plugin/THIRDPARTY.md deleted file mode 100644 index 7b72b272..00000000 --- a/addons/godot-git-plugin/THIRDPARTY.md +++ /dev/null @@ -1,1346 +0,0 @@ -# Third-Party Notices - -The Godot Git Plugin source code uses the following third-party source code: - -1. godotengine/godot-cpp - MIT License - https://github.com/godotengine/godot-cpp/tree/02336831735fd6affbe0a6fa252ec98d3e78120c -2. libgit2/libgit2 - GPLv2 with a special Linking Exception - https://github.com/libgit2/libgit2/tree/b7bad55e4bb0a285b073ba5e02b01d3f522fc95d -3. libssh2/libssh2 - BSD-3-Clause License - https://github.com/libssh2/libssh2/tree/635caa90787220ac3773c1d5ba11f1236c22eae8 -4. openssl - OpenSSL License - https://github.com/openssl/openssl/tree/26baecb28ce461696966dac9ac889629db0b3b96 - -## License Texts - -### godotengine/godot-cpp - -``` -# MIT License - -Copyright (c) 2017-2022 Godot Engine contributors. - -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. -``` - -### libgit2/libgit2 - -``` - libgit2 is Copyright (C) the libgit2 contributors, - unless otherwise stated. See the AUTHORS file for details. - - Note that the only valid version of the GPL as far as this project - is concerned is _this_ particular version of the license (ie v2, not - v2.2 or v3.x or whatever), unless explicitly otherwise stated. - ----------------------------------------------------------------------- - - LINKING EXCEPTION - - In addition to the permissions in the GNU General Public License, - the authors give you unlimited permission to link the compiled - version of this library into combinations with other programs, - and to distribute those combinations without any restriction - coming from the use of this file. (The General Public License - restrictions do apply in other respects; for example, they cover - modification of the file, and distribution when not linked into - a combined executable.) - ----------------------------------------------------------------------- - - GNU GENERAL PUBLIC LICENSE - Version 2, June 1991 - - Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - 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 Library General Public License instead.) You can apply it to -your programs, too. - - 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. - - 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. - - 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. - - 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. - - 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. - - 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. - - The precise terms and conditions for copying, distribution and -modification follow. - - GNU GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 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". - -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. - - 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. - -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. - - 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: - - 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. - - 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.) - -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. - -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. - - 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: - - 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, - - 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.) - -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. - -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. - - 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. - - 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. - - 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. - -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. - -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. - -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. - - 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. - -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. - - 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 - - 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. - - 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 - - How to Apply These Terms to Your New Programs - - 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. - - 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. - - - Copyright (C) - - 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. - - 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., 59 Temple Place, Suite 330, Boston, MA 02111-1307 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 Library General -Public License instead of this License. - ----------------------------------------------------------------------- - -The bundled ZLib code is licensed under the ZLib license: - -Copyright (C) 1995-2010 Jean-loup Gailly and Mark Adler - - This software is provided 'as-is', without any express or implied - warranty. In no event will the authors be held liable for any damages - arising from the use of this software. - - Permission is granted to anyone to use this software for any purpose, - including commercial applications, and to alter it and redistribute it - freely, subject to the following restrictions: - - 1. The origin of this software must not be misrepresented; you must not - claim that you wrote the original software. If you use this software - in a product, an acknowledgment in the product documentation would be - appreciated but is not required. - 2. Altered source versions must be plainly marked as such, and must not be - misrepresented as being the original software. - 3. This notice may not be removed or altered from any source distribution. - - Jean-loup Gailly Mark Adler - jloup@gzip.org madler@alumni.caltech.edu - ----------------------------------------------------------------------- - -The Clar framework is licensed under the ISC license: - -Copyright (c) 2011-2015 Vicent Marti - -Permission to use, copy, modify, and/or distribute this software for any -purpose with or without fee is hereby granted, provided that the above -copyright notice and this permission notice appear in all copies. - -THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES -WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR -ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES -WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN -ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF -OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - ----------------------------------------------------------------------- - -The regex library (deps/regex/) is licensed under the GNU LGPL -(available at the end of this file). - -Definitions for data structures and routines for the regular -expression library. - -Copyright (C) 1985,1989-93,1995-98,2000,2001,2002,2003,2005,2006,2008 -Free Software Foundation, Inc. -This file is part of the GNU C Library. - -The GNU C Library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -The GNU C Library 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 -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with the GNU C Library; if not, write to the Free -Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA -02110-1301 USA. - ----------------------------------------------------------------------- - -The bundled winhttp definition files (deps/winhttp/) are licensed under -the GNU LGPL (available at the end of this file). - -Copyright (C) 2007 Francois Gouget - -This library is free software; you can redistribute it and/or -modify it under the terms of the GNU Lesser General Public -License as published by the Free Software Foundation; either -version 2.1 of the License, or (at your option) any later version. - -This library 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 -Lesser General Public License for more details. - -You should have received a copy of the GNU Lesser General Public -License along with this library; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA - ----------------------------------------------------------------------- - - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 - - Copyright (C) 1991, 1999 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. - -[This is the first released version of the Lesser GPL. It also counts - as the successor of the GNU Library Public License, version 2, hence - the version number 2.1.] - - Preamble - - The licenses for most software are designed to take away your -freedom to share and change it. By contrast, the GNU General Public -Licenses are intended to guarantee your freedom to share and change -free software--to make sure the software is free for all its users. - - This license, the Lesser General Public License, applies to some -specially designated software packages--typically libraries--of the -Free Software Foundation and other authors who decide to use it. You -can use it too, but we suggest you first think carefully about whether -this license or the ordinary General Public License is the better -strategy to use in any particular case, based on the explanations below. - - When we speak of free software, we are referring to freedom of use, -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 and use pieces of -it in new free programs; and that you are informed that you can do -these things. - - To protect your rights, we need to make restrictions that forbid -distributors to deny you these rights or to ask you to surrender these -rights. These restrictions translate to certain responsibilities for -you if you distribute copies of the library or if you modify it. - - For example, if you distribute copies of the library, whether gratis -or for a fee, you must give the recipients all the rights that we gave -you. You must make sure that they, too, receive or can get the source -code. If you link other code with the library, you must provide -complete object files to the recipients, so that they can relink them -with the library after making changes to the library and recompiling -it. And you must show them these terms so they know their rights. - - We protect your rights with a two-step method: (1) we copyright the -library, and (2) we offer you this license, which gives you legal -permission to copy, distribute and/or modify the library. - - To protect each distributor, we want to make it very clear that -there is no warranty for the free library. Also, if the library is -modified by someone else and passed on, the recipients should know -that what they have is not the original version, so that the original -author's reputation will not be affected by problems that might be -introduced by others. - - Finally, software patents pose a constant threat to the existence of -any free program. We wish to make sure that a company cannot -effectively restrict the users of a free program by obtaining a -restrictive license from a patent holder. Therefore, we insist that -any patent license obtained for a version of the library must be -consistent with the full freedom of use specified in this license. - - Most GNU software, including some libraries, is covered by the -ordinary GNU General Public License. This license, the GNU Lesser -General Public License, applies to certain designated libraries, and -is quite different from the ordinary General Public License. We use -this license for certain libraries in order to permit linking those -libraries into non-free programs. - - When a program is linked with a library, whether statically or using -a shared library, the combination of the two is legally speaking a -combined work, a derivative of the original library. The ordinary -General Public License therefore permits such linking only if the -entire combination fits its criteria of freedom. The Lesser General -Public License permits more lax criteria for linking other code with -the library. - - We call this license the "Lesser" General Public License because it -does Less to protect the user's freedom than the ordinary General -Public License. It also provides other free software developers Less -of an advantage over competing non-free programs. These disadvantages -are the reason we use the ordinary General Public License for many -libraries. However, the Lesser license provides advantages in certain -special circumstances. - - For example, on rare occasions, there may be a special need to -encourage the widest possible use of a certain library, so that it becomes -a de-facto standard. To achieve this, non-free programs must be -allowed to use the library. A more frequent case is that a free -library does the same job as widely used non-free libraries. In this -case, there is little to gain by limiting the free library to free -software only, so we use the Lesser General Public License. - - In other cases, permission to use a particular library in non-free -programs enables a greater number of people to use a large body of -free software. For example, permission to use the GNU C Library in -non-free programs enables many more people to use the whole GNU -operating system, as well as its variant, the GNU/Linux operating -system. - - Although the Lesser General Public License is Less protective of the -users' freedom, it does ensure that the user of a program that is -linked with the Library has the freedom and the wherewithal to run -that program using a modified version of the Library. - - The precise terms and conditions for copying, distribution and -modification follow. Pay close attention to the difference between a -"work based on the library" and a "work that uses the library". The -former contains code derived from the library, whereas the latter must -be combined with the library in order to run. - - GNU LESSER GENERAL PUBLIC LICENSE - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION - - 0. This License Agreement applies to any software library or other -program which contains a notice placed by the copyright holder or -other authorized party saying it may be distributed under the terms of -this Lesser General Public License (also called "this License"). -Each licensee is addressed as "you". - - A "library" means a collection of software functions and/or data -prepared so as to be conveniently linked with application programs -(which use some of those functions and data) to form executables. - - The "Library", below, refers to any such software library or work -which has been distributed under these terms. A "work based on the -Library" means either the Library or any derivative work under -copyright law: that is to say, a work containing the Library or a -portion of it, either verbatim or with modifications and/or translated -straightforwardly into another language. (Hereinafter, translation is -included without limitation in the term "modification".) - - "Source code" for a work means the preferred form of the work for -making modifications to it. For a library, 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 library. - - Activities other than copying, distribution and modification are not -covered by this License; they are outside its scope. The act of -running a program using the Library is not restricted, and output from -such a program is covered only if its contents constitute a work based -on the Library (independent of the use of the Library in a tool for -writing it). Whether that is true depends on what the Library does -and what the program that uses the Library does. - - 1. You may copy and distribute verbatim copies of the Library's -complete 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 distribute a copy of this License along with the -Library. - - 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. - - 2. You may modify your copy or copies of the Library or any portion -of it, thus forming a work based on the Library, and copy and -distribute such modifications or work under the terms of Section 1 -above, provided that you also meet all of these conditions: - - a) The modified work must itself be a software library. - - b) You must cause the files modified to carry prominent notices - stating that you changed the files and the date of any change. - - c) You must cause the whole of the work to be licensed at no - charge to all third parties under the terms of this License. - - d) If a facility in the modified Library refers to a function or a - table of data to be supplied by an application program that uses - the facility, other than as an argument passed when the facility - is invoked, then you must make a good faith effort to ensure that, - in the event an application does not supply such function or - table, the facility still operates, and performs whatever part of - its purpose remains meaningful. - - (For example, a function in a library to compute square roots has - a purpose that is entirely well-defined independent of the - application. Therefore, Subsection 2d requires that any - application-supplied function or table used by this function must - be optional: if the application does not supply it, the square - root function must still compute square roots.) - -These requirements apply to the modified work as a whole. If -identifiable sections of that work are not derived from the Library, -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 Library, 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 Library. - -In addition, mere aggregation of another work not based on the Library -with the Library (or with a work based on the Library) on a volume of -a storage or distribution medium does not bring the other work under -the scope of this License. - - 3. You may opt to apply the terms of the ordinary GNU General Public -License instead of this License to a given copy of the Library. To do -this, you must alter all the notices that refer to this License, so -that they refer to the ordinary GNU General Public License, version 2, -instead of to this License. (If a newer version than version 2 of the -ordinary GNU General Public License has appeared, then you can specify -that version instead if you wish.) Do not make any other change in -these notices. - - Once this change is made in a given copy, it is irreversible for -that copy, so the ordinary GNU General Public License applies to all -subsequent copies and derivative works made from that copy. - - This option is useful when you wish to copy part of the code of -the Library into a program that is not a library. - - 4. You may copy and distribute the Library (or a portion or -derivative of it, under Section 2) in object code or executable form -under the terms of Sections 1 and 2 above provided that you 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. - - If distribution of 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 satisfies the requirement to -distribute the source code, even though third parties are not -compelled to copy the source along with the object code. - - 5. A program that contains no derivative of any portion of the -Library, but is designed to work with the Library by being compiled or -linked with it, is called a "work that uses the Library". Such a -work, in isolation, is not a derivative work of the Library, and -therefore falls outside the scope of this License. - - However, linking a "work that uses the Library" with the Library -creates an executable that is a derivative of the Library (because it -contains portions of the Library), rather than a "work that uses the -library". The executable is therefore covered by this License. -Section 6 states terms for distribution of such executables. - - When a "work that uses the Library" uses material from a header file -that is part of the Library, the object code for the work may be a -derivative work of the Library even though the source code is not. -Whether this is true is especially significant if the work can be -linked without the Library, or if the work is itself a library. The -threshold for this to be true is not precisely defined by law. - - If such an object file uses only numerical parameters, data -structure layouts and accessors, and small macros and small inline -functions (ten lines or less in length), then the use of the object -file is unrestricted, regardless of whether it is legally a derivative -work. (Executables containing this object code plus portions of the -Library will still fall under Section 6.) - - Otherwise, if the work is a derivative of the Library, you may -distribute the object code for the work under the terms of Section 6. -Any executables containing that work also fall under Section 6, -whether or not they are linked directly with the Library itself. - - 6. As an exception to the Sections above, you may also combine or -link a "work that uses the Library" with the Library to produce a -work containing portions of the Library, and distribute that work -under terms of your choice, provided that the terms permit -modification of the work for the customer's own use and reverse -engineering for debugging such modifications. - - You must give prominent notice with each copy of the work that the -Library is used in it and that the Library and its use are covered by -this License. You must supply a copy of this License. If the work -during execution displays copyright notices, you must include the -copyright notice for the Library among them, as well as a reference -directing the user to the copy of this License. Also, you must do one -of these things: - - a) Accompany the work with the complete corresponding - machine-readable source code for the Library including whatever - changes were used in the work (which must be distributed under - Sections 1 and 2 above); and, if the work is an executable linked - with the Library, with the complete machine-readable "work that - uses the Library", as object code and/or source code, so that the - user can modify the Library and then relink to produce a modified - executable containing the modified Library. (It is understood - that the user who changes the contents of definitions files in the - Library will not necessarily be able to recompile the application - to use the modified definitions.) - - b) Use a suitable shared library mechanism for linking with the - Library. A suitable mechanism is one that (1) uses at run time a - copy of the library already present on the user's computer system, - rather than copying library functions into the executable, and (2) - will operate properly with a modified version of the library, if - the user installs one, as long as the modified version is - interface-compatible with the version that the work was made with. - - c) Accompany the work with a written offer, valid for at - least three years, to give the same user the materials - specified in Subsection 6a, above, for a charge no more - than the cost of performing this distribution. - - d) If distribution of the work is made by offering access to copy - from a designated place, offer equivalent access to copy the above - specified materials from the same place. - - e) Verify that the user has already received a copy of these - materials or that you have already sent this user a copy. - - For an executable, the required form of the "work that uses the -Library" must include any data and utility programs needed for -reproducing the executable from it. However, as a special exception, -the materials to be 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. - - It may happen that this requirement contradicts the license -restrictions of other proprietary libraries that do not normally -accompany the operating system. Such a contradiction means you cannot -use both them and the Library together in an executable that you -distribute. - - 7. You may place library facilities that are a work based on the -Library side-by-side in a single library together with other library -facilities not covered by this License, and distribute such a combined -library, provided that the separate distribution of the work based on -the Library and of the other library facilities is otherwise -permitted, and provided that you do these two things: - - a) Accompany the combined library with a copy of the same work - based on the Library, uncombined with any other library - facilities. This must be distributed under the terms of the - Sections above. - - b) Give prominent notice with the combined library of the fact - that part of it is a work based on the Library, and explaining - where to find the accompanying uncombined form of the same work. - - 8. You may not copy, modify, sublicense, link with, or distribute -the Library except as expressly provided under this License. Any -attempt otherwise to copy, modify, sublicense, link with, or -distribute the Library 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. - - 9. 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 Library or its derivative works. These actions are -prohibited by law if you do not accept this License. Therefore, by -modifying or distributing the Library (or any work based on the -Library), you indicate your acceptance of this License to do so, and -all its terms and conditions for copying, distributing or modifying -the Library or works based on it. - - 10. Each time you redistribute the Library (or any work based on the -Library), the recipient automatically receives a license from the -original licensor to copy, distribute, link with or modify the Library -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 with -this License. - - 11. 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 Library at all. For example, if a patent -license would not permit royalty-free redistribution of the Library 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 Library. - -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. - -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. - -This section is intended to make thoroughly clear what is believed to -be a consequence of the rest of this License. - - 12. If the distribution and/or use of the Library is restricted in -certain countries either by patents or by copyrighted interfaces, the -original copyright holder who places the Library 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. - - 13. The Free Software Foundation may publish revised and/or new -versions of the Lesser 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. - -Each version is given a distinguishing version number. If the Library -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 Library does not specify a -license version number, you may choose any version ever published by -the Free Software Foundation. - - 14. If you wish to incorporate parts of the Library into other free -programs whose distribution conditions are incompatible with these, -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 - - 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO -WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW. -EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR -OTHER PARTIES PROVIDE THE LIBRARY "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 -LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME -THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. 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 LIBRARY 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 -LIBRARY (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 LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF -SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH -DAMAGES. - - END OF TERMS AND CONDITIONS - - How to Apply These Terms to Your New Libraries - - If you develop a new library, and you want it to be of the greatest -possible use to the public, we recommend making it free software that -everyone can redistribute and change. You can do so by permitting -redistribution under these terms (or, alternatively, under the terms of the -ordinary General Public License). - - To apply these terms, attach the following notices to the library. 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. - - - Copyright (C) - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Lesser General Public - License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. - - This library 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 - Lesser General Public License for more details. - - You should have received a copy of the GNU Lesser General Public - License along with this library; 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. - -You should also get your employer (if you work as a programmer) or your -school, if any, to sign a "copyright disclaimer" for the library, if -necessary. Here is a sample; alter the names: - - Yoyodyne, Inc., hereby disclaims all copyright interest in the - library `Frob' (a library for tweaking knobs) written by James Random Hacker. - - , 1 April 1990 - Ty Coon, President of Vice - -That's all there is to it! - ----------------------------------------------------------------------- - -The bundled SHA1 collision detection code is licensed under the MIT license: - -MIT License - -Copyright (c) 2017: - Marc Stevens - Cryptology Group - Centrum Wiskunde & Informatica - P.O. Box 94079, 1090 GB Amsterdam, Netherlands - marc@marc-stevens.nl - - Dan Shumow - Microsoft Research - danshu@microsoft.com - -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. - ----------------------------------------------------------------------- - -The bundled wildmatch code is licensed under the BSD license: - -Copyright Rich Salz. -All rights reserved. - -Redistribution and use in any form are permitted provided that the -following restrictions are are met: - -1. Source distributions must retain this entire copyright notice - and comment. -2. Binary distributions must include the acknowledgement ``This - product includes software developed by Rich Salz'' in the - documentation or other materials provided with the - distribution. This must not be represented as an endorsement - or promotion without specific prior written permission. -3. The origin of this software must not be misrepresented, either - by explicit claim or by omission. Credits must appear in the - source and documentation. -4. Altered versions must be plainly marked as such in the source - and documentation and must not be misrepresented as being the - original software. - -THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED -WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. - ----------------------------------------------------------------------- - -Portions of the OpenSSL headers are included under the OpenSSL license: - -Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) -All rights reserved. - -This package is an SSL implementation written -by Eric Young (eay@cryptsoft.com). -The implementation was written so as to conform with Netscapes SSL. - -This library is free for commercial and non-commercial use as long as -the following conditions are aheared to. The following conditions -apply to all code found in this distribution, be it the RC4, RSA, -lhash, DES, etc., code; not just the SSL code. The SSL documentation -included with this distribution is covered by the same copyright terms -except that the holder is Tim Hudson (tjh@cryptsoft.com). - -Copyright remains Eric Young's, and as such any Copyright notices in -the code are not to be removed. -If this package is used in a product, Eric Young should be given attribution -as the author of the parts of the library used. -This can be in the form of a textual message at program startup or -in documentation (online or textual) provided with the package. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: -1. Redistributions of source code must retain the copyright - notice, this list of conditions and the following disclaimer. -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. -3. All advertising materials mentioning features or use of this software - must display the following acknowledgement: - "This product includes cryptographic software written by - Eric Young (eay@cryptsoft.com)" - The word 'cryptographic' can be left out if the rouines from the library - being used are not cryptographic related :-). -4. If you include any Windows specific code (or a derivative thereof) from - the apps directory (application code) you must include an acknowledgement: - "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - -THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS -OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. - -The licence and distribution terms for any publically available version or -derivative of this code cannot be changed. i.e. this code cannot simply be -copied and put under another distribution licence -[including the GNU Public Licence.] - -==================================================================== -Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. - -Redistribution and use in source and binary forms, with or without -modification, are permitted provided that the following conditions -are met: - -1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. - -2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in - the documentation and/or other materials provided with the - distribution. - -3. All advertising materials mentioning features or use of this - software must display the following acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - -4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - endorse or promote products derived from this software without - prior written permission. For written permission, please contact - openssl-core@openssl.org. - -5. Products derived from this software may not be called "OpenSSL" - nor may "OpenSSL" appear in their names without prior written - permission of the OpenSSL Project. - -6. Redistributions of any form whatsoever must retain the following - acknowledgment: - "This product includes software developed by the OpenSSL Project - for use in the OpenSSL Toolkit (http://www.openssl.org/)" - -THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY -EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR -ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT -NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; -LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) -HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, -STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) -ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED -OF THE POSSIBILITY OF SUCH DAMAGE. -``` - -### libssh2/libssh2 - -``` -/* Copyright (c) 2004-2007 Sara Golemon - * Copyright (c) 2005,2006 Mikhail Gusarov - * Copyright (c) 2006-2007 The Written Word, Inc. - * Copyright (c) 2007 Eli Fant - * Copyright (c) 2009-2021 Daniel Stenberg - * Copyright (C) 2008, 2009 Simon Josefsson - * Copyright (c) 2000 Markus Friedl - * Copyright (c) 2015 Microsoft Corp. - * All rights reserved. - * - * Redistribution and use in source and binary forms, - * with or without modification, are permitted provided - * that the following conditions are met: - * - * Redistributions of source code must retain the above - * copyright notice, this list of conditions and the - * following disclaimer. - * - * Redistributions in binary form must reproduce the above - * copyright notice, this list of conditions and the following - * disclaimer in the documentation and/or other materials - * provided with the distribution. - * - * Neither the name of the copyright holder nor the names - * of any other contributors may be used to endorse or - * promote products derived from this software without - * specific prior written permission. - * - * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND - * CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, - * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES - * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR - * CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, - * BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR - * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS - * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, - * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING - * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE - * USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY - * OF SUCH DAMAGE. - */ -``` - -### OpenSSL - -``` - - LICENSE ISSUES - ============== - - The OpenSSL toolkit stays under a double license, i.e. both the conditions of - the OpenSSL License and the original SSLeay license apply to the toolkit. - See below for the actual license texts. - - OpenSSL License - --------------- - -/* ==================================================================== - * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * - * 1. Redistributions of source code must retain the above copyright - * notice, this list of conditions and the following disclaimer. - * - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in - * the documentation and/or other materials provided with the - * distribution. - * - * 3. All advertising materials mentioning features or use of this - * software must display the following acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" - * - * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to - * endorse or promote products derived from this software without - * prior written permission. For written permission, please contact - * openssl-core@openssl.org. - * - * 5. Products derived from this software may not be called "OpenSSL" - * nor may "OpenSSL" appear in their names without prior written - * permission of the OpenSSL Project. - * - * 6. Redistributions of any form whatsoever must retain the following - * acknowledgment: - * "This product includes software developed by the OpenSSL Project - * for use in the OpenSSL Toolkit (http://www.openssl.org/)" - * - * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY - * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR - * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR - * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, - * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT - * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; - * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, - * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) - * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED - * OF THE POSSIBILITY OF SUCH DAMAGE. - * ==================================================================== - * - * This product includes cryptographic software written by Eric Young - * (eay@cryptsoft.com). This product includes software written by Tim - * Hudson (tjh@cryptsoft.com). - * - */ - - Original SSLeay License - ----------------------- - -/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) - * All rights reserved. - * - * This package is an SSL implementation written - * by Eric Young (eay@cryptsoft.com). - * The implementation was written so as to conform with Netscapes SSL. - * - * This library is free for commercial and non-commercial use as long as - * the following conditions are aheared to. The following conditions - * apply to all code found in this distribution, be it the RC4, RSA, - * lhash, DES, etc., code; not just the SSL code. The SSL documentation - * included with this distribution is covered by the same copyright terms - * except that the holder is Tim Hudson (tjh@cryptsoft.com). - * - * Copyright remains Eric Young's, and as such any Copyright notices in - * the code are not to be removed. - * If this package is used in a product, Eric Young should be given attribution - * as the author of the parts of the library used. - * This can be in the form of a textual message at program startup or - * in documentation (online or textual) provided with the package. - * - * Redistribution and use in source and binary forms, with or without - * modification, are permitted provided that the following conditions - * are met: - * 1. Redistributions of source code must retain the copyright - * notice, this list of conditions and the following disclaimer. - * 2. Redistributions in binary form must reproduce the above copyright - * notice, this list of conditions and the following disclaimer in the - * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * "This product includes cryptographic software written by - * Eric Young (eay@cryptsoft.com)" - * The word 'cryptographic' can be left out if the rouines from the library - * being used are not cryptographic related :-). - * 4. If you include any Windows specific code (or a derivative thereof) from - * the apps directory (application code) you must include an acknowledgement: - * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" - * - * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND - * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE - * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE - * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE - * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL - * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS - * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) - * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT - * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY - * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF - * SUCH DAMAGE. - * - * The licence and distribution terms for any publically available version or - * derivative of this code cannot be changed. i.e. this code cannot simply be - * copied and put under another distribution licence - * [including the GNU Public Licence.] - */ -``` diff --git a/addons/godot-git-plugin/git_plugin.gdextension b/addons/godot-git-plugin/git_plugin.gdextension deleted file mode 100644 index 62cf890a..00000000 --- a/addons/godot-git-plugin/git_plugin.gdextension +++ /dev/null @@ -1,10 +0,0 @@ -[configuration] - -entry_symbol = "git_plugin_init" -compatibility_minimum = "4.2.0" - -[libraries] - -linux.editor.x86_64 = "linux/libgit_plugin.linux.editor.x86_64.so" -macos.editor = "macos/libgit_plugin.macos.editor.universal.dylib" -windows.editor.x86_64 = "windows/libgit_plugin.windows.editor.x86_64.dll" diff --git a/addons/godot-git-plugin/git_plugin.gdextension.uid b/addons/godot-git-plugin/git_plugin.gdextension.uid deleted file mode 100644 index 796a711e..00000000 --- a/addons/godot-git-plugin/git_plugin.gdextension.uid +++ /dev/null @@ -1 +0,0 @@ -uid://c84g73p4ucply diff --git a/addons/godot-git-plugin/linux/libgit_plugin.linux.editor.x86_64.so b/addons/godot-git-plugin/linux/libgit_plugin.linux.editor.x86_64.so deleted file mode 100755 index 0210692f..00000000 Binary files a/addons/godot-git-plugin/linux/libgit_plugin.linux.editor.x86_64.so and /dev/null differ diff --git a/addons/godot-git-plugin/macos/libgit_plugin.macos.editor.universal.dylib b/addons/godot-git-plugin/macos/libgit_plugin.macos.editor.universal.dylib deleted file mode 100755 index cbe81dd9..00000000 Binary files a/addons/godot-git-plugin/macos/libgit_plugin.macos.editor.universal.dylib and /dev/null differ diff --git a/addons/godot-git-plugin/windows/libgit_plugin.windows.editor.x86_64.dll b/addons/godot-git-plugin/windows/libgit_plugin.windows.editor.x86_64.dll deleted file mode 100644 index c82fa6ee..00000000 Binary files a/addons/godot-git-plugin/windows/libgit_plugin.windows.editor.x86_64.dll and /dev/null differ diff --git a/addons/godot-git-plugin/windows/~libgit_plugin.windows.editor.x86_64.dll b/addons/godot-git-plugin/windows/~libgit_plugin.windows.editor.x86_64.dll deleted file mode 100644 index c82fa6ee..00000000 Binary files a/addons/godot-git-plugin/windows/~libgit_plugin.windows.editor.x86_64.dll and /dev/null differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/0.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/0.png new file mode 100644 index 00000000..8dd0a942 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/0.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/0.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/0.png.import new file mode 100644 index 00000000..bd0c63bc --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/0.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b2p2wnq5pk2ui" +path="res://.godot/imported/0.png-c5caa808b86b0cc4368f2964be1bb423.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/0.png" +dest_files=["res://.godot/imported/0.png-c5caa808b86b0cc4368f2964be1bb423.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/1.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/1.png new file mode 100644 index 00000000..37a205c7 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/1.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/1.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/1.png.import new file mode 100644 index 00000000..6d904649 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/1.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dwk4tlf6mmaed" +path="res://.godot/imported/1.png-240d0b92fc8294a2e40008016d45ee4f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/1.png" +dest_files=["res://.godot/imported/1.png-240d0b92fc8294a2e40008016d45ee4f.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/10.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/10.png new file mode 100644 index 00000000..33cf7ee0 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/10.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/10.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/10.png.import new file mode 100644 index 00000000..2ec68a1c --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/10.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lnaerlkrijto" +path="res://.godot/imported/10.png-eab5cbceadda7b438274272355e5aea6.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/10.png" +dest_files=["res://.godot/imported/10.png-eab5cbceadda7b438274272355e5aea6.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/11.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/11.png new file mode 100644 index 00000000..e3ca102b Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/11.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/11.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/11.png.import new file mode 100644 index 00000000..9e305699 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/11.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://db0cneq088fjg" +path="res://.godot/imported/11.png-896f77789ac2c9320fa390e7abe4c9f4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/11.png" +dest_files=["res://.godot/imported/11.png-896f77789ac2c9320fa390e7abe4c9f4.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/12.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/12.png new file mode 100644 index 00000000..d9b89d5d Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/12.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/12.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/12.png.import new file mode 100644 index 00000000..3f975cae --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/12.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b4ymhteqoa68" +path="res://.godot/imported/12.png-fbbde97b886b757a9e9866dd013a33c7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/12.png" +dest_files=["res://.godot/imported/12.png-fbbde97b886b757a9e9866dd013a33c7.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/13.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/13.png new file mode 100644 index 00000000..55cababa Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/13.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/13.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/13.png.import new file mode 100644 index 00000000..95aae396 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/13.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6d4t51fxtp51" +path="res://.godot/imported/13.png-344c44b081412a0693eef6b799dd2464.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/13.png" +dest_files=["res://.godot/imported/13.png-344c44b081412a0693eef6b799dd2464.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/14.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/14.png new file mode 100644 index 00000000..1399ede3 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/14.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/14.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/14.png.import new file mode 100644 index 00000000..d77e5c30 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/14.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1vhuqwno6eat" +path="res://.godot/imported/14.png-16bb6a15e1371af6ecfed2831d52c1c9.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/14.png" +dest_files=["res://.godot/imported/14.png-16bb6a15e1371af6ecfed2831d52c1c9.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/15.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/15.png new file mode 100644 index 00000000..b3535e27 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/15.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/15.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/15.png.import new file mode 100644 index 00000000..f634d102 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/15.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bfev84gb8jwt2" +path="res://.godot/imported/15.png-14c3da98d9d5e0bb4637bc341ae72f7e.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/15.png" +dest_files=["res://.godot/imported/15.png-14c3da98d9d5e0bb4637bc341ae72f7e.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/16.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/16.png new file mode 100644 index 00000000..317fc02f Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/16.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/16.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/16.png.import new file mode 100644 index 00000000..39422066 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/16.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b47sfs33iy3vs" +path="res://.godot/imported/16.png-a389245a9a8831bf76b931e0d76f1676.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/16.png" +dest_files=["res://.godot/imported/16.png-a389245a9a8831bf76b931e0d76f1676.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/17.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/17.png new file mode 100644 index 00000000..b3535e27 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/17.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/17.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/17.png.import new file mode 100644 index 00000000..fb14c5bd --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/17.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bsdvq4idun8st" +path="res://.godot/imported/17.png-2282c51dc79d605ff12fef6cfa637aab.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/17.png" +dest_files=["res://.godot/imported/17.png-2282c51dc79d605ff12fef6cfa637aab.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/18.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/18.png new file mode 100644 index 00000000..317fc02f Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/18.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/18.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/18.png.import new file mode 100644 index 00000000..88803338 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/18.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dkvh1uxf1la24" +path="res://.godot/imported/18.png-167421a64793d3489355b3504b272350.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/18.png" +dest_files=["res://.godot/imported/18.png-167421a64793d3489355b3504b272350.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/19.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/19.png new file mode 100644 index 00000000..833c19d2 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/19.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/19.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/19.png.import new file mode 100644 index 00000000..97c5be17 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/19.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://mxxl85qnn2s" +path="res://.godot/imported/19.png-b466e5b9eb9b568309dfbdb072664d59.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/19.png" +dest_files=["res://.godot/imported/19.png-b466e5b9eb9b568309dfbdb072664d59.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/2.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/2.png new file mode 100644 index 00000000..1355ec32 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/2.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/2.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/2.png.import new file mode 100644 index 00000000..4fc78ea5 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/2.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b4j3sswy4w6tb" +path="res://.godot/imported/2.png-8aee05915486109763e6eba5849444e2.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/2.png" +dest_files=["res://.godot/imported/2.png-8aee05915486109763e6eba5849444e2.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/20.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/20.png new file mode 100644 index 00000000..21ee121a Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/20.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/20.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/20.png.import new file mode 100644 index 00000000..422d63a2 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/20.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://brai2yj6rndo3" +path="res://.godot/imported/20.png-d8400a4d41d10e0b3269162d59fd2bff.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/20.png" +dest_files=["res://.godot/imported/20.png-d8400a4d41d10e0b3269162d59fd2bff.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/21.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/21.png new file mode 100644 index 00000000..18391092 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/21.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/21.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/21.png.import new file mode 100644 index 00000000..faf42610 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/21.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://c6co87k2w2a81" +path="res://.godot/imported/21.png-c2a12d5c0c3cea825c92ccca5ad6150b.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/21.png" +dest_files=["res://.godot/imported/21.png-c2a12d5c0c3cea825c92ccca5ad6150b.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/22.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/22.png new file mode 100644 index 00000000..8ec6d015 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/22.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/22.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/22.png.import new file mode 100644 index 00000000..5498ea5a --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/22.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cds7d1trmj32x" +path="res://.godot/imported/22.png-02ae8113a8045227060e58c0a70747c7.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/22.png" +dest_files=["res://.godot/imported/22.png-02ae8113a8045227060e58c0a70747c7.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/23.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/23.png new file mode 100644 index 00000000..574fb24a Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/23.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/23.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/23.png.import new file mode 100644 index 00000000..d340800f --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/23.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://srm4r4rwlwue" +path="res://.godot/imported/23.png-eb6ae1848ebdfd5e43415843537d507a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/23.png" +dest_files=["res://.godot/imported/23.png-eb6ae1848ebdfd5e43415843537d507a.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/24.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/24.png new file mode 100644 index 00000000..68f9753b Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/24.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/24.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/24.png.import new file mode 100644 index 00000000..4b911cb2 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/24.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cn33flqa34vwf" +path="res://.godot/imported/24.png-3a5b3e0dddfa90e4b056e25467c912a4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/24.png" +dest_files=["res://.godot/imported/24.png-3a5b3e0dddfa90e4b056e25467c912a4.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/25.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/25.png new file mode 100644 index 00000000..33207e5c Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/25.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/25.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/25.png.import new file mode 100644 index 00000000..2a90a215 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/25.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cfvfpc6ihktf" +path="res://.godot/imported/25.png-22aa7c30488275a7e86e4c5b6d17853a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/25.png" +dest_files=["res://.godot/imported/25.png-22aa7c30488275a7e86e4c5b6d17853a.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/26.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/26.png new file mode 100644 index 00000000..6773868f Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/26.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/26.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/26.png.import new file mode 100644 index 00000000..4a997311 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/26.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://yvrfc7flyq1v" +path="res://.godot/imported/26.png-bbd24975ee6f8a48563700cee1b8b2ed.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/26.png" +dest_files=["res://.godot/imported/26.png-bbd24975ee6f8a48563700cee1b8b2ed.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/27.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/27.png new file mode 100644 index 00000000..76269092 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/27.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/27.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/27.png.import new file mode 100644 index 00000000..7d6c76d7 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/27.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://8mwoxsnbqc3a" +path="res://.godot/imported/27.png-af1ccf84d0890846aa61df3b9f0b7fb4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/27.png" +dest_files=["res://.godot/imported/27.png-af1ccf84d0890846aa61df3b9f0b7fb4.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/28.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/28.png new file mode 100644 index 00000000..9a04971e Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/28.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/28.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/28.png.import new file mode 100644 index 00000000..c8ed8e19 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/28.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b5ftcht7qoaun" +path="res://.godot/imported/28.png-576d262ab5853d642939164bc17c3fe0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/28.png" +dest_files=["res://.godot/imported/28.png-576d262ab5853d642939164bc17c3fe0.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/29.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/29.png new file mode 100644 index 00000000..4094a9eb Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/29.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/29.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/29.png.import new file mode 100644 index 00000000..7fb17906 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/29.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://btj37v1f7hlii" +path="res://.godot/imported/29.png-f4ad490c101d835780cc5a21b557adec.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/29.png" +dest_files=["res://.godot/imported/29.png-f4ad490c101d835780cc5a21b557adec.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/3.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/3.png new file mode 100644 index 00000000..112ff943 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/3.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/3.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/3.png.import new file mode 100644 index 00000000..56c3a78b --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/3.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://57kurt0v1yti" +path="res://.godot/imported/3.png-3b6c04b7bae8a597bf3995623908225f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/3.png" +dest_files=["res://.godot/imported/3.png-3b6c04b7bae8a597bf3995623908225f.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/30.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/30.png new file mode 100644 index 00000000..882818c9 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/30.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/30.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/30.png.import new file mode 100644 index 00000000..9f637ec7 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/30.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bs6opfy4nhlh1" +path="res://.godot/imported/30.png-5e9e51e0f6208589f8f05c9e980b6048.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/30.png" +dest_files=["res://.godot/imported/30.png-5e9e51e0f6208589f8f05c9e980b6048.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/31.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/31.png new file mode 100644 index 00000000..d38315d5 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/31.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/31.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/31.png.import new file mode 100644 index 00000000..93ce4c53 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/31.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ghkh55376d67" +path="res://.godot/imported/31.png-035ad2d1cf1e0721293386e4838cf55c.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/31.png" +dest_files=["res://.godot/imported/31.png-035ad2d1cf1e0721293386e4838cf55c.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/32.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/32.png new file mode 100644 index 00000000..0c65d543 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/32.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/32.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/32.png.import new file mode 100644 index 00000000..e56f8a9b --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/32.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://07jgveur6v3v" +path="res://.godot/imported/32.png-10ff9213b01854389b3e9b45f51e5437.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/32.png" +dest_files=["res://.godot/imported/32.png-10ff9213b01854389b3e9b45f51e5437.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/33.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/33.png new file mode 100644 index 00000000..0c65d543 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/33.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/33.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/33.png.import new file mode 100644 index 00000000..c33e4acc --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/33.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://4hwrx3m222aw" +path="res://.godot/imported/33.png-1809daaf5daeeaae758ab67facd767d4.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/33.png" +dest_files=["res://.godot/imported/33.png-1809daaf5daeeaae758ab67facd767d4.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/34.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/34.png new file mode 100644 index 00000000..56038e34 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/34.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/34.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/34.png.import new file mode 100644 index 00000000..c1e0e83f --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/34.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dafl081v3s3ll" +path="res://.godot/imported/34.png-f2a1740fab5c9398ac18bfab26bb3f83.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/34.png" +dest_files=["res://.godot/imported/34.png-f2a1740fab5c9398ac18bfab26bb3f83.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/35.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/35.png new file mode 100644 index 00000000..f95c1cfe Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/35.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/35.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/35.png.import new file mode 100644 index 00000000..a1454975 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/35.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cd25jquv6xlh" +path="res://.godot/imported/35.png-0b9d878b205362bfb9d9b1c1565bc26a.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/35.png" +dest_files=["res://.godot/imported/35.png-0b9d878b205362bfb9d9b1c1565bc26a.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/36.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/36.png new file mode 100644 index 00000000..4413e9ed Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/36.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/36.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/36.png.import new file mode 100644 index 00000000..5e076f2a --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/36.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://t3yjuxlrl2v6" +path="res://.godot/imported/36.png-f427c955f3bca4bdf611873405267026.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/36.png" +dest_files=["res://.godot/imported/36.png-f427c955f3bca4bdf611873405267026.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/37.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/37.png new file mode 100644 index 00000000..8e2979cc Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/37.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/37.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/37.png.import new file mode 100644 index 00000000..f5caf8ec --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/37.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dla2j21okmbsd" +path="res://.godot/imported/37.png-0d39ff5236f21630eebd07fbe4ff48da.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/37.png" +dest_files=["res://.godot/imported/37.png-0d39ff5236f21630eebd07fbe4ff48da.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/38.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/38.png new file mode 100644 index 00000000..0d92ac08 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/38.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/38.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/38.png.import new file mode 100644 index 00000000..d1194b36 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/38.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://coxmp6g1up0xi" +path="res://.godot/imported/38.png-e3ec2243cc0970dceced80a2fbc3af78.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/38.png" +dest_files=["res://.godot/imported/38.png-e3ec2243cc0970dceced80a2fbc3af78.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/39.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/39.png new file mode 100644 index 00000000..15fd4da5 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/39.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/39.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/39.png.import new file mode 100644 index 00000000..383b7f23 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/39.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://chh2d3tgy2lo3" +path="res://.godot/imported/39.png-1406e0fc97621a0d661c1415013bb63f.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/39.png" +dest_files=["res://.godot/imported/39.png-1406e0fc97621a0d661c1415013bb63f.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/4.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/4.png new file mode 100644 index 00000000..b7a68434 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/4.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/4.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/4.png.import new file mode 100644 index 00000000..9e48edea --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/4.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://d1obkwrgjx7bu" +path="res://.godot/imported/4.png-411bf845d306a0c7cc640883e41eb8ea.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/4.png" +dest_files=["res://.godot/imported/4.png-411bf845d306a0c7cc640883e41eb8ea.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/40.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/40.png new file mode 100644 index 00000000..0d92ac08 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/40.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/40.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/40.png.import new file mode 100644 index 00000000..f3300be9 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/40.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://6540phjdiacr" +path="res://.godot/imported/40.png-2e71b0407cfb0d1494599fe4bd202336.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/40.png" +dest_files=["res://.godot/imported/40.png-2e71b0407cfb0d1494599fe4bd202336.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/41.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/41.png new file mode 100644 index 00000000..15fd4da5 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/41.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/41.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/41.png.import new file mode 100644 index 00000000..de3c54af --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/41.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://lnp13cc7ih0" +path="res://.godot/imported/41.png-c6c3e06494a77b3010c4225481d6a9ff.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/41.png" +dest_files=["res://.godot/imported/41.png-c6c3e06494a77b3010c4225481d6a9ff.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/42.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/42.png new file mode 100644 index 00000000..71f13a50 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/42.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/42.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/42.png.import new file mode 100644 index 00000000..ed89f065 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/42.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cahkgf6wxg55u" +path="res://.godot/imported/42.png-e0de9c092f26a0ee9d86dc154619adb0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/42.png" +dest_files=["res://.godot/imported/42.png-e0de9c092f26a0ee9d86dc154619adb0.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/43.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/43.png new file mode 100644 index 00000000..50d23191 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/43.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/43.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/43.png.import new file mode 100644 index 00000000..ed3f42f4 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/43.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b1yqo5kcv6c38" +path="res://.godot/imported/43.png-b3e60192837be5e1fc3827e71c457ac0.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/43.png" +dest_files=["res://.godot/imported/43.png-b3e60192837be5e1fc3827e71c457ac0.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/44.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/44.png new file mode 100644 index 00000000..956cc9ee Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/44.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/44.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/44.png.import new file mode 100644 index 00000000..f4fd14c2 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/44.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://cj76rfkk8iv5q" +path="res://.godot/imported/44.png-5da0767ce2190cf71c004e40ca48a8f1.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/44.png" +dest_files=["res://.godot/imported/44.png-5da0767ce2190cf71c004e40ca48a8f1.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/45.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/45.png new file mode 100644 index 00000000..b408eb7d Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/45.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/45.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/45.png.import new file mode 100644 index 00000000..4eaecc64 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/45.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://bdbue4vmdvg34" +path="res://.godot/imported/45.png-9a1cc3d266a04eead2b7232869c88216.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/45.png" +dest_files=["res://.godot/imported/45.png-9a1cc3d266a04eead2b7232869c88216.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/5.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/5.png new file mode 100644 index 00000000..112ff943 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/5.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/5.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/5.png.import new file mode 100644 index 00000000..b58be80b --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/5.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://tfq7pgqk77dg" +path="res://.godot/imported/5.png-415a5beeb0228b7d47a9ceeb43b643b8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/5.png" +dest_files=["res://.godot/imported/5.png-415a5beeb0228b7d47a9ceeb43b643b8.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/6.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/6.png new file mode 100644 index 00000000..b628f2b7 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/6.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/6.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/6.png.import new file mode 100644 index 00000000..ccd58d51 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/6.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://dco5wrw60jv0u" +path="res://.godot/imported/6.png-3a31df8e0a80873fffdd75b4f6203c39.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/6.png" +dest_files=["res://.godot/imported/6.png-3a31df8e0a80873fffdd75b4f6203c39.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/7.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/7.png new file mode 100644 index 00000000..70fe71ec Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/7.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/7.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/7.png.import new file mode 100644 index 00000000..53045001 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/7.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://du3eofmfumu7a" +path="res://.godot/imported/7.png-f39b54bbc4fc17c181cdbae3324248d8.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/7.png" +dest_files=["res://.godot/imported/7.png-f39b54bbc4fc17c181cdbae3324248d8.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/8.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/8.png new file mode 100644 index 00000000..c6ab3651 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/8.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/8.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/8.png.import new file mode 100644 index 00000000..67b6ba47 --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/8.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://ds6s54a05xq6t" +path="res://.godot/imported/8.png-7acdc4063e56388f7dd24d2a9eb807bb.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/8.png" +dest_files=["res://.godot/imported/8.png-7acdc4063e56388f7dd24d2a9eb807bb.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/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/9.png b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/9.png new file mode 100644 index 00000000..33cf7ee0 Binary files /dev/null and b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/9.png differ diff --git a/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/9.png.import b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/9.png.import new file mode 100644 index 00000000..4fa287cd --- /dev/null +++ b/asset/art/animation/c02_吕萍_头痛蹲下_左右合并/9.png.import @@ -0,0 +1,34 @@ +[remap] + +importer="texture" +type="CompressedTexture2D" +uid="uid://b55312lrlhj4o" +path="res://.godot/imported/9.png-16e2b995319bddac979ce9ac562f8199.ctex" +metadata={ +"vram_texture": false +} + +[deps] + +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/9.png" +dest_files=["res://.godot/imported/9.png-16e2b995319bddac979ce9ac562f8199.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/asset/art/animation/c02_吕萍_头痛蹲下/0.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/0.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/0.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/0.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/0.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/0.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/0.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/0.png.import index 0c08a1c8..e846a0ac 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/0.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/0.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cvmrtr3kjjdcq" -path="res://.godot/imported/0.png-a286198775613a15e497a5ad26622232.ctex" +path="res://.godot/imported/0.png-c2e162da42773ba31d6db104b4d0cfaf.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/0.png" -dest_files=["res://.godot/imported/0.png-a286198775613a15e497a5ad26622232.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/0.png" +dest_files=["res://.godot/imported/0.png-c2e162da42773ba31d6db104b4d0cfaf.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/1.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/1.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/1.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/1.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/1.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/1.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/1.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/1.png.import index e73548c8..502f9442 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/1.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/1.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bivohsul3yej6" -path="res://.godot/imported/1.png-b2b2deb24ea7edf081695114df809747.ctex" +path="res://.godot/imported/1.png-b0f22dcb77c842bc613a5977c975cf90.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/1.png" -dest_files=["res://.godot/imported/1.png-b2b2deb24ea7edf081695114df809747.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/1.png" +dest_files=["res://.godot/imported/1.png-b0f22dcb77c842bc613a5977c975cf90.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/10.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/10.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/10.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/10.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/10.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/10.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/10.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/10.png.import index 32293a0f..35a15a68 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/10.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/10.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://drbfy7w3uq5pp" -path="res://.godot/imported/10.png-0a2ae4d894b85436fdd44d42c20bb648.ctex" +path="res://.godot/imported/10.png-950d9be5211c6b607506b0e9555d2876.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/10.png" -dest_files=["res://.godot/imported/10.png-0a2ae4d894b85436fdd44d42c20bb648.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/10.png" +dest_files=["res://.godot/imported/10.png-950d9be5211c6b607506b0e9555d2876.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/11.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/11.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/11.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/11.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/11.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/11.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/11.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/11.png.import index 62141053..b6ea1ace 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/11.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/11.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://be4rrndf4j1ar" -path="res://.godot/imported/11.png-b38d36f6140771f8ef168f3b3a728fea.ctex" +path="res://.godot/imported/11.png-91416767331866279031a896968e6655.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/11.png" -dest_files=["res://.godot/imported/11.png-b38d36f6140771f8ef168f3b3a728fea.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/11.png" +dest_files=["res://.godot/imported/11.png-91416767331866279031a896968e6655.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/12.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/12.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/12.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/12.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/12.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/12.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/12.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/12.png.import index 4aff0501..f3f7e517 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/12.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/12.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bws5bsutsmlt6" -path="res://.godot/imported/12.png-68049fd9a743b39c8762d3410ae2f2a3.ctex" +path="res://.godot/imported/12.png-1b47548342fffd35575533e737c79272.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/12.png" -dest_files=["res://.godot/imported/12.png-68049fd9a743b39c8762d3410ae2f2a3.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/12.png" +dest_files=["res://.godot/imported/12.png-1b47548342fffd35575533e737c79272.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/13.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/13.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/13.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/13.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/13.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/13.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/13.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/13.png.import index 35cff5c1..875d9bd8 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/13.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/13.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://d3mpfhy7nsc6h" -path="res://.godot/imported/13.png-87b5674572a96ca20f67e8bee21fef82.ctex" +path="res://.godot/imported/13.png-68790d9990d5b6f7dd5fadfcc15a9588.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/13.png" -dest_files=["res://.godot/imported/13.png-87b5674572a96ca20f67e8bee21fef82.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/13.png" +dest_files=["res://.godot/imported/13.png-68790d9990d5b6f7dd5fadfcc15a9588.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/14.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/14.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/14.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/14.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/14.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/14.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/14.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/14.png.import index 61a3fbdd..452a64e5 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/14.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/14.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dfnac21o2pucu" -path="res://.godot/imported/14.png-46abad30339f241675faf932f3bc908c.ctex" +path="res://.godot/imported/14.png-9fbaad9d004bf163eb84d696d8894d82.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/14.png" -dest_files=["res://.godot/imported/14.png-46abad30339f241675faf932f3bc908c.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/14.png" +dest_files=["res://.godot/imported/14.png-9fbaad9d004bf163eb84d696d8894d82.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/15.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/15.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/15.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/15.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/15.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/15.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/15.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/15.png.import index 52573873..13bfc173 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/15.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/15.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dwv07uvdqpeo8" -path="res://.godot/imported/15.png-a0e4f4955556a3ca13f97ef187d258e4.ctex" +path="res://.godot/imported/15.png-460f4b29aa13c0e39c1f950f5797597c.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/15.png" -dest_files=["res://.godot/imported/15.png-a0e4f4955556a3ca13f97ef187d258e4.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/15.png" +dest_files=["res://.godot/imported/15.png-460f4b29aa13c0e39c1f950f5797597c.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/2.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/2.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/2.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/2.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/2.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/2.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/2.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/2.png.import index 0b72397e..38bc5c31 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/2.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/2.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bgkw76n821lhq" -path="res://.godot/imported/2.png-87b71bb0ace9d8c6cbe2c763c6600d53.ctex" +path="res://.godot/imported/2.png-f9e534525cb58795116142429b30c016.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/2.png" -dest_files=["res://.godot/imported/2.png-87b71bb0ace9d8c6cbe2c763c6600d53.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/2.png" +dest_files=["res://.godot/imported/2.png-f9e534525cb58795116142429b30c016.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/3.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/3.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/3.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/3.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/3.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/3.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/3.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/3.png.import index 068a2d0a..03c1fdb2 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/3.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/3.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ceuqqjts6lpjk" -path="res://.godot/imported/3.png-fbad973a3ce4f3f556e96c177ff02870.ctex" +path="res://.godot/imported/3.png-523fb254c36848e98aea1c81b588f9f7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/3.png" -dest_files=["res://.godot/imported/3.png-fbad973a3ce4f3f556e96c177ff02870.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/3.png" +dest_files=["res://.godot/imported/3.png-523fb254c36848e98aea1c81b588f9f7.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/4.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/4.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/4.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/4.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/4.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/4.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/4.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/4.png.import index 66f26619..1c89ce04 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/4.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/4.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cl48d7gs4rnpi" -path="res://.godot/imported/4.png-a0f80a5f910a386fb59f85ea0c9894e6.ctex" +path="res://.godot/imported/4.png-fb05024912e08505de15197abfaf08ad.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/4.png" -dest_files=["res://.godot/imported/4.png-a0f80a5f910a386fb59f85ea0c9894e6.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/4.png" +dest_files=["res://.godot/imported/4.png-fb05024912e08505de15197abfaf08ad.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/5.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/5.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/5.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/5.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/5.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/5.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/5.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/5.png.import index 0a3cd895..60eba676 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/5.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/5.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://cwsow7ax2bdcq" -path="res://.godot/imported/5.png-89b2994e65ebe13372c5b134509a66a0.ctex" +path="res://.godot/imported/5.png-4bd505494498a46baec057b21171eff7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/5.png" -dest_files=["res://.godot/imported/5.png-89b2994e65ebe13372c5b134509a66a0.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/5.png" +dest_files=["res://.godot/imported/5.png-4bd505494498a46baec057b21171eff7.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/6.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/6.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/6.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/6.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/6.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/6.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/6.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/6.png.import index 204b7c9a..9cc91817 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/6.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/6.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://db5puxtmjs3ov" -path="res://.godot/imported/6.png-d94621ca86d387744234fe13b75660ea.ctex" +path="res://.godot/imported/6.png-57fea787a25cdfd0ce3d0f31da102035.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/6.png" -dest_files=["res://.godot/imported/6.png-d94621ca86d387744234fe13b75660ea.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/6.png" +dest_files=["res://.godot/imported/6.png-57fea787a25cdfd0ce3d0f31da102035.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/7.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/7.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/7.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/7.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/7.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/7.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/7.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/7.png.import index 22e85388..8541efa3 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/7.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/7.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://dou8n3dw2w42h" -path="res://.godot/imported/7.png-a976f2d344b9ed9cc662048c707118ab.ctex" +path="res://.godot/imported/7.png-6bba569e37d95cb133bf8b420897bcaa.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/7.png" -dest_files=["res://.godot/imported/7.png-a976f2d344b9ed9cc662048c707118ab.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/7.png" +dest_files=["res://.godot/imported/7.png-6bba569e37d95cb133bf8b420897bcaa.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/8.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/8.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/8.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/8.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/8.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/8.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/8.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/8.png.import index 0470b610..5e38d4a4 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/8.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/8.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://bx5u30gwxwq8l" -path="res://.godot/imported/8.png-1bce41ab7f1898fefda488d4be14f3c9.ctex" +path="res://.godot/imported/8.png-91dc894ce60e8bc24fb333ebac2567e7.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/8.png" -dest_files=["res://.godot/imported/8.png-1bce41ab7f1898fefda488d4be14f3c9.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/8.png" +dest_files=["res://.godot/imported/8.png-91dc894ce60e8bc24fb333ebac2567e7.ctex"] [params] diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/9.png b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/9.png similarity index 100% rename from asset/art/animation/c02_吕萍_头痛蹲下/9.png rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/9.png diff --git a/asset/art/animation/c02_吕萍_头痛蹲下/9.png.import b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/9.png.import similarity index 70% rename from asset/art/animation/c02_吕萍_头痛蹲下/9.png.import rename to asset/art/animation/c02_吕萍_头痛蹲下带小猫/9.png.import index 65f49762..25bc16b0 100644 --- a/asset/art/animation/c02_吕萍_头痛蹲下/9.png.import +++ b/asset/art/animation/c02_吕萍_头痛蹲下带小猫/9.png.import @@ -3,15 +3,15 @@ importer="texture" type="CompressedTexture2D" uid="uid://ci6wvxia34q67" -path="res://.godot/imported/9.png-520144eb152bde6b64e3e690fb25df6f.ctex" +path="res://.godot/imported/9.png-bafca66273587d47c420ad833c482d59.ctex" metadata={ "vram_texture": false } [deps] -source_file="res://asset/art/animation/c02_吕萍_头痛蹲下/9.png" -dest_files=["res://.godot/imported/9.png-520144eb152bde6b64e3e690fb25df6f.ctex"] +source_file="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/9.png" +dest_files=["res://.godot/imported/9.png-bafca66273587d47c420ad833c482d59.ctex"] [params] diff --git a/asset/art/gif/c00_通用动作/c00_通用动作_frames.tres b/asset/art/gif/c00_通用动作/c00_通用动作_frames.tres index ef0f5c55..5b0f35d1 100644 --- a/asset/art/gif/c00_通用动作/c00_通用动作_frames.tres +++ b/asset/art/gif/c00_通用动作/c00_通用动作_frames.tres @@ -13,30 +13,30 @@ [ext_resource type="Texture2D" uid="uid://cl24qoie1fs6" path="res://asset/art/gif/c00_通用动作/c00_头套小婵_run/3.png" id="4_k23kj"] [ext_resource type="Texture2D" uid="uid://dutjfc10wle7v" path="res://asset/art/gif/c00_通用动作/c00_头套小婵_run/4.png" id="5_v5avr"] [ext_resource type="Texture2D" uid="uid://deejj6x82guq5" path="res://asset/art/gif/c00_通用动作/c00_头套小婵_run/5.png" id="6_phou8"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/0.png" id="12_nc8m8"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/1.png" id="13_rl8dp"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/2.png" id="14_eihtk"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/3.png" id="15_1q2sk"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/4.png" id="16_5r4q6"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/5.png" id="17_c2ufu"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/6.png" id="18_yntqm"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/7.png" id="19_h0syg"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/8.png" id="20_i7o24"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/9.png" id="21_4847s"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/10.png" id="22_ayffi"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/11.png" id="23_ttbb4"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/12.png" id="24_8hf8j"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/13.png" id="25_b25xw"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/14.png" id="26_p3vso"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/15.png" id="27_fpx2d"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/16.png" id="28_pmee6"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/17.png" id="29_es7ng"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/18.png" id="30_t6bpf"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/19.png" id="31_eduan"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/20.png" id="32_tvr5k"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/21.png" id="33_xkemw"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/22.png" id="34_chrhp"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/23.png" id="35_75mf0"] +[ext_resource type="Texture2D" uid="uid://bhnwe7vdb087p" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/0.png" id="12_nc8m8"] +[ext_resource type="Texture2D" uid="uid://bbiydvw83idfs" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/1.png" id="13_rl8dp"] +[ext_resource type="Texture2D" uid="uid://d6ni22rtitd8" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/2.png" id="14_eihtk"] +[ext_resource type="Texture2D" uid="uid://cpw87t8h1kiwm" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/3.png" id="15_1q2sk"] +[ext_resource type="Texture2D" uid="uid://7x6t2alsfbqn" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/4.png" id="16_5r4q6"] +[ext_resource type="Texture2D" uid="uid://damyhxsdejt18" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/5.png" id="17_c2ufu"] +[ext_resource type="Texture2D" uid="uid://bvwmcufr4ikos" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/6.png" id="18_yntqm"] +[ext_resource type="Texture2D" uid="uid://cn62idyhhdxmr" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/7.png" id="19_h0syg"] +[ext_resource type="Texture2D" uid="uid://dhixjr8bt4byx" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/8.png" id="20_i7o24"] +[ext_resource type="Texture2D" uid="uid://d025awkluijtp" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/9.png" id="21_4847s"] +[ext_resource type="Texture2D" uid="uid://bd5a41j43yj3u" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/10.png" id="22_ayffi"] +[ext_resource type="Texture2D" uid="uid://bt80uttdkyepy" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/11.png" id="23_ttbb4"] +[ext_resource type="Texture2D" uid="uid://1d62ayg75cgk" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/12.png" id="24_8hf8j"] +[ext_resource type="Texture2D" uid="uid://cut1pfyieybax" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/13.png" id="25_b25xw"] +[ext_resource type="Texture2D" uid="uid://dnck4j4c4ngba" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/14.png" id="26_p3vso"] +[ext_resource type="Texture2D" uid="uid://dkunqld0sv5pl" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/15.png" id="27_fpx2d"] +[ext_resource type="Texture2D" uid="uid://byreobavo0y3a" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/16.png" id="28_pmee6"] +[ext_resource type="Texture2D" uid="uid://4c2byf4ulsua" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/17.png" id="29_es7ng"] +[ext_resource type="Texture2D" uid="uid://dl8a7p0l3rfan" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/18.png" id="30_t6bpf"] +[ext_resource type="Texture2D" uid="uid://c5r8wtlif7tf4" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/19.png" id="31_eduan"] +[ext_resource type="Texture2D" uid="uid://djy0mkg075bbg" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/20.png" id="32_tvr5k"] +[ext_resource type="Texture2D" uid="uid://oi3wyytidjjl" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/21.png" id="33_xkemw"] +[ext_resource type="Texture2D" uid="uid://dtkh3jbo54ekl" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/22.png" id="34_chrhp"] +[ext_resource type="Texture2D" uid="uid://dgfd02a8hhedc" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/23.png" id="35_75mf0"] [resource] animations = [{ diff --git a/asset/art/scene/c01/s04_旧版序章/fg_前景1.png b/asset/art/scene/c01/s04_旧版序章/fg_前景1.png index c8a6cb6d..0240c211 100644 Binary files a/asset/art/scene/c01/s04_旧版序章/fg_前景1.png and b/asset/art/scene/c01/s04_旧版序章/fg_前景1.png differ diff --git a/asset/art/scene/c01/s04_旧版序章/fg_前景3.png b/asset/art/scene/c01/s04_旧版序章/fg_前景3.png old mode 100755 new mode 100644 index 778fe69f..8adfa8c7 Binary files a/asset/art/scene/c01/s04_旧版序章/fg_前景3.png and b/asset/art/scene/c01/s04_旧版序章/fg_前景3.png differ diff --git a/asset/art/scene/c01/s09_黄包车长场景/bg_夜晚黄包车场景.png b/asset/art/scene/c01/s09_黄包车长场景/bg_夜晚黄包车场景.png index bb4fb8f6..10b7ab9f 100644 Binary files a/asset/art/scene/c01/s09_黄包车长场景/bg_夜晚黄包车场景.png and b/asset/art/scene/c01/s09_黄包车长场景/bg_夜晚黄包车场景.png differ diff --git a/asset/dialogue/c01.csv.import b/asset/dialogue/c01.csv.import index 9f8f965e..2191c3ff 100644 --- a/asset/dialogue/c01.csv.import +++ b/asset/dialogue/c01.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/c01.zh_CN.translation", "res://asset/dialogue/ [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/c02.csv.import b/asset/dialogue/c02.csv.import index cbea799c..3707b26b 100644 --- a/asset/dialogue/c02.csv.import +++ b/asset/dialogue/c02.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/c02.zh_CN.translation", "res://asset/dialogue/ [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/c03.csv.import b/asset/dialogue/c03.csv.import index 4f86c1a1..72dd3336 100644 --- a/asset/dialogue/c03.csv.import +++ b/asset/dialogue/c03.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/c03.zh_CN.translation"] [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/c04.csv.import b/asset/dialogue/c04.csv.import index 1ce0bcdb..9edcaedd 100644 --- a/asset/dialogue/c04.csv.import +++ b/asset/dialogue/c04.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/c04.zh_CN.translation"] [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/c05.csv.import b/asset/dialogue/c05.csv.import index e231e53c..9502874b 100644 --- a/asset/dialogue/c05.csv.import +++ b/asset/dialogue/c05.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/c05.zh_CN.translation"] [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/c06.csv.import b/asset/dialogue/c06.csv.import index 67f6592d..f4cd44a7 100644 --- a/asset/dialogue/c06.csv.import +++ b/asset/dialogue/c06.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/c06.zh_CN.translation"] [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/inspect_content.csv.import b/asset/dialogue/inspect_content.csv.import index db097ebe..bbe6a915 100644 --- a/asset/dialogue/inspect_content.csv.import +++ b/asset/dialogue/inspect_content.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/inspect_content.zh_CN.translation", "res://ass [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/item_description.csv.import b/asset/dialogue/item_description.csv.import index 2c2c0f0e..2170c6fd 100644 --- a/asset/dialogue/item_description.csv.import +++ b/asset/dialogue/item_description.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/item_description.zh_CN.translation", "res://as [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/names.csv.import b/asset/dialogue/names.csv.import index 8495300d..42667d31 100644 --- a/asset/dialogue/names.csv.import +++ b/asset/dialogue/names.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/names.zh_CN.translation", "res://asset/dialogu [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/npc.csv.import b/asset/dialogue/npc.csv.import index 50e41d36..971a3083 100644 --- a/asset/dialogue/npc.csv.import +++ b/asset/dialogue/npc.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/npc.zh_CN.translation", "res://asset/dialogue/ [params] -compress=true +compress=false delimiter=0 diff --git a/asset/dialogue/线索笔记.csv.import b/asset/dialogue/线索笔记.csv.import index 1f9bc43e..4840ace3 100644 --- a/asset/dialogue/线索笔记.csv.import +++ b/asset/dialogue/线索笔记.csv.import @@ -13,5 +13,5 @@ dest_files=["res://asset/dialogue/线索笔记.zh_CN.translation", "res://asset/ [params] -compress=true +compress=false delimiter=0 diff --git a/config/animation/entity_sprite_frames.tres b/config/animation/entity_sprite_frames.tres index 10d4c0ab..2503d3c2 100644 --- a/config/animation/entity_sprite_frames.tres +++ b/config/animation/entity_sprite_frames.tres @@ -1,4 +1,4 @@ -[gd_resource type="SpriteFrames" load_steps=821 format=3 uid="uid://b7fhheih1hbvf"] +[gd_resource type="SpriteFrames" load_steps=867 format=3 uid="uid://b7fhheih1hbvf"] [ext_resource type="Texture2D" uid="uid://dvq64espa37lx" path="res://asset/art/animation/c00_吕萍_idle_left/zhhx1.png" id="1_ekv0l"] [ext_resource type="Texture2D" uid="uid://dcp4gk5lib4bl" path="res://asset/art/animation/c00_吕萍_idle_left/zhhx2.png" id="2_fq076"] @@ -278,90 +278,90 @@ [ext_resource type="Texture2D" uid="uid://cv15erqcotgqg" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/2.png" id="136_ko460"] [ext_resource type="Texture2D" uid="uid://dxkdiwvuon3lx" path="res://asset/art/animation/c01_小小蝶_walking_l/6.png" id="136_rej31"] [ext_resource type="Texture2D" uid="uid://dpt2qhn0ypkm" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/2.png" id="136_vxrfs"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/0.png" id="136_yiibj"] +[ext_resource type="Texture2D" uid="uid://bhnwe7vdb087p" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/0.png" id="136_yiibj"] [ext_resource type="Texture2D" uid="uid://nyh8oolkijpt" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/3.png" id="137_1k3xv"] [ext_resource type="Texture2D" uid="uid://dl1jtdxwnpu1" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/3.png" id="137_gpg4r"] [ext_resource type="Texture2D" uid="uid://px5m310qysvm" path="res://asset/art/animation/c01_小小蝶_抬头_l/3.png" id="137_mm3py"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/1.png" id="137_qhkmm"] +[ext_resource type="Texture2D" uid="uid://bbiydvw83idfs" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/1.png" id="137_qhkmm"] [ext_resource type="Texture2D" uid="uid://cr2he355uw5ae" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/4.png" id="138_3e8uw"] [ext_resource type="Texture2D" uid="uid://bsampcl8xi8uw" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/4.png" id="138_s23im"] [ext_resource type="Texture2D" uid="uid://bnrpwn4oplwxe" path="res://asset/art/animation/c01_小小蝶_抬头_l/4.png" id="138_uoqgs"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/2.png" id="138_x6adg"] +[ext_resource type="Texture2D" uid="uid://d6ni22rtitd8" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/2.png" id="138_x6adg"] [ext_resource type="Texture2D" uid="uid://jr457l1kgs7s" path="res://asset/art/animation/c01_小小蝶_抬头_l/5.png" id="139_01v8j"] [ext_resource type="Texture2D" uid="uid://ccl27awgq302s" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/5.png" id="139_odkro"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/3.png" id="139_xbi36"] +[ext_resource type="Texture2D" uid="uid://cpw87t8h1kiwm" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/3.png" id="139_xbi36"] [ext_resource type="Texture2D" uid="uid://djpshbi3h7u8v" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/5.png" id="139_xn4xi"] [ext_resource type="Texture2D" uid="uid://c7f24566tsi5b" path="res://asset/art/animation/c01_小小蝶_抬头_l/6.png" id="140_47ycv"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/4.png" id="140_l6835"] +[ext_resource type="Texture2D" uid="uid://7x6t2alsfbqn" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/4.png" id="140_l6835"] [ext_resource type="Texture2D" uid="uid://chidl5gije8yw" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/6.png" id="140_mneg6"] [ext_resource type="Texture2D" uid="uid://s8i7r2tjnc0" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/6.png" id="140_sr1sq"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/5.png" id="141_8ha5y"] +[ext_resource type="Texture2D" uid="uid://damyhxsdejt18" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/5.png" id="141_8ha5y"] [ext_resource type="Texture2D" uid="uid://cp2cqmwhxa0kt" path="res://asset/art/animation/c01_小小蝶_抬头_l/7.png" id="141_75qdx"] [ext_resource type="Texture2D" uid="uid://cobft3q7mq4af" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/7.png" id="141_sutp8"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/6.png" id="142_6n1b2"] +[ext_resource type="Texture2D" uid="uid://bvwmcufr4ikos" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/6.png" id="142_6n1b2"] [ext_resource type="Texture2D" uid="uid://djikfkr2ql6nm" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/8.png" id="142_ituys"] [ext_resource type="Texture2D" uid="uid://dsxib51p37wun" path="res://asset/art/animation/c02_吕萍_坐着站起来/1.png" id="142_k1xsb"] [ext_resource type="Texture2D" uid="uid://bjsuejktrucqr" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/9.png" id="143_2aqu1"] [ext_resource type="Texture2D" uid="uid://blsv6hwt61y6j" path="res://asset/art/animation/c02_吕萍_坐着站起来/2.png" id="143_5l1dh"] [ext_resource type="Texture2D" uid="uid://bvfkwvvyrq022" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/0.png" id="143_68lql"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/7.png" id="143_ftljk"] +[ext_resource type="Texture2D" uid="uid://cn62idyhhdxmr" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/7.png" id="143_ftljk"] [ext_resource type="Texture2D" uid="uid://eseakw6bvllh" path="res://asset/art/animation/c02_吕萍_坐着站起来/3.png" id="144_hoxm5"] [ext_resource type="Texture2D" uid="uid://bj4f3dbns2hl7" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/10.png" id="144_m77af"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/8.png" id="144_mg60w"] +[ext_resource type="Texture2D" uid="uid://dhixjr8bt4byx" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/8.png" id="144_mg60w"] [ext_resource type="Texture2D" uid="uid://bsgcxg3wxp08w" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/1.png" id="144_o0iu6"] [ext_resource type="Texture2D" uid="uid://dacecgdph82vc" path="res://asset/art/animation/c01_小小蝶_侧面下蹲/11.png" id="145_3wuv4"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/9.png" id="145_37jig"] +[ext_resource type="Texture2D" uid="uid://d025awkluijtp" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/9.png" id="145_37jig"] [ext_resource type="Texture2D" uid="uid://cmidth7iw1ff7" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/2.png" id="145_60xq1"] [ext_resource type="Texture2D" uid="uid://8soq2th62in1" path="res://asset/art/animation/c02_吕萍_坐着站起来/4.png" id="145_l5pov"] [ext_resource type="Texture2D" uid="uid://dm4diuugareq8" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/3.png" id="146_28dsl"] [ext_resource type="Texture2D" uid="uid://dm4ahmkxid72l" path="res://asset/art/animation/c02_吕萍_坐着站起来/5.png" id="146_80x36"] [ext_resource type="Texture2D" uid="uid://c8ud56dy3xkhu" path="res://asset/art/animation/c01_小小蝶_床上看书/1.png" id="146_glua7"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/10.png" id="146_spcyg"] +[ext_resource type="Texture2D" uid="uid://bd5a41j43yj3u" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/10.png" id="146_spcyg"] [ext_resource type="Texture2D" uid="uid://balno1w14oo1y" path="res://asset/art/animation/c02_吕萍_坐着站起来/6.png" id="147_5dg5p"] [ext_resource type="Texture2D" uid="uid://t1skwh8tduec" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/4.png" id="147_a2njd"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/11.png" id="147_a6bg6"] +[ext_resource type="Texture2D" uid="uid://bt80uttdkyepy" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/11.png" id="147_a6bg6"] [ext_resource type="Texture2D" uid="uid://kavoopmi8jll" path="res://asset/art/animation/c01_小小蝶_床上看书/2.png" id="147_jn0hd"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/12.png" id="148_1n12f"] +[ext_resource type="Texture2D" uid="uid://1d62ayg75cgk" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/12.png" id="148_1n12f"] [ext_resource type="Texture2D" uid="uid://dkomq2k4qqykc" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/5.png" id="148_fegfu"] [ext_resource type="Texture2D" uid="uid://dh3qcxqhni86d" path="res://asset/art/animation/c01_小小蝶_床上看书/3.png" id="148_gtwc1"] [ext_resource type="Texture2D" uid="uid://de4gqbxq1whac" path="res://asset/art/animation/c02_吕萍_坐着站起来/7.png" id="148_ii2r7"] [ext_resource type="Texture2D" uid="uid://cum2wytbbk5ux" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍起立/0.png" id="148_l8b30"] [ext_resource type="Texture2D" uid="uid://wae06jat0wji" path="res://asset/art/animation/c01_小小蝶_床上看书/4.png" id="149_ahx2r"] [ext_resource type="Texture2D" uid="uid://dpvdgjwe15w0x" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍起立/1.png" id="149_u1ns1"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/13.png" id="149_xhf7n"] +[ext_resource type="Texture2D" uid="uid://cut1pfyieybax" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/13.png" id="149_xhf7n"] [ext_resource type="Texture2D" uid="uid://dtfgmel6l2yy3" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/6.png" id="149_ycyeh"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/14.png" id="150_5fksx"] +[ext_resource type="Texture2D" uid="uid://dnck4j4c4ngba" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/14.png" id="150_5fksx"] [ext_resource type="Texture2D" uid="uid://cfo4wadhb4bus" path="res://asset/art/animation/c01_小小蝶_床上看书/5.png" id="150_e3kfb"] [ext_resource type="Texture2D" uid="uid://d0506uwhyqbyh" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍起立/2.png" id="150_i6nr0"] [ext_resource type="Texture2D" uid="uid://bw1ew146vm7ip" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/7.png" id="150_qhv5o"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/15.png" id="151_45h8i"] +[ext_resource type="Texture2D" uid="uid://dkunqld0sv5pl" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/15.png" id="151_45h8i"] [ext_resource type="Texture2D" uid="uid://yinhwtan57lh" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/8.png" id="151_j1eyu"] [ext_resource type="Texture2D" uid="uid://bdf08mnq1ttyw" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下/0.png" id="151_kk2bf"] [ext_resource type="Texture2D" uid="uid://dmvy0ytd067d6" path="res://asset/art/animation/c01_小小蝶_床上看书/6.png" id="151_p6hft"] [ext_resource type="Texture2D" uid="uid://ptaa1jm8rdw1" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下/1.png" id="152_7otbe"] [ext_resource type="Texture2D" uid="uid://x72dnodrtrpl" path="res://asset/art/animation/c01_小小蝶_床上看书/7.png" id="152_aeo40"] [ext_resource type="Texture2D" uid="uid://da6v4vqyk664o" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/9.png" id="152_dbpky"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/16.png" id="152_fw42m"] +[ext_resource type="Texture2D" uid="uid://byreobavo0y3a" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/16.png" id="152_fw42m"] [ext_resource type="Texture2D" uid="uid://dpp2vbha8d5se" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/10.png" id="153_1yeu1"] [ext_resource type="Texture2D" uid="uid://dmcke4vsfktue" path="res://asset/art/animation/c01_小小蝶_床上看书/8.png" id="153_a380e"] [ext_resource type="Texture2D" uid="uid://bifyu2njqjj2v" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下/2.png" id="153_pq372"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/17.png" id="153_wea4n"] +[ext_resource type="Texture2D" uid="uid://4c2byf4ulsua" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/17.png" id="153_wea4n"] [ext_resource type="Texture2D" uid="uid://o1iacesauyv" path="res://asset/art/animation/c01_小小蝶_床上看书/9.png" id="154_3io2u"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/18.png" id="154_6fbxf"] +[ext_resource type="Texture2D" uid="uid://dl8a7p0l3rfan" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/18.png" id="154_6fbxf"] [ext_resource type="Texture2D" uid="uid://dwirixil6sdux" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下呼吸/0.png" id="154_ax4bo"] [ext_resource type="Texture2D" uid="uid://drbek888ip36r" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/11.png" id="154_nnxju"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/19.png" id="155_2mqjb"] +[ext_resource type="Texture2D" uid="uid://c5r8wtlif7tf4" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/19.png" id="155_2mqjb"] [ext_resource type="Texture2D" uid="uid://derqsnxbqhdsy" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/12.png" id="155_at65w"] [ext_resource type="Texture2D" uid="uid://cjaqwy23331mo" path="res://asset/art/gif/c02_偷听李氏癞子/吕萍蹲下呼吸/1.png" id="155_k50fa"] [ext_resource type="Texture2D" uid="uid://d30hf2sxamgdx" path="res://asset/art/animation/c01_小小蝶_床上看书/10.png" id="155_rya2f"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/20.png" id="156_asda4"] +[ext_resource type="Texture2D" uid="uid://djy0mkg075bbg" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/20.png" id="156_asda4"] [ext_resource type="Texture2D" uid="uid://c0fn6qqmg8kn6" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/13.png" id="156_h05uc"] [ext_resource type="Texture2D" uid="uid://dosgg8v3w7fc6" path="res://asset/art/animation/c01_小小蝶_床上看书/11.png" id="156_nj42l"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/21.png" id="157_aobnc"] +[ext_resource type="Texture2D" uid="uid://oi3wyytidjjl" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/21.png" id="157_aobnc"] [ext_resource type="Texture2D" uid="uid://b1e1c1dleaj5" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/14.png" id="157_rrvfp"] [ext_resource type="Texture2D" uid="uid://c76jte8mtvqtt" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/15.png" id="158_7524g"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/22.png" id="158_nppl4"] -[ext_resource type="Texture2D" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/23.png" id="159_absvs"] +[ext_resource type="Texture2D" uid="uid://dtkh3jbo54ekl" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/22.png" id="158_nppl4"] +[ext_resource type="Texture2D" uid="uid://dgfd02a8hhedc" path="res://asset/art/gif/c00_通用动作/吕萍_拿本子记录/23.png" id="159_absvs"] [ext_resource type="Texture2D" uid="uid://bv5psnjt5axyf" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/16.png" id="159_mjdg0"] [ext_resource type="Texture2D" uid="uid://brq4gp4em6hh8" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/17.png" id="160_8i4n6"] [ext_resource type="Texture2D" uid="uid://c5u452ptl6knd" path="res://asset/art/gif/c01_书店外街道/小蝶敲门/18.png" id="161_cbhex"] @@ -693,73 +693,119 @@ [ext_resource type="Texture2D" uid="uid://brfk4su6wbe2w" path="res://asset/art/gif/c00_通用动作/吕萍_高位点灯/21.png" id="464_05637"] [ext_resource type="Texture2D" uid="uid://n7qsp80gvsjh" path="res://asset/art/animation/c02_吕萍_匍匐起身蹲着窥视/0.png" id="496_tfsgk"] [ext_resource type="Texture2D" uid="uid://xwucy66ahpoo" path="res://asset/art/animation/c02_吕萍_坐着站起来/0.png" id="503_yiibj"] -[ext_resource type="Texture2D" uid="uid://cvmrtr3kjjdcq" path="res://asset/art/animation/c02_吕萍_头痛蹲下/0.png" id="511_qhkmm"] -[ext_resource type="Texture2D" uid="uid://bivohsul3yej6" path="res://asset/art/animation/c02_吕萍_头痛蹲下/1.png" id="512_x6adg"] -[ext_resource type="Texture2D" uid="uid://bgkw76n821lhq" path="res://asset/art/animation/c02_吕萍_头痛蹲下/2.png" id="513_xbi36"] -[ext_resource type="Texture2D" uid="uid://ceuqqjts6lpjk" path="res://asset/art/animation/c02_吕萍_头痛蹲下/3.png" id="514_l6835"] -[ext_resource type="Texture2D" uid="uid://cl48d7gs4rnpi" path="res://asset/art/animation/c02_吕萍_头痛蹲下/4.png" id="515_8ha5y"] -[ext_resource type="Texture2D" uid="uid://cwsow7ax2bdcq" path="res://asset/art/animation/c02_吕萍_头痛蹲下/5.png" id="516_6n1b2"] -[ext_resource type="Texture2D" uid="uid://db5puxtmjs3ov" path="res://asset/art/animation/c02_吕萍_头痛蹲下/6.png" id="517_ftljk"] -[ext_resource type="Texture2D" uid="uid://dou8n3dw2w42h" path="res://asset/art/animation/c02_吕萍_头痛蹲下/7.png" id="518_mg60w"] -[ext_resource type="Texture2D" uid="uid://bx5u30gwxwq8l" path="res://asset/art/animation/c02_吕萍_头痛蹲下/8.png" id="519_37jig"] -[ext_resource type="Texture2D" uid="uid://ci6wvxia34q67" path="res://asset/art/animation/c02_吕萍_头痛蹲下/9.png" id="520_spcyg"] -[ext_resource type="Texture2D" uid="uid://drbfy7w3uq5pp" path="res://asset/art/animation/c02_吕萍_头痛蹲下/10.png" id="521_a6bg6"] -[ext_resource type="Texture2D" uid="uid://be4rrndf4j1ar" path="res://asset/art/animation/c02_吕萍_头痛蹲下/11.png" id="522_1n12f"] -[ext_resource type="Texture2D" uid="uid://bws5bsutsmlt6" path="res://asset/art/animation/c02_吕萍_头痛蹲下/12.png" id="523_xhf7n"] -[ext_resource type="Texture2D" uid="uid://d3mpfhy7nsc6h" path="res://asset/art/animation/c02_吕萍_头痛蹲下/13.png" id="524_5fksx"] -[ext_resource type="Texture2D" uid="uid://dfnac21o2pucu" path="res://asset/art/animation/c02_吕萍_头痛蹲下/14.png" id="525_45h8i"] -[ext_resource type="Texture2D" uid="uid://dwv07uvdqpeo8" path="res://asset/art/animation/c02_吕萍_头痛蹲下/15.png" id="526_fw42m"] +[ext_resource type="Texture2D" uid="uid://srm4r4rwlwue" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/23.png" id="528_uu3nj"] +[ext_resource type="Texture2D" uid="uid://cn33flqa34vwf" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/24.png" id="529_tr2k3"] +[ext_resource type="Texture2D" uid="uid://cfvfpc6ihktf" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/25.png" id="530_aln28"] +[ext_resource type="Texture2D" uid="uid://yvrfc7flyq1v" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/26.png" id="531_3w8tw"] +[ext_resource type="Texture2D" uid="uid://8mwoxsnbqc3a" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/27.png" id="532_npma6"] +[ext_resource type="Texture2D" uid="uid://b5ftcht7qoaun" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/28.png" id="533_e33vs"] +[ext_resource type="Texture2D" uid="uid://btj37v1f7hlii" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/29.png" id="534_mvxcw"] [ext_resource type="Texture2D" uid="uid://dp4sae4fkutv" path="res://asset/art/animation/c02_吕萍_爬行_idle_l/0.png" id="535_2mqjb"] +[ext_resource type="Texture2D" uid="uid://bs6opfy4nhlh1" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/30.png" id="535_egkqi"] [ext_resource type="Texture2D" uid="uid://dx80v5kfvmfti" path="res://asset/art/animation/c02_吕萍_爬行_idle_l/1.png" id="536_asda4"] +[ext_resource type="Texture2D" uid="uid://ghkh55376d67" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/31.png" id="536_mk7da"] [ext_resource type="Texture2D" uid="uid://wspoio24vy4j" path="res://asset/art/animation/c02_吕萍_爬行_left/0.png" id="536_tpccb"] [ext_resource type="Texture2D" uid="uid://dsi6h2ajg1bnc" path="res://asset/art/animation/c02_吕萍_爬行_idle_r/0.png" id="537_aobnc"] +[ext_resource type="Texture2D" uid="uid://07jgveur6v3v" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/32.png" id="537_hi35t"] [ext_resource type="Texture2D" uid="uid://kypo6vy4yaxq" path="res://asset/art/animation/c02_吕萍_爬行_left/1.png" id="537_wj22m"] [ext_resource type="Texture2D" uid="uid://dadi0iosjukfs" path="res://asset/art/animation/c02_吕萍_爬行_idle_r/1.png" id="538_nppl4"] [ext_resource type="Texture2D" uid="uid://brtcf0piylpt0" path="res://asset/art/animation/c02_吕萍_爬行_left/2.png" id="538_s2lts"] +[ext_resource type="Texture2D" uid="uid://4hwrx3m222aw" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/33.png" id="538_yewou"] +[ext_resource type="Texture2D" uid="uid://dafl081v3s3ll" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/34.png" id="539_0dmau"] [ext_resource type="Texture2D" uid="uid://q5qywsaeugy5" path="res://asset/art/animation/c02_吕萍_爬行_left/3.png" id="539_8t28t"] [ext_resource type="Texture2D" uid="uid://d1vtubh23r1gc" path="res://asset/art/animation/c02_吕萍_爬行_left/4.png" id="540_3lx4h"] +[ext_resource type="Texture2D" uid="uid://cd25jquv6xlh" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/35.png" id="540_pcxbb"] +[ext_resource type="Texture2D" uid="uid://t3yjuxlrl2v6" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/36.png" id="541_cxhr8"] [ext_resource type="Texture2D" uid="uid://cpw7k0xymynfu" path="res://asset/art/animation/c02_吕萍_爬行_left/5.png" id="541_pe0tw"] +[ext_resource type="Texture2D" uid="uid://dla2j21okmbsd" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/37.png" id="542_pf4co"] [ext_resource type="Texture2D" uid="uid://c2d2nf3oi5lah" path="res://asset/art/animation/c02_吕萍_爬行_left/6.png" id="542_tfsgk"] +[ext_resource type="Texture2D" uid="uid://coxmp6g1up0xi" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/38.png" id="543_axp0t"] [ext_resource type="Texture2D" uid="uid://cdect4dgvubvh" path="res://asset/art/animation/c02_吕萍_爬行_left/7.png" id="543_yiibj"] [ext_resource type="Texture2D" uid="uid://cq0s4m6720wf8" path="res://asset/art/animation/c02_吕萍_爬行_right/0.png" id="544_qhkmm"] +[ext_resource type="Texture2D" uid="uid://chh2d3tgy2lo3" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/39.png" id="544_utdtj"] +[ext_resource type="Texture2D" uid="uid://6540phjdiacr" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/40.png" id="545_alesa"] [ext_resource type="Texture2D" uid="uid://deb5v01trdh7y" path="res://asset/art/animation/c02_吕萍_爬行_right/1.png" id="545_x6adg"] +[ext_resource type="Texture2D" uid="uid://lnp13cc7ih0" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/41.png" id="546_6dfax"] [ext_resource type="Texture2D" uid="uid://ctftueatw57hc" path="res://asset/art/animation/c02_吕萍_爬行_right/2.png" id="546_xbi36"] [ext_resource type="Texture2D" uid="uid://cgopngnatucxf" path="res://asset/art/animation/c02_吕萍_爬行_right/3.png" id="547_l6835"] +[ext_resource type="Texture2D" uid="uid://cahkgf6wxg55u" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/42.png" id="547_njg5y"] [ext_resource type="Texture2D" uid="uid://kwmuhvjaoum2" path="res://asset/art/animation/c02_吕萍_爬行_right/4.png" id="548_8ha5y"] +[ext_resource type="Texture2D" uid="uid://b1yqo5kcv6c38" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/43.png" id="548_bulcp"] [ext_resource type="Texture2D" uid="uid://cdj2fyqi03164" path="res://asset/art/animation/c02_吕萍_爬行_right/5.png" id="549_6n1b2"] +[ext_resource type="Texture2D" uid="uid://cj76rfkk8iv5q" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/44.png" id="549_h3kco"] [ext_resource type="Texture2D" uid="uid://bk55w7xudkq3i" path="res://asset/art/animation/c02_吕萍_爬行_right/6.png" id="550_ftljk"] +[ext_resource type="Texture2D" uid="uid://bdbue4vmdvg34" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/45.png" id="550_qhlgw"] +[ext_resource type="Texture2D" uid="uid://b2p2wnq5pk2ui" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/0.png" id="551_l215v"] [ext_resource type="Texture2D" uid="uid://e4wlriylgmf" path="res://asset/art/animation/c02_吕萍_爬行_right/7.png" id="551_mg60w"] +[ext_resource type="Texture2D" uid="uid://dwk4tlf6mmaed" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/1.png" id="552_vcntk"] +[ext_resource type="Texture2D" uid="uid://b4j3sswy4w6tb" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/2.png" id="553_dikt7"] +[ext_resource type="Texture2D" uid="uid://57kurt0v1yti" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/3.png" id="554_k3v00"] +[ext_resource type="Texture2D" uid="uid://d1obkwrgjx7bu" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/4.png" id="555_ot5j2"] +[ext_resource type="Texture2D" uid="uid://tfq7pgqk77dg" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/5.png" id="556_b5cyi"] +[ext_resource type="Texture2D" uid="uid://dco5wrw60jv0u" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/6.png" id="557_qpitv"] +[ext_resource type="Texture2D" uid="uid://du3eofmfumu7a" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/7.png" id="558_ah1i4"] +[ext_resource type="Texture2D" uid="uid://ds6s54a05xq6t" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/8.png" id="559_3vxx8"] +[ext_resource type="Texture2D" uid="uid://b55312lrlhj4o" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/9.png" id="560_b22od"] [ext_resource type="Texture2D" uid="uid://celml1wi70ud" path="res://asset/art/animation/c02_吕萍_背靠起身/0.png" id="561_absvs"] +[ext_resource type="Texture2D" uid="uid://lnaerlkrijto" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/10.png" id="561_vbjf3"] +[ext_resource type="Texture2D" uid="uid://db0cneq088fjg" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/11.png" id="562_cbl4k"] [ext_resource type="Texture2D" uid="uid://dug5d7o3c0hsl" path="res://asset/art/animation/c02_吕萍_背靠起身/1.png" id="562_d128g"] [ext_resource type="Texture2D" uid="uid://b3x8oufo1qhgu" path="res://asset/art/animation/c02_吕萍_背靠起身/2.png" id="563_3fx5s"] +[ext_resource type="Texture2D" uid="uid://b4ymhteqoa68" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/12.png" id="563_64byo"] [ext_resource type="Texture2D" uid="uid://b2vm0qob6jod2" path="res://asset/art/animation/c02_吕萍_背靠起身/3.png" id="564_l13jo"] +[ext_resource type="Texture2D" uid="uid://6d4t51fxtp51" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/13.png" id="564_r8eua"] [ext_resource type="Texture2D" uid="uid://dlvxgd62ukf1o" path="res://asset/art/animation/c02_吕萍_背靠起身/4.png" id="565_5fahj"] +[ext_resource type="Texture2D" uid="uid://b1vhuqwno6eat" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/14.png" id="565_udp6b"] +[ext_resource type="Texture2D" uid="uid://bfev84gb8jwt2" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/15.png" id="566_4rw06"] [ext_resource type="Texture2D" uid="uid://kjob6e2h5h8k" path="res://asset/art/animation/c02_吕萍_背靠起身/5.png" id="566_y2gjg"] [ext_resource type="Texture2D" uid="uid://c1a0k0c8lxejo" path="res://asset/art/animation/c02_吕萍_背靠起身/6.png" id="567_ikcep"] +[ext_resource type="Texture2D" uid="uid://b47sfs33iy3vs" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/16.png" id="567_u3obx"] [ext_resource type="Texture2D" uid="uid://uy3rjrnnbkg4" path="res://asset/art/animation/c02_吕萍_背靠起身/7.png" id="568_8vhco"] +[ext_resource type="Texture2D" uid="uid://bsdvq4idun8st" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/17.png" id="568_letpt"] [ext_resource type="Texture2D" uid="uid://b88dadf208an3" path="res://asset/art/animation/c02_吕萍_背靠起身/8.png" id="569_2qsjy"] +[ext_resource type="Texture2D" uid="uid://dkvh1uxf1la24" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/18.png" id="569_m41vc"] +[ext_resource type="Texture2D" uid="uid://mxxl85qnn2s" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/19.png" id="570_4fci6"] [ext_resource type="Texture2D" uid="uid://x5vm1q2gbpfb" path="res://asset/art/animation/c02_吕萍_背靠起身/9.png" id="570_wpe64"] [ext_resource type="Texture2D" uid="uid://cywg0jl7x86f5" path="res://asset/art/animation/c02_吕萍_背靠起身/10.png" id="571_88ymt"] +[ext_resource type="Texture2D" uid="uid://brai2yj6rndo3" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/20.png" id="571_l42kb"] +[ext_resource type="Texture2D" uid="uid://c6co87k2w2a81" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/21.png" id="572_km08y"] [ext_resource type="Texture2D" uid="uid://btfhgmjefohif" path="res://asset/art/animation/c02_吕萍_背靠起身/11.png" id="572_tnlrb"] [ext_resource type="Texture2D" uid="uid://c15vn3sss6wpa" path="res://asset/art/animation/c02_吕萍_背靠起身/12.png" id="573_f02eb"] +[ext_resource type="Texture2D" uid="uid://cds7d1trmj32x" path="res://asset/art/animation/c02_吕萍_头痛蹲下_左右合并/22.png" id="573_jqsc1"] [ext_resource type="Texture2D" uid="uid://dubsy0nucnxuw" path="res://asset/art/animation/c02_吕萍_背靠起身/13.png" id="574_fhnjb"] +[ext_resource type="Texture2D" uid="uid://cvmrtr3kjjdcq" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/0.png" id="574_o2p4v"] [ext_resource type="Texture2D" uid="uid://dpwciu1eu4beo" path="res://asset/art/animation/c02_吕萍_背靠起身/14.png" id="575_2byqq"] +[ext_resource type="Texture2D" uid="uid://bivohsul3yej6" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/1.png" id="575_81h02"] [ext_resource type="Texture2D" uid="uid://qxfc55q04hrd" path="res://asset/art/animation/c02_吕萍_背靠起身/15.png" id="576_5rkx7"] +[ext_resource type="Texture2D" uid="uid://bgkw76n821lhq" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/2.png" id="576_his5o"] [ext_resource type="Texture2D" uid="uid://dl13573am87vv" path="res://asset/art/animation/c02_吕萍_被吓到后退/1.png" id="576_uroo7"] [ext_resource type="Texture2D" uid="uid://b3nigkwx55atq" path="res://asset/art/animation/c02_吕萍_被吓到后退/2.png" id="577_neg2b"] [ext_resource type="Texture2D" uid="uid://d2nwr0t003vt" path="res://asset/art/animation/c02_吕萍_背靠起身/16.png" id="577_y1k3y"] +[ext_resource type="Texture2D" uid="uid://ceuqqjts6lpjk" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/3.png" id="577_yqqx6"] +[ext_resource type="Texture2D" uid="uid://cl48d7gs4rnpi" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/4.png" id="578_ev5ge"] [ext_resource type="Texture2D" uid="uid://816l1img4c0j" path="res://asset/art/animation/c02_吕萍_被吓到后退/0.png" id="578_l4y1k"] [ext_resource type="Texture2D" uid="uid://c0yq71r2m5t74" path="res://asset/art/animation/c02_吕萍_被吓到后退/3.png" id="578_rneg4"] +[ext_resource type="Texture2D" uid="uid://cwsow7ax2bdcq" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/5.png" id="579_3jm3b"] [ext_resource type="Texture2D" uid="uid://dhybdpihb2npp" path="res://asset/art/animation/c02_吕萍_被吓到后退/4.png" id="579_pwgpx"] +[ext_resource type="Texture2D" uid="uid://db5puxtmjs3ov" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/6.png" id="580_fb3nw"] [ext_resource type="Texture2D" uid="uid://ddidf0dc0sr41" path="res://asset/art/animation/c02_吕萍_被吓到后退/5.png" id="580_y13bn"] [ext_resource type="Texture2D" uid="uid://ct65tqhaijfgg" path="res://asset/art/animation/c02_吕萍_被吓到后退/6.png" id="581_cs3vs"] +[ext_resource type="Texture2D" uid="uid://dou8n3dw2w42h" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/7.png" id="581_on5fy"] +[ext_resource type="Texture2D" uid="uid://bx5u30gwxwq8l" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/8.png" id="582_c81s2"] [ext_resource type="Texture2D" uid="uid://c6spqr3t2nqnf" path="res://asset/art/animation/c02_吕萍_被吓到后退/7.png" id="582_wm8vb"] [ext_resource type="Texture2D" uid="uid://bwbdh6mie16r" path="res://asset/art/animation/c02_吕萍_被吓到后退/8.png" id="583_8ghmx"] +[ext_resource type="Texture2D" uid="uid://ci6wvxia34q67" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/9.png" id="583_gtvdb"] +[ext_resource type="Texture2D" uid="uid://drbfy7w3uq5pp" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/10.png" id="584_7uv1s"] [ext_resource type="Texture2D" uid="uid://br22qlkx1kvpw" path="res://asset/art/animation/c02_吕萍_被吓到后退/9.png" id="584_81b6k"] [ext_resource type="Texture2D" uid="uid://n5ur300wbaoq" path="res://asset/art/animation/c02_吕萍_被吓到后退/10.png" id="585_81b6k"] +[ext_resource type="Texture2D" uid="uid://be4rrndf4j1ar" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/11.png" id="585_vklr2"] [ext_resource type="Texture2D" uid="uid://cqdix7i7beg5r" path="res://asset/art/animation/c02_吕萍_被吓到后退/11.png" id="586_7slog"] +[ext_resource type="Texture2D" uid="uid://bws5bsutsmlt6" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/12.png" id="586_tq0a1"] +[ext_resource type="Texture2D" uid="uid://d3mpfhy7nsc6h" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/13.png" id="587_dwkx5"] [ext_resource type="Texture2D" uid="uid://dle1qgq4wlloc" path="res://asset/art/animation/c02_吕萍_被吓到后退/12.png" id="587_gr680"] +[ext_resource type="Texture2D" uid="uid://dfnac21o2pucu" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/14.png" id="588_evs25"] [ext_resource type="Texture2D" uid="uid://cwrkr3op2jbs7" path="res://asset/art/animation/c02_吕萍_被吓到后退/13.png" id="588_jw48s"] +[ext_resource type="Texture2D" uid="uid://dwv07uvdqpeo8" path="res://asset/art/animation/c02_吕萍_头痛蹲下带小猫/15.png" id="589_npyue"] [ext_resource type="Texture2D" uid="uid://b5fq8uxdv3a34" path="res://asset/art/animation/c02_吕萍_被吓到后退/14.png" id="589_poqgf"] [ext_resource type="Texture2D" uid="uid://hsxhgdc0vscu" path="res://asset/art/animation/c02_吕萍_被吓到后退/15.png" id="590_57qgt"] [ext_resource type="Texture2D" uid="uid://c8exjsliqvjse" path="res://asset/art/animation/c02_吕萍_被吓到后退/16.png" id="591_fh5eb"] @@ -2727,158 +2773,206 @@ animations = [{ "name": &"c02_吕萍_坐着站起来", "speed": 8.0 }, { -"frames": [], -"loop": true, -"name": &"c02_吕萍_头痛蹲下", +"frames": [{ +"duration": 1.0, +"texture": ExtResource("528_uu3nj") +}, { +"duration": 1.0, +"texture": ExtResource("529_tr2k3") +}, { +"duration": 1.0, +"texture": ExtResource("530_aln28") +}, { +"duration": 1.0, +"texture": ExtResource("531_3w8tw") +}, { +"duration": 1.0, +"texture": ExtResource("532_npma6") +}, { +"duration": 1.0, +"texture": ExtResource("533_e33vs") +}, { +"duration": 1.0, +"texture": ExtResource("534_mvxcw") +}, { +"duration": 1.0, +"texture": ExtResource("535_egkqi") +}, { +"duration": 1.0, +"texture": ExtResource("536_mk7da") +}, { +"duration": 1.0, +"texture": ExtResource("537_hi35t") +}, { +"duration": 1.0, +"texture": ExtResource("538_yewou") +}, { +"duration": 1.0, +"texture": ExtResource("539_0dmau") +}, { +"duration": 1.0, +"texture": ExtResource("540_pcxbb") +}, { +"duration": 1.0, +"texture": ExtResource("541_cxhr8") +}, { +"duration": 1.0, +"texture": ExtResource("542_pf4co") +}, { +"duration": 1.0, +"texture": ExtResource("543_axp0t") +}, { +"duration": 1.0, +"texture": ExtResource("544_utdtj") +}, { +"duration": 1.0, +"texture": ExtResource("545_alesa") +}, { +"duration": 1.0, +"texture": ExtResource("546_6dfax") +}, { +"duration": 1.0, +"texture": ExtResource("547_njg5y") +}, { +"duration": 1.0, +"texture": ExtResource("548_bulcp") +}, { +"duration": 1.0, +"texture": ExtResource("549_h3kco") +}, { +"duration": 1.0, +"texture": ExtResource("550_qhlgw") +}], +"loop": false, +"name": &"c02_吕萍_头痛蹲下_右", "speed": 5.0 }, { "frames": [{ "duration": 1.0, -"texture": ExtResource("511_qhkmm") +"texture": ExtResource("551_l215v") }, { "duration": 1.0, -"texture": ExtResource("512_x6adg") +"texture": ExtResource("552_vcntk") }, { "duration": 1.0, -"texture": ExtResource("513_xbi36") +"texture": ExtResource("553_dikt7") }, { "duration": 1.0, -"texture": ExtResource("514_l6835") +"texture": ExtResource("554_k3v00") }, { "duration": 1.0, -"texture": ExtResource("515_8ha5y") +"texture": ExtResource("555_ot5j2") }, { "duration": 1.0, -"texture": ExtResource("516_6n1b2") +"texture": ExtResource("556_b5cyi") }, { "duration": 1.0, -"texture": ExtResource("517_ftljk") +"texture": ExtResource("557_qpitv") }, { "duration": 1.0, -"texture": ExtResource("518_mg60w") +"texture": ExtResource("558_ah1i4") }, { "duration": 1.0, -"texture": ExtResource("519_37jig") +"texture": ExtResource("559_3vxx8") }, { "duration": 1.0, -"texture": ExtResource("520_spcyg") +"texture": ExtResource("560_b22od") }, { "duration": 1.0, -"texture": ExtResource("521_a6bg6") +"texture": ExtResource("561_vbjf3") }, { "duration": 1.0, -"texture": ExtResource("522_1n12f") +"texture": ExtResource("562_cbl4k") }, { "duration": 1.0, -"texture": ExtResource("523_xhf7n") +"texture": ExtResource("563_64byo") }, { "duration": 1.0, -"texture": ExtResource("524_5fksx") -}, { -"duration": 3.0, -"texture": ExtResource("525_45h8i") -}, { -"duration": 3.0, -"texture": ExtResource("526_fw42m") -}, { -"duration": 3.0, -"texture": ExtResource("525_45h8i") -}, { -"duration": 3.0, -"texture": ExtResource("526_fw42m") -}, { -"duration": 3.0, -"texture": ExtResource("525_45h8i") -}, { -"duration": 3.0, -"texture": ExtResource("526_fw42m") -}, { -"duration": 3.0, -"texture": ExtResource("525_45h8i") -}, { -"duration": 3.0, -"texture": ExtResource("526_fw42m") +"texture": ExtResource("564_r8eua") }, { "duration": 1.0, -"texture": ExtResource("524_5fksx") +"texture": ExtResource("565_udp6b") }, { "duration": 1.0, -"texture": ExtResource("523_xhf7n") +"texture": ExtResource("566_4rw06") }, { "duration": 1.0, -"texture": ExtResource("522_1n12f") +"texture": ExtResource("567_u3obx") +}, { +"duration": 1.0, +"texture": ExtResource("568_letpt") +}, { +"duration": 1.0, +"texture": ExtResource("569_m41vc") +}, { +"duration": 1.0, +"texture": ExtResource("570_4fci6") +}, { +"duration": 1.0, +"texture": ExtResource("571_l42kb") +}, { +"duration": 1.0, +"texture": ExtResource("572_km08y") +}, { +"duration": 1.0, +"texture": ExtResource("573_jqsc1") }], "loop": false, -"name": &"c02_吕萍_头痛蹲下_一楼内", -"speed": 8.0 +"name": &"c02_吕萍_头痛蹲下_左", +"speed": 5.0 }, { "frames": [{ "duration": 1.0, -"texture": ExtResource("511_qhkmm") +"texture": ExtResource("574_o2p4v") }, { "duration": 1.0, -"texture": ExtResource("512_x6adg") +"texture": ExtResource("575_81h02") }, { "duration": 1.0, -"texture": ExtResource("513_xbi36") +"texture": ExtResource("576_his5o") }, { "duration": 1.0, -"texture": ExtResource("514_l6835") +"texture": ExtResource("577_yqqx6") }, { "duration": 1.0, -"texture": ExtResource("515_8ha5y") +"texture": ExtResource("578_ev5ge") }, { "duration": 1.0, -"texture": ExtResource("516_6n1b2") +"texture": ExtResource("579_3jm3b") }, { "duration": 1.0, -"texture": ExtResource("517_ftljk") +"texture": ExtResource("580_fb3nw") }, { "duration": 1.0, -"texture": ExtResource("518_mg60w") +"texture": ExtResource("581_on5fy") }, { "duration": 1.0, -"texture": ExtResource("519_37jig") +"texture": ExtResource("582_c81s2") }, { "duration": 1.0, -"texture": ExtResource("520_spcyg") +"texture": ExtResource("583_gtvdb") }, { "duration": 1.0, -"texture": ExtResource("521_a6bg6") +"texture": ExtResource("584_7uv1s") }, { "duration": 1.0, -"texture": ExtResource("522_1n12f") +"texture": ExtResource("585_vklr2") }, { "duration": 1.0, -"texture": ExtResource("523_xhf7n") +"texture": ExtResource("586_tq0a1") }, { "duration": 1.0, -"texture": ExtResource("524_5fksx") -}, { -"duration": 3.0, -"texture": ExtResource("525_45h8i") -}, { -"duration": 3.0, -"texture": ExtResource("526_fw42m") -}, { -"duration": 3.0, -"texture": ExtResource("525_45h8i") -}, { -"duration": 3.0, -"texture": ExtResource("526_fw42m") +"texture": ExtResource("587_dwkx5") }, { "duration": 1.0, -"texture": ExtResource("524_5fksx") +"texture": ExtResource("588_evs25") }, { "duration": 1.0, -"texture": ExtResource("523_xhf7n") -}, { -"duration": 1.0, -"texture": ExtResource("522_1n12f") +"texture": ExtResource("589_npyue") }], -"loop": true, -"name": &"c02_吕萍_头痛蹲下呼吸", -"speed": 2.0 +"loop": false, +"name": &"c02_吕萍_头痛蹲下带小猫", +"speed": 5.0 }, { "frames": [{ "duration": 1.0, diff --git a/export_presets.cfg b/export_presets.cfg index f6ca7e2a..96c9538f 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -580,3 +580,220 @@ storyboard/custom_image@2x="" storyboard/custom_image@3x="" storyboard/use_custom_bg_color=false storyboard/custom_bg_color=Color(0, 0, 0, 1) + +[preset.3] + +name="Android" +platform="Android" +runnable=true +advanced_options=false +dedicated_server=false +custom_features="" +export_filter="all_resources" +include_filter="" +exclude_filter="" +export_path="../xiandie.apk" +patches=PackedStringArray() +encryption_include_filters="" +encryption_exclude_filters="" +seed=0 +encrypt_pck=false +encrypt_directory=false +script_export_mode=2 + +[preset.3.options] + +custom_template/debug="" +custom_template/release="" +gradle_build/use_gradle_build=false +gradle_build/gradle_build_directory="" +gradle_build/android_source_template="" +gradle_build/compress_native_libraries=false +gradle_build/export_format=0 +gradle_build/min_sdk="" +gradle_build/target_sdk="" +architectures/armeabi-v7a=false +architectures/arm64-v8a=true +architectures/x86=false +architectures/x86_64=false +version/code=1 +version/name="" +package/unique_name="com.baobaoding.xiandie" +package/name="xiandie" +package/signed=true +package/app_category=2 +package/retain_data_on_uninstall=false +package/exclude_from_recents=false +package/show_in_android_tv=false +package/show_in_app_library=true +package/show_as_launcher_app=false +launcher_icons/main_192x192="uid://cxgwspjv16j7m" +launcher_icons/adaptive_foreground_432x432="" +launcher_icons/adaptive_background_432x432="" +launcher_icons/adaptive_monochrome_432x432="" +graphics/opengl_debug=false +xr_features/xr_mode=0 +gesture/swipe_to_dismiss=false +screen/immersive_mode=true +screen/support_small=true +screen/support_normal=true +screen/support_large=true +screen/support_xlarge=true +user_data_backup/allow=false +command_line/extra_args="" +apk_expansion/enable=false +apk_expansion/SALT="" +apk_expansion/public_key="" +permissions/custom_permissions=PackedStringArray() +permissions/access_checkin_properties=false +permissions/access_coarse_location=false +permissions/access_fine_location=false +permissions/access_location_extra_commands=false +permissions/access_media_location=false +permissions/access_mock_location=false +permissions/access_network_state=false +permissions/access_surface_flinger=false +permissions/access_wifi_state=false +permissions/account_manager=false +permissions/add_voicemail=false +permissions/authenticate_accounts=false +permissions/battery_stats=false +permissions/bind_accessibility_service=false +permissions/bind_appwidget=false +permissions/bind_device_admin=false +permissions/bind_input_method=false +permissions/bind_nfc_service=false +permissions/bind_notification_listener_service=false +permissions/bind_print_service=false +permissions/bind_remoteviews=false +permissions/bind_text_service=false +permissions/bind_vpn_service=false +permissions/bind_wallpaper=false +permissions/bluetooth=false +permissions/bluetooth_admin=false +permissions/bluetooth_privileged=false +permissions/brick=false +permissions/broadcast_package_removed=false +permissions/broadcast_sms=false +permissions/broadcast_sticky=false +permissions/broadcast_wap_push=false +permissions/call_phone=false +permissions/call_privileged=false +permissions/camera=false +permissions/capture_audio_output=false +permissions/capture_secure_video_output=false +permissions/capture_video_output=false +permissions/change_component_enabled_state=false +permissions/change_configuration=false +permissions/change_network_state=false +permissions/change_wifi_multicast_state=false +permissions/change_wifi_state=false +permissions/clear_app_cache=false +permissions/clear_app_user_data=false +permissions/control_location_updates=false +permissions/delete_cache_files=false +permissions/delete_packages=false +permissions/device_power=false +permissions/diagnostic=false +permissions/disable_keyguard=false +permissions/dump=false +permissions/expand_status_bar=false +permissions/factory_test=false +permissions/flashlight=false +permissions/force_back=false +permissions/get_accounts=false +permissions/get_package_size=false +permissions/get_tasks=false +permissions/get_top_activity_info=false +permissions/global_search=false +permissions/hardware_test=false +permissions/inject_events=false +permissions/install_location_provider=false +permissions/install_packages=false +permissions/install_shortcut=false +permissions/internal_system_window=false +permissions/internet=false +permissions/kill_background_processes=false +permissions/location_hardware=false +permissions/manage_accounts=false +permissions/manage_app_tokens=false +permissions/manage_documents=false +permissions/manage_external_storage=false +permissions/master_clear=false +permissions/media_content_control=false +permissions/modify_audio_settings=false +permissions/modify_phone_state=false +permissions/mount_format_filesystems=false +permissions/mount_unmount_filesystems=false +permissions/nfc=false +permissions/persistent_activity=false +permissions/post_notifications=false +permissions/process_outgoing_calls=false +permissions/read_calendar=false +permissions/read_call_log=false +permissions/read_contacts=false +permissions/read_external_storage=false +permissions/read_frame_buffer=false +permissions/read_history_bookmarks=false +permissions/read_input_state=false +permissions/read_logs=false +permissions/read_media_audio=false +permissions/read_media_images=false +permissions/read_media_video=false +permissions/read_media_visual_user_selected=false +permissions/read_phone_state=false +permissions/read_profile=false +permissions/read_sms=false +permissions/read_social_stream=false +permissions/read_sync_settings=false +permissions/read_sync_stats=false +permissions/read_user_dictionary=false +permissions/reboot=false +permissions/receive_boot_completed=false +permissions/receive_mms=false +permissions/receive_sms=false +permissions/receive_wap_push=false +permissions/record_audio=false +permissions/reorder_tasks=false +permissions/restart_packages=false +permissions/send_respond_via_message=false +permissions/send_sms=false +permissions/set_activity_watcher=false +permissions/set_alarm=false +permissions/set_always_finish=false +permissions/set_animation_scale=false +permissions/set_debug_app=false +permissions/set_orientation=false +permissions/set_pointer_speed=false +permissions/set_preferred_applications=false +permissions/set_process_limit=false +permissions/set_time=false +permissions/set_time_zone=false +permissions/set_wallpaper=false +permissions/set_wallpaper_hints=false +permissions/signal_persistent_processes=false +permissions/status_bar=false +permissions/subscribed_feeds_read=false +permissions/subscribed_feeds_write=false +permissions/system_alert_window=false +permissions/transmit_ir=false +permissions/uninstall_shortcut=false +permissions/update_device_stats=false +permissions/use_credentials=false +permissions/use_sip=false +permissions/vibrate=false +permissions/wake_lock=false +permissions/write_apn_settings=false +permissions/write_calendar=false +permissions/write_call_log=false +permissions/write_contacts=false +permissions/write_external_storage=false +permissions/write_gservices=false +permissions/write_history_bookmarks=false +permissions/write_profile=false +permissions/write_secure_settings=false +permissions/write_settings=false +permissions/write_sms=false +permissions/write_social_stream=false +permissions/write_sync_settings=false +permissions/write_user_dictionary=false diff --git a/scene/character/player_animation_config.gd b/scene/character/player_animation_config.gd index 9e796093..33ea089d 100644 --- a/scene/character/player_animation_config.gd +++ b/scene/character/player_animation_config.gd @@ -49,7 +49,7 @@ var ANIMATION_CONFIG = { 15: [&"c00_吕萍_起立", Vector2.ONE, Vector2(20, -94.0)], # c00_吕萍_记笔记_right 16: [&"", Vector2.ONE, Vector2(0, -50.0), &"", &"c00_吕萍_记笔记_right"], - 17: [&"", Vector2.ONE, Vector2(0, -50.0), &"c02_吕萍_头痛蹲下_一楼内", &""], + 17: [&"", Vector2.ONE, Vector2(0, -50.0), &"c02_吕萍_头痛蹲下_左", &"c02_吕萍_头痛蹲下_右"], }, "吕萍爬行": { diff --git a/scene/ground/scene/c01/s11_黄包车演出.gd b/scene/ground/scene/c01/s11_黄包车演出.gd index 5d8d410d..3f85d205 100644 --- a/scene/ground/scene/c01/s11_黄包车演出.gd +++ b/scene/ground/scene/c01/s11_黄包车演出.gd @@ -68,7 +68,7 @@ func pop_title_2(): func pop_title_3(): - SceneManager.pop_center_texture(title_3, 4) + SceneManager.pop_center_texture(title_3, 10.0) func _start_running(_res = null): diff --git a/scene/ground/scene/c01/s11_黄包车演出.tscn b/scene/ground/scene/c01/s11_黄包车演出.tscn index 764efb8c..eff82a57 100644 --- a/scene/ground/scene/c01/s11_黄包车演出.tscn +++ b/scene/ground/scene/c01/s11_黄包车演出.tscn @@ -1,4 +1,4 @@ -[gd_scene load_steps=32 format=3 uid="uid://coiumaaenimbc"] +[gd_scene load_steps=28 format=3 uid="uid://coiumaaenimbc"] [ext_resource type="PackedScene" uid="uid://dayyx4jerj7io" path="res://scene/ground/ground.tscn" id="1_1sveo"] [ext_resource type="Script" uid="uid://dcn7u7v3fsscj" path="res://scene/ground/scene/c01/s11_黄包车演出.gd" id="2_espm6"] @@ -17,10 +17,7 @@ [ext_resource type="Texture2D" uid="uid://cgsq1im2q63f8" path="res://asset/art/scene/c01/s09_黄包车长场景/e_路灯灯芯.png" id="11_2w2ir"] [ext_resource type="Script" uid="uid://celg5or3mpla0" path="res://scene/ground/script/c01/s11_黄包车路灯.gd" id="11_6p5hp"] [ext_resource type="Texture2D" uid="uid://b7gyapghy3tsy" path="res://asset/art/neutral_point_light.png" id="12_2w2ir"] -[ext_resource type="Texture2D" uid="uid://7mbqqqamw8dr" path="res://asset/art/scene/c01/s09_黄包车长场景/前景/点缀 托车.png" id="14_2w2ir"] [ext_resource type="Texture2D" uid="uid://ghxwejhrp4v7" path="res://asset/art/scene/c01/s09_黄包车长场景/前景/点缀 推车三人组.png" id="15_jd8t2"] -[ext_resource type="Texture2D" uid="uid://cuu2fs61ec3qc" path="res://asset/art/scene/c01/s09_黄包车长场景/前景/点缀 黄包车车夫.png" id="16_amglq"] -[ext_resource type="Texture2D" uid="uid://dl43m88gcxwf" path="res://asset/art/scene/c01/s09_黄包车长场景/前景/点缀 车夫2.png" id="17_h4di6"] [ext_resource type="Texture2D" uid="uid://cylsq5cvhlp18" path="res://asset/art/tool/point_light.png" id="17_s11la"] [ext_resource type="Texture2D" uid="uid://ddoicafsbpriq" path="res://asset/art/scene/c01/s09_黄包车长场景/前景/第一段.png" id="18_68ynl"] [ext_resource type="Texture2D" uid="uid://cnftqdbxrxlov" path="res://asset/art/scene/c01/s09_黄包车长场景/前景/第二段.png" id="19_yajus"] @@ -138,12 +135,9 @@ size = Vector2(200, 100) [sub_resource type="RectangleShape2D" id="RectangleShape2D_jd8t2"] size = Vector2(30, 100) -[sub_resource type="AtlasTexture" id="AtlasTexture_amglq"] -atlas = ExtResource("4_1flr0") -region = Rect2(1240, 0, 611, 240) - [node name="S11" type="Node2D"] -metadata/_edit_horizontal_guides_ = [120.0] +metadata/_edit_horizontal_guides_ = [120.0, 120.0, -120.0] +metadata/_edit_vertical_guides_ = [5072.0] [node name="Ground" parent="." instance=ExtResource("1_1sveo")] scene_name = "c01_s11" @@ -204,20 +198,20 @@ sprite_frames = ExtResource("3_hnnuc") animation = &"c01_捡球男孩_关键帧" [node name="ambush_title1" parent="Ground/DeployLayer" index="4" instance=ExtResource("6_3k8jj")] -position = Vector2(1365, 4) +position = Vector2(1424, -1) trigger_mode = "area_enter" one_shot = false cooldown_time = 1.0 hook_method = "pop_title_1" [node name="ambush_title2" parent="Ground/DeployLayer" index="5" instance=ExtResource("6_3k8jj")] -position = Vector2(2870, -10) +position = Vector2(2348, 1) trigger_mode = "area_enter" one_shot = false hook_method = "pop_title_2" [node name="ambush_title3" parent="Ground/DeployLayer" index="6" instance=ExtResource("6_3k8jj")] -position = Vector2(6341, 3) +position = Vector2(5613, -1) trigger_mode = "area_enter" one_shot = false hook_method = "pop_title_3" @@ -627,26 +621,10 @@ limit_bottom = 384 focusing_node = NodePath("../DeployLayer/车夫与吕萍") force_offset = Vector2(80, -30) -[node name="点缀 黄包车车夫" type="Sprite2D" parent="Ground/ParallaxForeground/BGParallaxLayer" index="0"] -position = Vector2(727, 80) -scale = Vector2(0.7, 0.7) -texture = ExtResource("16_amglq") - -[node name="点缀 车夫2" type="Sprite2D" parent="Ground/ParallaxForeground/BGParallaxLayer" index="1"] -position = Vector2(7000, 84) -scale = Vector2(0.5, 0.5) -texture = ExtResource("17_h4di6") - -[node name="点缀 推车三人组" type="Sprite2D" parent="Ground/ParallaxForeground/BGParallaxLayer" index="2"] -position = Vector2(7535, 94) -scale = Vector2(0.6, 0.6) +[node name="点缀 推车三人组" type="Sprite2D" parent="Ground/ParallaxForeground/BGParallaxLayer" index="0"] +position = Vector2(7141, 116) texture = ExtResource("15_jd8t2") -[node name="点缀 托车" type="Sprite2D" parent="Ground/ParallaxForeground/BGParallaxLayer" index="3"] -position = Vector2(9731, 90) -scale = Vector2(0.6, 0.6) -texture = ExtResource("14_2w2ir") - [node name="FGParallaxLayer" parent="Ground/ParallaxForeground" index="1"] motion_scale = Vector2(1, 1) @@ -658,37 +636,21 @@ offset = Vector2(0, -50) [node name="FGSprite2D2" type="Sprite2D" parent="Ground/ParallaxForeground/FGParallaxLayer" index="1"] unique_name_in_owner = true -position = Vector2(839, -2) -scale = Vector2(1.18, 1.18) -texture = ExtResource("3_fduds") -centered = false -offset = Vector2(0, -120) - -[node name="FGSprite2D4" type="Sprite2D" parent="Ground/ParallaxForeground/FGParallaxLayer/FGSprite2D2"] -unique_name_in_owner = true -position = Vector2(1709.32, 4.23729) -texture = ExtResource("3_fduds") -centered = false -offset = Vector2(0, -120) - -[node name="FGSprite2D3" type="Sprite2D" parent="Ground/ParallaxForeground/FGParallaxLayer/FGSprite2D2"] -unique_name_in_owner = true -position = Vector2(868.644, -0.847458) +position = Vector2(730, 4) +scale = Vector2(1.1, 1.1) texture = ExtResource("3_fduds") centered = false offset = Vector2(0, -120) [node name="FGSprite2D3" type="Sprite2D" parent="Ground/ParallaxForeground/FGParallaxLayer" index="2"] -position = Vector2(6208, -17) -scale = Vector2(1.18, 1.18) -texture = SubResource("AtlasTexture_amglq") +position = Vector2(5345, -10) +texture = ExtResource("4_1flr0") centered = false offset = Vector2(0, -120) [node name="群像" type="Sprite2D" parent="Ground/ParallaxForeground/FGParallaxLayer" index="3"] unique_name_in_owner = true -position = Vector2(4650, 53) -scale = Vector2(0.6, 0.6) +position = Vector2(3748, 21) texture = ExtResource("19_yajus") centered = false