diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8d3ebf9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +build +dist +cache +node_modules +.tsbuildinfo +asajs.config.js \ No newline at end of file diff --git a/.npmignore b/.npmignore new file mode 100644 index 0000000..703f145 --- /dev/null +++ b/.npmignore @@ -0,0 +1,11 @@ +cache +node_modules +scripts +src +test +.gitignore +.tsbuildinfo +tsconfig.json +asajs.config.js +build +*.js.map \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 283fd32..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "nixEnvSelector.suggestion": false, - "nix.serverSettings": { - "nil": {}, - "nixd": { - "formatting": { - "command": ["alejandra"] - }, - "options": { - "nixos": { - "expr": "(builtins.getFlake \"/home/asakiyuki/nixos\").nixosConfigurations.ideapad-slim-5.options" - } - } - } - } -} diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..e72bfdd --- /dev/null +++ b/LICENSE @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. 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 +them 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 prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. 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. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey 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; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + 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. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +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. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + 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 +state 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 3 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, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program 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, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU General Public License does not permit incorporating your program +into proprietary programs. If your program is a subroutine library, you +may consider it more useful to permit linking proprietary applications with +the library. If this is what you want to do, use the GNU Lesser General +Public License instead of this License. But first, please read +. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..72f5c3d --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +
+ + +

+ AsaJS - The Minecraft: Bedrock Edition JSON-UI Framework +

+ +[![asajs version](https://img.shields.io/npm/v/asajs.svg?style=for-the-badge&labelColor=000000)](https://www.npmjs.com/package/asajs) +[![asajs license](https://img.shields.io/npm/l/asajs.svg?style=for-the-badge&labelColor=000000)](https://github.com/AsakiYuki/AsaJS/blob/main/README.md) +[![asajs downloads](https://img.shields.io/npm/dm/asajs.svg?style=for-the-badge&labelColor=000000)](https://www.npmjs.com/package/asajs) +
+ +**AsaJS** is a NodeJS library designed to empower developers to create **JSON-UI** packages for Minecraft: Bedrock Edition using **JavaScript** or **TypeScript**. + +Say goodbye to the tedious and repetitive nature of manual JSON editing. AsaJS streamlines your workflow by bringing the programmatic flexibility to Minecraft UI development. + +## 🛠 Installation + +To use AsaJS, ensure you have **[Node.js](https://nodejs.org/en)** installed on your system. + +```bash +npx create-asajs +``` + +## 📖 "Hello World!" Example + +Creating a custom UI with AsaJS is straightforward. Here is how you can insert a custom label onto the Minecraft Start Screen: + +```javascript +import { Anchor, Label, Modify } from "asajs" + +const label = Label({ + text: "Hello World from my Custom UI!", + shadow: true, + anchor: Anchor.TOP_MIDDLE, + offset: [0, 10], +}) + +// This code injects the label into the top of the start screen +Modify("start", "start_screen_content").insertChild(label) +``` + + + +## 🤝 Contributing + +Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are **greatly appreciated**. diff --git a/assets/discord/style.css b/assets/discord/style.css deleted file mode 100644 index e98cc9f..0000000 --- a/assets/discord/style.css +++ /dev/null @@ -1,7 +0,0 @@ -.winButtons_c38106.winButtonsWithDivider_c38106 { - display: none; -} - -.trailing_c38106 { - padding-right: 10px; -} diff --git a/assets/firefox/userChrome.css b/assets/firefox/userChrome.css deleted file mode 100644 index daeaf9e..0000000 --- a/assets/firefox/userChrome.css +++ /dev/null @@ -1,11 +0,0 @@ -.titlebar-buttonbox-container { - display: none; -} - -.titlebar-spacer { - width: 2.5px !important; -} - -#TabsToolbar { - padding-left: 2.5px !important; -} diff --git a/assets/grub/background.png b/assets/grub/background.png deleted file mode 100644 index 63a6060..0000000 Binary files a/assets/grub/background.png and /dev/null differ diff --git a/assets/srgb_to_gamma2p2_400_mhc2.icm b/assets/srgb_to_gamma2p2_400_mhc2.icm deleted file mode 100644 index cf9ffb5..0000000 Binary files a/assets/srgb_to_gamma2p2_400_mhc2.icm and /dev/null differ diff --git a/config.d.ts b/config.d.ts new file mode 100644 index 0000000..aea3149 --- /dev/null +++ b/config.d.ts @@ -0,0 +1,50 @@ +import { Variable } from "./src/types/properties/value.ts" + +export interface RetBindingValue { + generate_bindings?: Array<{ source_property_name: string; target_property_name: string }> + return_value: string +} + +export interface Config { + compiler?: { + enabled?: boolean + autoImport?: boolean + importToPreview?: boolean + autoEnable?: boolean + gdkUserId?: string + fixInventoryItemRenderer?: boolean + buildFolder?: string + fileExtension?: string + uiBuildFolder?: string + obfuscateStringName?: boolean + allowRandomStringName?: boolean + namespaceCount?: number + forceRandomStringLength?: number + } + + ui_analyzer?: { + enabled?: boolean + generate_path?: string + imports?: string[] + } + + packinfo?: { + name?: string + description?: string + version?: [number, number, number] + + metadata?: { + authors?: string[] + license?: string + url?: string + } + + subpacks?: { + folder_name?: string + name?: string + memory_performance_tier?: number + }[] + } + global_variables?: Record + binding_functions?: Record RetBindingValue> +} diff --git a/devices/home-server/configuration.nix b/devices/home-server/configuration.nix deleted file mode 100644 index 98e45be..0000000 --- a/devices/home-server/configuration.nix +++ /dev/null @@ -1,19 +0,0 @@ -{libs, ...}: { - imports = [ - ./hardware-configuration.nix - (libs.root "/host/server/default.nix") - ]; - - nix.settings.experimental-features = [ - "nix-command" - "flakes" - ]; - - nixpkgs.config.allowUnfree = true; - - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - time.timeZone = "Asia/Ho_Chi_Minh"; - system.stateVersion = "25.11"; -} diff --git a/devices/home-server/hardware-configuration.nix b/devices/home-server/hardware-configuration.nix deleted file mode 100644 index 34620a6..0000000 --- a/devices/home-server/hardware-configuration.nix +++ /dev/null @@ -1,40 +0,0 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. -{ - config, - lib, - modulesPath, - ... -}: { - imports = [(modulesPath + "/installer/scan/not-detected.nix")]; - - boot.initrd.availableKernelModules = [ - "xhci_pci" - "ahci" - "usbhid" - "usb_storage" - "sd_mod" - ]; - boot.initrd.kernelModules = []; - boot.kernelModules = ["kvm-intel"]; - boot.extraModulePackages = []; - - fileSystems = { - "/" = { - device = "/dev/disk/by-uuid/16cfcdf6-15bb-4b63-835f-044867999510"; - fsType = "ext4"; - }; - "/home/asakiyuki/HOST" = { - device = "/dev/disk/by-uuid/414e2a24-605f-47c3-a325-8db8a4934329"; - fsType = "ext4"; - }; - }; - - swapDevices = [ - {device = "/dev/disk/by-uuid/cfa7f30f-f08a-4400-babe-41357586a6a0";} - ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/devices/ideapad-slim-5/configuration.nix b/devices/ideapad-slim-5/configuration.nix deleted file mode 100644 index c8bd10c..0000000 --- a/devices/ideapad-slim-5/configuration.nix +++ /dev/null @@ -1,41 +0,0 @@ -{ - libs, - pkgs, - ... -}: { - imports = [ - ./hardware-configuration.nix - ./mount.nix - - (libs.root "/host/desktop/default.nix") - ]; - - networking.hostName = "nixos"; - networking.networkmanager.enable = true; - time.timeZone = "Asia/Ho_Chi_Minh"; - - nixpkgs.config.allowUnfree = true; - - boot.kernelParams = ["amd_pstate=active"]; - boot.kernelModules = ["ideapad_laptop"]; - services.power-profiles-daemon.enable = true; - environment.systemPackages = with pkgs; [ - lm_sensors - ryzenadj - ]; - - nix.settings.experimental-features = [ - "nix-command" - "flakes" - ]; - - home-manager.users.asakiyuki.home = { - sessionVariables = { - QML_IMPORT_PATH = "/run/current-system/sw/lib/qt-6/qml"; - }; - }; - - boot.kernelPackages = pkgs.linuxPackages_latest; - boot.extraModulePackages = [pkgs.linuxPackages_latest.zenpower]; - system.stateVersion = "25.11"; -} diff --git a/devices/ideapad-slim-5/hardware-configuration.nix b/devices/ideapad-slim-5/hardware-configuration.nix deleted file mode 100644 index 4c69537..0000000 --- a/devices/ideapad-slim-5/hardware-configuration.nix +++ /dev/null @@ -1,36 +0,0 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. -{ - config, - lib, - modulesPath, - ... -}: { - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ]; - - boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "usb_storage" "usbhid" "sd_mod" "sdhci_pci"]; - boot.initrd.kernelModules = []; - boot.kernelModules = ["kvm-amd"]; - boot.extraModulePackages = []; - - fileSystems."/" = { - device = "/dev/disk/by-uuid/85ab0f38-b6e7-4046-a33b-ce7b9812b959"; - fsType = "ext4"; - }; - - fileSystems."/boot" = { - device = "/dev/disk/by-uuid/2221-C55B"; - fsType = "vfat"; - options = ["fmask=0022" "dmask=0022"]; - }; - - swapDevices = [ - {device = "/dev/disk/by-uuid/20e229eb-f32e-4369-be96-25275ebc8ae3";} - ]; - - nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; - hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware; -} diff --git a/devices/ideapad-slim-5/mount.nix b/devices/ideapad-slim-5/mount.nix deleted file mode 100644 index 4c85d22..0000000 --- a/devices/ideapad-slim-5/mount.nix +++ /dev/null @@ -1,23 +0,0 @@ -{...}: { - fileSystems = { - "/mnt/windows" = { - device = "/dev/disk/by-uuid/0000294D000006E6"; - fsType = "ntfs-3g"; - options = [ - "rw" - "uid=1000" - "gid=100" - "umask=022" - ]; - }; - "/mnt/waydroid" = { - device = "/home/asakiyuki/.local/share/waydroid/data/media/0"; - fsType = "fuse.bindfs"; - options = [ - "mirror=1000" - "xattr-none" - "chmod-ignore" - ]; - }; - }; -} diff --git a/extends/binding.txt b/extends/binding.txt new file mode 100644 index 0000000..3430acf --- /dev/null +++ b/extends/binding.txt @@ -0,0 +1,1477 @@ +#3d_export_mode_panel_visible +#Xout_button_visible_binding_name +#accessibility_coins_with_bonus +#accessibility_coins_without_bonus +#accessibility_minecoins_amount +#accessibility_scaling_option_tooltip_text +#achievement_offer_lock_state_texture +#action_text +#actionbar_text_background_opacity +#actionbar_text_background_opacity_enabled +#actionbar_text_background_opacity_slider_label +#actionbar_text_background_opacity_text_value +#actions_collection_index +#activate_link +#activate_link_enabled +#activated_purchase_panel_visible +#add_command_focus_override_up +#add_invite_link_button_enabled +#add_invite_link_button_visible +#additional_realms_subscriptions_dimensions +#additional_server_toggle_index +#addon_stacking_warning_visible +#advanced_graphics_options_button_visible +#advanced_graphics_options_grid_visible +#agree_terms_and_conditions +#allow_cheats +#allow_cheats_enabled +#allow_content_log_write_to_disk +#allow_destructive_items +#allow_destructive_items_enabled +#allow_mobs +#allow_mobs_enabled +#always_day +#always_day_enabled +#anchored_offset_value_x +#anchored_offset_value_y +#animation_mode_dropdown_toggle_label +#animation_name +#animation_time_content_edit_box +#animation_time_field +#animation_to_play +#animation_to_play_when_done +#appearance_status_brief_label +#appearance_status_hover_label +#are_gamepad_quick_select_helpers_visible +#armor_trim_material +#armor_trim_pattern +#author_text_box +#auto_save_animation_visible +#auto_update_mode_off +#auto_update_mode_on_wifi_only +#auto_update_mode_on_with_cellular +#available_game_image_visible +#available_grid_dimensions +#available_pack_items +#back_button_accessibility_text +#background_image_texture_file_system +#background_image_texture_path +#backup_network_error_visible +#banner_button_left_padding_visible +#banner_button_right_padding_visible +#banner_colors +#banner_description_left_padding_visible +#banner_description_right_padding_visible +#banner_hover_texture_filepath +#banner_patterns +#banner_title_left_padding_visible +#banner_title_right_padding_visible +#banner_type +#base_game_version_debug_text +#beta_retail_legacy_world_date +#beta_retail_legacy_world_filesize +#beta_retail_legacy_world_game_mode +#beta_retail_legacy_world_image +#beta_retail_legacy_world_item_grid_dimension +#beta_retail_legacy_world_name +#beta_retail_legacy_world_texture_source +#beta_retail_legacy_worlds_visible +#beta_retail_local_world_date +#beta_retail_local_world_filesize +#beta_retail_local_world_game_mode +#beta_retail_local_world_image +#beta_retail_local_world_item_grid_dimension +#beta_retail_local_world_name +#beta_retail_local_world_texture_source +#beta_retail_local_worlds_visible +#block_position +#block_type_dropdown_enabled +#block_type_dropdown_label_color_binding +#block_type_dropdown_toggle_label +#blocked_players_buttons_visible +#blocked_players_nextButton_visible +#blocked_players_page_index_text +#blocked_players_prevButton_visible +#bloom_strength +#bloom_strength_enabled +#bloom_strength_slider_label +#bloom_strength_text_value +#bonus_chest +#bonus_chest_enabled +#bottom_left_block +#bubble_particles +#bubble_particles_enabled +#bundle_coin_texture_file_system +#bundle_description_collection_index +#bundle_or_hero_pack_icon_section_visible +#bundle_purchase_warning_title +#bundle_selected_item_visible +#bundle_thumbnail_grid_dimensions +#bundle_thumbnail_texture_file_system +#bundle_thumbnail_texture_name +#bundle_tooltip_grid_dimensions +#button_dpad_left_description +#button_name_focus_override_up +#button_name_text +#button_navigation +#button_thumbstick_left_description +#button_thumbstick_right_description +#buttons_and_deathmessage_visible +#call_to_action_button_visible +#can_be_platform_network_enabled +#can_collect_achievement_award +#can_move +#can_scroll_left +#can_scroll_right +#cast_character_options_collection_index +#cast_character_options_dimensions +#category +#category_addons_icon_visible +#category_column_collection_index +#category_mashups_icon_visible +#category_row_collection_index +#category_skins_icon_visible +#category_textures_icon_visible +#category_worlds_icon_visible +#character_loading_in_progress +#charged_item +#chat_ +#chat_background_opacity +#chat_background_opacity_enabled +#chat_background_opacity_slider_label +#chat_background_opacity_text_value +#chat_color_dropdown_label +#chat_coordinate_dropdown_label +#chat_coordinate_dropdown_visible +#chat_coordinate_text_edit_visible +#chat_font_size +#chat_font_size_custom_label +#chat_font_size_slider_label +#chat_font_size_steps +#chat_line_spacing +#chat_line_spacing_enabled +#chat_line_spacing_slider_label +#chat_line_spacing_text_value +#chat_message_duration_radio_TenSec +#chat_message_duration_radio_ThirtySec +#chat_message_duration_radio_ThreeSec +#chat_typeface_dropdown_label +#classic_stack_splitting_overlay_visible +#clear_button_focus_change_right +#close_button_visible_binding_name +#cloud_file_last_changed +#cloud_file_last_changed_enabled +#cloud_file_name +#cloud_file_name_enabled +#code_builder +#code_builder_enabled +#coin_bundle_description_font_color +#coin_bundle_description_font_size +#coin_bundle_description_font_type +#coin_bundle_description_section +#coin_bundle_description_text +#coin_bundle_description_text_tts +#coin_bundle_section_content +#coin_offer_texture_file_system +#coin_prompt_color +#coins_required_for_purchase +#collapsed_collection_index +#collapsed_collection_name +#collapsed_show_more_visible +#collection_index +#collection_index +#collection_name +#collection_number_size +#collection_page_number_label +#collection_permission_level_dropdown_icon_texture +#collections +#color_picker_info_panel_title_color +#color_picker_info_panel_title_name +#column_collection_index +#command_always_on_mode +#command_blocks_enabled +#command_blocks_enabled_on +#command_chain_mode +#command_conditional_mode +#command_focus_override_down +#command_impulse_mode +#command_macro_command_enabled +#command_needs_redstone_mode +#command_repeat_mode +#command_unconditional_mode +#comment +#common +#condition_dropdown_toggle_label +#confirm_skin_button_enabled +#constructor +#constructor +#consumable_not_extendable_visible +#container_cell_background_texture +#container_item_background_texture +#content_log_gui_level_error +#content_log_gui_level_info +#content_log_gui_level_verbose +#content_log_gui_level_warn +#content_log_gui_option_enabled +#content_log_gui_show_on_errors +#content_log_gui_show_on_errors_enabled +#content_tier_slider_text_value +#control_customization_visible +#controller_left_bumper_description +#controller_right_bumper_description +#converted_world_preview_date +#converted_world_preview_date_visible +#converted_world_preview_file_size +#converted_world_preview_game_mode +#converted_world_preview_image +#converted_world_preview_name +#converted_world_preview_texture_source +#coordinate_type_facing +#coordinate_type_position +#crafter_output_item_banner_colors +#crafter_output_item_banner_patterns +#crafter_output_item_banner_type +#crafter_output_item_decorated_pot_sherds +#crafter_output_item_shield_base_color_hovered +#create_on_realms_button_visible +#create_persona_popup_confirm_text +#creative_layout_button_visible +#cross_platform_friends_grid_visible +#cross_platform_friends_server_icon_texture_name +#crossplatform_toggle +#crossplatform_toggle_enabled +#csb_expiration_banner_visible +#csb_incompatible_button_visible +#csb_one_month_free_trial_visible +#csb_purchased_with_buy_panel +#csb_purchased_with_cancel_panel +#current_user_profile_options +#custom_dropdown_collection_index +#custom_rot_y +#custom_template_list_visible +#custom_world_template_factory_collection +#customize_tooltip_option_text +#customize_tooltip_option_visible +#cycle_left_button_accessibility_text +#cycle_pack_left_button_enabled +#cycle_pack_right_button_enabled +#cycle_promotions_left_button_enabled +#cycle_promotions_right_button_enabled +#cycle_right_button_accessibility_text +#cycle_screenshots_left_button_enabled +#cycle_screenshots_right_button_enabled +#cycling_icon_file_system +#cycling_icon_path +#cycling_icon_zip +#damage_bob +#damage_bob_enabled +#damage_bob_slider_label +#data_field +#daylight_cycle +#daylight_cycle_enabled +#deactivated_purchase_hover_visible +#deactivated_purchase_panel_visible +#debug_drawer_button_visible +#debug_hud_radio_audio +#debug_hud_radio_basic +#debug_hud_radio_buffer_memory +#debug_hud_radio_cachestorageusage +#debug_hud_radio_camera +#debug_hud_radio_client_network +#debug_hud_radio_imagememory +#debug_hud_radio_imgui +#debug_hud_radio_lock_contention +#debug_hud_radio_material_memory +#debug_hud_radio_off +#debug_hud_radio_oreui +#debug_hud_radio_perimagememory +#debug_hud_radio_profiler +#debug_hud_radio_renderchunks +#debug_hud_radio_server_network +#debug_hud_radio_texturememory +#debug_hud_radio_workerthreads +#decorated_pot_sherds +#default_item_file_system +#default_item_texture +#default_item_zip +#default_move_stick_visible +#default_move_stick_visible_enabled +#default_prompt_color +#default_skins_grid_dimensions +#deferred_point_light_enabled +#delay_right_side_buttons_visible +#delete_realm_button_visible +#delete_selected_saves_button_enabled +#delete_selected_saves_button_text +#dependency_texture_file_system +#dependent_packs_texture_file_system +#dependent_packs_texture_zip +#description_collapsed_visible +#description_expanded_visible +#device_info_memory_tier_visible +#device_info_options_enabled +#diagnostics_options_enabled +#difficulty_option_label +#disable_head_follow_mouse +#disabled_filter_visible +#disabled_play_button_visible +#disconnected_from_adhoc_label_visible +#disconnected_from_crossplatform_multiplayer +#disconnected_from_multiplayer +#disconnected_from_third_party_label_visible +#disconnected_from_xbox_live_label_visible +#document +#download_progress_bar_percentage +#download_progress_bar_visible +#dressing_room_button_focus_change_override +#dressing_room_button_visible +#dressing_room_controller_button_visible +#dropdown_toggle_texture_file_system +#dy_d +#ecomode_toggle +#ecomode_toggle_enabled +#edit_appearance_error_tooltip_visible +#edit_world_button_button_string +#editions_visible_and_not_realms_promo_visible +#edu_cloud_conflict_resolution_cloud_date +#edu_cloud_conflict_resolution_cloud_name +#edu_cloud_conflict_resolution_description +#edu_cloud_conflict_resolution_local_date +#edu_cloud_conflict_resolution_local_name +#edu_cloud_error_hyperlink_label +#edu_cloud_storage_body_label_text +#edu_cloud_upload +#edu_cloud_upload_enabled +#edu_cloud_upload_images_visible +#edu_external_link_display_name +#edu_external_resource_uri_enabled +#edu_external_resource_uri_exists +#edu_server_timeout_button_text +#edu_signed_in_only_ui_visible +#edu_store_purchase_button_text +#edu_uri_resource_name +#edu_uri_resource_name_enabled +#edu_uri_resource_uri +#edu_uri_resource_uri_enabled +#education_toggle +#education_toggle_enabled +#emote_index +#emote_wheel_selection_visible +#empty_offhand_image_visible +#empty_star_texture +#enable_graphics_api_switching +#enable_texture_hot_reloader +#enabled +#enchant_error +#enchantment_details_button_visible +#entities_drop_loot +#entities_drop_loot_enabled +#entitlements_refreshing_visible +#entity_id +#entry_button_focus_change_left_override +#entry_button_focus_change_right_override +#entry_button_focus_id_override +#entry_button_tooltip_visible +#entry_grid_collection_index +#entry_selection_collection_index +#epic +#error_code +#execute_on_first_tick_enabled +#existing_world_button_enabled +#existing_world_icon_file_system +#expanded_color +#expanded_skin_pack_collection_index +#experimental_toggle_enabled +#expiration_container_visible +#expiration_duration_dropdown_enabled +#expiration_duration_dropdown_toggle_label +#expiration_duration_radio_day +#expiration_duration_radio_halfDay +#expiration_duration_radio_halfHour +#expiration_duration_radio_hour +#expiration_duration_radio_never +#expiration_duration_radio_quarterDay +#expiration_duration_radio_week +#export_offset_edit_box +#export_size_edit_box +#external_storage_permission_dropdown_visible +#factory_collection_index +#factory_collection_index +#fade_in_icon_time_seconds +#fail_realms_purchase_fulfillment_visible +#feature_server_message_text +#feature_server_message_visible +#featured_servers_visible_and_available +#field_of_view +#field_of_view_enabled +#field_of_view_slider_label +#file_storage_location_enabled +#file_storage_location_toggle_label +#filled_star_texture +#filter_option_visible_ +#filter_packtype_selected_visible +#filter_profanity_option_tooltip_text +#filter_selected_ +#filtered_light_multiplier +#find_cross_platform_friends_enabled +#fire_spreads +#fire_spreads_enabled +#first_party_member_profile_options +#flying_item_renderer +#focus_change_down +#focus_change_left +#focus_change_right +#focus_change_up +#focus_identifier +#focus_navigation_mode_down +#focus_navigation_mode_left +#focus_navigation_mode_right +#focus_navigation_mode_up +#force_dirty_animation +#force_pack_download_enabled +#force_pack_download_locked +#force_skin_update +#force_user_agreement_addon +#force_user_agreement_addon_enabled +#force_user_agreement_level +#force_user_agreement_level_enabled +#form_button_texture_file_system +#form_text +#frame_pacing_option_tooltip_text +#free_preview_realm_available +#free_preview_realm_button_visible +#free_preview_realm_new_button_visible +#free_up_space_storage_bar_fill_color +#free_up_space_storage_bar_percent_filled +#free_up_space_storage_bar_text_left +#free_up_space_storage_bar_text_right +#friend_button_focus_override_down +#friend_button_focus_override_up +#friend_realms_grid_dimension +#friends_drawer_button_enabled +#friends_drawer_button_focus_override +#friends_drawer_button_visible +#friends_network_world_item_grid_dimension +#friends_server_icon_texture_name +#friends_tab_invitation_button_focus_down_override +#friends_tab_show_not_bouncing +#fvariable +#gameMode_option_label +#gamertag_item_grid_dimension +#gamertag_pic_and_label_visible +#gathering_caption_background_color +#gathering_caption_foreground_color +#general_multiplayer_warning_label_visible +#general_multiplayer_warning_text +#general_no_multiplayer_grid_message_text +#general_no_multiplayer_grid_message_visible +#generate_random_button_enabled +#generate_random_button_text +#gesture_delta_source +#gesture_mouse_delta_x +#gesture_mouse_delta_y +#get_offline_authcode_message_panel_visible +#gif_path +#graphics_mode_dropdown_enabled +#graphics_mode_dropdown_toggle_label +#graphics_mode_is_ray_traced +#graphics_mode_is_simple_or_fancy +#graphics_mode_option_tooltip_text +#graphics_mode_option_warning_visible +#graphics_mode_preset_is_visible +#graphics_mode_radio_deferred +#graphics_mode_radio_deferred_enabled +#graphics_mode_radio_fancy +#graphics_mode_radio_ray_traced +#graphics_mode_radio_ray_traced_enabled +#graphics_mode_radio_simple +#graphics_mode_switch +#graphics_mode_switch_enabled +#graphics_quality_preset_mode_radio_custom +#graphics_quality_preset_mode_radio_performance +#graphics_quality_preset_mode_radio_visuals +#graphics_upscaling +#graphics_upscaling_enabled +#grid_number_size +#group_item_group_name +#gui_accessibility_scaling +#gui_accessibility_scaling_enabled +#gui_scale_disabled_option_tooltip_text +#gui_scale_disabled_option_visible +#has_focus +#has_horse_armor_and_saddle_slot +#has_nautilus_armor_and_saddle_slot +#has_only_nautilus_armor_slot +#header_left_padding_visible +#header_right_padding_visible +#hero_featured_pack_icon_section_visible +#hide_invites +#host_main_button_focus_override_down +#host_main_button_focus_override_up +#host_option_focus_override_down +#host_option_focus_override_left +#host_option_focus_override_right +#host_option_focus_override_up +#host_options_menu_not_open_and_tts_enabled +#host_teleport_grid_dimension +#host_teleport_players_visible +#host_weather_grid_dimension +#hover_slice +#hover_text +#how_to_play_gamepad_helper_label_text +#how_to_play_gamepad_helper_label_visible +#hud_text_background_opacity +#hud_text_background_opacity_enabled +#hud_text_background_opacity_slider_label +#hud_text_background_opacity_text_value +#hyperlink +#icon_overlay_font_scale_factor +#icon_overlay_left_padding_visible +#icon_overlay_position_collection +#icon_overlay_right_padding_visible +#icon_overlay_text_alignment +#icon_overlay_texture_filepath +#image_name +#immediaterespawn +#immediaterespawn_enabled +#immutable_world +#immutable_world_enabled +#improved_input_response_option_tooltip_text +#in_cast_modal +#include_entities +#include_entities_binding_name +#include_entities_toggle +#include_entities_toggle_off +#include_players +#include_players_binding_name +#include_players_toggle +#index +#infinite_link +#infinite_link_enabled +#info_additional_server_name +#info_additional_server_ping +#info_additional_server_ping_texture_name +#info_additional_server_player_count +#info_is_network_available_and_ping_loading +#info_third_party_screenshot_visible +#info_third_party_server_logo_texture_path +#info_third_party_server_name +#info_third_party_server_player_count +#info_type +#integrity_field +#interface_opacity +#interface_opacity_enabled +#interface_opacity_slider_label +#interface_opacity_text_value +#invalid_grid_dimensions +#invalid_pack_items +#inventory_button_text_color +#inventory_selected_armor_trim_material +#inventory_selected_banner_colors +#inventory_selected_banner_patterns +#inventory_selected_banner_type +#inventory_selected_decorated_pot_sherds +#inventory_selected_item_charged_item +#inventory_selected_item_color +#inventory_selected_item_lock_in_inventory +#inventory_selected_item_lock_in_slot +#inventory_selected_item_stack_count +#inventory_selected_serialized_actor_pose +#invite_link_expiration_time +#invite_link_expiration_time_TTS +#invited_friends_buttons_visible +#invited_friends_nextButton_visible +#invited_friends_page_index_text +#invited_friends_prevButton_visible +#ip_button_focus_change_left +#ip_text_box +#is_additional_server_label_visible +#is_additional_server_selected +#is_appearance_status_hover_panel_visible +#is_appearance_status_visible +#is_classic_skin_current_offer_loading +#is_classic_skin_pack_loading +#is_collection_query_on_sale +#is_color_picker_equip_visible +#is_conn_id_tooltip_hover_panel_visible +#is_controller_close_hover_visible +#is_controller_hover_visible +#is_creative_and_creative_layout +#is_creative_and_recipe_book_layout +#is_creative_layout_button_visible +#is_currency_purchase_visible +#is_cycle_button_focused +#is_cycle_button_focused +#is_cycle_button_focused +#is_cycle_button_focused +#is_hardcore +#is_hardcore_enabled +#is_ip_tooltip_hover_panel_visible +#is_joincode_tooltip_hover_panel_visible +#is_leaving_mpp_banner_visible +#is_loading_retailtopreview_world +#is_more_info_button_visible +#is_mpp_subscriber_only_sale +#is_multiplayer_blocked_or_network_down +#is_network_available_and_multiplayer_visible +#is_network_available_and_ping_loading +#is_network_available_and_ping_not_loading +#is_offer_purchasable_and_not_free +#is_ownership_verification_in_progress +#is_passcode_tooltip_hover_panel_visible +#is_pdp_page_sales_csb_icon_visible +#is_play_again_button_visible +#is_progress_texture_visible +#is_purchase_button_padding_visible +#is_right_info_classic_skin_panel_visible +#is_right_info_emote_panel_visible +#is_right_info_getting_started_panel_visible +#is_right_info_piece_offer_panel_visible +#is_right_info_size_panel_visible +#is_right_panel_classic_custom_visible +#is_right_panel_classic_skin_pack_visible +#is_right_tab_smithing_table +#is_screen_nav_button_visible +#is_scroll_bar_box +#is_sdl_dropdown_header_toggle_selected +#is_search_offer_list_visible +#is_selected_bundle_item_slot +#is_server_info_available_collection +#is_simple_sidebar_state_active +#is_skin_pack_screen_search_loading +#is_specail_offer_banner_visible +#is_subcategory_equip_button_visible +#is_third_party_server_selected +#is_tooltip_hover_panel_visible +#is_top_row_button_focus_enabled +#is_using_dressing_room_debugging +#is_verbose_sidebar_nav_button_visible +#item_addon_pack_count_and_label +#item_addon_pack_count_visible +#item_column_collection_index +#item_custom_color +#item_does_not_meet_requirements +#item_durability_current_amount +#item_durability_total_amount +#item_id_aux +#item_lodestone_tracking_handle +#item_mashup_count_and_label +#item_name +#item_pickup_time +#item_realms_expiration_label +#item_resource_pack_count_and_label +#item_resource_pack_count_visible +#item_row_collection_index +#item_storage_current_amount +#item_world_template_count_and_label +#item_world_template_count_visible +#join_and_download_everything +#join_by_code_text_edit +#joinable_realms_panel_visible +#joincode_error_icon_visible +#joincode_fetching_anim_texture +#joincode_icon_left_focus_override +#joystick_visibility_hidden +#joystick_visibility_hidden_when_unused +#joystick_visibility_visible +#keep_inventory +#keep_inventory_enabled +#key_art_texture_file_system +#keyboard_button_focus_override_down +#keyboard_button_focus_override_up +#keyboard_show_full_keyboard_options +#keyboard_show_full_keyboard_options_enabled +#keyboard_show_standard_keyboard_options +#lan_network_world_item_grid_dimension +#language_collapsed_collection_length +#language_columns_collection_length +#language_rows_collection_length +#leak_memory +#leak_memory_enabled +#left_corner_image_texture_file_system +#left_corner_image_texture_path +#left_cycle_button_right_focus_override +#left_most_grid_item_focus_override_left +#legacy_invite_button_enabled +#legacy_invite_button_visible +#legacy_world_icon_texture_file +#legacy_world_item_grid_dimension +#legacy_world_optionsVisible +#legacy_world_storage_dropdown +#legacy_world_tab +#legacy_world_texture_file_system +#legacy_world_texture_source +#legacy_worlds_loading_display_message +#legendary +#lesson_complete_description +#library_search_result_string +#library_search_sort_method_string +#load_offset_edit_box +#loading_bars_animation_visible +#loading_friends_realms_grid_dimension +#loading_friends_realms_grid_visible +#loading_legacy_worlds_grid_visible +#loading_personal_realms_grid_dimension +#loading_personal_realms_grid_visible +#loading_servers_progress_visible +#local_and_cloud_storage_visible +#local_world_item_grid_dimension +#local_worlds_title_with_count +#locator_bar +#locator_bar_enabled +#look_at_cursor +#main_filter_section_visible +#main_mashup_key_art_file_system +#main_mashup_key_art_texture +#manage_feed_buttons_visible +#manage_feed_nextButton_visible +#manage_feed_page_index_text +#manage_feed_prevButton_visible +#manage_profile_image_options +#max_framerate_option_tooltip_text +#max_framerate_slider_visible +#memory_tier_high +#memory_tier_low +#memory_tier_mid +#memory_tier_superHigh +#memory_tier_superLow +#mentions_ +#mentions_color_dropdown_label +#message_text_box +#minimize_button_visible_binding_name +#mob_griefing +#mob_griefing_enabled +#mob_loot +#mob_loot_enabled +#mob_spawn +#mob_spawn_enabled +#modal_label_text +#modal_label_tts +#modal_left_button_text +#modal_middle_button_text +#modal_rightcancel_button_text +#modal_title_text +#modal_title_tts +#move_stick_visible +#move_stick_visible_enabled +#multiplayer_blocked_panel_visible +#multiplayer_game +#multiplayer_game_enabled +#name_text_box +#natural_regeneration +#natural_regeneration_enabled +#nav_button_thumbnail_texture_file_system +#nav_collection_index +#navigation_tab_focus_precedence +#needs_offline_token_authorization +#network_world_button_enabled +#network_world_header_icon_texture_location +#network_world_header_icon_texture_path +#new_touch_control_schemes_preview_enabled +#new_touch_control_schemes_settings +#nex_visibility_enabled +#nex_visible +#no_available_packs_visibility +#no_cross_platform_friends_grid_message_text +#no_cross_platform_friends_grid_message_visible +#no_friends_grid_message_text +#no_friends_grid_message_visible +#no_local_world_help_visible +#no_local_world_switch_visible +#no_local_worlds_launch_help_button_label +#no_local_worlds_switch_setting_visible +#no_pick_photos_alert_visibility +#no_platform_friends_visible +#no_realms_packs_visibility +#no_unowned_packs_visibility +#no_xbox_live_friends_visible +#notification_duration_radio_TenSec +#notification_duration_radio_ThirtySec +#notification_duration_radio_ThreeSec +#notification_text +#objective_background_opacity +#offer_collection_index +#offer_collection_index +#offer_collection_index +#offer_download_progress_label +#offer_grid_item_button_focus_id +#offer_prompt_text_visibility +#offer_strikethrough_price_visible +#offline_linked_account_friend_grid_dimension +#offline_linked_account_friends_visible +#offline_platform_friend_grid_dimension +#offline_platform_friends_visible +#offline_xbox_live_friend_grid_dimension +#offline_xbox_live_friends_visible +#omnw +#on_screen_position_x +#on_screen_position_y +#online_linked_account_friend_grid_dimension +#online_linked_account_friends_visible +#online_platform_friend_grid_dimension +#online_platform_friends_visible +#online_safety_do_not_show_again +#online_xbox_live_friend_grid_dimension +#online_xbox_live_friends_visible +#open +#open_account_setting_button_gamecore_visible +#open_color_picker_button_enabled +#open_color_picker_button_visible +#operator +#ownership_verification_state_text +#pack_additional_skin_count_text +#pack_icon_sale_section_visible +#pack_id +#pack_loading_no_connection_visible +#pack_loading_progress_visible +#packs_collection_index +#page_text_box +#panel_title +#panorama_texture_file_system +#party_invite_everyone +#party_invite_friends_only +#party_invite_send_privileges_party_leader_only +#party_invite_send_privileges_party_members +#party_privacy_invite_only +#party_privacy_open +#passcode_text_box +#pattern_cell_background_texture +#pattern_selector_total_items +#pause_gif +#perfect_weather +#perfect_weather_enabled +#permission_level_dropdown_icon_texture +#permission_level_dropdown_label +#permission_level_member +#permission_level_operator +#permission_level_radio_custom +#permission_level_radio_member +#permission_level_radio_operator +#permission_level_radio_visitor +#permission_level_visitor +#permission_options_grid_visible +#permissions_dropdown_button_label +#permissions_dropdown_enabled +#permissions_dropdown_label +#permissions_dropdown_visible +#persona_piece_offer_visible +#personal_realms_grid_dimension +#personal_realms_grid_visible +#placement_priority_text_box_value +#platform_broadcast_dropdown_enabled +#platform_broadcast_dropdown_toggle_label +#platform_broadcast_friends_of_friends +#platform_broadcast_friends_only +#platform_broadcast_invite_only +#platform_locked +#platform_multiplayer_warning_label_visible +#platform_multiplayer_warning_text +#platform_settings_dropdown_visible +#platform_toggle_visible_friends_of_friends +#platform_toggle_visible_invite_only +#play_button_art_default_alpha +#play_button_art_default_bg_path +#play_button_art_default_fg_path +#play_button_art_hover_alpha +#play_button_art_hover_bg_path +#play_button_art_hover_fg_path +#play_button_art_label_color +#play_button_banner_text_color +#play_button_banner_texture_source +#player_count_collection_length +#player_damage +#player_damage_enabled +#player_filter_text_box +#player_game_mode_dropdown_enabled +#player_game_mode_dropdown_toggle_label +#player_game_mode_dropdown_visible +#player_game_mode_radio_adventure +#player_game_mode_radio_creative +#player_game_mode_radio_default +#player_game_mode_radio_spectator +#player_game_mode_radio_survival +#player_name +#player_name_enabled +#player_permission_level_icon_texture +#player_permissions_dropdown_enabled +#player_permissions_dropdown_toggle_label +#player_sleep +#player_sleep_enabled +#player_sleep_percentage +#player_sleep_percentage_enabled +#player_sleep_percentage_slider_label +#player_sleep_percentage_steps +#player_sleep_percentage_text_value +#player_uuid +#playername +#players_in_my_world_visible +#pocket_stack_splitting_overlay_visible +#point_light_shadow_option_tooltip_text +#popular_packs_grid_dimension +#popup_first_lower_button_text +#popup_message_student_visible +#popup_second_lower_button_text +#port_text_box +#pre_process_ +#premium_packs_grid_dimensions +#premium_skins_grid_dimensions +#preview_idx +#previous_block_type_text_color +#previous_condition_mode_text +#previous_redstone_mode_text +#profile_button_x_icon_visible +#profile_image_options +#progress_bar_current_amount +#progress_bar_total_amount +#progress_bar_visible +#progress_loading_anim_visible +#progress_loading_bars_backups_visible +#progressive_select_bar_ratio +#progressive_select_down_visible +#progressive_select_left_side_visible +#progressive_select_right_side_visible +#progressive_select_up_visible +#promo_action_button_visible +#promo_bottom_button_focus_override_down +#promo_day_focus_override_right +#promo_item_action_button_text +#promo_item_resource_pack_count +#promo_item_resource_pack_count_and_label +#promo_item_resource_pack_count_visible +#promo_item_skin_count_and_label +#promo_item_skin_count_visible +#promo_item_world_template_count +#promo_item_world_template_count_and_label +#promo_item_world_template_count_visible +#promo_persona_thumbnail_file_system +#promo_persona_thumbnail_texture +#promo_screenshot_collection_length +#promo_timer_tool_tip_left_visible +#promo_timer_tool_tip_not_visible +#promo_timer_tool_tip_right_visible +#promo_timer_tool_tip_visible +#promotion_thumbnail_texture_file_system +#promotion_thumbnail_texture_path +#property_field +#ps4_warning_message_visible +#psn_visibility_enabled +#psn_visible +#purchase_with_coins_button_text +#purchase_with_currency_button_text +#purchase_with_currency_disclaimer +#pvp_damage +#pvp_damage_enabled +#pvp_enabled +#qr_code_content +#random_tick_speed +#random_tick_speed_enabled +#rare +#ratings_focus_container_visible +#ratings_interact_panel_visible +#ratings_panel_5stars_visible +#ray_tracing_warning_message +#realm_consumable_to_subscription_info +#realm_consumable_to_subscription_visibility +#realm_default_permission_dropdown_enabled +#realm_default_permission_dropdown_toggle_label +#realm_invite_links_description +#realm_nintendo_first_realm_purchase_button_visible +#realm_selected_preference_icon +#realm_selected_preference_tts +#realm_subscription_origin_addendum +#realm_subscription_origin_visibility +#realms_advanced_info_visible +#realms_advanced_loading_failed_message_visible +#realms_advanced_loading_message_visible +#realms_allowlist_button_a_description +#realms_allowlist_button_b_description +#realms_backup_grid_dimension +#realms_branch_grid_dimension +#realms_difficulty_dropdown_enabled +#realms_feed_button_tts_header +#realms_game_mode_dropdown_enabled +#realms_grid_dimensions +#realms_invite_links_collection_length +#realms_invite_links_info_visible +#realms_invite_links_loading_failed_message_visible +#realms_invite_links_loading_message_visible +#realms_loading_display_message +#realms_name_box +#realms_notification_button_visible +#realms_pack_items +#realms_plus_one_month_free_trial_visible +#realms_plus_skin_pack_texture +#realms_plus_skin_pack_texture_file_system +#realms_plus_subscriptions_dimensions +#realms_plus_template_factory_collection +#realms_redeem_button_visible +#realms_settings_loading_modal_progress_text +#realms_settings_loading_modal_title +#realms_sign_in_button_visible +#realms_sign_in_prompt_friends +#realms_subscription_button_visible +#realms_subscription_info_visible +#realms_subscription_loading_failed_message_visible +#realms_subscription_loading_message_visible +#realms_subscriptions_loading_failed_visible +#realms_subscriptions_loading_visible +#realms_unread_story_count_visible +#realms_world_expiry_notification_visible +#realms_world_item_grid_dimension +#realms_worlds_title_with_count +#recent_skins_grid_dimensions +#recipes_unlock +#recipes_unlock_enabled +#redstone_dropdown_toggle_label +#refresh_joincode_button_disabled +#refresh_joincode_button_hide +#register_as_dressing_room_scene +#remove_blocks +#remove_blocks_toggle +#remove_player_button_visible +#render_clouds +#render_clouds_enabled +#render_distance_performance_tooltip_text +#render_distance_warning_visible +#respawn_blocks_explode +#respawn_blocks_explode_enabled +#respawn_radius +#respawn_radius_enabled +#restart_hosting_button_visible +#retailtopreview_world_checkVisible +#retailtopreview_world_error +#retailtopreview_world_icon_texture +#retailtopreview_world_icon_texture_file +#retailtopreview_world_isSelected +#retailtopreview_world_length +#retailtopreview_world_optionsVisible +#retailtopreview_world_storage_dropdown +#retailtopreview_world_tab +#retailtopreview_world_texture_file_system +#retailtopreview_world_texture_zip +#retailtopreview_world_update +#retailtopreview_world_visible +#retailtopreview_world_warning +#right_corner_image_texture_file_system +#right_corner_image_texture_path +#right_cycle_button_left_focus_override +#right_most_grid_item_focus_override_right +#rotation +#rotation_enabled +#rotation_slider_label +#rotation_steps +#rotation_text_value +#row_collection_index +#row_collection_index +#row_collection_name +#rtx_disabled_option_upsell_tooltip_text +#rtx_disabled_option_upsell_visible +#rtx_render_distance_warning_visible +#rtx_renderdist_performance_tooltip_text +#rtx_upscale_disabled_option_upsell_visible +#save_accordion_checkbox_focus_id +#save_accordion_checkbox_toggle_state +#save_active_world_button_tts +#save_checkbox_button_tts_header +#save_checkbox_button_tts_override +#save_offset_edit_box +#save_options_button_focus_id +#save_size_edit_box +#saves_loading_failed_message +#saves_loading_failed_visible +#saves_loading_indicator_visible +#scoreboard_list_scoretype_hearts +#scoreboard_list_scoretype_score +#scoreboard_objective_background_opacity +#screen_position_x_slider_label +#screen_position_x_text_value +#screen_position_y_slider_label +#screen_position_y_text_value +#screenshot_collection_length +#screenshot_column_collection_index +#screenshot_focus_override_right +#screenshot_row_collection_index +#screenshot_texture_file_system +#screenshot_texture_file_system_image_row +#screenshot_texture_file_system_image_row_global +#screenshot_texture_image_row +#screenshot_texture_image_row_global +#script_debugger_attach_mode_connect +#script_debugger_attach_mode_listen +#script_debugger_auto_attach_options_visible +#script_debugger_options_enabled +#script_debugger_passcode_visible +#script_watchdog_options_enabled +#script_watchdog_slow_threshold_visible +#script_watchdog_spike_threshold_visible +#scroll_bar_visible +#scroll_button_release +#scrollbar_hit_bottom +#sdl_color_picker_right_section_content +#sdl_dropdown_data_row_visible +#sdl_expanded_appearance_content +#sdl_texture_component_image_path +#sdl_texture_component_image_system +#sdl_texture_component_image_visible +#sdl_top_static_section_content +#seach_results_close_button_visible +#search_box_name +#search_header_box_text_content +#search_header_clear_visible +#search_results_close_focus_id +#search_results_panel_visible +#seed_field +#selectable_button_visibility +#selected_control_scheme_name +#selected_grid_dimensions +#selected_hover_text +#selected_item_durability_current_amount +#selected_item_durability_total_amount +#selected_item_durability_visible +#selected_item_storage_current_amount +#selected_item_storage_total_amount +#selected_item_storage_visible +#selected_pack_items +#selection_priority_text_box_value +#send_button_accessibility_text +#serialized_actor_pose +#server_add_info_box +#server_column_collection_index +#server_id_text_box +#server_nested_buttons_visible +#server_region_connected_visible +#server_row_collection_index +#server_search_box +#server_sim_distance +#server_sim_distance_enabled +#server_sim_distance_slider_label +#server_sim_distance_steps +#server_sim_distance_text_value +#server_visibility_enabled +#server_visible +#serverbound_client_diagnostics_enabled +#servers_network_world_item_grid_dimension +#set_target_rotation +#shield_base_color +#shield_base_color_hovered +#shield_is_active +#should_host +#should_show_bundle_open_back +#should_show_bundle_open_front +#should_show_subscription_tab +#show_border_effect +#show_border_effect_enabled +#show_bounding_box_binding_name +#show_bounding_box_toggle +#show_bounding_box_toggle_off +#show_bounding_box_toggle_on +#show_convert_to_infinite_button +#show_coordinates +#show_coordinates_enabled +#show_days_played +#show_days_played_enabled +#show_deferred_render_distance +#show_edu_icon +#show_end_poem +#show_full_copy_coordinates_keys +#show_hovered_selected_inventory_slot +#show_input_overlay_armors_and_tools +#show_input_overlay_templates +#show_item_pickup +#show_material_overlay_ingot +#show_more +#show_new_edit_realm_world_opt_in +#show_new_play_screen_opt_in +#show_new_play_screen_servers_opt_in +#show_no_xbl_and_local_content_warning +#show_no_xbl_and_no_local_content_warning +#show_persistent_bundle_hover_text +#show_raytracing_render_distance +#show_reload_custom_skin_button +#show_selected_button_highlight +#show_standard_copy_coordinates_keys +#show_submit_feedback_screen +#show_worlds_populating_progress +#showing_new_player_flow_buttons +#showing_platform_store_icon +#sidebar_nav_image_bilinear_enabled +#sidebar_nav_image_file_system +#sidebar_screen_nav_screen_button_label +#sidebar_section_collection_index +#sidebar_verbose_toggle_check +#sign_in_error_client_visible +#sign_in_ios_buttons_visible +#sign_text_multi +#simple_sidebar_factory_collection +#simple_sidebar_option_toggle_check +#skin_button_game_pad_visible +#skin_collection_index +#skin_collection_index +#skin_cycle_pack_left_button_enabled +#skin_cycle_pack_right_button_enabled +#skin_idx +#skin_pack_collection_index +#skin_pack_collector_collection_index +#skin_pack_loading_progress_visible +#skin_pack_right_panel_skin_count_text +#skin_pack_right_panel_texture_pack_count_text +#skin_pack_right_panel_usage_is_limited +#skin_pack_right_panel_usage_text +#skin_pack_right_panel_usage_tooltip_text +#skin_pack_right_panel_world_count_text +#skin_rotation +#skin_search_progress_visible +#skins_collection_index +#slider_value +#smooth_lighting +#smooth_lighting_enabled +#sneak_hold +#sneak_toggle +#sort_menu_collection_grid_dimensions +#sort_relevance_toggle_check +#sort_toggle_label_tts_override +#sound_to_play +#split_screen_radio_horizontal +#split_screen_radio_vertical +#splitscreen_interface_opacity +#splitscreen_interface_opacity_enabled +#splitscreen_interface_opacity_slider_label +#stack_splitting_bar_offset_x +#stack_splitting_bar_offset_y +#stack_splitting_bar_visible +#start_hosting_button_visible +#start_selected +#start_with_map +#start_with_map_enabled +#starter_bundle_offer_prompt_text +#starter_bundle_strikethrough_visible +#static_joystick +#static_joystick_enabled +#static_permissions_display_description +#stone_cell_background_texture +#storage_location_radio_external +#storage_location_radio_package +#store_button_art_default_alpha +#store_button_art_default_bg_path +#store_button_art_default_fg_path +#store_button_art_hover_alpha +#store_button_art_hover_bg_path +#store_button_art_hover_fg_path +#store_button_art_label_color +#store_button_banner_text_color +#store_button_banner_texture +#store_button_banner_texture_source +#store_button_banner_visible +#store_error_tooltip_visible +#store_offer_section_visible +#store_row_image_animation_name +#store_row_image_texture_filepath +#store_row_image_texture_name +#structure_3d_export_mode +#structure_animation_blocks +#structure_animation_layers +#structure_animation_none +#structure_corner_mode +#structure_data_mode +#structure_load_mode +#structure_name +#structure_name_content_binding_name +#structure_redstone_disk +#structure_redstone_memory +#structure_save_mode +#student_button_grid_dimensions +#student_buttons_collection_index +#sub_command +#sub_dependent_packs_description +#sub_dependent_packs_version +#sub_legacy_world_description +#sub_legacy_world_warning_button +#sub_retailtopreview_world_date +#sub_retailtopreview_world_description +#sub_retailtopreview_world_error +#sub_retailtopreview_world_name +#sub_retailtopreview_world_size +#sub_retailtopreview_world_update +#sub_retailtopreview_world_valid +#sub_retailtopreview_world_version +#sub_retailtopreview_world_warning +#sub_retailtopreview_world_warning_button +#sub_world_template_game_type +#submit_feedback_in_progress +#submit_text +#subscription_banner_visible +#subscription_chevron_visibility +#subscription_world_template_text +#suggested_content_visible +#suggested_offers_loading +#suggested_offers_title +#suggested_template_factory_collection +#sunsetting_do_not_show_again +#supports_available_space_query +#switch_storage_type_enabled +#switch_storage_type_toggle_label +#sync_legacy_world_button_visible +#sync_retailtopreview_world_button_visible +#tab_button_label_text_color +#tag_collapsed_collection_length +#tag_columns_collection_length +#template_controls_visiblity +#template_search_box +#terms_and_conditions_hyperlink +#text +#text_box_name +#text_box_photos +#text_edit_box_focus_override_down +#text_edit_box_focus_override_up +#text_edit_selected +#text_tts +#texture +#texture_file_system +#texture_hot_reloader_enabled +#third_party_featured_item_grid_dimension +#third_party_profile_pic_file_system +#third_party_screenshot_visible +#third_party_server_logo_resource_location +#third_party_server_logo_texture_path +#thirdperson_radio_first +#thirdperson_radio_third_back +#thirdperson_radio_third_front +#this_promo_screenshot_selected +#thumbnail_texture_file_system +#tile_drops +#tile_drops_enabled +#time_since_manage_feed_post +#timer_field_count_to_show +#title_text +#title_text_box +#tnt_explodes +#tnt_explodes_enabled +#toast_progress_bar_current_amount +#toast_progress_bar_total_amount +#toggle_group_forced_index +#toggle_on_hover +#toggle_state +#top_button_scale_radio_big +#top_button_scale_radio_medium +#top_button_scale_radio_small +#top_right_block +#total_size_binding +#touch_classic_dpad_being_used +#touch_controls_v2_crosshair_mode +#touch_controls_v2_touch_mode +#touch_joystick_crosshair_being_used +#touch_joystick_tap_being_used +#touch_progress_bar_visible +#trade_details_button_1_visible +#trade_details_button_2_visible +#trade_item_focus_override_left +#trade_item_focus_override_right +#trial_creative_mode_enabled_abtest +#trial_legacy_worlds_enabled_abtest +#trial_marketplace_enabled_abtest +#trial_multiplayer_enabled_abtest +#trial_purchase_link_visible +#trial_resource_pack_enabled_abtest +#trial_seeds_enabled_abtest +#trial_server_enabled_abtest +#trial_trialworld_transfer_enabled_abtest +#trial_upsell_continue_button +#trial_upsell_expired_updatedDescription +#trial_upsell_updatedDescription +#trial_xboxlive_enabled_abtest +#tts_dialog_body +#tts_dialog_title +#tts_filters_appliedCount_text +#tts_offer_markdown_percentage +#tts_overrride_offer_full_price +#tts_purchase_with_coins_button_text +#typeface_radio_mojangles +#typeface_radio_notoSans +#ui_profile_radio_classic +#ui_profile_radio_pocket +#uncommon +#understand_purchase_warning +#uninvited_friends_buttons_visible +#uninvited_friends_nextButton_visible +#uninvited_friends_page_index_text +#uninvited_friends_prevButton_visible +#unlink_consequences_acknowledged +#unlock_full_game_button_text +#unowned_grid_dimensions +#unowned_pack_items +#unowned_visible +#unread_notification_icon_visibility +#unselectable_button_visibility +#unselectable_dust_is_visible +#update_dimensions_make_backup +#update_notification_section_visible +#update_notification_visible +#upper_online_buttons_visible +#upscaling_mode_radio_bilinear +#upscaling_mode_radio_taau +#upscaling_mode_toggle_label +#use_heart_offset +#using_ellipses +#uv_offset_x +#verbose_sidebar_factory_collection +#verbose_sidebar_option_toggle_check +#version +#version_filter_text_box +#vibrant_visuals_badge_visible +#vibrant_visuals_hover_icon_file_system +#vibrant_visuals_hover_visible +#visible +#vsync_adaptive +#vsync_off +#vsync_on +#waterlog_blocks_toggle +#weather_cycle +#weather_cycle_enabled +#websocket_encryption_visible +#world_button_focus_identifier +#world_column_collection_index +#world_controls_visiblity +#world_difficulty_dropdown_enabled +#world_difficulty_dropdown_toggle_label +#world_difficulty_radio_easy +#world_difficulty_radio_hard +#world_difficulty_radio_normal +#world_difficulty_radio_peaceful +#world_download_info_visible +#world_download_progress_bar_percentage +#world_game_mode_dropdown_enabled +#world_game_mode_dropdown_toggle_label +#world_game_mode_radio_adventure +#world_game_mode_radio_creative +#world_game_mode_radio_spectator +#world_game_mode_radio_survival +#world_name +#world_name_enabled +#world_row_collection_index +#world_search_box +#world_seed +#world_seed_enabled +#world_template_icon_texture +#world_template_icon_texture_file +#world_template_icon_texture_zip +#world_template_inventory_factory_collection +#world_template_option_locked_warning_text +#world_template_options_lock_warning_text +#world_template_permissions_locked_warning_text +#world_template_types_toggle_check +#world_type_dropdown_enabled +#world_type_dropdown_toggle_label +#world_type_radio_flat +#world_type_radio_infinite +#world_type_radio_old +#worlds_tab_import_button_focus_down_override +#write_feedback_textbox +#x_padding +#xbl_broadcast_dropdown_toggle_label +#xbl_broadcast_friends_of_friends +#xbl_broadcast_friends_only +#xbl_broadcast_invite_only +#xbl_multiplayer_warning_label_visible +#xbl_multiplayer_warning_text +#xbl_show_broadcast_dropdown +#y_padding \ No newline at end of file diff --git a/extends/button_id.txt b/extends/button_id.txt new file mode 100644 index 0000000..d7f0bd0 --- /dev/null +++ b/extends/button_id.txt @@ -0,0 +1,947 @@ +button.paddle_left +button.controller_start +button.slot3 +button.slot9 +button.file_upload_cancel +button.close +button.add_popup_escape +button.tapped_bundle_item_icon +button.container_auto_destroy +button.save_button +button.picked_inventory +button.cycle_recipe_left +button.ugc_item +button.redirect_to_upsell +button.choose_skinny +button.menu_settings +button.clear_screenshots_cache +button.deselected_pack +button.store +button.sort_up +button.navigate_edit_world +button.font_license_popup +button.menu_legacy_world_item_delete +button.portfolio_export +button.cancel_close_without_saving +button.close_manage_feed +button.show_more_offers +button.player_count +button.paddle_right +button.turn_left +button.control +button.enable_text_to_speech +button.look_up_smooth +button.full_screen +button.build_or_attack_or_block_select +button.downright +button.clear_selected_recipe +button.search_bar_clear +button.showEula +button.insert_photo_page +button.hide_bundle_tooltip +button.host_toggle +button.add_realm +button.select_worlds +button.menu_invalid_world_template_clicked +button.manage_account +button.featured_category +button.menu_realm_send_invites +button.close_options_popup +button.world_slot +button.menu_realm_world_trial +button.next_friends_page +button.file_upload_wifi_warning_continue +button.eduCloud_learn_more +button.toggle_verbose_state +button.get_more_skins +button.share +button.pan_left +button.redirect_button +button.select_screenshot +button.genre +button.close_filter_menu +button.menu_inventory_cancel +button.look_down_smooth +button.arrow_down +button.command_macro_2 +button.command_macro_6 +button.anvil_coalesce_stack +button.cancel +button.insert_text_page +button.chat_menu_cancel +button.sub_command +button.trade_details_2 +button.starter_buy_now_button +button.menu_offline +button.ai_lesson_crafter +button.additional_realms_buy_button +button.continue +button.manual_save_checkbox +button.expand_realms +button.copy_local_world +button.menu_feed +button.portfolio_add_photo +button.delete_account +button.clear_content_log_files +button.expand_advanced_graphics +button.see_realms_subscription +button.view_achievement +button.redeem_realms_item +button.menu_cancel +button.destroy_or_interact +button.scoreboard +button.look_right_smooth +button.arrow_left +button.command_macro_7 +button.focus_left +button.focus_right +button.remove_trial +button.trade_secondary_select +button.player_profile_card +button.settings_help +button.reset_party_settings_filters +button.more_realms_plus_templates +button.back +button.menu_legacy_world_item_migrate +button.entry_confirm +button.tag_trailer +button.archived_world_upload +button.delete_resource_button +button.select_nav_option +button.close_result_panel +button.apply_to_realm +button.purchase_with_currency +button.user_rating_star_toggle +button.select_appearance +button.open_default_character_selection_modal +button.promotion_page +button.emote_slot_2 +button.command_macro_3 +button.cartography_result_take_half_place_one +button.menu_exit +button.close_share_popup +button.privpol_popup +button.edit_page +button.force_gui_scaling +button.privacy_and_online_safety +button.menu_realms +button.additional_realms_right_button +button.save_active_world_button +button.score_player_profile_card +button.form_button_click +button.exit_student +button.exit_advanced +button.menu_start_realms_world +button.hide_gui_all +button.slot_pressed +button.edu_cloud_conflict_resolution_cloud_button +button.play_video +button.share_world_link +button.exit_verbose_state_bg +button.text_edit_box_deselected +button.cast_select +button.structure_3D_export +button.copy_facing_coordinates +button.look_left +button.grindstone_coalesce_stack +button.main_menu_button +button.window_right +button.restore +button.clear +button.play_button +button.export_book +button.focus_debug +button.emote_wheel_exit_non_gamepad +button.is_hovered +button.friends_drawer +button.play_realm +button.available_pack +button.menu_quit +button.connect_to_third_party_server +button.portfolio_convert_right +button.hotbar_inventory_left +button.view_toggle +button.preview_app1 +button.purchase_with_coins +button.navigate_to_store_search_resource +button.scrollToRateContent +button.tab_button +button.skin_selected_skins_page +button.clear_pack_type_filters +button.menu_down +button.build_or_interact +button.slot2 +button.command_macro_chord_7 +button.output_coalesce_stack +button.join_world_popup +button.teams_share +button.copy_to_clipboard +button.reset_binding +button.new_realm +button.showEligibility +button.confirm +button.menu_navigation +button.master_buy_now_button +button.realms_player_count_10 +button.download_realms_world +button.view_profile +button.terms_and_conditions_popup +button.attribution_popup +button.exit_verbose_state +button.navigate_first_page +button.structure_import +button.menu_tertiary_select +button.sneak +button.controller_autocomplete +button.shift +button.copy_facing_block_coordinates +button.look_down +button.labtable_take_all_place_all +button.view_worlds +button.container_take_half_place_one +button.recipe_book_toggle_hovered +button.action_button +button.realms_warning_more_info +button.dialog_button +button.join_server_anyway +button.menu_local_world_item_edit +button.menu_network_join_by_code_popup_join +button.free_preview_realm_available +button.play_world +button.clear_diagnostics_captures +button.dev_trigger_graphics_device_loss +button.select_emote_slot_1 +button.real_money_purchase +button.navigate_previous_page +button.go_back +button.edit_appearance_preset +button.retry_appearance_preset +button.structure_detect +button.controller_secondary_select +button.right +button.descend +button.look_up_left +button.button_hovered +button.access +button.maximize +button.shape_drawing +button.new_world +button.open_demo_popup_link +button.mute_chat +button.host_main +button.open_chat_settings +button.turn_right +button.close_entry_prompt_dialog +button.trade_take_all_place_all +button.choose_fat +button.gathering +button.menu_store +button.sync_legacy_worlds +button.sync_retailtopreview_worlds +button.view_feed +button.expand_selected +button.expand_available +button.submit_custom_form +button.kick +button.menu_start_local_world +button.portfolio_page_next +button.manage_feed_prev_button +button.lesson_complete +button.tutorial_restart +button.claim_all +button.swap_color_channel_left +button.menu_autocomplete +button.toggle_perspective +button.sprint +button.block_select +button.emote_slot_1 +button.hide_tooltips +button.grindstone_take_all_place_all +button.loom_result_take_half_place_one +button.confirm_passcode +button.local_button +button.finalize +button.scroll_down +button.pointer_pressed +button.visual_button +button.recent_skin_hovered +button.default_skin_hovered +button.menu_play +button.download_save +button.confirm_button +button.connecting_close +button.error_close +button.menu_alternate_tab_left +button.fly_up_slow +button.emote_slot_3 +button.menu_select +button.pattern_select +button.view_library +button.error_ok +button.coalesce_stack +button.container_auto_place_one +button.recipe_select +button.signIn +button.update_and_play +button.menu_achievements +button.realms_options_close +button.selected_pack +button.read_toggle +button.menu_network_join_by_code +button.menu_realms_world_item_edit +button.cancel_reset +button.size +button.exit_done +button.found_cancel +button.dressing_room +button.close_eduCloud_error_popup +button.open_content_log_history +button.realms_plus +button.none_piece_option +button.menu_textcursorleft +button.dev_console_2 +button.inventory_left +button.jump +button.sprint_toggle +button.menu_alternate_tab_right +button.switch_to_controller +button.content_log_history_chord +button.change_flight_height +button.comp_create_take_all_place_all +button.matreduce_take_all_place_all +button.scrollbar_touch +button.crafting_output_secondary +button.startBrowsing +button.click_autocomplete +button.generate_random +button.realms_invite_plus +button.realms_copy_invite_link +button.realm_invitation_decline +button.renew +button.edit_world +button.student_button +button.switch_to_new_ui_servers +button.cancel_join_server +button.navigate_screenshots_left +button.description_read_toggle +button.editor_settings +button.rating_no_button +button.sign_in +button.done_add_resource_button +button.sort +button.expand_skin_pack +button.default_skin_selected +button.navigate_to_store_search_mashup +button.cycle_offer_left +button.select_promotion_item +button.pressedArrowRight +button.left +button.block_select_toggle +button.command_macro_chord_4 +button.chat_autocomplete_back +button.output_take_one_place_one +button.import +button.arrow_key +button.reset_keyboard_bindings +button.customize_tooltip_option_is_hovered +button.show_skip +button.sign_book +button.pause +button.force_screens_type_pocket +button.reload_ui_definitions +button.load_game +button.menu_network_server_world_edit +button.portfolio_convert_left +button.edu_cloud_hyperlink +button.hotbar_inventory_button +button.stop_hosting +button.dropdown_nav_toggle_on_hover +button.defaultNoAction +button.pan_right +button.structure_save +button.structure_load +button.menu_textcursorright +button.look_up +button.hide_gui +button.command_macro_9 +button.command_macro_chord_1 +button.home +button.try_menu_exit +button.select_offer +button.purchaseErrorBack +button.auth_cancel +button.delete_page +button.scroll_right +button.trade +button.choose_custom_skin +button.delete_local_screenshots +button.coin_wallet +button.additional_realms_left_button +button.sort_down +button.menu_how_to_play +button.debug_drawer_button +button.portfolio_delete_photo_right +button.cancel_add_resource_button +button.addons_faq +button.action +button.info +button.eduCloud_error_ok +button.feedback_link +button.custom_skin_info_popup +button.open_expanded_appearance_view +button.equip_piece +button.click_on +button.structure_reset +button.sneak_toggle +button.controller_select +button.look_center +button.memory_warning_cancel +button.container_take_all_place_all +button.close_dialog +button.remove_button +button.emote_hovered +button.cycle_recipe_right +button.update +button.report_errors +button.navigate_screenshots_right +button.portfolio_delete_photo_left +button.download_failed_cancel +button.popup_escape +button.tag_escape +button.file_upload_play +button.unlink_msa +button.navigate_to_store_search_world +button.close_edit_appearance_preset +button.expand_toggle +button.subgenre +button.controller_secondary_select_right +button.ascend +button.look_down_slight +button.look_down_left +button.screenshot +button.text_edit_box_clear +button.labtable_coalesce_stack +button.service +button.mail_share +button.copy_share_link +button.layout_increment +button.cancel_purchase +button.chat_previous_message +button.trade_select +button.enchantment_details +button.menu_skins +button.textures +button.move_left +button.pack_settings +button.navigate_create_new_world +button.close_popup +button.menu_local_world_create +button.news_read_toggle +button.no_local_worlds_launch_help +button.no_photo_alert_ok +button.join_server +button.new_world_upload +button.reset_new_player_flow +button.select_control_mode +button.filter +button.copy_current_coordinates +button.slot5 +button.command_macro_chord_8 +button.combine +button.cursor_drop_one +button.reset_gamepad_bindings +button.teleport_clear +button.close_chat_settings +button.open_dev_console +button.menu_servers +button.warningDependency +button.retry +button.realms_plus_buy_button +button.delete_save +button.edit_realm +button.activate_world +button.menu_open_uri +button.join_and_download_required +button.leave +button.hide_paperdoll_hud +button.wake_up_button +button.add_friend +button.library_back_button +button.switch_accounts +button.controller_hover_open_verbose_view +button.turn_down +button.controller_secondary_select_left +button.block_select_with_data +button.slot1 +button.console +button.menu_check_store +button.classrooms_share +button.window_left +button.drop_one +button.pick_debug_object +button.simulate_touch +button.send_feedback +button.playSolo +button.realms_player_count_2 +button.proceed +button.hide_tooltips_hud +button.close_to_code_entry +button.ok +button.cloud_learn_more_link +button.copy_build_info +button.open_color_picker +button.navigate_carousel_left +button.close_differences_dialog +button.stonecutter_result_take_half_place_one +button.dropdown_exit +button.content_log_history +button.anvil_take_all_place_all +button.library_home +button.memory_warning_ok +button.container_slot_hovered +button.visit_help +button.tapped_bundle_tooltip +button.scroll_up +button.send +button.unowned_pack +button.addonLink +button.navigate_edit_realms_world +button.cycle_pack_left +button.menu_network_join_by_code_close +button.add_member +button.edu_cloud_conflict_resolution_both_button +button.library_search +button.delete_manifest +button.must_exit_world_error_dialog +button.cycle_offer_right +button.confirm_delete +button.stone_select +button.comp_create_coalesce_stack +button.layout_decrement +button.clear_hotbar_or_remove_one +button.buy_now +button.confirm_bundle_purchase +button.keyboard_toggle +button.two_player +button.feedback_button_pressed +button.signin +button.realms_invite_find_friends +button.ten_users +button.exit_student_edit +button.delete_action +button.close_permissions_popup +button.ban +button.menu_import_level +button.menu_realm_nintendo_first_realm_purchase_button +button.menu_sign_in_to_view_realms +button.rating_yes_button +button.send_invites +button.entered_entries +button.entry_grid_button +button.connecting_cancel +button.join_world +button.start_hosting +button.resource_button +button.select_skin +button.onedrive_link +button.cycle_skins_right +button.search_header_clear +button.go_to_top +button.cycle_screenshots_left +button.swap_color_channel_right +button.help +button.emote_slot_0 +button.hide_paperdoll +button.command_macro_4 +button.world_picker_skip +button.add_server +button.cursor_drop_all +button.view_all_packs +button.tos_popup +button.buy +button.first_lower_popup_button +button.chat +button.turn_up +button.view_recent_skin +button.restore_store +button.realms_duration_long +button.exit_or_toggle +button.to_profile_or_skins_screen +button.view_third_party_server_offers +button.menu_network_world_item +button.option_reset +button.entry_ip +button.menu_retry +button.resources +button.library_item +button.refresh_manifest +button.reset_settings +button.save +button.purchase_error_dialog +button.nav_button +button.cycle_screenshots_right +button.create_selected_persona +button.click_off +button.dev_console +button.menu_secondary_select +button.look_left_smooth +button.arrow_right +button.command_macro_0 +button.command_macro_chord_0 +button.command_macro_chord_5 +button.text_edit_box_selected +button.enchant +button.unlink +button.library_category +button.reset +button.goBack +button.learn_more_popup_link +button.scroll_left +button.chat_next_message +button.menu_tab_left +button.code_builder +button.menu_world_template_clicked +button.addon_copy_realms_warning +button.exit_maximized +button.add_url +button.menu_permission +button.join_and_download_everything +button.previous_friends_page +button.image_prev +button.controller_hover_close_verbose_view +button.show_profile_settings +button.in_csb_button +button.interact_button +button.select_blade_offer +button.cast_back +button.menu_textedit_down +button.up_ignore +button.ascendScaffolding +button.fly_down_slow +button.hotbar_drop_all +button.text_to_speech +button.command_macro_1 +button.command_macro_chord_6 +button.education_resources +button.filter_toggle_hovered +button.privpol_hyperlink +button.menu_continue +button.deleteResources +button.bottom_modal +button.all +button.skins +button.csb_cancel +button.two_users +button.save_to_storage +button.entry_clear +button.manage_feed_next_button +button.undo +button.preview_app2 +button.cycle_next_debug_overlay_page +button.dev_allocate_texture_handles +button.equip_skin +button.navigate_to_store_search_addon +button.item_action +button.submit_rating +button.change_height +button.swap_to_right_limb +button.cast_right_select +button.inventory_right +button.controller_textedit_up +button.controller_back +button.menu_tab_right +button.open_crafting +button.look_up_right +button.arrow_up +button.toggle_control_hud +button.command_macro_chord_2 +button.respawn_button +button.destroy_selection +button.acceptEula +button.open_demo_screen +button.online_button +button.open_main_menu +button.menu_profile +button.realms_plus_right_button +button.backup_download +button.menu_network_server_item +button.error_try_again +button.edu_cloud_conflict_resolution_local_button +button.download_cancel +button.coin_purchase +button.collect_achievement +button.tab_name +button.language +button.smithing_table_take_half_place_one +button.left_panel_tab_decrement +button.left_panel_tab_increment +button.build_or_attack +button.anvil_take_half_place_one +button.menu_leave_screen +button.loom_result_take_all_place_all +button.clear_hotbar_or_drop +button.ten_player +button.interact +button.tabbed_buy_now_button +button.trade_details_1 +button.cloud_help_button +button.menu_edu_play +button.menu_inbox +button.to_profile_screen +button.create_realm +button.realms_invite_share +button.portfolio_page_prev +button.confirm_close_without_saving +button.confirm_reset +button.close_sign_out_fail_popup +button.manage_invites_popup +button.cycle_previous_debug_overlay_page +button.select_screen_nav_button_option +button.cycle_skins_left +button.realms_pack_more_info +button.apply_persona_piece +button.cycle_promotions_left +button.platform_restricted +button.cast_left_select +button.structure_export +button.menu_autocomplete_back +button.look_right +button.learn_more +button.info_accept +button.swap_page_right +button.trade_coalesce_stack +button.more_custom_templates +button.view_default_skin +button.back_to_selector_area +button.premium_skin_unhovered +button.expand_view +button.menu_get_started +button.remove_pack_button +button.start_transfer +button.my_account +button.realms_invite_minus +button.invite_links +button.delete_selected_saves +button.realms_pack +button.cycle_pack_right +button.view_skin +button.menu_quick_play +button.open_account_setting_gamecore +button.hotbar_inventory_right +button.manage_feed_delete +button.add_resource_learn_more +button.search_clear +button.item_pdp +button.smithing_table_take_all_place_all +button.emote +button.controller_autocomplete_back +button.interactwithtoast +button.inventory +button.destroy_or_attack +button.look_up_slight +button.upleft +button.matreduce_coalesce_stack +button.right_panel_tab_decrement +button.shift_pane_focus +button.crafting_container_auto_place +button.prev_page +button.book_exit +button.chat_paste_coordinates +button.new_ui_debug +button.emote_hovered_via_analog +button.menu_buy_game +button.accept_skin +button.menu_invite_notification +button.clear_cache +button.csb_info +button.menu_realms_plus_template_clicked +button.realms_invite_unblock +button.play_on_realm_close +button.restore_save +button.switch_to_new_ui +button.download_failed_open +button.select_all +button.sign_out +button.copy_account_info +button.seeMoreBy +button.navigate_next_page +button.delete_appearance_preset +button.close_sort_menu +button.drop +button.menu_inventory_drop_all +button.copy_coordinates +button.command_macro_chord_3 +button.chat_autocomplete +button.drop_all +button.recipe_search +button.recipe_secondary +button.tos_hyperlink +button.next_page +button.cancelServicePack +button.menu_right +button.menu_clear +button.emote_selected +button.skin_unhovered +button.exit +button.clear_members +button.select_save_options +button.invalid_pack +button.server_found_close +button.tag +button.external_link +button.leak_memory +button.skin_selected +button.play_emote_again +button.navigate_carousel_right +button.slot7 +button.slot8 +button.slot0 +button.command_macro_8 +button.command_macro_chord_9 +button.cartography_result_take_all_place_all +button.grindstone_take_half_place_one +button.container_reset_held +button.binding_button +button.modify_control_layout +button.recipe_tertiary +button.crafting_output_tertiary +button.right_learn_more +button.second_lower_popup_button +button.reopen_keyboard +button.reset_chat_settings +button.mobeffects +button.emote_selected_updated +button.faq_screen +button.premium_skin_hovered +button.edu_feedback +button.featured_world +button.more_info +button.credits +button.skin_hovered +button.menu_network_add_friend +button.menu_realms_world_item_remove +button.create_on_realms_button +button.hotbar_select +button.entry_close +button.image_next +button.change_arm_size +button.differences_information_button +button.cast_single_character_button +button.change_piece_color +button.exit_filter_menu +button.stonecutter_result_take_all_place_all +button.menu_textedit_up +button.menu_left +button.descendScaffolding +button.controller_textedit_down +button.slot4 +button.down_ignore +button.command_macro_5 +button.convert_legacy_world +button.passcode_popup_escape +button.return +button.container_auto_place +button.reset_touch_bindings +button.view_character_creator_items +button.goToDownload +button.cancel_purchase_show_demo_choice +button.menu_choose_slot +button.main_menu +button.csb_buy +button.addon_select_world +button.addon_copy_world_warning +button.menu_invite_players +button.menu_realms_feed +button.more_coding +button.equip_size +button.navigate_to_store_search_skin +button.navigate_to_store_search_vibrantvisuals +button.cycle_promotions_right +button.select_bundle_summary_offer +button.smithing_table_coalesce_stack +button.immersive_reader +button.menu_auto_place +button.look_down_right +button.output_take_all_place_all +button.create_new +button.servers +button.right_panel_tab_increment +button.menu_custom_world_template_clicked +button.swap_page_left +button.menu_up +button.trade_take_half_place_one +button.undo_skin +button.worlds +button.realms_plus_left_button +button.realms_remove_invite_link +button.expand_unowned +button.expand_action_edit +button.joincode_share +button.manage_feed_ignore +button.reset_day_one_experience +button.gamma_calibration +button.show_more_skin_packs +button.is_appearance_status_hovered +button.swap_to_left_limb +button.pressedArrowLeft +button.mobeffectsandinteractwithtoast +button.menu_inventory_drop +button.slot6 +button.upright +button.downleft +button.menu_ok +button.menu_toggle +button.search_bar_hovered +button.crafting_output_primary +button.clear_hotbar +button.left_learn_more +button.picked +button.menu_choose_realm +button.set_spawn +button.dismount +button.toast_interaction +button.trade_toggle_hovered +button.view_premium_skin +button.launch_editions +button.deselect_resource +button.next +button.addons +button.mashups +button.more_suggested_content_offers +button.playWithFriends +button.realms_duration_short +button.realm_invitation_accept +button.cancel_join_realm +button.exit_basic +button.advanced_settings +button.add_command +button.get_offline_authcode +button.close_button +button.join +button.opacity +button.generate_joincode +button.restart_hosting +button.local_world_upload +button.get_certificate +button.licensed_content_popup +button.homeButton +button.search +button.scroll_map +button.purchase_coins +button.equip_color +button.clear_all_filters +button.down +button.menu_cancel +button.pointer_pressed +button.menu_select +button.pause +button.alt +button.chat +button.code_builder +button.menu_tab_left +button.up +button.menu_right +button.mobeffects +button.menu_up +button.menu_ok +button.dismount \ No newline at end of file diff --git a/flake.lock b/flake.lock deleted file mode 100644 index 17ecc18..0000000 --- a/flake.lock +++ /dev/null @@ -1,663 +0,0 @@ -{ - "nodes": { - "flake-compat": { - "locked": { - "lastModified": 1733328505, - "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=", - "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec", - "revCount": 69, - "type": "tarball", - "url": "https://api.flakehub.com/f/pinned/edolstra/flake-compat/1.1.0/01948eb7-9cba-704f-bbf3-3fa956735b52/source.tar.gz" - }, - "original": { - "type": "tarball", - "url": "https://flakehub.com/f/edolstra/flake-compat/1.tar.gz" - } - }, - "flake-parts": { - "inputs": { - "nixpkgs-lib": "nixpkgs-lib" - }, - "locked": { - "lastModified": 1775087534, - "narHash": "sha256-91qqW8lhL7TLwgQWijoGBbiD4t7/q75KTi8NxjVmSmA=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "3107b77cd68437b9a76194f0f7f9c55f2329ca5b", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-parts_2": { - "inputs": { - "nixpkgs-lib": [ - "nixvim", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1768135262, - "narHash": "sha256-PVvu7OqHBGWN16zSi6tEmPwwHQ4rLPU9Plvs8/1TUBY=", - "owner": "hercules-ci", - "repo": "flake-parts", - "rev": "80daad04eddbbf5a4d883996a73f3f542fa437ac", - "type": "github" - }, - "original": { - "owner": "hercules-ci", - "repo": "flake-parts", - "type": "github" - } - }, - "flake-utils": { - "inputs": { - "systems": "systems" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_2": { - "inputs": { - "systems": "systems_2" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "flake-utils_3": { - "inputs": { - "systems": "systems_4" - }, - "locked": { - "lastModified": 1731533236, - "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", - "owner": "numtide", - "repo": "flake-utils", - "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", - "type": "github" - }, - "original": { - "owner": "numtide", - "repo": "flake-utils", - "type": "github" - } - }, - "home-manager": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1775425411, - "narHash": "sha256-KY6HsebJHEe5nHOWP7ur09mb0drGxYSzE3rQxy62rJo=", - "owner": "nix-community", - "repo": "home-manager", - "rev": "0d02ec1d0a05f88ef9e74b516842900c41f0f2fe", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "release-25.11", - "repo": "home-manager", - "type": "github" - } - }, - "honkai-railway-grub-theme": { - "inputs": { - "flake-utils": "flake-utils", - "nixpkgs": "nixpkgs" - }, - "locked": { - "lastModified": 1775016235, - "narHash": "sha256-/C6J0Zf6APHUrPXVkXTsOYcQWGzusoO3SVG8bXlLink=", - "owner": "voidlhf", - "repo": "StarRailGrubThemes", - "rev": "4a84e576bb544afbdfc76dbe40ffc50a5c2b16de", - "type": "github" - }, - "original": { - "owner": "voidlhf", - "repo": "StarRailGrubThemes", - "rev": "4a84e576bb544afbdfc76dbe40ffc50a5c2b16de", - "type": "github" - } - }, - "hytale-launcher": { - "inputs": { - "nixpkgs": "nixpkgs_2" - }, - "locked": { - "lastModified": 1775840082, - "narHash": "sha256-7vLn6AaVuB8GAwwxNGWziYw90ZxZaRofawdvn05qprE=", - "owner": "zarilion", - "repo": "hytale-launcher-nix", - "rev": "30aef1c62122e0ec1b6b80c2b92cab84c333da84", - "type": "github" - }, - "original": { - "owner": "zarilion", - "repo": "hytale-launcher-nix", - "type": "github" - } - }, - "ixx": { - "inputs": { - "flake-utils": [ - "nixvim", - "nuschtosSearch", - "flake-utils" - ], - "nixpkgs": [ - "nixvim", - "nuschtosSearch", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1754860581, - "narHash": "sha256-EM0IE63OHxXCOpDHXaTyHIOk2cNvMCGPqLt/IdtVxgk=", - "owner": "NuschtOS", - "repo": "ixx", - "rev": "babfe85a876162c4acc9ab6fb4483df88fa1f281", - "type": "github" - }, - "original": { - "owner": "NuschtOS", - "ref": "v0.1.1", - "repo": "ixx", - "type": "github" - } - }, - "niri": { - "inputs": { - "niri-stable": "niri-stable", - "niri-unstable": "niri-unstable", - "nixpkgs": "nixpkgs_3", - "nixpkgs-stable": "nixpkgs-stable", - "xwayland-satellite-stable": "xwayland-satellite-stable", - "xwayland-satellite-unstable": "xwayland-satellite-unstable" - }, - "locked": { - "lastModified": 1776435348, - "narHash": "sha256-qsZnMThxTqxCJZ7DEKu3DD3KjIPcuUBvZ0C9a2uIvaQ=", - "owner": "sodiboo", - "repo": "niri-flake", - "rev": "55b5b1fc9481ab267603a1099e5d4b4ebc7394d7", - "type": "github" - }, - "original": { - "owner": "sodiboo", - "repo": "niri-flake", - "type": "github" - } - }, - "niri-stable": { - "flake": false, - "locked": { - "lastModified": 1756556321, - "narHash": "sha256-RLD89dfjN0RVO86C/Mot0T7aduCygPGaYbog566F0Qo=", - "owner": "YaLTeR", - "repo": "niri", - "rev": "01be0e65f4eb91a9cd624ac0b76aaeab765c7294", - "type": "github" - }, - "original": { - "owner": "YaLTeR", - "ref": "v25.08", - "repo": "niri", - "type": "github" - } - }, - "niri-unstable": { - "flake": false, - "locked": { - "lastModified": 1776432730, - "narHash": "sha256-Pq1ZVvRGq/IFiFH6vkNwMfZEpWk23NjgGdX50COdj/c=", - "owner": "YaLTeR", - "repo": "niri", - "rev": "c814c656c53ea9d69f5afb45c88f4dc4d25338cd", - "type": "github" - }, - "original": { - "owner": "YaLTeR", - "repo": "niri", - "type": "github" - } - }, - "nix-index-database": { - "inputs": { - "nixpkgs": [ - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1775970782, - "narHash": "sha256-7jt9Vpm48Yy5yAWigYpde+HxtYEpEuyzIQJF4VYehhk=", - "owner": "nix-community", - "repo": "nix-index-database", - "rev": "bedba5989b04614fc598af9633033b95a937933f", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nix-index-database", - "type": "github" - } - }, - "nixcord": { - "inputs": { - "flake-compat": "flake-compat", - "flake-parts": "flake-parts", - "nixpkgs": "nixpkgs_4", - "nixpkgs-nixcord": "nixpkgs-nixcord" - }, - "locked": { - "lastModified": 1776443739, - "narHash": "sha256-NEwgjeZ1P03f5WjmOBENLzc7Ij9vb6XkjFXTAleYttU=", - "owner": "FlameFlag", - "repo": "nixcord", - "rev": "4bf534216e8196a6329b6fd49f449dff75c5267e", - "type": "github" - }, - "original": { - "owner": "FlameFlag", - "repo": "nixcord", - "type": "github" - } - }, - "nixos-hardware": { - "locked": { - "lastModified": 1775490113, - "narHash": "sha256-2ZBhDNZZwYkRmefK5XLOusCJHnoeKkoN95hoSGgMxWM=", - "owner": "NixOS", - "repo": "nixos-hardware", - "rev": "c775c2772ba56e906cbeb4e0b2db19079ef11ff7", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "master", - "repo": "nixos-hardware", - "type": "github" - } - }, - "nixpkgs": { - "locked": { - "lastModified": 1774709303, - "narHash": "sha256-D3Q07BbIA2KnTcSXIqqu9P586uWxN74zNoCH3h2ESHg=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "8110df5ad7abf5d4c0f6fb0f8f978390e77f9685", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs-lib": { - "locked": { - "lastModified": 1774748309, - "narHash": "sha256-+U7gF3qxzwD5TZuANzZPeJTZRHS29OFQgkQ2kiTJBIQ=", - "owner": "nix-community", - "repo": "nixpkgs.lib", - "rev": "333c4e0545a6da976206c74db8773a1645b5870a", - "type": "github" - }, - "original": { - "owner": "nix-community", - "repo": "nixpkgs.lib", - "type": "github" - } - }, - "nixpkgs-nixcord": { - "locked": { - "lastModified": 1775595990, - "narHash": "sha256-OEf7YqhF9IjJFYZJyuhAypgU+VsRB5lD4DuiMws5Ltc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "4e92bbcdb030f3b4782be4751dc08e6b6cb6ccf2", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-25.11", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs-stable": { - "locked": { - "lastModified": 1776221942, - "narHash": "sha256-FbQAeVNi7G4v3QCSThrSAAvzQTmrmyDLiHNPvTF2qFM=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "1766437c5509f444c1b15331e82b8b6a9b967000", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-25.11", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_2": { - "locked": { - "lastModified": 1775423009, - "narHash": "sha256-vPKLpjhIVWdDrfiUM8atW6YkIggCEKdSAlJPzzhkQlw=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "68d8aa3d661f0e6bd5862291b5bb263b2a6595c9", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_3": { - "locked": { - "lastModified": 1776169885, - "narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_4": { - "locked": { - "lastModified": 1775595990, - "narHash": "sha256-OEf7YqhF9IjJFYZJyuhAypgU+VsRB5lD4DuiMws5Ltc=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "4e92bbcdb030f3b4782be4751dc08e6b6cb6ccf2", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-25.11", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_5": { - "locked": { - "lastModified": 1776221942, - "narHash": "sha256-FbQAeVNi7G4v3QCSThrSAAvzQTmrmyDLiHNPvTF2qFM=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "1766437c5509f444c1b15331e82b8b6a9b967000", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-25.11", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixpkgs_6": { - "locked": { - "lastModified": 1762361079, - "narHash": "sha256-lz718rr1BDpZBYk7+G8cE6wee3PiBUpn8aomG/vLLiY=", - "owner": "nixos", - "repo": "nixpkgs", - "rev": "ffcdcf99d65c61956d882df249a9be53e5902ea5", - "type": "github" - }, - "original": { - "owner": "nixos", - "ref": "nixpkgs-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "nixvim": { - "inputs": { - "flake-parts": "flake-parts_2", - "nixpkgs": [ - "nixpkgs" - ], - "nuschtosSearch": "nuschtosSearch", - "systems": "systems_3" - }, - "locked": { - "lastModified": 1769049374, - "narHash": "sha256-h0Os2qqNyycDY1FyZgtbn28VF1ySP74/n0f+LDd8j+w=", - "owner": "nix-community", - "repo": "nixvim", - "rev": "b8f76bf5751835647538ef8784e4e6ee8deb8f95", - "type": "github" - }, - "original": { - "owner": "nix-community", - "ref": "nixos-25.11", - "repo": "nixvim", - "type": "github" - } - }, - "nuschtosSearch": { - "inputs": { - "flake-utils": "flake-utils_2", - "ixx": "ixx", - "nixpkgs": [ - "nixvim", - "nixpkgs" - ] - }, - "locked": { - "lastModified": 1768249818, - "narHash": "sha256-ANfn5OqIxq3HONPIXZ6zuI5sLzX1sS+2qcf/Pa0kQEc=", - "owner": "NuschtOS", - "repo": "search", - "rev": "b6f77b88e9009bfde28e2130e218e5123dc66796", - "type": "github" - }, - "original": { - "owner": "NuschtOS", - "repo": "search", - "type": "github" - } - }, - "root": { - "inputs": { - "home-manager": "home-manager", - "honkai-railway-grub-theme": "honkai-railway-grub-theme", - "hytale-launcher": "hytale-launcher", - "niri": "niri", - "nix-index-database": "nix-index-database", - "nixcord": "nixcord", - "nixos-hardware": "nixos-hardware", - "nixpkgs": "nixpkgs_5", - "nixvim": "nixvim", - "unstablepkgs": "unstablepkgs", - "winegdk": "winegdk" - } - }, - "systems": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_2": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_3": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "systems_4": { - "locked": { - "lastModified": 1681028828, - "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", - "owner": "nix-systems", - "repo": "default", - "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", - "type": "github" - }, - "original": { - "owner": "nix-systems", - "repo": "default", - "type": "github" - } - }, - "unstablepkgs": { - "locked": { - "lastModified": 1776169885, - "narHash": "sha256-l/iNYDZ4bGOAFQY2q8y5OAfBBtrDAaPuRQqWaFHVRXM=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "4bd9165a9165d7b5e33ae57f3eecbcb28fb231c9", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } - }, - "winegdk": { - "inputs": { - "flake-utils": "flake-utils_3", - "nixpkgs": "nixpkgs_6", - "winegdk": "winegdk_2" - }, - "locked": { - "lastModified": 1762497139, - "narHash": "sha256-9QE4BJNtz0UgB5mWf+EgGZW9hrVdJyta/KlQJwh8IsQ=", - "owner": "fmbearmf", - "repo": "winegdk-nix", - "rev": "91356fdc0d1c004b8f57b79ddb5e771845dfe2c1", - "type": "github" - }, - "original": { - "owner": "fmbearmf", - "repo": "winegdk-nix", - "type": "github" - } - }, - "winegdk_2": { - "flake": false, - "locked": { - "lastModified": 1762457615, - "narHash": "sha256-Ja32uLvxCi1weDop+HCrSAagkMaNbSjoW1C720/D3cw=", - "owner": "Weather-OS", - "repo": "WineGDK", - "rev": "a82854dfa4b54ab935bc3ca69d4bd885c4a63186", - "type": "github" - }, - "original": { - "owner": "Weather-OS", - "repo": "WineGDK", - "type": "github" - } - }, - "xwayland-satellite-stable": { - "flake": false, - "locked": { - "lastModified": 1755491097, - "narHash": "sha256-m+9tUfsmBeF2Gn4HWa6vSITZ4Gz1eA1F5Kh62B0N4oE=", - "owner": "Supreeeme", - "repo": "xwayland-satellite", - "rev": "388d291e82ffbc73be18169d39470f340707edaa", - "type": "github" - }, - "original": { - "owner": "Supreeeme", - "ref": "v0.7", - "repo": "xwayland-satellite", - "type": "github" - } - }, - "xwayland-satellite-unstable": { - "flake": false, - "locked": { - "lastModified": 1773622265, - "narHash": "sha256-wToKwH7IgWdGLMSIWksEDs4eumR6UbbsuPQ42r0oTXQ=", - "owner": "Supreeeme", - "repo": "xwayland-satellite", - "rev": "a879e5e0896a326adc79c474bf457b8b99011027", - "type": "github" - }, - "original": { - "owner": "Supreeeme", - "repo": "xwayland-satellite", - "type": "github" - } - } - }, - "root": "root", - "version": 7 -} diff --git a/flake.nix b/flake.nix deleted file mode 100644 index 1e1da10..0000000 --- a/flake.nix +++ /dev/null @@ -1,79 +0,0 @@ -{ - description = "The Asa's nix configurations"; - - inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/nixos-25.11"; - unstablepkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; - nixos-hardware.url = "github:NixOS/nixos-hardware/master"; - - hytale-launcher.url = "github:zarilion/hytale-launcher-nix"; - niri.url = "github:sodiboo/niri-flake"; - nixcord.url = "github:FlameFlag/nixcord"; - winegdk.url = "github:fmbearmf/winegdk-nix"; - catppuccin.url = "github:catppuccin/nix"; - - honkai-railway-grub-theme.url = "github:voidlhf/StarRailGrubThemes/4a84e576bb544afbdfc76dbe40ffc50a5c2b16de"; - - nix-index-database = { - url = "github:nix-community/nix-index-database"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - home-manager = { - url = "github:nix-community/home-manager/release-25.11"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - - nixvim = { - url = "github:nix-community/nixvim/nixos-25.11"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - }; - - outputs = { - self, - nixpkgs, - unstablepkgs, - ... - } @ inputs: let - libs = import ./libs/default.nix inputs; - custom = import ./packages/default.nix inputs; - unstable = import unstablepkgs { - system = "x86_64-linux"; - config.allowUnfree = true; - }; - - specialArgs = { - inherit - self - custom - libs - unstable - inputs - ; - }; - in { - nixosConfigurations = { - ideapad-slim-5 = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = specialArgs; - modules = [ - inputs.nixos-hardware.nixosModules.lenovo-ideapad-slim-5 - inputs.nix-index-database.nixosModules.default - inputs.home-manager.nixosModules.default - (libs.root "/devices/ideapad-slim-5/configuration.nix") - ]; - }; - - home-server = nixpkgs.lib.nixosSystem { - system = "x86_64-linux"; - specialArgs = specialArgs; - modules = [ - inputs.nix-index-database.nixosModules.default - inputs.home-manager.nixosModules.default - (libs.root "/devices/home-server/configuration.nix") - ]; - }; - }; - }; -} diff --git a/host/desktop/default.nix b/host/desktop/default.nix deleted file mode 100644 index 9e03f1a..0000000 --- a/host/desktop/default.nix +++ /dev/null @@ -1,57 +0,0 @@ -{ - libs, - custom, - config, - pkgs, - inputs, - ... -}: { - imports = [ - ./programs.nix - ./device.nix - - (libs.root "/modules/hardware/default.nix") - - (libs.root "/modules/fonts.nix") - - (libs.root "/modules/features/system/packages.nix") - (libs.root "/modules/features/system/waydroid.nix") - (libs.root "/modules/features/system/boot.nix") - (libs.root "/modules/features/system/sddm.nix") - (libs.root "/modules/features/system/gdm.nix") - (libs.root "/modules/features/system/kde-plasma.nix") - (libs.root "/modules/features/system/gnome.nix") - (libs.root "/modules/features/system/niri.nix") - (libs.root "/modules/features/system/hyprland.nix") - (libs.root "/modules/features/system/input-method.nix") - (libs.root "/modules/features/system/steam.nix") - (libs.root "/modules/features/system/nix-dl.nix") - (libs.root "/modules/features/system/flatpak.nix") - (libs.root "/modules/features/system/udisks2.nix") - (libs.root "/modules/features/system/dconf.nix") - (libs.root "/modules/features/system/cloudflare.nix") - (libs.root "/modules/features/system/docker.nix") - (libs.root "/modules/features/system/upower.nix") - - (libs.root "/users/asakiyuki/configuration.nix") - - (libs.root "/modules/services/pipewire.nix") - (libs.root "/modules/home-manager.nix") - - (libs.root "/overlays/nixpkgs.nix") - (libs.root "/options/system/default.nix") - ]; - - home-manager.users.asakiyuki = { - home.pointerCursor = - (custom.cursors { - name = config.device.cursors; - size = 48; - }) - {pkgs = pkgs;}; - }; - - nix.nixPath = ["nixpkgs=${inputs.nixpkgs}"]; - xdg.menus.enable = true; - services.dbus.enable = true; -} diff --git a/host/desktop/device.nix b/host/desktop/device.nix deleted file mode 100644 index 7940029..0000000 --- a/host/desktop/device.nix +++ /dev/null @@ -1,60 +0,0 @@ -{pkgs, ...}: { - home-manager.users.asakiyuki.wayland.windowManager.hyprland.settings = { - "$CURRENT_STATE_SCREEN" = "eDP-1, 1920x1200@60, 0x0, 1"; - }; - - device = { - flake-name = "ideapad-slim-5"; - cursors = "aemeath"; - - dm.sddm.enable = true; - dm.gdm.enable = false; - - de.kdePlasma.enable = false; - de.gnome.enable = false; - - wm.niri.enable = false; - wm.hyprland.enable = true; - wm.hyprland.monitor = [ - "$CURRENT_STATE_SCREEN" - ]; - - bluetooth.enable = true; - flatpak.enable = true; - - files = { - force = {}; - - mkForce = { - ".mozilla/firefox/default/search.json.mozlz4" = true; - }; - - source = { - ".config/qt5ct/colors/Catppuccin-Mocha.conf" = "${pkgs.catppuccin-qt5ct}/share/qt5ct/colors/catppuccin-mocha-sapphire.conf"; - ".config/qt6ct/colors/Catppuccin-Mocha.conf" = "${pkgs.catppuccin-qt5ct}/share/qt6ct/colors/catppuccin-mocha-sapphire.conf"; - }; - - symlink = { - "SteamApps" = ".local/share/Steam/steamapps"; - "Development/Quickshell" = ".config/quickshell"; - # "Development/KDE-Widget" = ".local/share/plasma/plasmoids"; - # "Development/SplashScreen" = ".local/share/plasma/look-and-feel"; - # "Development/DesktopEffects" = ".local/share/kwin/effects"; - }; - }; - - programs = { - terminal = { - enable = true; - name = "ghostty"; - }; - obs-studio.enable = true; - nixcord.enable = true; - tmux.enable = true; - starship.enable = true; - fastfetch.enable = true; - cider-2.enable = true; - steam.enable = true; - }; - }; -} diff --git a/host/desktop/programs.nix b/host/desktop/programs.nix deleted file mode 100644 index bf3979a..0000000 --- a/host/desktop/programs.nix +++ /dev/null @@ -1,46 +0,0 @@ -{...}: { - programs = { - ffmpeg.enable = true; - nodejs.enable = true; - bun.enable = true; - brightnessctl.enable = true; - php.enable = true; - ntfs3g.enable = true; - python.enable = true; - jdk.enable = true; - winepackages.enable = true; - quickshell.enable = true; - papirus-icons.enable = true; - kde-packages.enable = true; - r-tensorflow.enable = true; - hyprland-portals.enable = true; - }; - - home-manager.users.asakiyuki.programs = { - dolphin.enable = true; - bluetuith.enable = true; - lutris.enable = true; - hyprshot.enable = true; - catppuccin.enable = true; - antigravity.enable = true; - prismlauncher.enable = true; - vlc.enable = true; - gimp.enable = true; - libreoffice.enable = true; - osu.enable = true; - lmstudio.enable = true; - blender.enable = true; - xprop.enable = true; - pavucontrol.enable = true; - nwg-look.enable = true; - hytale.enable = true; - cider.enable = true; - proton-ge.enable = true; - proton-apps.enable = true; - firefox.enable = true; - chromium.enable = true; - gcc.enable = true; - davinci-resolve.enable = true; - wl-clipboard.enable = true; - }; -} diff --git a/host/server/default.nix b/host/server/default.nix deleted file mode 100644 index ced897d..0000000 --- a/host/server/default.nix +++ /dev/null @@ -1,24 +0,0 @@ -{ - lib, - libs, - inputs, - ... -}: { - imports = [ - ./device.nix - ./programs.nix - ./services.nix - ./networking.nix - ./users.nix - - (libs.root "/modules/features/system/docker.nix") - (libs.root "/modules/features/system/packages.nix") - (libs.root "/modules/features/system/nix-dl.nix") - - (libs.root "/users/asakiyuki/configuration.nix") - (libs.root "/users/junko/configuration.nix") - - (libs.root "/options/system/default.nix") - (libs.root "/overlays/nixpkgs.nix") - ]; -} diff --git a/host/server/device.nix b/host/server/device.nix deleted file mode 100644 index e4396c2..0000000 --- a/host/server/device.nix +++ /dev/null @@ -1,10 +0,0 @@ -{...}: { - device = { - flake-name = "home-server"; - - programs = { - fastfetch.enable = true; - starship.enable = true; - }; - }; -} diff --git a/host/server/networking.nix b/host/server/networking.nix deleted file mode 100644 index 0515710..0000000 --- a/host/server/networking.nix +++ /dev/null @@ -1,51 +0,0 @@ -{...}: { - networking = { - firewall = { - enable = true; - allowedUDPPorts = [ - 53 - 34778 - ]; - allowedTCPPorts = [ - 80 - 443 - 18581 - 8443 - 15523 - 37284 - 53 - 583 - 25565 - 21350 - ]; - }; - - useDHCP = false; - networkmanager.enable = true; - - defaultGateway = "192.168.1.1"; - nameservers = [ - "8.8.8.8" - "1.1.1.1" - ]; - - interfaces = { - enp1s0 = { - useDHCP = false; - ipv4.addresses = [ - { - address = "192.168.1.100"; - prefixLength = 24; - } - ]; - - ipv6.addresses = [ - { - address = "2402:800:62d0:1c26:abcd:1234:5678:9abc"; - prefixLength = 64; - } - ]; - }; - }; - }; -} diff --git a/host/server/programs.nix b/host/server/programs.nix deleted file mode 100644 index a26218a..0000000 --- a/host/server/programs.nix +++ /dev/null @@ -1,10 +0,0 @@ -{...}: { - programs = { - ffmpeg.enable = true; - nodejs.enable = true; - bun.enable = true; - ntfs3g.enable = true; - python.enable = true; - jdk.enable = true; - }; -} diff --git a/host/server/services.nix b/host/server/services.nix deleted file mode 100644 index 6eb7768..0000000 --- a/host/server/services.nix +++ /dev/null @@ -1,15 +0,0 @@ -{libs, ...}: { - imports = [ - (libs.root "/modules/features/system/forgejo.nix") - (libs.root "/modules/services/adguardhome.nix") - (libs.root "/modules/services/cloudflare-dyndns.nix") - (libs.root "/modules/services/fail2ban.nix") - (libs.root "/modules/services/openssh.nix") - (libs.root "/modules/services/httpd.nix") - ]; - - services.logrotate = { - enable = true; - checkConfig = false; - }; -} diff --git a/host/server/users.nix b/host/server/users.nix deleted file mode 100644 index 5d2fbf5..0000000 --- a/host/server/users.nix +++ /dev/null @@ -1,22 +0,0 @@ -{...}: { - users.users.asakiyuki.extraGroups = ["wheel" "public"]; - users.users.junko.extraGroups = ["public"]; - - users.users.static = { - group = "public"; - isSystemUser = true; - }; - - users.users.forgejo = { - group = "forgejo"; - isSystemUser = true; - useDefaultShell = true; - home = "/var/lib/forgejo"; - createHome = false; - }; - - users.groups = { - public = {}; - forgejo = {}; - }; -} diff --git a/libs/default.nix b/libs/default.nix deleted file mode 100644 index e7d6e52..0000000 --- a/libs/default.nix +++ /dev/null @@ -1,3 +0,0 @@ -{...}: { - root = path: ../. + path; -} diff --git a/modules/features/home/bash.nix b/modules/features/home/bash.nix deleted file mode 100644 index ae362ff..0000000 --- a/modules/features/home/bash.nix +++ /dev/null @@ -1,73 +0,0 @@ -{ - lib, - osconfig, - ... -}: { - programs.bash = { - enable = true; - shellAliases = lib.attrsets.mergeAttrsList [ - { - cls = "clear"; - cleanup = "sudo nix-collect-garbage -d"; - cls-log = "sudo journalctl --vacuum-time=1s"; - - logout = "pkill -KILL -u $USER"; - - nrs = "sudo nixos-rebuild switch --flake /etc/nixos#${osconfig.device.flake-name}"; - flake-upgrade = "nix flake update"; - } - { - spf = "superfile"; - } - (lib.optionalAttrs osconfig.virtualisation.waydroid.enable { - wss = "waydroid session stop; exit;"; - }) - ]; - - shellOptions = [ - "histappend" - "checkwinsize" - "extglob" - "globstar" - "checkjobs" - "autocd" - ]; - - initExtra = - '' - function git-commit() { - git add . - git commit -m "$1" - } - - function git-push() { - git-commit "$1" - git push origin HEAD - } - - function git-pull() { - git fetch origin HEAD - git pull origin HEAD - } - - function get-hash() { - nix hash to-sri --type sha256 $(nix-prefetch-url --unpack "$1") - } - '' - + lib.optionalString osconfig.device.programs.tmux.enable '' - allowed_terms=("xterm-kitty" "xterm-ghostty") - - should_run_tmux=false - for term in "${"$" + "{allowed_terms[@]" + "}"}"; do - if [[ "$TERM" == "$term" ]]; then - should_run_tmux=true - break - fi - done - - if [ -z "$TMUX" ] && [ "$should_run_tmux" = true ]; then - exec tmux - fi - ''; - }; -} diff --git a/modules/features/home/browsers.nix b/modules/features/home/browsers.nix deleted file mode 100644 index 8d7764b..0000000 --- a/modules/features/home/browsers.nix +++ /dev/null @@ -1,172 +0,0 @@ -{ - pkgs, - libs, - ... -}: { - programs = { - firefox.profiles.default = { - settings = { - "browser.startup.homepage" = "about:home"; - - "devtools.chrome.enabled" = true; - "devtools.debugger.remote-enabled" = true; - "toolkit.legacyUserProfileCustomizations.stylesheets" = true; - - "full-screen-api.warning.timeout" = 0; - }; - - search = { - default = "google"; - engines = { - youtube = { - name = "YouTube"; - definedAliases = [ - "@yt" - "@youtube" - ]; - icon = "https://www.youtube.com/s/desktop/83c08b77/img/favicon.ico"; - urls = [ - { - template = "https://www.youtube.com/results"; - params = [ - { - name = "search_query"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - - google = { - name = "Google"; - definedAliases = [ - "@g" - "@google" - ]; - icon = "https://www.gstatic.com/images/branding/searchlogo/ico/favicon.ico"; - urls = [ - { - template = "https://www.google.com/search"; - params = [ - { - name = "q"; - value = "{searchTerms}"; - } - ]; - } - { - template = "https://www.google.com/search"; - params = [ - { - name = "udm"; - value = "2"; - } - { - name = "q"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - - github = { - name = "Github"; - definedAliases = [ - "@gh" - "@github" - ]; - icon = "https://github.githubassets.com/favicons/favicon-dark.svg"; - urls = [ - { - template = "https://github.com/search"; - params = [ - { - name = "type"; - value = "repositories"; - } - { - name = "q"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - - reddit = { - name = "Reddit"; - definedAliases = [ - "@rd" - "@reddit" - ]; - icon = "https://www.redditstatic.com/shreddit/assets/favicon/192x192.png"; - urls = [ - { - template = "https://www.reddit.com/search"; - params = [ - { - name = "q"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - - nix-packages = { - name = "Nix Packages"; - definedAliases = [ - "@np" - "@nixpkgs" - ]; - icon = "${pkgs.nixos-icons}/share/icons/hicolor/scalable/apps/nix-snowflake.svg"; - urls = [ - { - template = "https://search.nixos.org/packages"; - params = [ - { - name = "type"; - value = "packages"; - } - { - name = "query"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - - mynixos = { - name = "My NixOS"; - definedAliases = ["@mynixos"]; - icon = "https://mynixos.com/favicon.ico"; - urls = [ - { - template = "https://mynixos.com/search"; - params = [ - { - name = "q"; - value = "{searchTerms}"; - } - ]; - } - ]; - }; - - bing.metaData.hidden = true; - ddg.metaData.hidden = true; - perplexity.metaData.hidden = true; - wikipedia.metaData.hidden = true; - }; - }; - - userChrome = builtins.readFile (libs.root "/assets/firefox/userChrome.css"); - userContent = builtins.readFile (libs.root "/assets/firefox/userContent.css"); - }; - - chromium = {}; - }; -} diff --git a/modules/features/home/dolphin.nix b/modules/features/home/dolphin.nix deleted file mode 100644 index 606a9d7..0000000 --- a/modules/features/home/dolphin.nix +++ /dev/null @@ -1,88 +0,0 @@ -{libs, ...}: { - programs.dolphin = { - services-menu = { - copy-server-public-url = { - "Desktop Entry" = { - Type = "Service"; - ServiceTypes = "KonqPopupMenu/Plugin"; - MimeType = "all/allfiles"; - Actions = "CopyPublicURL"; - }; - "Desktop Action CopyPublicURL" = { - Name = "Copy location as URL"; - Icon = "org.kde.plasma.clipboard"; - Exec = "${libs.root "/scripts/copy-public-url.sh"} \"%F\""; - }; - }; - - open-ghostty-here = { - "Desktop Entry" = { - Type = "Service"; - ServiceTypes = "KonqPopupMenu/Plugin"; - MimeType = "inode/directory"; - Actions = "RunGhosttyDir"; - }; - "Desktop Action RunGhosttyDir" = { - Name = "Open Ghostty here"; - Icon = "com.mitchellh.ghostty"; - Exec = "ghostty +new-window --working-directory=\"%F\""; - }; - }; - - open-with-antigravity = { - "Desktop Entry" = { - Type = "Service"; - ServiceTypes = "KonqPopupMenu/Plugin"; - MimeType = "inode/directory"; - Actions = "RunCodeDir"; - }; - - "Desktop Action RunCodeDir" = { - Name = "Open with Antigravity"; - Icon = "antigravity"; - Exec = "antigravity \"%F\""; - }; - }; - - open-with-code = { - "Desktop Entry" = { - Type = "Service"; - ServiceTypes = "KonqPopupMenu/Plugin"; - MimeType = "inode/directory"; - Actions = "RunCodeDir"; - }; - - "Desktop Action RunCodeDir" = { - Name = "Open with Code"; - Icon = "vscode"; - Exec = "code \"%F\""; - }; - }; - - open-with-nvim = { - "Desktop Entry" = { - Type = "Service"; - ServiceTypes = "KonqPopupMenu/Plugin"; - MimeType = "inode/directory"; - Actions = "RunCodeDir"; - }; - - "Desktop Action RunCodeDir" = { - Name = "Open with Nvim"; - Icon = "nvim"; - Exec = "ghostty +new-window --working-directory=\"~/.config\" -e nvim ."; - }; - }; - }; - configs = { - General = { - RememberOpenedTabs = false; - ModifiedStartupSettings = true; - FilterBar = true; - }; - ContextMenu = { - ShowOpenTerminal = false; - }; - }; - }; -} diff --git a/modules/features/home/fastfetch.nix b/modules/features/home/fastfetch.nix deleted file mode 100644 index 65c7896..0000000 --- a/modules/features/home/fastfetch.nix +++ /dev/null @@ -1,178 +0,0 @@ -{ - lib, - osconfig, - ... -}: { - programs.fastfetch = lib.mkIf osconfig.device.programs.fastfetch.enable { - enable = true; - settings = { - logo = { - padding.top = 1; - color = { - "1" = "#89b4fa"; - "2" = "#cdd6f4"; - "3" = "#89b4fa"; - "4" = "#cdd6f4"; - "5" = "#89b4fa"; - "6" = "#cdd6f4"; - }; - }; - - display = { - color = { - title = "#cdd6f4"; - output = "#cdd6f4"; - separator = "black"; - }; - - bar = { - width = 10; - charTotal = " "; - border.left = "["; - border.right = "]"; - char.elapsed = "█"; - color = { - border = "green"; - elapsed = "green"; - total = "black"; - }; - }; - - percent = { - type = 3; - color = { - green = "green"; - yellow = "yellow"; - red = "red"; - }; - }; - - separator = " "; - brightColor = true; - }; - - modules = [ - { - type = "title"; - format = " {user-name}@{host-name}"; - outputColor = "bright_yellow"; - } - - { - type = "separator"; - string = "─"; - length = 24; - outputColor = "white"; - } - - { - type = "os"; - key = "╭─"; - keyColor = "green"; - } - { - type = "kernel"; - key = "├─󰌽"; - keyColor = "green"; - } - { - type = "shell"; - key = "├─"; - keyColor = "green"; - } - { - type = "packages"; - key = "├─󰆧"; - keyColor = "green"; - } - { - type = "uptime"; - key = "╰─󱑁"; - keyColor = "green"; - } - - "break" - - { - type = "host"; - keyColor = "blue"; - key = "╭─󰧨"; - } - { - type = "cpu"; - key = "├─"; - keyColor = "blue"; - } - { - type = "gpu"; - key = "├─"; - keyColor = "blue"; - } - { - type = "sound"; - key = "├─"; - format = "{name}"; - keyColor = "blue"; - } - { - type = "memory"; - format = "{percentage-bar} {used} / {total}"; - key = "├─"; - keyColor = "blue"; - } - { - type = "disk"; - format = "{size-percentage-bar} {name} ({mountpoint}) {size-used} / {size-total} - {filesystem}"; - key = "├─󰋊"; - keyColor = "blue"; - } - { - type = "localip"; - key = "╰─"; - keyColor = "blue"; - } - - "break" - - { - type = "terminal"; - key = "╭─"; - keyColor = "yellow"; - } - { - type = "wm"; - key = "├─󰨇"; - keyColor = "yellow"; - } - { - type = "de"; - key = "├─󰨇"; - keyColor = "yellow"; - } - { - type = "bios"; - key = "├─"; - keyColor = "yellow"; - } - { - type = "theme"; - key = "├─󱓓"; - keyColor = "yellow"; - } - { - type = "icons"; - key = "├─󱓓"; - keyColor = "yellow"; - } - { - type = "cursor"; - key = "╰─󱓓"; - keyColor = "yellow"; - } - - "break" - "colors" - ]; - }; - }; -} diff --git a/modules/features/home/ghostty.nix b/modules/features/home/ghostty.nix deleted file mode 100644 index cd6ed00..0000000 --- a/modules/features/home/ghostty.nix +++ /dev/null @@ -1,57 +0,0 @@ -{ - lib, - osconfig, - ... -}: { - programs.ghostty = - lib.mkIf - (osconfig.device.programs.terminal.enable && osconfig.device.programs.terminal.name == "ghostty") - { - enable = true; - settings = { - theme = "catppuccin-mocha"; - - font-size = 9; - font-family = "SauceCodePro NFP Bold"; - - window-width = 230; - window-height = 68; - - window-padding-x = 5; - window-padding-y = 0; - - keybind = [ - "ctrl+shift+n=unbind" - "ctrl+shift+i=unbind" - ]; - }; - - themes = { - catppuccin-mocha = { - background = "1e1e2e"; - cursor-color = "f5e0dc"; - foreground = "cdd6f4"; - palette = [ - "0=#45475a" - "1=#f38ba8" - "2=#a6e3a1" - "3=#f9e2af" - "4=#89b4fa" - "5=#f5c2e7" - "6=#94e2d5" - "7=#bac2de" - "8=#585b70" - "9=#f38ba8" - "10=#a6e3a1" - "11=#f9e2af" - "12=#89b4fa" - "13=#f5c2e7" - "14=#94e2d5" - "15=#a6adc8" - ]; - selection-background = "353749"; - selection-foreground = "cdd6f4"; - }; - }; - }; -} diff --git a/modules/features/home/git.nix b/modules/features/home/git.nix deleted file mode 100644 index 15a2bac..0000000 --- a/modules/features/home/git.nix +++ /dev/null @@ -1,19 +0,0 @@ -{...}: { - programs.git = { - enable = true; - settings = { - user = { - name = "Asaki Yuki"; - email = "vantrong2007vn@gmail.com"; - }; - - init = { - defaultBranch = "main"; - }; - - # pull = { - # rebase = ""; - # }; - }; - }; -} diff --git a/modules/features/home/kitty.nix b/modules/features/home/kitty.nix deleted file mode 100644 index 06e1e9c..0000000 --- a/modules/features/home/kitty.nix +++ /dev/null @@ -1,82 +0,0 @@ -{ - lib, - osconfig, - ... -}: { - programs.kitty = - lib.mkIf - (osconfig.device.programs.terminal.enable && osconfig.device.programs.terminal.name == "kitty") - { - enable = true; - - keybindings = { - "ctrl+c" = "copy_to_clipboard"; - "ctrl+v" = "paste_from_clipboard"; - }; - - settings = { - window_padding_width = 2; - window_padding_height = 2; - - cursor_shape = "beam"; - # background_opacity = 0.5; - - font_family = "Tahoma"; - font_size = 9; - - foreground = "#cdd6f4"; - background = "#1e1e2e"; - selection_foreground = "#1e1e2e"; - selection_background = "#f5e0dc"; - - cursor = "#f5e0dc"; - cursor_text_color = "#1e1e2e"; - - url_color = "#f5e0dc"; - - active_border_color = "#b4befe"; - inactive_border_color = "#6c7086"; - bell_border_color = "#f9e2af"; - - wayland_titlebar_color = "system"; - macos_titlebar_color = "system"; - - active_tab_foreground = "#11111b"; - active_tab_background = "#cba6f7"; - inactive_tab_foreground = "#cdd6f4"; - inactive_tab_background = "#181825"; - tab_bar_background = "#11111b"; - - mark1_foreground = "#1e1e2e"; - mark1_background = "#b4befe"; - mark2_foreground = "#1e1e2e"; - mark2_background = "#cba6f7"; - mark3_foreground = "#1e1e2e"; - mark3_background = "#74c7ec"; - - color0 = "#45475a"; - color8 = "#585b70"; - - color1 = "#f38ba8"; - color9 = "#f38ba8"; - - color2 = "#a6e3a1"; - color10 = "#a6e3a1"; - - color3 = "#f9e2af"; - color11 = "#f9e2af"; - - color4 = "#89b4fa"; - color12 = "#89b4fa"; - - color5 = "#f5c2e7"; - color13 = "#f5c2e7"; - - color6 = "#94e2d5"; - color14 = "#94e2d5"; - - color7 = "#bac2de"; - color15 = "#a6adc8"; - }; - }; -} diff --git a/modules/features/home/neovide.nix b/modules/features/home/neovide.nix deleted file mode 100644 index 18a7d84..0000000 --- a/modules/features/home/neovide.nix +++ /dev/null @@ -1,8 +0,0 @@ -{...}: { - programs.neovide = { - enable = true; - settings = { - neovim-bin = "/etc/home/per-user/asakiyuki/bin/nvim"; - }; - }; -} diff --git a/modules/features/home/niri.nix b/modules/features/home/niri.nix deleted file mode 100644 index 3e928c1..0000000 --- a/modules/features/home/niri.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - osconfig, - lib, - ... -}: { - programs.niri = lib.mkIf osconfig.device.wm.niri.enable { - enable = true; - settings = { - binds = { - # "Ctrl+Alt+T" = "ghostty"; - # "Mod+D" = "fuzzel"; - }; - }; - }; -} diff --git a/modules/features/home/obs-studio.nix b/modules/features/home/obs-studio.nix deleted file mode 100644 index a49e57f..0000000 --- a/modules/features/home/obs-studio.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - pkgs, - custom, - lib, - osconfig, - ... -}: -lib.mkIf osconfig.device.programs.obs-studio.enable { - programs.obs-studio.enable = true; - home.file.".config/obs-studio/themes".source = pkgs.callPackage custom.catppuccin-obs {}; -} diff --git a/modules/features/home/packages.nix b/modules/features/home/packages.nix deleted file mode 100644 index 7654e4e..0000000 --- a/modules/features/home/packages.nix +++ /dev/null @@ -1,34 +0,0 @@ -{ - lib, - config, - osconfig, - ... -}: { - home.packages = - [ - (lib.mkIf config.programs.catppuccin.enable config.programs.catppuccin.package) - - (lib.mkIf config.programs.antigravity.enable config.programs.antigravity.package) - (lib.mkIf config.programs.prismlauncher.enable config.programs.prismlauncher.package) - (lib.mkIf config.programs.vlc.enable config.programs.vlc.package) - (lib.mkIf config.programs.gimp.enable config.programs.gimp.package) - (lib.mkIf config.programs.libreoffice.enable config.programs.libreoffice.package) - (lib.mkIf config.programs.osu.enable config.programs.osu.package) - (lib.mkIf config.programs.lmstudio.enable config.programs.lmstudio.package) - (lib.mkIf config.programs.blender.enable config.programs.blender.package) - (lib.mkIf config.programs.xprop.enable config.programs.xprop.package) - (lib.mkIf config.programs.davinci-resolve.enable config.programs.davinci-resolve.package) - (lib.mkIf config.programs.wl-clipboard.enable config.programs.wl-clipboard.package) - - (lib.mkIf config.programs.pavucontrol.enable config.programs.pavucontrol.package) - (lib.mkIf config.programs.nwg-look.enable config.programs.nwg-look.package) - - (lib.mkIf config.programs.hytale.enable config.programs.hytale.package) - (lib.mkIf ( - config.programs.cider.enable && osconfig.device.programs.cider-2.enable - ) - config.programs.cider.package) - ] - ++ (lib.optionals config.programs.proton-ge.enable config.programs.proton-ge.packages) - ++ (lib.optionals config.programs.proton-apps.enable config.programs.proton-apps.packages); -} diff --git a/modules/features/home/starship.nix b/modules/features/home/starship.nix deleted file mode 100644 index d6e8121..0000000 --- a/modules/features/home/starship.nix +++ /dev/null @@ -1,85 +0,0 @@ -{ - lib, - osconfig, - ... -}: { - programs.starship = lib.mkIf osconfig.device.programs.starship.enable { - enable = true; - settings = { - add_newline = true; - scan_timeout = 10; - - format = '' - $os $shell $cmake$java$nodejs$git_branch$character - $cmd_duration$sudo$directory > ''; - - sudo = { - format = "[$symbol]($style) "; - symbol = ""; - disabled = false; - }; - - java = { - format = "[$symbol $version]($style) "; - symbol = ""; - }; - - cmake = { - format = "[$symbol $version](bold blue) "; - symbol = ""; - }; - - nodejs = { - format = "[$symbol $version](bold green) "; - symbol = "󰎙"; - }; - - git_branch = { - format = "[$symbol $branch]($style) "; - symbol = ""; - style = "red"; - disabled = false; - }; - - directory = { - format = "[$read_only]($read_only_style)[$path]($style)"; - style = "#2e8be8"; - truncation_length = 2; - read_only = "󰌾 "; - }; - - character = { - success_symbol = "[](green)"; - error_symbol = "[](red)"; - disabled = false; - }; - - cmd_duration = { - min_time = 1; - format = "[\\[$duration\\]]($style) "; - style = "#C0C0C0"; - show_milliseconds = true; - }; - - shell = { - disabled = false; - bash_indicator = "bash"; - fish_indicator = "fish"; - zsh_indicator = "zsh"; - powershell_indicator = "pwsh"; - format = "[$indicator]($style)"; - style = "white"; - }; - - os = { - format = "[$symbol]($style)"; - disabled = false; - symbols = { - Arch = "[󰣇](bold blue)"; - Windows = "[](bold blue)"; - NixOS = "[](bold blue)"; - }; - }; - }; - }; -} diff --git a/modules/features/home/theme.nix b/modules/features/home/theme.nix deleted file mode 100644 index 54b76f5..0000000 --- a/modules/features/home/theme.nix +++ /dev/null @@ -1,43 +0,0 @@ -{ - pkgs, - lib, - ... -}: let - catppuccin-gtk = pkgs.catppuccin-gtk.override { - variant = "mocha"; - accents = ["sapphire"]; - size = "compact"; - }; -in { - home.activation.copyGtkTheme = lib.hm.dag.entryAfter ["writeBoundary"] '' - mkdir -p "$HOME/.themes/" - - if [ ! -d "$HOME/.themes/catppuccin-mocha-sapphire-compact" ]; then - cp -r "${catppuccin-gtk}/share/themes/catppuccin-mocha-sapphire-compact" "$HOME/.themes/" - fi - - if [ ! -d "$HOME/.themes/catppuccin-mocha-sapphire-compact-hdpi" ]; then - cp -r "${catppuccin-gtk}/share/themes/catppuccin-mocha-sapphire-compact-hdpi" "$HOME/.themes/" - fi - - if [ ! -d "$HOME/.themes/catppuccin-mocha-sapphire-compact-xhdpi" ]; then - cp -r "${catppuccin-gtk}/share/themes/catppuccin-mocha-sapphire-compact-xhdpi" "$HOME/.themes/" - fi - ''; - - # QT - qt = { - enable = true; - platformTheme.name = "qtct"; - style = { - package = with pkgs; [ - catppuccin-qt5ct - catppuccin-kde - kdePackages.breeze - ]; - }; - }; - - # GTK - gtk.theme.name = "catppuccin-mocha-sapphire-compact"; -} diff --git a/modules/features/home/tmux.nix b/modules/features/home/tmux.nix deleted file mode 100644 index ae8d93d..0000000 --- a/modules/features/home/tmux.nix +++ /dev/null @@ -1,84 +0,0 @@ -{ - lib, - osconfig, - pkgs, - ... -}: let - TOP_PANEL = '' - set -g pane-border-status top - set -g pane-border-lines single - set -g pane-border-indicators colour - - set -g pane-border-format "#{E:@asa-module-icon} #{pane_index} #{E:@asa-module-text} #{pane_current_path} #[default]" - ''; - - OPTIONS = '' - set-option -g destroy-unattached on - set -g allow-passthrough on - ''; - - BINDS = '' - unbind r - bind r source-file ~/.config/tmux/tmux.conf; - ''; - - BOTTOM_PANEL = '' - set -g status-justify "centre" - - set -g window-status-format "#{E:@asa-module-icon} #I #{E:@asa-module-text} #W " - set -g window-status-current-format "#{E:@asa-module-icon} #I #{E:@asa-module-text} #W " - - set -gg status-left "#{E:@asa-module-text} %A %d/%m/%Y #[default] " - set -ag status-left "#{E:@asa-module-text} %I:%M %p #[default] " - set -g status-left-length 100 - - set -g status-right "#{E:@asa-module-icon}  #{E:@asa-module-text} #S #[default] " - set -ag status-right "#{E:@asa-module-icon} CPU #{E:@asa-module-text} #{cpu_percentage} #[default] " - set -ag status-right "#{E:@asa-module-icon} RAM #{E:@asa-module-text} #{ram_percentage} " - set -g status-right-length 100 - - setw -g automatic-rename off - ''; - - CATPPUCCIN = '' - set -g @catppuccin_flavor 'mocha' - set -ogq @asa-module-icon "#[bg=#{E:@thm_sapphire},fg=#{E:@thm_surface_0}]" - set -ogq @asa-module-text "#[bg=#{E:@thm_surface_0},fg=#{E:@thm_fg}]" - ''; - - YANK = '' - set -g @yank_selection 'primary' - set -g @yank_selection_mouse 'primary' - ''; - - EXTRA_CONFIG = '' - bind-key -T copy-mode-vi v send-keys -X begin-selection - bind-key -T copy-mode-vi V send-keys -X select-line - bind-key -T copy-mode-vi C-v send-keys -X rectangle-toggle - bind-key -T copy-mode-vi y send-keys -X copy-selection-and-cancel - ''; -in { - programs.tmux = lib.mkIf osconfig.device.programs.tmux.enable { - enable = true; - keyMode = "vi"; - disableConfirmationPrompt = true; - prefix = "c-a"; - - extraConfig = TOP_PANEL + OPTIONS + BINDS + EXTRA_CONFIG; - - plugins = with pkgs.tmuxPlugins; [ - { - plugin = yank; - extraConfig = YANK; - } - { - plugin = catppuccin; - extraConfig = CATPPUCCIN; - } - { - plugin = cpu; - extraConfig = BOTTOM_PANEL; - } - ]; - }; -} diff --git a/modules/features/home/vscode.nix b/modules/features/home/vscode.nix deleted file mode 100644 index 249ccdc..0000000 --- a/modules/features/home/vscode.nix +++ /dev/null @@ -1,6 +0,0 @@ -{unstable, ...}: { - programs.vscode = { - enable = true; - package = unstable.vscode; - }; -} diff --git a/modules/features/home/xdg.nix b/modules/features/home/xdg.nix deleted file mode 100644 index d3d1341..0000000 --- a/modules/features/home/xdg.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ - pkgs, - lib, - osconfig, - ... -}: { - xdg.portal = lib.mkIf osconfig.device.wm.hyprland.enable { - enable = true; - xdgOpenUsePortal = true; - config = { - common.default = ["gtk"]; - hyprland.default = ["gtk" "hyprland"]; - }; - extraPortals = [ - pkgs.xdg-desktop-portal-gtk - pkgs.xdg-desktop-portal-hyprland - ]; - }; -} diff --git a/modules/features/home/yt-dlp.nix b/modules/features/home/yt-dlp.nix deleted file mode 100644 index c8c8fa4..0000000 --- a/modules/features/home/yt-dlp.nix +++ /dev/null @@ -1,8 +0,0 @@ -{...}: { - programs.yt-dlp = { - enable = true; - extraConfig = '' - -o ~/Downloads/yt-dlp/%(title)s.%(ext)s - ''; - }; -} diff --git a/modules/features/system/boot.nix b/modules/features/system/boot.nix deleted file mode 100644 index e339853..0000000 --- a/modules/features/system/boot.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - inputs, - pkgs, - libs, - ... -}: let - background = libs.root "/assets/grub/background.png"; - baseTheme = inputs.honkai-railway-grub-theme.packages.${pkgs.stdenv.hostPlatform.system}.cyrene-grub-theme; -in { - boot = { - loader = { - efi.canTouchEfiVariables = true; - - grub = { - enable = true; - device = "nodev"; - efiSupport = true; - useOSProber = true; - splashImage = background; - theme = pkgs.runCommand "my-grub-theme" {} '' - mkdir -p $out - cp -r ${baseTheme}/* $out/ - chmod -R u+w $out - cp ${background} $out/background.png - ''; - }; - }; - }; -} diff --git a/modules/features/system/cloudflare.nix b/modules/features/system/cloudflare.nix deleted file mode 100644 index db418c9..0000000 --- a/modules/features/system/cloudflare.nix +++ /dev/null @@ -1,5 +0,0 @@ -{...}: { - services = { - cloudflare-warp.enable = true; - }; -} diff --git a/modules/features/system/dconf.nix b/modules/features/system/dconf.nix deleted file mode 100644 index bf1452c..0000000 --- a/modules/features/system/dconf.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ - lib, - config, - pkgs, - ... -}: { - programs.dconf.enable = true; - environment.systemPackages = lib.optionals config.programs.dconf.enable [ - pkgs.glib - ]; -} diff --git a/modules/features/system/docker.nix b/modules/features/system/docker.nix deleted file mode 100644 index 2c11b90..0000000 --- a/modules/features/system/docker.nix +++ /dev/null @@ -1,5 +0,0 @@ -{...}: { - virtualisation.docker = { - enable = true; - }; -} diff --git a/modules/features/system/flatpak.nix b/modules/features/system/flatpak.nix deleted file mode 100644 index 22fe6cb..0000000 --- a/modules/features/system/flatpak.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - lib, - config, - ... -}: { - services.flatpak = lib.mkIf config.device.flatpak.enable { - enable = true; - }; -} diff --git a/modules/features/system/forgejo.nix b/modules/features/system/forgejo.nix deleted file mode 100644 index 8e05d88..0000000 --- a/modules/features/system/forgejo.nix +++ /dev/null @@ -1,17 +0,0 @@ -{...}: { - services.forgejo = { - enable = true; - database.type = "mysql"; - settings = { - service.DISABLE_REGISTRATION = true; - server = { - HTTP_PORT = 21350; - SSH_PORT = 15523; - START_SSH_SERVER = false; - SSH_CREATE_AUTHORIZED_KEYS_FILE = true; - SSH_DOMAIN = "server.asakiyuki.com"; - ROOT_URL = "https://git.asakiyuki.com/"; - }; - }; - }; -} diff --git a/modules/features/system/gdm.nix b/modules/features/system/gdm.nix deleted file mode 100644 index f897a85..0000000 --- a/modules/features/system/gdm.nix +++ /dev/null @@ -1,6 +0,0 @@ -{ lib, config, ... }: -{ - services = lib.mkIf config.device.dm.gdm.enable { - displayManager.gdm.enable = true; - }; -} diff --git a/modules/features/system/gnome.nix b/modules/features/system/gnome.nix deleted file mode 100644 index 0a219c1..0000000 --- a/modules/features/system/gnome.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - lib, - config, - ... -}: { - services = lib.mkIf config.device.de.gnome.enable { - desktopManager.gnome.enable = true; - }; -} diff --git a/modules/features/system/hyprland.nix b/modules/features/system/hyprland.nix deleted file mode 100644 index 3be2d1f..0000000 --- a/modules/features/system/hyprland.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - lib, - config, - ... -}: { - programs.hyprland = lib.mkIf config.device.wm.hyprland.enable { - enable = true; - }; -} diff --git a/modules/features/system/input-method.nix b/modules/features/system/input-method.nix deleted file mode 100644 index 5441220..0000000 --- a/modules/features/system/input-method.nix +++ /dev/null @@ -1,10 +0,0 @@ -{pkgs, ...}: { - i18n.inputMethod = { - enable = true; - type = "fcitx5"; - fcitx5.addons = with pkgs; [ - # fcitx5-bamboo - kdePackages.fcitx5-unikey - ]; - }; -} diff --git a/modules/features/system/kde-plasma.nix b/modules/features/system/kde-plasma.nix deleted file mode 100644 index a2b3b59..0000000 --- a/modules/features/system/kde-plasma.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ - lib, - config, - ... -}: { - services = lib.mkIf config.device.de.kdePlasma.enable { - desktopManager.plasma6.enable = true; - xserver.enable = true; - }; -} diff --git a/modules/features/system/niri.nix b/modules/features/system/niri.nix deleted file mode 100644 index 61060a9..0000000 --- a/modules/features/system/niri.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ - lib, - config, - ... -}: { - programs.niri.enable = lib.mkIf config.device.wm.niri.enable true; - services.xserver.enable = lib.mkIf config.device.wm.niri.enable true; -} diff --git a/modules/features/system/nix-dl.nix b/modules/features/system/nix-dl.nix deleted file mode 100644 index f893177..0000000 --- a/modules/features/system/nix-dl.nix +++ /dev/null @@ -1,14 +0,0 @@ -{pkgs, ...}: { - programs.nix-ld = { - enable = true; - libraries = with pkgs; [ - stdenv.cc.cc - zlib - brotli - unixODBC - zstd - glib - stdenv.cc.cc.lib - ]; - }; -} diff --git a/modules/features/system/packages.nix b/modules/features/system/packages.nix deleted file mode 100644 index 7b5fdc3..0000000 --- a/modules/features/system/packages.nix +++ /dev/null @@ -1,50 +0,0 @@ -{ - pkgs, - lib, - config, - custom, - ... -}: { - environment.systemPackages = with pkgs; - [ - git - vim - btop - wget - tree - - nixd - alejandra - - zip - unzip - - kdePackages.kio-extras - kdePackages.kio-fuse - ] - ++ [ - (lib.mkIf config.virtualisation.waydroid.enable (pkgs.callPackage (custom.cage-xtmapper {}) {})) - - (lib.mkIf config.programs.ffmpeg.enable config.programs.ffmpeg.package) - (lib.mkIf config.programs.nodejs.enable config.programs.nodejs.package) - (lib.mkIf config.programs.bun.enable config.programs.bun.package) - (lib.mkIf config.programs.brightnessctl.enable config.programs.brightnessctl.package) - (lib.mkIf config.programs.php.enable config.programs.php.package) - (lib.mkIf config.programs.ntfs3g.enable config.programs.ntfs3g.package) - (lib.mkIf config.programs.python.enable config.programs.python.package) - (lib.mkIf config.programs.jdk.enable config.programs.jdk.package) - - (lib.mkIf config.programs.quickshell.enable config.programs.quickshell.package) - (lib.mkIf config.programs.papirus-icons.enable config.programs.papirus-icons.package) - ] - ++ lib.concatLists [ - (lib.optionals config.programs.gcc.enable config.programs.gcc.packages) - (lib.optionals config.programs.winepackages.enable config.programs.winepackages.packages) - (lib.optionals config.programs.kde-packages.enable config.programs.kde-packages.packages) - (lib.optionals config.programs.r-tensorflow.enable [config.programs.r-tensorflow.package]) - (lib.optionals ( - config.programs.hyprland-portals.enable && config.device.wm.hyprland.enable - ) - config.programs.hyprland-portals.packages) - ]; -} diff --git a/modules/features/system/sddm.nix b/modules/features/system/sddm.nix deleted file mode 100644 index 983a482..0000000 --- a/modules/features/system/sddm.nix +++ /dev/null @@ -1,29 +0,0 @@ -{ - pkgs, - lib, - config, - ... -}: let - custom-sddm-astronaut = pkgs.sddm-astronaut.override { - embeddedTheme = config.device.dm.sddm.theme; - }; -in { - services.displayManager.sddm = lib.mkIf config.device.dm.sddm.enable { - enable = true; - wayland.enable = true; - extraPackages = [ - custom-sddm-astronaut - ]; - theme = "sddm-astronaut-theme"; - settings = { - Theme = { - Current = "sddm-astronaut-theme"; - }; - }; - }; - - environment.systemPackages = with pkgs; [ - custom-sddm-astronaut - kdePackages.qtmultimedia - ]; -} diff --git a/modules/features/system/steam.nix b/modules/features/system/steam.nix deleted file mode 100644 index d9300cc..0000000 --- a/modules/features/system/steam.nix +++ /dev/null @@ -1,9 +0,0 @@ -{ - lib, - config, - ... -}: { - programs.steam = lib.mkIf config.device.programs.steam.enable { - enable = true; - }; -} diff --git a/modules/features/system/udisks2.nix b/modules/features/system/udisks2.nix deleted file mode 100644 index 86e584d..0000000 --- a/modules/features/system/udisks2.nix +++ /dev/null @@ -1,5 +0,0 @@ -{...}: { - services.udisks2 = { - enable = true; - }; -} diff --git a/modules/features/system/upower.nix b/modules/features/system/upower.nix deleted file mode 100644 index de3ace5..0000000 --- a/modules/features/system/upower.nix +++ /dev/null @@ -1,5 +0,0 @@ -{...}: { - services.upower = { - enable = true; - }; -} diff --git a/modules/features/system/waydroid.nix b/modules/features/system/waydroid.nix deleted file mode 100644 index a24d629..0000000 --- a/modules/features/system/waydroid.nix +++ /dev/null @@ -1,15 +0,0 @@ -{ - pkgs, - lib, - config, - ... -}: { - virtualisation.waydroid = { - enable = true; - package = pkgs.waydroid-nftables; - }; - - environment.systemPackages = lib.optionals config.virtualisation.waydroid.enable [ - pkgs.waydroid-helper - ]; -} diff --git a/modules/fonts.nix b/modules/fonts.nix deleted file mode 100644 index 8ce7eeb..0000000 --- a/modules/fonts.nix +++ /dev/null @@ -1,84 +0,0 @@ -{pkgs, ...}: let - fetch-fonts = { - segoe-ui = { - light = pkgs.fetchurl { - url = "https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/light/latest.ttf"; - sha256 = "1bqbvpxqflh4an5ciawrkl0bxy58vqhxiynspcvpx1zyryxcjlhm"; - }; - - semilight = pkgs.fetchurl { - url = "https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semilight/latest.ttf"; - sha256 = "1y6rfxdwwfq1bgk7fj4bvhck1di6whw5h0yby8gj7x6y1cv4ka1p"; - }; - - normal = pkgs.fetchurl { - url = "https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/normal/latest.ttf"; - sha256 = "0ac4hgmlxl6cgak7g39rvfk25gs3fm5wlnmc7mbpv38i7mkppiaf"; - }; - - bold = pkgs.fetchurl { - url = "https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/bold/latest.ttf"; - sha256 = "147mk64y2hihy6s29dlgimcrfi7ihi68qjcrfdzqk6cvk8kr3f0q"; - }; - - semibold = pkgs.fetchurl { - url = "https://c.s-microsoft.com/static/fonts/segoe-ui/west-european/semibold/latest.ttf"; - sha256 = "0whxgk9q4j9pd3k462m0dyr39q7vk2lxla5whcckyfrks983c4nj"; - }; - }; - }; - - custom = { - tahoma = pkgs.stdenv.mkDerivation { - pname = "tahoma"; - version = "1.0"; - dontUnpack = true; - - src = pkgs.fetchurl { - url = "https://www.asakiyuki.com/static/fonts/Tahoma.ttf"; - sha256 = "129l1cprplci2xmxi0gnsjrvprr48xqp8kr5s9lrwcnaxvb4z4ni"; - }; - - installPhase = '' - mkdir -p $out/share/fonts/truetype - cp $src $out/share/fonts/truetype/ - ''; - }; - - segoe-ui = pkgs.stdenv.mkDerivation { - pname = "segoe-ui"; - version = "1.0"; - dontUnpack = true; - - installPhase = '' - mkdir -p $out/share/fonts/truetype - - cp ${fetch-fonts.segoe-ui.light} $out/share/fonts/truetype - cp ${fetch-fonts.segoe-ui.semilight} $out/share/fonts/truetype - cp ${fetch-fonts.segoe-ui.normal} $out/share/fonts/truetype - cp ${fetch-fonts.segoe-ui.bold} $out/share/fonts/truetype - cp ${fetch-fonts.segoe-ui.semibold} $out/share/fonts/truetype - ''; - }; - }; -in { - fonts.enableDefaultPackages = true; - fonts.packages = with pkgs; [ - custom.tahoma - custom.segoe-ui - - # Nerd fonts - nerd-fonts.sauce-code-pro - - # Unicode fonts - noto-fonts - noto-fonts-cjk-sans - noto-fonts-color-emoji - liberation_ttf - fira-code - fira-code-symbols - mplus-outline-fonts.githubRelease - dina-font - proggyfonts - ]; -} diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix deleted file mode 100644 index ab60377..0000000 --- a/modules/hardware/bluetooth.nix +++ /dev/null @@ -1,3 +0,0 @@ -{config, ...}: { - hardware.bluetooth.enable = config.device.bluetooth.enable; -} diff --git a/modules/hardware/default.nix b/modules/hardware/default.nix deleted file mode 100644 index f04797e..0000000 --- a/modules/hardware/default.nix +++ /dev/null @@ -1,5 +0,0 @@ -{...}: { - imports = [ - ./bluetooth.nix - ]; -} diff --git a/modules/home-manager.nix b/modules/home-manager.nix deleted file mode 100644 index 52728ac..0000000 --- a/modules/home-manager.nix +++ /dev/null @@ -1,7 +0,0 @@ -{...}: { - home-manager = { - useUserPackages = true; - useGlobalPkgs = true; - backupFileExtension = "bak"; - }; -} diff --git a/modules/programs/hyprland/default.nix b/modules/programs/hyprland/default.nix deleted file mode 100644 index 1618df8..0000000 --- a/modules/programs/hyprland/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{ - lib, - osconfig, - ... -}: { - imports = [ - ./settings/default.nix - ]; - - wayland.windowManager.hyprland = lib.mkIf osconfig.device.wm.hyprland.enable { - enable = true; - xwayland.enable = true; - }; -} diff --git a/modules/programs/hyprland/settings/default.nix b/modules/programs/hyprland/settings/default.nix deleted file mode 100644 index 0e8f139..0000000 --- a/modules/programs/hyprland/settings/default.nix +++ /dev/null @@ -1,14 +0,0 @@ -{osconfig, ...}: { - imports = [ - ./key-bind.nix - ./theme.nix - ./exec.nix - ./window-rules.nix - ./input.nix - ]; - - wayland.windowManager.hyprland.settings = { - monitorv2 = osconfig.device.wm.hyprland.monitorsv2; - monitor = osconfig.device.wm.hyprland.monitor; - }; -} diff --git a/modules/programs/hyprland/settings/exec.nix b/modules/programs/hyprland/settings/exec.nix deleted file mode 100644 index 96ae0ef..0000000 --- a/modules/programs/hyprland/settings/exec.nix +++ /dev/null @@ -1,6 +0,0 @@ -{...}: { - wayland.windowManager.hyprland.settings.exec-once = [ - "quickshell" - "fcitx5" - ]; -} diff --git a/modules/programs/hyprland/settings/input.nix b/modules/programs/hyprland/settings/input.nix deleted file mode 100644 index 6e4f781..0000000 --- a/modules/programs/hyprland/settings/input.nix +++ /dev/null @@ -1,13 +0,0 @@ -{...}: { - wayland.windowManager.hyprland.settings = { - "$LAPTOP_TOUCHPAD_ENABLE" = false; - - device = { - name = "gxtp5100:00-27c6:01e0-touchpad"; - enabled = "$LAPTOP_TOUCHPAD_ENABLE"; - natural_scroll = true; - }; - - input.touchpad.natural_scroll = true; - }; -} diff --git a/modules/programs/hyprland/settings/key-bind.nix b/modules/programs/hyprland/settings/key-bind.nix deleted file mode 100644 index 910be59..0000000 --- a/modules/programs/hyprland/settings/key-bind.nix +++ /dev/null @@ -1,82 +0,0 @@ -{ - osconfig, - config, - ... -}: { - wayland.windowManager.hyprland.settings = { - bind = - [ - "CTRL ALT, T, exec, ${osconfig.device.programs.terminal.name}" - - "SUPER SHIFT, L, exit," - "SUPER SHIFT, TAB, togglefloating," - "SUPER SHIFT, S, exec, hyprshot -m region -o '${config.home.homeDirectory}/Pictures/Screenshots/' -z" - "SUPER, J, togglesplit," - "SUPER, E, exec, dolphin" - - "SUPER, C, killactive" - - "SUPER SHIFT, LEFT, resizeactive, -25 0" - "SUPER SHIFT, RIGHT, resizeactive, 25 0" - "SUPER SHIFT, UP, resizeactive, 0 -25" - "SUPER SHIFT, DOWN, resizeactive, 0 25" - - "SUPER, LEFT, movefocus, l" - "SUPER, RIGHT, movefocus, r" - "SUPER, UP, movefocus, u" - "SUPER, DOWN, movefocus, d" - - "SUPER CTRL, LEFT, movewindow, l" - "SUPER CTRL, RIGHT, movewindow, r" - "SUPER CTRL, UP, movewindow, u" - "SUPER CTRL, DOWN, movewindow, d" - - "SUPER SHIFT, h, resizeactive, -25 0" - "SUPER SHIFT, l, resizeactive, 25 0" - "SUPER SHIFT, k, resizeactive, 0 -25" - "SUPER SHIFT, j, resizeactive, 0 25" - - "SUPER, h, movefocus, l" - "SUPER, l, movefocus, r" - "SUPER, k, movefocus, u" - "SUPER, j, movefocus, d" - - "SUPER CTRL, h, movewindow, l" - "SUPER CTRL, l, movewindow, r" - "SUPER CTRL, k, movewindow, u" - "SUPER CTRL, j, movewindow, d" - - "SUPER, TAB, workspace, e+1" - "SUPER ALT, TAB, workspace, e-1" - "SUPER, MOUSE_DOWN, workspace, e-1" - "SUPER, MOUSE_UP, workspace, e+1" - - ", XF86TouchpadToggle, global, asakiyuki:touchpadtoggle" - "META ALT, B, global, asakiyuki:hdrtoggle" - "ALT, SPACE, global, asakiyuki:launcher" - - ",XF86MonBrightnessDown, exec, brightnessctl s 5%-" - ",XF86MonBrightnessUp, exec, brightnessctl s +5%" - ] - ++ builtins.concatLists ( - builtins.genList (i: [ - "SUPER, ${toString (i + 1)}, workspace,${toString (i + 1)}" - "SUPER SHIFT, ${toString (i + 1)}, movetoworkspace,${toString (i + 1)}" - ]) - 9 - ) - ++ [ - "SUPER, 0, workspace, 10" - "SUPER SHIFT, 0, movetoworkspace, 10" - ]; - - bindi = [ - ", Caps_Lock, global, asakiyuki:capslock" - ]; - - bindm = [ - "SUPER, mouse:272, movewindow" - "SUPER, mouse:273, resizewindow" - ]; - }; -} diff --git a/modules/programs/hyprland/settings/theme.nix b/modules/programs/hyprland/settings/theme.nix deleted file mode 100644 index bbcd6ed..0000000 --- a/modules/programs/hyprland/settings/theme.nix +++ /dev/null @@ -1,58 +0,0 @@ -{...}: { - wayland.windowManager.hyprland.settings = { - general = { - gaps_in = 3; - gaps_out = 8; - border_size = 1; - "col.active_border" = "rgb(cdd6f4)"; - "col.inactive_border" = "rgb(7f849c)"; - allow_tearing = true; - resize_on_border = true; - }; - - decoration = { - rounding = 13; - rounding_power = 10; - active_opacity = 1; - inactive_opacity = 1; - - blur = { - enabled = true; - size = 2; - passes = 5; - vibrancy = 3; - }; - }; - - animations = { - enabled = "yes"; - - bezier = [ - "overshot, 0.05, 0.9, 0.1, 1.1" - "md3_decel, 0.05, 0.7, 0.1, 1" - ]; - - animation = [ - "windows, 1, 3, overshot, popin 60%" - "border, 1, 10, default" - "fade, 1, 2, default" - "workspaces, 1, 3.5, overshot, slidefade 15%" - "specialWorkspace, 1, 3, md3_decel, slidevert" - ]; - }; - - dwindle = { - pseudotile = true; - preserve_split = true; - }; - - master = { - new_status = "master"; - }; - - misc = { - force_default_wallpaper = 1; - disable_hyprland_logo = true; - }; - }; -} diff --git a/modules/programs/hyprland/settings/window-rules.nix b/modules/programs/hyprland/settings/window-rules.nix deleted file mode 100644 index 2730b08..0000000 --- a/modules/programs/hyprland/settings/window-rules.nix +++ /dev/null @@ -1,20 +0,0 @@ -{...}: { - wayland.windowManager.hyprland.settings.windowrule = [ - "float, class:(clipse)" - "size 622 652, class:(clipse)" - "stayfocused, class:(clipse)" - - "suppressevent maximize, class:.*" - "nofocus,class:^$,title:^$,xwayland:1,floating:1,fullscreen:0,pinned:0" - - "opacity 0.0 override, class:^(xwaylandvideobridge)$" - "noanim, class:^(xwaylandvideobridge)$" - "noinitialfocus, class:^(xwaylandvideobridge)$" - "maxsize 1 1, class:^(xwaylandvideobridge)$" - "noblur, class:^(xwaylandvideobridge)$" - "nofocus, class:^(xwaylandvideobridge)$" - ]; - wayland.windowManager.hyprland.settings.windowrulev2 = [ - "tile, class:^(Chromium)$" - ]; -} diff --git a/modules/programs/nixcord/default.nix b/modules/programs/nixcord/default.nix deleted file mode 100644 index cc315b6..0000000 --- a/modules/programs/nixcord/default.nix +++ /dev/null @@ -1,51 +0,0 @@ -{ - lib, - libs, - osconfig, - ... -}: { - programs.nixcord = lib.mkIf osconfig.device.programs.nixcord.enable { - enable = true; - discord = { - enable = true; - vencord.enable = true; - }; - - quickCss = builtins.readFile (libs.root "/assets/discord/style.css"); - - config = { - useQuickCss = true; - enableReactDevtools = true; - themeLinks = ["https://catppuccin.github.io/discord/dist/catppuccin-mocha-blue.theme.css"]; - - plugins = { - BlurNSFW.enable = true; - volumeBooster.enable = true; - ClearURLs.enable = true; - copyEmojiMarkdown.enable = true; - youtubeAdblock.enable = true; - experiments.enable = true; - fixCodeblockGap.enable = true; - fixImagesQuality.enable = true; - fixSpotifyEmbeds.enable = true; - fixYoutubeEmbeds.enable = true; - gameActivityToggle.enable = true; - imageZoom.enable = true; - memberCount.enable = true; - mentionAvatars.enable = true; - noDevtoolsWarning.enable = true; - noF1.enable = true; - openInApp.enable = true; - voiceDownload.enable = true; - validUser.enable = true; - translate.enable = true; - whoReacted.enable = true; - - fakeNitro = { - enable = true; - enableEmojiBypass = false; - }; - }; - }; - }; -} diff --git a/modules/programs/nixvim/_nixvim.nix b/modules/programs/nixvim/_nixvim.nix deleted file mode 100644 index 836c158..0000000 --- a/modules/programs/nixvim/_nixvim.nix +++ /dev/null @@ -1,13 +0,0 @@ -{...}: { - programs.nixvim.imports = [ - ./default.nix - ./extra-packages.nix - - ./keymaps/_keymaps.nix - - ./plugins/_plugins.nix - ./plugins/_extraPlugins.nix - - ./lua/_lua.nix - ]; -} diff --git a/modules/programs/nixvim/default.nix b/modules/programs/nixvim/default.nix deleted file mode 100644 index 44adfa4..0000000 --- a/modules/programs/nixvim/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{...}: { - enable = true; - vimdiffAlias = true; - colorschemes.catppuccin.enable = true; - - opts = { - number = true; - relativenumber = true; - - tabstop = 2; - shiftwidth = 2; - softtabstop = 2; - smartindent = true; - expandtab = true; - - clipboard = "unnamedplus"; - }; -} diff --git a/modules/programs/nixvim/extra-packages.nix b/modules/programs/nixvim/extra-packages.nix deleted file mode 100644 index bf9c523..0000000 --- a/modules/programs/nixvim/extra-packages.nix +++ /dev/null @@ -1,5 +0,0 @@ -{pkgs, ...}: { - extraPackages = with pkgs; [ - nodePackages.prettier - ]; -} diff --git a/modules/programs/nixvim/keymaps/_default.nix b/modules/programs/nixvim/keymaps/_default.nix deleted file mode 100644 index fb6dd0f..0000000 --- a/modules/programs/nixvim/keymaps/_default.nix +++ /dev/null @@ -1,26 +0,0 @@ -[ - { - mode = "i"; - key = ""; - action = ""; - options.silent = true; - } - { - mode = "i"; - key = ""; - action = ""; - options.silent = true; - } - { - mode = "i"; - key = ""; - action = ""; - options.silent = true; - } - { - mode = "i"; - key = ""; - action = ""; - options.silent = true; - } -] diff --git a/modules/programs/nixvim/keymaps/_keymaps.nix b/modules/programs/nixvim/keymaps/_keymaps.nix deleted file mode 100644 index 12521cb..0000000 --- a/modules/programs/nixvim/keymaps/_keymaps.nix +++ /dev/null @@ -1,9 +0,0 @@ -{...}: { - globals.mapleader = " "; - keymaps = - [] - ++ (import ./_default.nix) - ++ (import ./barbar.nix) - ++ (import ./toggleterm.nix) - ++ (import ./nvim-tree-toggle.nix); -} diff --git a/modules/programs/nixvim/keymaps/barbar.nix b/modules/programs/nixvim/keymaps/barbar.nix deleted file mode 100644 index 1c33576..0000000 --- a/modules/programs/nixvim/keymaps/barbar.nix +++ /dev/null @@ -1,39 +0,0 @@ -[ - { - mode = "n"; - key = ""; - action = "BufferPrevious"; - options.silent = true; - } - { - mode = "n"; - key = ""; - action = "BufferNext"; - options.silent = true; - } - { - mode = "n"; - key = ""; - action = "BufferMovePrevious"; - options.silent = true; - } - { - mode = "n"; - key = ">"; - action = "BufferMoveNext"; - options.silent = true; - } - { - mode = "n"; - key = ""; - action = "BufferClose"; - options.silent = true; - } -] -++ (builtins.genList (i: { - mode = "n"; - key = ""; - action = "BufferGoto ${toString (i + 1)}"; - options.silent = true; - }) - 9) diff --git a/modules/programs/nixvim/keymaps/nvim-tree-toggle.nix b/modules/programs/nixvim/keymaps/nvim-tree-toggle.nix deleted file mode 100644 index 7c48e7a..0000000 --- a/modules/programs/nixvim/keymaps/nvim-tree-toggle.nix +++ /dev/null @@ -1,8 +0,0 @@ -[ - { - mode = "n"; - key = ""; - action = "NvimTreeToggle"; - options.silent = true; - } -] diff --git a/modules/programs/nixvim/keymaps/toggleterm.nix b/modules/programs/nixvim/keymaps/toggleterm.nix deleted file mode 100644 index a5944b6..0000000 --- a/modules/programs/nixvim/keymaps/toggleterm.nix +++ /dev/null @@ -1,64 +0,0 @@ -[ - { - mode = "t"; - key = ""; - action = ""; - } - { - mode = "t"; - key = "jk"; - action = ""; - } - { - mode = "t"; - key = ""; - action = ""; - } - - { - mode = "t"; - key = ""; - action = "wincmd l"; - } - { - mode = "t"; - key = ""; - action = "wincmd k"; - } - { - mode = "t"; - key = ""; - action = "wincmd j"; - } - { - mode = "t"; - key = ""; - action = "wincmd h"; - } -] -++ builtins.concatLists ( - builtins.genList (i: [ - { - mode = "n"; - key = "th${toString (i + 1)}"; - action = ":${toString (i + 1)}ToggleTerm direction=horizontal"; - options.silent = true; - options.noremap = true; - } - { - mode = "n"; - key = "tv${toString (i + 1)}"; - action = ":${toString (i + 1)}ToggleTerm direction=vertical"; - options.silent = true; - options.noremap = true; - } - { - mode = "n"; - key = "tf${toString (i + 1)}"; - action = ":${toString (i + 1)}ToggleTerm direction=float"; - options.silent = true; - options.noremap = true; - } - ]) - 9 -) diff --git a/modules/programs/nixvim/lua/_lua.nix b/modules/programs/nixvim/lua/_lua.nix deleted file mode 100644 index ea8f50d..0000000 --- a/modules/programs/nixvim/lua/_lua.nix +++ /dev/null @@ -1,2 +0,0 @@ -{...}: { -} diff --git a/modules/programs/nixvim/plugins/_extraPlugins.nix b/modules/programs/nixvim/plugins/_extraPlugins.nix deleted file mode 100644 index 3291315..0000000 --- a/modules/programs/nixvim/plugins/_extraPlugins.nix +++ /dev/null @@ -1,13 +0,0 @@ -{pkgs, ...}: let - EXTRA_PLUGINS = [ - ./extras/neocord.nix - ./extras/mini-icons.nix - ]; - - LUA = [ - ./lua/neocord.lua - ]; -in { - extraPlugins = map (path: import path {plugins = pkgs.vimPlugins;}) EXTRA_PLUGINS; - extraConfigLua = builtins.concatStringsSep "\n" (map builtins.readFile LUA); -} diff --git a/modules/programs/nixvim/plugins/_plugins.nix b/modules/programs/nixvim/plugins/_plugins.nix deleted file mode 100644 index 348c756..0000000 --- a/modules/programs/nixvim/plugins/_plugins.nix +++ /dev/null @@ -1,32 +0,0 @@ -{...} @ inputs: { - plugins = { - nvim-tree = import ./nvimtree.nix inputs; - lsp = import ./lsp.nix inputs; - lspkind = import ./lspkind.nix inputs; - conform-nvim = import ./conform-nvim.nix inputs; - which-key = import ./which-key.nix inputs; - lint = import ./lint.nix inputs; - - cmp = import ./cmp.nix inputs; - cmp-nvim-lsp.enable = true; - cmp-buffer.enable = true; - cmp-path.enable = true; - cmp_luasnip.enable = true; - - web-devicons.enable = true; - lz-n.enable = true; - treesitter.enable = true; - lualine.enable = true; - neoscroll.enable = true; - image.enable = true; - nvim-autopairs.enable = true; - bufferline.enable = true; - luasnip.enable = true; - friendly-snippets.enable = true; - indent-blankline.enable = true; - barbar.enable = true; - toggleterm.enable = true; - auto-save.enable = true; - visual-multi.enable = true; - }; -} diff --git a/modules/programs/nixvim/plugins/cmp.nix b/modules/programs/nixvim/plugins/cmp.nix deleted file mode 100644 index 8d7163c..0000000 --- a/modules/programs/nixvim/plugins/cmp.nix +++ /dev/null @@ -1,25 +0,0 @@ -{...}: { - enable = true; - autoEnableSources = true; - - settings = { - sources = [ - {name = "nvim_lsp";} - {name = "path";} - {name = "luasnip";} - {name = "buffer";} - ]; - - mapping = { - "" = "cmp.mapping.complete()"; - "" = "cmp.mapping.scroll_docs(-4)"; - "" = "cmp.mapping.scroll_docs(4)"; - "" = "cmp.mapping.abort()"; - "" = "cmp.mapping.confirm({ select = true })"; - "" = "cmp.mapping(cmp.mapping.select_next_item(), {'i', 's'})"; - "" = "cmp.mapping(cmp.mapping.select_prev_item(), {'i', 's'})"; - }; - - formatting.fields = ["kind" "abbr" "menu"]; - }; -} diff --git a/modules/programs/nixvim/plugins/conform-nvim.nix b/modules/programs/nixvim/plugins/conform-nvim.nix deleted file mode 100644 index f20b53e..0000000 --- a/modules/programs/nixvim/plugins/conform-nvim.nix +++ /dev/null @@ -1,19 +0,0 @@ -{...}: { - enable = true; - settings = { - formatters_by_ft = { - javascript = ["prettier"]; - typescript = ["prettier"]; - json = ["prettier"]; - css = ["prettier"]; - html = ["prettier"]; - nix = ["nixfmt"]; - php = ["php_cs_fixer"]; - }; - - format_on_save = { - timeout_ms = 500; - lsp_fallback = true; - }; - }; -} diff --git a/modules/programs/nixvim/plugins/extras/mini-icons.nix b/modules/programs/nixvim/plugins/extras/mini-icons.nix deleted file mode 100644 index 13ea0ec..0000000 --- a/modules/programs/nixvim/plugins/extras/mini-icons.nix +++ /dev/null @@ -1,3 +0,0 @@ -{plugins, ...}: { - plugin = plugins.mini-icons; -} diff --git a/modules/programs/nixvim/plugins/extras/neocord.nix b/modules/programs/nixvim/plugins/extras/neocord.nix deleted file mode 100644 index 373d68e..0000000 --- a/modules/programs/nixvim/plugins/extras/neocord.nix +++ /dev/null @@ -1,3 +0,0 @@ -{plugins, ...}: { - plugin = plugins.neocord; -} diff --git a/modules/programs/nixvim/plugins/lint.nix b/modules/programs/nixvim/plugins/lint.nix deleted file mode 100644 index 1473ac2..0000000 --- a/modules/programs/nixvim/plugins/lint.nix +++ /dev/null @@ -1,5 +0,0 @@ -{...}: { - enable = true; - lintersByFt = { - }; -} diff --git a/modules/programs/nixvim/plugins/lsp.nix b/modules/programs/nixvim/plugins/lsp.nix deleted file mode 100644 index c0694e9..0000000 --- a/modules/programs/nixvim/plugins/lsp.nix +++ /dev/null @@ -1,11 +0,0 @@ -{...}: { - enable = true; - servers = { - phpactor.enable = true; - nil_ls.enable = true; - pyright.enable = true; - ts_ls.enable = true; - html.enable = true; - cssls.enable = true; - }; -} diff --git a/modules/programs/nixvim/plugins/lspkind.nix b/modules/programs/nixvim/plugins/lspkind.nix deleted file mode 100644 index c140184..0000000 --- a/modules/programs/nixvim/plugins/lspkind.nix +++ /dev/null @@ -1,4 +0,0 @@ -{...}: { - enable = true; - cmp.enable = true; -} diff --git a/modules/programs/nixvim/plugins/lua/neocord.lua b/modules/programs/nixvim/plugins/lua/neocord.lua deleted file mode 100644 index 9384beb..0000000 --- a/modules/programs/nixvim/plugins/lua/neocord.lua +++ /dev/null @@ -1,24 +0,0 @@ -require("neocord").setup({ - -- General options - logo= "auto", -- "auto" or url - logo_tooltip= nil,-- nil or string - main_image= "language", -- "language" or "logo" - client_id = "1157438221865717891",-- Use your own Discord application client id (not recommended) - log_level = nil,-- Log messages at or above this level (one of the following: "debug", "info", "warn", "error") - debounce_timeout= 10, -- Number of seconds to debounce events (or calls to `:lua package.loaded.presence:update(, true)`) - blacklist = {}, -- A list of strings or Lua patterns that disable Rich Presence if the current file name, path, or workspace matches - file_assets = {}, -- Custom file asset definitions keyed by file names and extensions (see default config at `lua/presence/file_assets.lua` for reference) - show_time = true, -- Show the timer - global_timer= false,-- if set true, timer won't update when any event are triggered - buttons = nil,-- A list of buttons (objects with label and url attributes) or a function returning such list. - - -- Rich Presence text options - editing_text= "Editing %s", -- Format string rendered when an editable file is loaded in the buffer (either string or function(filename: string): string) - file_explorer_text= "Browsing %s",-- Format string rendered when browsing a file explorer (either string or function(file_explorer_name: string): string) - git_commit_text = "Committing changes", -- Format string rendered when committing changes in git (either string or function(filename: string): string) - plugin_manager_text = "Managing plugins", -- Format string rendered when managing plugins (either string or function(plugin_manager_name: string): string) - reading_text= "Reading %s", -- Format string rendered when a read-only or unmodifiable file is loaded in the buffer (either string or function(filename: string): string) - workspace_text= "Working on %s",-- Format string rendered when in a git repository (either string or function(project_name: string|nil, filename: string): string) - line_number_text= "Line %s out of %s",-- Format string rendered when `enable_line_number` is set to true (either string or function(line_number: number, line_count: number): string) - terminal_text = "Using Terminal", -- Format string rendered when in terminal mode. -}) \ No newline at end of file diff --git a/modules/programs/nixvim/plugins/nvimtree.nix b/modules/programs/nixvim/plugins/nvimtree.nix deleted file mode 100644 index c41503c..0000000 --- a/modules/programs/nixvim/plugins/nvimtree.nix +++ /dev/null @@ -1,5 +0,0 @@ -{...}: { - enable = true; - openOnSetupFile = true; - settings.auto_reload_on_write = true; -} diff --git a/modules/programs/nixvim/plugins/which-key.nix b/modules/programs/nixvim/plugins/which-key.nix deleted file mode 100644 index ef3ca51..0000000 --- a/modules/programs/nixvim/plugins/which-key.nix +++ /dev/null @@ -1,6 +0,0 @@ -{...}: { - enable = true; - settings = { - preset = "modern"; - }; -} diff --git a/modules/services/adguardhome.nix b/modules/services/adguardhome.nix deleted file mode 100644 index b4fff2c..0000000 --- a/modules/services/adguardhome.nix +++ /dev/null @@ -1,7 +0,0 @@ -{...}: { - services.adguardhome = { - enable = true; - port = 34778; - openFirewall = true; - }; -} diff --git a/modules/services/cloudflare-dyndns.nix b/modules/services/cloudflare-dyndns.nix deleted file mode 100644 index 1a0b1a6..0000000 --- a/modules/services/cloudflare-dyndns.nix +++ /dev/null @@ -1,12 +0,0 @@ -{...}: { - services.cloudflare-dyndns = { - enable = true; - apiTokenFile = "/home/asakiyuki/.secret/CLOUDFLARE_TOKEN_KEY"; - frequency = ":0/5"; - proxied = true; - ipv6 = false; - ipv4 = true; - deleteMissing = false; - domains = ["ddns.asakiyuki.com"]; - }; -} diff --git a/modules/services/fail2ban.nix b/modules/services/fail2ban.nix deleted file mode 100644 index 3bea9fb..0000000 --- a/modules/services/fail2ban.nix +++ /dev/null @@ -1,8 +0,0 @@ -{...}: { - services.fail2ban = { - enable = true; - ignoreIP = [ - "192.168.0.0/16" - ]; - }; -} diff --git a/modules/services/httpd.nix b/modules/services/httpd.nix deleted file mode 100644 index dd71ddc..0000000 --- a/modules/services/httpd.nix +++ /dev/null @@ -1,32 +0,0 @@ -{...}: { - services.httpd = { - enable = true; - adminAddr = "vantrong2007vn@gmail.com"; - - user = "static"; - group = "public"; - - virtualHosts = { - localhost = { - documentRoot = "/home/PUBLIC"; - listen = [ - { - ip = "0.0.0.0"; - port = 37284; - } - ]; - extraConfig = '' - - Options -Indexes +FollowSymLinks - AllowOverride None - Require all granted - - - Require all denied - - - ''; - }; - }; - }; -} diff --git a/modules/services/openssh.nix b/modules/services/openssh.nix deleted file mode 100644 index addf94f..0000000 --- a/modules/services/openssh.nix +++ /dev/null @@ -1,21 +0,0 @@ -{...}: { - services.openssh = { - enable = true; - ports = [15523]; - authorizedKeysInHomedir = true; - authorizedKeysFiles = ["/home/asakiyuki/.ssh/authorized_keys"]; - settings = { - AllowUsers = [ - "asakiyuki" - "junko" - "forgejo" - ]; - PasswordAuthentication = true; - KbdInteractiveAuthentication = false; - AllowAgentForwarding = false; - AllowStreamLocalForwarding = false; - X11Forwarding = false; - PermitRootLogin = "no"; - }; - }; -} diff --git a/modules/services/pipewire.nix b/modules/services/pipewire.nix deleted file mode 100644 index 56e3063..0000000 --- a/modules/services/pipewire.nix +++ /dev/null @@ -1,6 +0,0 @@ -{...}: { - services.pipewire = { - enable = true; - pulse.enable = true; - }; -} diff --git a/options/home/default.nix b/options/home/default.nix deleted file mode 100644 index 60a4ba6..0000000 --- a/options/home/default.nix +++ /dev/null @@ -1,4 +0,0 @@ -{...}: { - imports = [./programs.nix]; - options = {}; -} diff --git a/options/home/programs.nix b/options/home/programs.nix deleted file mode 100644 index 2e2140e..0000000 --- a/options/home/programs.nix +++ /dev/null @@ -1,116 +0,0 @@ -{ - lib, - pkgs, - inputs, - ... -}: { - imports = [ - ./programs/dolphin.nix - ]; - - options.programs = { - catppuccin = { - enable = lib.mkEnableOption "catppuccin"; - package = lib.mkOption { - type = lib.types.package; - default = pkgs.catppuccin-gtk.override { - variant = "mocha"; - accents = ["sapphire"]; - size = "compact"; - }; - description = "Catppuccin GTK package"; - }; - kde = lib.mkOption { - type = lib.types.package; - default = pkgs.catppuccin-kde.override { - flavour = ["mocha"]; - accents = ["sapphire"]; - }; - description = "Catppuccin KDE package"; - }; - }; - antigravity = { - enable = lib.mkEnableOption "antigravity"; - package = lib.mkPackageOption pkgs "antigravity" {}; - }; - prismlauncher = { - enable = lib.mkEnableOption "prismlauncher"; - package = lib.mkPackageOption pkgs "prismlauncher" {}; - }; - proton-ge = { - enable = lib.mkEnableOption "proton-ge utils"; - packages = lib.mkOption { - type = lib.types.listOf lib.types.package; - default = with pkgs; [ - protonup-qt - protonplus - ]; - }; - }; - vlc = { - enable = lib.mkEnableOption "vlc"; - package = lib.mkPackageOption pkgs "vlc" {}; - }; - gimp = { - enable = lib.mkEnableOption "gimp"; - package = lib.mkPackageOption pkgs "gimp" {}; - }; - libreoffice = { - enable = lib.mkEnableOption "libreoffice"; - package = lib.mkPackageOption pkgs "libreoffice-qt-fresh" {}; - }; - osu = { - enable = lib.mkEnableOption "osu-lazer"; - package = lib.mkPackageOption pkgs "osu-lazer-bin" {}; - }; - lmstudio = { - enable = lib.mkEnableOption "lmstudio"; - package = lib.mkPackageOption pkgs "lmstudio" {}; - }; - wl-clipboard = { - enable = lib.mkEnableOption "wl-clipboard"; - package = lib.mkPackageOption pkgs "wl-clipboard" {}; - }; - blender = { - enable = lib.mkEnableOption "blender"; - package = lib.mkPackageOption pkgs "blender" {}; - }; - xprop = { - enable = lib.mkEnableOption "xprop"; - package = lib.mkPackageOption pkgs "xprop" {}; - }; - pavucontrol = { - enable = lib.mkEnableOption "pavucontrol-qt"; - package = lib.mkPackageOption pkgs.lxqt "pavucontrol-qt" {}; - }; - nwg-look = { - enable = lib.mkEnableOption "nwg-look"; - package = lib.mkPackageOption pkgs "nwg-look" {}; - }; - proton-apps = { - enable = lib.mkEnableOption "proton-pass and proton-authenticator"; - packages = lib.mkOption { - type = lib.types.listOf lib.types.package; - default = with pkgs; [ - proton-pass - proton-authenticator - ]; - }; - }; - davinci-resolve = { - enable = lib.mkEnableOption "davinci-resolve"; - package = lib.mkPackageOption pkgs "davinci-resolve" {}; - }; - hytale = { - enable = lib.mkEnableOption "hytale-launcher"; - package = lib.mkOption { - type = lib.types.package; - default = inputs.hytale-launcher.packages.${pkgs.system}.default; - }; - }; - cider = { - enable = lib.mkEnableOption "cider-2"; - package = lib.mkPackageOption pkgs "cider-2" {}; - }; - }; -} diff --git a/options/home/programs/dolphin.nix b/options/home/programs/dolphin.nix deleted file mode 100644 index a6da44d..0000000 --- a/options/home/programs/dolphin.nix +++ /dev/null @@ -1,442 +0,0 @@ -{ - lib, - pkgs, - config, - ... -}: let - sanitize = lib.mapAttrsRecursive ( - path: value: - if lib.isList value - then lib.concatStringsSep "," value - else value - ); -in { - config = lib.mkIf config.programs.dolphin.enable { - home.packages = [ - config.programs.dolphin.package - ]; - - home.file = lib.mergeAttrsList [ - { - ".config/dolphinrc" = { - text = lib.generators.toINI {} (sanitize config.programs.dolphin.configs); - force = true; - }; - } - (builtins.listToAttrs (builtins.map - ({ - name, - value, - }: { - name = ".local/share/kio/servicemenus/${name}.desktop"; - value = { - text = lib.generators.toINI {} value; - }; - }) - (lib.attrsToList config.programs.dolphin.services-menu))) - ]; - }; - - options.programs.dolphin = { - enable = lib.mkEnableOption "dolphin"; - package = lib.mkOption { - type = lib.types.package; - default = pkgs.symlinkJoin { - name = "dolphin-wrapped"; - paths = [pkgs.kdePackages.dolphin]; - nativeBuildInputs = [pkgs.makeWrapper]; - postBuild = '' - rm $out/bin/dolphin - makeWrapper ${pkgs.kdePackages.dolphin}/bin/dolphin $out/bin/dolphin \ - --set XDG_CONFIG_DIRS "${pkgs.kdePackages.kservice}/etc/xdg:$XDG_CONFIG_DIRS" \ - --run "${pkgs.kdePackages.kservice}/bin/kbuildsycoca6 --noincremental ${pkgs.kdePackages.kservice}/etc/xdg/menus/applications.menu" - ''; - }; - }; - - configs = { - General = { - DoubleClickViewAction = lib.mkOption { - type = lib.types.str; - default = "edit_select_all"; - }; - DoubleClickViewCustomAction = lib.mkOption { - type = lib.types.str; - default = ""; - }; - EditableUrl = lib.mkOption { - type = lib.types.bool; - default = false; - }; - UrlCompletionMode = lib.mkOption { - type = lib.types.int; - default = 1; - }; - ShowFullPath = lib.mkOption { - type = lib.types.bool; - default = false; - }; - ShowFullPathInTitlebar = lib.mkOption { - type = lib.types.bool; - default = false; - }; - OpenExternallyCalledFolderInNewTab = lib.mkOption { - type = lib.types.bool; - default = false; - }; - AlwaysShowTabBar = lib.mkOption { - type = lib.types.bool; - default = false; - }; - ShowCloseButtonOnTabs = lib.mkOption { - type = lib.types.bool; - default = true; - }; - TabStyle = lib.mkOption { - type = lib.types.enum ["AutoSize" "FullWidth" "FixedSize"]; - default = "AutoSize"; - }; - Version = lib.mkOption { - type = lib.types.int; - default = 0; - }; - HomeUrl = lib.mkOption { - type = lib.types.str; - default = config.home.homeDirectory; - }; - RememberOpenedTabs = lib.mkOption { - type = lib.types.bool; - default = true; - }; - SplitView = lib.mkOption { - type = lib.types.bool; - default = false; - }; - FilterBar = lib.mkOption { - type = lib.types.bool; - default = false; - }; - GlobalViewProps = lib.mkOption { - type = lib.types.bool; - default = true; - }; - BrowseThroughArchives = lib.mkOption { - type = lib.types.bool; - default = false; - }; - ConfirmClosingMultipleTabs = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ConfirmClosingTerminalRunningProgram = lib.mkOption { - type = lib.types.bool; - default = true; - }; - RenameInline = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowSelectionToggle = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowPasteBarAfterCopying = lib.mkOption { - type = lib.types.bool; - default = true; - }; - UseTabForSwitchingSplitView = lib.mkOption { - type = lib.types.bool; - default = false; - }; - CloseSplitViewChoice = lib.mkOption { - type = lib.types.enum ["ActiveView" "InactiveView" "RightView"]; - default = "ActiveView"; - }; - OpenNewTabAfterLastTab = lib.mkOption { - type = lib.types.bool; - default = false; - }; - ShowToolTips = lib.mkOption { - type = lib.types.bool; - default = false; - }; - AutoExpandFolders = lib.mkOption { - type = lib.types.bool; - default = false; - }; - ShowStatusBar = lib.mkOption { - type = lib.types.enum ["Small" "FullWidth" "Disabled"]; - default = "Small"; - }; - ShowZoomSlider = lib.mkOption { - type = lib.types.bool; - default = false; - }; - LockPanels = lib.mkOption { - type = lib.types.bool; - default = true; - }; - EnlargeSmallPreviews = lib.mkOption { - type = lib.types.bool; - default = true; - }; - SortingChoice = lib.mkOption { - type = lib.types.enum ["NaturalSorting" "CaseInsensitiveSorting" "CaseSensitiveSorting"]; - default = "NaturalSorting"; - }; - HideXTrashFile = lib.mkOption { - type = lib.types.bool; - default = false; - }; - DynamicView = lib.mkOption { - type = lib.types.bool; - default = false; - }; - ModifiedStartupSettings = lib.mkOption { - type = lib.types.bool; - default = false; - }; - }; - - CompactMode = { - UseSystemFont = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ViewFont = lib.mkOption { - type = lib.types.str; - default = "System Font"; - }; - IconSize = lib.mkOption { - type = lib.types.int; - default = 22; - }; - PreviewSize = lib.mkOption { - type = lib.types.int; - default = 48; - }; - MaximumTextWidthIndex = lib.mkOption { - type = lib.types.int; - default = 0; - }; - }; - - ContentDisplay = { - DirectorySizeMode = lib.mkOption { - type = lib.types.enum ["ContentCount" "ContentSize" "None"]; - default = "ContentCount"; - }; - RecursiveDirectorySizeLimit = lib.mkOption { - type = lib.types.int; - default = 10; - }; - UseShortRelativeDates = lib.mkOption { - type = lib.types.bool; - default = true; - }; - UsePermissionsFormat = lib.mkOption { - type = lib.types.enum ["SymbolicFormat" "NumericFormat" "CombinedFormat"]; - default = "SymbolicFormat"; - }; - ElidingMode = lib.mkOption { - type = lib.types.enum ["Right" "Middle"]; - default = "Middle"; - }; - }; - - ContextMenu = { - ShowCopyMoveMenu = lib.mkOption { - type = lib.types.bool; - default = false; - }; - ShowAddToPlaces = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowSortBy = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowViewMode = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowOpenInNewTab = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowOpenInNewWindow = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowOpenInSplitView = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowCopyLocation = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowDuplicateHere = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowOpenTerminal = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowCopyToOtherSplitView = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ShowMoveToOtherSplitView = lib.mkOption { - type = lib.types.bool; - default = true; - }; - }; - - DetailsMode = { - UseSystemFont = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ViewFont = lib.mkOption { - type = lib.types.str; - default = "System Font"; - }; - IconSize = lib.mkOption { - type = lib.types.int; - default = 16; - }; - PreviewSize = lib.mkOption { - type = lib.types.int; - default = 48; - }; - ColumnPositions = lib.mkOption { - type = lib.types.str; - default = "0,1,2,3,4,5,6,7,8"; - }; - LeftPadding = lib.mkOption { - type = lib.types.int; - default = 20; - }; - RightPadding = lib.mkOption { - type = lib.types.int; - default = 20; - }; - HighlightEntireRow = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ExpandableFolders = lib.mkOption { - type = lib.types.bool; - default = true; - }; - }; - - IconsMode = { - UseSystemFont = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ViewFont = lib.mkOption { - type = lib.types.str; - default = "System Font"; - }; - IconSize = lib.mkOption { - type = lib.types.int; - default = 32; - }; - PreviewSize = lib.mkOption { - type = lib.types.int; - default = 64; - }; - TextWidthIndex = lib.mkOption { - type = lib.types.int; - default = 1; - }; - MaximumTextLines = lib.mkOption { - type = lib.types.int; - default = 3; - }; - }; - - Settings = { - HiddenFilesShown = lib.mkOption { - type = lib.types.bool; - default = false; - }; - }; - - Dolphin = { - Version = lib.mkOption { - type = lib.types.int; - default = -1; - }; - ViewMode = lib.mkOption { - type = lib.types.int; - default = 0; - }; - PreviewsShown = lib.mkOption { - type = lib.types.bool; - default = true; - }; - GroupedSorting = lib.mkOption { - type = lib.types.bool; - default = false; - }; - SortRole = lib.mkOption { - type = lib.types.str; - default = "text"; - }; - SortOrder = lib.mkOption { - type = lib.types.int; - default = 0; - }; - SortFoldersFirst = lib.mkOption { - type = lib.types.bool; - default = true; - }; - SortHiddenLast = lib.mkOption { - type = lib.types.bool; - default = false; - }; - VisibleRoles = lib.mkOption { - type = lib.types.listOf lib.types.str; - default = []; - }; - HeaderColumnWidths = lib.mkOption { - type = lib.types.str; - default = ""; - }; - }; - - NotificationMessages = { - ConfirmOpenManyFolders = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ConfirmOpenManyTerminals = lib.mkOption { - type = lib.types.bool; - default = true; - }; - ConfirmRenameFileType = lib.mkOption { - type = lib.types.bool; - default = true; - }; - }; - - VersionControl = { - enabledPlugins = lib.mkOption { - type = lib.types.listOf lib.types.str; - default = []; - }; - }; - }; - - services-menu = lib.mkOption { - type = lib.types.attrsOf (lib.types.attrsOf (lib.types.attrsOf lib.types.str)); - default = {}; - }; - }; -} diff --git a/options/system/default.nix b/options/system/default.nix deleted file mode 100644 index b040e06..0000000 --- a/options/system/default.nix +++ /dev/null @@ -1,24 +0,0 @@ -{lib, ...}: { - imports = [ - ./programs.nix - ./file.nix - ./environment.nix - ./programs.nix - ./hardware.nix - ]; - - options.device = { - flatpak.enable = lib.mkEnableOption "flatpak"; - flake-name = lib.mkOption { - type = lib.types.str; - default = "desktop"; - description = "Flake name for quick rebuild"; - }; - - cursors = lib.mkOption { - type = lib.types.str; - default = "aemeath"; - description = "Cursor theme to use for the desktop"; - }; - }; -} diff --git a/options/system/environment.nix b/options/system/environment.nix deleted file mode 100644 index 9918bb2..0000000 --- a/options/system/environment.nix +++ /dev/null @@ -1,40 +0,0 @@ -{lib, ...}: { - options.device = { - dm = { - sddm = { - enable = lib.mkEnableOption "sddm"; - theme = lib.mkOption { - type = lib.types.str; - default = "hyprland_kath"; - description = "astronaut theme name"; - }; - }; - - gdm.enable = lib.mkEnableOption "gdm"; - }; - - de = { - kdePlasma.enable = lib.mkEnableOption "kde plasma"; - gnome.enable = lib.mkEnableOption "gnome"; - }; - - wm = { - niri.enable = lib.mkEnableOption "niri"; - hyprland = { - enable = lib.mkEnableOption "hyprland"; - - monitor = lib.mkOption { - type = lib.types.listOf lib.types.str; - default = []; - description = "Monitors vs settings"; - }; - - monitorsv2 = lib.mkOption { - type = lib.types.listOf lib.types.attrs; - default = []; - description = "Monitors vs settings"; - }; - }; - }; - }; -} diff --git a/options/system/file.nix b/options/system/file.nix deleted file mode 100644 index ad464d2..0000000 --- a/options/system/file.nix +++ /dev/null @@ -1,23 +0,0 @@ -{lib, ...}: { - options.device.files = { - symlink = lib.mkOption { - default = {}; - type = lib.types.attrsOf lib.types.str; - }; - - source = lib.mkOption { - default = {}; - type = lib.types.attrsOf lib.types.path; - }; - - force = lib.mkOption { - default = {}; - type = lib.types.attrsOf lib.types.bool; - }; - - mkForce = lib.mkOption { - default = {}; - type = lib.types.attrsOf lib.types.bool; - }; - }; -} diff --git a/options/system/hardware.nix b/options/system/hardware.nix deleted file mode 100644 index 887dafc..0000000 --- a/options/system/hardware.nix +++ /dev/null @@ -1,5 +0,0 @@ -{lib, ...}: { - options.device = { - bluetooth.enable = lib.mkEnableOption "bluetooth"; - }; -} diff --git a/options/system/programs.nix b/options/system/programs.nix deleted file mode 100644 index a3e2280..0000000 --- a/options/system/programs.nix +++ /dev/null @@ -1,130 +0,0 @@ -{ - inputs, - lib, - pkgs, - ... -}: { - options.device.programs = { - terminal = { - enable = lib.mkEnableOption "terminal"; - name = lib.mkOption { - type = lib.types.str; - default = "ghostty"; - description = "Terminal"; - }; - }; - - nixcord.enable = lib.mkEnableOption "nixcord"; - tmux.enable = lib.mkEnableOption "tmux"; - starship.enable = lib.mkEnableOption "starship"; - fastfetch.enable = lib.mkEnableOption "fastfetch"; - steam.enable = lib.mkEnableOption "steam"; - - obs-studio.enable = lib.mkEnableOption "Obs Studio"; - cider-2.enable = lib.mkEnableOption "Cider 2"; - }; - - options.programs = { - ffmpeg = { - enable = lib.mkEnableOption "ffmpeg"; - package = lib.mkPackageOption pkgs "ffmpeg-full" {}; - }; - nodejs = { - enable = lib.mkEnableOption "nodejs"; - package = lib.mkPackageOption pkgs "nodejs" {}; - }; - bun = { - enable = lib.mkEnableOption "bun"; - package = lib.mkPackageOption pkgs "bun" {}; - }; - brightnessctl = { - enable = lib.mkEnableOption "brightnessctl"; - package = lib.mkPackageOption pkgs "brightnessctl" {}; - }; - php = { - enable = lib.mkEnableOption "php"; - package = lib.mkPackageOption pkgs "php" {}; - }; - ntfs3g = { - enable = lib.mkEnableOption "ntfs3g"; - package = lib.mkPackageOption pkgs "ntfs3g" {}; - }; - python = { - enable = lib.mkEnableOption "python"; - package = lib.mkPackageOption pkgs "python3" {}; - }; - jdk = { - enable = lib.mkEnableOption "jdk-25"; - package = lib.mkPackageOption pkgs "jdk25" {}; - }; - winepackages = { - enable = lib.mkEnableOption "Wine and Proton utilities"; - packages = lib.mkOption { - type = lib.types.listOf lib.types.package; - default = with pkgs; [ - wine - wine64 - winetricks - protontricks - ]; - }; - }; - quickshell = { - enable = lib.mkEnableOption "quickshell"; - package = lib.mkPackageOption pkgs "quickshell" {}; - }; - papirus-icons = { - enable = lib.mkEnableOption "papirus-icon-theme"; - package = lib.mkPackageOption pkgs "papirus-icon-theme" {}; - }; - kde-packages = { - enable = lib.mkEnableOption "KDE utility packages"; - packages = lib.mkOption { - type = lib.types.listOf lib.types.package; - default = with pkgs.kdePackages; [ - kservice - kate - qt5compat - qtdeclarative - qtimageformats - qtsvg - qtmultimedia - kde-gtk-config - kirigami - ksvg - qtbase - plasma5support - qttools - plasma-sdk - ]; - }; - }; - r-tensorflow = { - enable = lib.mkEnableOption "R tensorflow"; - package = lib.mkOption { - type = lib.types.package; - default = pkgs.rPackages.tensorflow; - }; - }; - gcc = { - enable = lib.mkEnableOption "c"; - packages = lib.mkOption { - type = lib.types.listOf lib.types.package; - default = with pkgs; [ - gcc - ]; - }; - }; - hyprland-portals = { - enable = lib.mkEnableOption "XDGP for hyprland"; - packages = lib.mkOption { - type = lib.types.listOf lib.types.package; - default = with pkgs; [ - xdg-desktop-portal - xdg-desktop-portal-wlr - xdg-desktop-portal-hyprland - ]; - }; - }; - }; -} diff --git a/overlays/nixpkgs.nix b/overlays/nixpkgs.nix deleted file mode 100644 index bc54b7a..0000000 --- a/overlays/nixpkgs.nix +++ /dev/null @@ -1,5 +0,0 @@ -{inputs, ...}: { - nixpkgs.overlays = [ - inputs.niri.overlays.niri - ]; -} diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..93e87a1 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,57 @@ +{ + "name": "asajs", + "version": "4.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "asajs", + "version": "4.0.0", + "license": "MIT", + "dependencies": { + "jsonc-parser": "^3.3.1" + }, + "devDependencies": { + "@types/node": "^25.0.3", + "typescript": "^5.9.3" + } + }, + "node_modules/@types/node": { + "version": "25.0.9", + "resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.9.tgz", + "integrity": "sha512-/rpCXHlCWeqClNBwUhDcusJxXYDjZTyE8v5oTO7WbL8eij2nKhUeU89/6xgjU7N4/Vh3He0BtyhJdQbDyhiXAw==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~7.16.0" + } + }, + "node_modules/jsonc-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz", + "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", + "license": "MIT" + }, + "node_modules/typescript": { + "version": "5.9.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.9.3.tgz", + "integrity": "sha512-jl1vZzPDinLr9eUt3J/t7V6FgNEw9QjvBPdysz9KfQDD41fQrC2Y4vKQdiaUpFT4bXlb1RHhLpp8wtm6M5TgSw==", + "dev": true, + "license": "Apache-2.0", + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/undici-types": { + "version": "7.16.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-7.16.0.tgz", + "integrity": "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw==", + "dev": true, + "license": "MIT" + } + } +} diff --git a/package.json b/package.json new file mode 100644 index 0000000..ffea1f3 --- /dev/null +++ b/package.json @@ -0,0 +1,42 @@ +{ + "name": "asajs", + "version": "4.1.15-indev.2", + "description": "Create your Minecraft JSON-UI resource packs using JavaScript", + "keywords": [ + "Minecraft", + "JSON-UI" + ], + "homepage": "https://github.com/asakiyuki/asajs", + "bugs": { + "url": "https://github.com/asakiyuki/asajs/issues" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/asakiyuki/asajs.git" + }, + "license": "GPL-3.0-only", + "author": "Asaki Yuki", + "type": "module", + "main": "dist/js/index.js", + "types": "dist/types/index.d.ts", + "scripts": { + "build": "tsc", + "dev": "tsc --watch", + "test": "bun test/app.ts", + "prefetch": "bun scripts/prefetch", + "vanilla:defs": "bun scripts/vanilladefs", + "vanilla:paths-optimize": "bun scripts/paths-optimize", + "gen:enums": "bun scripts/enum", + "gen:items": "bun scripts/items", + "gen:autocomplete": "bun scripts/autocomplete-build", + "full-build": "bun run prefetch;\nbun run vanilla:defs;\nbun run gen:enums;\nbun run gen:items;\nbun run gen:autocomplete;\nbun run vanilla:paths-optimize;\nbun run build", + "full-build-preview": "bun run prefetch --preview;\nbun run vanilla:defs;\nbun run gen:enums;\nbun run gen:items --preview;\nbun run gen:autocomplete;\nbun run vanilla:paths-optimize;\nbun run build" + }, + "devDependencies": { + "@types/node": "^25.0.3", + "typescript": "^5.9.3" + }, + "dependencies": { + "jsonc-parser": "^3.3.1" + } +} diff --git a/packages/bun.nix b/packages/bun.nix deleted file mode 100644 index ccaae4a..0000000 --- a/packages/bun.nix +++ /dev/null @@ -1,27 +0,0 @@ -{pkgs, ...}: -pkgs.stdenv.mkDerivation rec { - pname = "bun"; - version = "1.3.10"; - - src = pkgs.fetchzip { - url = "https://github.com/oven-sh/bun/releases/download/bun-v${version}/bun-linux-x64-baseline.zip"; - hash = "sha256-ZWTs4ApH0BsATxrE1DSuqCETIrNZZxdG8xtN0NinNBw="; - }; - - dontBuild = true; - - installPhase = '' - mkdir -p $out/bin - cp bun $out/bin/ - chmod +x $out/bin/bun - ''; - - meta = with pkgs.lib; { - description = "Incredibly fast JavaScript runtime, bundler, transpiler and package manager – all in one"; - homepage = "https://bun.sh"; - license = with licenses; [ - mit - lgpl21Only - ]; - }; -} diff --git a/packages/cage-xtmapper-0.1.5.nix b/packages/cage-xtmapper-0.1.5.nix deleted file mode 100644 index 1eb12cd..0000000 --- a/packages/cage-xtmapper-0.1.5.nix +++ /dev/null @@ -1,46 +0,0 @@ -{pkgs, ...}: let - RELEASE_VERSION = "20260208"; - PACKAGE_VERSION = "0.1.5"; -in - pkgs.stdenv.mkDerivation { - pname = "cage-xtmapper"; - version = PACKAGE_VERSION; - - src = pkgs.fetchurl { - url = "https://github.com/Xtr126/cage-xtmapper/releases/download/v${RELEASE_VERSION}/cage-xtmapper-v${PACKAGE_VERSION}.tar"; - hash = "sha256-ZmdltOQInGbCBpf/e8D2sB9Rjt4wqd8wwuSFvryHfFA="; - }; - - nativeBuildInputs = [pkgs.autoPatchelfHook]; - - buildInputs = with pkgs; [ - wayland - libxkbcommon - pixman - libdrm - libGL - mesa - vulkan-loader - udev - seatd - libxcb-render-util - ]; - - dontBuild = true; - - installPhase = '' - mkdir -p $out/bin - tar xvf $src - cp usr/local/bin/cage_xtmapper $out/bin/ - cp usr/local/bin/cage_xtmapper.sh $out/bin/ - chmod +x $out/bin/cage_xtmapper - chmod +x $out/bin/cage_xtmapper.sh - ''; - - meta = with pkgs.lib; { - description = "cage-xtmapper input mapping tool"; - homepage = "https://github.com/Xtr126/cage-xtmapper"; - license = licenses.mit; - platforms = platforms.linux; - }; - } diff --git a/packages/cage-xtmapper-0.2.0.nix b/packages/cage-xtmapper-0.2.0.nix deleted file mode 100644 index fae38c3..0000000 --- a/packages/cage-xtmapper-0.2.0.nix +++ /dev/null @@ -1,46 +0,0 @@ -{pkgs, ...}: let - RELEASE_VERSION = "20260208"; - PACKAGE_VERSION = "0.2.0"; -in - pkgs.stdenv.mkDerivation { - pname = "cage-xtmapper"; - version = PACKAGE_VERSION; - - src = pkgs.fetchurl { - url = "https://github.com/Xtr126/cage-xtmapper/releases/download/v${RELEASE_VERSION}/cage-xtmapper-v${PACKAGE_VERSION}.tar"; - hash = "sha256-F1C3KnTzTO1vEouixqO1xnsGmufRyAk+BiRlypNq4kQ="; - }; - - nativeBuildInputs = [pkgs.autoPatchelfHook]; - - buildInputs = with pkgs; [ - wayland - libxkbcommon - pixman - libdrm - libGL - mesa - vulkan-loader - udev - seatd - libxcb-render-util - ]; - - dontBuild = true; - - installPhase = '' - mkdir -p $out/bin - tar xvf $src - cp usr/local/bin/cage_xtmapper $out/bin/ - cp usr/local/bin/cage_xtmapper.sh $out/bin/ - chmod +x $out/bin/cage_xtmapper - chmod +x $out/bin/cage_xtmapper.sh - ''; - - meta = with pkgs.lib; { - description = "cage-xtmapper input mapping tool"; - homepage = "https://github.com/Xtr126/cage-xtmapper"; - license = licenses.mit; - platforms = platforms.linux; - }; - } diff --git a/packages/catppuccin-obs.nix b/packages/catppuccin-obs.nix deleted file mode 100644 index fd668d5..0000000 --- a/packages/catppuccin-obs.nix +++ /dev/null @@ -1,15 +0,0 @@ -{pkgs, ...}: -pkgs.stdenv.mkDerivation { - pname = "catppuccin-obs"; - version = "main"; - - src = pkgs.fetchzip { - url = "https://static.asakiyuki.com/nixos/catppuccin-obs.zip"; - sha256 = "sha256-Uk4a0HKaeyQilgBiPsuAWQubk1yZdyirNcfhYJEL+lQ="; - }; - - buildCommand = '' - mkdir -p $out - cp -r $src/themes/* $out/ - ''; -} diff --git a/packages/custom-cursors.nix b/packages/custom-cursors.nix deleted file mode 100644 index b284b7c..0000000 --- a/packages/custom-cursors.nix +++ /dev/null @@ -1,32 +0,0 @@ -{ - cursors ? "aemeath", - size ? 48, -}: let - _b = name: url: hash: {inherit name url hash;}; - _q = name: hash: {${name} = _b name "https://static.asakiyuki.com/cursors/linux/${name}.tar.gz" hash;}; - - cursors-data = - ( - _q "castorice" "sha256-nqAC+Itr+TXLGG8zYDBoBve+MeRckds5BM23DrsCTMM=" - // _q "aemeath" "sha256-0eEsUks5MwW4g5Xau24SgchX+LD9Ra3azAH0KL9JzQw=" - // _q "elysia" "sha256-mjDHklWrX5Pp/vejRQiMk0VA6afY04HXGyGD0PcopdI=" - // _q "cartethyia" "sha256-jYIDoX+rfUjw6LXrqE4y8j5IL0vByrrRkgRuz08Zy6U=" - ).${ - cursors - }; -in - {pkgs, ...}: { - gtk.enable = true; - x11.enable = true; - name = cursors-data.name; - size = size; - package = pkgs.runCommand "moveUp" {} '' - mkdir -p $out/share/icons - ln -s ${ - pkgs.fetchzip { - url = cursors-data.url; - hash = cursors-data.hash; - } - } $out/share/icons/${cursors-data.name} - ''; - } diff --git a/packages/default.nix b/packages/default.nix deleted file mode 100644 index fb7a1ff..0000000 --- a/packages/default.nix +++ /dev/null @@ -1,12 +0,0 @@ -{...}: { - bun = import ./bun.nix; - cage-xtmapper = {version ? "0.2.0"}: import ./cage-xtmapper-${version}.nix; - catppuccin-obs = import ./catppuccin-obs.nix; - cursors = { - name ? "aemeath", - size ? 48, - }: (import ./custom-cursors.nix { - cursors = name; - size = size; - }); -} diff --git a/resources/example-config.js b/resources/example-config.js new file mode 100644 index 0000000..8d4db49 --- /dev/null +++ b/resources/example-config.js @@ -0,0 +1,25 @@ +/** + * Configuration object for the AsaJS build process. + * @type {import('asajs/config.d.ts').Config} + */ +export const config = { + packinfo: { + name: "AsaJS", + description: "Create your Minecraft JSON-UI resource packs using JavaScript.", + version: [1, 0, 0], + }, + compiler: { + enabled: true, + autoImport: true, + autoEnable: true, + importToPreview: false, + obfuscateStringName: false, + allowRandomStringName: true, + forceRandomStringLength: 16, + }, + ui_analyzer: { + enabled: false, + generate_path: "src/modify", + imports: [], + }, +} diff --git a/resources/logo.png b/resources/logo.png new file mode 100644 index 0000000..803e02f Binary files /dev/null and b/resources/logo.png differ diff --git a/resources/pack_icon.png b/resources/pack_icon.png new file mode 100644 index 0000000..5907048 Binary files /dev/null and b/resources/pack_icon.png differ diff --git a/scripts/autocomplete-build.ts b/scripts/autocomplete-build.ts new file mode 100644 index 0000000..6b5a2fa --- /dev/null +++ b/scripts/autocomplete-build.ts @@ -0,0 +1,60 @@ +import fs from "fs" + +const data: any = JSON.parse(fs.readFileSync("cache/vanilla-defs.json", "utf-8")) + +function toCamelCase(str: string) { + return str.replace(/[-_]\w/g, m => m[1].toUpperCase()) +} + +const intelliSense: string[] = [ + 'import { Type as T } from "../enums/Type.js"\n', + "export type Namespace = keyof VanillaUI;", + "export type Element = Extract", + "export type VanillaElementInfo> = VanillaUI[T][K]", + "// @ts-ignore", + 'export type VanillaType> = VanillaElementInfo["type"]', + "// @ts-ignore", + 'export type VanillaElementChilds> = VanillaElementInfo["children"]', + "\n", + "export type VanillaUI = {", +] + +const intelliSenseTypeEachNamespace: string[] = [] + +const paths: string[] = ["export const paths = {"] + +for (const [namespace, element] of Object.entries(data)) { + if (namespace === "undefined") continue + const $namespace = toCamelCase("_" + namespace) + + const eType: string[] = [], + eType3: string[] = [`export type ${$namespace}Type = {`], + ePaths: string[] = [` "${namespace}": {`] + + for (const [ePath, info] of Object.entries(element)) { + const { file, type, extend, children } = info + + const childType = children?.map((v: string) => `'${v}'`).join(" | ") || "string" + + eType.push(`"${ePath}"`) + eType3.push(` "${ePath}": { type: T.${type.toUpperCase()}, children: ${childType} },`) + ePaths.push(` "${ePath}": "${file}",`) + } + + eType3.push("}\n") + ePaths.push(" },") + + paths.push(ePaths.join("\n")) + intelliSense.push(` "${namespace}": ${$namespace}Type,`) + intelliSenseTypeEachNamespace.push(eType3.join("\n")) +} + +intelliSense.push("}") + +paths.push("}") + +fs.writeFileSync( + "src/types/vanilla/intellisense.ts", + intelliSense.join("\n") + "\n\n" + intelliSenseTypeEachNamespace.join("\n"), +) +fs.writeFileSync("src/types/vanilla/paths.ts", paths.join("\n")) diff --git a/scripts/components.ts b/scripts/components.ts new file mode 100644 index 0000000..9cafc39 --- /dev/null +++ b/scripts/components.ts @@ -0,0 +1,62 @@ +import JSONC from "jsonc-parser" +import fsp from "fs/promises" +import fs from "fs" + +if (!fs.existsSync("cache")) fs.mkdirSync("cache") + +export const Github = { + readFile: async (user: string, repo: string, branches: string, path: string) => { + try { + return fetch(`https://raw.githubusercontent.com/${user}/${repo}/refs/heads/${branches}/${path}`).then(res => + res.text(), + ) + } catch (error) { + console.error(error) + process.exit(1) + } + }, +} + +export const PFFS = { + // Sync + readFile: (file: string) => { + try { + return fs.readFileSync(`cache/${file}`, "utf-8") + } catch (error) { + console.error(error) + process.exit(1) + } + }, + + writeFile: (file: string, data: string) => { + try { + file.split("/").reduce((a, b) => { + if (!fs.existsSync("cache/" + a)) fs.mkdirSync("cache/" + a) + return `${a}/${b}` + }) + + return fsp.writeFile(`cache/${file}`, data) + } catch (error) { + console.error(error) + process.exit(1) + } + }, + + readFileJSON: (file: string) => { + try { + return JSONC.parse(PFFS.readFile(file)) + } catch (error) { + console.error(error) + process.exit(1) + } + }, + + writeFileJSON: (file: string, data: object) => { + try { + return PFFS.writeFile(file, JSON.stringify(data)) + } catch (error) { + console.error(error) + process.exit(1) + } + }, +} diff --git a/scripts/copy-public-url.sh b/scripts/copy-public-url.sh deleted file mode 100755 index 10d8875..0000000 --- a/scripts/copy-public-url.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/sh -str_path="$1" -search="asakiyuki@server.asakiyuki.com:15523/home/asakiyuki/PUBLIC/" - -prefix=${str_path%%"$search"*} -prefix_index=${#prefix} - -if [ $(expr length "$str_path") -gt $prefix_index ]; then - prefix_index=$(($prefix_index + $(expr length $search))) - output=${str_path:prefix_index} - wl-copy "https://static.asakiyuki.com/${output// /"%20"}" -fi \ No newline at end of file diff --git a/scripts/custom.ts b/scripts/custom.ts new file mode 100644 index 0000000..ee2d309 --- /dev/null +++ b/scripts/custom.ts @@ -0,0 +1,17 @@ +export {} + +declare global { + interface String { + toCamelCase(upcaseTop?: boolean): string + toSnakeCase(): string + } +} + +String.prototype.toCamelCase = function (this: string, upcaseTop: boolean): string { + const a = this.replace(/_([a-z])/g, g => g[1].toUpperCase()) + return upcaseTop ? a.charAt(0).toUpperCase() + a.slice(1) : a +} + +String.prototype.toSnakeCase = function (this: string): string { + return this.replace(/([A-Z])/g, "_$1").toLowerCase() +} diff --git a/scripts/enum.ts b/scripts/enum.ts new file mode 100644 index 0000000..69a7de3 --- /dev/null +++ b/scripts/enum.ts @@ -0,0 +1,63 @@ +import { PFFS } from "./components" +import fs from "fs/promises" +import "./custom" + +const schema = PFFS.readFileJSON("ui.schema.json").definitions + +const enumPath = "src/types/enums/" + +const index: string[] = [] +const bagBindings = new Set(schema["hc:bag_binding"].enum) +for (const key in schema) { + const data = schema[key] + + const ext = async (extendData: string[] = []) => { + if (data.enum) { + const enumName = key.match(/\w+$/)?.[0].toCamelCase(true)! + index.push(`export { ${enumName} } from "./${enumName}.js"`) + const count = new Map() + + const fileData: string[] = [`export enum ${enumName} {`] + + for (const value of Array.from(new Set([...data.enum, ...extendData])) as string[]) { + if (enumName === "ButtonId") { + const values = value.match(/\w+/g)! + const name = + values[0] === "button" + ? values.slice(1).join("_").toUpperCase() + : values.join("_").toUpperCase() + if (name === undefined) continue + fileData.push(` ${count.get(name) ? `${name}_${count.get(name)}` : name} = "${value}",`) + + count.set(name, (count.get(name) || 0) + 1) + } else { + let name = value.match(/\w+$/g)?.join("_")?.toUpperCase()! + if (name === undefined) continue + if (/\d/.test(name?.[0])) name = "_" + name + fileData.push(` ${count.get(name) ? `${name}_${count.get(name)}` : name} = "${value}",`) + count.set(name, (count.get(name) || 0) + 1) + } + } + + if (enumName === "Type") { + fileData.push(` UNKNOWN = "unknown",`) + } + + fileData.push("}") + + await fs + .writeFile(`${enumPath}${enumName}.ts`, fileData.join("\n")) + .then(() => console.log(`Generated enum ${enumName} with ${data.enum.length} values`)) + } + } + + await fs + .readFile(`extends/${key.match(/\w+$/)?.[0]}.txt`, "utf-8") + .then(async data => { + const extendData = data.split("\r\n").filter(line => !bagBindings.has(line)) + await ext(extendData).then(v => console.log(`Extended ${key} with ${extendData.length} values`)) + }) + .catch(() => ext()) +} + +fs.writeFile(`${enumPath}index.ts`, index.join("\n")) diff --git a/scripts/items.ts b/scripts/items.ts new file mode 100644 index 0000000..84ff25c --- /dev/null +++ b/scripts/items.ts @@ -0,0 +1,33 @@ +import fs from "fs" + +const version = process.argv.includes("--preview") ? "preview" : "stable" + +interface Item { + id: number + id_aux: number + name: string +} + +interface ItemAPI { + version: string + length: number + items: Item[] +} + +async function main() { + const itemlist: string[] = ["export enum ItemAuxID {"] + + const { items }: ItemAPI = await fetch("https://www.asakiyuki.com/api/minecraft/items/id?version=" + version).then( + v => v.json(), + ) + for (const { name: fullname, id, id_aux } of items) { + const [namespace, name] = fullname.split(":") + const enumName = name.toUpperCase() + itemlist.push(` ${enumName} = ${id_aux},`) + } + + itemlist.push("}") + fs.writeFileSync("src/types/enums/Items.ts", itemlist.join("\n")) +} + +main() diff --git a/scripts/paths-optimize.ts b/scripts/paths-optimize.ts new file mode 100644 index 0000000..9a3f1e6 --- /dev/null +++ b/scripts/paths-optimize.ts @@ -0,0 +1,16 @@ +import { writeFileSync } from "fs" +import { paths } from "../src/types/vanilla/paths" + +const newPaths: Record = {} + +Object.entries(paths).forEach(([key, values]) => { + const paths = Array.from(new Set(Object.values(values))) + console.log(key) + if (paths.length === 1) { + newPaths[key] = paths[0] + } else { + newPaths[key] = values + } +}) + +writeFileSync("src/types/vanilla/paths.ts", `export const paths = ${JSON.stringify(newPaths, null, 4)}`, "utf-8") diff --git a/scripts/prefetch.ts b/scripts/prefetch.ts new file mode 100644 index 0000000..41c18fb --- /dev/null +++ b/scripts/prefetch.ts @@ -0,0 +1,32 @@ +import { Github, PFFS } from "./components" +import { parse } from "jsonc-parser" + +const user = "mojang" +const project = "bedrock-samples" +const branches = process.argv.includes("--preview") ? "preview" : "main" + +async function fetchfile(path: string) { + return parse(await Github.readFile(user, project, branches, path)) +} + +async function main() { + console.log("Prefetching...") + const data = await Github.readFile("KalmeMarq", "Bugrock-JSON-UI-Schemas", "main", "ui.schema.json") + await PFFS.writeFile("ui.schema.json", data) + console.log("ui.schema.json fetched!") + + const { ui_defs } = await fetchfile("resource_pack/ui/_ui_defs.json") + await PFFS.writeFile("ui_defs.json", JSON.stringify(ui_defs, null, 2)) + console.log("ui_defs.json fetched!") + + let fetched = 0 + await Promise.all( + ui_defs.map(async (path: string) => { + const data = await fetchfile("resource_pack/" + path) + await PFFS.writeFile(path, JSON.stringify(data, null, 2)) + console.log(`[${++fetched}/${ui_defs.length}] ${path}`) + }), + ) +} + +main() diff --git a/scripts/vanilladefs.ts b/scripts/vanilladefs.ts new file mode 100644 index 0000000..a61aeac --- /dev/null +++ b/scripts/vanilladefs.ts @@ -0,0 +1,186 @@ +import fs from "fs" + +const files: string[] = JSON.parse(fs.readFileSync("cache/ui_defs.json", "utf-8")) +const vanilla: NamespaceMap = new Map() + +function readControls(namespace: string, file: string, elements: ElementMap, data: any[], prefix: string) { + prefix += "/" + + const childs: string[] = [] + + for (const element of data) { + const [fullname, properties] = Object.entries(element)[0] + + const data: VanillaElement = { + file, + type: (properties).type, + } + + const [name, $2] = fullname.split("@") + + if (name.startsWith("$")) continue + childs.push(name) + + if ($2 && !$2.startsWith("$")) { + const [$3, $4] = $2.split(".") + if ($4) { + data.extend = { + name: $4, + namespace: $3, + } + } else { + data.extend = { + name: $3, + namespace, + } + } + } + + elements.set(prefix + name, data) + + const controls = (properties).controls + if (controls) { + const childs = readControls(namespace, file, elements, controls, prefix + name) + if (childs.length) data.children = childs + } + } + + return childs +} + +function readData(namespace: string, file: string, elements: ElementMap, data: any) { + for (const [fullname, properties] of Object.entries(data)) { + const [name, $2] = fullname.split("@") + const data: VanillaElement = { + file, + type: (properties).type, + } + + if ((properties).anim_type) { + data.anim_type = (properties).anim_type + } + + // Register element + if ($2) { + const [$3, $4] = $2.split(".") + if ($4) { + data.extend = { + name: $4, + namespace: $3, + } + } else { + data.extend = { + name: $3, + namespace, + } + } + } + elements.set(name, data) + + const controls = (properties).controls + if (controls) { + const childs = readControls(namespace, file, elements, controls, name) + if (childs.length) data.children = childs + } + } +} + +// Read +for (const file of files) { + const { namespace, ...data } = JSON.parse(fs.readFileSync("cache/" + file, "utf-8")) + + let elements = vanilla.get(namespace) + if (!elements) { + elements = new Map() + vanilla.set(namespace, elements) + } + + readData(namespace, file, elements, data) +} + +// Format +function getActualType(name: string, namespace: string) { + const e = vanilla.get(namespace)?.get(name)! + + if (e?.anim_type) return null + + if (e?.type) { + return e.type + } else { + if (e?.extend) { + return getActualType(e.extend.name, e.extend.namespace) + } + } +} + +for (const [namespace, elements] of vanilla) { + for (const [name, element] of elements) { + if (element.extend) { + const type = getActualType(element.extend.name, element.extend.namespace) + if (type) { + element.type = type + elements.set(name, element) + } else if (type === null) { + vanilla.get(namespace)?.delete(name) + } + } + } +} + +for (const [namespace, elements] of vanilla) { + for (const [name, element] of elements) { + if (element.anim_type) { + vanilla.get(namespace)?.delete(name) + } + } +} + +const json: any = {} + +for (const [namespace, elements] of vanilla) { + json[namespace] ||= {} + + for (const [name, element] of elements) { + element.type ||= "unknown" + json[namespace][name] = element + } +} + +const prefix = `interface Element { + file: string + type: string + children?: string[] + extend?: { + name: string + namespace: string + } +} + +interface VanillaDefs { + [key: string]: { + [key: string]: Element + } +}` + +fs.writeFileSync("cache/vanilla-defs.json", JSON.stringify(json, null, 4)) +fs.writeFileSync( + "src/analyzer/vanilladefs.ts", + `${prefix}\n\nexport const vanilladefs: VanillaDefs = ${JSON.stringify(json, null, 4)}`, +) + +// Types +interface VanillaElement { + extend?: { + name: string + namespace: string + } + anim_type?: string + children?: string[] + type: string + file: string +} + +type Name = string +type Namespace = string +type ElementMap = Map +type NamespaceMap = Map diff --git a/src/analyzer/generate-code.ts b/src/analyzer/generate-code.ts new file mode 100644 index 0000000..5bc4ac6 --- /dev/null +++ b/src/analyzer/generate-code.ts @@ -0,0 +1,108 @@ +import path from "node:path" +import fs from "fs" +import { config } from "../compilers/Configuration.js" +import { Type } from "../types/enums/Type.js" + +interface Element { + file: string + type: string + extends?: { + name: string + namespace: string + } + children?: string[] +} + +interface Database { + [key: string]: Element +} + +const importType = 'import { Type, MemoryModify, ModifyUI } from "asajs"' + +function toCamelCase(str: string) { + return str.replace(/[-_]\w/g, m => m[1].toUpperCase()) +} + +export function genCustomCode(pack_folder: string) { + const database = JSON.parse(fs.readFileSync(path.join("database", `${pack_folder}-defs.json`), "utf-8")) + const Elements: string[] = [] + const json: Record> = {} + const UI = [ + "type UI = {", + ...Object.entries(database).map(args => { + const [key, element] = <[string, Database]>args + const typeName = `${key[0].toUpperCase()}${toCamelCase(key).slice(1)}` + const filepaths: Record = {} + Elements.push( + [ + `type ${typeName} = {`, + ...Object.entries(element).map(([elementPath, elementData]) => { + filepaths[elementPath] = elementData.file + const type = elementData.type.toUpperCase() + // @ts-ignore + return ` "${elementPath}": {\n type: Type.${Type[type] ? type : "PANEL"},\n children: ${elementData.children ? elementData.children.map(c => `"${c}"`).join(" | ") : "string"}\n },` + }), + "}", + ].join("\n"), + ) + json[key] = { + ...(json[key] || {}), + ...filepaths, + } + return ` "${key}": ${typeName},` + }), + "}", + ].join("\n") + + const paths = `const paths = ${JSON.stringify(json, null, 4)}` + + if (config.ui_analyzer?.generate_path) { + if (!fs.existsSync(config.ui_analyzer?.generate_path)) { + fs.mkdirSync(config.ui_analyzer?.generate_path, { recursive: true }) + } + } + + fs.writeFileSync( + path.join(config.ui_analyzer?.generate_path || "database", `${pack_folder}.ts`), + [ + importType, + `type Namespace = keyof UI +type Element = Extract +type ElementInfos> = UI[T][K] +// @ts-ignore +type GetType> = ElementInfos["type"] +// @ts-ignore +type GetChilds> = ElementInfos["children"] + +export default function Modify>(namespace: T, name: K) { + // @ts-ignore + const getPath = paths[namespace][name] + // @ts-ignore + const memoryUI = MemoryModify[getPath]?.[name] + // @ts-ignore + if (memoryUI) return memoryUI as ModifyUI, GetChilds> + const path = paths[namespace] + if (!path) { + throw new Error(\`Namespace '\${namespace}' does not exist\`) + // @ts-ignore + } else if (typeof path !== "string" && !getPath) { + throw new Error(\`Element '\${name}' does not exist in namespace '\${namespace}'\`) + } + // @ts-ignore + const modifyUI = new ModifyUI, GetChilds>( + namespace, + name, + // @ts-ignore + typeof path === "string" ? path : getPath, + ) + // @ts-ignore + ;(MemoryModify[getPath] ||= {})[name] = modifyUI + return modifyUI +}`, + paths, + UI, + ...Elements, + ].join("\n\n"), + "utf-8", + ) +} diff --git a/src/analyzer/generate-ui-defs.ts b/src/analyzer/generate-ui-defs.ts new file mode 100644 index 0000000..97c8f45 --- /dev/null +++ b/src/analyzer/generate-ui-defs.ts @@ -0,0 +1,131 @@ +import path from "path" +import { uiFiles } from "./utils.js" +import fs from "fs" +import { paths } from "../types/vanilla/paths.js" +import { vanilladefs } from "./vanilladefs.js" + +type Namespace = string +type ElementPath = string + +interface ScanElement { + file: string + type?: string + extends?: { + name: string + namespace?: string + } + children?: string[] +} + +const map = new Map() +Object.entries(paths).forEach(([namespace, path]) => { + map.set(path, namespace) +}) + +export function generateUIDefs(pack_folder: string) { + const uiMap = new Map>() + uiFiles(pack_folder).forEach(file => { + try { + const fileContent: Record = JSON.parse( + fs.readFileSync(path.join("custom", pack_folder, file), "utf-8"), + ) + if (fileContent["file_signature"]) delete fileContent["file_signature"] + + let n = fileContent["namespace"] + if (n) delete fileContent["namespace"] + else n = map.get(file) + const namespace = n + + const elementMap = new Map() + + function scanElement(elements: Array<[string, any]>, prefix: string = "") { + const childElement: string[] = [] + elements.forEach(([element, properties]: [string, any]) => { + if (properties.anim_type) return + + const [name, extend] = element.split("@") + if (name.startsWith("$")) return + childElement.push(name) + const elementPath = `${prefix}${name}` + let extendsName: string | undefined + let extendsNamespace: string | undefined + if (extend) { + const [extnamespace, name] = extend.split(".") + if (name) { + extendsName = name + extendsNamespace = extnamespace + } else { + extendsName = extnamespace + extendsNamespace = namespace + } + } + + const controls = properties.controls + const out: any = { + file, + } + + if (controls && Array.isArray(controls)) { + const children = scanElement( + controls.map((c: string) => Object.entries(c)[0]), + `${prefix}${name}/`, + ) + + if (children.length) out.children = children + } + + if (properties.type) out.type = properties.type + if (extendsName && extendsNamespace) + out.extends = { name: extendsName, namespace: extendsNamespace } + + elementMap.set(elementPath, out) + }) + return childElement + } + scanElement(Object.entries(fileContent)) + uiMap.set(namespace, elementMap) + } catch (error) {} + }) + + function scanElementType(name: string, namespace: string) { + const element = uiMap.get(namespace)?.get(name) + if (element) { + if (element.type) return element.type + else { + const extend = element.extends + if (extend) return scanElementType(extend.name, extend.namespace!) + } + } + return vanilladefs[namespace]?.[name]?.type + } + + uiMap.entries().forEach(([namespace, elementsMap]) => { + elementsMap.entries().forEach(([name, { file, type, extends: extend }]) => { + if (type) return + else { + if (extend) { + const type = scanElementType(extend.name, extend.namespace!) + if (type) { + elementsMap.set(name, { + ...elementsMap.get(name)!, + type, + }) + } else elementsMap.delete(name) + } else { + const elementDefs = vanilladefs[namespace]?.[name] + if (elementDefs) { + elementsMap.set(name, { + ...elementsMap.get(name)!, + type: elementDefs.type, + }) + } else elementsMap.delete(name) + } + } + }) + + if (!elementsMap.size) uiMap.delete(namespace) + }) + + if (!fs.existsSync("database")) fs.mkdirSync("database") + fs.writeFileSync(path.join("database", `${pack_folder}-defs.json`), JSON.stringify(uiMap, null, 4), "utf-8") +} diff --git a/src/analyzer/rebaseUIFiles.ts b/src/analyzer/rebaseUIFiles.ts new file mode 100644 index 0000000..cd2c137 --- /dev/null +++ b/src/analyzer/rebaseUIFiles.ts @@ -0,0 +1,31 @@ +import fs from "fs" +import path from "path" +import { parse } from "jsonc-parser" +import { uiFiles } from "./utils.js" + +export function rebaseUIFiles(pack_folder: string) { + const ui = uiFiles(pack_folder) + const targetDir = path.join("custom", pack_folder) + + ui.add("ui/_ui_defs.json") + ui.add("ui/_global_variables.json") + + if (!fs.existsSync(targetDir)) return + + for (const relativePath of ui) { + const fullPath = path.join(targetDir, relativePath) + + if (fs.existsSync(fullPath) && fs.statSync(fullPath).isFile()) { + try { + const fileContent = fs.readFileSync(fullPath, "utf-8") + const parsedData = parse(fileContent) + + if (parsedData !== undefined) { + fs.writeFileSync(fullPath, JSON.stringify(parsedData, null, 4), "utf-8") + } + } catch (error) { + console.error(`Parser error: ${fullPath}`, error) + } + } + } +} diff --git a/src/analyzer/utils.ts b/src/analyzer/utils.ts new file mode 100644 index 0000000..3bfb771 --- /dev/null +++ b/src/analyzer/utils.ts @@ -0,0 +1,20 @@ +import { paths } from "../types/vanilla/paths.js" +import fs from "fs" +import path from "path" +import jsonc from "jsonc-parser" + +export const vanilla_ui_defs = Object.values(paths) +const vanillaUIDefsMap = new Map>() + +export function readUIDefs(pack_folder: string): string[] { + const { ui_defs } = jsonc.parse(fs.readFileSync(path.join("custom", pack_folder, "ui/_ui_defs.json"), "utf-8")) + return ui_defs +} + +export function uiFiles(pack_folder: string): Set { + if (vanillaUIDefsMap.has(pack_folder)) return vanillaUIDefsMap.get(pack_folder)! + const ui_defs = readUIDefs(pack_folder) + const set = new Set(ui_defs.concat(...vanilla_ui_defs)) + vanillaUIDefsMap.set(pack_folder, set) + return set +} diff --git a/src/analyzer/vanilladefs.ts b/src/analyzer/vanilladefs.ts new file mode 100644 index 0000000..a9ff23c --- /dev/null +++ b/src/analyzer/vanilladefs.ts @@ -0,0 +1,143843 @@ +interface Element { + file: string + type: string + children?: string[] + extend?: { + name: string + namespace: string + } +} + +interface VanillaDefs { + [key: string]: { + [key: string]: Element + } +} + +export const vanilladefs: VanillaDefs = { + "achievement": { + "empty_progress_bar_icon": { + "file": "ui/achievement_screen.json", + "type": "image" + }, + "full_progress_bar_icon_base": { + "file": "ui/achievement_screen.json", + "type": "image" + } + }, + "add_external_server": { + "play_button": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "play_disabled_button": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "play_button", + "namespace": "add_external_server" + } + }, + "remove_button": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "save_button": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "save_disabled_button": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "save_button", + "namespace": "add_external_server" + } + }, + "text_edit_group": { + "file": "ui/add_external_server_screen.json", + "type": "stack_panel", + "children": [ + "name_label", + "edit_box" + ] + }, + "text_edit_group/name_label": { + "file": "ui/add_external_server_screen.json", + "type": "label" + }, + "text_edit_group/edit_box": { + "file": "ui/add_external_server_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "title_text": { + "file": "ui/add_external_server_screen.json", + "type": "label" + }, + "content_panel": { + "file": "ui/add_external_server_screen.json", + "type": "stack_panel", + "children": [ + "name_edit", + "ip_edit", + "port_edit" + ] + }, + "content_panel/name_edit": { + "file": "ui/add_external_server_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_edit_group", + "namespace": "add_external_server" + } + }, + "content_panel/ip_edit": { + "file": "ui/add_external_server_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_edit_group", + "namespace": "add_external_server" + } + }, + "content_panel/port_edit": { + "file": "ui/add_external_server_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_edit_group", + "namespace": "add_external_server" + } + }, + "main_panel": { + "file": "ui/add_external_server_screen.json", + "type": "input_panel", + "children": [ + "common_panel", + "title", + "main_content", + "play", + "play_disabled", + "remove", + "save", + "save_disabled" + ] + }, + "main_panel/common_panel": { + "file": "ui/add_external_server_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel/title": { + "file": "ui/add_external_server_screen.json", + "type": "label", + "extend": { + "name": "title_text", + "namespace": "add_external_server" + } + }, + "main_panel/main_content": { + "file": "ui/add_external_server_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_panel", + "namespace": "add_external_server" + } + }, + "main_panel/play": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "play_button", + "namespace": "add_external_server" + } + }, + "main_panel/play_disabled": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "play_disabled_button", + "namespace": "add_external_server" + } + }, + "main_panel/remove": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "remove_button", + "namespace": "add_external_server" + } + }, + "main_panel/save": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "save_button", + "namespace": "add_external_server" + } + }, + "main_panel/save_disabled": { + "file": "ui/add_external_server_screen.json", + "type": "button", + "extend": { + "name": "save_disabled_button", + "namespace": "add_external_server" + } + }, + "gamepad_helpers": { + "file": "ui/add_external_server_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/add_external_server_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "add_external_server_screen_new": { + "file": "ui/add_external_server_screen.json", + "type": "screen", + "extend": { + "name": "add_external_server_screen", + "namespace": "add_external_server" + } + }, + "add_external_server_screen_edit": { + "file": "ui/add_external_server_screen.json", + "type": "screen", + "extend": { + "name": "add_external_server_screen", + "namespace": "add_external_server" + } + }, + "add_external_server_screen": { + "file": "ui/add_external_server_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "add_external_server_screen_content": { + "file": "ui/add_external_server_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "add_external_server_screen_content/root_panel": { + "file": "ui/add_external_server_screen.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "main_panel" + ] + }, + "add_external_server_screen_content/root_panel/gamepad_helpers": { + "file": "ui/add_external_server_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "add_external_server" + } + }, + "add_external_server_screen_content/root_panel/main_panel": { + "file": "ui/add_external_server_screen.json", + "type": "input_panel", + "extend": { + "name": "main_panel", + "namespace": "add_external_server" + } + } + }, + "adhoc_inprogress": { + "title_text": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "label" + }, + "main_panel": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "panel", + "children": [ + "common_panel", + "title", + "main_content", + "progress_loading_bars" + ] + }, + "main_panel/common_panel": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel/title": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "label", + "extend": { + "name": "title_text", + "namespace": "adhoc" + } + }, + "main_panel/main_content": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "label" + }, + "main_panel/progress_loading_bars": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "play" + } + }, + "adhoc_inprogress_screen": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "adhoc_inprogress_screen_content": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "adhoc_inprogress_screen_content/root_panel": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "adhoc_inprogress_screen_content/root_panel/main_panel": { + "file": "ui/adhoc_inprogess_screen.json", + "type": "panel", + "extend": { + "name": "main_panel", + "namespace": "adhoc_inprogress" + } + } + }, + "adhoc": { + "online_button": { + "file": "ui/adhoc_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "local_button": { + "file": "ui/adhoc_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "title_text": { + "file": "ui/adhoc_screen.json", + "type": "label" + }, + "content_panel": { + "file": "ui/adhoc_screen.json", + "type": "stack_panel", + "children": [ + "title_text" + ] + }, + "content_panel/title_text": { + "file": "ui/adhoc_screen.json", + "type": "label" + }, + "main_panel": { + "file": "ui/adhoc_screen.json", + "type": "input_panel", + "children": [ + "common_panel", + "title", + "main_content", + "online", + "local" + ] + }, + "main_panel/common_panel": { + "file": "ui/adhoc_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel/title": { + "file": "ui/adhoc_screen.json", + "type": "label", + "extend": { + "name": "title_text", + "namespace": "adhoc" + } + }, + "main_panel/main_content": { + "file": "ui/adhoc_screen.json", + "type": "label" + }, + "main_panel/online": { + "file": "ui/adhoc_screen.json", + "type": "button", + "extend": { + "name": "online_button", + "namespace": "adhoc" + } + }, + "main_panel/local": { + "file": "ui/adhoc_screen.json", + "type": "button", + "extend": { + "name": "local_button", + "namespace": "adhoc" + } + }, + "gamepad_helpers": { + "file": "ui/adhoc_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/adhoc_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "adhoc_screen": { + "file": "ui/adhoc_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "adhoc_screen_content": { + "file": "ui/adhoc_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "adhoc_screen_content/root_panel": { + "file": "ui/adhoc_screen.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "main_panel" + ] + }, + "adhoc_screen_content/root_panel/gamepad_helpers": { + "file": "ui/adhoc_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "adhoc" + } + }, + "adhoc_screen_content/root_panel/main_panel": { + "file": "ui/adhoc_screen.json", + "type": "input_panel", + "extend": { + "name": "main_panel", + "namespace": "adhoc" + } + } + }, + "anvil": { + "generic_label": { + "file": "ui/anvil_screen.json", + "type": "label" + }, + "anvil_icon": { + "file": "ui/anvil_screen.json", + "type": "image" + }, + "title_label": { + "file": "ui/anvil_screen.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "anvil" + } + }, + "anvil_icon_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "anvil_icon" + ] + }, + "anvil_icon_panel/anvil_icon": { + "file": "ui/anvil_screen.json", + "type": "image", + "extend": { + "name": "anvil_icon", + "namespace": "anvil" + } + }, + "text_edit_control": { + "file": "ui/anvil_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "icon_and_text_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "anvil_icon_panel", + "anvil_title_and_text_panel" + ] + }, + "icon_and_text_panel/anvil_icon_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "anvil_icon_panel", + "namespace": "anvil" + } + }, + "icon_and_text_panel/anvil_title_and_text_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "anvil_title_and_text_panel", + "namespace": "anvil" + } + }, + "title_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "title_panel/title_label": { + "file": "ui/anvil_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "anvil" + } + }, + "text_edit_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "text_edit_control" + ] + }, + "text_edit_panel/text_edit_control": { + "file": "ui/anvil_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "anvil" + } + }, + "anvil_title_and_text_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "title_panel", + "text_edit_panel" + ] + }, + "anvil_title_and_text_panel/title_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "title_panel", + "namespace": "anvil" + } + }, + "anvil_title_and_text_panel/text_edit_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "text_edit_panel", + "namespace": "anvil" + } + }, + "plus_sign_icon": { + "file": "ui/anvil_screen.json", + "type": "image" + }, + "arrow_icon": { + "file": "ui/anvil_screen.json", + "type": "image" + }, + "cross_out_icon": { + "file": "ui/anvil_screen.json", + "type": "image" + }, + "anvil_output_slot_button": { + "file": "ui/anvil_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "anvil_item_slot": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "container_item" + ] + }, + "anvil_item_slot/container_item": { + "file": "ui/anvil_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "recipe_grid": { + "file": "ui/anvil_screen.json", + "type": "grid", + "children": [ + "input_item_slot", + "plus", + "material_item_slot", + "yields", + "result_item_slot" + ] + }, + "recipe_grid/input_item_slot": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "anvil_item_slot", + "namespace": "anvil" + } + }, + "recipe_grid/plus": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "plus_sign_icon" + ] + }, + "recipe_grid/plus/plus_sign_icon": { + "file": "ui/anvil_screen.json", + "type": "image", + "extend": { + "name": "plus_sign_icon", + "namespace": "anvil" + } + }, + "recipe_grid/material_item_slot": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "anvil_item_slot", + "namespace": "anvil" + } + }, + "recipe_grid/yields": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "arrow_icon", + "cross_out_icon" + ] + }, + "recipe_grid/yields/arrow_icon": { + "file": "ui/anvil_screen.json", + "type": "image", + "extend": { + "name": "arrow_icon", + "namespace": "anvil" + } + }, + "recipe_grid/yields/cross_out_icon": { + "file": "ui/anvil_screen.json", + "type": "image", + "extend": { + "name": "cross_out_icon", + "namespace": "anvil" + } + }, + "recipe_grid/result_item_slot": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "anvil_item_slot", + "namespace": "anvil" + } + }, + "cost_label": { + "file": "ui/anvil_screen.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "anvil" + }, + "children": [ + "gray" + ] + }, + "cost_label/gray": { + "file": "ui/anvil_screen.json", + "type": "image", + "extend": { + "name": "gray_image", + "namespace": "resource_packs" + } + }, + "recipe_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "recipe_grid", + "cost_label_0", + "cost_label_1" + ] + }, + "recipe_panel/recipe_grid": { + "file": "ui/anvil_screen.json", + "type": "grid", + "extend": { + "name": "recipe_grid", + "namespace": "anvil" + } + }, + "recipe_panel/cost_label_0": { + "file": "ui/anvil_screen.json", + "type": "label", + "extend": { + "name": "cost_label", + "namespace": "anvil" + } + }, + "recipe_panel/cost_label_1": { + "file": "ui/anvil_screen.json", + "type": "label", + "extend": { + "name": "cost_label", + "namespace": "anvil" + } + }, + "top_half_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "icon_and_text_panel", + "recipe_panel" + ] + }, + "top_half_panel/icon_and_text_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "icon_and_text_panel", + "namespace": "anvil" + } + }, + "top_half_panel/recipe_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "recipe_panel", + "namespace": "anvil" + } + }, + "anvil_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "anvil_panel/container_gamepad_helpers": { + "file": "ui/anvil_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "anvil_panel/selected_item_details_factory": { + "file": "ui/anvil_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "anvil_panel/item_lock_notification_factory": { + "file": "ui/anvil_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "anvil_panel/root_panel": { + "file": "ui/anvil_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "anvil_screen_inventory", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "anvil_panel/root_panel/common_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "anvil_panel/root_panel/anvil_screen_inventory": { + "file": "ui/anvil_screen.json", + "type": "panel", + "children": [ + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button" + ] + }, + "anvil_panel/root_panel/anvil_screen_inventory/top_half_panel": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "top_half_panel", + "namespace": "anvil" + } + }, + "anvil_panel/root_panel/anvil_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/anvil_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "anvil_panel/root_panel/anvil_screen_inventory/hotbar_grid": { + "file": "ui/anvil_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "anvil_panel/root_panel/anvil_screen_inventory/inventory_take_progress_icon_button": { + "file": "ui/anvil_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "anvil_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/anvil_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "anvil_panel/root_panel/gamepad_cursor": { + "file": "ui/anvil_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "anvil_panel/flying_item_renderer": { + "file": "ui/anvil_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "anvil_screen": { + "file": "ui/anvil_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "anvil_pocket": { + "generic_label": { + "file": "ui/anvil_screen_pocket.json", + "type": "label" + }, + "background_image": { + "file": "ui/anvil_screen_pocket.json", + "type": "image" + }, + "arrow_icon": { + "file": "ui/anvil_screen_pocket.json", + "type": "image" + }, + "cost_label": { + "file": "ui/anvil_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "anvil_pocket" + }, + "children": [ + "gray" + ] + }, + "cost_label/gray": { + "file": "ui/anvil_screen_pocket.json", + "type": "image", + "extend": { + "name": "gray_image", + "namespace": "resource_packs" + } + }, + "title_label": { + "file": "ui/anvil_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "anvil_pocket" + } + }, + "text_edit_control": { + "file": "ui/anvil_screen_pocket.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "anvil_title_and_text_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "title_label", + "text_edit_control" + ] + }, + "anvil_title_and_text_panel/title_label": { + "file": "ui/anvil_screen_pocket.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "anvil_pocket" + } + }, + "anvil_title_and_text_panel/text_edit_control": { + "file": "ui/anvil_screen_pocket.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "anvil_pocket" + } + }, + "slots_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "input_slot", + "material_slot", + "result_slot", + "plus_sign", + "arrow" + ] + }, + "slots_panel/input_slot": { + "file": "ui/anvil_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "slots_panel/material_slot": { + "file": "ui/anvil_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "slots_panel/result_slot": { + "file": "ui/anvil_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "slots_panel/plus_sign": { + "file": "ui/anvil_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "anvil_pocket" + } + }, + "slots_panel/arrow": { + "file": "ui/anvil_screen_pocket.json", + "type": "image", + "children": [ + "cross_out" + ] + }, + "slots_panel/arrow/cross_out": { + "file": "ui/anvil_screen_pocket.json", + "type": "image" + }, + "anvil_contents_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "red_cost", + "green_cost", + "slots_panel", + "anvil_title_and_text_panel" + ] + }, + "anvil_contents_panel/red_cost": { + "file": "ui/anvil_screen_pocket.json", + "type": "label", + "extend": { + "name": "cost_label", + "namespace": "anvil_pocket" + } + }, + "anvil_contents_panel/green_cost": { + "file": "ui/anvil_screen_pocket.json", + "type": "label", + "extend": { + "name": "cost_label", + "namespace": "anvil_pocket" + } + }, + "anvil_contents_panel/slots_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "extend": { + "name": "slots_panel", + "namespace": "anvil_pocket" + } + }, + "anvil_contents_panel/anvil_title_and_text_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "extend": { + "name": "anvil_title_and_text_panel", + "namespace": "anvil_pocket" + } + }, + "inventory_grid": { + "file": "ui/anvil_screen_pocket.json", + "type": "grid" + }, + "inventory_content": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_content/scrolling_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "inventory_and_anvil_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_half_screen", + "anvil_half_screen" + ] + }, + "inventory_and_anvil_panel/inventory_half_screen": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_content" + ] + }, + "inventory_and_anvil_panel/inventory_half_screen/inventory_content": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_content", + "namespace": "anvil_pocket" + } + }, + "inventory_and_anvil_panel/anvil_half_screen": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "anvil_contents_panel" + ] + }, + "inventory_and_anvil_panel/anvil_half_screen/anvil_contents_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "extend": { + "name": "anvil_contents_panel", + "namespace": "anvil_pocket" + } + }, + "header": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "legacy_pocket_close_button", + "panel" + ] + }, + "header/header_background": { + "file": "ui/anvil_screen_pocket.json", + "type": "image" + }, + "header/legacy_pocket_close_button": { + "file": "ui/anvil_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header/panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "header/panel/title_label": { + "file": "ui/anvil_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "anvil_pocket" + } + }, + "header_and_content_stack_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "stack_panel", + "children": [ + "header", + "inventory_and_anvil_panel" + ] + }, + "header_and_content_stack_panel/header": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "anvil_pocket" + } + }, + "header_and_content_stack_panel/inventory_and_anvil_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_and_anvil_panel", + "namespace": "anvil_pocket" + } + }, + "anvil_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "panel", + "children": [ + "bg", + "root_panel", + "header_and_content_stack_panel", + "container_gamepad_helpers", + "inventory_selected_icon_button", + "hold_icon", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "anvil_panel/bg": { + "file": "ui/anvil_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_image", + "namespace": "anvil_pocket" + } + }, + "anvil_panel/root_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "anvil_panel/header_and_content_stack_panel": { + "file": "ui/anvil_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "header_and_content_stack_panel", + "namespace": "anvil_pocket" + } + }, + "anvil_panel/container_gamepad_helpers": { + "file": "ui/anvil_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "anvil_panel/inventory_selected_icon_button": { + "file": "ui/anvil_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "anvil_panel/hold_icon": { + "file": "ui/anvil_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "anvil_panel/selected_item_details_factory": { + "file": "ui/anvil_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "anvil_panel/item_lock_notification_factory": { + "file": "ui/anvil_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "anvil_panel/flying_item_renderer": { + "file": "ui/anvil_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "authentication_modals": { + "modal_dialog_label": { + "file": "ui/authentication_modals.json", + "type": "label" + }, + "modal_dialog_content": { + "file": "ui/authentication_modals.json", + "type": "stack_panel", + "children": [ + "body_text", + "button_wrapper" + ] + }, + "modal_dialog_content/body_text": { + "file": "ui/authentication_modals.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "modal_dialog_content/button_wrapper": { + "file": "ui/authentication_modals.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "buttons" + ] + }, + "modal_dialog_content/button_wrapper/buttons": { + "file": "ui/authentication_modals.json", + "type": "stack_panel", + "children": [ + "left", + "padding", + "right" + ] + }, + "modal_dialog_content/button_wrapper/buttons/left": { + "file": "ui/authentication_modals.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "modal_dialog_content/button_wrapper/buttons/padding": { + "file": "ui/authentication_modals.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "modal_dialog_content/button_wrapper/buttons/right": { + "file": "ui/authentication_modals.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "modal_dialog_frame": { + "file": "ui/authentication_modals.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_3", + "namespace": "common" + }, + "children": [ + "title", + "close", + "black_tint_image" + ] + }, + "modal_dialog_frame/title": { + "file": "ui/authentication_modals.json", + "type": "label", + "extend": { + "name": "modal_title_text", + "namespace": "popup_dialog" + } + }, + "modal_dialog_frame/close": { + "file": "ui/authentication_modals.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "modal_dialog_frame/black_tint_image": { + "file": "ui/authentication_modals.json", + "type": "image", + "extend": { + "name": "black_tint_image", + "namespace": "popup_dialog" + }, + "children": [ + "content" + ] + }, + "modal_dialog_frame/black_tint_image/content": { + "file": "ui/authentication_modals.json", + "type": "unknown" + }, + "ad_modal_dialog": { + "file": "ui/authentication_modals.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "authentication": { + "nothing": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "tts_control": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "split_button_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "buttons" + ] + }, + "split_button_panel/buttons": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "a", + "paddding", + "b" + ] + }, + "split_button_panel/buttons/a": { + "file": "ui/authentication_screen.json", + "type": "unknown" + }, + "split_button_panel/buttons/paddding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "split_button_panel/buttons/b": { + "file": "ui/authentication_screen.json", + "type": "unknown" + }, + "vertical_split_button_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "split_button_panel", + "namespace": "authentication" + } + }, + "fixed_width_wrapper": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "content" + ] + }, + "fixed_width_wrapper/content": { + "file": "ui/authentication_screen.json", + "type": "unknown" + }, + "sign_in_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "download_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "smooth_label": { + "file": "ui/authentication_screen.json", + "type": "label" + }, + "smooth_bound_label": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "authentication" + } + }, + "title_label": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_bound_label", + "namespace": "authentication" + } + }, + "eula_hyperlink": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "accept_eula_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "eula_content": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "prompt_wrapper", + "padding", + "buttons" + ] + }, + "eula_content/prompt_wrapper": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "border", + "prompt_text" + ] + }, + "eula_content/prompt_wrapper/border": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "tts_control", + "namespace": "authentication" + } + }, + "eula_content/prompt_wrapper/prompt_text": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "authentication" + } + }, + "eula_content/padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "eula_content/buttons": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "split_button_panel", + "namespace": "authentication" + } + }, + "eula": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "modal_dialog_frame", + "namespace": "authentication_modals" + } + }, + "version": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "label", + "label_background" + ] + }, + "version/label": { + "file": "ui/authentication_screen.json", + "type": "label" + }, + "version/label_background": { + "file": "ui/authentication_screen.json", + "type": "image" + }, + "view_terms_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "privacy_policy_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "agree_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "checkbox_control", + "i_agree_label" + ] + }, + "agree_panel/checkbox_control": { + "file": "ui/authentication_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + } + }, + "agree_panel/i_agree_label": { + "file": "ui/authentication_screen.json", + "type": "label" + }, + "term_item": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "item" + ] + }, + "term_item/item": { + "file": "ui/authentication_screen.json", + "type": "unknown" + }, + "terms_and_conditions_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "terms_string_panel" + ] + }, + "terms_and_conditions_panel/terms_string_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "buttons_stack_panel" + ] + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "agree", + "view_terms_button", + "privacy_policy_button" + ] + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "agree_panel", + "namespace": "authentication" + } + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/view_terms_button": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "term_item", + "namespace": "authentication" + } + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/privacy_policy_button": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "term_item", + "namespace": "authentication" + } + }, + "confirmation_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "confirm_button" + ] + }, + "confirmation_panel/confirm_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "scroll_stack_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "border", + "terms" + ] + }, + "scroll_stack_panel/border": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "tts_control", + "namespace": "authentication" + } + }, + "scroll_stack_panel/terms": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_bound_label", + "namespace": "authentication" + } + }, + "purchase_confirm_content": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "header_padding", + "panel_wrap", + "terms_and_conditions_panel", + "button_padding", + "confirmation_panel", + "padding" + ] + }, + "purchase_confirm_content/header_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "purchase_confirm_content/panel_wrap": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "scrolling_panel" + ] + }, + "purchase_confirm_content/panel_wrap/scrolling_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "purchase_confirm_content/terms_and_conditions_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "terms_and_conditions_panel", + "namespace": "authentication" + } + }, + "purchase_confirm_content/button_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "purchase_confirm_content/confirmation_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "confirmation_panel", + "namespace": "authentication" + } + }, + "purchase_confirm_content/padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "purchase_prompt_content": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "prompt_wrap", + "purchase_wrap_centering_container" + ] + }, + "purchase_prompt_content/prompt_wrap": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "border", + "prompt" + ] + }, + "purchase_prompt_content/prompt_wrap/border": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "tts_control", + "namespace": "authentication" + } + }, + "purchase_prompt_content/prompt_wrap/prompt": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "authentication" + } + }, + "purchase_prompt_content/purchase_wrap_centering_container": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "purchase_wrap" + ] + }, + "purchase_prompt_content/purchase_wrap_centering_container/purchase_wrap": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "purchase", + "padding_middle", + "signout" + ] + }, + "purchase_prompt_content/purchase_wrap_centering_container/purchase_wrap/purchase": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "purchase_prompt_content/purchase_wrap_centering_container/purchase_wrap/padding_middle": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "purchase_prompt_content/purchase_wrap_centering_container/purchase_wrap/signout": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "purchase_prompt": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "modal_dialog_frame", + "namespace": "authentication_modals" + } + }, + "purchase_confirm": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "modal_dialog_frame", + "namespace": "authentication_modals" + } + }, + "purchase_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "prompt", + "confirm" + ] + }, + "purchase_panel/prompt": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "purchase_prompt", + "namespace": "authentication" + } + }, + "purchase_panel/confirm": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "purchase_confirm", + "namespace": "authentication" + } + }, + "title_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "title_label_wrapper" + ] + }, + "title_panel/title_label_wrapper": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "hyperlink_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "link_stack" + ] + }, + "hyperlink_panel/link_stack": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "link1", + "link2", + "padding" + ] + }, + "hyperlink_panel/link_stack/link1": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "hyperlink_panel/link_stack/link2": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "hyperlink_panel/link_stack/padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "auth_screen": { + "file": "ui/authentication_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "sign_in_content": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "body_text", + "body_hyperlink", + "sign_in_wrapper", + "download_wrapper" + ] + }, + "sign_in_content/body_text": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "title_panel", + "namespace": "authentication" + } + }, + "sign_in_content/body_hyperlink": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "hyperlink_panel", + "namespace": "authentication" + } + }, + "sign_in_content/sign_in_wrapper": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "button" + ] + }, + "sign_in_content/sign_in_wrapper/button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "sign_in_button", + "namespace": "authentication" + } + }, + "sign_in_content/download_wrapper": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "sign_in_content/download_wrapper/button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "download_button", + "namespace": "authentication" + } + }, + "authentication_screen_content": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "debug", + "client_version", + "sign_in", + "sign_in_ios", + "pack_progress", + "welcome", + "demo", + "eula", + "purchase_panel", + "popup_dialog_factory" + ] + }, + "authentication_screen_content/debug": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "extend": { + "name": "debug_panel", + "namespace": "authentication" + } + }, + "authentication_screen_content/client_version": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "version" + ] + }, + "authentication_screen_content/client_version/version": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "version", + "namespace": "authentication" + } + }, + "authentication_screen_content/sign_in": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "modal_dialog_frame", + "namespace": "authentication_modals" + } + }, + "authentication_screen_content/sign_in_ios": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "modal_dialog_frame", + "namespace": "authentication_modals" + } + }, + "authentication_screen_content/pack_progress": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "modal_dialog_frame", + "namespace": "authentication_modals" + } + }, + "authentication_screen_content/welcome": { + "file": "ui/authentication_screen.json", + "type": "unknown", + "extend": { + "name": "screen_content", + "namespace": "edu_signin" + } + }, + "authentication_screen_content/demo": { + "file": "ui/authentication_screen.json", + "type": "unknown", + "extend": { + "name": "screen_content", + "namespace": "edu_signin" + } + }, + "authentication_screen_content/eula": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "eula", + "namespace": "authentication" + } + }, + "authentication_screen_content/purchase_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "purchase_panel", + "namespace": "authentication" + } + }, + "authentication_screen_content/popup_dialog_factory": { + "file": "ui/authentication_screen.json", + "type": "factory" + }, + "popup_content_base": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "message", + "content", + "footer_padding" + ] + }, + "popup_content_base/message": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "border", + "text" + ] + }, + "popup_content_base/message/border": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "tts_control", + "namespace": "authentication" + } + }, + "popup_content_base/message/text": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "fixed_width_wrapper", + "namespace": "authentication" + } + }, + "popup_content_base/content": { + "file": "ui/authentication_screen.json", + "type": "unknown" + }, + "popup_content_base/footer_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "popup_dialog": { + "file": "ui/authentication_screen.json", + "type": "input_panel", + "children": [ + "dialog" + ] + }, + "popup_dialog/dialog": { + "file": "ui/authentication_screen.json", + "type": "image", + "extend": { + "name": "modal_dialog_frame", + "namespace": "authentication_modals" + } + }, + "trial_info_ios_additional_content": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "dismiss" + ] + }, + "trial_info_ios_additional_content/dismiss": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "popup_dismiss_button", + "namespace": "authentication" + } + }, + "popup_dialog_trial_info_ios": { + "file": "ui/authentication_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "authentication" + } + }, + "student_message_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "fixed_width_wrapper", + "namespace": "authentication" + } + }, + "trial_info_additional_content": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "buttons" + ] + }, + "trial_info_additional_content/buttons": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "split_button_panel", + "namespace": "authentication" + } + }, + "generic_welcome_additional_content": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "button_wrapper" + ] + }, + "generic_welcome_additional_content/button_wrapper": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "buttons" + ] + }, + "generic_welcome_additional_content/button_wrapper/buttons": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "vertical_split_button_panel", + "namespace": "authentication" + } + }, + "popup_dialog_trial_info": { + "file": "ui/authentication_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "authentication" + } + }, + "popup_dialog_generic_welcome": { + "file": "ui/authentication_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "authentication" + } + }, + "popup_message": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "main_message", + "extra_message", + "padding" + ] + }, + "popup_message/main_message": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_bound_label", + "namespace": "authentication" + } + }, + "popup_message/extra_message": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "student_message_panel", + "namespace": "authentication" + } + }, + "popup_message/padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "popup_message_student": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "authentication" + } + }, + "popup_hyperlink": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "popup_purchase_link": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "popup_hyperlink", + "namespace": "authentication" + } + }, + "popup_dismiss_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "pack_progress_content": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "loading_text_panel", + "loading_bar_panel", + "loading_padding", + "skip_panel", + "bottom_padding" + ] + }, + "pack_progress_content/top_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_progress_content/loading_text_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "loading_text" + ] + }, + "pack_progress_content/loading_text_panel/loading_text": { + "file": "ui/authentication_screen.json", + "type": "label" + }, + "pack_progress_content/loading_bar_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "loading_bar" + ] + }, + "pack_progress_content/loading_bar_panel/loading_bar": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "progress_bar_icon", + "namespace": "popup_dialog" + } + }, + "pack_progress_content/loading_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_progress_content/skip_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "skip_button" + ] + }, + "pack_progress_content/skip_panel/skip_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "pack_progress_content/bottom_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sign_in_ios_content": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "body_text", + "body_hyperlink", + "signin_ios_button_panel", + "error_sign_in_panel", + "error_download_panel" + ] + }, + "sign_in_ios_content/body_text": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "title_panel", + "namespace": "authentication" + } + }, + "sign_in_ios_content/body_hyperlink": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "hyperlink_panel", + "namespace": "authentication" + } + }, + "sign_in_ios_content/signin_ios_button_panel": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "app_store_prompt_wrap", + "buttons", + "pad_footer" + ] + }, + "sign_in_ios_content/signin_ios_button_panel/app_store_prompt_wrap": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "prompt" + ] + }, + "sign_in_ios_content/signin_ios_button_panel/app_store_prompt_wrap/prompt": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "authentication" + } + }, + "sign_in_ios_content/signin_ios_button_panel/buttons": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "split_button_panel", + "namespace": "authentication" + } + }, + "sign_in_ios_content/signin_ios_button_panel/pad_footer": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sign_in_ios_content/error_sign_in_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "sign_in_ios_content/error_sign_in_panel/button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "sign_in_button", + "namespace": "authentication" + } + }, + "sign_in_ios_content/error_download_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "sign_in_ios_content/error_download_panel/button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "download_button", + "namespace": "authentication" + } + }, + "sign_in_ios_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "to_app_store": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "debug_panel": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "state_label", + "state_text_box", + "open_popup", + "refresh_popup", + "reset", + "toggle_ios" + ] + }, + "debug_panel/state_label": { + "file": "ui/authentication_screen.json", + "type": "label" + }, + "debug_panel/state_text_box": { + "file": "ui/authentication_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "debug_panel/open_popup": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_panel/refresh_popup": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_panel/reset": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_panel/toggle_ios": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "authentication_popup_link_button": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "link_button" + ] + }, + "authentication_popup_link_button/top_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "authentication_popup_link_button/link_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "authentication_popup_contents": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "initial_padding", + "body", + "learn_more_link", + "link2", + "end_padding" + ] + }, + "authentication_popup_contents/initial_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "authentication_popup_contents/body": { + "file": "ui/authentication_screen.json", + "type": "label", + "extend": { + "name": "smooth_bound_label", + "namespace": "authentication" + } + }, + "authentication_popup_contents/learn_more_link": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "extend": { + "name": "authentication_popup_link_button", + "namespace": "authentication" + } + }, + "authentication_popup_contents/link2": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "extend": { + "name": "authentication_popup_link_button", + "namespace": "authentication" + } + }, + "authentication_popup_contents/end_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "resizeable_scrolling_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "authentication_popup_content_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "resizeable_scrolling_panel", + "namespace": "authentication" + } + }, + "authentication_popup_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "authentication_popup_one_button": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "authentication_popup_one_button/button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "authentication_popup_button", + "namespace": "authentication" + } + }, + "authentication_popup_two_buttons": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "children": [ + "first_button", + "button_padding", + "second_button" + ] + }, + "authentication_popup_two_buttons/first_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "authentication_popup_button", + "namespace": "authentication" + } + }, + "authentication_popup_two_buttons/button_padding": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "authentication_popup_two_buttons/second_button": { + "file": "ui/authentication_screen.json", + "type": "button", + "extend": { + "name": "authentication_popup_button", + "namespace": "authentication" + } + }, + "authentication_popup_lower_button_panel": { + "file": "ui/authentication_screen.json", + "type": "panel", + "children": [ + "one_button", + "two_buttons" + ] + }, + "authentication_popup_lower_button_panel/one_button": { + "file": "ui/authentication_screen.json", + "type": "panel", + "extend": { + "name": "authentication_popup_one_button", + "namespace": "authentication" + } + }, + "authentication_popup_lower_button_panel/two_buttons": { + "file": "ui/authentication_screen.json", + "type": "stack_panel", + "extend": { + "name": "authentication_popup_two_buttons", + "namespace": "authentication" + } + }, + "authentication_popup": { + "file": "ui/authentication_screen.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + } + }, + "auto_save_info": { + "auto_save": { + "file": "ui/auto_save_info_screen.json", + "type": "image" + }, + "accept_label": { + "file": "ui/auto_save_info_screen.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "accept_label/button_label": { + "file": "ui/auto_save_info_screen.json", + "type": "label" + }, + "accept_button": { + "file": "ui/auto_save_info_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "main_panel": { + "file": "ui/auto_save_info_screen.json", + "type": "input_panel", + "children": [ + "common_panel", + "title_label", + "message_label", + "save_icon", + "a", + "gamepad_helpers" + ] + }, + "main_panel/common_panel": { + "file": "ui/auto_save_info_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel/title_label": { + "file": "ui/auto_save_info_screen.json", + "type": "label" + }, + "main_panel/message_label": { + "file": "ui/auto_save_info_screen.json", + "type": "label" + }, + "main_panel/save_icon": { + "file": "ui/auto_save_info_screen.json", + "type": "image", + "extend": { + "name": "auto_save", + "namespace": "auto_save_info" + } + }, + "main_panel/a": { + "file": "ui/auto_save_info_screen.json", + "type": "button", + "extend": { + "name": "accept_button", + "namespace": "auto_save_info" + } + }, + "main_panel/gamepad_helpers": { + "file": "ui/auto_save_info_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "auto_save_info" + } + }, + "gamepad_helpers": { + "file": "ui/auto_save_info_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/auto_save_info_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "auto_save_info_screen": { + "file": "ui/auto_save_info_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "auto_save_info_screen_content": { + "file": "ui/auto_save_info_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "auto_save_info_screen_content/root_panel": { + "file": "ui/auto_save_info_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "auto_save_info_screen_content/root_panel/main_panel": { + "file": "ui/auto_save_info_screen.json", + "type": "input_panel", + "extend": { + "name": "main_panel", + "namespace": "auto_save_info" + } + } + }, + "beacon": { + "selected_item_details": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "selected_item_details", + "namespace": "common" + } + }, + "beacon_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "beacon_panel/container_gamepad_helpers": { + "file": "ui/beacon_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "beacon_panel/selected_item_details_factory": { + "file": "ui/beacon_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "beacon_panel/item_lock_notification_factory": { + "file": "ui/beacon_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "beacon_panel/root_panel": { + "file": "ui/beacon_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "beacon_inventory" + ] + }, + "beacon_panel/root_panel/common_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "beacon_panel/root_panel/beacon_inventory": { + "file": "ui/beacon_screen.json", + "type": "panel", + "children": [ + "beacon_inner_panel", + "payment_panel", + "inventory_panel_bottom_half", + "hotbar_grid_template", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "beacon_panel/root_panel/beacon_inventory/beacon_inner_panel": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "beacon_inner_panel", + "namespace": "beacon" + } + }, + "beacon_panel/root_panel/beacon_inventory/payment_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "payment_panel", + "namespace": "beacon" + } + }, + "beacon_panel/root_panel/beacon_inventory/inventory_panel_bottom_half": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half", + "namespace": "common" + } + }, + "beacon_panel/root_panel/beacon_inventory/hotbar_grid_template": { + "file": "ui/beacon_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "beacon_panel/root_panel/beacon_inventory/inventory_selected_icon_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "beacon_panel/root_panel/beacon_inventory/gamepad_cursor": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "beacon_panel/flying_item_renderer": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "inventory_slot_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "hotbar_slot_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "image_atlas": { + "file": "ui/beacon_screen.json", + "type": "image" + }, + "pyramid_image": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + } + }, + "pyramid_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "children": [ + "level1", + "level2", + "level3", + "level4" + ] + }, + "pyramid_panel/level1": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "pyramid_image", + "namespace": "beacon" + } + }, + "pyramid_panel/level2": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "pyramid_image", + "namespace": "beacon" + } + }, + "pyramid_panel/level3": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "pyramid_image", + "namespace": "beacon" + } + }, + "pyramid_panel/level4": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "pyramid_image", + "namespace": "beacon" + } + }, + "item_seperator": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + } + }, + "item_renderer": { + "file": "ui/beacon_screen.json", + "type": "custom" + }, + "usable_items_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "children": [ + "netherite", + "item_seperator_0", + "emerald", + "item_seperator_1", + "diamond", + "item_seperator_2", + "gold", + "item_seperator_3", + "iron" + ] + }, + "usable_items_panel/netherite": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon" + } + }, + "usable_items_panel/item_seperator_0": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "item_seperator", + "namespace": "beacon" + } + }, + "usable_items_panel/emerald": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon" + } + }, + "usable_items_panel/item_seperator_1": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "item_seperator", + "namespace": "beacon" + } + }, + "usable_items_panel/diamond": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon" + } + }, + "usable_items_panel/item_seperator_2": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "item_seperator", + "namespace": "beacon" + } + }, + "usable_items_panel/gold": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon" + } + }, + "usable_items_panel/item_seperator_3": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "item_seperator", + "namespace": "beacon" + } + }, + "usable_items_panel/iron": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon" + } + }, + "base_image": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + } + }, + "hover_text": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "hover_state": { + "file": "ui/beacon_screen.json", + "type": "image", + "children": [ + "hover_text" + ] + }, + "hover_state/hover_text": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "beacon" + } + }, + "button_unchecked_default": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + } + }, + "button_unchecked_hover": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + }, + "children": [ + "hover_text" + ] + }, + "button_unchecked_hover/hover_text": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "beacon" + } + }, + "button_checked_hover": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + }, + "children": [ + "hover_text" + ] + }, + "button_checked_hover/hover_text": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "beacon" + } + }, + "button_locked": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + } + }, + "button_locked_hover": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + }, + "children": [ + "hover_text" + ] + }, + "button_locked_hover/hover_text": { + "file": "ui/beacon_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "beacon" + } + }, + "button_checked": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + } + }, + "toggle_button": { + "file": "ui/beacon_screen.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "base_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "base_button/default": { + "file": "ui/beacon_screen.json", + "type": "image" + }, + "base_button/hover": { + "file": "ui/beacon_screen.json", + "type": "image" + }, + "base_button/pressed": { + "file": "ui/beacon_screen.json", + "type": "image" + }, + "active_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "beacon" + } + }, + "inactive_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "beacon" + }, + "children": [ + "default", + "hover" + ] + }, + "inactive_button/default": { + "file": "ui/beacon_screen.json", + "type": "image" + }, + "inactive_button/hover": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "hover_state", + "namespace": "beacon" + } + }, + "selected_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "beacon" + }, + "children": [ + "default", + "hover" + ] + }, + "selected_button/default": { + "file": "ui/beacon_screen.json", + "type": "image" + }, + "selected_button/hover": { + "file": "ui/beacon_screen.json", + "type": "image" + }, + "secondary_effect_base": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "base_image", + "namespace": "beacon" + } + }, + "speed_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon" + } + }, + "haste_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon" + } + }, + "resist_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon" + } + }, + "jump_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon" + } + }, + "strength_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon" + } + }, + "image_template": { + "file": "ui/beacon_screen.json", + "type": "panel", + "children": [ + "base_image" + ] + }, + "image_template/base_image": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "base_image", + "namespace": "beacon" + } + }, + "secondary_effect_images": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "image_template", + "namespace": "beacon" + }, + "children": [ + "speed_secondary", + "haste_secondary", + "resist_secondary", + "jump_secondary", + "strength_secondary" + ] + }, + "secondary_effect_images/speed_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "speed_secondary", + "namespace": "beacon" + } + }, + "secondary_effect_images/haste_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "haste_secondary", + "namespace": "beacon" + } + }, + "secondary_effect_images/resist_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "resist_secondary", + "namespace": "beacon" + } + }, + "secondary_effect_images/jump_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "jump_secondary", + "namespace": "beacon" + } + }, + "secondary_effect_images/strength_secondary": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "strength_secondary", + "namespace": "beacon" + } + }, + "toggle_template": { + "file": "ui/beacon_screen.json", + "type": "panel", + "children": [ + "toggle_button" + ] + }, + "toggle_template/toggle_button": { + "file": "ui/beacon_screen.json", + "type": "toggle", + "extend": { + "name": "toggle_button", + "namespace": "beacon" + } + }, + "button_template": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "toggle_template", + "namespace": "beacon" + }, + "children": [ + "active_button", + "inactive_button", + "image_template" + ] + }, + "button_template/active_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "active_button", + "namespace": "beacon" + } + }, + "button_template/inactive_button": { + "file": "ui/beacon_screen.json", + "type": "button", + "extend": { + "name": "inactive_button", + "namespace": "beacon" + } + }, + "button_template/image_template": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "image_template", + "namespace": "beacon" + } + }, + "panel_template": { + "file": "ui/beacon_screen.json", + "type": "panel" + }, + "button_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "children": [ + "speed_panel", + "haste_panel", + "resist_panel", + "jump_panel", + "strength_panel", + "regen_panel", + "extra_panel" + ] + }, + "button_panel/speed_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + }, + "children": [ + "toggle_template" + ] + }, + "button_panel/speed_panel/toggle_template": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "toggle_template", + "namespace": "beacon" + } + }, + "button_panel/haste_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + } + }, + "button_panel/resist_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + } + }, + "button_panel/jump_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + } + }, + "button_panel/strength_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + } + }, + "button_panel/regen_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + } + }, + "button_panel/extra_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + } + }, + "payment_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "children": [ + "confirm_panel", + "cancel_panel", + "ingredient_item", + "usable_items_panel" + ] + }, + "payment_panel/confirm_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + } + }, + "payment_panel/cancel_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon" + } + }, + "payment_panel/ingredient_item": { + "file": "ui/beacon_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "payment_panel/usable_items_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "usable_items_panel", + "namespace": "beacon" + } + }, + "beacon_label": { + "file": "ui/beacon_screen.json", + "type": "label", + "extend": { + "name": "section_heading_label", + "namespace": "common" + } + }, + "beacon_inner_panel": { + "file": "ui/beacon_screen.json", + "type": "image", + "children": [ + "button_panel", + "pyramid_panel", + "middle_strip", + "primary_power_label", + "secondary_power_label" + ] + }, + "beacon_inner_panel/button_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "button_panel", + "namespace": "beacon" + } + }, + "beacon_inner_panel/pyramid_panel": { + "file": "ui/beacon_screen.json", + "type": "panel", + "extend": { + "name": "pyramid_panel", + "namespace": "beacon" + } + }, + "beacon_inner_panel/middle_strip": { + "file": "ui/beacon_screen.json", + "type": "image", + "extend": { + "name": "image_atlas", + "namespace": "beacon" + } + }, + "beacon_inner_panel/primary_power_label": { + "file": "ui/beacon_screen.json", + "type": "label", + "extend": { + "name": "beacon_label", + "namespace": "beacon" + } + }, + "beacon_inner_panel/secondary_power_label": { + "file": "ui/beacon_screen.json", + "type": "label", + "extend": { + "name": "beacon_label", + "namespace": "beacon" + } + }, + "beacon_screen": { + "file": "ui/beacon_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "beacon_pocket": { + "generic_label": { + "file": "ui/beacon_screen_pocket.json", + "type": "label" + }, + "panel_outline": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "dark_bg": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "background_image": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "item_seperator": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "item_renderer": { + "file": "ui/beacon_screen_pocket.json", + "type": "custom" + }, + "usable_items_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "netherite", + "item_seperator_0", + "emerald", + "item_seperator_1", + "diamond", + "item_seperator_2", + "gold", + "item_seperator_3", + "iron" + ] + }, + "usable_items_panel/netherite": { + "file": "ui/beacon_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon_pocket" + } + }, + "usable_items_panel/item_seperator_0": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "item_seperator", + "namespace": "beacon_pocket" + } + }, + "usable_items_panel/emerald": { + "file": "ui/beacon_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon_pocket" + } + }, + "usable_items_panel/item_seperator_1": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "item_seperator", + "namespace": "beacon_pocket" + } + }, + "usable_items_panel/diamond": { + "file": "ui/beacon_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon_pocket" + } + }, + "usable_items_panel/item_seperator_2": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "item_seperator", + "namespace": "beacon_pocket" + } + }, + "usable_items_panel/gold": { + "file": "ui/beacon_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon_pocket" + } + }, + "usable_items_panel/item_seperator_3": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "item_seperator", + "namespace": "beacon_pocket" + } + }, + "usable_items_panel/iron": { + "file": "ui/beacon_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "beacon_pocket" + } + }, + "pyramid_image": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "pyramid_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "pyramid_image" + ] + }, + "pyramid_panel/pyramid_image": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "pyramid_image", + "namespace": "beacon_pocket" + } + }, + "background_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "beacon_background": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "children": [ + "middle_strip" + ] + }, + "beacon_background/middle_strip": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "inventory_grid": { + "file": "ui/beacon_screen_pocket.json", + "type": "grid" + }, + "inventory_content": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_content/scrolling_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "highlight_hover_square": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "highlight_square" + ] + }, + "highlight_hover_square/highlight_square": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "pocket_ui_highlight_slot", + "namespace": "common" + } + }, + "button_unchecked_default": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "button_unchecked_hover": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "children": [ + "highlight_hover_square" + ] + }, + "button_unchecked_hover/highlight_hover_square": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "highlight_hover_square", + "namespace": "beacon_pocket" + } + }, + "button_checked": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "button_checked_hover": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "button_checked", + "namespace": "beacon_pocket" + }, + "children": [ + "highlight_hover_square" + ] + }, + "button_checked_hover/highlight_hover_square": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "highlight_hover_square", + "namespace": "beacon_pocket" + } + }, + "button_locked": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "inactive_button_image", + "namespace": "beacon_pocket" + } + }, + "button_locked_hover": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "inactive_button_image", + "namespace": "beacon_pocket" + }, + "children": [ + "highlight_hover_square" + ] + }, + "button_locked_hover/highlight_hover_square": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "highlight_hover_square", + "namespace": "beacon_pocket" + } + }, + "toggle_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "base_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "base_button/default": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "base_button/hover": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "children": [ + "highlight_hover_square" + ] + }, + "base_button/hover/highlight_hover_square": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "highlight_hover_square", + "namespace": "beacon_pocket" + } + }, + "base_button/pressed": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "active_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "beacon_pocket" + } + }, + "inactive_button_image": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "inactive_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "beacon_pocket" + }, + "children": [ + "default", + "hover" + ] + }, + "inactive_button/default": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "inactive_button_image", + "namespace": "beacon_pocket" + } + }, + "inactive_button/hover": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "inactive_button_image", + "namespace": "beacon_pocket" + }, + "children": [ + "highlight_hover_square" + ] + }, + "inactive_button/hover/highlight_hover_square": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "highlight_hover_square", + "namespace": "beacon_pocket" + } + }, + "selected_button_image": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "selected_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "beacon_pocket" + }, + "children": [ + "default", + "hover" + ] + }, + "selected_button/default": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "selected_button_image", + "namespace": "beacon_pocket" + } + }, + "selected_button/hover": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "selected_button_image", + "namespace": "beacon_pocket" + }, + "children": [ + "highlight_hover_square" + ] + }, + "selected_button/hover/highlight_hover_square": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "highlight_hover_square", + "namespace": "beacon_pocket" + } + }, + "secondary_effect_base": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "image_template", + "namespace": "beacon_pocket" + } + }, + "speed_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon_pocket" + } + }, + "haste_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon_pocket" + } + }, + "resist_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon_pocket" + } + }, + "jump_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon_pocket" + } + }, + "strength_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "secondary_effect_base", + "namespace": "beacon_pocket" + } + }, + "secondary_effect_images": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "image_template", + "namespace": "beacon_pocket" + }, + "children": [ + "speed_secondary", + "haste_secondary", + "resist_secondary", + "jump_secondary", + "strength_secondary" + ] + }, + "secondary_effect_images/speed_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "speed_secondary", + "namespace": "beacon_pocket" + } + }, + "secondary_effect_images/haste_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "haste_secondary", + "namespace": "beacon_pocket" + } + }, + "secondary_effect_images/resist_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "resist_secondary", + "namespace": "beacon_pocket" + } + }, + "secondary_effect_images/jump_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "jump_secondary", + "namespace": "beacon_pocket" + } + }, + "secondary_effect_images/strength_secondary": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "strength_secondary", + "namespace": "beacon_pocket" + } + }, + "base_image": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "image_template": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "base_image" + ] + }, + "image_template/base_image": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "base_image", + "namespace": "beacon_pocket" + } + }, + "toggle_template": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "toggle_button" + ] + }, + "toggle_template/toggle_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "toggle", + "extend": { + "name": "toggle_button", + "namespace": "beacon_pocket" + } + }, + "button_template": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "toggle_template", + "namespace": "beacon_pocket" + }, + "children": [ + "active_button", + "inactive_button", + "image_template" + ] + }, + "button_template/active_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "active_button", + "namespace": "beacon_pocket" + } + }, + "button_template/inactive_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "inactive_button", + "namespace": "beacon_pocket" + } + }, + "button_template/image_template": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "image_template", + "namespace": "beacon_pocket" + } + }, + "panel_template": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel" + }, + "beacon_power_label": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "label" + ] + }, + "beacon_power_label/label": { + "file": "ui/beacon_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "beacon_pocket" + } + }, + "beacon_sub_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel" + }, + "beacon_button_left_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "beacon_sub_panel", + "namespace": "beacon_pocket" + }, + "children": [ + "primary_power_label", + "panel" + ] + }, + "beacon_button_left_panel/primary_power_label": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "beacon_power_label", + "namespace": "beacon_pocket" + } + }, + "beacon_button_left_panel/panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "pyramids_and_buttons" + ] + }, + "beacon_button_left_panel/panel/pyramids_and_buttons": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "level1", + "speed_panel", + "haste_panel", + "level2", + "resist_panel", + "jump_panel", + "level3", + "strength_panel" + ] + }, + "beacon_button_left_panel/panel/pyramids_and_buttons/level1": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pyramid_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_button_left_panel/panel/pyramids_and_buttons/speed_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "beacon_button_left_panel/panel/pyramids_and_buttons/haste_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "beacon_button_left_panel/panel/pyramids_and_buttons/level2": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pyramid_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_button_left_panel/panel/pyramids_and_buttons/resist_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "beacon_button_left_panel/panel/pyramids_and_buttons/jump_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "beacon_button_left_panel/panel/pyramids_and_buttons/level3": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pyramid_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_button_left_panel/panel/pyramids_and_buttons/strength_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "beacon_button_right_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "beacon_sub_panel", + "namespace": "beacon_pocket" + }, + "children": [ + "secondary_power_label", + "panel" + ] + }, + "beacon_button_right_panel/secondary_power_label": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "beacon_power_label", + "namespace": "beacon_pocket" + } + }, + "beacon_button_right_panel/panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "buttons_and_pyramid" + ] + }, + "beacon_button_right_panel/panel/buttons_and_pyramid": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "level4", + "regen_panel", + "extra_panel" + ] + }, + "beacon_button_right_panel/panel/buttons_and_pyramid/level4": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pyramid_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_button_right_panel/panel/buttons_and_pyramid/regen_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "beacon_button_right_panel/panel/buttons_and_pyramid/extra_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "beacon_buttons_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "beacon_background", + "left_panel", + "right_panel" + ] + }, + "beacon_buttons_panel/beacon_background": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "beacon_background", + "namespace": "beacon_pocket" + } + }, + "beacon_buttons_panel/left_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "beacon_button_left_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_buttons_panel/right_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "beacon_button_right_panel", + "namespace": "beacon_pocket" + } + }, + "confirm_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "ingredient_item", + "confirm_panel", + "cancel_panel" + ] + }, + "confirm_panel/ingredient_item": { + "file": "ui/beacon_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "confirm_panel/confirm_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "confirm_panel/cancel_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_template", + "namespace": "beacon_pocket" + } + }, + "beacon_payment_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "stack_panel", + "children": [ + "usable_items_panel", + "pad", + "confirm_panel" + ] + }, + "beacon_payment_panel/usable_items_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "usable_items_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_payment_panel/pad": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel" + }, + "beacon_payment_panel/confirm_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "confirm_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_contents_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "stack_panel", + "children": [ + "fill1", + "beacon_buttons_panel", + "pad1", + "beacon_payment_panel", + "fill2" + ] + }, + "beacon_contents_panel/fill1": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel" + }, + "beacon_contents_panel/beacon_buttons_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "beacon_buttons_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_contents_panel/pad1": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel" + }, + "beacon_contents_panel/beacon_payment_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "beacon_payment_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_contents_panel/fill2": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel" + }, + "header": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "legacy_pocket_close_button", + "panel" + ] + }, + "header/header_background": { + "file": "ui/beacon_screen_pocket.json", + "type": "image" + }, + "header/legacy_pocket_close_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header/panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "header/panel/title_label": { + "file": "ui/beacon_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "enchanting_pocket" + } + }, + "inventory_and_beacon_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_half_screen", + "beacon_half_screen" + ] + }, + "inventory_and_beacon_panel/inventory_half_screen": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_content" + ] + }, + "inventory_and_beacon_panel/inventory_half_screen/inventory_content": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_content", + "namespace": "beacon_pocket" + } + }, + "inventory_and_beacon_panel/beacon_half_screen": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "beacon_content" + ] + }, + "inventory_and_beacon_panel/beacon_half_screen/beacon_content": { + "file": "ui/beacon_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "beacon_contents_panel", + "namespace": "beacon_pocket" + } + }, + "header_and_content_stack_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "stack_panel", + "children": [ + "header", + "inventory_and_beacon_panel" + ] + }, + "header_and_content_stack_panel/header": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "beacon_pocket" + } + }, + "header_and_content_stack_panel/inventory_and_beacon_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_and_beacon_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "panel", + "children": [ + "bg", + "root_panel", + "header_and_content_stack_panel", + "container_gamepad_helpers", + "inventory_selected_icon_button", + "hold_icon", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "beacon_panel/bg": { + "file": "ui/beacon_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_image", + "namespace": "furnace_pocket" + } + }, + "beacon_panel/root_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "beacon_panel/header_and_content_stack_panel": { + "file": "ui/beacon_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "header_and_content_stack_panel", + "namespace": "beacon_pocket" + } + }, + "beacon_panel/container_gamepad_helpers": { + "file": "ui/beacon_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "beacon_panel/inventory_selected_icon_button": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "beacon_panel/hold_icon": { + "file": "ui/beacon_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "beacon_panel/selected_item_details_factory": { + "file": "ui/beacon_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "beacon_panel/item_lock_notification_factory": { + "file": "ui/beacon_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "beacon_panel/flying_item_renderer": { + "file": "ui/beacon_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "blast_furnace": { + "blast_furnace_screen": { + "file": "ui/blast_furnace_screen.json", + "type": "screen", + "extend": { + "name": "furnace_screen", + "namespace": "furnace" + } + } + }, + "book": { + "screenshot": { + "file": "ui/book_screen.json", + "type": "image" + }, + "screenshot_frame": { + "file": "ui/book_screen.json", + "type": "image", + "children": [ + "caption_edit" + ] + }, + "screenshot_frame/caption_edit": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "page_caption", + "namespace": "book" + } + }, + "photo_corner": { + "file": "ui/book_screen.json", + "type": "image" + }, + "photo_corner_bl": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "photo_corner", + "namespace": "book" + } + }, + "photo_corner_br": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "photo_corner", + "namespace": "book" + } + }, + "photo_corner_tr": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "photo_corner", + "namespace": "book" + } + }, + "photo_corner_tl": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "photo_corner", + "namespace": "book" + } + }, + "page_caption": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "page_text_edit", + "namespace": "book" + } + }, + "page_photo": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "screenshot", + "screenshot_frame", + "photo_corner_bl", + "photo_corner_br", + "photo_corner_tl", + "photo_corner_tr" + ] + }, + "page_photo/screenshot": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "screenshot", + "namespace": "book" + } + }, + "page_photo/screenshot_frame": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "screenshot_frame", + "namespace": "book" + } + }, + "page_photo/photo_corner_bl": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_bl", + "namespace": "book" + } + }, + "page_photo/photo_corner_br": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_br", + "namespace": "book" + } + }, + "page_photo/photo_corner_tl": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_tl", + "namespace": "book" + } + }, + "page_photo/photo_corner_tr": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_tr", + "namespace": "book" + } + }, + "pick_item": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "photo", + "button" + ] + }, + "pick_item/photo": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "page_photo", + "namespace": "book" + } + }, + "pick_item/button": { + "file": "ui/book_screen.json", + "type": "button" + }, + "pick_item_inventory": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "photo", + "button" + ] + }, + "pick_item_inventory/photo": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "page_photo", + "namespace": "book" + } + }, + "pick_item_inventory/button": { + "file": "ui/book_screen.json", + "type": "button" + }, + "header": { + "file": "ui/book_screen.json", + "type": "label" + }, + "text_centering_panel_inventory": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "inventory_header" + ] + }, + "text_centering_panel_inventory/inventory_header": { + "file": "ui/book_screen.json", + "type": "label", + "extend": { + "name": "header", + "namespace": "book" + } + }, + "text_centering_panel_portfolio": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "portfolio_header" + ] + }, + "text_centering_panel_portfolio/portfolio_header": { + "file": "ui/book_screen.json", + "type": "label", + "extend": { + "name": "header", + "namespace": "book" + } + }, + "pick_scrolling_content": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "children": [ + "inventory_header", + "inventory_grid", + "portfolio_header", + "portfolio_grid" + ] + }, + "pick_scrolling_content/inventory_header": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "text_centering_panel_inventory", + "namespace": "book" + } + }, + "pick_scrolling_content/inventory_grid": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "extend": { + "name": "stack_panel_grid", + "namespace": "edu_common" + } + }, + "pick_scrolling_content/portfolio_header": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "text_centering_panel_portfolio", + "namespace": "book" + } + }, + "pick_scrolling_content/portfolio_grid": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "extend": { + "name": "stack_panel_grid", + "namespace": "edu_common" + } + }, + "pick_panel": { + "file": "ui/book_screen.json", + "type": "image", + "children": [ + "scroll", + "close_button" + ] + }, + "pick_panel/scroll": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "pick_panel/close_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "book" + } + }, + "blank": { + "file": "ui/book_screen.json", + "type": "image" + }, + "book_background": { + "file": "ui/book_screen.json", + "type": "image" + }, + "book_spine_image": { + "file": "ui/book_screen.json", + "type": "image" + }, + "page_crease_left_image": { + "file": "ui/book_screen.json", + "type": "image" + }, + "page_crease_right_image": { + "file": "ui/book_screen.json", + "type": "image" + }, + "page_edge_left_image": { + "file": "ui/book_screen.json", + "type": "image" + }, + "page_edge_right_image": { + "file": "ui/book_screen.json", + "type": "image" + }, + "text_edit_hover_image": { + "file": "ui/book_screen.json", + "type": "image" + }, + "base_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "base_button/default": { + "file": "ui/book_screen.json", + "type": "image" + }, + "base_button/hover": { + "file": "ui/book_screen.json", + "type": "image" + }, + "base_button/pressed": { + "file": "ui/book_screen.json", + "type": "image" + }, + "book_buttons_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "sign_export_buttons", + "im_content_button" + ] + }, + "book_buttons_panel/sign_export_buttons": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "children": [ + "left_spacer", + "sign_button", + "export_button", + "right_spacer" + ] + }, + "book_buttons_panel/sign_export_buttons/left_spacer": { + "file": "ui/book_screen.json", + "type": "panel" + }, + "book_buttons_panel/sign_export_buttons/sign_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "book_buttons_panel/sign_export_buttons/export_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "book_buttons_panel/sign_export_buttons/right_spacer": { + "file": "ui/book_screen.json", + "type": "panel" + }, + "book_buttons_panel/im_content_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "reader_button", + "namespace": "im_reader" + } + }, + "cover_buttons_stack_panel_holder": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "cover_buttons_stack_panel" + ] + }, + "cover_buttons_stack_panel_holder/cover_buttons_stack_panel": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "children": [ + "finalize_button", + "padding_1", + "cancel_sign_button" + ] + }, + "cover_buttons_stack_panel_holder/cover_buttons_stack_panel/finalize_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "cover_buttons_stack_panel_holder/cover_buttons_stack_panel/padding_1": { + "file": "ui/book_screen.json", + "type": "panel" + }, + "cover_buttons_stack_panel_holder/cover_buttons_stack_panel/cancel_sign_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "close_button_default": { + "file": "ui/book_screen.json", + "type": "image" + }, + "close_button_hover": { + "file": "ui/book_screen.json", + "type": "image" + }, + "close_button_pressed": { + "file": "ui/book_screen.json", + "type": "image" + }, + "close_button": { + "file": "ui/book_screen.json", + "type": "button", + "children": [ + "default", + "hover", + "pressed" + ] + }, + "close_button/default": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "close_button_default", + "namespace": "book" + } + }, + "close_button/hover": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "close_button_hover", + "namespace": "book" + } + }, + "close_button/pressed": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "close_button_pressed", + "namespace": "book" + } + }, + "page_text_edit": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_box", + "namespace": "common" + } + }, + "page_text": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "page_text_edit", + "namespace": "book" + } + }, + "page_number_label": { + "file": "ui/book_screen.json", + "type": "label" + }, + "padded_button": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "padded_button/button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "book" + } + }, + "page_buttons_panel": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "children": [ + "swap_page_left", + "insert_text_page", + "insert_photo_page", + "delete_page", + "swap_page_right" + ] + }, + "page_buttons_panel/swap_page_left": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "padded_button", + "namespace": "book" + } + }, + "page_buttons_panel/insert_text_page": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "padded_button", + "namespace": "book" + } + }, + "page_buttons_panel/insert_photo_page": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "padded_button", + "namespace": "book" + } + }, + "page_buttons_panel/delete_page": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "padded_button", + "namespace": "book" + } + }, + "page_buttons_panel/swap_page_right": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "padded_button", + "namespace": "book" + } + }, + "page_content_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "page_text", + "page_photo", + "page_number_label", + "page_buttons_panel", + "edit_page" + ] + }, + "page_content_panel/page_text": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "page_text", + "namespace": "book" + } + }, + "page_content_panel/page_photo": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "page_photo", + "namespace": "book" + } + }, + "page_content_panel/page_number_label": { + "file": "ui/book_screen.json", + "type": "label", + "extend": { + "name": "page_number_label", + "namespace": "book" + } + }, + "page_content_panel/page_buttons_panel": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "extend": { + "name": "page_buttons_panel", + "namespace": "book" + } + }, + "page_content_panel/edit_page": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "book" + } + }, + "title_label": { + "file": "ui/book_screen.json", + "type": "label" + }, + "title_text_box": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "author_label": { + "file": "ui/book_screen.json", + "type": "label" + }, + "author_text_box": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "author_stack_panel": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "children": [ + "author_label_panel", + "author_text_panel" + ] + }, + "author_stack_panel/author_label_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "author_label" + ] + }, + "author_stack_panel/author_label_panel/author_label": { + "file": "ui/book_screen.json", + "type": "label", + "extend": { + "name": "author_label", + "namespace": "book" + } + }, + "author_stack_panel/author_text_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "author_text_box" + ] + }, + "author_stack_panel/author_text_panel/author_text_box": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "author_text_box", + "namespace": "book" + } + }, + "warning_label": { + "file": "ui/book_screen.json", + "type": "label" + }, + "cover_content_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "title_label", + "title_text_box", + "author_stack_panel", + "warning_label" + ] + }, + "cover_content_panel/title_label": { + "file": "ui/book_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "book" + } + }, + "cover_content_panel/title_text_box": { + "file": "ui/book_screen.json", + "type": "edit_box", + "extend": { + "name": "title_text_box", + "namespace": "book" + } + }, + "cover_content_panel/author_stack_panel": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "extend": { + "name": "author_stack_panel", + "namespace": "book" + } + }, + "cover_content_panel/warning_label": { + "file": "ui/book_screen.json", + "type": "label", + "extend": { + "name": "warning_label", + "namespace": "book" + } + }, + "cover_and_buttons_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "cover_panel", + "cover_buttons_stack_panel_holder" + ] + }, + "cover_and_buttons_panel/cover_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "cover_content_panel", + "book_background", + "close_button" + ] + }, + "cover_and_buttons_panel/cover_panel/cover_content_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "cover_content_panel", + "namespace": "book" + } + }, + "cover_and_buttons_panel/cover_panel/book_background": { + "file": "ui/book_screen.json", + "type": "image" + }, + "cover_and_buttons_panel/cover_panel/close_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "book" + } + }, + "cover_and_buttons_panel/cover_buttons_stack_panel_holder": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "cover_buttons_stack_panel_holder", + "namespace": "book" + } + }, + "page_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "page_content_panel" + ] + }, + "page_panel/page_content_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "page_content_panel", + "namespace": "book" + } + }, + "book_grid": { + "file": "ui/book_screen.json", + "type": "grid", + "children": [ + "page_panel_left", + "page_panel_right" + ] + }, + "book_grid/page_panel_left": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "page_panel", + "namespace": "book" + } + }, + "book_grid/page_panel_right": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "page_panel", + "namespace": "book" + } + }, + "book_and_buttons_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "book_panel", + "book_buttons_panel" + ] + }, + "book_and_buttons_panel/book_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "book_grid", + "book_background", + "book_spine_image", + "close_button", + "prev_button", + "next_button" + ] + }, + "book_and_buttons_panel/book_panel/book_grid": { + "file": "ui/book_screen.json", + "type": "grid", + "extend": { + "name": "book_grid", + "namespace": "book" + } + }, + "book_and_buttons_panel/book_panel/book_background": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "book_background", + "namespace": "book" + } + }, + "book_and_buttons_panel/book_panel/book_spine_image": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "book_spine_image", + "namespace": "book" + } + }, + "book_and_buttons_panel/book_panel/close_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "book" + } + }, + "book_and_buttons_panel/book_panel/prev_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "book" + } + }, + "book_and_buttons_panel/book_panel/next_button": { + "file": "ui/book_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "book" + } + }, + "book_and_buttons_panel/book_buttons_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "book_buttons_panel", + "namespace": "book" + } + }, + "root_panel": { + "file": "ui/book_screen.json", + "type": "panel" + }, + "book_screen": { + "file": "ui/book_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "book_screen_content": { + "file": "ui/book_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "book_screen_content/root_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "root_panel", + "namespace": "book" + }, + "children": [ + "book_and_buttons_panel", + "cover_and_buttons_panel", + "pick_panel", + "export_progress", + "gamepad_helper_a", + "gamepad_helper_b" + ] + }, + "book_screen_content/root_panel/book_and_buttons_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "book_and_buttons_panel", + "namespace": "book" + } + }, + "book_screen_content/root_panel/cover_and_buttons_panel": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "cover_and_buttons_panel", + "namespace": "book" + } + }, + "book_screen_content/root_panel/pick_panel": { + "file": "ui/book_screen.json", + "type": "image", + "extend": { + "name": "pick_panel", + "namespace": "book" + } + }, + "book_screen_content/root_panel/export_progress": { + "file": "ui/book_screen.json", + "type": "panel", + "extend": { + "name": "modal_progress_panel_no_cancel", + "namespace": "progress" + } + }, + "book_screen_content/root_panel/gamepad_helper_a": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "book_screen_content/root_panel/gamepad_helper_b": { + "file": "ui/book_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + } + }, + "brewing_stand": { + "brewing_pipes": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "brewing_fuel_pipes": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "bottle_empty_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "fuel_empty_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "bubbles_empty_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "bubbles_full_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "brewing_arrow_empty_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "brewing_arrow_full_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "brewing_fuel_bar_empty_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "brewing_fuel_bar_full_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image" + }, + "brewing_label": { + "file": "ui/brewing_stand_screen.json", + "type": "label" + }, + "brewingstand_output_item": { + "file": "ui/brewing_stand_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "brewing_output_slots": { + "file": "ui/brewing_stand_screen.json", + "type": "grid", + "children": [ + "left_offset", + "output_grid_item2", + "right_offset" + ] + }, + "brewing_output_slots/left_offset": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "children": [ + "output_grid_item1" + ] + }, + "brewing_output_slots/left_offset/output_grid_item1": { + "file": "ui/brewing_stand_screen.json", + "type": "input_panel", + "extend": { + "name": "brewingstand_output_item", + "namespace": "brewing_stand" + } + }, + "brewing_output_slots/output_grid_item2": { + "file": "ui/brewing_stand_screen.json", + "type": "input_panel", + "extend": { + "name": "brewingstand_output_item", + "namespace": "brewing_stand" + } + }, + "brewing_output_slots/right_offset": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "children": [ + "output_grid_item3" + ] + }, + "brewing_output_slots/right_offset/output_grid_item3": { + "file": "ui/brewing_stand_screen.json", + "type": "input_panel", + "extend": { + "name": "brewingstand_output_item", + "namespace": "brewing_stand" + } + }, + "brewing_input_slot": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "children": [ + "input_grid_item" + ] + }, + "brewing_input_slot/input_grid_item": { + "file": "ui/brewing_stand_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "brewing_fuel_slot": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "children": [ + "fuel_grid_item" + ] + }, + "brewing_fuel_slot/fuel_grid_item": { + "file": "ui/brewing_stand_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "brewing_panel_top_half": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "children": [ + "brewing_label", + "brewing_stand_pictogram" + ] + }, + "brewing_panel_top_half/brewing_label": { + "file": "ui/brewing_stand_screen.json", + "type": "label", + "extend": { + "name": "brewing_label", + "namespace": "brewing_stand" + } + }, + "brewing_panel_top_half/brewing_stand_pictogram": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "extend": { + "name": "brewing_stand_pictogram", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "children": [ + "brewing_input_slot", + "brewing_output_slots", + "brewing_fuel_slot", + "brewing_arrow_empty_image", + "brewing_arrow_full_image", + "brewing_fuel_bar_empty_image", + "brewing_fuel_bar_full_image", + "bubbles_empty_image", + "bubbles_full_image", + "brewing_fuel_pipes", + "brewing_pipes" + ] + }, + "brewing_stand_pictogram/brewing_input_slot": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "extend": { + "name": "brewing_input_slot", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/brewing_output_slots": { + "file": "ui/brewing_stand_screen.json", + "type": "grid", + "extend": { + "name": "brewing_output_slots", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/brewing_fuel_slot": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "extend": { + "name": "brewing_fuel_slot", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/brewing_arrow_empty_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image", + "extend": { + "name": "brewing_arrow_empty_image", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/brewing_arrow_full_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image", + "extend": { + "name": "brewing_arrow_full_image", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/brewing_fuel_bar_empty_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image", + "extend": { + "name": "brewing_fuel_bar_empty_image", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/brewing_fuel_bar_full_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image", + "extend": { + "name": "brewing_fuel_bar_full_image", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/bubbles_empty_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image", + "extend": { + "name": "bubbles_empty_image", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/bubbles_full_image": { + "file": "ui/brewing_stand_screen.json", + "type": "image", + "extend": { + "name": "bubbles_full_image", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/brewing_fuel_pipes": { + "file": "ui/brewing_stand_screen.json", + "type": "image", + "extend": { + "name": "brewing_fuel_pipes", + "namespace": "brewing_stand" + } + }, + "brewing_stand_pictogram/brewing_pipes": { + "file": "ui/brewing_stand_screen.json", + "type": "image", + "extend": { + "name": "brewing_pipes", + "namespace": "brewing_stand" + } + }, + "brewing_stand_panel": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "brewing_stand_panel/container_gamepad_helpers": { + "file": "ui/brewing_stand_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "brewing_stand_panel/selected_item_details_factory": { + "file": "ui/brewing_stand_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "brewing_stand_panel/item_lock_notification_factory": { + "file": "ui/brewing_stand_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "brewing_stand_panel/root_panel": { + "file": "ui/brewing_stand_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "furnace_screen_inventory", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "brewing_stand_panel/root_panel/common_panel": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "brewing_stand_panel/root_panel/furnace_screen_inventory": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "children": [ + "brewing_panel_top_half", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button" + ] + }, + "brewing_stand_panel/root_panel/furnace_screen_inventory/brewing_panel_top_half": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "extend": { + "name": "brewing_panel_top_half", + "namespace": "brewing_stand" + } + }, + "brewing_stand_panel/root_panel/furnace_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/brewing_stand_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "brewing_stand_panel/root_panel/furnace_screen_inventory/hotbar_grid": { + "file": "ui/brewing_stand_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "brewing_stand_panel/root_panel/furnace_screen_inventory/inventory_take_progress_icon_button": { + "file": "ui/brewing_stand_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "brewing_stand_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/brewing_stand_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "brewing_stand_panel/root_panel/gamepad_cursor": { + "file": "ui/brewing_stand_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "brewing_stand_panel/flying_item_renderer": { + "file": "ui/brewing_stand_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "brewing_stand_screen": { + "file": "ui/brewing_stand_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "brewing_stand_pocket": { + "generic_label": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "label" + }, + "brewing_fuel_pipes": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image" + }, + "bubbles_empty_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image" + }, + "bubbles_full_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image" + }, + "bottle_empty_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image" + }, + "background_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image" + }, + "output_slot": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "brewing_input_slot": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "input_slot" + ] + }, + "brewing_input_slot/input_slot": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "brewing_fuel_slot": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "fuel_slot" + ] + }, + "brewing_fuel_slot/fuel_slot": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "brewing_out_slots": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "grid", + "children": [ + "left_offset", + "middle", + "right_offset" + ] + }, + "brewing_out_slots/left_offset": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "output_slot1" + ] + }, + "brewing_out_slots/left_offset/output_slot1": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "output_slot", + "namespace": "brewing_stand_pocket" + } + }, + "brewing_out_slots/middle": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "output_slot2" + ] + }, + "brewing_out_slots/middle/output_slot2": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "output_slot", + "namespace": "brewing_stand_pocket" + } + }, + "brewing_out_slots/right_offset": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "output_slot3" + ] + }, + "brewing_out_slots/right_offset/output_slot3": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "output_slot", + "namespace": "brewing_stand_pocket" + } + }, + "slots_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "brewing_input_slot", + "brewing_fuel_slot", + "brewing_out_slots", + "brewing_arrow_panel", + "brewing_bubbles_panel", + "brewing_fuel_bar_panel", + "brewing_fuel_pipes", + "brewing_pipes" + ] + }, + "slots_panel/brewing_input_slot": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "extend": { + "name": "brewing_input_slot", + "namespace": "brewing_stand_pocket" + } + }, + "slots_panel/brewing_fuel_slot": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "extend": { + "name": "brewing_fuel_slot", + "namespace": "brewing_stand_pocket" + } + }, + "slots_panel/brewing_out_slots": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "grid", + "extend": { + "name": "brewing_out_slots", + "namespace": "brewing_stand_pocket" + } + }, + "slots_panel/brewing_arrow_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "brewing_arrow_empty_image", + "brewing_arrow_full_image" + ] + }, + "slots_panel/brewing_arrow_panel/brewing_arrow_empty_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "brewing_arrow_empty_image", + "namespace": "brewing_stand" + } + }, + "slots_panel/brewing_arrow_panel/brewing_arrow_full_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "brewing_arrow_full_image", + "namespace": "brewing_stand" + } + }, + "slots_panel/brewing_bubbles_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "bubbles_empty_image", + "bubbles_full_image" + ] + }, + "slots_panel/brewing_bubbles_panel/bubbles_empty_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "bubbles_empty_image", + "namespace": "brewing_stand_pocket" + } + }, + "slots_panel/brewing_bubbles_panel/bubbles_full_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "bubbles_full_image", + "namespace": "brewing_stand_pocket" + } + }, + "slots_panel/brewing_fuel_bar_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "brewing_fuel_bar_empty_image", + "brewing_fuel_bar_full_image" + ] + }, + "slots_panel/brewing_fuel_bar_panel/brewing_fuel_bar_empty_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "brewing_fuel_bar_empty_image", + "namespace": "brewing_stand" + } + }, + "slots_panel/brewing_fuel_bar_panel/brewing_fuel_bar_full_image": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "brewing_fuel_bar_full_image", + "namespace": "brewing_stand" + } + }, + "slots_panel/brewing_fuel_pipes": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "brewing_fuel_pipes", + "namespace": "brewing_stand_pocket" + } + }, + "slots_panel/brewing_pipes": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "brewing_pipes", + "namespace": "brewing_stand" + } + }, + "inventory_grid": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "grid" + }, + "inventory_content": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_content/scrolling_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "brewing_stand_contents_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "slots_panel" + ] + }, + "brewing_stand_contents_panel/slots_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "extend": { + "name": "slots_panel", + "namespace": "brewing_stand_pocket" + } + }, + "header": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "legacy_pocket_close_button", + "panel" + ] + }, + "header/header_background": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image" + }, + "header/legacy_pocket_close_button": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header/panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "header/panel/title_label": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "brewing_stand_pocket" + } + }, + "inventory_and_brewing_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_half_screen", + "brewing_half_screen" + ] + }, + "inventory_and_brewing_panel/inventory_half_screen": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_content" + ] + }, + "inventory_and_brewing_panel/inventory_half_screen/inventory_content": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_content", + "namespace": "brewing_stand_pocket" + } + }, + "inventory_and_brewing_panel/brewing_half_screen": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "brewing_stand_contents_panel" + ] + }, + "inventory_and_brewing_panel/brewing_half_screen/brewing_stand_contents_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "extend": { + "name": "brewing_stand_contents_panel", + "namespace": "brewing_stand_pocket" + } + }, + "header_and_content_stack_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "stack_panel", + "children": [ + "header", + "inventory_and_brewing_panel" + ] + }, + "header_and_content_stack_panel/header": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "brewing_stand_pocket" + } + }, + "header_and_content_stack_panel/inventory_and_brewing_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_and_brewing_panel", + "namespace": "brewing_stand_pocket" + } + }, + "brewing_stand_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "panel", + "children": [ + "bg", + "root_panel", + "header_and_content_stack_panel", + "container_gamepad_helpers", + "inventory_selected_icon_button", + "hold_icon", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "brewing_stand_panel/bg": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_image", + "namespace": "brewing_stand_pocket" + } + }, + "brewing_stand_panel/root_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "brewing_stand_panel/header_and_content_stack_panel": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "header_and_content_stack_panel", + "namespace": "brewing_stand_pocket" + } + }, + "brewing_stand_panel/container_gamepad_helpers": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "brewing_stand_panel/inventory_selected_icon_button": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "brewing_stand_panel/hold_icon": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "brewing_stand_panel/selected_item_details_factory": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "brewing_stand_panel/item_lock_notification_factory": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "brewing_stand_panel/flying_item_renderer": { + "file": "ui/brewing_stand_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "bundle_purchase_warning": { + "x_padding": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel" + }, + "y_padding": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel" + }, + "bundle_grid_item": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "children": [ + "banner_image", + "content", + "game_pad_focus_border" + ] + }, + "bundle_grid_item/banner_image": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "image" + }, + "bundle_grid_item/content": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_item_content", + "namespace": "bundle_purchase_warning" + } + }, + "bundle_grid_item/game_pad_focus_border": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "button", + "extend": { + "name": "focus_border_button", + "namespace": "bundle_purchase_warning" + } + }, + "is_focused": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "children": [ + "image_border", + "banner_border" + ] + }, + "is_focused/image_border": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "bundle_purchase_warning" + } + }, + "is_focused/banner_border": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "bundle_purchase_warning" + } + }, + "focus_border": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "image" + }, + "focus_border_button": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "focus_border_button/default": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "focus_border_button/hover": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "is_focused", + "namespace": "bundle_purchase_warning" + } + }, + "focus_border_button/pressed": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "is_focused", + "namespace": "bundle_purchase_warning" + } + }, + "grid_item_content": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "image_border", + "padding_0", + "bundle_title_panel" + ] + }, + "grid_item_content/image_border": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + }, + "children": [ + "bundle_thumbnail" + ] + }, + "grid_item_content/image_border/bundle_thumbnail": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "image" + }, + "grid_item_content/padding_0": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel" + }, + "grid_item_content/bundle_title_panel": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "children": [ + "bundle_title" + ] + }, + "grid_item_content/bundle_title_panel/bundle_title": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "label" + }, + "bundle_grid": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "grid" + }, + "side_contents": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "title_alignment_hack", + "padding_y_0", + "grid_input_panel" + ] + }, + "side_contents/title_alignment_hack": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "children": [ + "side_section_title" + ] + }, + "side_contents/title_alignment_hack/side_section_title": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "label" + }, + "side_contents/padding_y_0": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "y_padding", + "namespace": "bundle_purchase_warning" + } + }, + "side_contents/grid_input_panel": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "input_panel", + "children": [ + "grid_scroll" + ] + }, + "side_contents/grid_input_panel/grid_scroll": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "dialog_content": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "grid_stack" + ] + }, + "dialog_content/grid_stack": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "left_grid_scroll", + "padding_x_divider", + "right_grid_scroll" + ] + }, + "dialog_content/grid_stack/left_grid_scroll": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "stack_panel", + "extend": { + "name": "side_contents", + "namespace": "bundle_purchase_warning" + } + }, + "dialog_content/grid_stack/padding_x_divider": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "x_padding", + "namespace": "bundle_purchase_warning" + } + }, + "dialog_content/grid_stack/right_grid_scroll": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "stack_panel", + "extend": { + "name": "side_contents", + "namespace": "bundle_purchase_warning" + } + }, + "purchase_button_panel": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "screen_dialog": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "bundle_purchase_warning_screen_content": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "bundle_purchase_warning_screen_content/dialog": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "screen_dialog", + "namespace": "bundle_purchase_warning" + } + }, + "background": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + }, + "bundle_purchase_warning_screen": { + "file": "ui/bundle_purchase_warning_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "cartography": { + "title_label": { + "file": "ui/cartography_screen.json", + "type": "label" + }, + "arrow_icon": { + "file": "ui/cartography_screen.json", + "type": "image" + }, + "plus_sign_icon": { + "file": "ui/cartography_screen.json", + "type": "image" + }, + "text_edit_control": { + "file": "ui/cartography_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "cartography_output_slot_button": { + "file": "ui/cartography_screen.json", + "type": "button", + "extend": { + "name": "no_coalesce_container_slot_button", + "namespace": "common" + } + }, + "cartography_item_slot": { + "file": "ui/cartography_screen.json", + "type": "panel", + "children": [ + "container_item" + ] + }, + "cartography_item_slot/container_item": { + "file": "ui/cartography_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "map_image": { + "file": "ui/cartography_screen.json", + "type": "image" + }, + "map_image_panel": { + "file": "ui/cartography_screen.json", + "type": "panel", + "children": [ + "none_map", + "copy_map", + "rename_map", + "map", + "locator_map", + "zoom_map", + "lock_map" + ] + }, + "map_image_panel/none_map": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "map_image", + "namespace": "cartography" + } + }, + "map_image_panel/copy_map": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "map_image", + "namespace": "cartography" + } + }, + "map_image_panel/rename_map": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "map_image", + "namespace": "cartography" + } + }, + "map_image_panel/map": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "map_image", + "namespace": "cartography" + } + }, + "map_image_panel/locator_map": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "map_image", + "namespace": "cartography" + } + }, + "map_image_panel/zoom_map": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "map_image", + "namespace": "cartography" + } + }, + "map_image_panel/lock_map": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "map_image", + "namespace": "cartography" + } + }, + "text_box_panel": { + "file": "ui/cartography_screen.json", + "type": "stack_panel", + "children": [ + "map_name_label", + "text_edit_control" + ] + }, + "text_box_panel/map_name_label": { + "file": "ui/cartography_screen.json", + "type": "label" + }, + "text_box_panel/text_edit_control": { + "file": "ui/cartography_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "cartography" + } + }, + "input_slots": { + "file": "ui/cartography_screen.json", + "type": "stack_panel", + "children": [ + "input_item_slot", + "plus_centerer", + "additional_item_slot" + ] + }, + "input_slots/input_item_slot": { + "file": "ui/cartography_screen.json", + "type": "panel", + "extend": { + "name": "cartography_item_slot", + "namespace": "cartography" + } + }, + "input_slots/plus_centerer": { + "file": "ui/cartography_screen.json", + "type": "panel", + "children": [ + "plus_sign_icon" + ] + }, + "input_slots/plus_centerer/plus_sign_icon": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "plus_sign_icon", + "namespace": "cartography" + } + }, + "input_slots/additional_item_slot": { + "file": "ui/cartography_screen.json", + "type": "panel", + "extend": { + "name": "cartography_item_slot", + "namespace": "cartography" + } + }, + "output_description_label": { + "file": "ui/cartography_screen.json", + "type": "label" + }, + "main_panel": { + "file": "ui/cartography_screen.json", + "type": "panel", + "children": [ + "input_slots", + "arrow_icon", + "map_image_panel", + "arrow_icon2", + "result_item_slot" + ] + }, + "main_panel/input_slots": { + "file": "ui/cartography_screen.json", + "type": "stack_panel", + "extend": { + "name": "input_slots", + "namespace": "cartography" + } + }, + "main_panel/arrow_icon": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "arrow_icon", + "namespace": "cartography" + } + }, + "main_panel/map_image_panel": { + "file": "ui/cartography_screen.json", + "type": "panel", + "extend": { + "name": "map_image_panel", + "namespace": "cartography" + } + }, + "main_panel/arrow_icon2": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "arrow_icon", + "namespace": "cartography" + } + }, + "main_panel/result_item_slot": { + "file": "ui/cartography_screen.json", + "type": "panel", + "extend": { + "name": "cartography_item_slot", + "namespace": "cartography" + } + }, + "top_half_panel": { + "file": "ui/cartography_screen.json", + "type": "stack_panel", + "children": [ + "padding1", + "title_panel", + "padding2", + "text_box_panel", + "padding3", + "padding4", + "main_panel_wrap", + "output_description_label", + "padding5" + ] + }, + "top_half_panel/padding1": { + "file": "ui/cartography_screen.json", + "type": "panel" + }, + "top_half_panel/title_panel": { + "file": "ui/cartography_screen.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "top_half_panel/title_panel/title_label": { + "file": "ui/cartography_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "cartography" + } + }, + "top_half_panel/padding2": { + "file": "ui/cartography_screen.json", + "type": "panel" + }, + "top_half_panel/text_box_panel": { + "file": "ui/cartography_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_box_panel", + "namespace": "cartography" + } + }, + "top_half_panel/padding3": { + "file": "ui/cartography_screen.json", + "type": "panel" + }, + "top_half_panel/padding4": { + "file": "ui/cartography_screen.json", + "type": "panel" + }, + "top_half_panel/main_panel_wrap": { + "file": "ui/cartography_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "top_half_panel/main_panel_wrap/main_panel": { + "file": "ui/cartography_screen.json", + "type": "panel", + "extend": { + "name": "main_panel", + "namespace": "cartography" + } + }, + "top_half_panel/output_description_label": { + "file": "ui/cartography_screen.json", + "type": "label", + "extend": { + "name": "output_description_label", + "namespace": "cartography" + } + }, + "top_half_panel/padding5": { + "file": "ui/cartography_screen.json", + "type": "panel" + }, + "cartography_panel": { + "file": "ui/cartography_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "cartography_panel/container_gamepad_helpers": { + "file": "ui/cartography_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "cartography_panel/selected_item_details_factory": { + "file": "ui/cartography_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "cartography_panel/item_lock_notification_factory": { + "file": "ui/cartography_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "cartography_panel/root_panel": { + "file": "ui/cartography_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "cartography_screen_inventory", + "inventory_selected_icon_button", + "gamepad_cursor", + "tab_close_and_help_button" + ] + }, + "cartography_panel/root_panel/common_panel": { + "file": "ui/cartography_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "cartography_panel/root_panel/cartography_screen_inventory": { + "file": "ui/cartography_screen.json", + "type": "panel", + "children": [ + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button" + ] + }, + "cartography_panel/root_panel/cartography_screen_inventory/top_half_panel": { + "file": "ui/cartography_screen.json", + "type": "stack_panel", + "extend": { + "name": "top_half_panel", + "namespace": "cartography" + } + }, + "cartography_panel/root_panel/cartography_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/cartography_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "cartography_panel/root_panel/cartography_screen_inventory/hotbar_grid": { + "file": "ui/cartography_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "cartography_panel/root_panel/cartography_screen_inventory/inventory_take_progress_icon_button": { + "file": "ui/cartography_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "cartography_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/cartography_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "cartography_panel/root_panel/gamepad_cursor": { + "file": "ui/cartography_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "cartography_panel/root_panel/tab_close_and_help_button": { + "file": "ui/cartography_screen.json", + "type": "image", + "extend": { + "name": "tab_close_and_help_button", + "namespace": "common_tabs" + } + }, + "cartography_panel/flying_item_renderer": { + "file": "ui/cartography_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "cartography_screen": { + "file": "ui/cartography_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "cartography_pocket": { + "vertical_arrow_icon": { + "file": "ui/cartography_screen_pocket.json", + "type": "image" + }, + "chest_item_renderer": { + "file": "ui/cartography_screen_pocket.json", + "type": "custom" + }, + "cartography_item_renderer": { + "file": "ui/cartography_screen_pocket.json", + "type": "custom" + }, + "input_item_slot": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "additional_item_slot": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "result_item_slot": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "right_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "children": [ + "content", + "navigation_tabs_holder" + ] + }, + "right_panel/content": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "cartography_content_stack_panel" + ] + }, + "right_panel/content/bg": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/content/cartography_content_stack_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "cartography_content_stack_panel", + "namespace": "cartography_pocket" + } + }, + "right_panel/navigation_tabs_holder": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "right_navigation_tabs" + ] + }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "right_navigation_tabs", + "namespace": "cartography_pocket" + } + }, + "right_tab_cartography": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_right", + "namespace": "common_tabs" + } + }, + "right_navigation_tabs": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "children": [ + "pocket_tab_close_and_help_button", + "fill", + "right_tab_cartography" + ] + }, + "right_navigation_tabs/pocket_tab_close_and_help_button": { + "file": "ui/cartography_screen_pocket.json", + "type": "image", + "extend": { + "name": "pocket_tab_close_and_help_button", + "namespace": "common_tabs" + } + }, + "right_navigation_tabs/fill": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel" + }, + "right_navigation_tabs/right_tab_cartography": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab_cartography", + "namespace": "cartography_pocket" + } + }, + "input_slots_stack_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "children": [ + "input_item_slot" + ] + }, + "input_slots_stack_panel/input_item_slot": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "input_item_slot", + "namespace": "cartography_pocket" + } + }, + "input_slots": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "children": [ + "input_item_slot", + "plus_centerer", + "additional_item_slot" + ] + }, + "input_slots/input_item_slot": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "input_item_slot", + "namespace": "cartography_pocket" + } + }, + "input_slots/plus_centerer": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "plus_sign_icon" + ] + }, + "input_slots/plus_centerer/plus_sign_icon": { + "file": "ui/cartography_screen_pocket.json", + "type": "image", + "extend": { + "name": "plus_sign_icon", + "namespace": "cartography" + } + }, + "input_slots/additional_item_slot": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "additional_item_slot", + "namespace": "cartography_pocket" + } + }, + "cartography_content_stack_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "children": [ + "label_holder", + "padding_1", + "panel", + "padding_2", + "map_centerer", + "description_centerer", + "padding_3", + "arrow_centerer", + "padding_4", + "result_centerer", + "filling_panel", + "text_box_panel" + ] + }, + "cartography_content_stack_panel/label_holder": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "cartography_label" + ] + }, + "cartography_content_stack_panel/label_holder/cartography_label": { + "file": "ui/cartography_screen_pocket.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "cartography" + } + }, + "cartography_content_stack_panel/padding_1": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel" + }, + "cartography_content_stack_panel/panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "input_slots" + ] + }, + "cartography_content_stack_panel/panel/input_slots": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "input_slots", + "namespace": "cartography_pocket" + } + }, + "cartography_content_stack_panel/padding_2": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel" + }, + "cartography_content_stack_panel/map_centerer": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "map_image_panel" + ] + }, + "cartography_content_stack_panel/map_centerer/map_image_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "map_image_panel", + "namespace": "cartography" + } + }, + "cartography_content_stack_panel/description_centerer": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "output_description_label" + ] + }, + "cartography_content_stack_panel/description_centerer/output_description_label": { + "file": "ui/cartography_screen_pocket.json", + "type": "label", + "extend": { + "name": "output_description_label", + "namespace": "cartography" + } + }, + "cartography_content_stack_panel/padding_3": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel" + }, + "cartography_content_stack_panel/arrow_centerer": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "vertical_arrow_icon" + ] + }, + "cartography_content_stack_panel/arrow_centerer/vertical_arrow_icon": { + "file": "ui/cartography_screen_pocket.json", + "type": "image", + "extend": { + "name": "vertical_arrow_icon", + "namespace": "cartography_pocket" + } + }, + "cartography_content_stack_panel/padding_4": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel" + }, + "cartography_content_stack_panel/result_centerer": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "result_item_slot" + ] + }, + "cartography_content_stack_panel/result_centerer/result_item_slot": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "result_item_slot", + "namespace": "cartography_pocket" + } + }, + "cartography_content_stack_panel/filling_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel" + }, + "cartography_content_stack_panel/text_box_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "text_box_panel", + "namespace": "cartography" + } + }, + "inventory_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "children": [ + "inventory_title_label_centerer", + "inventory_scroll_panel" + ] + }, + "inventory_panel/inventory_title_label_centerer": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_title_label" + ] + }, + "inventory_panel/inventory_title_label_centerer/inventory_title_label": { + "file": "ui/cartography_screen_pocket.json", + "type": "label" + }, + "inventory_panel/inventory_scroll_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_scroll_panel", + "namespace": "cartography_pocket" + } + }, + "inventory_scroll_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "pattern_button": { + "file": "ui/cartography_screen_pocket.json", + "type": "unknown", + "extend": { + "name": "stone_button", + "namespace": "cartography" + } + }, + "pattern_scroll_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "unknown", + "extend": { + "name": "scroll_panel", + "namespace": "cartography" + } + }, + "left_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "children": [ + "gamepad_helpers_and_tabs_holder", + "content" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "tabs_left_gamepad_helpers", + "navigation_tabs_holder" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/tabs_left_gamepad_helpers": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "tabs_left_gamepad_helpers", + "namespace": "common" + } + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "left_navigation_tabs" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "left_navigation_tabs", + "namespace": "cartography_pocket" + } + }, + "left_panel/content": { + "file": "ui/cartography_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "inventory_panel" + ] + }, + "left_panel/content/bg": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "left_panel/content/inventory_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "inventory_panel", + "namespace": "cartography_pocket" + } + }, + "left_tab_inventory": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_left", + "namespace": "common_tabs" + } + }, + "left_navigation_tabs": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "children": [ + "padding", + "left_tab_inventory" + ] + }, + "left_navigation_tabs/padding": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel" + }, + "left_navigation_tabs/left_tab_inventory": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_inventory", + "namespace": "cartography_pocket" + } + }, + "pocket_hotbar_and_content_panels": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "common" + } + }, + "cartography_panel": { + "file": "ui/cartography_screen_pocket.json", + "type": "panel", + "children": [ + "pocket_hotbar_and_content_panels", + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "inventory_selected_icon_button", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "cartography_panel/pocket_hotbar_and_content_panels": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "cartography_pocket" + } + }, + "cartography_panel/container_gamepad_helpers": { + "file": "ui/cartography_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "cartography_panel/selected_item_details_factory": { + "file": "ui/cartography_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "cartography_panel/item_lock_notification_factory": { + "file": "ui/cartography_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "cartography_panel/inventory_selected_icon_button": { + "file": "ui/cartography_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "cartography_panel/inventory_take_progress_icon_button": { + "file": "ui/cartography_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "cartography_panel/flying_item_renderer": { + "file": "ui/cartography_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "chalkboard": { + "text_edit_control": { + "file": "ui/chalkboard_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_box", + "namespace": "common" + } + }, + "locked_toggle": { + "file": "ui/chalkboard_screen.json", + "type": "toggle", + "extend": { + "name": "slider_toggle", + "namespace": "edu_common" + } + }, + "locked_label": { + "file": "ui/chalkboard_screen.json", + "type": "label", + "extend": { + "name": "dark_label", + "namespace": "edu_common" + } + }, + "lock_control": { + "file": "ui/chalkboard_screen.json", + "type": "stack_panel", + "children": [ + "toggle", + "pad_wrap" + ] + }, + "lock_control/toggle": { + "file": "ui/chalkboard_screen.json", + "type": "toggle", + "extend": { + "name": "locked_toggle", + "namespace": "chalkboard" + } + }, + "lock_control/pad_wrap": { + "file": "ui/chalkboard_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "label" + ] + }, + "lock_control/pad_wrap/label": { + "file": "ui/chalkboard_screen.json", + "type": "label", + "extend": { + "name": "locked_label", + "namespace": "chalkboard" + } + }, + "gamepad_helpers": { + "file": "ui/chalkboard_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/chalkboard_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "chalkboard_screen": { + "file": "ui/chalkboard_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "chalkboard_root": { + "file": "ui/chalkboard_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "chalkboard_content": { + "file": "ui/chalkboard_screen.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "edit_box", + "locked_toggle" + ] + }, + "chalkboard_content/gamepad_helpers": { + "file": "ui/chalkboard_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "chalkboard" + } + }, + "chalkboard_content/edit_box": { + "file": "ui/chalkboard_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "chalkboard" + } + }, + "chalkboard_content/locked_toggle": { + "file": "ui/chalkboard_screen.json", + "type": "stack_panel", + "extend": { + "name": "lock_control", + "namespace": "chalkboard" + } + } + }, + "chat": { + "down_arrow_image": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "keyboard_image": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "copy_image": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "paste_image": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "gear_image": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "send_image": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "send_panel": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "children": [ + "send_image_panel", + "gamepad_x_button" + ] + }, + "send_panel/send_image_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "send_image" + ] + }, + "send_panel/send_image_panel/send_image": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "send_image", + "namespace": "chat" + } + }, + "send_panel/gamepad_x_button": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "children": [ + "side_padding", + "gamepad_x_button_image" + ] + }, + "send_panel/gamepad_x_button/side_padding": { + "file": "ui/chat_screen.json", + "type": "panel" + }, + "send_panel/gamepad_x_button/gamepad_x_button_image": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "send_panel/gamepad_x_button/gamepad_x_button_image/icon": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_x", + "namespace": "common" + } + }, + "keyboard_image_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "keyboard_image", + "down_arrow_image" + ] + }, + "keyboard_image_panel/keyboard_image": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "keyboard_image", + "namespace": "chat" + } + }, + "keyboard_image_panel/down_arrow_image": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "down_arrow_image", + "namespace": "chat" + } + }, + "new_messages": { + "file": "ui/chat_screen.json", + "type": "image", + "children": [ + "focus_border" + ] + }, + "new_messages/focus_border": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + }, + "children": [ + "stack" + ] + }, + "new_messages/focus_border/stack": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "children": [ + "arrow_icon", + "separator", + "tooltip_text" + ] + }, + "new_messages/focus_border/stack/arrow_icon": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "new_messages/focus_border/stack/separator": { + "file": "ui/chat_screen.json", + "type": "panel" + }, + "new_messages/focus_border/stack/tooltip_text": { + "file": "ui/chat_screen.json", + "type": "label" + }, + "small_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "keyboard_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "small_button", + "namespace": "chat" + } + }, + "chat_settings_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "small_button", + "namespace": "chat" + } + }, + "send_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "new_messages_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "new_messages_button/default": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "new_messages", + "namespace": "chat" + } + }, + "new_messages_button/pressed": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "new_messages", + "namespace": "chat" + } + }, + "new_messages_button/hover": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "new_messages", + "namespace": "chat" + } + }, + "messages_text": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "messages_text/text": { + "file": "ui/chat_screen.json", + "type": "label" + }, + "message_tts_wrapper": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "messages_stack_panel": { + "file": "ui/chat_screen.json", + "type": "stack_panel" + }, + "messages_scrolling_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "text_edit_box": { + "file": "ui/chat_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "commands_background": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "click_autocomplete_is_focused": { + "file": "ui/chat_screen.json", + "type": "image" + }, + "auto_complete_panel_contents_with_item": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "auto_complete_item_renderer", + "text", + "autocomplete_button" + ] + }, + "auto_complete_panel_contents_with_item/auto_complete_item_renderer": { + "file": "ui/chat_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "auto_complete_panel_contents_with_item/text": { + "file": "ui/chat_screen.json", + "type": "label" + }, + "auto_complete_panel_contents_with_item/autocomplete_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "auto_complete_panel_contents_with_item/autocomplete_button/default": { + "file": "ui/chat_screen.json", + "type": "panel" + }, + "auto_complete_panel_contents_with_item/autocomplete_button/hover": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "click_autocomplete_is_focused", + "namespace": "chat" + } + }, + "auto_complete_panel_contents_with_item/autocomplete_button/pressed": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "click_autocomplete_is_focused", + "namespace": "chat" + } + }, + "auto_complete_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "panel" + ] + }, + "auto_complete_panel/panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "auto_complete_grid" + ] + }, + "auto_complete_panel/panel/auto_complete_grid": { + "file": "ui/chat_screen.json", + "type": "grid" + }, + "commands_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "auto_complete_panel" + ] + }, + "commands_panel/auto_complete_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "auto_complete_panel", + "namespace": "chat" + } + }, + "chat_bottom_panel": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "children": [ + "keyboard_button", + "host_main_button", + "chat_settings", + "text_box", + "send_button" + ] + }, + "chat_bottom_panel/keyboard_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "keyboard_button", + "namespace": "chat" + } + }, + "chat_bottom_panel/host_main_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "host_main_button", + "namespace": "host_options" + } + }, + "chat_bottom_panel/chat_settings": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "chat_settings_button", + "namespace": "chat" + } + }, + "chat_bottom_panel/text_box": { + "file": "ui/chat_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "chat" + } + }, + "chat_bottom_panel/send_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "send_button", + "namespace": "chat" + } + }, + "title_text": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "title_panel" + ] + }, + "title_text/title_panel": { + "file": "ui/chat_screen.json", + "type": "label" + }, + "back_content_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "back_button", + "gamepad_back_helper" + ] + }, + "back_content_panel/back_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "back_button", + "namespace": "common" + } + }, + "back_content_panel/gamepad_back_helper": { + "file": "ui/chat_screen.json", + "type": "input_panel", + "children": [ + "gamepad_helper_button" + ] + }, + "back_content_panel/gamepad_back_helper/gamepad_helper_button": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "coordinate_dropdown_content": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "my_position", + "block_position", + "bottom_padding" + ] + }, + "coordinate_dropdown_content/top_padding": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "coordinate_dropdown_content/my_position": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "coordinate_dropdown_content/block_position": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "coordinate_dropdown_content/bottom_padding": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "coordinate_dropdown": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown_no_scroll", + "namespace": "settings_common" + } + }, + "popup_toast": { + "file": "ui/chat_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_common", + "namespace": "persona_popups" + } + }, + "copy_coordinate_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "small_button", + "namespace": "chat" + } + }, + "paste_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "small_button", + "namespace": "chat" + } + }, + "chat_header": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "store_top_bar", + "namespace": "common_store" + }, + "children": [ + "title_panel" + ] + }, + "chat_header/title_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "back_button_content_panel", + "title", + "popup_dialog_factory", + "chat_header_content_area" + ] + }, + "chat_header/title_panel/back_button_content_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "back_content_panel", + "namespace": "chat" + } + }, + "chat_header/title_panel/title": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "title_text", + "namespace": "chat" + } + }, + "chat_header/title_panel/popup_dialog_factory": { + "file": "ui/chat_screen.json", + "type": "factory" + }, + "chat_header/title_panel/chat_header_content_area": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "children": [ + "coordinate_dropdown", + "coordinates_panel", + "copy_coordinate_button", + "icon", + "paste_button" + ] + }, + "chat_header/title_panel/chat_header_content_area/coordinate_dropdown": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "coordinate_dropdown", + "namespace": "chat" + } + }, + "chat_header/title_panel/chat_header_content_area/coordinates_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "coordinates_background_image" + ] + }, + "chat_header/title_panel/chat_header_content_area/coordinates_panel/coordinates_background_image": { + "file": "ui/chat_screen.json", + "type": "image", + "children": [ + "coordinates_text" + ] + }, + "chat_header/title_panel/chat_header_content_area/coordinates_panel/coordinates_background_image/coordinates_text": { + "file": "ui/chat_screen.json", + "type": "label" + }, + "chat_header/title_panel/chat_header_content_area/copy_coordinate_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "copy_coordinate_button", + "namespace": "chat" + } + }, + "chat_header/title_panel/chat_header_content_area/icon": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y", + "namespace": "common" + } + }, + "chat_header/title_panel/chat_header_content_area/paste_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "paste_button", + "namespace": "chat" + } + }, + "chat_screen": { + "file": "ui/chat_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "chat_screen_content": { + "file": "ui/chat_screen.json", + "type": "panel", + "children": [ + "messages_panel", + "chat_bottom_panel", + "chat_top_panel", + "new_messages_button", + "autocomplete_commands_panel", + "host_main_panel", + "popup_factory" + ] + }, + "chat_screen_content/messages_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "messages_scrolling_panel", + "namespace": "chat" + } + }, + "chat_screen_content/chat_bottom_panel": { + "file": "ui/chat_screen.json", + "type": "stack_panel", + "extend": { + "name": "chat_bottom_panel", + "namespace": "chat" + } + }, + "chat_screen_content/chat_top_panel": { + "file": "ui/chat_screen.json", + "type": "image", + "extend": { + "name": "chat_header", + "namespace": "chat" + } + }, + "chat_screen_content/new_messages_button": { + "file": "ui/chat_screen.json", + "type": "button", + "extend": { + "name": "new_messages_button", + "namespace": "chat" + } + }, + "chat_screen_content/autocomplete_commands_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "commands_panel", + "namespace": "chat" + } + }, + "chat_screen_content/host_main_panel": { + "file": "ui/chat_screen.json", + "type": "panel", + "extend": { + "name": "host_panel", + "namespace": "host_options" + } + }, + "chat_screen_content/popup_factory": { + "file": "ui/chat_screen.json", + "type": "factory", + "extend": { + "name": "popup_factory", + "namespace": "chat_settings" + } + }, + "chat_background": { + "file": "ui/chat_screen.json", + "type": "image" + } + }, + "chat_settings": { + "mute_all_toggle": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "mute_emote_chat_toggle": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "chat_tts_toggle": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "reset_button": { + "file": "ui/chat_settings_menu_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "typeface_dropdown_content": { + "file": "ui/chat_settings_menu_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "mojangles", + "noto_sans", + "bottom_padding" + ] + }, + "typeface_dropdown_content/top_padding": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "typeface_dropdown_content/mojangles": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "typeface_dropdown_content/noto_sans": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "typeface_dropdown_content/bottom_padding": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "typeface_dropdown": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown_no_scroll", + "namespace": "settings_common" + } + }, + "chat_color_dropdown_content": { + "file": "ui/chat_settings_menu_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "0", + "1", + "2", + "3", + "4", + "5", + "6", + "bottom_padding" + ] + }, + "chat_color_dropdown_content/top_padding": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "chat_color_dropdown_content/0": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "chat_color_dropdown_content/1": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "chat_color_dropdown_content/2": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "chat_color_dropdown_content/3": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "chat_color_dropdown_content/4": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "chat_color_dropdown_content/5": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "chat_color_dropdown_content/6": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "radio_item_with_label_and_content", + "namespace": "settings_common" + } + }, + "chat_color_dropdown_content/bottom_padding": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "colors_dropdown_base": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "chat_color_dropdown": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "colors_dropdown_base", + "namespace": "chat_settings" + } + }, + "mentions_color_dropdown": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "colors_dropdown_base", + "namespace": "chat_settings" + } + }, + "font_size_slider": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "line_spacing_slider": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "colored_icon_panel": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "children": [ + "icon", + "icon_overlay" + ] + }, + "colored_icon_panel/icon": { + "file": "ui/chat_settings_menu_screen.json", + "type": "image" + }, + "colored_icon_panel/icon_overlay": { + "file": "ui/chat_settings_menu_screen.json", + "type": "image" + }, + "paintbrush": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "colored_icon_panel", + "namespace": "chat_settings" + } + }, + "line_break": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "children": [ + "line_break_image" + ] + }, + "line_break/line_break_image": { + "file": "ui/chat_settings_menu_screen.json", + "type": "image" + }, + "chat_settings_scrolling_content": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "children": [ + "chat_settings_content_area" + ] + }, + "chat_settings_scrolling_content/chat_settings_content_area": { + "file": "ui/chat_settings_menu_screen.json", + "type": "stack_panel", + "children": [ + "mute_all_toggle", + "mute_emote_chat_toggle", + "chat_tts_toggle", + "toggles_to_font_shape", + "typeface_dropdown", + "font_size", + "line_spacing", + "font_shape_to_font_colors", + "chat_color", + "mentions_color", + "reset_button" + ] + }, + "chat_settings_scrolling_content/chat_settings_content_area/mute_all_toggle": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "mute_all_toggle", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/mute_emote_chat_toggle": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "mute_emote_chat_toggle", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/chat_tts_toggle": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "chat_tts_toggle", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/toggles_to_font_shape": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "line_break", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/typeface_dropdown": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "typeface_dropdown", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/font_size": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "font_size_slider", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/line_spacing": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "line_spacing_slider", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/font_shape_to_font_colors": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "line_break", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/chat_color": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "chat_color_dropdown", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/mentions_color": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "mentions_color_dropdown", + "namespace": "chat_settings" + } + }, + "chat_settings_scrolling_content/chat_settings_content_area/reset_button": { + "file": "ui/chat_settings_menu_screen.json", + "type": "button", + "extend": { + "name": "reset_button", + "namespace": "chat_settings" + } + }, + "chat_setting_scrolling_panel": { + "file": "ui/chat_settings_menu_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "chat_settings_popup": { + "file": "ui/chat_settings_menu_screen.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "popup_factory": { + "file": "ui/chat_settings_menu_screen.json", + "type": "factory" + } + }, + "chest": { + "chest_label": { + "file": "ui/chest_screen.json", + "type": "label" + }, + "chest_grid_item": { + "file": "ui/chest_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "small_chest_grid": { + "file": "ui/chest_screen.json", + "type": "grid" + }, + "large_chest_grid": { + "file": "ui/chest_screen.json", + "type": "grid" + }, + "small_chest_panel_top_half": { + "file": "ui/chest_screen.json", + "type": "panel", + "children": [ + "chest_label", + "small_chest_grid" + ] + }, + "small_chest_panel_top_half/chest_label": { + "file": "ui/chest_screen.json", + "type": "label", + "extend": { + "name": "chest_label", + "namespace": "chest" + } + }, + "small_chest_panel_top_half/small_chest_grid": { + "file": "ui/chest_screen.json", + "type": "grid", + "extend": { + "name": "small_chest_grid", + "namespace": "chest" + } + }, + "large_chest_panel_top_half": { + "file": "ui/chest_screen.json", + "type": "panel", + "children": [ + "chest_label", + "large_chest_grid" + ] + }, + "large_chest_panel_top_half/chest_label": { + "file": "ui/chest_screen.json", + "type": "label", + "extend": { + "name": "chest_label", + "namespace": "chest" + } + }, + "large_chest_panel_top_half/large_chest_grid": { + "file": "ui/chest_screen.json", + "type": "grid", + "extend": { + "name": "large_chest_grid", + "namespace": "chest" + } + }, + "small_chest_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel" + ] + }, + "small_chest_panel/container_gamepad_helpers": { + "file": "ui/chest_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "small_chest_panel/selected_item_details_factory": { + "file": "ui/chest_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "small_chest_panel/item_lock_notification_factory": { + "file": "ui/chest_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "small_chest_panel/root_panel": { + "file": "ui/chest_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "chest_panel", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "small_chest_panel/root_panel/common_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "small_chest_panel/root_panel/chest_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "children": [ + "small_chest_panel_top_half", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "small_chest_panel/root_panel/chest_panel/small_chest_panel_top_half": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "small_chest_panel_top_half", + "namespace": "chest" + } + }, + "small_chest_panel/root_panel/chest_panel/inventory_panel_bottom_half_with_label": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "small_chest_panel/root_panel/chest_panel/hotbar_grid": { + "file": "ui/chest_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "small_chest_panel/root_panel/chest_panel/inventory_take_progress_icon_button": { + "file": "ui/chest_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "small_chest_panel/root_panel/chest_panel/flying_item_renderer": { + "file": "ui/chest_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "small_chest_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/chest_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "small_chest_panel/root_panel/gamepad_cursor": { + "file": "ui/chest_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "selected_item_details": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "selected_item_details", + "namespace": "common" + } + }, + "large_chest_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel" + ] + }, + "large_chest_panel/container_gamepad_helpers": { + "file": "ui/chest_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "large_chest_panel/selected_item_details_factory": { + "file": "ui/chest_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "large_chest_panel/item_lock_notification_factory": { + "file": "ui/chest_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "large_chest_panel/root_panel": { + "file": "ui/chest_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "chest_panel", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "large_chest_panel/root_panel/common_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "large_chest_panel/root_panel/chest_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "children": [ + "large_chest_panel_top_half", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "large_chest_panel/root_panel/chest_panel/large_chest_panel_top_half": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "large_chest_panel_top_half", + "namespace": "chest" + } + }, + "large_chest_panel/root_panel/chest_panel/inventory_panel_bottom_half_with_label": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "large_chest_panel/root_panel/chest_panel/hotbar_grid": { + "file": "ui/chest_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "large_chest_panel/root_panel/chest_panel/inventory_take_progress_icon_button": { + "file": "ui/chest_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "large_chest_panel/root_panel/chest_panel/flying_item_renderer": { + "file": "ui/chest_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "large_chest_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/chest_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "large_chest_panel/root_panel/gamepad_cursor": { + "file": "ui/chest_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "ender_chest_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "small_chest_panel", + "namespace": "chest" + } + }, + "shulker_box_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "small_chest_panel", + "namespace": "chest" + } + }, + "barrel_panel": { + "file": "ui/chest_screen.json", + "type": "panel", + "extend": { + "name": "small_chest_panel", + "namespace": "chest" + } + }, + "small_chest_screen": { + "file": "ui/chest_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + }, + "large_chest_screen": { + "file": "ui/chest_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + }, + "ender_chest_screen": { + "file": "ui/chest_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + }, + "shulker_box_screen": { + "file": "ui/chest_screen.json", + "type": "screen", + "extend": { + "name": "small_chest_screen", + "namespace": "chest" + } + }, + "barrel_screen": { + "file": "ui/chest_screen.json", + "type": "screen", + "extend": { + "name": "small_chest_screen", + "namespace": "chest" + } + } + }, + "choose_realm": { + "realm_screenshot": { + "file": "ui/choose_realm_screen.json", + "type": "image", + "children": [ + "picture" + ] + }, + "realm_screenshot/picture": { + "file": "ui/choose_realm_screen.json", + "type": "image" + }, + "realms_scroll_content": { + "file": "ui/choose_realm_screen.json", + "type": "input_panel", + "children": [ + "scrolling_panel" + ] + }, + "realms_scroll_content/scrolling_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "realms_scroll_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "realms_stack_panel" + ] + }, + "realms_scroll_panel/realms_stack_panel": { + "file": "ui/choose_realm_screen.json", + "type": "stack_panel", + "children": [ + "realms_world_item_grid", + "padding_0", + "add_realm_button", + "ten_player_button", + "padding_1", + "two_player_button" + ] + }, + "realms_scroll_panel/realms_stack_panel/realms_world_item_grid": { + "file": "ui/choose_realm_screen.json", + "type": "grid", + "extend": { + "name": "realms_world_item_grid", + "namespace": "choose_realm" + } + }, + "realms_scroll_panel/realms_stack_panel/padding_0": { + "file": "ui/choose_realm_screen.json", + "type": "panel" + }, + "realms_scroll_panel/realms_stack_panel/add_realm_button": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "add_realm_button", + "namespace": "choose_realm" + } + }, + "realms_scroll_panel/realms_stack_panel/ten_player_button": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "ten_player_button", + "namespace": "choose_realm" + } + }, + "realms_scroll_panel/realms_stack_panel/padding_1": { + "file": "ui/choose_realm_screen.json", + "type": "panel" + }, + "realms_scroll_panel/realms_stack_panel/two_player_button": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "two_player_button", + "namespace": "choose_realm" + } + }, + "realms_world_item_grid": { + "file": "ui/choose_realm_screen.json", + "type": "grid" + }, + "realms_world_item": { + "file": "ui/choose_realm_screen.json", + "type": "stack_panel", + "children": [ + "realms_world_item_button" + ] + }, + "realms_world_item/realms_world_item_button": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "realms_world_item_button", + "namespace": "choose_realm" + } + }, + "realms_world_item_button": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "add_realm_button": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "action_button_dark_text", + "namespace": "settings_common" + } + }, + "ten_player_button": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "action_button_dark_text", + "namespace": "settings_common" + } + }, + "two_player_button": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "realms_world_content_panel": { + "file": "ui/choose_realm_screen.json", + "type": "stack_panel", + "children": [ + "realm_screenshot", + "padding", + "realms_world_content_text_area_panel", + "realms_world_content_status_area_panel" + ] + }, + "realms_world_content_panel/realm_screenshot": { + "file": "ui/choose_realm_screen.json", + "type": "image", + "extend": { + "name": "realm_screenshot", + "namespace": "choose_realm" + } + }, + "realms_world_content_panel/padding": { + "file": "ui/choose_realm_screen.json", + "type": "panel" + }, + "realms_world_content_panel/realms_world_content_text_area_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "realms_world_text_panel" + ] + }, + "realms_world_content_panel/realms_world_content_text_area_panel/realms_world_text_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "realms_world_header" + ] + }, + "realms_world_content_panel/realms_world_content_text_area_panel/realms_world_text_panel/realms_world_header": { + "file": "ui/choose_realm_screen.json", + "type": "label" + }, + "realms_world_content_panel/realms_world_content_status_area_panel": { + "file": "ui/choose_realm_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_world_content_status_area_panel", + "namespace": "play" + }, + "children": [ + "world_player_count_text_panel", + "realms_world_game_status_icon" + ] + }, + "realms_world_content_panel/realms_world_content_status_area_panel/world_player_count_text_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "realms_world_player_count" + ] + }, + "realms_world_content_panel/realms_world_content_status_area_panel/world_player_count_text_panel/realms_world_player_count": { + "file": "ui/choose_realm_screen.json", + "type": "label", + "extend": { + "name": "realms_world_player_count", + "namespace": "play" + } + }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_game_status_icon": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "game_online_icon", + "game_unavailable_icon", + "game_offline_icon" + ] + }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_game_status_icon/game_online_icon": { + "file": "ui/choose_realm_screen.json", + "type": "image" + }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_game_status_icon/game_unavailable_icon": { + "file": "ui/choose_realm_screen.json", + "type": "image" + }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_game_status_icon/game_offline_icon": { + "file": "ui/choose_realm_screen.json", + "type": "image" + }, + "main_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars", + "realms_scroll_content" + ] + }, + "main_panel/progress_loading_bars": { + "file": "ui/choose_realm_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "main_panel/realms_scroll_content": { + "file": "ui/choose_realm_screen.json", + "type": "input_panel", + "extend": { + "name": "realms_scroll_content", + "namespace": "choose_realm" + } + }, + "slots_scroll_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "slots_stack_panel" + ] + }, + "slots_scroll_panel/slots_stack_panel": { + "file": "ui/choose_realm_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "choose_slot_text", + "padding_1", + "slots_grid" + ] + }, + "slots_scroll_panel/slots_stack_panel/padding_0": { + "file": "ui/choose_realm_screen.json", + "type": "panel" + }, + "slots_scroll_panel/slots_stack_panel/choose_slot_text": { + "file": "ui/choose_realm_screen.json", + "type": "label" + }, + "slots_scroll_panel/slots_stack_panel/padding_1": { + "file": "ui/choose_realm_screen.json", + "type": "panel" + }, + "slots_scroll_panel/slots_stack_panel/slots_grid": { + "file": "ui/choose_realm_screen.json", + "type": "stack_panel", + "extend": { + "name": "slots_grid", + "namespace": "choose_realm" + } + }, + "slots_grid": { + "file": "ui/choose_realm_screen.json", + "type": "stack_panel", + "children": [ + "slot_1", + "padding_0", + "slot_2", + "padding_1", + "slot_3" + ] + }, + "slots_grid/slot_1": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "slots_grid/padding_0": { + "file": "ui/choose_realm_screen.json", + "type": "panel" + }, + "slots_grid/slot_2": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "slots_grid/padding_1": { + "file": "ui/choose_realm_screen.json", + "type": "panel" + }, + "slots_grid/slot_3": { + "file": "ui/choose_realm_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "slot_content_panel": { + "file": "ui/choose_realm_screen.json", + "type": "stack_panel", + "children": [ + "world_slot_top", + "world_slot_bottom" + ] + }, + "slot_content_panel/world_slot_top": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "plus_image", + "world_thumbnail" + ] + }, + "slot_content_panel/world_slot_top/plus_image": { + "file": "ui/choose_realm_screen.json", + "type": "image", + "extend": { + "name": "plus", + "namespace": "realms_slots" + } + }, + "slot_content_panel/world_slot_top/world_thumbnail": { + "file": "ui/choose_realm_screen.json", + "type": "image" + }, + "slot_content_panel/world_slot_bottom": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "white_line_hover", + "world_text_panel" + ] + }, + "slot_content_panel/world_slot_bottom/white_line_hover": { + "file": "ui/choose_realm_screen.json", + "type": "image" + }, + "slot_content_panel/world_slot_bottom/world_text_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "background_grey", + "background_green", + "world_text" + ] + }, + "slot_content_panel/world_slot_bottom/world_text_panel/background_grey": { + "file": "ui/choose_realm_screen.json", + "type": "image" + }, + "slot_content_panel/world_slot_bottom/world_text_panel/background_green": { + "file": "ui/choose_realm_screen.json", + "type": "image" + }, + "slot_content_panel/world_slot_bottom/world_text_panel/world_text": { + "file": "ui/choose_realm_screen.json", + "type": "label" + }, + "slot_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "slots_scroll_content" + ] + }, + "slot_panel/slots_scroll_content": { + "file": "ui/choose_realm_screen.json", + "type": "input_panel", + "children": [ + "scrolling_panel" + ] + }, + "slot_panel/slots_scroll_content/scrolling_panel": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "choose_realm_screen": { + "file": "ui/choose_realm_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "choose_realm_screen_content": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "children": [ + "realm_dialog", + "slot_dialog" + ] + }, + "choose_realm_screen_content/realm_dialog": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "choose_realm_screen_content/slot_dialog": { + "file": "ui/choose_realm_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "background": { + "file": "ui/choose_realm_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + } + }, + "coin_purchase": { + "black_image": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "banner_fill": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "coins_stack_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "coin", + "coin_padding", + "text_padding" + ] + }, + "coins_stack_panel/coin": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "coins_stack_panel/coin_padding": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "coins_stack_panel/text_padding": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "coins_without_bonus" + ] + }, + "coins_stack_panel/text_padding/coins_without_bonus": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "call_out_coins_stack_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "coin", + "coin_padding", + "text_padding" + ] + }, + "call_out_coins_stack_panel/coin": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "call_out_coins_stack_panel/coin_padding": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_coins_stack_panel/text_padding": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "coins_without_bonus" + ] + }, + "call_out_coins_stack_panel/text_padding/coins_without_bonus": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "button_content": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "bonus_coins_stack", + "call_out_background" + ] + }, + "button_content/bonus_coins_stack": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "bonus_coins_stack", + "namespace": "coin_purchase" + } + }, + "button_content/call_out_background": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "children": [ + "bevel" + ] + }, + "button_content/call_out_background/bevel": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "call_out_button_content": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "call_out_header", + "call_out_bonus_coins_stack", + "call_out_background" + ] + }, + "call_out_button_content/call_out_header": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "call_out_header", + "namespace": "coin_purchase" + } + }, + "call_out_button_content/call_out_bonus_coins_stack": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "call_out_bonus_coins_stack", + "namespace": "coin_purchase" + } + }, + "call_out_button_content/call_out_background": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "children": [ + "call_out_border" + ] + }, + "call_out_button_content/call_out_background/call_out_border": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "call_out_header": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "call_out_banner", + "call_out_label" + ] + }, + "call_out_header/call_out_banner": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "call_out_header/call_out_label": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "bonus_coins_stack": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "image_padding", + "image_panel", + "non_bonus_padding_0", + "price_panel", + "plus_label", + "non_bonus_padding_1", + "bonus_label_panel", + "padding_0", + "bonus_price_panel", + "padding_1", + "currency_panel", + "padding_2" + ] + }, + "bonus_coins_stack/image_padding": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bonus_coins_stack/image_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "image" + ] + }, + "bonus_coins_stack/image_panel/image": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "bonus_coins_stack/non_bonus_padding_0": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bonus_coins_stack/price_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "coins_stack_panel" + ] + }, + "bonus_coins_stack/price_panel/coins_stack_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "coins_stack_panel", + "namespace": "coin_purchase" + } + }, + "bonus_coins_stack/plus_label": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "plus_label" + ] + }, + "bonus_coins_stack/plus_label/plus_label": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "bonus_coins_stack/non_bonus_padding_1": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bonus_coins_stack/bonus_label_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "bonus_label" + ] + }, + "bonus_coins_stack/bonus_label_panel/bonus_label": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "bonus_coins_stack/padding_0": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bonus_coins_stack/bonus_price_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "coins_stack_panel" + ] + }, + "bonus_coins_stack/bonus_price_panel/coins_stack_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "coins_stack_panel", + "namespace": "coin_purchase" + } + }, + "bonus_coins_stack/padding_1": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bonus_coins_stack/currency_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "currency_price_panel" + ] + }, + "bonus_coins_stack/currency_panel/currency_price_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "children": [ + "price", + "debug_price" + ] + }, + "bonus_coins_stack/currency_panel/currency_price_panel/price": { + "file": "ui/coin_purchase_screen.json", + "type": "label", + "extend": { + "name": "price", + "namespace": "coin_purchase" + } + }, + "bonus_coins_stack/currency_panel/currency_price_panel/debug_price": { + "file": "ui/coin_purchase_screen.json", + "type": "label", + "extend": { + "name": "price", + "namespace": "coin_purchase" + } + }, + "bonus_coins_stack/padding_2": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "image_padding", + "image_panel", + "non_bonus_padding_0", + "price_panel", + "plus_label", + "non_bonus_padding", + "bonus_label_panel", + "padding_0", + "bonus_coin_panel", + "padding_1", + "currency_panel", + "padding_2" + ] + }, + "call_out_bonus_coins_stack/image_padding": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack/image_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "image" + ] + }, + "call_out_bonus_coins_stack/image_panel/image": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "call_out_bonus_coins_stack/non_bonus_padding_0": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack/price_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "call_out_coins_stack_panel" + ] + }, + "call_out_bonus_coins_stack/price_panel/call_out_coins_stack_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "call_out_coins_stack_panel", + "namespace": "coin_purchase" + } + }, + "call_out_bonus_coins_stack/plus_label": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "plus_label" + ] + }, + "call_out_bonus_coins_stack/plus_label/plus_label": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "call_out_bonus_coins_stack/non_bonus_padding": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack/bonus_label_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "bonus_label" + ] + }, + "call_out_bonus_coins_stack/bonus_label_panel/bonus_label": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "call_out_bonus_coins_stack/padding_0": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack/bonus_coin_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "fill_panel_0", + "coin_panel", + "coin_padding", + "bonus_coin_label_panel", + "fill_panel_1" + ] + }, + "call_out_bonus_coins_stack/bonus_coin_panel/fill_panel_0": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack/bonus_coin_panel/coin_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "coin" + ] + }, + "call_out_bonus_coins_stack/bonus_coin_panel/coin_panel/coin": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "call_out_bonus_coins_stack/bonus_coin_panel/coin_padding": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack/bonus_coin_panel/bonus_coin_label_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "bonus_coins" + ] + }, + "call_out_bonus_coins_stack/bonus_coin_panel/bonus_coin_label_panel/bonus_coins": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "call_out_bonus_coins_stack/bonus_coin_panel/fill_panel_1": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack/padding_1": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "call_out_bonus_coins_stack/currency_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "currency_price_panel" + ] + }, + "call_out_bonus_coins_stack/currency_panel/currency_price_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "children": [ + "price", + "debug_price" + ] + }, + "call_out_bonus_coins_stack/currency_panel/currency_price_panel/price": { + "file": "ui/coin_purchase_screen.json", + "type": "label", + "extend": { + "name": "price", + "namespace": "coin_purchase" + } + }, + "call_out_bonus_coins_stack/currency_panel/currency_price_panel/debug_price": { + "file": "ui/coin_purchase_screen.json", + "type": "label", + "extend": { + "name": "price", + "namespace": "coin_purchase" + } + }, + "call_out_bonus_coins_stack/padding_2": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "price": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "offer_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "call_out_offer_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "offer_item": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "offer_panel", + "call_out_offer_panel" + ] + }, + "offer_item/offer_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "button", + "extend": { + "name": "offer_panel", + "namespace": "coin_purchase" + } + }, + "offer_item/call_out_offer_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "button", + "extend": { + "name": "call_out_offer_panel", + "namespace": "coin_purchase" + } + }, + "offer_grid_item": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "offer_item" + ] + }, + "offer_grid_item/offer_item": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "offer_item", + "namespace": "coin_purchase" + } + }, + "not_enough_coins": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "faq_button": { + "file": "ui/coin_purchase_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "divider_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "divider_panel/divider": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "coin_purchase_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "not_enough_coins_panel", + "padding_1", + "coin_purchase_grid", + "divider_panel", + "faq_button" + ] + }, + "coin_purchase_panel/padding_0": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "coin_purchase_panel/not_enough_coins_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "not_enough_coins" + ] + }, + "coin_purchase_panel/not_enough_coins_panel/not_enough_coins": { + "file": "ui/coin_purchase_screen.json", + "type": "label", + "extend": { + "name": "not_enough_coins", + "namespace": "coin_purchase" + } + }, + "coin_purchase_panel/padding_1": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "coin_purchase_panel/coin_purchase_grid": { + "file": "ui/coin_purchase_screen.json", + "type": "grid" + }, + "coin_purchase_panel/divider_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "divider_panel", + "namespace": "coin_purchase" + } + }, + "coin_purchase_panel/faq_button": { + "file": "ui/coin_purchase_screen.json", + "type": "button", + "extend": { + "name": "faq_button", + "namespace": "coin_purchase" + } + }, + "main_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "coin_purchase_panel", + "loading_background", + "progress_loading_spinner", + "no_offers_panel" + ] + }, + "main_panel/coin_purchase_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "coin_purchase_panel", + "namespace": "coin_purchase" + } + }, + "main_panel/loading_background": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "main_panel/progress_loading_spinner": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "main_panel/no_offers_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "background": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + }, + "bundle_description": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "text_style_label", + "namespace": "common_store" + } + }, + "bundle_description_left": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "bundle_description", + "namespace": "coin_purchase" + } + }, + "bundle_description_center": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "bundle_description", + "namespace": "coin_purchase" + } + }, + "bundle_description_right": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "bundle_description", + "namespace": "coin_purchase" + } + }, + "bundle_coins_stack": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "content_panel", + "padding_0", + "currency_panel", + "padding_2" + ] + }, + "bundle_coins_stack/content_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "text_stack", + "thumbnail_panel", + "padding_0" + ] + }, + "bundle_coins_stack/content_panel/text_stack": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "children": [ + "title_label", + "padding_1", + "description_section_factory" + ] + }, + "bundle_coins_stack/content_panel/text_stack/title_label": { + "file": "ui/coin_purchase_screen.json", + "type": "label" + }, + "bundle_coins_stack/content_panel/text_stack/padding_1": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bundle_coins_stack/content_panel/text_stack/description_section_factory": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel" + }, + "bundle_coins_stack/content_panel/thumbnail_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "thumbnail" + ] + }, + "bundle_coins_stack/content_panel/thumbnail_panel/thumbnail": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "children": [ + "coin_image" + ] + }, + "bundle_coins_stack/content_panel/thumbnail_panel/thumbnail/coin_image": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "bundle_coins_stack/content_panel/padding_0": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bundle_coins_stack/padding_0": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bundle_coins_stack/currency_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "currency_price_panel" + ] + }, + "bundle_coins_stack/currency_panel/currency_price_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "children": [ + "price", + "debug_price" + ] + }, + "bundle_coins_stack/currency_panel/currency_price_panel/price": { + "file": "ui/coin_purchase_screen.json", + "type": "label", + "extend": { + "name": "price", + "namespace": "coin_purchase" + } + }, + "bundle_coins_stack/currency_panel/currency_price_panel/debug_price": { + "file": "ui/coin_purchase_screen.json", + "type": "label", + "extend": { + "name": "price", + "namespace": "coin_purchase" + } + }, + "bundle_coins_stack/padding_2": { + "file": "ui/coin_purchase_screen.json", + "type": "panel" + }, + "bundle_button_content": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "bundle_coins_stack", + "call_out_background" + ] + }, + "bundle_button_content/bundle_coins_stack": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "bundle_coins_stack", + "namespace": "coin_purchase" + } + }, + "bundle_button_content/call_out_background": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "children": [ + "bevel" + ] + }, + "bundle_button_content/call_out_background/bevel": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "bundle_offer_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "bundle_offer_item": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "offer_panel" + ] + }, + "bundle_offer_item/offer_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "button", + "extend": { + "name": "bundle_offer_panel", + "namespace": "coin_purchase" + } + }, + "bundle_offer_grid_item": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "offer_item" + ] + }, + "bundle_offer_grid_item/offer_item": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "bundle_offer_item", + "namespace": "coin_purchase" + } + }, + "bundle_stack_factory": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel" + }, + "bundle_factory_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "bundle_stack_factory" + ] + }, + "bundle_factory_panel/bundle_stack_factory": { + "file": "ui/coin_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "bundle_stack_factory", + "namespace": "coin_purchase" + } + }, + "bundle_panel": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "children": [ + "progress_loading_spinner", + "loading_background", + "bundle_stack_factory" + ] + }, + "bundle_panel/progress_loading_spinner": { + "file": "ui/coin_purchase_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "bundle_panel/loading_background": { + "file": "ui/coin_purchase_screen.json", + "type": "image" + }, + "bundle_panel/bundle_stack_factory": { + "file": "ui/coin_purchase_screen.json", + "type": "panel", + "extend": { + "name": "bundle_factory_panel", + "namespace": "coin_purchase" + } + } + }, + "command_block": { + "plus_icon": { + "file": "ui/command_block_screen.json", + "type": "image" + }, + "paste_icon": { + "file": "ui/command_block_screen.json", + "type": "image" + }, + "plus_button": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "paste_button": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "icon_dropdown_toggle_button_state_content": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "icon_panel", + "spacer", + "label_panel", + "arrow_panel" + ] + }, + "icon_dropdown_toggle_button_state_content/icon_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "dropdown_contents_icon" + ] + }, + "icon_dropdown_toggle_button_state_content/icon_panel/dropdown_contents_icon": { + "file": "ui/command_block_screen.json", + "type": "image" + }, + "icon_dropdown_toggle_button_state_content/spacer": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "icon_dropdown_toggle_button_state_content/label_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "icon_dropdown_toggle_button_state_content/label_panel/label": { + "file": "ui/command_block_screen.json", + "type": "label", + "extend": { + "name": "new_button_label", + "namespace": "common" + } + }, + "icon_dropdown_toggle_button_state_content/arrow_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "arrow" + ] + }, + "icon_dropdown_toggle_button_state_content/arrow_panel/arrow": { + "file": "ui/command_block_screen.json", + "type": "image", + "extend": { + "name": "arrow_image", + "namespace": "settings_common" + } + }, + "command_block_multiline_text_edit_box": { + "file": "ui/command_block_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_box", + "namespace": "common" + } + }, + "command_block_text_edit_box": { + "file": "ui/command_block_screen.json", + "type": "edit_box", + "extend": { + "name": "command_block_multiline_text_edit_box", + "namespace": "command_block" + } + }, + "command_block_helper_stack": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "offset", + "text_" + ] + }, + "command_block_helper_stack/offset": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "command_block_helper_stack/text_": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "previous_command_block_info_stack": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "offset", + "start_label", + "offset1", + "start_label_dynamic_text" + ] + }, + "previous_command_block_info_stack/offset": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "previous_command_block_info_stack/start_label": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "previous_command_block_info_stack/offset1": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "previous_command_block_info_stack/start_label_dynamic_text": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "cancel_button": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "blocktype_dropdown_content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "block_type_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "condition_dropdown_content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "condition_mode_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "redstone_dropdown_content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "redstone_mode_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "left_scrolling_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "left_scroll_panel_content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "content_stack_panel" + ] + }, + "left_scroll_panel_content/content_stack_panel": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "offset1", + "offset2", + "offset3", + "block_type_mode_panel", + "offset4", + "condition_mode_panel", + "offset5", + "redstone_mode_panel", + "offset_execute_on_first_tick", + "option_label_execute_on_first_tick", + "execute_on_first_tick_toggle", + "offset_tick_delay", + "option_label_tick_delay", + "tick_delay_text", + "offset7", + "cancel", + "offset8" + ] + }, + "left_scroll_panel_content/content_stack_panel/offset1": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "left_scroll_panel_content/content_stack_panel/offset2": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "hover_note_text" + ] + }, + "left_scroll_panel_content/content_stack_panel/offset2/hover_note_text": { + "file": "ui/command_block_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "left_scroll_panel_content/content_stack_panel/offset3": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "left_scroll_panel_content/content_stack_panel/block_type_mode_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "block_type_panel", + "namespace": "command_block" + } + }, + "left_scroll_panel_content/content_stack_panel/offset4": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "left_scroll_panel_content/content_stack_panel/condition_mode_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "condition_mode_panel", + "namespace": "command_block" + } + }, + "left_scroll_panel_content/content_stack_panel/offset5": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "left_scroll_panel_content/content_stack_panel/redstone_mode_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "redstone_mode_panel", + "namespace": "command_block" + } + }, + "left_scroll_panel_content/content_stack_panel/offset_execute_on_first_tick": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "left_scroll_panel_content/content_stack_panel/option_label_execute_on_first_tick": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "left_scroll_panel_content/content_stack_panel/execute_on_first_tick_toggle": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "left_scroll_panel_content/content_stack_panel/offset_tick_delay": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "left_scroll_panel_content/content_stack_panel/option_label_tick_delay": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "left_scroll_panel_content/content_stack_panel/tick_delay_text": { + "file": "ui/command_block_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "left_scroll_panel_content/content_stack_panel/offset7": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "left_scroll_panel_content/content_stack_panel/cancel": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "command_block" + } + }, + "left_scroll_panel_content/content_stack_panel/offset8": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "left_divider_content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "left_scrolling_panel" + ] + }, + "left_divider_content/left_scrolling_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "left_scrolling_panel", + "namespace": "command_block" + } + }, + "right_scrolling_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "right_scroll_panel_content": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "command_block_commands_panel", + "switch_warning_panel", + "self_label", + "self_label_offset", + "nearest_player_label", + "nearest_player_label_offset", + "random_player_label", + "random_player_label_offset", + "all_players_label", + "all_players_label_offset", + "all_entities_label", + "all_entities_label_offset", + "nearest_label", + "nearest_label_offset", + "command_block_previous_output_panel", + "previous_block_type_text", + "offset4", + "previous_conditional_mode_text", + "offset5", + "previous_redstone_mode_text" + ] + }, + "right_scroll_panel_content/command_block_commands_panel": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "spacer1", + "centering_panel", + "spacer2", + "centering_panel1" + ] + }, + "right_scroll_panel_content/command_block_commands_panel/spacer1": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "option_label" + ] + }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel/option_label": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "right_scroll_panel_content/command_block_commands_panel/spacer2": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "command_block_commands_panel" + ] + }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "offset", + "paste_button", + "plus_button" + ] + }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel/offset": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "command_block_commands_text" + ] + }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel/offset/command_block_commands_text": { + "file": "ui/command_block_screen.json", + "type": "edit_box", + "extend": { + "name": "command_block_text_edit_box", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel/paste_button": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "paste_button", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel/plus_button": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "plus_button", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/switch_warning_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "switch_warning_label" + ] + }, + "right_scroll_panel_content/switch_warning_panel/switch_warning_label": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "right_scroll_panel_content/self_label": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "command_block_helper_stack", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/self_label_offset": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/nearest_player_label": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "command_block_helper_stack", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/nearest_player_label_offset": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/random_player_label": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "command_block_helper_stack", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/random_player_label_offset": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/all_players_label": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "command_block_helper_stack", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/all_players_label_offset": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/all_entities_label": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "command_block_helper_stack", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/all_entities_label_offset": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/nearest_label": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "command_block_helper_stack", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/nearest_label_offset": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/command_block_previous_output_panel": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "previous_output_label_stack_centering_panel", + "spacer", + "command_output_text_centering_panel" + ] + }, + "right_scroll_panel_content/command_block_previous_output_panel/previous_output_label_stack_centering_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "previous_output_label_stack" + ] + }, + "right_scroll_panel_content/command_block_previous_output_panel/previous_output_label_stack_centering_panel/previous_output_label_stack": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "show_output_toggle", + "option_label" + ] + }, + "right_scroll_panel_content/command_block_previous_output_panel/previous_output_label_stack_centering_panel/previous_output_label_stack/show_output_toggle": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "right_scroll_panel_content/command_block_previous_output_panel/previous_output_label_stack_centering_panel/previous_output_label_stack/option_label": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "right_scroll_panel_content/command_block_previous_output_panel/spacer": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/command_block_previous_output_panel/command_output_text_centering_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "command_output_text" + ] + }, + "right_scroll_panel_content/command_block_previous_output_panel/command_output_text_centering_panel/command_output_text": { + "file": "ui/command_block_screen.json", + "type": "edit_box", + "extend": { + "name": "command_block_multiline_text_edit_box", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/previous_block_type_text": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "previous_command_block_info_stack", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/offset4": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/previous_conditional_mode_text": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "previous_command_block_info_stack", + "namespace": "command_block" + } + }, + "right_scroll_panel_content/offset5": { + "file": "ui/command_block_screen.json", + "type": "panel" + }, + "right_scroll_panel_content/previous_redstone_mode_text": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "extend": { + "name": "previous_command_block_info_stack", + "namespace": "command_block" + } + }, + "divider_content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "left_side", + "right_side" + ] + }, + "divider_content/left_side": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "left_divider_content", + "namespace": "command_block" + } + }, + "divider_content/right_side": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "right_divider_content", + "namespace": "command_block" + } + }, + "command_block_screen_content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "background_divider", + "title", + "content", + "maximized_command_block_text" + ] + }, + "command_block_screen_content/background_divider": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + }, + "children": [ + "bg_image", + "dialog_divider", + "header_buttons_stack_panel" + ] + }, + "command_block_screen_content/background_divider/bg_image": { + "file": "ui/command_block_screen.json", + "type": "unknown" + }, + "command_block_screen_content/background_divider/dialog_divider": { + "file": "ui/command_block_screen.json", + "type": "image", + "extend": { + "name": "dialog_divider", + "namespace": "common" + } + }, + "command_block_screen_content/background_divider/header_buttons_stack_panel": { + "file": "ui/command_block_screen.json", + "type": "stack_panel", + "children": [ + "paste_button", + "close_button_holder" + ] + }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/paste_button": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "paste_button", + "namespace": "command_block" + } + }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "close", + "minimize" + ] + }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/close": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/minimize": { + "file": "ui/command_block_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/minimize/default": { + "file": "ui/command_block_screen.json", + "type": "unknown", + "extend": { + "name": "close_button_panel", + "namespace": "command_block" + } + }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/minimize/hover": { + "file": "ui/command_block_screen.json", + "type": "unknown", + "extend": { + "name": "close_button_panel", + "namespace": "command_block" + } + }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/minimize/pressed": { + "file": "ui/command_block_screen.json", + "type": "unknown", + "extend": { + "name": "close_button_panel", + "namespace": "command_block" + } + }, + "command_block_screen_content/title": { + "file": "ui/command_block_screen.json", + "type": "label" + }, + "command_block_screen_content/content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "divider_content", + "namespace": "command_block" + } + }, + "command_block_screen_content/maximized_command_block_text": { + "file": "ui/command_block_screen.json", + "type": "edit_box", + "extend": { + "name": "command_block_text_edit_box", + "namespace": "command_block" + } + }, + "right_divider_content": { + "file": "ui/command_block_screen.json", + "type": "panel", + "children": [ + "right_scrolling_panel" + ] + }, + "right_divider_content/right_scrolling_panel": { + "file": "ui/command_block_screen.json", + "type": "panel", + "extend": { + "name": "right_scrolling_panel", + "namespace": "command_block" + } + }, + "command_block_screen": { + "file": "ui/command_block_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "confirm_delete_account": { + "horizontal_divider": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "image_panel": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "children": [ + "image" + ] + }, + "image_panel/image": { + "file": "ui/confirm_delete_account_screen.json", + "type": "image" + }, + "header_panel": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "children": [ + "image_panel", + "padding", + "text_panel" + ] + }, + "header_panel/image_panel": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "extend": { + "name": "image_panel", + "namespace": "confirm_delete_account" + } + }, + "header_panel/padding": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel" + }, + "header_panel/text_panel": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "children": [ + "header_text", + "padding_2", + "header_text_2" + ] + }, + "header_panel/text_panel/header_text": { + "file": "ui/confirm_delete_account_screen.json", + "type": "label" + }, + "header_panel/text_panel/padding_2": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel" + }, + "header_panel/text_panel/header_text_2": { + "file": "ui/confirm_delete_account_screen.json", + "type": "label" + }, + "dialog_content": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "children": [ + "body_content", + "padding", + "button_panel" + ] + }, + "dialog_content/body_content": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "confirm_delete_account" + } + }, + "dialog_content/padding": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel" + }, + "dialog_content/button_panel": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "children": [ + "confirm_delete_account_button", + "padding", + "cancel_delete_account_button" + ] + }, + "dialog_content/button_panel/confirm_delete_account_button": { + "file": "ui/confirm_delete_account_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "dialog_content/button_panel/padding": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel" + }, + "dialog_content/button_panel/cancel_delete_account_button": { + "file": "ui/confirm_delete_account_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "confirm_checkbox": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "children": [ + "check_box_wrapper", + "padding", + "label_wrapper" + ] + }, + "confirm_checkbox/check_box_wrapper": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "children": [ + "check_box" + ] + }, + "confirm_checkbox/check_box_wrapper/check_box": { + "file": "ui/confirm_delete_account_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + } + }, + "confirm_checkbox/padding": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel" + }, + "confirm_checkbox/label_wrapper": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "confirm_checkbox/label_wrapper/label": { + "file": "ui/confirm_delete_account_screen.json", + "type": "label" + }, + "scrolling_panel": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "description_label_panel": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "children": [ + "header_label_wrapper", + "padding", + "divider_0", + "confirm_0", + "divider_1", + "confirm_1", + "divider_2", + "confirm_2", + "divider_3", + "confirm_3" + ] + }, + "description_label_panel/header_label_wrapper": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "description_label_panel/padding": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel" + }, + "description_label_panel/divider_0": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_divider", + "namespace": "confirm_delete_account" + } + }, + "description_label_panel/confirm_0": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "confirm_checkbox", + "namespace": "confirm_delete_account" + } + }, + "description_label_panel/divider_1": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_divider", + "namespace": "confirm_delete_account" + } + }, + "description_label_panel/confirm_1": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "confirm_checkbox", + "namespace": "confirm_delete_account" + } + }, + "description_label_panel/divider_2": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_divider", + "namespace": "confirm_delete_account" + } + }, + "description_label_panel/confirm_2": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "confirm_checkbox", + "namespace": "confirm_delete_account" + } + }, + "description_label_panel/divider_3": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_divider", + "namespace": "confirm_delete_account" + } + }, + "description_label_panel/confirm_3": { + "file": "ui/confirm_delete_account_screen.json", + "type": "stack_panel", + "extend": { + "name": "confirm_checkbox", + "namespace": "confirm_delete_account" + } + }, + "confirm_delete_account_screen": { + "file": "ui/confirm_delete_account_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "confirm_delete_account_screen_content": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "confirm_delete_account_screen_content/root_panel": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "confirm_delete_account_screen_content/root_panel/dialog": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "extend": { + "name": "screen_dialog", + "namespace": "confirm_delete_account" + } + }, + "screen_dialog": { + "file": "ui/confirm_delete_account_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "background": { + "file": "ui/confirm_delete_account_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + } + }, + "content_log": { + "content_log_label": { + "file": "ui/content_log.json", + "type": "label" + }, + "content_log_grid_item": { + "file": "ui/content_log.json", + "type": "panel", + "children": [ + "content_log_background" + ] + }, + "content_log_grid_item/content_log_background": { + "file": "ui/content_log.json", + "type": "image", + "children": [ + "content_log_text" + ] + }, + "content_log_grid_item/content_log_background/content_log_text": { + "file": "ui/content_log.json", + "type": "label", + "extend": { + "name": "content_log_label", + "namespace": "content_log" + } + }, + "content_log_panel": { + "file": "ui/content_log.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "content_log_panel/stack_panel": { + "file": "ui/content_log.json", + "type": "stack_panel" + } + }, + "content_log_history": { + "clipboard_icon": { + "file": "ui/content_log_history_screen.json", + "type": "image" + }, + "clipboard_icon_wrapper": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "clipboard_icon_wrapper/stack_panel": { + "file": "ui/content_log_history_screen.json", + "type": "stack_panel", + "children": [ + "icon_panel", + "offset", + "label_panel" + ] + }, + "clipboard_icon_wrapper/stack_panel/icon_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "clipboard_icon_wrapper/stack_panel/icon_panel/icon": { + "file": "ui/content_log_history_screen.json", + "type": "image", + "extend": { + "name": "clipboard_icon", + "namespace": "content_log_history" + } + }, + "clipboard_icon_wrapper/stack_panel/offset": { + "file": "ui/content_log_history_screen.json", + "type": "panel" + }, + "clipboard_icon_wrapper/stack_panel/label_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "clipboard_icon_wrapper/stack_panel/label_panel/label": { + "file": "ui/content_log_history_screen.json", + "type": "label" + }, + "clipboard_button": { + "file": "ui/content_log_history_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "clear_icon": { + "file": "ui/content_log_history_screen.json", + "type": "image" + }, + "clear_icon_wrapper": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "clear_icon_wrapper/stack_panel": { + "file": "ui/content_log_history_screen.json", + "type": "stack_panel", + "children": [ + "icon_panel", + "offset", + "label_panel" + ] + }, + "clear_icon_wrapper/stack_panel/icon_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "clear_icon_wrapper/stack_panel/icon_panel/icon": { + "file": "ui/content_log_history_screen.json", + "type": "image", + "extend": { + "name": "clear_icon", + "namespace": "content_log_history" + } + }, + "clear_icon_wrapper/stack_panel/offset": { + "file": "ui/content_log_history_screen.json", + "type": "panel" + }, + "clear_icon_wrapper/stack_panel/label_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "clear_icon_wrapper/stack_panel/label_panel/label": { + "file": "ui/content_log_history_screen.json", + "type": "label" + }, + "clear_button": { + "file": "ui/content_log_history_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "horizontal_button_stack_panel": { + "file": "ui/content_log_history_screen.json", + "type": "stack_panel", + "children": [ + "clipboard_button", + "clear_button" + ] + }, + "horizontal_button_stack_panel/clipboard_button": { + "file": "ui/content_log_history_screen.json", + "type": "button", + "extend": { + "name": "clipboard_button", + "namespace": "content_log_history" + } + }, + "horizontal_button_stack_panel/clear_button": { + "file": "ui/content_log_history_screen.json", + "type": "button", + "extend": { + "name": "clear_button", + "namespace": "content_log_history" + } + }, + "content_log_message": { + "file": "ui/content_log_history_screen.json", + "type": "label" + }, + "content_log_message_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "content_log_message" + ] + }, + "content_log_message_panel/content_log_message": { + "file": "ui/content_log_history_screen.json", + "type": "label", + "extend": { + "name": "content_log_message", + "namespace": "content_log_history" + } + }, + "content_log_message_panel_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "content_log_message_panel" + ] + }, + "content_log_message_panel_panel/content_log_message_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "extend": { + "name": "content_log_message_panel", + "namespace": "content_log_history" + } + }, + "messages_stack_panel": { + "file": "ui/content_log_history_screen.json", + "type": "stack_panel" + }, + "messages_scrolling_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "main_stack_panel": { + "file": "ui/content_log_history_screen.json", + "type": "stack_panel", + "children": [ + "messages_scrolling_panel" + ] + }, + "main_stack_panel/messages_scrolling_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "extend": { + "name": "messages_scrolling_panel", + "namespace": "content_log_history" + } + }, + "content_log_history_panel": { + "file": "ui/content_log_history_screen.json", + "type": "panel", + "children": [ + "content_log_history_dialog" + ] + }, + "content_log_history_panel/content_log_history_dialog": { + "file": "ui/content_log_history_screen.json", + "type": "unknown" + }, + "content_log_history_screen": { + "file": "ui/content_log_history_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "crafter_pocket": { + "generic_label": { + "file": "ui/crafter_screen_pocket.json", + "type": "label" + }, + "header_panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "title_label" + ] + }, + "header_panel/header_background": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "header_panel/title_label": { + "file": "ui/crafter_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "crafter_pocket" + } + }, + "header_area": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "x", + "inventory_header", + "container_header" + ] + }, + "header_area/x": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header_area/inventory_header": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header_panel", + "namespace": "pocket_containers" + } + }, + "header_area/container_header": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header_panel", + "namespace": "pocket_containers" + } + }, + "dark_bg": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "panel_outline": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "background_panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "inventory_panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_panel/scrolling_panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "left_screen": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_panel" + ] + }, + "left_screen/inventory_panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_panel", + "namespace": "crafter_pocket" + } + }, + "crafter_input_grid": { + "file": "ui/crafter_screen_pocket.json", + "type": "grid" + }, + "crafter_disabled_slot": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "crafter_disabled_slot/default": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "crafter_disabled_slot/hover": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "crafter_disabled_slot/pressed": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "cell_image": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "crafter_highlight_slot": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "crafter_container_slot_button_prototype": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "crafter_highlight_slot_panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "highlight", + "white_border" + ] + }, + "crafter_highlight_slot_panel/highlight": { + "file": "ui/crafter_screen_pocket.json", + "type": "image", + "extend": { + "name": "crafter_highlight_slot", + "namespace": "crafter_pocket" + }, + "children": [ + "hover_text" + ] + }, + "crafter_highlight_slot_panel/highlight/hover_text": { + "file": "ui/crafter_screen_pocket.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "crafter_highlight_slot_panel/white_border": { + "file": "ui/crafter_screen_pocket.json", + "type": "image", + "extend": { + "name": "white_border_slot", + "namespace": "common" + } + }, + "crafter_enabled_slot_template": { + "file": "ui/crafter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "output_slot_hover_info": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "children": [ + "hover", + "output_slot", + "output_slot_border", + "output_count" + ] + }, + "output_slot_hover_info/hover": { + "file": "ui/crafter_screen_pocket.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "output_slot_hover_info/output_slot": { + "file": "ui/crafter_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "output_slot_hover_info/output_slot_border": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "output_slot_hover_info/output_count": { + "file": "ui/crafter_screen_pocket.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "panel_crafter": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "item_lock_notification_factory", + "root_panel" + ] + }, + "panel_crafter/item_lock_notification_factory": { + "file": "ui/crafter_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "panel_crafter/root_panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "disabled_slot_0_button", + "disabled_slot_1_button", + "disabled_slot_2_button", + "disabled_slot_3_button", + "disabled_slot_4_button", + "disabled_slot_5_button", + "disabled_slot_6_button", + "disabled_slot_7_button", + "disabled_slot_8_button", + "redstone_screen_inventory", + "red_icon" + ] + }, + "panel_crafter/root_panel/disabled_slot_0_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/disabled_slot_1_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/disabled_slot_2_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/disabled_slot_3_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/disabled_slot_4_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/disabled_slot_5_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/disabled_slot_6_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/disabled_slot_7_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/disabled_slot_8_button": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/redstone_screen_inventory": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "crafting_grid", + "red_hold_icon", + "redstone_wire_line", + "crafter_output" + ] + }, + "panel_crafter/root_panel/redstone_screen_inventory/crafting_grid": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "crafter_input_grid" + ] + }, + "panel_crafter/root_panel/redstone_screen_inventory/crafting_grid/crafter_input_grid": { + "file": "ui/crafter_screen_pocket.json", + "type": "grid", + "extend": { + "name": "crafter_input_grid", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/redstone_screen_inventory/red_hold_icon": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "panel_crafter/root_panel/redstone_screen_inventory/redstone_wire_line": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "panel_crafter/root_panel/redstone_screen_inventory/crafter_output": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "output_slot_hover_info", + "namespace": "crafter_pocket" + } + }, + "panel_crafter/root_panel/red_icon": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "right_screen_background": { + "file": "ui/crafter_screen_pocket.json", + "type": "image" + }, + "right_screen": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "right_screen_bg" + ] + }, + "right_screen/right_screen_bg": { + "file": "ui/crafter_screen_pocket.json", + "type": "image", + "extend": { + "name": "right_screen_background", + "namespace": "crafter_pocket" + }, + "children": [ + "inventory_panel" + ] + }, + "right_screen/right_screen_bg/inventory_panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel_crafter", + "namespace": "crafter_pocket" + } + }, + "panel": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "header", + "bg", + "inventory", + "container", + "selected_item_details_factory", + "item_lock_notification_factory", + "gamepad_cursor", + "flying_item_renderer" + ] + }, + "panel/container_gamepad_helpers": { + "file": "ui/crafter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "panel/header": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header_area", + "namespace": "crafter_pocket" + } + }, + "panel/bg": { + "file": "ui/crafter_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_panel", + "namespace": "crafter_pocket" + } + }, + "panel/inventory": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_screen", + "namespace": "crafter_pocket" + } + }, + "panel/container": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_screen", + "namespace": "crafter_pocket" + } + }, + "panel/selected_item_details_factory": { + "file": "ui/crafter_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "panel/item_lock_notification_factory": { + "file": "ui/crafter_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "panel/gamepad_cursor": { + "file": "ui/crafter_screen_pocket.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "panel/flying_item_renderer": { + "file": "ui/crafter_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "crafter": { + "file": "ui/crafter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "panel", + "namespace": "crafter_pocket" + } + } + }, + "create_world_upsell": { + "world_icon": { + "file": "ui/create_world_upsell_screen.json", + "type": "image" + }, + "realms_icon": { + "file": "ui/create_world_upsell_screen.json", + "type": "image" + }, + "dark_banner": { + "file": "ui/create_world_upsell_screen.json", + "type": "image" + }, + "grey_banner": { + "file": "ui/create_world_upsell_screen.json", + "type": "image" + }, + "checkmark": { + "file": "ui/create_world_upsell_screen.json", + "type": "image" + }, + "largex": { + "file": "ui/create_world_upsell_screen.json", + "type": "image" + }, + "realms_art_icon": { + "file": "ui/create_world_upsell_screen.json", + "type": "image" + }, + "new_world_button": { + "file": "ui/create_world_upsell_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "new_realm_button": { + "file": "ui/create_world_upsell_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "remove_trial_button": { + "file": "ui/create_world_upsell_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "button_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "icon_panel", + "padding_1", + "label_panel" + ] + }, + "button_content/padding_0": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "button_content/icon_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "button_content/padding_1": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "button_content/label_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "realm_button_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_content", + "namespace": "create_world_upsell" + } + }, + "world_button_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_content", + "namespace": "create_world_upsell" + } + }, + "realms_button_text_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "new_realm_label", + "new_realm_trial_label" + ] + }, + "realms_button_text_panel/new_realm_label": { + "file": "ui/create_world_upsell_screen.json", + "type": "label", + "extend": { + "name": "new_realm_label", + "namespace": "create_world_upsell" + } + }, + "realms_button_text_panel/new_realm_trial_label": { + "file": "ui/create_world_upsell_screen.json", + "type": "label", + "extend": { + "name": "new_realm_trial_label", + "namespace": "create_world_upsell" + } + }, + "price_label": { + "file": "ui/create_world_upsell_screen.json", + "type": "label" + }, + "new_realm_label": { + "file": "ui/create_world_upsell_screen.json", + "type": "label" + }, + "new_realm_trial_label": { + "file": "ui/create_world_upsell_screen.json", + "type": "label" + }, + "new_world_label": { + "file": "ui/create_world_upsell_screen.json", + "type": "label" + }, + "button_and_price_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "price_label_panel" + ] + }, + "button_and_price_panel/padding": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "button_and_price_panel/price_label_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "children": [ + "price" + ] + }, + "button_and_price_panel/price_label_panel/price": { + "file": "ui/create_world_upsell_screen.json", + "type": "label", + "extend": { + "name": "price_label", + "namespace": "create_world_upsell" + } + }, + "border_shell": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "head_banner_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "dark_banner", + "namespace": "create_world_upsell" + } + }, + "create_new_realm_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "head_banner_panel", + "realm_grid" + ] + }, + "create_new_realm_content/head_banner_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "head_banner_panel", + "namespace": "create_world_upsell" + }, + "children": [ + "realm_button_price" + ] + }, + "create_new_realm_content/head_banner_panel/realm_button_price": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_and_price_panel", + "namespace": "create_world_upsell" + } + }, + "create_new_realm_content/realm_grid": { + "file": "ui/create_world_upsell_screen.json", + "type": "grid" + }, + "create_world_upsell_grid_item": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "children": [ + "db", + "gb", + "gp" + ] + }, + "create_world_upsell_grid_item/db": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "dark_banner", + "namespace": "create_world_upsell" + } + }, + "create_world_upsell_grid_item/gb": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "grey_banner", + "namespace": "create_world_upsell" + } + }, + "create_world_upsell_grid_item/gp": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_panel", + "namespace": "create_world_upsell" + } + }, + "grid_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "upsell_text_panel" + ] + }, + "grid_panel/padding": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "grid_panel/upsell_text_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "children": [ + "upsell_label" + ] + }, + "grid_panel/upsell_text_panel/upsell_label": { + "file": "ui/create_world_upsell_screen.json", + "type": "label" + }, + "create_new_world_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "head_banner_panel", + "world_grid" + ] + }, + "create_new_world_content/head_banner_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "head_banner_panel", + "namespace": "create_world_upsell" + }, + "children": [ + "world_button_price" + ] + }, + "create_new_world_content/head_banner_panel/world_button_price": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_and_price_panel", + "namespace": "create_world_upsell" + } + }, + "create_new_world_content/world_grid": { + "file": "ui/create_world_upsell_screen.json", + "type": "grid" + }, + "new_world_or_realm_scroll": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "create_new_world_or_realm_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "world", + "padding", + "realm_content" + ] + }, + "create_new_world_or_realm_content/world": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "border_shell", + "namespace": "create_world_upsell" + } + }, + "create_new_world_or_realm_content/padding": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "create_new_world_or_realm_content/realm_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "realm_content", + "namespace": "create_world_upsell" + } + }, + "new_realm_scroll": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "new_realm_content_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "key_art_panel", + "padding_hack", + "padding_0", + "new_realm_scroll", + "padding_1" + ] + }, + "new_realm_content_panel/key_art_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "children": [ + "realms_art_icon" + ] + }, + "new_realm_content_panel/key_art_panel/realms_art_icon": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "realms_art_icon", + "namespace": "create_world_upsell" + } + }, + "new_realm_content_panel/padding_hack": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "new_realm_content_panel/padding_0": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "new_realm_content_panel/new_realm_scroll": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "extend": { + "name": "new_realm_scroll", + "namespace": "create_world_upsell" + } + }, + "new_realm_content_panel/padding_1": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "create_realm_upsell_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "stack_panel", + "children": [ + "realm_content", + "padding_0", + "remove_trial_button", + "padding_1" + ] + }, + "create_realm_upsell_content/realm_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "realm_content", + "namespace": "create_world_upsell" + } + }, + "create_realm_upsell_content/padding_0": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "create_realm_upsell_content/remove_trial_button": { + "file": "ui/create_world_upsell_screen.json", + "type": "button", + "extend": { + "name": "remove_trial_button", + "namespace": "create_world_upsell" + } + }, + "create_realm_upsell_content/padding_1": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel" + }, + "realm_content": { + "file": "ui/create_world_upsell_screen.json", + "type": "image", + "extend": { + "name": "border_shell", + "namespace": "create_world_upsell" + } + }, + "create_world_upsell": { + "file": "ui/create_world_upsell_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "create_world_upsell_realms": { + "file": "ui/create_world_upsell_screen.json", + "type": "screen", + "extend": { + "name": "create_world_upsell", + "namespace": "create_world_upsell" + } + }, + "main_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "variable_screen_size_panel": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "children": [ + "dialog_0", + "dialog_1" + ] + }, + "variable_screen_size_panel/dialog_0": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_realms_only", + "namespace": "create_world_upsell" + } + }, + "variable_screen_size_panel/dialog_1": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_realms_only", + "namespace": "create_world_upsell" + } + }, + "main_panel_realms_only": { + "file": "ui/create_world_upsell_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + } + }, + "credits": { + "fade_in_image": { + "file": "ui/credits_screen.json", + "type": "image" + }, + "fade_out_image": { + "file": "ui/credits_screen.json", + "type": "image", + "extend": { + "name": "fade_in_image", + "namespace": "credits" + } + }, + "skip_panel": { + "file": "ui/credits_screen.json", + "type": "panel", + "children": [ + "skip_button", + "exit_credits_input_panel" + ] + }, + "skip_panel/skip_button": { + "file": "ui/credits_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "skip_panel/exit_credits_input_panel": { + "file": "ui/credits_screen.json", + "type": "input_panel" + }, + "credits_renderer": { + "file": "ui/credits_screen.json", + "type": "custom" + }, + "credits_screen_content": { + "file": "ui/credits_screen.json", + "type": "panel", + "children": [ + "credits_renderer", + "vignette_renderer", + "fade_in_image", + "credits_factory", + "whole_screen_input_panel" + ] + }, + "credits_screen_content/credits_renderer": { + "file": "ui/credits_screen.json", + "type": "custom", + "extend": { + "name": "credits_renderer", + "namespace": "credits" + } + }, + "credits_screen_content/vignette_renderer": { + "file": "ui/credits_screen.json", + "type": "custom" + }, + "credits_screen_content/fade_in_image": { + "file": "ui/credits_screen.json", + "type": "image", + "extend": { + "name": "fade_in_image", + "namespace": "credits" + } + }, + "credits_screen_content/credits_factory": { + "file": "ui/credits_screen.json", + "type": "factory" + }, + "credits_screen_content/whole_screen_input_panel": { + "file": "ui/credits_screen.json", + "type": "input_panel" + }, + "background": { + "file": "ui/credits_screen.json", + "type": "image", + "extend": { + "name": "dirt_background", + "namespace": "common" + } + }, + "credits_screen": { + "file": "ui/credits_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "csb_purchase_error": { + "csb_purchase_error_screen": { + "file": "ui/csb_purchase_error_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "purchase_error_screen_content": { + "file": "ui/csb_purchase_error_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "purchase_error_screen_content/main_panel": { + "file": "ui/csb_purchase_error_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "purchase_error_modal_main_panel": { + "file": "ui/csb_purchase_error_screen.json", + "type": "stack_panel", + "children": [ + "text_panel", + "padding_1", + "art_panel", + "padding_2", + "error_panel" + ] + }, + "purchase_error_modal_main_panel/text_panel": { + "file": "ui/csb_purchase_error_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "purchase_error_modal_main_panel/text_panel/text": { + "file": "ui/csb_purchase_error_screen.json", + "type": "label" + }, + "purchase_error_modal_main_panel/padding_1": { + "file": "ui/csb_purchase_error_screen.json", + "type": "panel" + }, + "purchase_error_modal_main_panel/art_panel": { + "file": "ui/csb_purchase_error_screen.json", + "type": "panel", + "children": [ + "art" + ] + }, + "purchase_error_modal_main_panel/art_panel/art": { + "file": "ui/csb_purchase_error_screen.json", + "type": "image" + }, + "purchase_error_modal_main_panel/padding_2": { + "file": "ui/csb_purchase_error_screen.json", + "type": "panel" + }, + "purchase_error_modal_main_panel/error_panel": { + "file": "ui/csb_purchase_error_screen.json", + "type": "stack_panel", + "children": [ + "error_code", + "correlation_id" + ] + }, + "purchase_error_modal_main_panel/error_panel/error_code": { + "file": "ui/csb_purchase_error_screen.json", + "type": "label" + }, + "purchase_error_modal_main_panel/error_panel/correlation_id": { + "file": "ui/csb_purchase_error_screen.json", + "type": "label" + }, + "purchase_error_modal_back_button": { + "file": "ui/csb_purchase_error_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "csb": { + "csb_pdp_screen": { + "file": "ui/csb_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "csb_upgrade_notice_screen": { + "file": "ui/csb_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "csb_background": { + "file": "ui/csb_screen.json", + "type": "image" + }, + "gradient_image_stack": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "children": [ + "gradient" + ] + }, + "gradient_image_stack/gradient": { + "file": "ui/csb_screen.json", + "type": "image" + }, + "gradient_content_panel": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "gradient", + "particles", + "content_panel" + ] + }, + "gradient_content_panel/gradient": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "gradient_image_stack", + "namespace": "csb" + } + }, + "gradient_content_panel/particles": { + "file": "ui/csb_screen.json", + "type": "image" + }, + "gradient_content_panel/content_panel": { + "file": "ui/csb_screen.json", + "type": "unknown" + }, + "csb_screen_main_panel": { + "file": "ui/csb_screen.json", + "type": "input_panel", + "extend": { + "name": "sidebar_view", + "namespace": "sidebar_navigation" + } + }, + "csb_main_panel": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "csb_main_panel/root_panel": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "csb_main_panel/root_panel/main_panel": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_header_with_coins", + "namespace": "common_store" + } + }, + "dialog_content": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "children": [ + "selector_area", + "padding_1", + "allow_divider_offset_panel", + "padding_2", + "content_area", + "padding_3" + ] + }, + "dialog_content/selector_area": { + "file": "ui/csb_screen.json", + "type": "panel", + "extend": { + "name": "selector_area", + "namespace": "csb" + } + }, + "dialog_content/padding_1": { + "file": "ui/csb_screen.json", + "type": "panel" + }, + "dialog_content/allow_divider_offset_panel": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "left_right_pane_divider" + ] + }, + "dialog_content/allow_divider_offset_panel/left_right_pane_divider": { + "file": "ui/csb_screen.json", + "type": "image", + "extend": { + "name": "left_right_pane_divider", + "namespace": "csb" + } + }, + "dialog_content/padding_2": { + "file": "ui/csb_screen.json", + "type": "panel" + }, + "dialog_content/content_area": { + "file": "ui/csb_screen.json", + "type": "panel", + "extend": { + "name": "content_area", + "namespace": "csb" + } + }, + "dialog_content/padding_3": { + "file": "ui/csb_screen.json", + "type": "panel" + }, + "selector_area": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "selector_area/scrolling_panel": { + "file": "ui/csb_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "scrollable_selector_area_content": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "children": [ + "focus_reset_input_panel", + "csb_toggle", + "content_toggle", + "faq_toggle", + "toggle_section_divider", + "buy_now_toggle", + "xbl_btn_panel" + ] + }, + "scrollable_selector_area_content/focus_reset_input_panel": { + "file": "ui/csb_screen.json", + "type": "input_panel" + }, + "scrollable_selector_area_content/csb_toggle": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "csb_toggle", + "namespace": "csb" + } + }, + "scrollable_selector_area_content/content_toggle": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_toggle", + "namespace": "csb" + } + }, + "scrollable_selector_area_content/faq_toggle": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "faq_toggle", + "namespace": "csb" + } + }, + "scrollable_selector_area_content/toggle_section_divider": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "scrollable_selector_area_content/buy_now_toggle": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "buy_now_toggle", + "namespace": "csb" + } + }, + "scrollable_selector_area_content/xbl_btn_panel": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "xbl_btn" + ] + }, + "scrollable_selector_area_content/xbl_btn_panel/xbl_btn": { + "file": "ui/csb_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "section_toggle_base": { + "file": "ui/csb_screen.json", + "type": "panel", + "extend": { + "name": "light_text_toggle_collection", + "namespace": "common_toggles" + } + }, + "tab_button_text": { + "file": "ui/csb_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "toggle_base": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "children": [ + "toggle", + "padding" + ] + }, + "toggle_base/toggle": { + "file": "ui/csb_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "csb" + } + }, + "toggle_base/padding": { + "file": "ui/csb_screen.json", + "type": "panel" + }, + "csb_toggle": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_base", + "namespace": "csb" + } + }, + "content_toggle": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_base", + "namespace": "csb" + } + }, + "faq_toggle": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_base", + "namespace": "csb" + } + }, + "buy_now_toggle": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_base", + "namespace": "csb" + } + }, + "left_right_pane_divider": { + "file": "ui/csb_screen.json", + "type": "image" + }, + "content_area": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "control" + ] + }, + "content_area/control": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "children": [ + "scrolling_panel_csb" + ] + }, + "content_area/control/scrolling_panel_csb": { + "file": "ui/csb_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "section_content_panels": { + "file": "ui/csb_screen.json", + "type": "stack_panel" + }, + "vertical_padding_4px": { + "file": "ui/csb_screen.json", + "type": "panel" + }, + "section_base": { + "file": "ui/csb_screen.json", + "type": "stack_panel" + }, + "buy_now_content_section": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_base", + "namespace": "csb" + }, + "children": [ + "vertical_padding", + "content" + ] + }, + "buy_now_content_section/vertical_padding": { + "file": "ui/csb_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "csb" + } + }, + "buy_now_content_section/content": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "buy_now_content", + "namespace": "csb_buy" + } + }, + "markdown_background_animated": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "csb_chevron" + ] + }, + "markdown_background_animated/csb_chevron": { + "file": "ui/csb_screen.json", + "type": "image" + }, + "markdown_background": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "children": [ + "banner_panel", + "triangle_panel" + ] + }, + "markdown_background/banner_panel": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "banner" + ] + }, + "markdown_background/banner_panel/banner": { + "file": "ui/csb_screen.json", + "type": "image", + "extend": { + "name": "markdown_banner", + "namespace": "common_store" + }, + "children": [ + "banner_stack_panel" + ] + }, + "markdown_background/banner_panel/banner/banner_stack_panel": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "markdown_background/banner_panel/banner/banner_stack_panel/0": { + "file": "ui/csb_screen.json", + "type": "unknown" + }, + "markdown_background/triangle_panel": { + "file": "ui/csb_screen.json", + "type": "panel", + "children": [ + "triangle" + ] + }, + "markdown_background/triangle_panel/triangle": { + "file": "ui/csb_screen.json", + "type": "image", + "extend": { + "name": "markdown_triangle", + "namespace": "common_store" + } + }, + "empty_label": { + "file": "ui/csb_screen.json", + "type": "panel" + }, + "full_width_section_divider": { + "file": "ui/csb_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + } + }, + "csb_content": { + "csb_content_section": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "section_base", + "namespace": "csb" + }, + "children": [ + "content_section_vertical_padding_1", + "popular_packs_label_panel", + "content_section_vertical_padding_2", + "content_pack_types", + "content_packs_included", + "content_section_vertical_padding_3" + ] + }, + "csb_content_section/content_section_vertical_padding_1": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "csb" + } + }, + "csb_content_section/popular_packs_label_panel": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "children": [ + "label_with_gradient", + "tts_border" + ] + }, + "csb_content_section/popular_packs_label_panel/label_with_gradient": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "gradient_content_panel", + "namespace": "csb" + } + }, + "csb_content_section/popular_packs_label_panel/tts_border": { + "file": "ui/csb_sections/content_section.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "csb_content_section/content_section_vertical_padding_2": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "csb" + } + }, + "csb_content_section/content_pack_types": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "content_pack_types_section", + "namespace": "csb_content" + } + }, + "csb_content_section/content_packs_included": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "content_packs_included_section", + "namespace": "csb_content" + } + }, + "csb_content_section/content_section_vertical_padding_3": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "csb" + } + }, + "content_pack_types_section": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "pack_types", + "padding" + ] + }, + "content_pack_types_section/pack_types": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_types", + "namespace": "csb_content" + } + }, + "content_pack_types_section/padding": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "content_packs_included_section": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "popular_packs", + "section_divider" + ] + }, + "content_packs_included_section/popular_packs": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "popular_packs", + "namespace": "csb_content" + } + }, + "content_packs_included_section/section_divider": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "full_width_section_divider", + "namespace": "csb" + } + }, + "pack_types": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "padding_01", + "pack_types_1", + "padding_02", + "pack_types_2", + "padding_03" + ] + }, + "pack_types/padding_01": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "pack_types/pack_types_1": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_types_1", + "namespace": "csb_content" + } + }, + "pack_types/padding_02": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "pack_types/pack_types_2": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_types_2", + "namespace": "csb_content" + } + }, + "pack_types/padding_03": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "pack_types_1": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "worlds", + "padding_01", + "textures", + "padding_02", + "persona" + ] + }, + "pack_types_1/worlds": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "csb_content" + } + }, + "pack_types_1/padding_01": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "pack_types_1/textures": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "csb_content" + } + }, + "pack_types_1/padding_02": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "pack_types_1/persona": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "csb_content" + } + }, + "pack_types_2": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "padding_1", + "skins", + "padding_2", + "mashups", + "padding_3" + ] + }, + "pack_types_2/padding_1": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_types_2/skins": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "csb_content" + } + }, + "pack_types_2/padding_2": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_types_2/mashups": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "csb_content" + } + }, + "pack_types_2/padding_3": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_type_description": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "image_nesting_panel", + "padding_0", + "description_nesting_panel", + "padding_1" + ] + }, + "pack_type_description/image_nesting_panel": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "children": [ + "texture" + ] + }, + "pack_type_description/image_nesting_panel/texture": { + "file": "ui/csb_sections/content_section.json", + "type": "unknown" + }, + "pack_type_description/padding_0": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_type_description/description_nesting_panel": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "children": [ + "description_label", + "tts_border" + ] + }, + "pack_type_description/description_nesting_panel/description_label": { + "file": "ui/csb_sections/content_section.json", + "type": "label" + }, + "pack_type_description/description_nesting_panel/tts_border": { + "file": "ui/csb_sections/content_section.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "pack_type_description/padding_1": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "popular_packs": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "padding_0", + "pack_grid", + "view_all_packs_panel", + "padding_1" + ] + }, + "popular_packs/padding_0": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "popular_packs/pack_grid": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "packs_collection", + "namespace": "csb_content" + } + }, + "popular_packs/view_all_packs_panel": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "view_all_packs_button", + "padding", + "view_character_creator_items" + ] + }, + "popular_packs/view_all_packs_panel/view_all_packs_button": { + "file": "ui/csb_sections/content_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "popular_packs/view_all_packs_panel/padding": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "popular_packs/view_all_packs_panel/view_character_creator_items": { + "file": "ui/csb_sections/content_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "popular_packs/padding_1": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "popular_packs_label": { + "file": "ui/csb_sections/content_section.json", + "type": "label" + }, + "packs_collection": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "row_1", + "padding_1", + "row_2", + "padding_2" + ] + }, + "packs_collection/row_1": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "pack_image_grid_item_0", + "padding", + "pack_image_grid_item_1" + ] + }, + "packs_collection/row_1/pack_image_grid_item_0": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_image_grid_item", + "namespace": "csb_content" + } + }, + "packs_collection/row_1/padding": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "packs_collection/row_1/pack_image_grid_item_1": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_image_grid_item", + "namespace": "csb_content" + } + }, + "packs_collection/padding_1": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "packs_collection/row_2": { + "file": "ui/csb_sections/content_section.json", + "type": "stack_panel", + "children": [ + "pack_image_grid_item_0", + "padding", + "pack_image_grid_item_1" + ] + }, + "packs_collection/row_2/pack_image_grid_item_0": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_image_grid_item", + "namespace": "csb_content" + } + }, + "packs_collection/row_2/padding": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "packs_collection/row_2/pack_image_grid_item_1": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_image_grid_item", + "namespace": "csb_content" + } + }, + "packs_collection/padding_2": { + "file": "ui/csb_sections/content_section.json", + "type": "panel" + }, + "pack_image_grid_item": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "children": [ + "bg", + "offer_button" + ] + }, + "pack_image_grid_item/bg": { + "file": "ui/csb_sections/content_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "featured_key_art", + "progress_loading" + ] + }, + "pack_image_grid_item/bg/featured_key_art": { + "file": "ui/csb_sections/content_section.json", + "type": "image" + }, + "pack_image_grid_item/bg/progress_loading": { + "file": "ui/csb_sections/content_section.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "pack_image_grid_item/offer_button": { + "file": "ui/csb_sections/content_section.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "pack_image_grid_item/offer_button/default": { + "file": "ui/csb_sections/content_section.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "pack_image_grid_item/offer_button/hover": { + "file": "ui/csb_sections/content_section.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "pack_image_grid_item/offer_button/pressed": { + "file": "ui/csb_sections/content_section.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + } + }, + "csb_banner": { + "csb_banner": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "static_button", + "animated_button" + ] + }, + "csb_banner/static_button": { + "file": "ui/csb_sections/csb_banner.json", + "type": "button", + "extend": { + "name": "promo_banner_csb_button", + "namespace": "csb_banner" + } + }, + "csb_banner/animated_button": { + "file": "ui/csb_sections/csb_banner.json", + "type": "button", + "extend": { + "name": "animated_promo_banner_csb_button", + "namespace": "csb_banner" + } + }, + "csb_banner_slim": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "banner_button" + ] + }, + "csb_banner_slim/banner_button": { + "file": "ui/csb_sections/csb_banner.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "csb_banner_portal": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "banner_button" + ] + }, + "csb_banner_portal/banner_button": { + "file": "ui/csb_sections/csb_banner.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "promo_banner_csb_button": { + "file": "ui/csb_sections/csb_banner.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover" + ] + }, + "promo_banner_csb_button/default": { + "file": "ui/csb_sections/csb_banner.json", + "type": "unknown" + }, + "promo_banner_csb_button/hover": { + "file": "ui/csb_sections/csb_banner.json", + "type": "unknown" + }, + "csb_banner_slim_content": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "banner_content" + ] + }, + "csb_banner_slim_content/banner_content": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "extend": { + "name": "csb_banner_new_content", + "namespace": "csb_banner" + } + }, + "csb_banner_portal_content": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "banner_content" + ] + }, + "csb_banner_portal_content/banner_content": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "extend": { + "name": "csb_banner_new_content", + "namespace": "csb_banner" + } + }, + "slim_logo_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "mpp_logo" + ] + }, + "slim_logo_panel/mpp_logo": { + "file": "ui/csb_sections/csb_banner.json", + "type": "image" + }, + "portal_logo_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "mpp_logo" + ] + }, + "portal_logo_panel/mpp_logo": { + "file": "ui/csb_sections/csb_banner.json", + "type": "image" + }, + "csb_banner_new_content": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "text" + ] + }, + "csb_banner_new_content/text": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "children": [ + "logo_panel", + "offer_panel", + "pixel_art" + ] + }, + "csb_banner_new_content/text/logo_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "unknown" + }, + "csb_banner_new_content/text/offer_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "upsell_text" + ] + }, + "csb_banner_new_content/text/offer_panel/upsell_text": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "extend": { + "name": "sdl_upsell_text_component_factory", + "namespace": "csb_banner" + } + }, + "csb_banner_new_content/text/pixel_art": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "extend": { + "name": "image_component_factory", + "namespace": "csb_banner" + } + }, + "sdl_upsell_text_component_factory": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "extend": { + "name": "sdl_label_factory", + "namespace": "sdl_label" + } + }, + "csb_banner_content": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "banner", + "text" + ] + }, + "csb_banner_content/banner": { + "file": "ui/csb_sections/csb_banner.json", + "type": "image" + }, + "csb_banner_content/text": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "children": [ + "logo_panel", + "offer_panel", + "learn_more_panel" + ] + }, + "csb_banner_content/text/logo_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "logo" + ] + }, + "csb_banner_content/text/logo_panel/logo": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "extend": { + "name": "csb_header", + "namespace": "common_csb" + } + }, + "csb_banner_content/text/offer_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "offer" + ] + }, + "csb_banner_content/text/offer_panel/offer": { + "file": "ui/csb_sections/csb_banner.json", + "type": "label" + }, + "csb_banner_content/text/learn_more_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "learn_more" + ] + }, + "csb_banner_content/text/learn_more_panel/learn_more": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "children": [ + "more", + "more_chevron" + ] + }, + "csb_banner_content/text/learn_more_panel/learn_more/more": { + "file": "ui/csb_sections/csb_banner.json", + "type": "label" + }, + "csb_banner_content/text/learn_more_panel/learn_more/more_chevron": { + "file": "ui/csb_sections/csb_banner.json", + "type": "label" + }, + "animated_promo_banner_csb_button": { + "file": "ui/csb_sections/csb_banner.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover" + ] + }, + "animated_promo_banner_csb_button/default": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "extend": { + "name": "animated_csb_banner_content", + "namespace": "csb_banner" + } + }, + "animated_promo_banner_csb_button/hover": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "extend": { + "name": "animated_csb_banner_content", + "namespace": "csb_banner" + } + }, + "animated_csb_banner_content": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "banner", + "text" + ] + }, + "animated_csb_banner_content/banner": { + "file": "ui/csb_sections/csb_banner.json", + "type": "image" + }, + "animated_csb_banner_content/text": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "children": [ + "logo_panel", + "offer_panel", + "learn_more_panel" + ] + }, + "animated_csb_banner_content/text/logo_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "logo" + ] + }, + "animated_csb_banner_content/text/logo_panel/logo": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "extend": { + "name": "csb_header", + "namespace": "common_csb" + } + }, + "animated_csb_banner_content/text/offer_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "offer" + ] + }, + "animated_csb_banner_content/text/offer_panel/offer": { + "file": "ui/csb_sections/csb_banner.json", + "type": "label" + }, + "animated_csb_banner_content/text/learn_more_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "learn_more" + ] + }, + "animated_csb_banner_content/text/learn_more_panel/learn_more": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "children": [ + "more", + "more_chevron" + ] + }, + "animated_csb_banner_content/text/learn_more_panel/learn_more/more": { + "file": "ui/csb_sections/csb_banner.json", + "type": "label" + }, + "animated_csb_banner_content/text/learn_more_panel/learn_more/more_chevron": { + "file": "ui/csb_sections/csb_banner.json", + "type": "label" + }, + "still_pixel_art_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "banner" + ] + }, + "still_pixel_art_panel/banner": { + "file": "ui/csb_sections/csb_banner.json", + "type": "image" + }, + "animated_pixel_art_panel": { + "file": "ui/csb_sections/csb_banner.json", + "type": "panel", + "children": [ + "mygif" + ] + }, + "animated_pixel_art_panel/mygif": { + "file": "ui/csb_sections/csb_banner.json", + "type": "custom" + }, + "image_component_factory": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel", + "extend": { + "name": "image_asset_factory", + "namespace": "csb_banner" + } + }, + "image_asset_factory": { + "file": "ui/csb_sections/csb_banner.json", + "type": "stack_panel" + } + }, + "csb_buy": { + "buy_now_content": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "description_stack", + "terms_and_conditions", + "padding_2", + "button_panel", + "padding_3", + "terms" + ] + }, + "buy_now_content/description_stack": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "extend": { + "name": "description_stack", + "namespace": "csb_buy" + } + }, + "buy_now_content/terms_and_conditions": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "terms_and_conditions", + "namespace": "csb_buy" + } + }, + "buy_now_content/padding_2": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel" + }, + "buy_now_content/button_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "buy_button", + "icon_panel" + ] + }, + "buy_now_content/button_panel/buy_button": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "buy_button_panel", + "namespace": "csb_buy" + } + }, + "buy_now_content/button_panel/icon_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "tool_tip_icon_panel", + "namespace": "csb_buy" + } + }, + "buy_now_content/padding_3": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel" + }, + "buy_now_content/terms": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_text_section", + "namespace": "csb_buy" + } + }, + "content_text_section": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "text_description", + "padding" + ] + }, + "content_text_section/text_description": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "content_description", + "namespace": "csb_buy" + } + }, + "content_text_section/padding": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel" + }, + "content_description": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "content_description_label", + "tts_hover" + ] + }, + "content_description/content_description_label": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "label" + }, + "content_description/tts_hover": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "trial_image_and_description": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "image_border", + "padding", + "description_text" + ] + }, + "trial_image_and_description/image_border": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "image" + }, + "trial_image_and_description/padding": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel" + }, + "trial_image_and_description/description_text": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "descriptions_label", + "tts_hover" + ] + }, + "trial_image_and_description/description_text/descriptions_label": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "label" + }, + "trial_image_and_description/description_text/tts_hover": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "title_text": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "inner_text", + "tts_hover" + ] + }, + "title_text/inner_text": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "label" + }, + "title_text/tts_hover": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "description_stack": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "title_with_gradient", + "padding", + "image_and_description" + ] + }, + "description_stack/title_with_gradient": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "gradient_content_panel", + "namespace": "csb" + } + }, + "description_stack/padding": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel" + }, + "description_stack/image_and_description": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "extend": { + "name": "trial_image_and_description", + "namespace": "csb_buy" + } + }, + "terms_and_conditions": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "terms_panel" + ] + }, + "terms_and_conditions/terms_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "terms_and_conditions_panel", + "namespace": "csb_buy" + } + }, + "terms_and_conditions_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "name_label", + "terms_string_panel" + ] + }, + "terms_and_conditions_panel/name_label": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "terms_and_conditions_panel/terms_string_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "banner_fill", + "buttons_stack_panel" + ] + }, + "terms_and_conditions_panel/terms_string_panel/banner_fill": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "image" + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "agree_panel", + "view_terms_button", + "privacy_policy_button" + ] + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "checkbox_control" + ] + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel/checkbox_control": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox_with_highlight_and_label", + "namespace": "settings_common" + } + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/view_terms_button": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "view_terms_button", + "namespace": "csb_buy" + } + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/privacy_policy_button": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "privacy_policy_button", + "namespace": "csb_buy" + } + }, + "button_text": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "mcten_text_centering_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "button_text" + ] + }, + "mcten_text_centering_panel/button_text": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "label", + "extend": { + "name": "button_text", + "namespace": "csb_buy" + } + }, + "view_terms_button": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "privacy_policy_button": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "buy_button_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "buy_button" + ] + }, + "buy_button_panel/buy_button": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "tool_tip_icon_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "issue_icon" + ] + }, + "tool_tip_icon_panel/issue_icon": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "info_icon", + "default", + "hover", + "pressed" + ] + }, + "tool_tip_icon_panel/issue_icon/info_icon": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "image" + }, + "tool_tip_icon_panel/issue_icon/default": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "tool_tip_icon_panel/issue_icon/hover": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "tool_tip_icon_panel/issue_icon/pressed": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "buy_button_content": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "button_chevron_panel", + "button_text_centering_panel" + ] + }, + "buy_button_content/button_chevron_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "buy_button_chevron" + ] + }, + "buy_button_content/button_chevron_panel/buy_button_chevron": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "markdown_background_animated", + "namespace": "csb" + } + }, + "buy_button_content/button_text_centering_panel": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "mcten_text_centering_panel", + "namespace": "csb_buy" + } + }, + "info_icon": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "panel", + "children": [ + "panel_icon" + ] + }, + "info_icon/panel_icon": { + "file": "ui/csb_sections/csb_buy_now_screen.json", + "type": "image" + } + }, + "common_csb": { + "csb_expiration_banner": { + "file": "ui/csb_sections/csb_common.json", + "type": "panel", + "children": [ + "background", + "icon", + "text" + ] + }, + "csb_expiration_banner/background": { + "file": "ui/csb_sections/csb_common.json", + "type": "image" + }, + "csb_expiration_banner/icon": { + "file": "ui/csb_sections/csb_common.json", + "type": "image" + }, + "csb_expiration_banner/text": { + "file": "ui/csb_sections/csb_common.json", + "type": "label" + }, + "csb_icon_large": { + "file": "ui/csb_sections/csb_common.json", + "type": "image" + }, + "csb_header": { + "file": "ui/csb_sections/csb_common.json", + "type": "stack_panel", + "children": [ + "label_a_text_csb", + "label_space_text_csb", + "label_b_text_pass" + ] + }, + "csb_header/label_a_text_csb": { + "file": "ui/csb_sections/csb_common.json", + "type": "label" + }, + "csb_header/label_space_text_csb": { + "file": "ui/csb_sections/csb_common.json", + "type": "label" + }, + "csb_header/label_b_text_pass": { + "file": "ui/csb_sections/csb_common.json", + "type": "label" + }, + "csb_header_two_lines": { + "file": "ui/csb_sections/csb_common.json", + "type": "stack_panel", + "children": [ + "top_header", + "panel_centre_second_line" + ] + }, + "csb_header_two_lines/top_header": { + "file": "ui/csb_sections/csb_common.json", + "type": "label" + }, + "csb_header_two_lines/panel_centre_second_line": { + "file": "ui/csb_sections/csb_common.json", + "type": "panel", + "children": [ + "sub_header" + ] + }, + "csb_header_two_lines/panel_centre_second_line/sub_header": { + "file": "ui/csb_sections/csb_common.json", + "type": "label" + }, + "csb_gold_button": { + "file": "ui/csb_sections/csb_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "csb_gold_text_button": { + "file": "ui/csb_sections/csb_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "csb_purchase_amazondevicewarning": { + "csb_purchase_amazondevicewarning_screen": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "screen_content": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "screen_content/main_panel": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "main_panel": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "stack_panel", + "children": [ + "text_panel_1", + "art_panel", + "padding", + "text_panel_2" + ] + }, + "main_panel/text_panel_1": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "main_panel/text_panel_1/text": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "label" + }, + "main_panel/art_panel": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "panel", + "children": [ + "art" + ] + }, + "main_panel/art_panel/art": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "image" + }, + "main_panel/padding": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "panel" + }, + "main_panel/text_panel_2": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "main_panel/text_panel_2/text": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "label" + }, + "back_button": { + "file": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "csb_purchase_warning": { + "csb_purchase_warning_screen": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "purchase_warning_screen_content": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "purchase_warning_screen_content/main_panel": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "warning_modal_main_panel": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "text_panel_1", + "padding_1", + "art_panel", + "padding_2", + "text_panel_2" + ] + }, + "warning_modal_main_panel/text_panel_1": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "warning_modal_main_panel/text_panel_1/text": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "label" + }, + "warning_modal_main_panel/padding_1": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "panel" + }, + "warning_modal_main_panel/art_panel": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "panel", + "children": [ + "art" + ] + }, + "warning_modal_main_panel/art_panel/art": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "image" + }, + "warning_modal_main_panel/padding_2": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "panel" + }, + "warning_modal_main_panel/text_panel_2": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "warning_modal_main_panel/text_panel_2/text": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "label" + }, + "warning_modal_back_button": { + "file": "ui/csb_sections/csb_purchase_warning_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "csb_subscription_panel": { + "csb_container": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel", + "children": [ + "fill", + "border", + "panel_contents" + ] + }, + "csb_container/fill": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "image" + }, + "csb_container/border": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "image" + }, + "csb_container/panel_contents": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "children": [ + "content_container", + "button_panel_spacer", + "csb_buttons" + ] + }, + "csb_container/panel_contents/content_container": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "children": [ + "side_image_stack_left", + "padding_02", + "side_stack_right" + ] + }, + "csb_container/panel_contents/content_container/side_image_stack_left": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel", + "children": [ + "csb_image" + ] + }, + "csb_container/panel_contents/content_container/side_image_stack_left/csb_image": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "image" + }, + "csb_container/panel_contents/content_container/padding_02": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel" + }, + "csb_container/panel_contents/content_container/side_stack_right": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "children": [ + "interior_content_stack" + ] + }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "children": [ + "panel_label", + "interior_top_padding_01", + "ln_01_container", + "ln_02_container", + "ln_03_container", + "interior_top_padding02" + ] + }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/panel_label": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/interior_top_padding_01": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel" + }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/ln_01_container": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "extend": { + "name": "csb_marketplace_benefit", + "namespace": "csb_subscription_panel" + } + }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/ln_02_container": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "extend": { + "name": "csb_marketplace_benefit", + "namespace": "csb_subscription_panel" + } + }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/ln_03_container": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "extend": { + "name": "csb_marketplace_benefit", + "namespace": "csb_subscription_panel" + } + }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/interior_top_padding02": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel" + }, + "csb_container/panel_contents/button_panel_spacer": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel" + }, + "csb_container/panel_contents/csb_buttons": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "children": [ + "button_panel_padding", + "padding_01", + "csb_info_button" + ] + }, + "csb_container/panel_contents/csb_buttons/button_panel_padding": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel" + }, + "csb_container/panel_contents/csb_buttons/padding_01": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel" + }, + "csb_container/panel_contents/csb_buttons/csb_info_button": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "csb_marketplace_benefit": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "children": [ + "bullet_holder_01", + "panel_details_ln1" + ] + }, + "csb_marketplace_benefit/bullet_holder_01": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "stack_panel", + "children": [ + "bullet_spacer", + "bullet_01" + ] + }, + "csb_marketplace_benefit/bullet_holder_01/bullet_spacer": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel" + }, + "csb_marketplace_benefit/bullet_holder_01/bullet_01": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "label" + }, + "csb_marketplace_benefit/panel_details_ln1": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "label" + }, + "csb_buy_container": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "panel", + "children": [ + "csb_buy_button" + ] + }, + "csb_buy_container/csb_buy_button": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "csb_buy_button_text": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "csb_cancel_button": { + "file": "ui/csb_sections/csb_subscription_panel.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + } + }, + "csb_upsell": { + "csb_upsell_screen": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "csb_upsell_compare_dialog": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "csb_upsell_compare_main_screen" + ] + }, + "csb_upsell_compare_dialog/csb_upsell_compare_main_screen": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "csb_upsell_popup_content": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "two_side_panels" + ] + }, + "csb_upsell_popup_content/two_side_panels": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "border_panel_left", + "middle_spacer", + "border_panel_right" + ] + }, + "csb_upsell_popup_content/two_side_panels/border_panel_left": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "border", + "background_panel", + "left_side_panel", + "button_centering" + ] + }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/border": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "image" + }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/background_panel": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "image" + }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/left_side_panel": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_upsell_left_side_panel", + "namespace": "csb_upsell" + } + }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/button_centering": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "learn_more_left" + ] + }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/button_centering/learn_more_left": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "button", + "extend": { + "name": "csb_gold_button", + "namespace": "common_csb" + } + }, + "csb_upsell_popup_content/two_side_panels/middle_spacer": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_upsell_popup_content/two_side_panels/border_panel_right": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "border", + "background_panel", + "right_side_panel", + "button_centering" + ] + }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/border": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "image" + }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/background_panel": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "image" + }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/right_side_panel": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_upsell_right_side_panel", + "namespace": "csb_upsell" + } + }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/button_centering": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "learn_more_right" + ] + }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/button_centering/learn_more_right": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "csb_upsell_left_side_panel": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "upper_half", + "middle_spacer", + "bottom_half" + ] + }, + "csb_upsell_left_side_panel/upper_half": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "header_panel" + ] + }, + "csb_upsell_left_side_panel/upper_half/header_panel": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "blank_space", + "top_header", + "price_amount" + ] + }, + "csb_upsell_left_side_panel/upper_half/header_panel/blank_space": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_upsell_left_side_panel/upper_half/header_panel/top_header": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_header_two_lines", + "namespace": "common_csb" + } + }, + "csb_upsell_left_side_panel/upper_half/header_panel/price_amount": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_price", + "namespace": "csb_upsell" + } + }, + "csb_upsell_left_side_panel/middle_spacer": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_upsell_left_side_panel/bottom_half": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "padding_b", + "bullet_one", + "padding_0", + "bullet_two", + "padding_1", + "bullet_three" + ] + }, + "csb_upsell_left_side_panel/bottom_half/padding_b": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_big_padding", + "namespace": "csb_upsell" + } + }, + "csb_upsell_left_side_panel/bottom_half/bullet_one": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_bullet_point", + "namespace": "csb_upsell" + } + }, + "csb_upsell_left_side_panel/bottom_half/padding_0": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_bullet_padding", + "namespace": "csb_upsell" + } + }, + "csb_upsell_left_side_panel/bottom_half/bullet_two": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_bullet_point", + "namespace": "csb_upsell" + } + }, + "csb_upsell_left_side_panel/bottom_half/padding_1": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_bullet_padding", + "namespace": "csb_upsell" + } + }, + "csb_upsell_left_side_panel/bottom_half/bullet_three": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_bullet_point", + "namespace": "csb_upsell" + } + }, + "csb_upsell_right_side_panel": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "upper_half", + "middle_spacer", + "bottom_half" + ] + }, + "csb_upsell_right_side_panel/upper_half": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "marketing_banner", + "header_panel" + ] + }, + "csb_upsell_right_side_panel/upper_half/marketing_banner": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "background_color", + "marketing_banner_label" + ] + }, + "csb_upsell_right_side_panel/upper_half/marketing_banner/background_color": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "image" + }, + "csb_upsell_right_side_panel/upper_half/marketing_banner/marketing_banner_label": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "label" + }, + "csb_upsell_right_side_panel/upper_half/header_panel": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "top_header", + "price_amount" + ] + }, + "csb_upsell_right_side_panel/upper_half/header_panel/top_header": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "label" + }, + "csb_upsell_right_side_panel/upper_half/header_panel/price_amount": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_price", + "namespace": "csb_upsell" + } + }, + "csb_upsell_right_side_panel/middle_spacer": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_upsell_right_side_panel/bottom_half": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "padding_b", + "bullet_one", + "padding_1", + "bullet_two", + "padding_0", + "bullet_three" + ] + }, + "csb_upsell_right_side_panel/bottom_half/padding_b": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_big_padding", + "namespace": "csb_upsell" + } + }, + "csb_upsell_right_side_panel/bottom_half/bullet_one": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_bullet_point", + "namespace": "csb_upsell" + } + }, + "csb_upsell_right_side_panel/bottom_half/padding_1": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_bullet_padding", + "namespace": "csb_upsell" + } + }, + "csb_upsell_right_side_panel/bottom_half/bullet_two": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_bullet_point", + "namespace": "csb_upsell" + } + }, + "csb_upsell_right_side_panel/bottom_half/padding_0": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_bullet_padding", + "namespace": "csb_upsell" + } + }, + "csb_upsell_right_side_panel/bottom_half/bullet_three": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_bullet_split_point", + "namespace": "csb_upsell" + } + }, + "csb_big_padding": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_bullet_padding": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "desktop", + "pocket" + ] + }, + "csb_bullet_padding/desktop": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_bullet_desktop_padding", + "namespace": "csb_upsell" + } + }, + "csb_bullet_padding/pocket": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "extend": { + "name": "csb_bullet_pocket_padding", + "namespace": "csb_upsell" + } + }, + "csb_bullet_desktop_padding": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_bullet_pocket_padding": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_bullet": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "padding_icon_left", + "padding_icon_vertical", + "padding_icon_right" + ] + }, + "csb_bullet/padding_icon_left": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_bullet/padding_icon_vertical": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "padding_vertical", + "label_icon" + ] + }, + "csb_bullet/padding_icon_vertical/padding_vertical": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_bullet/padding_icon_vertical/label_icon": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "image" + }, + "csb_bullet/padding_icon_right": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel" + }, + "csb_bullet_point": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "bullet_icon", + "label_text" + ] + }, + "csb_bullet_point/bullet_icon": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_bullet", + "namespace": "csb_upsell" + } + }, + "csb_bullet_point/label_text": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "label" + }, + "csb_bullet_split_point": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "bullet_icon", + "label_text", + "space", + "csb_name" + ] + }, + "csb_bullet_split_point/bullet_icon": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_bullet", + "namespace": "csb_upsell" + } + }, + "csb_bullet_split_point/label_text": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "label" + }, + "csb_bullet_split_point/space": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "label_text_csb" + ] + }, + "csb_bullet_split_point/space/label_text_csb": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "label" + }, + "csb_bullet_split_point/csb_name": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "csb_name_string" + ] + }, + "csb_bullet_split_point/csb_name/csb_name_string": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_header", + "namespace": "common_csb" + } + }, + "csb_price": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "price_details" + ] + }, + "csb_price/price_details": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "extend": { + "name": "csb_price_details", + "namespace": "csb_upsell" + } + }, + "csb_price_details": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "stack_panel", + "children": [ + "price_panel_1", + "price_panel_first_period" + ] + }, + "csb_price_details/price_panel_1": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "amount" + ] + }, + "csb_price_details/price_panel_1/amount": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "label" + }, + "csb_price_details/price_panel_first_period": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "second_line" + ] + }, + "csb_price_details/price_panel_first_period/second_line": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "label" + }, + "csb_learn_more": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "panel", + "children": [ + "learn_more" + ] + }, + "csb_learn_more/learn_more": { + "file": "ui/csb_sections/csb_upsell_dialog.json", + "type": "label" + } + }, + "csb_packs": { + "view_all_packs_screen": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "screen", + "extend": { + "name": "store_base_screen", + "namespace": "common_store" + } + }, + "view_packs_screen_content": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "view_packs_screen_content/main_panel": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_header_with_coins", + "namespace": "common_store" + } + }, + "csb_view_packs_screen_main_panel": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "input_panel", + "extend": { + "name": "sidebar_view", + "namespace": "sidebar_navigation" + } + }, + "main_panel": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "input_panel", + "children": [ + "offers", + "progress_loading" + ] + }, + "main_panel/offers": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "main_panel/progress_loading": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "scrolling_content_stack": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "store_factory" + ] + }, + "scrolling_content_stack/padding_0": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "panel" + }, + "scrolling_content_stack/store_factory": { + "file": "ui/csb_sections/csb_view_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_section_factory", + "namespace": "common_store" + } + } + }, + "csb_welcome": { + "csb_welcome_screen": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "welcome_screen_content": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "welcome_screen_content/main_panel": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "welcome_modal_main_panel": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "stack_panel", + "children": [ + "art_panel", + "padding", + "text_panel" + ] + }, + "welcome_modal_main_panel/art_panel": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "panel", + "children": [ + "art" + ] + }, + "welcome_modal_main_panel/art_panel/art": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "image" + }, + "welcome_modal_main_panel/padding": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "panel" + }, + "welcome_modal_main_panel/text_panel": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "welcome_modal_main_panel/text_panel/text": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "label" + }, + "welcome_modal_continue_button": { + "file": "ui/csb_sections/csb_welcome_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "csb_faq": { + "faq_bottom_button": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "faq_image_section": { + "file": "ui/csb_sections/faq_section.json", + "type": "panel", + "children": [ + "faq_image" + ] + }, + "faq_image_section/faq_image": { + "file": "ui/csb_sections/faq_section.json", + "type": "image" + }, + "faq_text_section_body": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel" + }, + "faq_text_question": { + "file": "ui/csb_sections/faq_section.json", + "type": "label" + }, + "faq_text_section": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_text_section_body", + "namespace": "csb_faq" + }, + "children": [ + "faq_text_question", + "faq_text_answer" + ] + }, + "faq_text_section/faq_text_question": { + "file": "ui/csb_sections/faq_section.json", + "type": "label", + "extend": { + "name": "faq_text_question", + "namespace": "csb_faq" + } + }, + "faq_text_section/faq_text_answer": { + "file": "ui/csb_sections/faq_section.json", + "type": "label" + }, + "faq_price_bound_text_section": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_text_section_body", + "namespace": "csb_faq" + }, + "children": [ + "faq_text_question", + "faq_text_answer" + ] + }, + "faq_price_bound_text_section/faq_text_question": { + "file": "ui/csb_sections/faq_section.json", + "type": "label", + "extend": { + "name": "faq_text_question", + "namespace": "csb_faq" + } + }, + "faq_price_bound_text_section/faq_text_answer": { + "file": "ui/csb_sections/faq_section.json", + "type": "label" + }, + "faq_question_body": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_question_body_stack", + "namespace": "csb_faq" + }, + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "faq_question_body/0": { + "file": "ui/csb_sections/faq_section.json", + "type": "unknown" + }, + "faq_question_body_stack": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel" + }, + "faq_question_body_horz_padding": { + "file": "ui/csb_sections/faq_section.json", + "type": "panel" + }, + "image_left_faq_question_body": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "text_body_focus_border_for_controller_button", + "namespace": "common_buttons" + } + }, + "image_right_faq_question_body": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "text_body_focus_border_for_controller_button", + "namespace": "common_buttons" + } + }, + "image_left_faq_price_bound": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "text_body_focus_border_for_controller_button", + "namespace": "common_buttons" + } + }, + "image_right_faq_price_bound": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "text_body_focus_border_for_controller_button", + "namespace": "common_buttons" + } + }, + "faq_section_header_space": { + "file": "ui/csb_sections/faq_section.json", + "type": "panel" + }, + "faq_section_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "faq_content_section": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "section_base", + "namespace": "csb" + }, + "children": [ + "faq_section_vertical_padding_1", + "faq_header", + "faq_section_vertical_padding_2", + "faq_question_1", + "faq_question_1_divider", + "faq_question_2", + "faq_question_2_divider", + "faq_question_3", + "faq_question_3_divider", + "faq_question_4", + "faq_question_4_divider", + "faq_question_5", + "faq_question_5_divider", + "faq_question_6", + "faq_question_6_divider", + "faq_question_7", + "faq_question_7_divider", + "faq_question_8", + "faq_question_8_divider", + "faq_question_9", + "faq_question_9_divider", + "faq_question_10", + "faq_question_10_divider", + "faq_button", + "faq_bottom_padding" + ] + }, + "faq_content_section/faq_section_vertical_padding_1": { + "file": "ui/csb_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "csb" + } + }, + "faq_content_section/faq_header": { + "file": "ui/csb_sections/faq_section.json", + "type": "label" + }, + "faq_content_section/faq_section_vertical_padding_2": { + "file": "ui/csb_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "faq_section_header_space", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_1": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_right_faq_price_bound", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_1_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_2": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_2_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_3": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_3_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_4": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_4_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_5": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_5_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_6": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_6_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_7": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_7_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_8": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_8_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_9": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_9_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_10": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_question_10_divider": { + "file": "ui/csb_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_button": { + "file": "ui/csb_sections/faq_section.json", + "type": "button", + "extend": { + "name": "faq_bottom_button", + "namespace": "csb_faq" + } + }, + "faq_content_section/faq_bottom_padding": { + "file": "ui/csb_sections/faq_section.json", + "type": "panel", + "children": [ + "bottom_left_particles" + ] + }, + "faq_content_section/faq_bottom_padding/bottom_left_particles": { + "file": "ui/csb_sections/faq_section.json", + "type": "image" + } + }, + "csb_landing": { + "landing_content_section": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "section_base", + "namespace": "csb" + }, + "children": [ + "landing_section_vertical_padding", + "landing_content" + ] + }, + "landing_content_section/landing_section_vertical_padding": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "csb" + } + }, + "landing_content_section/landing_content": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "title_stack", + "vertical_small_spacer_0", + "vertical_small_spacer_1", + "info_stack", + "vertical_small_spacer_2" + ] + }, + "landing_content_section/landing_content/title_stack": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "title_stack", + "namespace": "csb_landing" + } + }, + "landing_content_section/landing_content/vertical_small_spacer_0": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "landing_content_section/landing_content/vertical_small_spacer_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "landing_content_section/landing_content/info_stack": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_stack", + "namespace": "csb_landing" + } + }, + "landing_content_section/landing_content/vertical_small_spacer_2": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "horizontal_small_spacer": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel" + }, + "vertical_small_spacer": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel" + }, + "vertical_large_spacer": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel" + }, + "title_stack": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "title_image_panel", + "title_space", + "action_button", + "sign_in_button", + "vertical_space2", + "gradient_panel", + "gradient_panel2" + ] + }, + "title_stack/title_image_panel": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "title_image_panel", + "namespace": "csb_landing" + } + }, + "title_stack/title_space": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "title_space", + "namespace": "csb_landing" + } + }, + "title_stack/action_button": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "buy_button_panel", + "namespace": "csb_buy" + } + }, + "title_stack/sign_in_button": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "buy_button_panel", + "namespace": "csb_buy" + } + }, + "title_stack/vertical_space2": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "title_stack/gradient_panel": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "children": [ + "label_with_gradient", + "tts_hover" + ] + }, + "title_stack/gradient_panel/label_with_gradient": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "gradient_content_panel", + "namespace": "csb" + } + }, + "title_stack/gradient_panel/tts_hover": { + "file": "ui/csb_sections/landing_section.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "title_stack/gradient_panel2": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "children": [ + "label_with_gradient2", + "tts_hover" + ] + }, + "title_stack/gradient_panel2/label_with_gradient2": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "gradient_content_panel", + "namespace": "csb" + } + }, + "title_stack/gradient_panel2/tts_hover": { + "file": "ui/csb_sections/landing_section.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "subscription_includes_text": { + "file": "ui/csb_sections/landing_section.json", + "type": "label" + }, + "free_trial_text": { + "file": "ui/csb_sections/landing_section.json", + "type": "label" + }, + "title_space": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel" + }, + "title_image_panel": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "vertical_small_spacer_1", + "title_image_container", + "vertical_small_spacer_2" + ] + }, + "title_image_panel/vertical_small_spacer_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "title_image_panel/title_image_container": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "children": [ + "title_image" + ] + }, + "title_image_panel/title_image_container/title_image": { + "file": "ui/csb_sections/landing_section.json", + "type": "image" + }, + "title_image_panel/vertical_small_spacer_2": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_stack": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "info_section_image", + "info_description_stack_retail" + ] + }, + "info_stack/info_section_image": { + "file": "ui/csb_sections/landing_section.json", + "type": "image", + "extend": { + "name": "info_section_image_with_border", + "namespace": "csb_landing" + } + }, + "info_stack/info_description_stack_retail": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_description_stack_retail", + "namespace": "csb_landing" + } + }, + "info_description_stack_retail": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "info_section_stack_1" + ] + }, + "info_description_stack_retail/info_section_stack_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_stack", + "namespace": "csb_landing" + }, + "children": [ + "horizontal_small_spacer", + "info_section_text_1" + ] + }, + "info_description_stack_retail/info_section_stack_1/horizontal_small_spacer": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "horizontal_small_spacer", + "namespace": "csb_landing" + } + }, + "info_description_stack_retail/info_section_stack_1/info_section_text_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text_1", + "namespace": "csb_landing" + } + }, + "info_section_stack": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel" + }, + "info_section_image_with_border": { + "file": "ui/csb_sections/landing_section.json", + "type": "image" + }, + "info_section_text_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text", + "namespace": "csb_landing" + }, + "children": [ + "info_section_text", + "vertical_small_spacer_0", + "info_text_bullet_1", + "vertical_small_spacer_1", + "info_text_bullet_2", + "vertical_small_spacer_2", + "info_text_bullet_3", + "vertical_small_spacer_3", + "info_text_bullet_4", + "vertical_small_spacer_4", + "info_text_bullet_5", + "vertical_small_spacer_5", + "info_text_bullet_6", + "vertical_large_spacer_6" + ] + }, + "info_section_text_1/info_section_text": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "info_text_unbulletted", + "namespace": "csb_landing" + } + }, + "info_section_text_1/vertical_small_spacer_0": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_1/info_text_bullet_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_1/vertical_small_spacer_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_1/info_text_bullet_2": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_1/vertical_small_spacer_2": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_1/info_text_bullet_3": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_1/vertical_small_spacer_3": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_1/info_text_bullet_4": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_1/vertical_small_spacer_4": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_1/info_text_bullet_5": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_1/vertical_small_spacer_5": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_1/info_text_bullet_6": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_1/vertical_large_spacer_6": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_large_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_2": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text", + "namespace": "csb_landing" + }, + "children": [ + "info_text_bullet_1", + "vertical_small_spacer_0", + "info_text_bullet_2", + "vertical_small_spacer_1", + "info_text_bullet_4", + "vertical_small_spacer_3", + "info_text_bullet_5" + ] + }, + "info_section_text_2/info_text_bullet_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_2/vertical_small_spacer_0": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_2/info_text_bullet_2": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_2/vertical_small_spacer_1": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_2/info_text_bullet_4": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text_2/vertical_small_spacer_3": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "csb_landing" + } + }, + "info_section_text_2/info_text_bullet_5": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "csb_landing" + } + }, + "info_section_text": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel" + }, + "info_text_bullet": { + "file": "ui/csb_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "info_text_bullet_bullet", + "bullet_spacer", + "info_text_bullet_body", + "bullet_spacer_end" + ] + }, + "info_text_bullet/info_text_bullet_bullet": { + "file": "ui/csb_sections/landing_section.json", + "type": "label" + }, + "info_text_bullet/bullet_spacer": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel" + }, + "info_text_bullet/info_text_bullet_body": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "info_text_body", + "namespace": "csb_landing" + } + }, + "info_text_bullet/bullet_spacer_end": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel" + }, + "info_text_unbulletted": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "children": [ + "info_text_bullet_body" + ] + }, + "info_text_unbulletted/info_text_bullet_body": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "info_text_body", + "namespace": "csb_landing" + } + }, + "info_text_body": { + "file": "ui/csb_sections/landing_section.json", + "type": "panel", + "children": [ + "text_body", + "tts_border" + ] + }, + "info_text_body/text_body": { + "file": "ui/csb_sections/landing_section.json", + "type": "label" + }, + "info_text_body/tts_border": { + "file": "ui/csb_sections/landing_section.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + } + }, + "custom_templates": { + "lock_icon": { + "file": "ui/custom_templates_screen.json", + "type": "image" + }, + "templates_scroll_content": { + "file": "ui/custom_templates_screen.json", + "type": "input_panel", + "children": [ + "scrolling_panel" + ] + }, + "templates_scroll_content/scrolling_panel": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "templates_scroll_panel": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "children": [ + "templates_stack_panel" + ] + }, + "templates_scroll_panel/templates_stack_panel": { + "file": "ui/custom_templates_screen.json", + "type": "stack_panel", + "children": [ + "templates_item_grid" + ] + }, + "templates_scroll_panel/templates_stack_panel/templates_item_grid": { + "file": "ui/custom_templates_screen.json", + "type": "grid", + "extend": { + "name": "templates_item_grid", + "namespace": "custom_templates" + } + }, + "templates_item_grid": { + "file": "ui/custom_templates_screen.json", + "type": "grid" + }, + "templates_item": { + "file": "ui/custom_templates_screen.json", + "type": "stack_panel", + "children": [ + "template_item_button" + ] + }, + "templates_item/template_item_button": { + "file": "ui/custom_templates_screen.json", + "type": "button", + "extend": { + "name": "template_item_button", + "namespace": "custom_templates" + } + }, + "template_item_button": { + "file": "ui/custom_templates_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "template_content_panel": { + "file": "ui/custom_templates_screen.json", + "type": "stack_panel", + "children": [ + "template_screenshot", + "template_text_panel", + "lock_panel" + ] + }, + "template_content_panel/template_screenshot": { + "file": "ui/custom_templates_screen.json", + "type": "image", + "extend": { + "name": "template_screenshot", + "namespace": "custom_templates" + } + }, + "template_content_panel/template_text_panel": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "extend": { + "name": "template_text_panel", + "namespace": "custom_templates" + } + }, + "template_content_panel/lock_panel": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "children": [ + "lock_icon" + ] + }, + "template_content_panel/lock_panel/lock_icon": { + "file": "ui/custom_templates_screen.json", + "type": "image", + "extend": { + "name": "lock_icon", + "namespace": "custom_templates" + } + }, + "template_screenshot": { + "file": "ui/custom_templates_screen.json", + "type": "image", + "children": [ + "picture" + ] + }, + "template_screenshot/picture": { + "file": "ui/custom_templates_screen.json", + "type": "image" + }, + "template_text_panel": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "children": [ + "text_indent" + ] + }, + "template_text_panel/text_indent": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "children": [ + "top_side", + "bottom_side" + ] + }, + "template_text_panel/text_indent/top_side": { + "file": "ui/custom_templates_screen.json", + "type": "stack_panel", + "children": [ + "template_name", + "download_text_label" + ] + }, + "template_text_panel/text_indent/top_side/template_name": { + "file": "ui/custom_templates_screen.json", + "type": "label", + "extend": { + "name": "template_name", + "namespace": "custom_templates" + } + }, + "template_text_panel/text_indent/top_side/download_text_label": { + "file": "ui/custom_templates_screen.json", + "type": "label", + "extend": { + "name": "template_download_text", + "namespace": "custom_templates" + } + }, + "template_text_panel/text_indent/bottom_side": { + "file": "ui/custom_templates_screen.json", + "type": "stack_panel", + "children": [ + "template_description", + "template_version" + ] + }, + "template_text_panel/text_indent/bottom_side/template_description": { + "file": "ui/custom_templates_screen.json", + "type": "label", + "extend": { + "name": "template_description", + "namespace": "custom_templates" + } + }, + "template_text_panel/text_indent/bottom_side/template_version": { + "file": "ui/custom_templates_screen.json", + "type": "label", + "extend": { + "name": "template_version", + "namespace": "custom_templates" + } + }, + "template_name": { + "file": "ui/custom_templates_screen.json", + "type": "label", + "extend": { + "name": "template_list_text", + "namespace": "custom_templates" + } + }, + "template_download_text": { + "file": "ui/custom_templates_screen.json", + "type": "label", + "extend": { + "name": "template_list_text", + "namespace": "custom_templates" + } + }, + "template_list_text": { + "file": "ui/custom_templates_screen.json", + "type": "label" + }, + "template_description": { + "file": "ui/custom_templates_screen.json", + "type": "label", + "extend": { + "name": "template_list_text", + "namespace": "custom_templates" + } + }, + "template_version": { + "file": "ui/custom_templates_screen.json", + "type": "label", + "extend": { + "name": "template_list_text", + "namespace": "custom_templates" + } + }, + "main_panel": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "children": [ + "templates_scroll_content" + ] + }, + "main_panel/templates_scroll_content": { + "file": "ui/custom_templates_screen.json", + "type": "input_panel", + "extend": { + "name": "templates_scroll_content", + "namespace": "custom_templates" + } + }, + "custom_templates_screen": { + "file": "ui/custom_templates_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "custom_templates_screen_content": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "custom_templates_screen_content/dialog": { + "file": "ui/custom_templates_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "background": { + "file": "ui/custom_templates_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + } + }, + "world_conversion_complete": { + "background": { + "file": "ui/world_conversion_complete_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + }, + "prompt_text": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "children": [ + "message" + ] + }, + "prompt_text/message": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label" + }, + "converted_world_preview_name": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "converted_world_preview_date": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "converted_world_preview_game_mode": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "converted_world_preview_filesize": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "converted_world_preview_text_panel": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "children": [ + "text_indent" + ] + }, + "converted_world_preview_text_panel/text_indent": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "children": [ + "top_side", + "bottom_side" + ] + }, + "converted_world_preview_text_panel/text_indent/top_side": { + "file": "ui/world_conversion_complete_screen.json", + "type": "stack_panel", + "children": [ + "converted_world_name", + "converted_world_date" + ] + }, + "converted_world_preview_text_panel/text_indent/top_side/converted_world_name": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label", + "extend": { + "name": "converted_world_preview_name", + "namespace": "world_conversion_complete" + } + }, + "converted_world_preview_text_panel/text_indent/top_side/converted_world_date": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label", + "extend": { + "name": "converted_world_preview_date", + "namespace": "world_conversion_complete" + } + }, + "converted_world_preview_text_panel/text_indent/bottom_side": { + "file": "ui/world_conversion_complete_screen.json", + "type": "stack_panel", + "children": [ + "converted_world_game_mode", + "converted_world_filesize" + ] + }, + "converted_world_preview_text_panel/text_indent/bottom_side/converted_world_game_mode": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label", + "extend": { + "name": "converted_world_preview_game_mode", + "namespace": "world_conversion_complete" + } + }, + "converted_world_preview_text_panel/text_indent/bottom_side/converted_world_filesize": { + "file": "ui/world_conversion_complete_screen.json", + "type": "label", + "extend": { + "name": "converted_world_preview_filesize", + "namespace": "world_conversion_complete" + } + }, + "converted_world_preview_panel": { + "file": "ui/world_conversion_complete_screen.json", + "type": "image", + "children": [ + "world_preview_content" + ] + }, + "converted_world_preview_panel/world_preview_content": { + "file": "ui/world_conversion_complete_screen.json", + "type": "stack_panel", + "children": [ + "converted_world_screenshot", + "converted_world_text_panel" + ] + }, + "converted_world_preview_panel/world_preview_content/converted_world_screenshot": { + "file": "ui/world_conversion_complete_screen.json", + "type": "image", + "extend": { + "name": "world_screenshot_base", + "namespace": "play" + }, + "children": [ + "image_content" + ] + }, + "converted_world_preview_panel/world_preview_content/converted_world_screenshot/image_content": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "children": [ + "picture" + ] + }, + "converted_world_preview_panel/world_preview_content/converted_world_screenshot/image_content/picture": { + "file": "ui/world_conversion_complete_screen.json", + "type": "image" + }, + "converted_world_preview_panel/world_preview_content/converted_world_text_panel": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "extend": { + "name": "converted_world_preview_text_panel", + "namespace": "world_conversion_complete" + } + }, + "main_panel": { + "file": "ui/world_conversion_complete_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "prompt_1", + "world_entry_container", + "buttons_panel_sizer" + ] + }, + "main_panel/padding_0": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel" + }, + "main_panel/prompt_1": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "extend": { + "name": "prompt_text", + "namespace": "world_conversion_complete" + } + }, + "main_panel/world_entry_container": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "children": [ + "world_entry_sizer" + ] + }, + "main_panel/world_entry_container/world_entry_sizer": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "children": [ + "world_entry" + ] + }, + "main_panel/world_entry_container/world_entry_sizer/world_entry": { + "file": "ui/world_conversion_complete_screen.json", + "type": "image", + "extend": { + "name": "converted_world_preview_panel", + "namespace": "world_conversion_complete" + } + }, + "main_panel/buttons_panel_sizer": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "children": [ + "buttons_panel" + ] + }, + "main_panel/buttons_panel_sizer/buttons_panel": { + "file": "ui/world_conversion_complete_screen.json", + "type": "stack_panel", + "children": [ + "load_game_button", + "padding", + "return_button" + ] + }, + "main_panel/buttons_panel_sizer/buttons_panel/load_game_button": { + "file": "ui/world_conversion_complete_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "main_panel/buttons_panel_sizer/buttons_panel/padding": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel" + }, + "main_panel/buttons_panel_sizer/buttons_panel/return_button": { + "file": "ui/world_conversion_complete_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "world_conversion_complete_screen_content": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "world_conversion_complete_screen_content/dialog": { + "file": "ui/world_conversion_complete_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "world_conversion_complete_screen": { + "file": "ui/world_conversion_complete_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "day_one_experience_intro": { + "padding_horizontal": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel" + }, + "padding_vertical": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel" + }, + "label_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "label_text" + ] + }, + "label_panel/label_text": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "label" + }, + "text_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "stack_panel", + "children": [ + "padding_00", + "tab_content_description_panel", + "padding_01" + ] + }, + "text_panel/padding_00": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "text_panel/tab_content_description_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "text_panel/padding_01": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "dialog_image": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "image" + }, + "image_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "dialog_image_with_border", + "focus_image" + ] + }, + "image_panel/dialog_image_with_border": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "image", + "extend": { + "name": "dialog_image", + "namespace": "day_one_experience_intro" + } + }, + "image_panel/focus_image": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "unknown" + }, + "top_tab": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "tab_top", + "namespace": "common_tabs" + } + }, + "common_tab_navigation_panel_layout": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "stack_panel" + }, + "tabbed_tab_navigation_panel_layout": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_tab_navigation_panel_layout", + "namespace": "day_one_experience_intro" + }, + "children": [ + "nav_padding_01", + "gamepad_helper_with_offset_left_bumper", + "nav_padding_02", + "welcome_navigation_tab", + "nav_padding_03", + "marketplace_navigation_tab", + "nav_padding_04", + "cross_platform_navigation_tab", + "nav_padding_05", + "realms_navigation_tab", + "nav_padding_06", + "villagers_navigation_tab", + "nav_padding_07", + "gamepad_helper_with_offset_right_bumper", + "nav_padding_08" + ] + }, + "tabbed_tab_navigation_panel_layout/nav_padding_01": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/gamepad_helper_with_offset_left_bumper": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_left_bumper" + ] + }, + "tabbed_tab_navigation_panel_layout/gamepad_helper_with_offset_left_bumper/gamepad_helper_left_bumper": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_bumper", + "namespace": "common" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_02": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/welcome_navigation_tab": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_03": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/marketplace_navigation_tab": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_04": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/cross_platform_navigation_tab": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_05": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/realms_navigation_tab": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_06": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/villagers_navigation_tab": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_07": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_navigation_panel_layout/gamepad_helper_with_offset_right_bumper": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_right_bumper" + ] + }, + "tabbed_tab_navigation_panel_layout/gamepad_helper_with_offset_right_bumper/gamepad_helper_right_bumper": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_bumper", + "namespace": "common" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_08": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "day_one_experience_intro" + } + }, + "tab_header_image_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "welcome_tab_content", + "marketplace_tab_content", + "cross_platform_tab_content", + "realms_tab_content", + "villager_tab_content" + ] + }, + "tab_header_image_panel/welcome_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "welcome_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "tab_header_image_panel/marketplace_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "marketplace_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "tab_header_image_panel/cross_platform_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "cross_platform_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "tab_header_image_panel/realms_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "realms_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "tab_header_image_panel/villager_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "villager_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_content_panel_layout": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "welcome_tab_content", + "marketplace_tab_content", + "cross_platform_tab_content", + "realms_tab_content", + "villager_tab_content" + ] + }, + "tabbed_tab_content_panel_layout/welcome_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "welcome_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_content_panel_layout/marketplace_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "marketplace_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_content_panel_layout/cross_platform_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "cross_platform_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_content_panel_layout/realms_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "realms_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "tabbed_tab_content_panel_layout/villager_tab_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "villager_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "common_tab_header_image_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "header_image" + ] + }, + "common_tab_header_image_panel/header_image": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "image" + }, + "common_tab_content_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "common_tab_content_panel/content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "unknown" + }, + "welcome_tab_header_image_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "welcome_tab_content_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "marketplace_tab_header_image_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "marketplace_tab_content_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "cross_platform_tab_header_image_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "cross_platform_tab_content_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "realms_tab_header_image_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "realms_tab_content_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "villager_tab_header_image_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "villager_tab_content_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "day_one_experience_intro" + } + }, + "tab_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "stack_panel", + "children": [ + "tab_header_image", + "padding_00", + "tab_navigation_panel", + "tab_content_panel", + "padding_4", + "continue_button_panel" + ] + }, + "tab_panel/tab_header_image": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "tab_header_image_panel", + "namespace": "day_one_experience_intro" + } + }, + "tab_panel/padding_00": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "day_one_experience_intro" + } + }, + "tab_panel/tab_navigation_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "stack_panel", + "extend": { + "name": "tabbed_tab_navigation_panel_layout", + "namespace": "day_one_experience_intro" + } + }, + "tab_panel/tab_content_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "tabbed_tab_content_panel_layout", + "namespace": "day_one_experience_intro" + } + }, + "tab_panel/padding_4": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "day_one_experience_intro" + } + }, + "tab_panel/continue_button_panel": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "continue_button" + ] + }, + "tab_panel/continue_button_panel/continue_button": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "day_one_experience_intro_screen": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "day_one_experience_intro_screen_content": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "children": [ + "welcome_dialog" + ] + }, + "day_one_experience_intro_screen_content/welcome_dialog": { + "file": "ui/day_one_experience_intro_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + } + }, + "day_one_experience": { + "alpha_scroll_background": { + "file": "ui/day_one_experience_screen.json", + "type": "image" + }, + "tip_text": { + "file": "ui/day_one_experience_screen.json", + "type": "label" + }, + "tip_arrow_base": { + "file": "ui/day_one_experience_screen.json", + "type": "image" + }, + "tip_arrow_left": { + "file": "ui/day_one_experience_screen.json", + "type": "image", + "extend": { + "name": "tip_arrow_base", + "namespace": "day_one_experience" + } + }, + "tip_arrow_right": { + "file": "ui/day_one_experience_screen.json", + "type": "image", + "extend": { + "name": "tip_arrow_base", + "namespace": "day_one_experience" + } + }, + "import_time": { + "file": "ui/day_one_experience_screen.json", + "type": "custom" + }, + "skins_tip_image": { + "file": "ui/day_one_experience_screen.json", + "type": "image", + "children": [ + "arrows" + ] + }, + "skins_tip_image/arrows": { + "file": "ui/day_one_experience_screen.json", + "type": "stack_panel", + "children": [ + "right_arrow", + "padding", + "left_arrow" + ] + }, + "skins_tip_image/arrows/right_arrow": { + "file": "ui/day_one_experience_screen.json", + "type": "image", + "extend": { + "name": "tip_arrow_right", + "namespace": "day_one_experience" + } + }, + "skins_tip_image/arrows/padding": { + "file": "ui/day_one_experience_screen.json", + "type": "panel" + }, + "skins_tip_image/arrows/left_arrow": { + "file": "ui/day_one_experience_screen.json", + "type": "image", + "extend": { + "name": "tip_arrow_left", + "namespace": "day_one_experience" + } + }, + "skins_tip_top_text": { + "file": "ui/day_one_experience_screen.json", + "type": "label", + "extend": { + "name": "tip_text", + "namespace": "day_one_experience" + } + }, + "skins_tip_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "stack_panel", + "children": [ + "top_text_sizer", + "image_sizer", + "bottom_text_sizer" + ] + }, + "skins_tip_panel/top_text_sizer": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "settings_and_skin_text", + "settings_text" + ] + }, + "skins_tip_panel/top_text_sizer/settings_and_skin_text": { + "file": "ui/day_one_experience_screen.json", + "type": "label", + "extend": { + "name": "skins_tip_top_text", + "namespace": "day_one_experience" + } + }, + "skins_tip_panel/top_text_sizer/settings_text": { + "file": "ui/day_one_experience_screen.json", + "type": "label", + "extend": { + "name": "skins_tip_top_text", + "namespace": "day_one_experience" + } + }, + "skins_tip_panel/image_sizer": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "image_section" + ] + }, + "skins_tip_panel/image_sizer/image_section": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_title_no_buttons", + "namespace": "common_dialogs" + } + }, + "skins_tip_panel/bottom_text_sizer": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "bottom_text" + ] + }, + "skins_tip_panel/bottom_text_sizer/bottom_text": { + "file": "ui/day_one_experience_screen.json", + "type": "label", + "extend": { + "name": "tip_text", + "namespace": "day_one_experience" + } + }, + "skin_viewer_panel_text": { + "file": "ui/day_one_experience_screen.json", + "type": "label", + "extend": { + "name": "tip_text", + "namespace": "day_one_experience" + } + }, + "skin_viewer_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "paper_doll_container", + "legacy_skin_loading_panel", + "bottom_skin_text" + ] + }, + "skin_viewer_panel/paper_doll_container": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "paper_doll" + ] + }, + "skin_viewer_panel/paper_doll_container/paper_doll": { + "file": "ui/day_one_experience_screen.json", + "type": "custom" + }, + "skin_viewer_panel/legacy_skin_loading_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "skin_viewer_panel/bottom_skin_text": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "current_skin_text", + "default_skin_text" + ] + }, + "skin_viewer_panel/bottom_skin_text/current_skin_text": { + "file": "ui/day_one_experience_screen.json", + "type": "label", + "extend": { + "name": "skin_viewer_panel_text", + "namespace": "day_one_experience" + } + }, + "skin_viewer_panel/bottom_skin_text/default_skin_text": { + "file": "ui/day_one_experience_screen.json", + "type": "label", + "extend": { + "name": "skin_viewer_panel_text", + "namespace": "day_one_experience" + } + }, + "skin_tip_screen": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "primary_content", + "no_network_message" + ] + }, + "skin_tip_screen/primary_content": { + "file": "ui/day_one_experience_screen.json", + "type": "stack_panel", + "children": [ + "skin_viewer_panel", + "padding", + "skins_tip_panel_container" + ] + }, + "skin_tip_screen/primary_content/skin_viewer_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "skin_viewer" + ] + }, + "skin_tip_screen/primary_content/skin_viewer_panel/skin_viewer": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_title_no_buttons", + "namespace": "common_dialogs" + } + }, + "skin_tip_screen/primary_content/padding": { + "file": "ui/day_one_experience_screen.json", + "type": "panel" + }, + "skin_tip_screen/primary_content/skins_tip_panel_container": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + }, + "children": [ + "background", + "skins_tip_panel" + ] + }, + "skin_tip_screen/primary_content/skins_tip_panel_container/background": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "skin_tip_screen/primary_content/skins_tip_panel_container/skins_tip_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "stack_panel", + "extend": { + "name": "skins_tip_panel", + "namespace": "day_one_experience" + } + }, + "skin_tip_screen/no_network_message": { + "file": "ui/day_one_experience_screen.json", + "type": "custom" + }, + "legacy_world_item": { + "file": "ui/day_one_experience_screen.json", + "type": "stack_panel", + "children": [ + "header_button_panel" + ] + }, + "legacy_world_item/header_button_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "header_single_button_panel", + "namespace": "play" + } + }, + "legacy_world_item_grid": { + "file": "ui/day_one_experience_screen.json", + "type": "grid", + "extend": { + "name": "world_item_grid_base", + "namespace": "play" + } + }, + "world_picker_scrolling_content": { + "file": "ui/day_one_experience_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "skip_button", + "padding_1", + "loading_legacy_worlds_panel", + "padding_2", + "world_item_grid" + ] + }, + "world_picker_scrolling_content/padding_0": { + "file": "ui/day_one_experience_screen.json", + "type": "panel" + }, + "world_picker_scrolling_content/skip_button": { + "file": "ui/day_one_experience_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "world_picker_scrolling_content/padding_1": { + "file": "ui/day_one_experience_screen.json", + "type": "panel" + }, + "world_picker_scrolling_content/loading_legacy_worlds_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "loading_legacy_worlds_label", + "padding", + "progress_loading_bars" + ] + }, + "world_picker_scrolling_content/loading_legacy_worlds_panel/loading_legacy_worlds_label": { + "file": "ui/day_one_experience_screen.json", + "type": "label" + }, + "world_picker_scrolling_content/loading_legacy_worlds_panel/padding": { + "file": "ui/day_one_experience_screen.json", + "type": "panel" + }, + "world_picker_scrolling_content/loading_legacy_worlds_panel/progress_loading_bars": { + "file": "ui/day_one_experience_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "play" + } + }, + "world_picker_scrolling_content/padding_2": { + "file": "ui/day_one_experience_screen.json", + "type": "panel" + }, + "world_picker_scrolling_content/world_item_grid": { + "file": "ui/day_one_experience_screen.json", + "type": "grid", + "extend": { + "name": "legacy_world_item_grid", + "namespace": "day_one_experience" + } + }, + "world_picker_content": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "world_picker_content/scrolling_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "advanced_worlds_screen": { + "file": "ui/day_one_experience_screen.json", + "type": "stack_panel", + "extend": { + "name": "day_one_experience", + "namespace": "day_one_experience" + }, + "children": [ + "world_picker", + "padding_1", + "import_time_container" + ] + }, + "advanced_worlds_screen/world_picker": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "advanced_worlds_screen/padding_1": { + "file": "ui/day_one_experience_screen.json", + "type": "panel" + }, + "advanced_worlds_screen/import_time_container": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "import_time_label" + ] + }, + "advanced_worlds_screen/import_time_container/import_time_label": { + "file": "ui/day_one_experience_screen.json", + "type": "custom", + "extend": { + "name": "import_time", + "namespace": "day_one_experience" + } + }, + "next_screen_button_content": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "arrow_panel", + "loading_panel" + ] + }, + "next_screen_button_content/arrow_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "label_panel", + "image" + ] + }, + "next_screen_button_content/arrow_panel/label_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "next_screen_button_content/arrow_panel/label_panel/label": { + "file": "ui/day_one_experience_screen.json", + "type": "label" + }, + "next_screen_button_content/arrow_panel/image": { + "file": "ui/day_one_experience_screen.json", + "type": "image" + }, + "next_screen_button_content/loading_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "next_screen_button": { + "file": "ui/day_one_experience_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "next_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "next_button" + ] + }, + "next_panel/next_button": { + "file": "ui/day_one_experience_screen.json", + "type": "button", + "extend": { + "name": "next_screen_button", + "namespace": "day_one_experience" + } + }, + "common_scrolling_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "skin_tip_scroll_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "skin_tip_screen" + ] + }, + "skin_tip_scroll_panel/skin_tip_screen": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "skin_tip_screen", + "namespace": "day_one_experience" + } + }, + "worlds_import_scroll_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "advanced_screen" + ] + }, + "worlds_import_scroll_panel/advanced_screen": { + "file": "ui/day_one_experience_screen.json", + "type": "stack_panel", + "extend": { + "name": "advanced_worlds_screen", + "namespace": "day_one_experience" + } + }, + "common_content": { + "file": "ui/day_one_experience_screen.json", + "type": "panel" + }, + "skin_tip_scroll_content": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "common_content", + "namespace": "day_one_experience" + }, + "children": [ + "scrolling_panel" + ] + }, + "skin_tip_scroll_content/scrolling_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "common_scrolling_panel", + "namespace": "day_one_experience" + } + }, + "world_import_scroll_content": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "common_content", + "namespace": "day_one_experience" + }, + "children": [ + "scrolling_panel" + ] + }, + "world_import_scroll_content/scrolling_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "common_scrolling_panel", + "namespace": "day_one_experience" + } + }, + "default_tab_content_panel_layout": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "skin_tip_tab_content", + "world_import_tab_content" + ] + }, + "default_tab_content_panel_layout/skin_tip_tab_content": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "skin_tip_scroll_content", + "namespace": "day_one_experience" + } + }, + "default_tab_content_panel_layout/world_import_tab_content": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "world_import_scroll_content", + "namespace": "day_one_experience" + } + }, + "default_wizard_screen": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "tab_content_panel" + ] + }, + "default_wizard_screen/tab_content_panel": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "default_tab_content_panel_layout", + "namespace": "day_one_experience" + } + }, + "wizard_screen": { + "file": "ui/day_one_experience_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "wizard_screen_content": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "children": [ + "main_control", + "next_button" + ] + }, + "wizard_screen_content/main_control": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "default_wizard_screen", + "namespace": "day_one_experience" + } + }, + "wizard_screen_content/next_button": { + "file": "ui/day_one_experience_screen.json", + "type": "panel", + "extend": { + "name": "next_panel", + "namespace": "day_one_experience" + } + } + }, + "death": { + "a_button_panel": { + "file": "ui/death_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "a_button_panel/gamepad_helper_a": { + "file": "ui/death_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "you_died_panel": { + "file": "ui/death_screen.json", + "type": "panel", + "children": [ + "you_died_label" + ] + }, + "you_died_panel/you_died_label": { + "file": "ui/death_screen.json", + "type": "label" + }, + "death_reason_panel": { + "file": "ui/death_screen.json", + "type": "panel", + "children": [ + "death_reason_label" + ] + }, + "death_reason_panel/death_reason_label": { + "file": "ui/death_screen.json", + "type": "label" + }, + "labels_panel": { + "file": "ui/death_screen.json", + "type": "stack_panel", + "children": [ + "fill_1", + "you_died", + "padd_1", + "death_reason", + "padd_2" + ] + }, + "labels_panel/fill_1": { + "file": "ui/death_screen.json", + "type": "panel" + }, + "labels_panel/you_died": { + "file": "ui/death_screen.json", + "type": "panel", + "extend": { + "name": "you_died_panel", + "namespace": "death" + } + }, + "labels_panel/padd_1": { + "file": "ui/death_screen.json", + "type": "panel" + }, + "labels_panel/death_reason": { + "file": "ui/death_screen.json", + "type": "panel", + "extend": { + "name": "death_reason_panel", + "namespace": "death" + } + }, + "labels_panel/padd_2": { + "file": "ui/death_screen.json", + "type": "panel" + }, + "buttons_panel": { + "file": "ui/death_screen.json", + "type": "stack_panel", + "children": [ + "padd_0", + "respawn_button", + "padd_1", + "main_menu_button", + "fill_2", + "select_button" + ] + }, + "buttons_panel/padd_0": { + "file": "ui/death_screen.json", + "type": "panel" + }, + "buttons_panel/respawn_button": { + "file": "ui/death_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "buttons_panel/padd_1": { + "file": "ui/death_screen.json", + "type": "panel" + }, + "buttons_panel/main_menu_button": { + "file": "ui/death_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "buttons_panel/fill_2": { + "file": "ui/death_screen.json", + "type": "panel" + }, + "buttons_panel/select_button": { + "file": "ui/death_screen.json", + "type": "panel", + "extend": { + "name": "a_button_panel", + "namespace": "death" + } + }, + "death_screen_content": { + "file": "ui/death_screen.json", + "type": "panel", + "children": [ + "death_screen_buttons_and_stuff", + "loading_label" + ] + }, + "death_screen_content/death_screen_buttons_and_stuff": { + "file": "ui/death_screen.json", + "type": "panel", + "children": [ + "labels_panel", + "buttons_panel" + ] + }, + "death_screen_content/death_screen_buttons_and_stuff/labels_panel": { + "file": "ui/death_screen.json", + "type": "stack_panel", + "extend": { + "name": "labels_panel", + "namespace": "death" + } + }, + "death_screen_content/death_screen_buttons_and_stuff/buttons_panel": { + "file": "ui/death_screen.json", + "type": "stack_panel", + "extend": { + "name": "buttons_panel", + "namespace": "death" + } + }, + "death_screen_content/loading_label": { + "file": "ui/death_screen.json", + "type": "label" + }, + "background_gradient": { + "file": "ui/death_screen.json", + "type": "custom" + }, + "death_screen": { + "file": "ui/death_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "debug_screen": { + "access_button": { + "file": "ui/debug_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "special_render": { + "file": "ui/debug_screen.json", + "type": "custom" + }, + "content_panel": { + "file": "ui/debug_screen.json", + "type": "panel", + "children": [ + "access_button", + "special_render" + ] + }, + "content_panel/access_button": { + "file": "ui/debug_screen.json", + "type": "button", + "extend": { + "name": "access_button", + "namespace": "debug_screen" + } + }, + "content_panel/special_render": { + "file": "ui/debug_screen.json", + "type": "custom", + "extend": { + "name": "special_render", + "namespace": "debug_screen" + } + }, + "debug_screen": { + "file": "ui/debug_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "dev_console": { + "keyboard_button_content": { + "file": "ui/dev_console_screen.json", + "type": "panel", + "extend": { + "name": "button_content_panel", + "namespace": "common_buttons" + }, + "children": [ + "keyboard_image" + ] + }, + "keyboard_button_content/keyboard_image": { + "file": "ui/dev_console_screen.json", + "type": "image", + "extend": { + "name": "keyboard_image", + "namespace": "chat" + } + }, + "keyboard_button": { + "file": "ui/dev_console_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "button_content": { + "file": "ui/dev_console_screen.json", + "type": "panel", + "extend": { + "name": "button_content_panel", + "namespace": "common_buttons" + }, + "children": [ + "image" + ] + }, + "button_content/image": { + "file": "ui/dev_console_screen.json", + "type": "unknown" + }, + "up_arrow": { + "file": "ui/dev_console_screen.json", + "type": "image" + }, + "down_arrow": { + "file": "ui/dev_console_screen.json", + "type": "image" + }, + "send_button": { + "file": "ui/dev_console_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "sent_message_up_button": { + "file": "ui/dev_console_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "sent_message_down_button": { + "file": "ui/dev_console_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "chat_stack_panel": { + "file": "ui/dev_console_screen.json", + "type": "stack_panel", + "children": [ + "text_box", + "send_button", + "sent_message_up_button", + "sent_message_down_button" + ] + }, + "chat_stack_panel/text_box": { + "file": "ui/dev_console_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "chat" + } + }, + "chat_stack_panel/send_button": { + "file": "ui/dev_console_screen.json", + "type": "button", + "extend": { + "name": "send_button", + "namespace": "dev_console" + } + }, + "chat_stack_panel/sent_message_up_button": { + "file": "ui/dev_console_screen.json", + "type": "button", + "extend": { + "name": "sent_message_up_button", + "namespace": "dev_console" + } + }, + "chat_stack_panel/sent_message_down_button": { + "file": "ui/dev_console_screen.json", + "type": "button", + "extend": { + "name": "sent_message_down_button", + "namespace": "dev_console" + } + }, + "main_stack_panel": { + "file": "ui/dev_console_screen.json", + "type": "stack_panel", + "children": [ + "messages_scrolling_panel", + "chat_stack_panel" + ] + }, + "main_stack_panel/messages_scrolling_panel": { + "file": "ui/dev_console_screen.json", + "type": "panel", + "extend": { + "name": "messages_scrolling_panel", + "namespace": "chat" + } + }, + "main_stack_panel/chat_stack_panel": { + "file": "ui/dev_console_screen.json", + "type": "stack_panel", + "extend": { + "name": "chat_stack_panel", + "namespace": "dev_console" + } + }, + "main_with_intellisense": { + "file": "ui/dev_console_screen.json", + "type": "panel", + "children": [ + "main_stack", + "commands_panel" + ] + }, + "main_with_intellisense/main_stack": { + "file": "ui/dev_console_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_stack_panel", + "namespace": "dev_console" + } + }, + "main_with_intellisense/commands_panel": { + "file": "ui/dev_console_screen.json", + "type": "panel", + "extend": { + "name": "commands_panel", + "namespace": "chat" + } + }, + "dev_console_dialog": { + "file": "ui/dev_console_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "dev_console_screen": { + "file": "ui/dev_console_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "disconnect": { + "disconnect_screen_text": { + "file": "ui/disconnect_screen.json", + "type": "label" + }, + "disconnect_text": { + "file": "ui/disconnect_screen.json", + "type": "label", + "extend": { + "name": "disconnect_screen_text", + "namespace": "disconnect" + } + }, + "disconnect_title_text": { + "file": "ui/disconnect_screen.json", + "type": "label", + "extend": { + "name": "disconnect_screen_text", + "namespace": "disconnect" + } + }, + "title_panel": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "disconnect_title_text", + "disconnect_text" + ] + }, + "title_panel/disconnect_title_text": { + "file": "ui/disconnect_screen.json", + "type": "label", + "extend": { + "name": "disconnect_title_text", + "namespace": "disconnect" + } + }, + "title_panel/disconnect_text": { + "file": "ui/disconnect_screen.json", + "type": "label", + "extend": { + "name": "disconnect_text", + "namespace": "disconnect" + } + }, + "menu_button_template": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "continue_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "menu_button_template", + "namespace": "disconnect" + } + }, + "check_store_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "menu_button_template", + "namespace": "disconnect" + } + }, + "exit_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "menu_button_template", + "namespace": "disconnect" + } + }, + "ok_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "menu_button_template", + "namespace": "disconnect" + } + }, + "open_uri_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "open_account_setting_button", + "namespace": "disconnect" + } + }, + "cancel_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "menu_button_template", + "namespace": "disconnect" + } + }, + "button_panel": { + "file": "ui/disconnect_screen.json", + "type": "stack_panel", + "children": [ + "open_uri_button_panel", + "open_button_panel" + ] + }, + "button_panel/open_uri_button_panel": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "open_uri_button" + ] + }, + "button_panel/open_uri_button_panel/open_uri_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "open_uri_button", + "namespace": "disconnect" + } + }, + "button_panel/open_button_panel": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "ok_button" + ] + }, + "button_panel/open_button_panel/ok_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "ok_button", + "namespace": "disconnect" + } + }, + "gamepad_helpers": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/disconnect_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "disconnect_screen": { + "file": "ui/disconnect_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "disconnect_screen_content": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "title_panel", + "gamepad_helpers" + ] + }, + "disconnect_screen_content/title_panel": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "extend": { + "name": "title_panel", + "namespace": "disconnect" + } + }, + "disconnect_screen_content/gamepad_helpers": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "disconnect" + } + }, + "spacing_gap": { + "file": "ui/disconnect_screen.json", + "type": "panel" + }, + "realms_disconnect_screen": { + "file": "ui/disconnect_screen.json", + "type": "screen", + "extend": { + "name": "disconnect_screen", + "namespace": "disconnect" + } + }, + "realms_disconnect_button_panel": { + "file": "ui/disconnect_screen.json", + "type": "stack_panel", + "children": [ + "open_uri_button_panel", + "realm_buttons_panel" + ] + }, + "realms_disconnect_button_panel/open_uri_button_panel": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "open_uri_button" + ] + }, + "realms_disconnect_button_panel/open_uri_button_panel/open_uri_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "open_uri_button", + "namespace": "disconnect" + } + }, + "realms_disconnect_button_panel/realm_buttons_panel": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "realm_buttons" + ] + }, + "realms_disconnect_button_panel/realm_buttons_panel/realm_buttons": { + "file": "ui/disconnect_screen.json", + "type": "stack_panel", + "children": [ + "check_store_button", + "spacing_gap", + "exit_button" + ] + }, + "realms_disconnect_button_panel/realm_buttons_panel/realm_buttons/check_store_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "check_store_button", + "namespace": "disconnect" + } + }, + "realms_disconnect_button_panel/realm_buttons_panel/realm_buttons/spacing_gap": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "disconnect" + } + }, + "realms_disconnect_button_panel/realm_buttons_panel/realm_buttons/exit_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "exit_button", + "namespace": "disconnect" + } + }, + "realms_warning_screen": { + "file": "ui/disconnect_screen.json", + "type": "screen", + "extend": { + "name": "disconnect_screen", + "namespace": "disconnect" + } + }, + "realms_warning_button_panel": { + "file": "ui/disconnect_screen.json", + "type": "stack_panel", + "children": [ + "continue_button_panel", + "realms_warning_button_gap", + "cancel_button_panel" + ] + }, + "realms_warning_button_panel/continue_button_panel": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "continue_button_stack_panel" + ] + }, + "realms_warning_button_panel/continue_button_panel/continue_button_stack_panel": { + "file": "ui/disconnect_screen.json", + "type": "stack_panel", + "children": [ + "check_store_button", + "spacing_gap", + "continue_button" + ] + }, + "realms_warning_button_panel/continue_button_panel/continue_button_stack_panel/check_store_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "check_store_button", + "namespace": "disconnect" + } + }, + "realms_warning_button_panel/continue_button_panel/continue_button_stack_panel/spacing_gap": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "disconnect" + } + }, + "realms_warning_button_panel/continue_button_panel/continue_button_stack_panel/continue_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "continue_button", + "namespace": "disconnect" + } + }, + "realms_warning_button_panel/realms_warning_button_gap": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "disconnect" + } + }, + "realms_warning_button_panel/cancel_button_panel": { + "file": "ui/disconnect_screen.json", + "type": "panel", + "children": [ + "cancel_button" + ] + }, + "realms_warning_button_panel/cancel_button_panel/cancel_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "disconnect" + } + }, + "open_account_setting_button": { + "file": "ui/disconnect_screen.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + } + }, + "display_logged_error": { + "display_logged_error_screen": { + "file": "ui/display_logged_error_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "factory_panel": { + "file": "ui/display_logged_error_screen.json", + "type": "panel", + "children": [ + "error_dialog_factory" + ] + }, + "factory_panel/error_dialog_factory": { + "file": "ui/display_logged_error_screen.json", + "type": "factory" + }, + "display_logged_error_modal": { + "file": "ui/display_logged_error_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "error_message_stack": { + "file": "ui/display_logged_error_screen.json", + "type": "stack_panel", + "children": [ + "error_message", + "error_count" + ] + }, + "error_message_stack/error_message": { + "file": "ui/display_logged_error_screen.json", + "type": "label" + }, + "error_message_stack/error_count": { + "file": "ui/display_logged_error_screen.json", + "type": "label" + }, + "input_blocking_button_base": { + "file": "ui/display_logged_error_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "details_button": { + "file": "ui/display_logged_error_screen.json", + "type": "button", + "extend": { + "name": "input_blocking_button_base", + "namespace": "display_logged_error" + } + }, + "dismiss_button": { + "file": "ui/display_logged_error_screen.json", + "type": "button", + "extend": { + "name": "input_blocking_button_base", + "namespace": "display_logged_error" + } + }, + "error_details_modal": { + "file": "ui/display_logged_error_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "copy_path_button": { + "file": "ui/display_logged_error_screen.json", + "type": "button", + "extend": { + "name": "input_blocking_button_base", + "namespace": "display_logged_error" + } + }, + "hide_error_details_button": { + "file": "ui/display_logged_error_screen.json", + "type": "button", + "extend": { + "name": "input_blocking_button_base", + "namespace": "display_logged_error" + } + }, + "error_stack_scrolling_panel": { + "file": "ui/display_logged_error_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "error_stack": { + "file": "ui/display_logged_error_screen.json", + "type": "stack_panel" + }, + "error_controller_panel": { + "file": "ui/display_logged_error_screen.json", + "type": "panel", + "children": [ + "error_message", + "controller_button" + ] + }, + "error_controller_panel/error_message": { + "file": "ui/display_logged_error_screen.json", + "type": "stack_panel", + "extend": { + "name": "error_base", + "namespace": "display_logged_error" + } + }, + "error_controller_panel/controller_button": { + "file": "ui/display_logged_error_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "hover", + "pressed" + ] + }, + "error_controller_panel/controller_button/hover": { + "file": "ui/display_logged_error_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "error_controller_panel/controller_button/pressed": { + "file": "ui/display_logged_error_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "error_base": { + "file": "ui/display_logged_error_screen.json", + "type": "stack_panel", + "children": [ + "error_message", + "expand_button" + ] + }, + "error_base/error_message": { + "file": "ui/display_logged_error_screen.json", + "type": "label" + }, + "error_base/expand_button": { + "file": "ui/display_logged_error_screen.json", + "type": "button", + "extend": { + "name": "input_blocking_button_base", + "namespace": "display_logged_error" + } + }, + "error_short": { + "file": "ui/display_logged_error_screen.json", + "type": "panel", + "extend": { + "name": "error_controller_panel", + "namespace": "display_logged_error" + } + }, + "error_expanded": { + "file": "ui/display_logged_error_screen.json", + "type": "panel", + "extend": { + "name": "error_controller_panel", + "namespace": "display_logged_error" + } + } + }, + "discovery_dialog": { + "service_body_label": { + "file": "ui/edu_discovery_dialog.json", + "type": "label" + }, + "service_button": { + "file": "ui/edu_discovery_dialog.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "service_buttons": { + "file": "ui/edu_discovery_dialog.json", + "type": "stack_panel" + }, + "content": { + "file": "ui/edu_discovery_dialog.json", + "type": "stack_panel", + "children": [ + "body_text", + "text_to_button_padding", + "buttons" + ] + }, + "content/body_text": { + "file": "ui/edu_discovery_dialog.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "content/text_to_button_padding": { + "file": "ui/edu_discovery_dialog.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "content/buttons": { + "file": "ui/edu_discovery_dialog.json", + "type": "stack_panel", + "extend": { + "name": "service_buttons", + "namespace": "discovery_dialog" + } + }, + "service_dialog": { + "file": "ui/edu_discovery_dialog.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "discovery_dialog_factory": { + "file": "ui/edu_discovery_dialog.json", + "type": "factory" + } + }, + "edu_featured": { + "featured_button_content": { + "file": "ui/edu_featured.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "featured_button_content/button_label": { + "file": "ui/edu_featured.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "featured_button": { + "file": "ui/edu_featured.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + } + }, + "edu_quit_button": { + "quit_button": { + "file": "ui/edu_pause_screen_pause_button.json", + "type": "button", + "extend": { + "name": "quit_button", + "namespace": "pause" + } + } + }, + "persona_emote": { + "emote_wheel_screen": { + "file": "ui/emote_wheel_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "emote_wheel_touch_zone": { + "file": "ui/emote_wheel_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "emote_wheel_screen_content": { + "file": "ui/emote_wheel_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "root_panel", + "instruction_padding", + "instruction_panel", + "dressing_room_button_panel", + "bottom_padding" + ] + }, + "emote_wheel_screen_content/top_padding": { + "file": "ui/emote_wheel_screen.json", + "type": "panel" + }, + "emote_wheel_screen_content/root_panel": { + "file": "ui/emote_wheel_screen.json", + "type": "panel", + "children": [ + "emotes_panel" + ] + }, + "emote_wheel_screen_content/root_panel/emotes_panel": { + "file": "ui/emote_wheel_screen.json", + "type": "panel", + "extend": { + "name": "squaring_panel", + "namespace": "common" + } + }, + "emote_wheel_screen_content/instruction_padding": { + "file": "ui/emote_wheel_screen.json", + "type": "panel" + }, + "emote_wheel_screen_content/instruction_panel": { + "file": "ui/emote_wheel_screen.json", + "type": "panel", + "children": [ + "instruction_background" + ] + }, + "emote_wheel_screen_content/instruction_panel/instruction_background": { + "file": "ui/emote_wheel_screen.json", + "type": "image", + "children": [ + "gamepad_instruction_stack", + "instruction_label_keyboard", + "instruction_label_touch" + ] + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack": { + "file": "ui/emote_wheel_screen.json", + "type": "stack_panel", + "children": [ + "instruction_label_gamepad", + "gamepad_helpers" + ] + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/instruction_label_gamepad": { + "file": "ui/emote_wheel_screen.json", + "type": "label" + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers": { + "file": "ui/emote_wheel_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "gamepad_helper_stack" + ] + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers/gamepad_helper_stack": { + "file": "ui/emote_wheel_screen.json", + "type": "stack_panel", + "children": [ + "gamepad_start", + "gamepad_exit_panel" + ] + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers/gamepad_helper_stack/gamepad_start": { + "file": "ui/emote_wheel_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_start", + "namespace": "common" + } + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers/gamepad_helper_stack/gamepad_exit_panel": { + "file": "ui/emote_wheel_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "gamepad_exit" + ] + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers/gamepad_helper_stack/gamepad_exit_panel/gamepad_exit": { + "file": "ui/emote_wheel_screen.json", + "type": "label" + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/instruction_label_keyboard": { + "file": "ui/emote_wheel_screen.json", + "type": "label" + }, + "emote_wheel_screen_content/instruction_panel/instruction_background/instruction_label_touch": { + "file": "ui/emote_wheel_screen.json", + "type": "label" + }, + "emote_wheel_screen_content/dressing_room_button_panel": { + "file": "ui/emote_wheel_screen.json", + "type": "panel", + "children": [ + "dressing_room_button" + ] + }, + "emote_wheel_screen_content/dressing_room_button_panel/dressing_room_button": { + "file": "ui/emote_wheel_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "emote_wheel_screen_content/bottom_padding": { + "file": "ui/emote_wheel_screen.json", + "type": "panel" + }, + "swap_emote_button": { + "file": "ui/emote_wheel_screen.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + } + }, + "enchanting": { + "enchanting_image": { + "file": "ui/enchanting_screen.json", + "type": "image" + }, + "lapis_image": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "enchanting_image", + "namespace": "enchanting" + } + }, + "dust_image": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "enchanting_image", + "namespace": "enchanting" + } + }, + "dust_image_selectable": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dust_image", + "namespace": "enchanting" + } + }, + "dust_image_unselectable": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dust_image", + "namespace": "enchanting" + } + }, + "dust_template": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "children": [ + "dust_image_selectable", + "dust_image_unselectable" + ] + }, + "dust_template/dust_image_selectable": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dust_image_selectable", + "namespace": "enchanting" + } + }, + "dust_template/dust_image_unselectable": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dust_image_unselectable", + "namespace": "enchanting" + } + }, + "dust_panel": { + "file": "ui/enchanting_screen.json", + "type": "grid", + "children": [ + "a", + "b", + "c" + ] + }, + "dust_panel/a": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "extend": { + "name": "dust_template", + "namespace": "enchanting" + } + }, + "dust_panel/b": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "extend": { + "name": "dust_template", + "namespace": "enchanting" + } + }, + "dust_panel/c": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "extend": { + "name": "dust_template", + "namespace": "enchanting" + } + }, + "background_with_hover_text": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "enchanting_image", + "namespace": "enchanting" + }, + "children": [ + "hover_text" + ] + }, + "background_with_hover_text/hover_text": { + "file": "ui/enchanting_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "dark_background": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "enchanting_image", + "namespace": "enchanting" + } + }, + "dark_background_with_hover_text": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "background_with_hover_text", + "namespace": "enchanting" + } + }, + "active_background": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "enchanting_image", + "namespace": "enchanting" + } + }, + "active_background_with_hover_text": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "background_with_hover_text", + "namespace": "enchanting" + } + }, + "enchant_runes": { + "file": "ui/enchanting_screen.json", + "type": "label" + }, + "enchant_cost": { + "file": "ui/enchanting_screen.json", + "type": "label" + }, + "success_runes": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "enchant_runes", + "namespace": "enchanting" + } + }, + "fail_runes": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "enchant_runes", + "namespace": "enchanting" + } + }, + "success_cost": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "enchant_cost", + "namespace": "enchanting" + } + }, + "fail_cost": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "enchant_cost", + "namespace": "enchanting" + } + }, + "enchanting_label": { + "file": "ui/enchanting_screen.json", + "type": "label" + }, + "base_button": { + "file": "ui/enchanting_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + } + }, + "unselectable_button": { + "file": "ui/enchanting_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "enchanting" + }, + "children": [ + "default", + "hover", + "pressed", + "rune_text", + "enchant_cost" + ] + }, + "unselectable_button/default": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dark_background", + "namespace": "enchanting" + } + }, + "unselectable_button/hover": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dark_background_with_hover_text", + "namespace": "enchanting" + } + }, + "unselectable_button/pressed": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dark_background", + "namespace": "enchanting" + } + }, + "unselectable_button/rune_text": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "fail_runes", + "namespace": "enchanting" + } + }, + "unselectable_button/enchant_cost": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "fail_cost", + "namespace": "enchanting" + } + }, + "selectable_button": { + "file": "ui/enchanting_screen.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "enchanting" + }, + "children": [ + "default", + "hover", + "pressed", + "rune_text", + "enchant_cost" + ] + }, + "selectable_button/default": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "active_background", + "namespace": "enchanting" + } + }, + "selectable_button/hover": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "active_background_with_hover_text", + "namespace": "enchanting" + } + }, + "selectable_button/pressed": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dark_background", + "namespace": "enchanting" + } + }, + "selectable_button/rune_text": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "fail_runes", + "namespace": "enchanting" + } + }, + "selectable_button/enchant_cost": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "success_cost", + "namespace": "enchanting" + } + }, + "enchant_button_panel": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "children": [ + "dark_background", + "unselectable_button", + "selectable_button" + ] + }, + "enchant_button_panel/dark_background": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "dark_background", + "namespace": "enchanting" + } + }, + "enchant_button_panel/unselectable_button": { + "file": "ui/enchanting_screen.json", + "type": "button", + "extend": { + "name": "unselectable_button", + "namespace": "enchanting" + } + }, + "enchant_button_panel/selectable_button": { + "file": "ui/enchanting_screen.json", + "type": "button", + "extend": { + "name": "selectable_button", + "namespace": "enchanting" + } + }, + "enchanting_panel_top_half": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "children": [ + "enchanting_label", + "enchanting_book_panel", + "item_grid", + "lapis_grid", + "grid_panel" + ] + }, + "enchanting_panel_top_half/enchanting_label": { + "file": "ui/enchanting_screen.json", + "type": "label", + "extend": { + "name": "enchanting_label", + "namespace": "enchanting" + } + }, + "enchanting_panel_top_half/enchanting_book_panel": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "children": [ + "enchanting_book" + ] + }, + "enchanting_panel_top_half/enchanting_book_panel/enchanting_book": { + "file": "ui/enchanting_screen.json", + "type": "custom" + }, + "enchanting_panel_top_half/item_grid": { + "file": "ui/enchanting_screen.json", + "type": "grid", + "children": [ + "item_slot" + ] + }, + "enchanting_panel_top_half/item_grid/item_slot": { + "file": "ui/enchanting_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "enchanting_panel_top_half/lapis_grid": { + "file": "ui/enchanting_screen.json", + "type": "grid", + "children": [ + "lapis" + ] + }, + "enchanting_panel_top_half/lapis_grid/lapis": { + "file": "ui/enchanting_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "enchanting_panel_top_half/grid_panel": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "children": [ + "indent", + "dust_panel", + "enchantments_grid" + ] + }, + "enchanting_panel_top_half/grid_panel/indent": { + "file": "ui/enchanting_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "common" + } + }, + "enchanting_panel_top_half/grid_panel/dust_panel": { + "file": "ui/enchanting_screen.json", + "type": "grid", + "extend": { + "name": "dust_panel", + "namespace": "enchanting" + } + }, + "enchanting_panel_top_half/grid_panel/enchantments_grid": { + "file": "ui/enchanting_screen.json", + "type": "grid" + }, + "enchanting_panel": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "enchanting_panel/container_gamepad_helpers": { + "file": "ui/enchanting_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "enchanting_panel/selected_item_details_factory": { + "file": "ui/enchanting_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "enchanting_panel/item_lock_notification_factory": { + "file": "ui/enchanting_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "enchanting_panel/root_panel": { + "file": "ui/enchanting_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "enchanting_screen_inventory", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "enchanting_panel/root_panel/common_panel": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "enchanting_panel/root_panel/enchanting_screen_inventory": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "children": [ + "enchanting_panel_top_half", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button" + ] + }, + "enchanting_panel/root_panel/enchanting_screen_inventory/enchanting_panel_top_half": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "extend": { + "name": "enchanting_panel_top_half", + "namespace": "enchanting" + } + }, + "enchanting_panel/root_panel/enchanting_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/enchanting_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "enchanting_panel/root_panel/enchanting_screen_inventory/hotbar_grid": { + "file": "ui/enchanting_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "enchanting_panel/root_panel/enchanting_screen_inventory/inventory_take_progress_icon_button": { + "file": "ui/enchanting_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "enchanting_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/enchanting_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "enchanting_panel/root_panel/gamepad_cursor": { + "file": "ui/enchanting_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "enchanting_panel/flying_item_renderer": { + "file": "ui/enchanting_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "enchanting_screen": { + "file": "ui/enchanting_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "enchanting_pocket": { + "generic_label": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label" + }, + "background_image": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image" + }, + "inventory_grid": { + "file": "ui/enchanting_screen_pocket.json", + "type": "grid" + }, + "inventory_content": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_content/scrolling_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "lapis_image": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "enchanting_image", + "namespace": "enchanting" + } + }, + "enchanting_slots_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "input_slot", + "lapis_slot" + ] + }, + "enchanting_slots_panel/input_slot": { + "file": "ui/enchanting_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "enchanting_slots_panel/lapis_slot": { + "file": "ui/enchanting_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "enchant_text_runes": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "enchant_runes", + "namespace": "enchanting" + } + }, + "show_highlighted_slot_control": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "pocket_ui_highlight_selected_slot", + "namespace": "common" + } + }, + "show_highlighted_hover_slot_control": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "pocket_ui_highlight_selected_slot", + "namespace": "common" + } + }, + "inactive_background": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image" + }, + "unselectable_button": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "unselectable_button", + "namespace": "enchanting" + }, + "children": [ + "default", + "hover", + "pressed", + "enchant_cost" + ] + }, + "unselectable_button/default": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "dark_background", + "namespace": "enchanting" + } + }, + "unselectable_button/hover": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "dark_background_with_hover_text", + "namespace": "enchanting" + } + }, + "unselectable_button/pressed": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "dark_background", + "namespace": "enchanting" + } + }, + "unselectable_button/enchant_cost": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "fail_cost", + "namespace": "enchanting" + } + }, + "selectable_button": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "selectable_button", + "namespace": "enchanting" + }, + "children": [ + "default", + "hover", + "pressed", + "enchant_cost" + ] + }, + "selectable_button/default": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "active_background", + "namespace": "enchanting" + } + }, + "selectable_button/hover": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "active_background_with_hover_text", + "namespace": "enchanting" + } + }, + "selectable_button/pressed": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "dark_background", + "namespace": "enchanting" + } + }, + "selectable_button/enchant_cost": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "success_cost", + "namespace": "enchanting" + } + }, + "enchant_button_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "inactive_background", + "unselectable_button", + "selectable_button", + "dust", + "rune_text", + "highlight" + ] + }, + "enchant_button_panel/inactive_background": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "inactive_background", + "namespace": "enchanting_pocket" + } + }, + "enchant_button_panel/unselectable_button": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "unselectable_button", + "namespace": "enchanting_pocket" + } + }, + "enchant_button_panel/selectable_button": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "selectable_button", + "namespace": "enchanting_pocket" + } + }, + "enchant_button_panel/dust": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "dust_template", + "namespace": "enchanting" + } + }, + "enchant_button_panel/rune_text": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "enchant_text_runes", + "namespace": "enchanting_pocket" + } + }, + "enchant_button_panel/highlight": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "show_highlighted_slot_control", + "namespace": "enchanting_pocket" + } + }, + "enchant_selection_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "grid" + ] + }, + "enchant_selection_panel/grid": { + "file": "ui/enchanting_screen_pocket.json", + "type": "grid", + "children": [ + "button1", + "button2", + "button3" + ] + }, + "enchant_selection_panel/grid/button1": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "enchant_button_panel", + "namespace": "enchanting_pocket" + } + }, + "enchant_selection_panel/grid/button2": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "enchant_button_panel", + "namespace": "enchanting_pocket" + } + }, + "enchant_selection_panel/grid/button3": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "enchant_button_panel", + "namespace": "enchanting_pocket" + } + }, + "item_renderer": { + "file": "ui/enchanting_screen_pocket.json", + "type": "custom" + }, + "confirm_default_control": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image" + }, + "enchanting_confirm_button": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed", + "arrow_active", + "arrow_inactive", + "input_item_renderer", + "output_item_renderer" + ] + }, + "enchanting_confirm_button/default": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "confirm_default_control", + "namespace": "enchanting_pocket" + } + }, + "enchanting_confirm_button/hover": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "confirm_default_control", + "namespace": "enchanting_pocket" + } + }, + "enchanting_confirm_button/pressed": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image" + }, + "enchanting_confirm_button/arrow_active": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image" + }, + "enchanting_confirm_button/arrow_inactive": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image" + }, + "enchanting_confirm_button/input_item_renderer": { + "file": "ui/enchanting_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "enchanting_pocket" + } + }, + "enchanting_confirm_button/output_item_renderer": { + "file": "ui/enchanting_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "enchanting_pocket" + } + }, + "enchanting_confirm_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "confirm", + "enchantment_hint_text" + ] + }, + "enchanting_confirm_panel/confirm": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "enchanting_confirm_button", + "namespace": "enchanting_pocket" + } + }, + "enchanting_confirm_panel/enchantment_hint_text": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "enchanting_pocket" + } + }, + "enchanting_book_contents_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "enchanting_book", + "player_level_label", + "level_label" + ] + }, + "enchanting_book_contents_panel/enchanting_book": { + "file": "ui/enchanting_screen_pocket.json", + "type": "custom" + }, + "enchanting_book_contents_panel/player_level_label": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "enchanting_pocket" + } + }, + "enchanting_book_contents_panel/level_label": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "enchanting_pocket" + } + }, + "enchanting_book_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "enchanting_slots_panel" + ] + }, + "enchanting_book_panel/enchanting_slots_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "enchanting_book_contents_panel", + "namespace": "enchanting_pocket" + } + }, + "enchanting_slots_and_selection": { + "file": "ui/enchanting_screen_pocket.json", + "type": "stack_panel", + "children": [ + "enchanting_slots_panel", + "pad1", + "enchant_selection_panel" + ] + }, + "enchanting_slots_and_selection/enchanting_slots_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "enchanting_slots_panel", + "namespace": "enchanting_pocket" + } + }, + "enchanting_slots_and_selection/pad1": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel" + }, + "enchanting_slots_and_selection/enchant_selection_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "enchant_selection_panel", + "namespace": "enchanting_pocket" + } + }, + "enchanting_contents_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "stack_panel", + "children": [ + "fill1", + "enchanting_book_panel", + "pad1", + "enchanting_slots_and_selection", + "pad2", + "enchanting_confirm_panel", + "fill2" + ] + }, + "enchanting_contents_panel/fill1": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel" + }, + "enchanting_contents_panel/enchanting_book_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "enchanting_book_panel", + "namespace": "enchanting_pocket" + } + }, + "enchanting_contents_panel/pad1": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel" + }, + "enchanting_contents_panel/enchanting_slots_and_selection": { + "file": "ui/enchanting_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "enchanting_slots_and_selection", + "namespace": "enchanting_pocket" + } + }, + "enchanting_contents_panel/pad2": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel" + }, + "enchanting_contents_panel/enchanting_confirm_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "enchanting_confirm_panel", + "namespace": "enchanting_pocket" + } + }, + "enchanting_contents_panel/fill2": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel" + }, + "header": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "legacy_pocket_close_button", + "panel" + ] + }, + "header/header_background": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image" + }, + "header/legacy_pocket_close_button": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header/panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "header/panel/title_label": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "enchanting_pocket" + } + }, + "inventory_and_enchanting_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_half_screen", + "enchanting_half_screen" + ] + }, + "inventory_and_enchanting_panel/inventory_half_screen": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_content" + ] + }, + "inventory_and_enchanting_panel/inventory_half_screen/inventory_content": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_content", + "namespace": "enchanting_pocket" + } + }, + "inventory_and_enchanting_panel/enchanting_half_screen": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "enchanting_content" + ] + }, + "inventory_and_enchanting_panel/enchanting_half_screen/enchanting_content": { + "file": "ui/enchanting_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "enchanting_contents_panel", + "namespace": "enchanting_pocket" + } + }, + "header_and_content_stack_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "stack_panel", + "children": [ + "header", + "inventory_and_enchanting_panel" + ] + }, + "header_and_content_stack_panel/header": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "enchanting_pocket" + } + }, + "header_and_content_stack_panel/inventory_and_enchanting_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_and_enchanting_panel", + "namespace": "enchanting_pocket" + } + }, + "error_text_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "item_text_label" + ] + }, + "error_text_panel/item_text_label": { + "file": "ui/enchanting_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "enchanting_pocket" + } + }, + "enchanting_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "panel", + "children": [ + "bg", + "root_panel", + "header_and_content_stack_panel", + "container_gamepad_helpers", + "inventory_selected_icon_button", + "hold_icon", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "enchanting_panel/bg": { + "file": "ui/enchanting_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_image", + "namespace": "enchanting_pocket" + } + }, + "enchanting_panel/root_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "enchanting_panel/header_and_content_stack_panel": { + "file": "ui/enchanting_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "header_and_content_stack_panel", + "namespace": "enchanting_pocket" + } + }, + "enchanting_panel/container_gamepad_helpers": { + "file": "ui/enchanting_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "enchanting_panel/inventory_selected_icon_button": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "enchanting_panel/hold_icon": { + "file": "ui/enchanting_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "enchanting_panel/selected_item_details_factory": { + "file": "ui/enchanting_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "enchanting_panel/item_lock_notification_factory": { + "file": "ui/enchanting_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "enchanting_panel/flying_item_renderer": { + "file": "ui/enchanting_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "encyclopedia": { + "encyclopedia_screen": { + "file": "ui/encyclopedia_screen.json", + "type": "screen", + "extend": { + "name": "screen_base", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_selector_stack_panel": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "children": [ + "how_to_play_selector_pane" + ] + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "children": [ + "overworld_category", + "armor_button", + "armor_stand_button", + "banners_button", + "beacons_button", + "beds_button", + "blocks_button", + "book_and_quill_button", + "chests_button", + "conduits_button", + "dyes_button", + "farming_button", + "fireworks_button", + "fishing_button", + "jigsaw_blocks_button", + "mounts_button", + "navigation_button", + "nether_portals_button", + "pets_button", + "raids_button", + "ranching_button", + "scaffolding_button", + "structure_blocks_button", + "tools_button", + "transportation_button", + "trading_button", + "weapons_button", + "stands_and_tables_category", + "anvil_button", + "brewing_stand_button", + "cauldron_button", + "crafting_table_button", + "enchanting_table_button", + "furnace_button", + "loom_button", + "smithing_table_button", + "redstone_engineering_category", + "droppers_button", + "dispensers_button", + "hoppers_button", + "jukebox_button", + "redstone_button", + "the_end_dimension_category", + "the_end_button", + "eye_of_ender_button", + "end_cities_button", + "elytra_button", + "shulker_boxes_button", + "options_and_cheats_category", + "game_settings_button", + "difficulty_button", + "adventure_mode_button", + "creative_mode_button", + "commands_button", + "host_and_player_options_button", + "command_blocks_button", + "realms_category", + "realms_stories_button", + "marketplace_category", + "minecoins_button", + "addons_button", + "worlds_button", + "textures_button", + "skins_button", + "mashups_button" + ] + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/overworld_category": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/armor_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "armor_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/armor_stand_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "armor_stand_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/banners_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "banners_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/beacons_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "beacons_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/beds_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "beds_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/blocks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "blocks_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/book_and_quill_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "book_and_quill_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/chests_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "chests_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/conduits_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "conduits_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/dyes_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "dyes_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/farming_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "farming_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/fireworks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "fireworks_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/fishing_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "fishing_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/jigsaw_blocks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "jigsaw_blocks_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/mounts_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "mounts_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/navigation_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "navigation_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/nether_portals_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "nether_portals_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/pets_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "pets_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/raids_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "raids_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/ranching_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "ranching_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/scaffolding_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "scaffolding_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/structure_blocks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "structure_blocks_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/tools_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "tools_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/transportation_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "transportation_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/trading_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "trading_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/weapons_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "weapons_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/stands_and_tables_category": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/anvil_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "anvil_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/brewing_stand_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "brewing_stand_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/cauldron_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "cauldron_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/crafting_table_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "crafting_table_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/enchanting_table_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "enchanting_table_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/furnace_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "furnace_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/loom_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "loom_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/smithing_table_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "smithing_table_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/redstone_engineering_category": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/droppers_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "droppers_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/dispensers_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "dispensers_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/hoppers_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "hoppers_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/jukebox_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "jukebox_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/redstone_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "redstone_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/the_end_dimension_category": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/the_end_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "the_end_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/eye_of_ender_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "eye_of_ender_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/end_cities_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "end_cities_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/elytra_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "elytra_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/shulker_boxes_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "shulker_boxes_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/options_and_cheats_category": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/game_settings_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "game_settings_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/difficulty_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "difficulty_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/adventure_mode_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "adventure_mode_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/creative_mode_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "creative_mode_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/commands_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "commands_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/host_and_player_options_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "host_and_player_options_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/command_blocks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "command_blocks_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/realms_category": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/realms_stories_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "realms_stories_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/marketplace_category": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/minecoins_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "minecoins_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/addons_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "addons_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/worlds_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "worlds_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/textures_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "textures_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/skins_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "skins_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/mashups_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "mashups_button", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "children": [ + "general_tips_sections" + ] + }, + "encyclopedia_section_content_panels/general_tips_sections": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "children": [ + "section_contents_header", + "armor_section", + "armor_stand_section", + "banners_section", + "beacons_section", + "beds_section", + "blocks_section", + "book_and_quill_section", + "chests_section", + "conduits_section", + "dyes_section", + "farming_section", + "fireworks_section", + "fishing_section", + "jigsaw", + "mounts_section", + "navigation_section", + "nether_portals_section", + "pets_section", + "raids_section", + "ranching_section", + "scaffolding_section", + "structure_blocks_section", + "tools_section", + "transportation_section", + "trading_section", + "weapons_section", + "anvil_section", + "brewing_stand_section", + "cauldron_section", + "crafting_table_section", + "enchanting_table_section", + "furnace_section", + "loom_section", + "smithing_table_section", + "droppers_section", + "dispensers_section", + "hoppers_section", + "jukebox_section", + "redstone_section", + "the_end_section", + "eye_of_ender_section", + "end_cities_section", + "elytra_section", + "shulker_boxes_section", + "game_settings_section", + "difficulty_section", + "adventure_mode_section", + "creative_mode_section", + "commands_section", + "host_and_player_options_section", + "command_blocks_section", + "realms_stories_section", + "minecoins_section", + "addons_section", + "worlds_section", + "textures_section", + "skins_section", + "mashups_section", + "section_contents_footer" + ] + }, + "encyclopedia_section_content_panels/general_tips_sections/section_contents_header": { + "file": "ui/encyclopedia_screen.json", + "type": "input_panel", + "extend": { + "name": "section_contents_header", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/armor_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "armor_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/armor_stand_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "armor_stand_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/banners_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "banners_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/beacons_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "beacons_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/beds_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "beds_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/blocks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "blocks_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/book_and_quill_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "book_and_quill_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/chests_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "chests_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/conduits_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "conduits_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/dyes_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "dyes_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/farming_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "farming_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/fireworks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "fireworks_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/fishing_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "fishing_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/jigsaw": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "jigsaw_blocks_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/mounts_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "mounts_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/navigation_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "navigation_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/nether_portals_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "nether_portals_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/pets_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "pets_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/raids_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "raids_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/ranching_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "ranching_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/scaffolding_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "scaffolding_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/structure_blocks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "structure_blocks_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/tools_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "tools_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/transportation_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "transportation_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/trading_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "trading_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/weapons_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "weapons_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/anvil_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "anvil_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/brewing_stand_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "brewing_stand_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/cauldron_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "cauldron_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/crafting_table_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "crafting_table_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/enchanting_table_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "enchanting_table_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/furnace_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "furnace_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/loom_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "loom_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/smithing_table_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "smithing_table_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/droppers_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "droppers_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/dispensers_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "dispensers_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/hoppers_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "hoppers_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/jukebox_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "jukebox_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/redstone_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "redstone_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/the_end_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "the_end_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/eye_of_ender_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "eye_of_ender_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/end_cities_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "end_cities_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/elytra_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "elytra_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/shulker_boxes_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "shulker_boxes_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/game_settings_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "game_settings_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/difficulty_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "difficulty_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/adventure_mode_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "adventure_mode_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/creative_mode_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "creative_mode_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/commands_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "commands_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/host_and_player_options_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "host_and_player_options_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/command_blocks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "command_blocks_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/realms_stories_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_stories_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/minecoins_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "minecoins_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/addons_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "addons_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/worlds_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "worlds_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/textures_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "textures_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/skins_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "skins_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/mashups_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "mashups_section", + "namespace": "encyclopedia" + } + }, + "encyclopedia_section_content_panels/general_tips_sections/section_contents_footer": { + "file": "ui/encyclopedia_screen.json", + "type": "input_panel", + "extend": { + "name": "section_contents_footer", + "namespace": "how_to_play_common" + } + }, + "adventure_mode_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "adventure_mode_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2" + ] + }, + "adventure_mode_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "adventure_mode_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "adventure_mode_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "anvil_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "anvil_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5" + ] + }, + "anvil_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "anvil_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "anvil_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "anvil_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "anvil_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "anvil_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "anvil_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "anvil_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "anvil_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "anvil_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "anvil_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "armor_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "armor_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "header_2", + "paragraph_5_keyboard", + "paragraph_5_gamepad", + "paragraph_5a_touch", + "padding_5a_touch", + "paragraph_5b_touch", + "padding_5b_touch", + "paragraph_5c_touch", + "padding_5", + "paragraph_6", + "padding_6", + "header_3", + "paragraph_7" + ] + }, + "armor_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "armor_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "armor_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "armor_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "armor_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_5_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_5_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_5a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "armor_section/padding_5a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "touch_padding", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_5b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "armor_section/padding_5b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "touch_padding", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_5c_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "armor_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "armor_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "armor_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "armor_stand_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch", + "padding_2", + "paragraph_3_keyboard", + "paragraph_3_gamepad", + "paragraph_3_touch", + "padding_3", + "header_2", + "paragraph_4_keyboard", + "paragraph_4_gamepad", + "paragraph_4_touch", + "padding_4", + "header_3", + "paragraph_5" + ] + }, + "armor_stand_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_2_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_2_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_3_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_3_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_3_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_4_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_4_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_4_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "armor_stand_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "banners_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7", + "padding_7", + "header_2", + "paragraph_8", + "padding_8", + "header_3", + "paragraph_9" + ] + }, + "banners_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "banners_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "banners_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "banners_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "banners_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "banners_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "banners_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "banners_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "banners_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "banners_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "banners_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "banners_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "banners_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beacons_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "beacons_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "header_2", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7", + "padding_7", + "paragraph_8" + ] + }, + "beacons_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beacons_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beacons_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beacons_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beacons_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "beacons_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beacons_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beacons_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beacons_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beacons_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "beacons_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beacons_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beacons_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beacons_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beacons_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beacons_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beacons_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "conduits_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "conduits_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4" + ] + }, + "conduits_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "conduits_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "conduits_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "conduits_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "conduits_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "conduits_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "conduits_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "conduits_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beds_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "beds_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5" + ] + }, + "beds_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beds_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beds_section/paragraph_2_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "beds_section/paragraph_2_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "beds_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "beds_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beds_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beds_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beds_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beds_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beds_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "blocks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "header_2", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7", + "padding_7", + "paragraph_8", + "padding_8", + "paragraph_9" + ] + }, + "blocks_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "blocks_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "blocks_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "blocks_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "blocks_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "blocks_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "blocks_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "blocks_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "blocks_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "blocks_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "blocks_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "blocks_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "book_and_quill_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "book_and_quill_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1" + ] + }, + "book_and_quill_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "paragraph_4" + ] + }, + "brewing_stand_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "brewing_stand_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "cauldron_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "cauldron_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch", + "padding_2", + "paragraph_3", + "padding_3", + "header_2", + "paragraph_4_keyboard", + "paragraph_4_gamepad", + "paragraph_4_touch", + "padding_4", + "header_3", + "paragraph_5_keyboard", + "paragraph_5_gamepad", + "paragraph_5_touch", + "padding_5", + "paragraph_6" + ] + }, + "cauldron_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_2_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_2_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_4_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_4_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_4_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_5_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_5_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_5_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "cauldron_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "chests_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "chests_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1_keyboard", + "paragraph_1_gamepad", + "paragraph_1_touch", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3" + ] + }, + "chests_section/paragraph_1_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "chests_section/paragraph_1_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "chests_section/paragraph_1_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "chests_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "chests_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "chests_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "chests_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "paragraph_5_1", + "paragraph_5_2", + "paragraph_5_3", + "padding_5", + "paragraph_6", + "paragraph_6_1", + "paragraph_6_2", + "padding_6", + "paragraph_7", + "paragraph_7_1", + "paragraph_7_2", + "padding_7", + "paragraph_8" + ] + }, + "command_blocks_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_5_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_5_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_5_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_6_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_6_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_7_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_7_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "command_blocks_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "commands_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "commands_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2" + ] + }, + "commands_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "commands_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "commands_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "crafting_table_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "crafting_table_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch" + ] + }, + "crafting_table_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "crafting_table_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "crafting_table_section/paragraph_2_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "crafting_table_section/paragraph_2_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "crafting_table_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "creative_mode_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "header_2", + "paragraph_4_keyboard", + "paragraph_4_gamepad", + "paragraph_4a_touch_joystick_tap", + "paragraph_4a_touch_classic_dpad", + "paragraph_4a_touch_joystick_crosshair", + "padding_4a_touch", + "paragraph_4b_touch_joystick_tap", + "paragraph_4b_touch_classic_dpad", + "paragraph_4b_touch_joystick_crosshair" + ] + }, + "creative_mode_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_4_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_4_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_4a_touch_joystick_tap": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_tap", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_4a_touch_classic_dpad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_4a_touch_joystick_crosshair": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_crosshair", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/padding_4a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "touch_padding", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_4b_touch_joystick_tap": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_tap", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_4b_touch_classic_dpad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "creative_mode_section/paragraph_4b_touch_joystick_crosshair": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_crosshair", + "namespace": "how_to_play_common" + } + }, + "difficulty_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "difficulty_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "header_3", + "paragraph_4", + "padding_4", + "header_4", + "paragraph_5" + ] + }, + "difficulty_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/header_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "difficulty_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dispensers_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "dispensers_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4" + ] + }, + "dispensers_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/paragraph_2_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/paragraph_2_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dispensers_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "droppers_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "droppers_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1_keyboard", + "paragraph_1_gamepad", + "paragraph_1_touch", + "padding_1", + "header_1", + "paragraph_2" + ] + }, + "droppers_section/paragraph_1_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "droppers_section/paragraph_1_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "droppers_section/paragraph_1_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "droppers_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "droppers_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "droppers_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dyes_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "dyes_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7" + ] + }, + "dyes_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dyes_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dyes_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dyes_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dyes_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dyes_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dyes_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dyes_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dyes_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dyes_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dyes_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "dyes_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "dyes_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "elytra_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "elytra_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3_keyboard", + "paragraph_3_gamepad", + "paragraph_3_touch", + "padding_3", + "paragraph_4", + "paragraph_4_touch", + "padding_4", + "paragraph_5", + "padding_5", + "header_2", + "paragraph_6" + ] + }, + "elytra_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "elytra_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "elytra_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "elytra_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "elytra_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "elytra_section/paragraph_3_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "elytra_section/paragraph_3_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "elytra_section/paragraph_3_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "elytra_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "elytra_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "elytra_section/paragraph_4_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "elytra_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "elytra_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "elytra_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "elytra_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "elytra_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "header_2", + "paragraph_4", + "padding_4", + "header_3", + "paragraph_5" + ] + }, + "enchanting_table_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "enchanting_table_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "end_cities_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "end_cities_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2" + ] + }, + "end_cities_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "end_cities_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "end_cities_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "eye_of_ender_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "eye_of_ender_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2" + ] + }, + "eye_of_ender_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "eye_of_ender_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "eye_of_ender_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "farming_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "farming_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "header_2", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7" + ] + }, + "farming_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "farming_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "farming_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "farming_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "farming_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "farming_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "farming_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "farming_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "farming_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "farming_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "farming_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "farming_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "farming_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "farming_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "farming_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "fireworks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3_keyboard", + "paragraph_3_gamepad", + "paragraph_3_touch", + "padding_3", + "paragraph_4", + "padding_4", + "header_2", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_5a", + "paragraph_6_1", + "padding_5b", + "paragraph_6_2", + "padding_5c", + "paragraph_6_3", + "padding_5d", + "paragraph_6_4", + "padding_5e", + "paragraph_6_5", + "padding_5f", + "paragraph_6_6", + "padding_6", + "header_3", + "paragraph_7" + ] + }, + "fireworks_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_3_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_3_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_3_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_5a": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_6_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_5b": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_6_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_5c": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_6_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_5d": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_6_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_5e": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_6_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_5f": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_6_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "fireworks_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7", + "padding_7", + "paragraph_8", + "padding_8", + "paragraph_9" + ] + }, + "jigsaw_blocks_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jigsaw_blocks_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fishing_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "fishing_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "paragraph_4_keyboard", + "paragraph_4_gamepad", + "paragraph_4_touch" + ] + }, + "fishing_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fishing_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fishing_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "fishing_section/paragraph_2_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "fishing_section/paragraph_2_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "fishing_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "fishing_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fishing_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "fishing_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "fishing_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "fishing_section/paragraph_4_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "fishing_section/paragraph_4_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "fishing_section/paragraph_4_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "furnace_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "furnace_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch", + "padding_2", + "paragraph_3" + ] + }, + "furnace_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "furnace_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "furnace_section/paragraph_2_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "furnace_section/paragraph_2_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "furnace_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "furnace_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "furnace_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "game_settings_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "header_1", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7", + "paragraph_7_1", + "paragraph_7_2", + "padding_7", + "paragraph_8", + "padding_8", + "header_2", + "paragraph_9", + "padding_9", + "paragraph_10", + "padding_10", + "paragraph_11", + "padding_11", + "paragraph_12", + "padding_12", + "paragraph_13", + "padding_13", + "paragraph_14", + "padding_14", + "paragraph_15", + "padding_15", + "paragraph_16", + "padding_16", + "paragraph_17" + ] + }, + "game_settings_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_7_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_7_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_13": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_13": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_14": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_14": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_15": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_15": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_16": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/padding_16": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "game_settings_section/paragraph_17": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "hoppers_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "hoppers_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4" + ] + }, + "hoppers_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "hoppers_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "hoppers_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "hoppers_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "hoppers_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "hoppers_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "hoppers_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "hoppers_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "host_and_player_options_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "host_and_player_options_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1_not_touch", + "paragraph_1_touch" + ] + }, + "host_and_player_options_section/paragraph_1_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "host_and_player_options_section/paragraph_1_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "jukebox_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "jukebox_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2_not_touch", + "paragraph_2_touch", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "header_3", + "paragraph_7", + "padding_7", + "paragraph_8" + ] + }, + "jukebox_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/paragraph_2_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "jukebox_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "loom_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "loom_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "header_2", + "paragraph_4" + ] + }, + "loom_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "loom_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "loom_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "loom_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "loom_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "loom_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "loom_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "loom_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "loom_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "realms_stories_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "header_3", + "paragraph_4", + "padding_4", + "header_4", + "paragraph_5", + "padding_5", + "header_5", + "paragraph_6" + ] + }, + "realms_stories_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/header_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/header_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "realms_stories_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "header_2", + "paragraph_7", + "padding_7", + "paragraph_8", + "padding_8", + "paragraph_9" + ] + }, + "smithing_table_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "smithing_table_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "mounts_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3_not_touch", + "paragraph_3_touch", + "padding_3", + "paragraph_4", + "padding_4", + "header_2", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_6b", + "padding_6b", + "paragraph_7", + "padding_7", + "paragraph_8", + "padding_8", + "header_3", + "paragraph_9", + "padding_9", + "paragraph_10", + "padding_10", + "paragraph_11", + "padding_11", + "paragraph_12", + "padding_12", + "header_4", + "paragraph_13", + "padding_13", + "paragraph_14", + "padding_14", + "header_5", + "paragraph_15_not_touch", + "paragraph_15a_touch", + "padding_15", + "paragraph_15b_touch" + ] + }, + "mounts_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_3_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_3_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_6b": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_6b": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/header_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_13": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_13": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_14": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_14": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/header_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_15_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_15a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad_spacing", + "namespace": "how_to_play_common" + } + }, + "mounts_section/padding_15": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "small_padding", + "namespace": "how_to_play_common" + } + }, + "mounts_section/paragraph_15b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "navigation_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "navigation_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7", + "padding_7", + "header_2", + "paragraph_8", + "padding_8", + "paragraph_9", + "padding_9", + "header_3", + "paragraph_10" + ] + }, + "navigation_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "navigation_section/padding_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "navigation_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "navigation_section/paragraph_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "nether_portals_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "nether_portals_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "image_1" + ] + }, + "nether_portals_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "nether_portals_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "nether_portals_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "nether_portals_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "nether_portals_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "nether_portals_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "nether_portals_section/image_1": { + "file": "ui/encyclopedia_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "pets_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "pets_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "header_1", + "paragraph_1_not_touch", + "paragraph_1_touch", + "padding_1", + "header_2", + "paragraph_2", + "padding_2", + "header_3", + "paragraph_3", + "padding_3", + "header_4", + "paragraph_4" + ] + }, + "pets_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "pets_section/paragraph_1_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "pets_section/paragraph_1_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "pets_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "pets_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "pets_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "pets_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "pets_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "pets_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "pets_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "pets_section/header_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "pets_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "raids_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "raids_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3" + ] + }, + "raids_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "raids_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "raids_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "raids_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "raids_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "raids_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "ranching_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "ranching_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "header_2", + "paragraph_4", + "padding_4", + "paragraph_5" + ] + }, + "ranching_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "ranching_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "ranching_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "ranching_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "ranching_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "ranching_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "ranching_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "ranching_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "ranching_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "ranching_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "ranching_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "redstone_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "redstone_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5" + ] + }, + "redstone_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "redstone_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "redstone_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "redstone_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "redstone_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "redstone_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "redstone_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "redstone_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "redstone_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "redstone_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "scaffolding_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "header_1", + "paragraph_1_keyboard", + "paragraph_1_gamepad", + "paragraph_1a_touch", + "padding_1a_touch", + "paragraph_1b_touch", + "padding_1b_touch", + "paragraph_1c_touch", + "padding_1", + "header_2", + "paragraph_2", + "image_1", + "padding_2", + "header_3", + "paragraph_3", + "padding_3" + ] + }, + "scaffolding_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/paragraph_1_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/paragraph_1_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/paragraph_1a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/padding_1a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "touch_padding", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/paragraph_1b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad_spacing", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/padding_1b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "touch_padding", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/paragraph_1c_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/image_1": { + "file": "ui/encyclopedia_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "scaffolding_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "paragraph_7", + "padding_7", + "header_3", + "paragraph_8", + "padding_8", + "paragraph_9_keyboard", + "paragraph_9_gamepad", + "paragraph_9_touch", + "padding_9", + "header_4", + "paragraph_10", + "padding_10", + "header_5", + "paragraph_11", + "padding_11", + "paragraph_12", + "padding_12", + "paragraph_13", + "padding_13", + "header_6", + "paragraph_14", + "padding_14", + "paragraph_15", + "padding_15", + "header_7", + "paragraph_16", + "padding_16", + "paragraph_17" + ] + }, + "structure_blocks_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_9_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_9_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_9_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/header_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/header_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_13": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_13": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/header_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_14": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_14": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_15": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_15": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/header_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_16": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/padding_16": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "structure_blocks_section/paragraph_17": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "shulker_boxes_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "shulker_boxes_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1" + ] + }, + "shulker_boxes_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "the_end_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "the_end_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5" + ] + }, + "the_end_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "the_end_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "the_end_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "the_end_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "the_end_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "the_end_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "the_end_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "the_end_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "the_end_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "the_end_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "tools_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5_not_touch", + "paragraph_5_touch", + "padding_5", + "paragraph_6_not_touch", + "paragraph_6_touch", + "padding_6", + "paragraph_7", + "padding_7", + "header_2", + "paragraph_8", + "padding_8", + "paragraph_9", + "padding_9", + "paragraph_10", + "padding_10", + "paragraph_11", + "padding_11", + "paragraph_12" + ] + }, + "tools_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_5_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_5_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_6_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_6_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "tools_section/padding_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "tools_section/paragraph_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "trading_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "trading_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4" + ] + }, + "trading_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "trading_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "trading_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "trading_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "trading_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "trading_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "trading_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "trading_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "transportation_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "transportation_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "paragraph_2_touch", + "padding_2", + "paragraph_3_keyboard", + "paragraph_3_gamepad", + "paragraph_3a_touch", + "padding_3a", + "paragraph_3b_touch", + "padding_3b", + "paragraph_3c_touch", + "padding_3", + "header_2", + "paragraph_4", + "paragraph_4_touch", + "padding_4", + "paragraph_5_keyboard", + "paragraph_5_gamepad", + "paragraph_5a_touch", + "padding_5a", + "paragraph_5b_touch", + "padding_5b", + "paragraph_5c_touch" + ] + }, + "transportation_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "transportation_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "transportation_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "transportation_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_3_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_3_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_3a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "transportation_section/padding_3a": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_3b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad_spacing", + "namespace": "how_to_play_common" + } + }, + "transportation_section/padding_3b": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_3c_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "transportation_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "transportation_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_4_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "transportation_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_5_keyboard": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_5_gamepad": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_5a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "transportation_section/padding_5a": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_5b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad_spacing", + "namespace": "how_to_play_common" + } + }, + "transportation_section/padding_5b": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "transportation_section/paragraph_5c_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "weapons_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "weapons_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "header_1", + "paragraph_1", + "padding_1", + "paragraph_2_not_touch", + "paragraph_2_touch", + "padding_2", + "header_2", + "paragraph_3_not_touch", + "paragraph_3_touch", + "padding_3", + "paragraph_4", + "padding_5", + "header_3", + "paragraph_5_not_touch", + "paragraph_5a_touch", + "padding_5a_touch", + "paragraph_5b_touch", + "padding_5b_touch", + "paragraph_5c_touch", + "padding_5c_touch", + "paragraph_5d_touch", + "padding_6", + "header_4", + "paragraph_6_not_touch", + "paragraph_6_touch", + "padding_7", + "header_5", + "paragraph_7" + ] + }, + "weapons_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_2_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_2_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_3_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_3_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_5_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_5a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_5a_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "touch_padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_5b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_5b_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "touch_padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_5c_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_5c_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "touch_padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_5d_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/header_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_6_not_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_not_touch", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_6_touch": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "weapons_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "weapons_section/header_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "weapons_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "minecoins_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "minecoins_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "get_minecoins_button", + "padding_3", + "header_1", + "paragraph_3" + ] + }, + "minecoins_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "minecoins_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "minecoins_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "minecoins_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "minecoins_section/get_minecoins_button": { + "file": "ui/encyclopedia_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "minecoins_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "minecoins_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "minecoins_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "addons_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "addons_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "header_1", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "addons_faq_button" + ] + }, + "addons_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "addons_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "addons_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "addons_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "addons_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "addons_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "addons_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "addons_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "addons_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "addons_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "addons_section/addons_faq_button": { + "file": "ui/encyclopedia_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "worlds_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "worlds_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "header_1", + "paragraph_5", + "padding_5", + "paragraph_6", + "padding_6", + "header_2", + "paragraph_7", + "padding_7", + "paragraph_8", + "padding_8", + "header_3", + "paragraph_9", + "padding_9", + "paragraph_10", + "padding_10", + "header_4", + "paragraph_11", + "padding_11", + "paragraph_12", + "padding_12" + ] + }, + "worlds_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/header_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_5": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_6": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/header_2": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_7": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_8": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/header_3": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_9": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_10": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/header_4": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_11": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "worlds_section/paragraph_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "worlds_section/padding_12": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "textures_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "textures_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1" + ] + }, + "textures_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "skins_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "skins_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1" + ] + }, + "skins_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "mashups_button": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "mashups_section": { + "file": "ui/encyclopedia_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1" + ] + }, + "mashups_section/paragraph_1": { + "file": "ui/encyclopedia_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + } + }, + "expanded_skin_pack": { + "banner_fill": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image" + }, + "title_label": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "label" + }, + "label": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "label" + }, + "undo_image": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image" + }, + "lock_icon": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image" + }, + "skin_button": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "button", + "children": [ + "hover", + "pressed" + ] + }, + "skin_button/hover": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "skin_button/pressed": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "skin_rotation_arrows": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image" + }, + "skin_viewer_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "input_panel", + "children": [ + "skin_model_panel", + "lock" + ] + }, + "skin_viewer_panel/skin_model_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "skin_model" + ] + }, + "skin_viewer_panel/skin_model_panel/skin_model": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "custom" + }, + "skin_viewer_panel/lock": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "lock_icon", + "namespace": "expanded_skin_pack" + } + }, + "undo_skin_button": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "confirm_skin_button": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "stack_item": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel" + }, + "accept_skin_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "children": [ + "stack_item_0", + "stack_item_1" + ] + }, + "accept_skin_panel/stack_item_0": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "expanded_skin_pack" + }, + "children": [ + "undo_btn" + ] + }, + "accept_skin_panel/stack_item_0/undo_btn": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "button", + "extend": { + "name": "undo_skin_button", + "namespace": "expanded_skin_pack" + } + }, + "accept_skin_panel/stack_item_1": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "expanded_skin_pack" + }, + "children": [ + "confirm_button" + ] + }, + "accept_skin_panel/stack_item_1/confirm_button": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "button", + "extend": { + "name": "confirm_skin_button", + "namespace": "expanded_skin_pack" + } + }, + "preview_skin_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "preview", + "button_frame" + ] + }, + "preview_skin_panel/preview": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "input_panel", + "extend": { + "name": "skin_viewer_panel", + "namespace": "expanded_skin_pack" + } + }, + "preview_skin_panel/button_frame": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "children": [ + "stack_item_0", + "stack_item_1" + ] + }, + "preview_skin_panel/button_frame/stack_item_0": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "expanded_skin_pack" + }, + "children": [ + "rotation" + ] + }, + "preview_skin_panel/button_frame/stack_item_0/rotation": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "skin_rotation_arrows", + "namespace": "expanded_skin_pack" + } + }, + "preview_skin_panel/button_frame/stack_item_1": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "expanded_skin_pack" + }, + "children": [ + "accept" + ] + }, + "preview_skin_panel/button_frame/stack_item_1/accept": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "extend": { + "name": "accept_skin_panel", + "namespace": "expanded_skin_pack" + } + }, + "skin_model": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "custom" + }, + "scrolling_content": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "pack_info_panel", + "skin_grid_panel" + ] + }, + "scrolling_content/padding_0": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "scrolling_content/pack_info_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "pack_info_panel" + ] + }, + "scrolling_content/pack_info_panel/pack_info_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "extend": { + "name": "pack_info_panel", + "namespace": "expanded_skin_pack" + } + }, + "scrolling_content/skin_grid_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "skins_grid" + ] + }, + "scrolling_content/skin_grid_panel/skins_grid": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "grid", + "extend": { + "name": "skins_grid", + "namespace": "expanded_skin_pack" + } + }, + "pack_info_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "children": [ + "lock_icon_panel", + "pack_info_panel" + ] + }, + "pack_info_panel/lock_icon_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "lock_icon" + ] + }, + "pack_info_panel/lock_icon_panel/lock_icon": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "lock_icon", + "namespace": "expanded_skin_pack" + } + }, + "pack_info_panel/pack_info_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "children": [ + "pack_name", + "creator_name" + ] + }, + "pack_info_panel/pack_info_panel/pack_name": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "label" + }, + "pack_info_panel/pack_info_panel/creator_name": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "label" + }, + "skins_grid_item": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "clip", + "lock", + "button" + ] + }, + "skins_grid_item/clip": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "model" + ] + }, + "skins_grid_item/clip/model": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "custom", + "extend": { + "name": "skin_model", + "namespace": "expanded_skin_pack" + } + }, + "skins_grid_item/lock": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "lock_icon", + "namespace": "expanded_skin_pack" + } + }, + "skins_grid_item/button": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "button", + "extend": { + "name": "select_skin_button", + "namespace": "expanded_skin_pack" + } + }, + "skins_grid": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "grid" + }, + "select_skin_button": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "select_skin_button/default": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "select_skin_button/hover": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "select_skin_button/pressed": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "all_skins_content": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "input_panel", + "children": [ + "scrolling_frame" + ] + }, + "all_skins_content/scrolling_frame": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "change_skin_scroll" + ] + }, + "all_skins_content/scrolling_frame/change_skin_scroll": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "all_skins_frame": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "all_skins_content" + ] + }, + "all_skins_frame/all_skins_content": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "input_panel", + "extend": { + "name": "all_skins_content", + "namespace": "expanded_skin_pack" + } + }, + "title_bar": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "fill_panel", + "padding_1", + "skin_name_holder", + "padding_2" + ] + }, + "title_bar/padding_0": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel" + }, + "title_bar/fill_panel": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "title_holder" + ] + }, + "title_bar/fill_panel/title_holder": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "change_skin_title" + ] + }, + "title_bar/fill_panel/title_holder/change_skin_title": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "expanded_skin_pack" + } + }, + "title_bar/padding_1": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel" + }, + "title_bar/skin_name_holder": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "preview_skin_name" + ] + }, + "title_bar/skin_name_holder/preview_skin_name": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "expanded_skin_pack" + } + }, + "title_bar/padding_2": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel" + }, + "content": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "title", + "selector_area", + "content_area", + "section_divider" + ] + }, + "content/title": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "extend": { + "name": "title_bar", + "namespace": "expanded_skin_pack" + } + }, + "content/selector_area": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "input_panel", + "extend": { + "name": "selector_area", + "namespace": "expanded_skin_pack" + } + }, + "content/content_area": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "input_panel", + "extend": { + "name": "content_area", + "namespace": "expanded_skin_pack" + } + }, + "content/section_divider": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "section_divider", + "namespace": "expanded_skin_pack" + } + }, + "expanded_skin_pack_screen": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "skin_picker_screen_content": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + }, + "children": [ + "bg", + "container" + ] + }, + "skin_picker_screen_content/bg": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + }, + "skin_picker_screen_content/container": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "skin_picker_screen_content/container/content": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "content", + "namespace": "expanded_skin_pack" + } + }, + "scrollable_selector_area_content": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel" + }, + "selector_area": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "all_skins", + "inactive_modal_pane_fade" + ] + }, + "selector_area/all_skins": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "all_skins_frame", + "namespace": "expanded_skin_pack" + } + }, + "selector_area/inactive_modal_pane_fade": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "inactive_modal_pane_fade", + "namespace": "common" + } + }, + "content_area": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "preview_skin", + "inactive_modal_pane_fade" + ] + }, + "content_area/preview_skin": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "panel", + "extend": { + "name": "preview_skin_panel", + "namespace": "expanded_skin_pack" + } + }, + "content_area/inactive_modal_pane_fade": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image", + "extend": { + "name": "inactive_modal_pane_fade", + "namespace": "common" + } + }, + "section_divider": { + "file": "ui/expanded_skin_pack_screen.json", + "type": "image" + } + }, + "feed_common": { + "top_bar_gradient": { + "file": "ui/feed_common.json", + "type": "custom" + }, + "label": { + "file": "ui/feed_common.json", + "type": "label" + }, + "smooth_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "feed_common" + } + }, + "share_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "feed_common" + } + }, + "title_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "feed_common" + } + }, + "feed_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "feed_common" + } + }, + "item_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "feed_common" + } + }, + "return_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "feed_common" + } + }, + "prev_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "feed_common" + } + }, + "next_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "feed_common" + } + }, + "delete_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "feed_common" + } + }, + "report_to_club_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "feed_common" + } + }, + "report_to_xbox_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "feed_common" + } + }, + "new_post_header_text": { + "file": "ui/feed_common.json", + "type": "label" + }, + "feed_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "return_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "prev_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "prev_panel": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "children": [ + "padding_1", + "lab_panel" + ] + }, + "prev_panel/padding_1": { + "file": "ui/feed_common.json", + "type": "panel" + }, + "prev_panel/lab_panel": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "children": [ + "vert_pad", + "prevlab" + ] + }, + "prev_panel/lab_panel/vert_pad": { + "file": "ui/feed_common.json", + "type": "panel" + }, + "prev_panel/lab_panel/prevlab": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "prev_label", + "namespace": "feed_common" + } + }, + "next_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "next_panel": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "children": [ + "lab_panel2", + "padding_2" + ] + }, + "next_panel/lab_panel2": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "children": [ + "vert_pad2", + "nextlab" + ] + }, + "next_panel/lab_panel2/vert_pad2": { + "file": "ui/feed_common.json", + "type": "panel" + }, + "next_panel/lab_panel2/nextlab": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "next_label", + "namespace": "feed_common" + } + }, + "next_panel/padding_2": { + "file": "ui/feed_common.json", + "type": "panel" + }, + "like_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "feed_button", + "namespace": "feed_common" + } + }, + "delete_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "feed_button", + "namespace": "feed_common" + } + }, + "report_to_xbox_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "feed_button", + "namespace": "feed_common" + } + }, + "report_to_club_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "feed_button", + "namespace": "feed_common" + } + }, + "options_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "feed_button", + "namespace": "feed_common" + } + }, + "options_close_button_high_contrast": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + }, + "children": [ + "background", + "default", + "hover", + "pressed" + ] + }, + "options_close_button_high_contrast/background": { + "file": "ui/feed_common.json", + "type": "image" + }, + "options_close_button_high_contrast/default": { + "file": "ui/feed_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "options_close_button_high_contrast/hover": { + "file": "ui/feed_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "options_close_button_high_contrast/pressed": { + "file": "ui/feed_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "share_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "spacing_gap": { + "file": "ui/feed_common.json", + "type": "panel" + }, + "platform_icon": { + "file": "ui/feed_common.json", + "type": "image" + }, + "platform_icon_panel": { + "file": "ui/feed_common.json", + "type": "panel", + "children": [ + "platform_icon" + ] + }, + "platform_icon_panel/platform_icon": { + "file": "ui/feed_common.json", + "type": "image", + "extend": { + "name": "platform_icon", + "namespace": "feed_common" + } + }, + "account_link_image": { + "file": "ui/feed_common.json", + "type": "image" + }, + "account_link_icon": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "children": [ + "space_01", + "account_link_image", + "space_02" + ] + }, + "account_link_icon/space_01": { + "file": "ui/feed_common.json", + "type": "panel" + }, + "account_link_icon/account_link_image": { + "file": "ui/feed_common.json", + "type": "image", + "extend": { + "name": "account_link_image", + "namespace": "feed_common" + } + }, + "account_link_icon/space_02": { + "file": "ui/feed_common.json", + "type": "panel" + }, + "player_pic_bevel": { + "file": "ui/feed_common.json", + "type": "image" + }, + "no_feed_item_content": { + "file": "ui/feed_common.json", + "type": "label" + }, + "gamepad_helpers": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers_a_and_b", + "namespace": "common" + } + }, + "share_text_box": { + "file": "ui/feed_common.json", + "type": "edit_box", + "extend": { + "name": "transparent_text_edit_box", + "namespace": "common" + } + }, + "progress_loading_bars": { + "file": "ui/feed_common.json", + "type": "image" + }, + "popup_dialog_bg": { + "file": "ui/feed_common.json", + "type": "image" + }, + "pagination_panel": { + "file": "ui/feed_common.json", + "type": "panel", + "children": [ + "prev_button", + "page_text", + "next_button" + ] + }, + "pagination_panel/prev_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "prev_button", + "namespace": "feed_common" + } + }, + "pagination_panel/page_text": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "page_text", + "namespace": "feed_common" + } + }, + "pagination_panel/next_button": { + "file": "ui/feed_common.json", + "type": "button", + "extend": { + "name": "next_button", + "namespace": "feed_common" + } + }, + "pagination_panel_gamepad": { + "file": "ui/feed_common.json", + "type": "panel", + "children": [ + "prev_panel", + "page_text", + "next_panel" + ] + }, + "pagination_panel_gamepad/prev_panel": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "extend": { + "name": "prev_panel", + "namespace": "feed_common" + } + }, + "pagination_panel_gamepad/page_text": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "page_text", + "namespace": "feed_common" + } + }, + "pagination_panel_gamepad/next_panel": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "extend": { + "name": "next_panel", + "namespace": "feed_common" + } + }, + "like_image": { + "file": "ui/feed_common.json", + "type": "image" + }, + "like_image_default": { + "file": "ui/feed_common.json", + "type": "image" + }, + "like_image_panel": { + "file": "ui/feed_common.json", + "type": "panel", + "children": [ + "like_image_instance", + "like_image_default" + ] + }, + "like_image_panel/like_image_instance": { + "file": "ui/feed_common.json", + "type": "image", + "extend": { + "name": "like_image", + "namespace": "feed_common" + } + }, + "like_image_panel/like_image_default": { + "file": "ui/feed_common.json", + "type": "image", + "extend": { + "name": "like_image_default", + "namespace": "feed_common" + } + }, + "feed_like_content_panel": { + "file": "ui/feed_common.json", + "type": "stack_panel", + "children": [ + "like_image_panel", + "like_label" + ] + }, + "feed_like_content_panel/like_image_panel": { + "file": "ui/feed_common.json", + "type": "panel", + "extend": { + "name": "like_image_panel", + "namespace": "feed_common" + } + }, + "feed_like_content_panel/like_label": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "feed_common" + } + }, + "white_banner": { + "file": "ui/feed_common.json", + "type": "image" + }, + "page_text": { + "file": "ui/feed_common.json", + "type": "label" + }, + "options_icon": { + "file": "ui/feed_common.json", + "type": "image" + }, + "transparent_background": { + "file": "ui/feed_common.json", + "type": "image" + }, + "black_arrow": { + "file": "ui/feed_common.json", + "type": "image" + }, + "faded_background_image": { + "file": "ui/feed_common.json", + "type": "image" + }, + "unviewed_post_badge": { + "file": "ui/feed_common.json", + "type": "image", + "children": [ + "unviewed_post_text" + ] + }, + "unviewed_post_badge/unviewed_post_text": { + "file": "ui/feed_common.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "feed_common" + } + } + }, + "file_upload": { + "empty_progress_bar_icon": { + "file": "ui/file_upload_screen.json", + "type": "image" + }, + "full_progress_bar_icon": { + "file": "ui/file_upload_screen.json", + "type": "image" + }, + "progress_bar_nub": { + "file": "ui/file_upload_screen.json", + "type": "image" + }, + "progress_bar_icon": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "empty_progress_bar_icon", + "progress_percent_panel" + ] + }, + "progress_bar_icon/empty_progress_bar_icon": { + "file": "ui/file_upload_screen.json", + "type": "image", + "extend": { + "name": "empty_progress_bar_icon", + "namespace": "file_upload" + } + }, + "progress_bar_icon/progress_percent_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "full_progress_bar_icon", + "progress_bar_nub" + ] + }, + "progress_bar_icon/progress_percent_panel/full_progress_bar_icon": { + "file": "ui/file_upload_screen.json", + "type": "image", + "extend": { + "name": "full_progress_bar_icon", + "namespace": "file_upload" + } + }, + "progress_bar_icon/progress_percent_panel/progress_bar_nub": { + "file": "ui/file_upload_screen.json", + "type": "image", + "extend": { + "name": "progress_bar_nub", + "namespace": "file_upload" + } + }, + "common_label": { + "file": "ui/file_upload_screen.json", + "type": "label" + }, + "progress_text_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "progress", + "total" + ] + }, + "progress_text_panel/progress": { + "file": "ui/file_upload_screen.json", + "type": "label", + "extend": { + "name": "common_label", + "namespace": "file_upload" + } + }, + "progress_text_panel/total": { + "file": "ui/file_upload_screen.json", + "type": "label", + "extend": { + "name": "common_label", + "namespace": "file_upload" + } + }, + "message_text_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "message_text" + ] + }, + "message_text_panel/message_text": { + "file": "ui/file_upload_screen.json", + "type": "label", + "extend": { + "name": "common_label", + "namespace": "file_upload" + } + }, + "button_common": { + "file": "ui/file_upload_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "lets_go_button": { + "file": "ui/file_upload_screen.json", + "type": "button", + "extend": { + "name": "button_common", + "namespace": "file_upload" + } + }, + "cancel_button": { + "file": "ui/file_upload_screen.json", + "type": "button", + "extend": { + "name": "button_common", + "namespace": "file_upload" + } + }, + "continue_button": { + "file": "ui/file_upload_screen.json", + "type": "button", + "extend": { + "name": "button_common", + "namespace": "file_upload" + } + }, + "continue_or_cancel_button": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "continue", + "cancel" + ] + }, + "continue_or_cancel_button/continue": { + "file": "ui/file_upload_screen.json", + "type": "button", + "extend": { + "name": "continue_button", + "namespace": "file_upload" + } + }, + "continue_or_cancel_button/cancel": { + "file": "ui/file_upload_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "file_upload" + } + }, + "single_title_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "center" + ] + }, + "single_title_panel/center": { + "file": "ui/file_upload_screen.json", + "type": "label", + "extend": { + "name": "common_label", + "namespace": "file_upload" + } + }, + "dual_title_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "left", + "right" + ] + }, + "dual_title_panel/left": { + "file": "ui/file_upload_screen.json", + "type": "label", + "extend": { + "name": "common_label", + "namespace": "file_upload" + } + }, + "dual_title_panel/right": { + "file": "ui/file_upload_screen.json", + "type": "label", + "extend": { + "name": "common_label", + "namespace": "file_upload" + } + }, + "upload_title_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "single_label", + "dual_label" + ] + }, + "upload_title_panel/single_label": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "single_title_panel", + "namespace": "file_upload" + } + }, + "upload_title_panel/dual_label": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "dual_title_panel", + "namespace": "file_upload" + } + }, + "content_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "stack_panel_0", + "stack_panel_1" + ] + }, + "content_panel/stack_panel_0": { + "file": "ui/file_upload_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_stack_panel", + "namespace": "file_upload" + } + }, + "content_panel/stack_panel_1": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "warning_content_panel", + "namespace": "file_upload" + } + }, + "content_stack_panel": { + "file": "ui/file_upload_screen.json", + "type": "stack_panel", + "children": [ + "message", + "description", + "progress" + ] + }, + "content_stack_panel/message": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "message_text_panel", + "namespace": "file_upload" + } + }, + "content_stack_panel/description": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "progress_text_panel", + "namespace": "file_upload" + } + }, + "content_stack_panel/progress": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "progress_bar_icon", + "namespace": "file_upload" + } + }, + "warning_content_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "message" + ] + }, + "warning_content_panel/message": { + "file": "ui/file_upload_screen.json", + "type": "label" + }, + "button_panel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "play", + "cancel", + "continue_cancel" + ] + }, + "button_panel/play": { + "file": "ui/file_upload_screen.json", + "type": "button", + "extend": { + "name": "lets_go_button", + "namespace": "file_upload" + } + }, + "button_panel/cancel": { + "file": "ui/file_upload_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "file_upload" + } + }, + "button_panel/continue_cancel": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "continue_or_cancel_button", + "namespace": "file_upload" + } + }, + "file_upload_content": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "title_panel_content", + "content" + ] + }, + "file_upload_content/title_panel_content": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "title_panel_content", + "namespace": "common_art" + } + }, + "file_upload_content/content": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "children": [ + "background", + "title", + "content", + "buttons" + ] + }, + "file_upload_content/content/background": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "file_upload_content/content/title": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "upload_title_panel", + "namespace": "file_upload" + } + }, + "file_upload_content/content/content": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "content_panel", + "namespace": "file_upload" + } + }, + "file_upload_content/content/buttons": { + "file": "ui/file_upload_screen.json", + "type": "panel", + "extend": { + "name": "button_panel", + "namespace": "file_upload" + } + }, + "file_transmission_screen": { + "file": "ui/file_upload_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "furnace": { + "flame_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "flame_empty_image", + "flame_full_image" + ] + }, + "flame_panel/flame_empty_image": { + "file": "ui/furnace_screen.json", + "type": "image", + "extend": { + "name": "flame_empty_image", + "namespace": "furnace" + } + }, + "flame_panel/flame_full_image": { + "file": "ui/furnace_screen.json", + "type": "image", + "extend": { + "name": "flame_full_image", + "namespace": "furnace" + } + }, + "furnace_arrow_empty_image": { + "file": "ui/furnace_screen.json", + "type": "image" + }, + "furnace_arrow_full_image": { + "file": "ui/furnace_screen.json", + "type": "image" + }, + "flame_empty_image": { + "file": "ui/furnace_screen.json", + "type": "image" + }, + "flame_full_image": { + "file": "ui/furnace_screen.json", + "type": "image" + }, + "furnace_label": { + "file": "ui/furnace_screen.json", + "type": "label" + }, + "furnace_input_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "panel" + ] + }, + "furnace_input_panel/panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "furnace_ingredient_panel", + "flame_panel", + "furnace_fuel_panel" + ] + }, + "furnace_input_panel/panel/furnace_ingredient_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "extend": { + "name": "furnace_ingredient_panel", + "namespace": "furnace" + } + }, + "furnace_input_panel/panel/flame_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "extend": { + "name": "flame_panel", + "namespace": "furnace" + } + }, + "furnace_input_panel/panel/furnace_fuel_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "extend": { + "name": "furnace_fuel_panel", + "namespace": "furnace" + } + }, + "furnace_ingredient_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "ingredient_item" + ] + }, + "furnace_ingredient_panel/ingredient_item": { + "file": "ui/furnace_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "furnace_fuel_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "fuel_item" + ] + }, + "furnace_fuel_panel/fuel_item": { + "file": "ui/furnace_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "furnace_output_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "output_item" + ] + }, + "furnace_output_panel/output_item": { + "file": "ui/furnace_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "furnace_panel_top_half": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "furnace_label", + "input", + "furnace_arrow_empty_image", + "furnace_arrow_full_image", + "output" + ] + }, + "furnace_panel_top_half/furnace_label": { + "file": "ui/furnace_screen.json", + "type": "label", + "extend": { + "name": "furnace_label", + "namespace": "furnace" + } + }, + "furnace_panel_top_half/input": { + "file": "ui/furnace_screen.json", + "type": "panel", + "extend": { + "name": "furnace_input_panel", + "namespace": "furnace" + } + }, + "furnace_panel_top_half/furnace_arrow_empty_image": { + "file": "ui/furnace_screen.json", + "type": "image", + "extend": { + "name": "furnace_arrow_empty_image", + "namespace": "furnace" + } + }, + "furnace_panel_top_half/furnace_arrow_full_image": { + "file": "ui/furnace_screen.json", + "type": "image", + "extend": { + "name": "furnace_arrow_full_image", + "namespace": "furnace" + } + }, + "furnace_panel_top_half/output": { + "file": "ui/furnace_screen.json", + "type": "panel", + "extend": { + "name": "furnace_output_panel", + "namespace": "furnace" + } + }, + "furnace_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "furnace_panel/container_gamepad_helpers": { + "file": "ui/furnace_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "furnace_panel/selected_item_details_factory": { + "file": "ui/furnace_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "furnace_panel/item_lock_notification_factory": { + "file": "ui/furnace_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "furnace_panel/root_panel": { + "file": "ui/furnace_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "furnace_screen_inventory", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "furnace_panel/root_panel/common_panel": { + "file": "ui/furnace_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "furnace_panel/root_panel/furnace_screen_inventory": { + "file": "ui/furnace_screen.json", + "type": "panel", + "children": [ + "furnace_panel_top_half", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button" + ] + }, + "furnace_panel/root_panel/furnace_screen_inventory/furnace_panel_top_half": { + "file": "ui/furnace_screen.json", + "type": "panel", + "extend": { + "name": "furnace_panel_top_half", + "namespace": "furnace" + } + }, + "furnace_panel/root_panel/furnace_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/furnace_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "furnace_panel/root_panel/furnace_screen_inventory/hotbar_grid": { + "file": "ui/furnace_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "furnace_panel/root_panel/furnace_screen_inventory/inventory_take_progress_icon_button": { + "file": "ui/furnace_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "furnace_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/furnace_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "furnace_panel/root_panel/gamepad_cursor": { + "file": "ui/furnace_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "furnace_panel/flying_item_renderer": { + "file": "ui/furnace_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "furnace_screen": { + "file": "ui/furnace_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "furnace_pocket": { + "generic_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label" + }, + "background_image": { + "file": "ui/furnace_screen_pocket.json", + "type": "image" + }, + "empty_arrow": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "furnace_arrow_empty_image", + "namespace": "furnace" + } + }, + "full_arrow": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "furnace_arrow_full_image", + "namespace": "furnace" + } + }, + "flame_empty": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "flame_empty_image", + "namespace": "furnace" + } + }, + "flame_full": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "flame_full_image", + "namespace": "furnace" + } + }, + "input_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "furnace_pocket" + } + }, + "fuel_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "furnace_pocket" + } + }, + "result_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "furnace_pocket" + } + }, + "result_name_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "furnace_pocket" + } + }, + "furnace_content": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "input_panel", + "flame_empty", + "flame_full", + "fuel_panel", + "empty_arrow", + "full_arrow", + "output_panel" + ] + }, + "furnace_content/input_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "input_label", + "ingredient_item" + ] + }, + "furnace_content/input_panel/input_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "input_label", + "namespace": "furnace_pocket" + } + }, + "furnace_content/input_panel/ingredient_item": { + "file": "ui/furnace_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "furnace_content/flame_empty": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "flame_empty_image", + "namespace": "furnace" + } + }, + "furnace_content/flame_full": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "flame_full_image", + "namespace": "furnace" + } + }, + "furnace_content/fuel_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "fuel_label", + "fuel_item" + ] + }, + "furnace_content/fuel_panel/fuel_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "fuel_label", + "namespace": "furnace_pocket" + } + }, + "furnace_content/fuel_panel/fuel_item": { + "file": "ui/furnace_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "furnace_content/empty_arrow": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "empty_arrow", + "namespace": "furnace_pocket" + } + }, + "furnace_content/full_arrow": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "full_arrow", + "namespace": "furnace_pocket" + } + }, + "furnace_content/output_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "result_label", + "result_name_label", + "output_item" + ] + }, + "furnace_content/output_panel/result_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "result_label", + "namespace": "furnace_pocket" + } + }, + "furnace_content/output_panel/result_name_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "result_name_label", + "namespace": "furnace_pocket" + } + }, + "furnace_content/output_panel/output_item": { + "file": "ui/furnace_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "inventory_grid": { + "file": "ui/furnace_screen_pocket.json", + "type": "grid" + }, + "inventory_content": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_content/scrolling_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "header": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "close_button", + "panel" + ] + }, + "header/header_background": { + "file": "ui/furnace_screen_pocket.json", + "type": "image" + }, + "header/close_button": { + "file": "ui/furnace_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header/panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "header/panel/title_label": { + "file": "ui/furnace_screen_pocket.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "furnace_pocket" + } + }, + "inventory_and_furnace_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_half_screen", + "furnace_half_screen" + ] + }, + "inventory_and_furnace_panel/inventory_half_screen": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_content" + ] + }, + "inventory_and_furnace_panel/inventory_half_screen/inventory_content": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_content", + "namespace": "furnace_pocket" + } + }, + "inventory_and_furnace_panel/furnace_half_screen": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "furnace_content" + ] + }, + "inventory_and_furnace_panel/furnace_half_screen/furnace_content": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "extend": { + "name": "furnace_content", + "namespace": "furnace_pocket" + } + }, + "header_and_content_stack_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "stack_panel", + "children": [ + "header", + "inventory_and_furnace_panel" + ] + }, + "header_and_content_stack_panel/header": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "furnace_pocket" + } + }, + "header_and_content_stack_panel/inventory_and_furnace_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_and_furnace_panel", + "namespace": "furnace_pocket" + } + }, + "furnace_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "panel", + "children": [ + "bg", + "root_panel", + "header_and_content_stack_panel", + "container_gamepad_helpers", + "inventory_selected_icon_button", + "hold_icon", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "furnace_panel/bg": { + "file": "ui/furnace_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_image", + "namespace": "furnace_pocket" + } + }, + "furnace_panel/root_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "furnace_panel/header_and_content_stack_panel": { + "file": "ui/furnace_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "header_and_content_stack_panel", + "namespace": "furnace_pocket" + } + }, + "furnace_panel/container_gamepad_helpers": { + "file": "ui/furnace_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "furnace_panel/inventory_selected_icon_button": { + "file": "ui/furnace_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "furnace_panel/hold_icon": { + "file": "ui/furnace_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "furnace_panel/selected_item_details_factory": { + "file": "ui/furnace_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "furnace_panel/item_lock_notification_factory": { + "file": "ui/furnace_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "furnace_panel/flying_item_renderer": { + "file": "ui/furnace_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "game_tip": { + "game_tip_animation": { + "file": "ui/game_tip_screen.json", + "type": "image" + }, + "game_tip_animation_panel": { + "file": "ui/game_tip_screen.json", + "type": "panel", + "children": [ + "animated_icon" + ] + }, + "game_tip_animation_panel/animated_icon": { + "file": "ui/game_tip_screen.json", + "type": "image", + "extend": { + "name": "game_tip_animation", + "namespace": "game_tip" + } + }, + "game_tip_label": { + "file": "ui/game_tip_screen.json", + "type": "label" + }, + "game_tip_text_panel": { + "file": "ui/game_tip_screen.json", + "type": "stack_panel", + "children": [ + "upper_padding", + "label", + "lower_padding" + ] + }, + "game_tip_text_panel/upper_padding": { + "file": "ui/game_tip_screen.json", + "type": "panel" + }, + "game_tip_text_panel/label": { + "file": "ui/game_tip_screen.json", + "type": "label", + "extend": { + "name": "game_tip_label", + "namespace": "game_tip" + } + }, + "game_tip_text_panel/lower_padding": { + "file": "ui/game_tip_screen.json", + "type": "panel" + }, + "game_tip_arrow_image": { + "file": "ui/game_tip_screen.json", + "type": "image" + }, + "game_tip_arrow_panel": { + "file": "ui/game_tip_screen.json", + "type": "panel", + "children": [ + "tip_arrow" + ] + }, + "game_tip_arrow_panel/tip_arrow": { + "file": "ui/game_tip_screen.json", + "type": "image", + "extend": { + "name": "game_tip_arrow_image", + "namespace": "game_tip" + } + }, + "game_tip_panel": { + "file": "ui/game_tip_screen.json", + "type": "stack_panel", + "children": [ + "animated_panel", + "middle_padding", + "label", + "right_padding" + ] + }, + "game_tip_panel/animated_panel": { + "file": "ui/game_tip_screen.json", + "type": "panel", + "extend": { + "name": "game_tip_animation_panel", + "namespace": "game_tip" + } + }, + "game_tip_panel/middle_padding": { + "file": "ui/game_tip_screen.json", + "type": "panel" + }, + "game_tip_panel/label": { + "file": "ui/game_tip_screen.json", + "type": "stack_panel", + "extend": { + "name": "game_tip_text_panel", + "namespace": "game_tip" + } + }, + "game_tip_panel/right_padding": { + "file": "ui/game_tip_screen.json", + "type": "panel" + }, + "game_tip_item_background": { + "file": "ui/game_tip_screen.json", + "type": "image", + "children": [ + "horizontal_container", + "arrow_panel" + ] + }, + "game_tip_item_background/horizontal_container": { + "file": "ui/game_tip_screen.json", + "type": "stack_panel", + "extend": { + "name": "game_tip_panel", + "namespace": "game_tip" + } + }, + "game_tip_item_background/arrow_panel": { + "file": "ui/game_tip_screen.json", + "type": "panel", + "extend": { + "name": "game_tip_arrow_panel", + "namespace": "game_tip" + } + }, + "chat_stack_game_tip_panel": { + "file": "ui/game_tip_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "game_tip_background" + ] + }, + "chat_stack_game_tip_panel/top_padding": { + "file": "ui/game_tip_screen.json", + "type": "panel" + }, + "chat_stack_game_tip_panel/game_tip_background": { + "file": "ui/game_tip_screen.json", + "type": "image", + "extend": { + "name": "game_tip_item_background", + "namespace": "game_tip" + } + }, + "game_tip_factory": { + "file": "ui/game_tip_screen.json", + "type": "panel" + }, + "game_tip_chat_stack_factory": { + "file": "ui/game_tip_screen.json", + "type": "panel" + } + }, + "gamepad_disconnected": { + "gamepad_disconnected_modal": { + "file": "ui/gamepad_disconnected.json", + "type": "panel", + "children": [ + "dialog_background_hollow_3" + ] + }, + "gamepad_disconnected_modal/dialog_background_hollow_3": { + "file": "ui/gamepad_disconnected.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_3", + "namespace": "common" + }, + "children": [ + "control" + ] + }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control": { + "file": "ui/gamepad_disconnected.json", + "type": "image", + "children": [ + "content_panel" + ] + }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel": { + "file": "ui/gamepad_disconnected.json", + "type": "stack_panel", + "children": [ + "padding_0", + "title", + "padding_1", + "description" + ] + }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel/padding_0": { + "file": "ui/gamepad_disconnected.json", + "type": "panel" + }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel/title": { + "file": "ui/gamepad_disconnected.json", + "type": "label" + }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel/padding_1": { + "file": "ui/gamepad_disconnected.json", + "type": "panel" + }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel/description": { + "file": "ui/gamepad_disconnected.json", + "type": "label" + }, + "gamepad_disconnected_screen": { + "file": "ui/gamepad_disconnected.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "gameplay": { + "bundle_selected_item_icon": { + "file": "ui/gameplay_common.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "bundle_open_icon_back": { + "file": "ui/gameplay_common.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "bundle_open_icon_front": { + "file": "ui/gameplay_common.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "bundle_selected_item_background": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "bundle_selected_item_background_colour_green", + "bundle_selected_item_background_colour", + "bundle_selected_item_frame" + ] + }, + "bundle_selected_item_background/bundle_selected_item_background_colour_green": { + "file": "ui/gameplay_common.json", + "type": "image", + "extend": { + "name": "highlight_slot", + "namespace": "common" + } + }, + "bundle_selected_item_background/bundle_selected_item_background_colour": { + "file": "ui/gameplay_common.json", + "type": "image" + }, + "bundle_selected_item_background/bundle_selected_item_frame": { + "file": "ui/gameplay_common.json", + "type": "image", + "extend": { + "name": "pocket_ui_highlight_slot", + "namespace": "common" + } + }, + "bundle_selected_item_panel": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "bundle_selected_item_background", + "bundle_open_icon_back", + "bundle_selected_item_icon", + "bundle_open_icon_front", + "storage_bar" + ] + }, + "bundle_selected_item_panel/bundle_selected_item_background": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "bundle_selected_item_background", + "namespace": "gameplay" + } + }, + "bundle_selected_item_panel/bundle_open_icon_back": { + "file": "ui/gameplay_common.json", + "type": "custom", + "extend": { + "name": "bundle_open_icon_back", + "namespace": "gameplay" + } + }, + "bundle_selected_item_panel/bundle_selected_item_icon": { + "file": "ui/gameplay_common.json", + "type": "custom", + "extend": { + "name": "bundle_selected_item_icon", + "namespace": "gameplay" + } + }, + "bundle_selected_item_panel/bundle_open_icon_front": { + "file": "ui/gameplay_common.json", + "type": "custom", + "extend": { + "name": "bundle_open_icon_front", + "namespace": "gameplay" + } + }, + "bundle_selected_item_panel/storage_bar": { + "file": "ui/gameplay_common.json", + "type": "custom", + "extend": { + "name": "storage_bar", + "namespace": "common" + } + }, + "bundle_slot_panel": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "bundle_selected_item_panel" + ] + }, + "bundle_slot_panel/bundle_selected_item_panel": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "bundle_selected_item_panel", + "namespace": "gameplay" + } + }, + "bundle_cell_image": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "background_panel", + "highlight_panel" + ] + }, + "bundle_cell_image/background_panel": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "item_background" + ] + }, + "bundle_cell_image/background_panel/item_background": { + "file": "ui/gameplay_common.json", + "type": "image" + }, + "bundle_cell_image/highlight_panel": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "bundle_selected_item_background_colour_green", + "bundle_selected_item_background_border_white", + "bundle_selected_item_background_colour_blue" + ] + }, + "bundle_cell_image/highlight_panel/bundle_selected_item_background_colour_green": { + "file": "ui/gameplay_common.json", + "type": "image", + "extend": { + "name": "highlight_slot", + "namespace": "common" + } + }, + "bundle_cell_image/highlight_panel/bundle_selected_item_background_border_white": { + "file": "ui/gameplay_common.json", + "type": "image" + }, + "bundle_cell_image/highlight_panel/bundle_selected_item_background_colour_blue": { + "file": "ui/gameplay_common.json", + "type": "image", + "extend": { + "name": "cell_image_selected", + "namespace": "common" + } + }, + "bundle_tooltip_slot_button": { + "file": "ui/gameplay_common.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "bundle_tooltip_slot_pocket": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "item_in_bundle_tooltip_pocket", + "more_hidden_items_label" + ] + }, + "bundle_tooltip_slot_pocket/item_in_bundle_tooltip_pocket": { + "file": "ui/gameplay_common.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "bundle_tooltip_slot_pocket/more_hidden_items_label": { + "file": "ui/gameplay_common.json", + "type": "label" + }, + "bundle_tooltip_slot_classic": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "item_in_bundle_tooltip_pocket", + "more_hidden_items_label" + ] + }, + "bundle_tooltip_slot_classic/item_in_bundle_tooltip_pocket": { + "file": "ui/gameplay_common.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "bundle_tooltip_slot_classic/more_hidden_items_label": { + "file": "ui/gameplay_common.json", + "type": "label" + }, + "bundle_tooltip": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "background", + "header_stack", + "wrapper" + ] + }, + "bundle_tooltip/background": { + "file": "ui/gameplay_common.json", + "type": "image", + "children": [ + "empty_button", + "selected_item_tooltip" + ] + }, + "bundle_tooltip/background/empty_button": { + "file": "ui/gameplay_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "bundle_tooltip/background/empty_button/default": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "bundle_tooltip/background/empty_button/hover": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "bundle_tooltip/background/empty_button/pressed": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "bundle_tooltip/background/selected_item_tooltip": { + "file": "ui/gameplay_common.json", + "type": "image", + "extend": { + "name": "item_panel_image", + "namespace": "common" + }, + "children": [ + "item_text_label" + ] + }, + "bundle_tooltip/background/selected_item_tooltip/item_text_label": { + "file": "ui/gameplay_common.json", + "type": "label", + "extend": { + "name": "item_text_label", + "namespace": "common" + } + }, + "bundle_tooltip/header_stack": { + "file": "ui/gameplay_common.json", + "type": "stack_panel", + "children": [ + "bundle_label", + "close_button" + ] + }, + "bundle_tooltip/header_stack/bundle_label": { + "file": "ui/gameplay_common.json", + "type": "label" + }, + "bundle_tooltip/header_stack/close_button": { + "file": "ui/gameplay_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "bundle_tooltip/header_stack/close_button/default": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "bundle_tooltip/header_stack/close_button/hover": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "bundle_tooltip/header_stack/close_button/pressed": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "bundle_tooltip/wrapper": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "vertical_layout_stack" + ] + }, + "bundle_tooltip/wrapper/vertical_layout_stack": { + "file": "ui/gameplay_common.json", + "type": "stack_panel", + "children": [ + "header_padding", + "horisontal_layout_stack" + ] + }, + "bundle_tooltip/wrapper/vertical_layout_stack/header_padding": { + "file": "ui/gameplay_common.json", + "type": "panel" + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack": { + "file": "ui/gameplay_common.json", + "type": "stack_panel", + "children": [ + "left_padding", + "body_stack" + ] + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/left_padding": { + "file": "ui/gameplay_common.json", + "type": "panel" + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack": { + "file": "ui/gameplay_common.json", + "type": "stack_panel", + "children": [ + "item_grid", + "info_message", + "footer_panel" + ] + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/item_grid": { + "file": "ui/gameplay_common.json", + "type": "grid" + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/info_message": { + "file": "ui/gameplay_common.json", + "type": "label" + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "weight_bar" + ] + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "empty_message", + "weight_bar_fill", + "weight_bar_full", + "weight_bar_border" + ] + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/empty_message": { + "file": "ui/gameplay_common.json", + "type": "label" + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/weight_bar_fill": { + "file": "ui/gameplay_common.json", + "type": "image" + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/weight_bar_full": { + "file": "ui/gameplay_common.json", + "type": "image", + "children": [ + "full_label" + ] + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/weight_bar_full/full_label": { + "file": "ui/gameplay_common.json", + "type": "label" + }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/weight_bar_border": { + "file": "ui/gameplay_common.json", + "type": "image" + }, + "bundle_touch_tooltip": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "bundle_tooltip", + "namespace": "gameplay" + } + }, + "bundle_tooltip_factory_wrapper": { + "file": "ui/gameplay_common.json", + "type": "panel", + "children": [ + "bundle_cursor_tooltip" + ] + }, + "bundle_tooltip_factory_wrapper/bundle_cursor_tooltip": { + "file": "ui/gameplay_common.json", + "type": "custom", + "extend": { + "name": "bundle_cursor_tooltip", + "namespace": "gameplay" + } + }, + "bundle_cursor_tooltip": { + "file": "ui/gameplay_common.json", + "type": "custom", + "children": [ + "tooltip" + ] + }, + "bundle_cursor_tooltip/tooltip": { + "file": "ui/gameplay_common.json", + "type": "panel", + "extend": { + "name": "bundle_tooltip", + "namespace": "gameplay" + } + } + }, + "gathering_info": { + "gathering_info_screen": { + "file": "ui/gathering_info_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "info_content": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "children": [ + "header", + "left_panel", + "section_divider", + "right_panel" + ] + }, + "info_content/header": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + }, + "info_content/left_panel": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "children": [ + "stack" + ] + }, + "info_content/left_panel/stack": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "children": [ + "event_image", + "pad_2", + "button_and_caption", + "pad_3", + "info_button", + "pad_4", + "gamepad_helper_panel", + "pad_fill", + "gathering_id_label", + "pad_5" + ] + }, + "info_content/left_panel/stack/event_image": { + "file": "ui/gathering_info_screen.json", + "type": "image" + }, + "info_content/left_panel/stack/pad_2": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "info_content/left_panel/stack/button_and_caption": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "children": [ + "caption", + "action_button" + ] + }, + "info_content/left_panel/stack/button_and_caption/caption": { + "file": "ui/gathering_info_screen.json", + "type": "image", + "extend": { + "name": "gathering_caption", + "namespace": "start" + } + }, + "info_content/left_panel/stack/button_and_caption/action_button": { + "file": "ui/gathering_info_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "info_content/left_panel/stack/pad_3": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "info_content/left_panel/stack/info_button": { + "file": "ui/gathering_info_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "info_content/left_panel/stack/pad_4": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "info_content/left_panel/stack/gamepad_helper_panel": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "children": [ + "gamepad_helpers" + ] + }, + "info_content/left_panel/stack/gamepad_helper_panel/gamepad_helpers": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "gathering_info" + } + }, + "info_content/left_panel/stack/pad_fill": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "info_content/left_panel/stack/gathering_id_label": { + "file": "ui/gathering_info_screen.json", + "type": "label" + }, + "info_content/left_panel/stack/pad_5": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "info_content/section_divider": { + "file": "ui/gathering_info_screen.json", + "type": "image", + "extend": { + "name": "section_divider", + "namespace": "gathering_info" + } + }, + "info_content/right_panel": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "children": [ + "scroll" + ] + }, + "info_content/right_panel/scroll": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "right_panel_content": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "children": [ + "pad", + "sign_in_panel", + "sign_in_pad", + "qr_panel", + "qr_pad", + "title", + "pad_1", + "body", + "pad_2", + "body_image", + "footer" + ] + }, + "right_panel_content/pad": { + "file": "ui/gathering_info_screen.json", + "type": "panel" + }, + "right_panel_content/sign_in_panel": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "children": [ + "sign_in_image", + "horizontal_pad", + "text_stack" + ] + }, + "right_panel_content/sign_in_panel/sign_in_image": { + "file": "ui/gathering_info_screen.json", + "type": "image" + }, + "right_panel_content/sign_in_panel/horizontal_pad": { + "file": "ui/gathering_info_screen.json", + "type": "panel" + }, + "right_panel_content/sign_in_panel/text_stack": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "children": [ + "sign_in_title", + "text_pad", + "sign_in_body" + ] + }, + "right_panel_content/sign_in_panel/text_stack/sign_in_title": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_title", + "namespace": "gathering_info" + } + }, + "right_panel_content/sign_in_panel/text_stack/text_pad": { + "file": "ui/gathering_info_screen.json", + "type": "panel" + }, + "right_panel_content/sign_in_panel/text_stack/sign_in_body": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "tts_label", + "namespace": "gathering_info" + } + }, + "right_panel_content/sign_in_pad": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "right_panel_content/qr_panel": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "children": [ + "qr_background", + "horizontal_pad", + "text_stack" + ] + }, + "right_panel_content/qr_panel/qr_background": { + "file": "ui/gathering_info_screen.json", + "type": "image", + "children": [ + "qr_image" + ] + }, + "right_panel_content/qr_panel/qr_background/qr_image": { + "file": "ui/gathering_info_screen.json", + "type": "image" + }, + "right_panel_content/qr_panel/horizontal_pad": { + "file": "ui/gathering_info_screen.json", + "type": "panel" + }, + "right_panel_content/qr_panel/text_stack": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "children": [ + "qr_title", + "text_pad", + "qr_body" + ] + }, + "right_panel_content/qr_panel/text_stack/qr_title": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_title", + "namespace": "gathering_info" + } + }, + "right_panel_content/qr_panel/text_stack/text_pad": { + "file": "ui/gathering_info_screen.json", + "type": "panel" + }, + "right_panel_content/qr_panel/text_stack/qr_body": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "tts_label", + "namespace": "gathering_info" + } + }, + "right_panel_content/qr_pad": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "right_panel_content/title": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_title", + "namespace": "gathering_info" + } + }, + "right_panel_content/pad_1": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "right_panel_content/body": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "tts_label", + "namespace": "gathering_info" + } + }, + "right_panel_content/pad_2": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "right_panel_content/body_image": { + "file": "ui/gathering_info_screen.json", + "type": "image" + }, + "right_panel_content/footer": { + "file": "ui/gathering_info_screen.json", + "type": "input_panel" + }, + "tts_label": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "tts_label_title": { + "file": "ui/gathering_info_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "sign_in_title": { + "file": "ui/gathering_info_screen.json", + "type": "label" + }, + "sign_in_body": { + "file": "ui/gathering_info_screen.json", + "type": "label" + }, + "qr_title": { + "file": "ui/gathering_info_screen.json", + "type": "label" + }, + "qr_body": { + "file": "ui/gathering_info_screen.json", + "type": "label" + }, + "title_panel": { + "file": "ui/gathering_info_screen.json", + "type": "label" + }, + "body_panel": { + "file": "ui/gathering_info_screen.json", + "type": "label" + }, + "section_divider": { + "file": "ui/gathering_info_screen.json", + "type": "image" + }, + "gamepad_helpers": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "children": [ + "gamepad_helper_a", + "gamepad_helper_b" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "gamepad_helpers/gamepad_helper_b": { + "file": "ui/gathering_info_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + } + }, + "globalpause": { + "message": { + "file": "ui/global_pause_screen.json", + "type": "label" + }, + "quit_button": { + "file": "ui/global_pause_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "globalpause_screen": { + "file": "ui/global_pause_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "pause_screen_content": { + "file": "ui/global_pause_screen.json", + "type": "panel", + "children": [ + "transparentFill", + "message", + "quit_button" + ] + }, + "pause_screen_content/transparentFill": { + "file": "ui/global_pause_screen.json", + "type": "image" + }, + "pause_screen_content/message": { + "file": "ui/global_pause_screen.json", + "type": "label", + "extend": { + "name": "message", + "namespace": "globalpause" + } + }, + "pause_screen_content/quit_button": { + "file": "ui/global_pause_screen.json", + "type": "button", + "extend": { + "name": "quit_button", + "namespace": "globalpause" + } + } + }, + "grindstone": { + "title_label": { + "file": "ui/grindstone_screen.json", + "type": "label" + }, + "arrow_icon": { + "file": "ui/grindstone_screen.json", + "type": "image" + }, + "cross_out_icon": { + "file": "ui/grindstone_screen.json", + "type": "image" + }, + "grindstone_output_slot_button": { + "file": "ui/grindstone_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "grindstone_item_slot": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "children": [ + "container_item" + ] + }, + "grindstone_item_slot/container_item": { + "file": "ui/grindstone_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "grindstone_middle_panel": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "children": [ + "input_item_slot", + "additional_item_slot" + ] + }, + "grindstone_middle_panel/input_item_slot": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "extend": { + "name": "grindstone_item_slot", + "namespace": "grindstone" + } + }, + "grindstone_middle_panel/additional_item_slot": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "extend": { + "name": "grindstone_item_slot", + "namespace": "grindstone" + } + }, + "grindstone_slots_panel": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "children": [ + "grindstone_middle_panel", + "yields", + "result_item_slot" + ] + }, + "grindstone_slots_panel/grindstone_middle_panel": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "extend": { + "name": "grindstone_middle_panel", + "namespace": "grindstone" + } + }, + "grindstone_slots_panel/yields": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "children": [ + "arrow_icon", + "cross_out_icon" + ] + }, + "grindstone_slots_panel/yields/arrow_icon": { + "file": "ui/grindstone_screen.json", + "type": "image", + "extend": { + "name": "arrow_icon", + "namespace": "grindstone" + } + }, + "grindstone_slots_panel/yields/cross_out_icon": { + "file": "ui/grindstone_screen.json", + "type": "image", + "extend": { + "name": "cross_out_icon", + "namespace": "grindstone" + } + }, + "grindstone_slots_panel/result_item_slot": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "extend": { + "name": "grindstone_item_slot", + "namespace": "grindstone" + } + }, + "top_half_panel": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "children": [ + "title_label", + "grindstone_slots_panel" + ] + }, + "top_half_panel/title_label": { + "file": "ui/grindstone_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "grindstone" + } + }, + "top_half_panel/grindstone_slots_panel": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "extend": { + "name": "grindstone_slots_panel", + "namespace": "grindstone" + } + }, + "grindstone_panel": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "grindstone_panel/container_gamepad_helpers": { + "file": "ui/grindstone_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "grindstone_panel/selected_item_details_factory": { + "file": "ui/grindstone_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "grindstone_panel/item_lock_notification_factory": { + "file": "ui/grindstone_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "grindstone_panel/root_panel": { + "file": "ui/grindstone_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "grindstone_screen_inventory", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "grindstone_panel/root_panel/common_panel": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "grindstone_panel/root_panel/grindstone_screen_inventory": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "children": [ + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button" + ] + }, + "grindstone_panel/root_panel/grindstone_screen_inventory/top_half_panel": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "extend": { + "name": "top_half_panel", + "namespace": "grindstone" + } + }, + "grindstone_panel/root_panel/grindstone_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/grindstone_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "grindstone_panel/root_panel/grindstone_screen_inventory/hotbar_grid": { + "file": "ui/grindstone_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "grindstone_panel/root_panel/grindstone_screen_inventory/inventory_take_progress_icon_button": { + "file": "ui/grindstone_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "grindstone_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/grindstone_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "grindstone_panel/root_panel/gamepad_cursor": { + "file": "ui/grindstone_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "grindstone_panel/flying_item_renderer": { + "file": "ui/grindstone_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "grindstone_screen": { + "file": "ui/grindstone_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "grindstone_pocket": { + "background_image": { + "file": "ui/grindstone_screen_pocket.json", + "type": "image" + }, + "repair_title_label": { + "file": "ui/grindstone_screen_pocket.json", + "type": "label" + }, + "grindstone_middle_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "input_slot", + "additional_slot" + ] + }, + "grindstone_middle_panel/input_slot": { + "file": "ui/grindstone_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "grindstone_middle_panel/additional_slot": { + "file": "ui/grindstone_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "slots_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "grindstone_middle_panel", + "arrow", + "result_slot" + ] + }, + "slots_panel/grindstone_middle_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "extend": { + "name": "grindstone_middle_panel", + "namespace": "grindstone_pocket" + } + }, + "slots_panel/arrow": { + "file": "ui/grindstone_screen_pocket.json", + "type": "image", + "children": [ + "cross_out" + ] + }, + "slots_panel/arrow/cross_out": { + "file": "ui/grindstone_screen_pocket.json", + "type": "image" + }, + "slots_panel/result_slot": { + "file": "ui/grindstone_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "grindstone_contents_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "repair_title_label", + "slots_panel" + ] + }, + "grindstone_contents_panel/repair_title_label": { + "file": "ui/grindstone_screen_pocket.json", + "type": "label", + "extend": { + "name": "repair_title_label", + "namespace": "grindstone_pocket" + } + }, + "grindstone_contents_panel/slots_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "extend": { + "name": "slots_panel", + "namespace": "grindstone_pocket" + } + }, + "inventory_grid": { + "file": "ui/grindstone_screen_pocket.json", + "type": "grid" + }, + "inventory_content": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_content/scrolling_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "header": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "legacy_pocket_close_button", + "panel" + ] + }, + "header/header_background": { + "file": "ui/grindstone_screen_pocket.json", + "type": "image" + }, + "header/legacy_pocket_close_button": { + "file": "ui/grindstone_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header/panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "header/panel/title_label": { + "file": "ui/grindstone_screen_pocket.json", + "type": "label" + }, + "inventory_and_grindstone_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_half_screen", + "grindstone_half_screen" + ] + }, + "inventory_and_grindstone_panel/inventory_half_screen": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_content" + ] + }, + "inventory_and_grindstone_panel/inventory_half_screen/inventory_content": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_content", + "namespace": "grindstone_pocket" + } + }, + "inventory_and_grindstone_panel/grindstone_half_screen": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "grindstone_content" + ] + }, + "inventory_and_grindstone_panel/grindstone_half_screen/grindstone_content": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "extend": { + "name": "grindstone_contents_panel", + "namespace": "grindstone_pocket" + } + }, + "header_and_content_stack_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "stack_panel", + "children": [ + "header", + "inventory_and_grindstone_panel" + ] + }, + "header_and_content_stack_panel/header": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "grindstone_pocket" + } + }, + "header_and_content_stack_panel/inventory_and_grindstone_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_and_grindstone_panel", + "namespace": "grindstone_pocket" + } + }, + "grindstone_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "panel", + "children": [ + "bg", + "root_panel", + "header_and_content_stack_panel", + "container_gamepad_helpers", + "inventory_selected_icon_button", + "hold_icon", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "grindstone_panel/bg": { + "file": "ui/grindstone_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_image", + "namespace": "grindstone_pocket" + } + }, + "grindstone_panel/root_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "grindstone_panel/header_and_content_stack_panel": { + "file": "ui/grindstone_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "header_and_content_stack_panel", + "namespace": "grindstone_pocket" + } + }, + "grindstone_panel/container_gamepad_helpers": { + "file": "ui/grindstone_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "grindstone_panel/inventory_selected_icon_button": { + "file": "ui/grindstone_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "grindstone_panel/hold_icon": { + "file": "ui/grindstone_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "grindstone_panel/selected_item_details_factory": { + "file": "ui/grindstone_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "grindstone_panel/item_lock_notification_factory": { + "file": "ui/grindstone_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "grindstone_panel/flying_item_renderer": { + "file": "ui/grindstone_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "gamma_calibration": { + "stack_panel_centering_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "children": [ + "child" + ] + }, + "stack_panel_centering_panel/child": { + "file": "ui/gamma_calibration_screen.json", + "type": "unknown" + }, + "stack_panel_align_left_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "children": [ + "child" + ] + }, + "stack_panel_align_left_panel/child": { + "file": "ui/gamma_calibration_screen.json", + "type": "unknown" + }, + "stack_panel_align_right_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "children": [ + "child" + ] + }, + "stack_panel_align_right_panel/child": { + "file": "ui/gamma_calibration_screen.json", + "type": "unknown" + }, + "image_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "image" + ] + }, + "image_panel/padding": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel" + }, + "image_panel/image": { + "file": "ui/gamma_calibration_screen.json", + "type": "image" + }, + "horizontal_padding": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel" + }, + "image_stack": { + "file": "ui/gamma_calibration_screen.json", + "type": "stack_panel", + "children": [ + "not_visible_image", + "padding_0", + "barely_visible_image", + "padding_1", + "easily_visible_image" + ] + }, + "image_stack/not_visible_image": { + "file": "ui/gamma_calibration_screen.json", + "type": "stack_panel", + "extend": { + "name": "image_panel", + "namespace": "gamma_calibration" + } + }, + "image_stack/padding_0": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding", + "namespace": "gamma_calibration" + } + }, + "image_stack/barely_visible_image": { + "file": "ui/gamma_calibration_screen.json", + "type": "stack_panel", + "extend": { + "name": "image_panel", + "namespace": "gamma_calibration" + } + }, + "image_stack/padding_1": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding", + "namespace": "gamma_calibration" + } + }, + "image_stack/easily_visible_image": { + "file": "ui/gamma_calibration_screen.json", + "type": "stack_panel", + "extend": { + "name": "image_panel", + "namespace": "gamma_calibration" + } + }, + "button_stack": { + "file": "ui/gamma_calibration_screen.json", + "type": "stack_panel", + "children": [ + "continue_button_panel", + "padding", + "reset_button_panel" + ] + }, + "button_stack/continue_button_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "stack_panel_align_left_panel", + "namespace": "gamma_calibration" + } + }, + "button_stack/padding": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel" + }, + "button_stack/reset_button_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "stack_panel_align_right_panel", + "namespace": "gamma_calibration" + } + }, + "message_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "children": [ + "message_label" + ] + }, + "message_panel/message_label": { + "file": "ui/gamma_calibration_screen.json", + "type": "label" + }, + "calibration_slider": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "children": [ + "slider" + ] + }, + "calibration_slider/slider": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "continue_button": { + "file": "ui/gamma_calibration_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "reset_button": { + "file": "ui/gamma_calibration_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "main_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "stack_panel", + "children": [ + "hdr_message_panel", + "image_stack_panel", + "padding_0", + "slider_panel", + "padding_1", + "button_stack_panel" + ] + }, + "main_panel/hdr_message_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "stack_panel_centering_panel", + "namespace": "gamma_calibration" + } + }, + "main_panel/image_stack_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "stack_panel_centering_panel", + "namespace": "gamma_calibration" + } + }, + "main_panel/padding_0": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel" + }, + "main_panel/slider_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "stack_panel_centering_panel", + "namespace": "gamma_calibration" + } + }, + "main_panel/padding_1": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel" + }, + "main_panel/button_stack_panel": { + "file": "ui/gamma_calibration_screen.json", + "type": "panel", + "extend": { + "name": "stack_panel_centering_panel", + "namespace": "gamma_calibration" + } + }, + "gamma_calibration_screen": { + "file": "ui/gamma_calibration_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "horse": { + "renderer_bg": { + "file": "ui/horse_screen.json", + "type": "image" + }, + "overlay_image": { + "file": "ui/horse_screen.json", + "type": "image" + }, + "saddle_image": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "overlay_image", + "namespace": "horse" + } + }, + "horse_armor_image": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "overlay_image", + "namespace": "horse" + } + }, + "carpet_image": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "overlay_image", + "namespace": "horse" + } + }, + "nautilus_armor_image": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "overlay_image", + "namespace": "horse" + } + }, + "horse_label": { + "file": "ui/horse_screen.json", + "type": "label", + "extend": { + "name": "section_heading_label", + "namespace": "common" + } + }, + "equip_grid": { + "file": "ui/horse_screen.json", + "type": "grid" + }, + "inv_grid": { + "file": "ui/horse_screen.json", + "type": "grid" + }, + "inv_bg_panel": { + "file": "ui/horse_screen.json", + "type": "panel", + "children": [ + "cell_image" + ] + }, + "inv_bg_panel/cell_image": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "common" + } + }, + "equip_panel": { + "file": "ui/horse_screen.json", + "type": "panel", + "children": [ + "equip_grid", + "saddle", + "horse_armor_0", + "carpet_0", + "nautilus_armor_0", + "horse_armor_1", + "carpet_1", + "nautilus_armor_1" + ] + }, + "equip_panel/equip_grid": { + "file": "ui/horse_screen.json", + "type": "grid", + "extend": { + "name": "equip_grid", + "namespace": "horse" + } + }, + "equip_panel/saddle": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "saddle_image", + "namespace": "horse" + } + }, + "equip_panel/horse_armor_0": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "horse_armor_image", + "namespace": "horse" + } + }, + "equip_panel/carpet_0": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "carpet_image", + "namespace": "horse" + } + }, + "equip_panel/nautilus_armor_0": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "nautilus_armor_image", + "namespace": "horse" + } + }, + "equip_panel/horse_armor_1": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "horse_armor_image", + "namespace": "horse" + } + }, + "equip_panel/carpet_1": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "carpet_image", + "namespace": "horse" + } + }, + "equip_panel/nautilus_armor_1": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "nautilus_armor_image", + "namespace": "horse" + } + }, + "inv_panel": { + "file": "ui/horse_screen.json", + "type": "panel", + "children": [ + "inv_bg_panel", + "inv_grid" + ] + }, + "inv_panel/inv_bg_panel": { + "file": "ui/horse_screen.json", + "type": "panel", + "extend": { + "name": "inv_bg_panel", + "namespace": "horse" + } + }, + "inv_panel/inv_grid": { + "file": "ui/horse_screen.json", + "type": "grid", + "extend": { + "name": "inv_grid", + "namespace": "horse" + } + }, + "horse_renderer": { + "file": "ui/horse_screen.json", + "type": "panel", + "children": [ + "renderer_bg", + "horse_custom_panel" + ] + }, + "horse_renderer/renderer_bg": { + "file": "ui/horse_screen.json", + "type": "image", + "extend": { + "name": "renderer_bg", + "namespace": "horse" + } + }, + "horse_renderer/horse_custom_panel": { + "file": "ui/horse_screen.json", + "type": "panel", + "children": [ + "horse_custom" + ] + }, + "horse_renderer/horse_custom_panel/horse_custom": { + "file": "ui/horse_screen.json", + "type": "custom" + }, + "horse_panel": { + "file": "ui/horse_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "horse_panel/container_gamepad_helpers": { + "file": "ui/horse_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "horse_panel/selected_item_details_factory": { + "file": "ui/horse_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "horse_panel/item_lock_notification_factory": { + "file": "ui/horse_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "horse_panel/root_panel": { + "file": "ui/horse_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "horse_section_label", + "inv_panel", + "equipment", + "renderer", + "inventory_panel_bottom_half_with_label", + "hotbar_grid_template", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "horse_panel/root_panel/common_panel": { + "file": "ui/horse_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "horse_panel/root_panel/horse_section_label": { + "file": "ui/horse_screen.json", + "type": "label", + "extend": { + "name": "horse_label", + "namespace": "horse" + } + }, + "horse_panel/root_panel/inv_panel": { + "file": "ui/horse_screen.json", + "type": "panel", + "extend": { + "name": "inv_panel", + "namespace": "horse" + } + }, + "horse_panel/root_panel/equipment": { + "file": "ui/horse_screen.json", + "type": "panel", + "extend": { + "name": "equip_panel", + "namespace": "horse" + } + }, + "horse_panel/root_panel/renderer": { + "file": "ui/horse_screen.json", + "type": "panel", + "extend": { + "name": "horse_renderer", + "namespace": "horse" + } + }, + "horse_panel/root_panel/inventory_panel_bottom_half_with_label": { + "file": "ui/horse_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "horse_panel/root_panel/hotbar_grid_template": { + "file": "ui/horse_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "horse_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/horse_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "horse_panel/root_panel/gamepad_cursor": { + "file": "ui/horse_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "horse_panel/flying_item_renderer": { + "file": "ui/horse_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "horse_screen": { + "file": "ui/horse_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "horse_pocket": { + "horse_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "inventory_selected_icon_button", + "gamepad_cursor", + "selected_item_details_factory", + "item_lock_notification_factory", + "base_panel", + "flying_item_renderer" + ] + }, + "horse_panel/gamepad_helpers": { + "file": "ui/horse_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "horse_panel/inventory_selected_icon_button": { + "file": "ui/horse_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "horse_panel/gamepad_cursor": { + "file": "ui/horse_screen_pocket.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "horse_panel/selected_item_details_factory": { + "file": "ui/horse_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "horse_panel/item_lock_notification_factory": { + "file": "ui/horse_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "horse_panel/base_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "root_panel", + "hold_icon", + "bg", + "interactive_tabs", + "close_button", + "inventory", + "equipment", + "chest_tab", + "renderer_tab" + ] + }, + "horse_panel/base_panel/root_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "horse_panel/base_panel/hold_icon": { + "file": "ui/horse_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "horse_panel/base_panel/bg": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "horse_panel/base_panel/interactive_tabs": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "interactive_tabs", + "namespace": "horse_pocket" + } + }, + "horse_panel/base_panel/close_button": { + "file": "ui/horse_screen_pocket.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "horse_pocket" + } + }, + "horse_panel/base_panel/inventory": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "half_screen_inventory", + "namespace": "horse_pocket" + } + }, + "horse_panel/base_panel/equipment": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "equip_middle_screen", + "namespace": "horse_pocket" + } + }, + "horse_panel/base_panel/chest_tab": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "visual_tabs_chest", + "chest" + ] + }, + "horse_panel/base_panel/chest_tab/visual_tabs_chest": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "visual_tabs_chest", + "namespace": "horse_pocket" + } + }, + "horse_panel/base_panel/chest_tab/chest": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "half_screen_chest", + "namespace": "horse_pocket" + } + }, + "horse_panel/base_panel/renderer_tab": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "visual_tabs_equip", + "renderer" + ] + }, + "horse_panel/base_panel/renderer_tab/visual_tabs_equip": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "visual_tabs_equip", + "namespace": "horse_pocket" + } + }, + "horse_panel/base_panel/renderer_tab/renderer": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "half_screen_renderer", + "namespace": "horse_pocket" + } + }, + "horse_panel/flying_item_renderer": { + "file": "ui/horse_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "background_image": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "dark_bg": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "renderer_bg": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "saddle_image": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "horse_armor_image": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "carpet_image": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "nautilus_armor_image": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "panel_outline": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "close_button_default": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "close_button_pressed": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "close_button_default", + "namespace": "horse_pocket" + } + }, + "close_button": { + "file": "ui/horse_screen_pocket.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "close_button/default": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "close_button_default", + "namespace": "horse_pocket" + } + }, + "close_button/hover": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "close_button_default", + "namespace": "horse_pocket" + } + }, + "close_button/pressed": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "close_button_pressed", + "namespace": "horse_pocket" + } + }, + "base_grid": { + "file": "ui/horse_screen_pocket.json", + "type": "grid" + }, + "inventory_grid": { + "file": "ui/horse_screen_pocket.json", + "type": "grid", + "extend": { + "name": "base_grid", + "namespace": "horse_pocket" + } + }, + "chest_grid": { + "file": "ui/horse_screen_pocket.json", + "type": "grid", + "extend": { + "name": "base_grid", + "namespace": "horse_pocket" + } + }, + "base_grid_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "panel_outline", + "dark_bg", + "scrolling_panel" + ] + }, + "base_grid_panel/panel_outline": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "panel_outline", + "namespace": "horse_pocket" + } + }, + "base_grid_panel/dark_bg": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "dark_bg", + "namespace": "horse_pocket" + } + }, + "base_grid_panel/scrolling_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "inventory_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "base_grid_panel", + "namespace": "horse_pocket" + } + }, + "chest_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "base_grid_panel", + "namespace": "horse_pocket" + } + }, + "half_screen": { + "file": "ui/horse_screen_pocket.json", + "type": "panel" + }, + "middle_screen": { + "file": "ui/horse_screen_pocket.json", + "type": "panel" + }, + "half_screen_inventory": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "half_screen", + "namespace": "horse_pocket" + }, + "children": [ + "inventory_panel" + ] + }, + "half_screen_inventory/inventory_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_panel", + "namespace": "horse_pocket" + } + }, + "half_screen_chest": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "half_screen", + "namespace": "horse_pocket" + }, + "children": [ + "chest_panel" + ] + }, + "half_screen_chest/chest_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "chest_panel", + "namespace": "horse_pocket" + } + }, + "horse_renderer": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "horse_custom" + ] + }, + "horse_renderer/horse_custom": { + "file": "ui/horse_screen_pocket.json", + "type": "custom" + }, + "half_screen_renderer": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "half_screen", + "namespace": "horse_pocket" + }, + "children": [ + "renderer_bg", + "horse_custom_panel", + "camel_custom_panel" + ] + }, + "half_screen_renderer/renderer_bg": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "renderer_bg", + "namespace": "horse_pocket" + } + }, + "half_screen_renderer/horse_custom_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "horse_renderer", + "namespace": "horse_pocket" + } + }, + "half_screen_renderer/camel_custom_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "horse_renderer", + "namespace": "horse_pocket" + } + }, + "equip_item_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "equip_container_item" + ] + }, + "equip_item_panel/equip_container_item": { + "file": "ui/horse_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "equip_grid": { + "file": "ui/horse_screen_pocket.json", + "type": "grid" + }, + "equip_middle_screen": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "extend": { + "name": "middle_screen", + "namespace": "horse_pocket" + }, + "children": [ + "equip_grid_panel" + ] + }, + "equip_middle_screen/equip_grid_panel": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "equip_grid", + "centered_0", + "offset", + "centered_1", + "centered_2", + "horse_armor_image", + "carpet_image" + ] + }, + "equip_middle_screen/equip_grid_panel/equip_grid": { + "file": "ui/horse_screen_pocket.json", + "type": "grid", + "extend": { + "name": "equip_grid", + "namespace": "horse_pocket" + } + }, + "equip_middle_screen/equip_grid_panel/centered_0": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "saddle_image", + "namespace": "horse_pocket" + } + }, + "equip_middle_screen/equip_grid_panel/offset": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "saddle_image", + "namespace": "horse_pocket" + } + }, + "equip_middle_screen/equip_grid_panel/centered_1": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "horse_armor_image", + "namespace": "horse_pocket" + } + }, + "equip_middle_screen/equip_grid_panel/centered_2": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "carpet_image", + "namespace": "horse_pocket" + } + }, + "equip_middle_screen/equip_grid_panel/horse_armor_image": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "horse_armor_image", + "namespace": "horse_pocket" + } + }, + "equip_middle_screen/equip_grid_panel/carpet_image": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "carpet_image", + "namespace": "horse_pocket" + } + }, + "horse_screen_tab_toggle": { + "file": "ui/horse_screen_pocket.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "interactive_tabs": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "renderer_tab_interactive", + "chest_tab_interactive" + ] + }, + "interactive_tabs/renderer_tab_interactive": { + "file": "ui/horse_screen_pocket.json", + "type": "toggle", + "extend": { + "name": "horse_screen_tab_toggle", + "namespace": "horse_pocket" + } + }, + "interactive_tabs/chest_tab_interactive": { + "file": "ui/horse_screen_pocket.json", + "type": "toggle", + "extend": { + "name": "horse_screen_tab_toggle", + "namespace": "horse_pocket" + } + }, + "tab_front": { + "file": "ui/horse_screen_pocket.json", + "type": "image" + }, + "tab_back": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_front", + "namespace": "horse_pocket" + } + }, + "close_tab": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_back", + "namespace": "horse_pocket" + } + }, + "item_icon_renderer": { + "file": "ui/horse_screen_pocket.json", + "type": "custom" + }, + "saddle_icon_front": { + "file": "ui/horse_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_icon_renderer", + "namespace": "horse_pocket" + } + }, + "chest_icon_front": { + "file": "ui/horse_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_icon_renderer", + "namespace": "horse_pocket" + } + }, + "visual_tabs_equip": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "close_tab", + "chest", + "equip" + ] + }, + "visual_tabs_equip/close_tab": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "close_tab", + "namespace": "horse_pocket" + }, + "children": [ + "nodrop_zone" + ] + }, + "visual_tabs_equip/close_tab/nodrop_zone": { + "file": "ui/horse_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "visual_tabs_equip/chest": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_back", + "namespace": "horse_pocket" + }, + "children": [ + "chest_icon" + ] + }, + "visual_tabs_equip/chest/chest_icon": { + "file": "ui/horse_screen_pocket.json", + "type": "custom", + "extend": { + "name": "chest_icon_front", + "namespace": "horse_pocket" + } + }, + "visual_tabs_equip/equip": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_front", + "namespace": "horse_pocket" + }, + "children": [ + "equip_icon" + ] + }, + "visual_tabs_equip/equip/equip_icon": { + "file": "ui/horse_screen_pocket.json", + "type": "custom", + "extend": { + "name": "saddle_icon_front", + "namespace": "horse_pocket" + } + }, + "visual_tabs_chest": { + "file": "ui/horse_screen_pocket.json", + "type": "panel", + "children": [ + "close_tab", + "chest", + "equip" + ] + }, + "visual_tabs_chest/close_tab": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "close_tab", + "namespace": "horse_pocket" + } + }, + "visual_tabs_chest/chest": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_front", + "namespace": "horse_pocket" + }, + "children": [ + "chest_icon" + ] + }, + "visual_tabs_chest/chest/chest_icon": { + "file": "ui/horse_screen_pocket.json", + "type": "custom", + "extend": { + "name": "chest_icon_front", + "namespace": "horse_pocket" + } + }, + "visual_tabs_chest/equip": { + "file": "ui/horse_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_back", + "namespace": "horse_pocket" + }, + "children": [ + "equip_icon" + ] + }, + "visual_tabs_chest/equip/equip_icon": { + "file": "ui/horse_screen_pocket.json", + "type": "custom", + "extend": { + "name": "saddle_icon_front", + "namespace": "horse_pocket" + } + } + }, + "how_to_play_common": { + "dynamic_dialog_screen": { + "file": "ui/how_to_play_common.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "screen_background": { + "file": "ui/how_to_play_common.json", + "type": "image" + }, + "top_bar": { + "file": "ui/how_to_play_common.json", + "type": "image" + }, + "button_panel": { + "file": "ui/how_to_play_common.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "light_text_button": { + "file": "ui/how_to_play_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "action_button": { + "file": "ui/how_to_play_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "how_to_play_common" + } + }, + "topic_category": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "top_padding", + "category_text" + ] + }, + "topic_category/top_padding": { + "file": "ui/how_to_play_common.json", + "type": "panel" + }, + "topic_category/category_text": { + "file": "ui/how_to_play_common.json", + "type": "label" + }, + "toggle_button_control": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "tab_button_text" + ] + }, + "toggle_button_control/tab_button_text": { + "file": "ui/how_to_play_common.json", + "type": "label" + }, + "glyph_button_control": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "tab_button_text", + "glyph" + ] + }, + "glyph_button_control/tab_button_text": { + "file": "ui/how_to_play_common.json", + "type": "label" + }, + "glyph_button_control/glyph": { + "file": "ui/how_to_play_common.json", + "type": "image" + }, + "section_toggle_button": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "section_toggle_button" + ] + }, + "section_toggle_button/section_toggle_button": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "edu_section_toggle_button": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "padding": { + "file": "ui/how_to_play_common.json", + "type": "panel" + }, + "touch_padding": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "small_padding": { + "file": "ui/how_to_play_common.json", + "type": "panel" + }, + "large_padding": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "section_contents_header": { + "file": "ui/how_to_play_common.json", + "type": "input_panel" + }, + "section_contents_footer": { + "file": "ui/how_to_play_common.json", + "type": "input_panel" + }, + "main_sections": { + "file": "ui/how_to_play_common.json", + "type": "stack_panel" + }, + "splitscreen_only_content": { + "file": "ui/how_to_play_common.json", + "type": "stack_panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "splitscreen_only_content/0": { + "file": "ui/how_to_play_common.json", + "type": "unknown" + }, + "tts_focus_border": { + "file": "ui/how_to_play_common.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "header_tts_focus_border": { + "file": "ui/how_to_play_common.json", + "type": "button", + "extend": { + "name": "tts_focus_border", + "namespace": "how_to_play_common" + } + }, + "header_background": { + "file": "ui/how_to_play_common.json", + "type": "image", + "children": [ + "header_label", + "focus_border" + ] + }, + "header_background/header_label": { + "file": "ui/how_to_play_common.json", + "type": "label" + }, + "header_background/focus_border": { + "file": "ui/how_to_play_common.json", + "type": "button", + "extend": { + "name": "header_tts_focus_border", + "namespace": "how_to_play_common" + } + }, + "header": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "header" + ] + }, + "header/header": { + "file": "ui/how_to_play_common.json", + "type": "image", + "extend": { + "name": "header_background", + "namespace": "how_to_play_common" + } + }, + "paragraph_panel": { + "file": "ui/how_to_play_common.json", + "type": "panel" + }, + "paragraph_label": { + "file": "ui/how_to_play_common.json", + "type": "label" + }, + "paragraph_tts_focus_border": { + "file": "ui/how_to_play_common.json", + "type": "button", + "extend": { + "name": "tts_focus_border", + "namespace": "how_to_play_common" + } + }, + "paragraph": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "paragraph_panel", + "namespace": "how_to_play_common" + }, + "children": [ + "label", + "focus_border" + ] + }, + "paragraph/label": { + "file": "ui/how_to_play_common.json", + "type": "label", + "extend": { + "name": "paragraph_label", + "namespace": "how_to_play_common" + } + }, + "paragraph/focus_border": { + "file": "ui/how_to_play_common.json", + "type": "button", + "extend": { + "name": "paragraph_tts_focus_border", + "namespace": "how_to_play_common" + } + }, + "paragraph_with_icons": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "paragraph_panel", + "namespace": "how_to_play_common" + }, + "children": [ + "label", + "focus_border" + ] + }, + "paragraph_with_icons/label": { + "file": "ui/how_to_play_common.json", + "type": "label", + "extend": { + "name": "paragraph_label", + "namespace": "how_to_play_common" + } + }, + "paragraph_with_icons/focus_border": { + "file": "ui/how_to_play_common.json", + "type": "button", + "extend": { + "name": "paragraph_tts_focus_border", + "namespace": "how_to_play_common" + } + }, + "input_conditional_paragraph": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "input_conditional_paragraph_with_icons": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "paragraph_keyboard": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "paragraph_gamepad": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "paragraph_gamepad_no_icons": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph", + "namespace": "how_to_play_common" + } + }, + "paragraph_touch": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "paragraph_touch_classic_dpad_spacing": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "paragraph_touch_no_icons": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph", + "namespace": "how_to_play_common" + } + }, + "paragraph_touch_joystick_tap": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "paragraph_touch_classic_dpad": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "paragraph_touch_joystick_crosshair": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "paragraph_not_touch": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "input_conditional_paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "image": { + "file": "ui/how_to_play_common.json", + "type": "image" + }, + "how_to_play_header": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "top_bar" + ] + }, + "how_to_play_header/top_bar": { + "file": "ui/how_to_play_common.json", + "type": "image", + "extend": { + "name": "top_bar", + "namespace": "how_to_play_common" + }, + "children": [ + "back_button", + "how_to_play_title", + "gamepad_bumper_helpers" + ] + }, + "how_to_play_header/top_bar/back_button": { + "file": "ui/how_to_play_common.json", + "type": "stack_panel", + "extend": { + "name": "back_title_button", + "namespace": "common" + } + }, + "how_to_play_header/top_bar/how_to_play_title": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "screen_header_title_panel", + "namespace": "common" + } + }, + "how_to_play_header/top_bar/gamepad_bumper_helpers": { + "file": "ui/how_to_play_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_bumper_helpers", + "namespace": "how_to_play_common" + } + }, + "how_to_play_content": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "header", + "container" + ] + }, + "how_to_play_content/header": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "how_to_play_header", + "namespace": "how_to_play_common" + } + }, + "how_to_play_content/container": { + "file": "ui/how_to_play_common.json", + "type": "panel" + }, + "dialog_content": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "selector_area", + "content_area", + "section_divider" + ] + }, + "dialog_content/selector_area": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "selector_area", + "namespace": "how_to_play_common" + } + }, + "dialog_content/content_area": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "content_area_wrapper", + "namespace": "how_to_play_common" + } + }, + "dialog_content/section_divider": { + "file": "ui/how_to_play_common.json", + "type": "image", + "extend": { + "name": "section_divider", + "namespace": "how_to_play_common" + } + }, + "scrollable_selector_area_content": { + "file": "ui/how_to_play_common.json", + "type": "panel" + }, + "selector_area": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "selector_area/scrolling_panel": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "section_divider": { + "file": "ui/how_to_play_common.json", + "type": "image" + }, + "content_area_wrapper": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "content_area" + ] + }, + "content_area_wrapper/content_area": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "content_area", + "namespace": "how_to_play_common" + } + }, + "content_area": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "children": [ + "control" + ] + }, + "content_area/control": { + "file": "ui/how_to_play_common.json", + "type": "stack_panel", + "children": [ + "scrolling_panel" + ] + }, + "content_area/control/scrolling_panel": { + "file": "ui/how_to_play_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "screen_base": { + "file": "ui/how_to_play_common.json", + "type": "screen", + "extend": { + "name": "dynamic_dialog_screen", + "namespace": "how_to_play_common" + } + }, + "gamepad_bumper_helper_description": { + "file": "ui/how_to_play_common.json", + "type": "label", + "extend": { + "name": "gamepad_helper_icon_description", + "namespace": "common" + } + }, + "gamepad_bumper_helpers": { + "file": "ui/how_to_play_common.json", + "type": "stack_panel", + "children": [ + "gamepad_helper_left_bumper", + "padding", + "gamepad_helper_right_bumper" + ] + }, + "gamepad_bumper_helpers/gamepad_helper_left_bumper": { + "file": "ui/how_to_play_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_bumper", + "namespace": "common" + } + }, + "gamepad_bumper_helpers/padding": { + "file": "ui/how_to_play_common.json", + "type": "panel" + }, + "gamepad_bumper_helpers/gamepad_helper_right_bumper": { + "file": "ui/how_to_play_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_bumper", + "namespace": "common" + } + } + }, + "how_to_play": { + "how_to_play_screen": { + "file": "ui/how_to_play_screen.json", + "type": "screen", + "extend": { + "name": "screen_base", + "namespace": "how_to_play_common" + } + }, + "how_to_play_selector_stack_panel": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "children": [ + "how_to_play_selector_pane" + ] + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "children": [ + "getting_started_category", + "moving_around_button", + "gathering_resources_button", + "selecting_items_button", + "placing_blocks_button", + "inventory_button", + "preparing_for_the_night_category", + "your_first_craft_button", + "recipe_book_button", + "the_crafting_table_button", + "crafting_a_tool_button", + "mining_button", + "surviving_the_first_night_category", + "nightfall_new_button", + "building_a_shelter_button", + "death_and_respawn_button", + "getting_settled_category", + "food_button", + "beds_new_button", + "improved_tools_button", + "education_category", + "world_builder_button", + "permission_blocks_button", + "chalkboard_button", + "chemistry_button", + "npc_button", + "camera_button", + "portfolio_button", + "classroom_mode_button", + "code_builder_button", + "padding_1", + "playing_together_button", + "encyclopedia_button" + ] + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/getting_started_category": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/moving_around_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "moving_around_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/gathering_resources_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "gathering_resources_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/selecting_items_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "selecting_items_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/placing_blocks_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "placing_blocks_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/inventory_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "inventory_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/preparing_for_the_night_category": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/your_first_craft_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "your_first_craft_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/recipe_book_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "recipe_book_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/the_crafting_table_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "the_crafting_table_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/crafting_a_tool_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "crafting_a_tool_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/mining_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "mining_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/surviving_the_first_night_category": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/nightfall_new_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "nightfall_new_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/building_a_shelter_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "building_a_shelter_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/death_and_respawn_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "death_and_respawn_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/getting_settled_category": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/food_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "food_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/beds_new_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "beds_new_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/improved_tools_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "improved_tools_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/education_category": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "topic_category", + "namespace": "how_to_play_common" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/world_builder_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "world_builder_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/permission_blocks_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "permission_blocks_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/chalkboard_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "chalkboard_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/chemistry_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "chemistry_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/npc_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "npc_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/camera_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "camera_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/portfolio_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "portfolio_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/classroom_mode_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "classroom_mode_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/code_builder_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "code_builder_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/playing_together_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "playing_together_button", + "namespace": "how_to_play" + } + }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/encyclopedia_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "encyclopedia_button", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "children": [ + "general_tips_sections" + ] + }, + "how_to_play_section_content_panels/general_tips_sections": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "children": [ + "section_contents_header", + "moving_around_section", + "gathering_resources_section", + "selecting_items_section", + "placing_blocks_section", + "inventory_section", + "your_first_craft_section", + "recipe_book_section", + "the_crafting_table_section", + "crafting_a_tool_section", + "mining_section", + "nightfall_new_section", + "building_a_shelter_section", + "death_and_respawn_section", + "food_section", + "beds_new_section", + "improved_tools_section", + "world_builder_section", + "permission_blocks_section", + "chalkboard_section", + "chemistry_section", + "npc_section", + "camera_section", + "portfolio_section", + "classroom_mode_section", + "code_builder_section", + "playing_together_section", + "encyclopedia_section", + "section_contents_footer" + ] + }, + "how_to_play_section_content_panels/general_tips_sections/section_contents_header": { + "file": "ui/how_to_play_screen.json", + "type": "input_panel", + "extend": { + "name": "section_contents_header", + "namespace": "how_to_play_common" + } + }, + "how_to_play_section_content_panels/general_tips_sections/moving_around_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "moving_around_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/gathering_resources_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "gathering_resources_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/selecting_items_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "selecting_items_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/placing_blocks_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "placing_blocks_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/inventory_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "inventory_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/your_first_craft_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "your_first_craft_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/recipe_book_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "recipe_book_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/the_crafting_table_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "the_crafting_table_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/crafting_a_tool_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "crafting_a_tool_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/mining_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "mining_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/nightfall_new_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "nightfall_new_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/building_a_shelter_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "building_a_shelter_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/death_and_respawn_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "death_and_respawn_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/food_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "food_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/beds_new_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "beds_new_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/improved_tools_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "improved_tools_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/world_builder_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_builder_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/permission_blocks_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "permission_blocks_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/chalkboard_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "chalkboard_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/chemistry_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "chemistry_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/npc_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "npc_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/camera_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "camera_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/portfolio_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "portfolio_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/classroom_mode_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "classroom_mode_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/code_builder_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "code_builder_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/playing_together_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "playing_together_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/encyclopedia_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "encyclopedia_section", + "namespace": "how_to_play" + } + }, + "how_to_play_section_content_panels/general_tips_sections/section_contents_footer": { + "file": "ui/how_to_play_screen.json", + "type": "input_panel", + "extend": { + "name": "section_contents_footer", + "namespace": "how_to_play_common" + } + }, + "moving_around_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "moving_around_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_touch_joystick_tap", + "padding_2", + "paragraph_3a_keyboard", + "paragraph_3b_keyboard", + "paragraph_3a_gamepad", + "paragraph_3b_gamepad", + "paragraph_3_touch_joystick_tap", + "paragraph_3a_touch_classic_dpad", + "paragraph_3b_touch_classic_dpad", + "paragraph_3c_touch_classic_dpad", + "paragraph_3d_touch_classic_dpad", + "paragraph_3e_touch_classic_dpad", + "paragraph_3_touch_joystick_crosshair", + "image_1" + ] + }, + "moving_around_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_touch_joystick_tap": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3a_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3b_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3a_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3b_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3_touch_joystick_tap": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_tap", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3a_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3b_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3c_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3d_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3e_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/paragraph_3_touch_joystick_crosshair": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_crosshair", + "namespace": "how_to_play_common" + } + }, + "moving_around_section/image_1": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch_joystick_tap", + "paragraph_2_touch_classic_dpad", + "paragraph_2_touch_joystick_crosshair", + "padding_2", + "paragraph_3" + ] + }, + "gathering_resources_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section/paragraph_2_touch_joystick_tap": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_tap", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section/paragraph_2_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section/paragraph_2_touch_joystick_crosshair": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_crosshair", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "gathering_resources_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "selecting_items_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_touch_joystick_tap", + "padding_2", + "paragraph_3_keyboard", + "paragraph_3_gamepad", + "paragraph_3_touch_joystick_tap", + "paragraph_3_touch_classic_dpad", + "paragraph_3_touch_joystick_crosshair", + "padding_3", + "header_1", + "image_1_not_touch", + "image_1_touch" + ] + }, + "selecting_items_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/paragraph_touch_joystick_tap": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/paragraph_3_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/paragraph_3_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/paragraph_3_touch_joystick_tap": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_tap", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/paragraph_3_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/paragraph_3_touch_joystick_crosshair": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_crosshair", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/header_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/image_1_not_touch": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "selecting_items_section/image_1_touch": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch_joystick_tap", + "paragraph_2_touch_classic_dpad", + "paragraph_2_touch_joystick_crosshair", + "padding_2", + "paragraph_3" + ] + }, + "placing_blocks_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section/paragraph_2_touch_joystick_tap": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_tap", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section/paragraph_2_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section/paragraph_2_touch_joystick_crosshair": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_crosshair", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "placing_blocks_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "inventory_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "inventory_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "image_1_not_touch", + "image_1_touch", + "header_1", + "paragraph_1_keyboard", + "paragraph_1_gamepad", + "paragraph_1_touch", + "padding_2", + "header_2", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch" + ] + }, + "inventory_section/image_1_not_touch": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "inventory_section/image_1_touch": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "inventory_section/header_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "inventory_section/paragraph_1_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "inventory_section/paragraph_1_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "inventory_section/paragraph_1_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "inventory_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "inventory_section/header_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "inventory_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "inventory_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "inventory_section/paragraph_2_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "image_1_not_touch", + "image_1_touch", + "header_1", + "paragraph_1", + "padding_2", + "paragraph_2", + "padding_3", + "paragraph_3_touch", + "paragraph_3_keyboard", + "paragraph_3_gamepad", + "padding_4", + "header_2", + "paragraph_4", + "padding_5", + "paragraph_5" + ] + }, + "your_first_craft_section/image_1_not_touch": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/image_1_touch": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/header_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/paragraph_3_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/paragraph_3_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/paragraph_3_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad_no_icons", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/padding_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/header_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/paragraph_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/padding_5": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "your_first_craft_section/paragraph_5": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "recipe_book_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "recipe_book_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1_keyboard", + "paragraph_1_gamepad", + "paragraph_1_touch", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch" + ] + }, + "recipe_book_section/paragraph_1_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "recipe_book_section/paragraph_1_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad_no_icons", + "namespace": "how_to_play_common" + } + }, + "recipe_book_section/paragraph_1_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "recipe_book_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "recipe_book_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "recipe_book_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad_no_icons", + "namespace": "how_to_play_common" + } + }, + "recipe_book_section/paragraph_2_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "the_crafting_table_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "the_crafting_table_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "image_1", + "paragraph_1", + "padding_2", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch" + ] + }, + "the_crafting_table_section/image_1": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "the_crafting_table_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "the_crafting_table_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "the_crafting_table_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "the_crafting_table_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "the_crafting_table_section/paragraph_2_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_no_icons", + "namespace": "how_to_play_common" + } + }, + "crafting_a_tool_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "crafting_a_tool_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch" + ] + }, + "crafting_a_tool_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "crafting_a_tool_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "crafting_a_tool_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "crafting_a_tool_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "crafting_a_tool_section/paragraph_2_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "mining_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "mining_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "image_1", + "paragraph_1", + "padding_2", + "paragraph_2", + "padding_3", + "paragraph_3" + ] + }, + "mining_section/image_1": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "mining_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "mining_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mining_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "mining_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "mining_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4_keyboard", + "paragraph_4_gamepad", + "paragraph_4_touch_joystick_tap", + "paragraph_4_touch_classic_dpad", + "paragraph_4_touch_joystick_crosshair" + ] + }, + "nightfall_new_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/paragraph_4_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/paragraph_4_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/paragraph_4_touch_joystick_tap": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_tap", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/paragraph_4_touch_classic_dpad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_classic_dpad", + "namespace": "how_to_play_common" + } + }, + "nightfall_new_section/paragraph_4_touch_joystick_crosshair": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch_joystick_crosshair", + "namespace": "how_to_play_common" + } + }, + "building_a_shelter_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "building_a_shelter_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "image_1", + "paragraph_1", + "padding_2", + "paragraph_2", + "padding_3", + "paragraph_3" + ] + }, + "building_a_shelter_section/image_1": { + "file": "ui/how_to_play_screen.json", + "type": "image", + "extend": { + "name": "image", + "namespace": "how_to_play_common" + } + }, + "building_a_shelter_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "building_a_shelter_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "building_a_shelter_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "building_a_shelter_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "building_a_shelter_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "death_and_respawn_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "death_and_respawn_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2" + ] + }, + "death_and_respawn_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_with_icons", + "namespace": "how_to_play_common" + } + }, + "death_and_respawn_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "death_and_respawn_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "food_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "food_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch", + "padding_2", + "paragraph_3" + ] + }, + "food_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "food_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "food_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "food_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "food_section/paragraph_2_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "food_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "food_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beds_new_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "beds_new_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3" + ] + }, + "beds_new_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beds_new_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beds_new_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "beds_new_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "beds_new_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "improved_tools_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "improved_tools_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2" + ] + }, + "improved_tools_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "improved_tools_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "improved_tools_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "world_builder_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "paragraph_6", + "paragraph_7", + "padding_7", + "paragraph_8", + "padding_8", + "paragraph_9" + ] + }, + "world_builder_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "small_padding", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/paragraph_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/padding_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/paragraph_5": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/padding_5": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "small_padding", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/paragraph_6": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/paragraph_7": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/padding_7": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/paragraph_8": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/padding_8": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "small_padding", + "namespace": "how_to_play_common" + } + }, + "world_builder_section/paragraph_9": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_3", + "paragraph_3", + "padding_4", + "paragraph_4", + "padding_5", + "paragraph_5", + "padding_7", + "header_2", + "paragraph_6" + ] + }, + "permission_blocks_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/header_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/padding_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/paragraph_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/padding_5": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/paragraph_5": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/padding_7": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/header_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "permission_blocks_section/paragraph_6": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "chalkboard_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "chalkboard_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1_keyboard", + "paragraph_1_gamepad", + "paragraph_1_touch" + ] + }, + "chalkboard_section/paragraph_1_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "chalkboard_section/paragraph_1_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "chalkboard_section/paragraph_1_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "chemistry_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "chemistry_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2" + ] + }, + "chemistry_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "chemistry_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "chemistry_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "npc_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "npc_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2", + "padding_2", + "paragraph_3" + ] + }, + "npc_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "npc_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "npc_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "npc_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "npc_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "camera_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "camera_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch", + "padding_2", + "paragraph_3_keyboard", + "paragraph_3_gamepad", + "paragraph_3_touch", + "padding_3", + "paragraph_4" + ] + }, + "camera_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "camera_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "camera_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "camera_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "camera_section/paragraph_2_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "camera_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "camera_section/paragraph_3_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "camera_section/paragraph_3_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "camera_section/paragraph_3_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "camera_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "camera_section/paragraph_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "portfolio_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "portfolio_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1_keyboard", + "paragraph_1_gamepad", + "paragraph_1_touch" + ] + }, + "portfolio_section/paragraph_1_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "portfolio_section/paragraph_1_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "portfolio_section/paragraph_1_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "classroom_mode_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "classroom_mode_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2" + ] + }, + "classroom_mode_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "classroom_mode_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "classroom_mode_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "code_builder_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "edu_section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "code_builder_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "paragraph_2_keyboard", + "paragraph_2_gamepad", + "paragraph_2_touch" + ] + }, + "code_builder_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "code_builder_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "code_builder_section/paragraph_2_keyboard": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_keyboard", + "namespace": "how_to_play_common" + } + }, + "code_builder_section/paragraph_2_gamepad": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_gamepad", + "namespace": "how_to_play_common" + } + }, + "code_builder_section/paragraph_2_touch": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph_touch", + "namespace": "how_to_play_common" + } + }, + "playing_together_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "playing_together_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1", + "padding_1", + "header_1", + "paragraph_2", + "padding_2", + "header_2", + "paragraph_3", + "padding_3", + "paragraph_4", + "padding_4", + "paragraph_5", + "padding_5", + "header_3", + "paragraph_6", + "padding_6", + "paragraph_7", + "padding_7", + "paragraph_8", + "realms_button", + "sign_in_button", + "padding_8", + "header_4", + "paragraph_9", + "padding_9", + "paragraph_10" + ] + }, + "playing_together_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/padding_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/header_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/padding_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/header_2": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/padding_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/padding_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_5": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/padding_5": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/header_3": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_6": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/padding_6": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_7": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/padding_7": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_8": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/realms_button": { + "file": "ui/how_to_play_screen.json", + "type": "button", + "extend": { + "name": "try_realms_action_button", + "namespace": "how_to_play" + } + }, + "playing_together_section/sign_in_button": { + "file": "ui/how_to_play_screen.json", + "type": "button", + "extend": { + "name": "try_realms_action_button", + "namespace": "how_to_play" + } + }, + "playing_together_section/padding_8": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/header_4": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_9": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/padding_9": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "how_to_play_common" + } + }, + "playing_together_section/paragraph_10": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "try_realms_action_button": { + "file": "ui/how_to_play_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_button": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_button", + "namespace": "how_to_play_common" + } + }, + "encyclopedia_section": { + "file": "ui/how_to_play_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_sections", + "namespace": "how_to_play_common" + }, + "children": [ + "paragraph_1" + ] + }, + "encyclopedia_section/paragraph_1": { + "file": "ui/how_to_play_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + } + }, + "hud": { + "hud_player_renderer": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hud_player" + ] + }, + "hud_player_renderer/hud_player": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "hotbar_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "children": [ + "hotbar_slot_image" + ] + }, + "hotbar_renderer/hotbar_slot_image": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "hotbar_slot_image", + "namespace": "hud" + } + }, + "cooldown_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "heart_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "horse_heart_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "armor_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "exp_progress_bar_and_hotbar": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "resizing_xp_bar_with_hotbar", + "resizing_hotbar_no_xp_bar", + "resizing_hotbar_locator_bar", + "item_text_factory" + ] + }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "empty_progress_bar", + "progress_text_label" + ] + }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "empty_progress_bar", + "namespace": "hud" + }, + "children": [ + "full_progress_bar" + ] + }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "full_progress_bar", + "namespace": "hud" + }, + "children": [ + "progress_bar_nub" + ] + }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "progress_bar_nub", + "namespace": "hud" + }, + "children": [ + "horse_jump_rend" + ] + }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub/horse_jump_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_jump_renderer", + "namespace": "hud" + }, + "children": [ + "dash_rend" + ] + }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub/horse_jump_rend/dash_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "dash_renderer", + "namespace": "hud" + }, + "children": [ + "hotbar" + ] + }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub/horse_jump_rend/dash_rend/hotbar": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_chooser", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/progress_text_label": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "progress_text_label", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "horse_jump_rend" + ] + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar/horse_jump_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_jump_renderer", + "namespace": "hud" + }, + "children": [ + "dash_rend" + ] + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar/horse_jump_rend/dash_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "dash_renderer", + "namespace": "hud" + }, + "children": [ + "hotbar" + ] + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar/horse_jump_rend/dash_rend/hotbar": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_chooser", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "size_owner", + "horse_jump_rend", + "dash_rend", + "locator_bar", + "progress_text_label" + ] + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/size_owner": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hotbar", + "size_without_hotbar" + ] + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/size_owner/hotbar": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_chooser", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/size_owner/size_without_hotbar": { + "file": "ui/hud_screen.json", + "type": "panel" + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/horse_jump_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_jump_renderer", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/dash_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "dash_renderer", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/locator_bar": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "locator_bar", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/progress_text_label": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "progress_text_label", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar/item_text_factory": { + "file": "ui/hud_screen.json", + "type": "factory" + }, + "exp_progress_bar_and_hotbar_pocket": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "resizing_xp_bar_with_hotbar", + "resizing_locator_bar", + "hotbar_panel", + "item_text", + "horse_jump_rend", + "dash_rend" + ] + }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "empty_progress_bar", + "progress_text_label" + ] + }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar/empty_progress_bar": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "empty_progress_bar", + "namespace": "hud" + }, + "children": [ + "full_progress_bar" + ] + }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "full_progress_bar", + "namespace": "hud" + }, + "children": [ + "progress_bar_nub" + ] + }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "progress_bar_nub", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar/progress_text_label": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "progress_text_label", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar_pocket/resizing_locator_bar": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "locator_bar", + "progress_text_label" + ] + }, + "exp_progress_bar_and_hotbar_pocket/resizing_locator_bar/locator_bar": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "locator_bar", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar_pocket/resizing_locator_bar/progress_text_label": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "progress_text_label", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar_pocket/hotbar_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "hotbar_panel_pocket", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar_pocket/item_text": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "item_text_factory" + ] + }, + "exp_progress_bar_and_hotbar_pocket/item_text/item_text_factory": { + "file": "ui/hud_screen.json", + "type": "factory" + }, + "exp_progress_bar_and_hotbar_pocket/horse_jump_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_jump_renderer", + "namespace": "hud" + } + }, + "exp_progress_bar_and_hotbar_pocket/dash_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "dash_renderer", + "namespace": "hud" + } + }, + "full_progress_bar": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "empty_progress_bar": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "progress_bar_nub": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "progress_text_label": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "horse_jump_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "dash_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "locator_bar": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "hunger_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "bubbles_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "mob_effects_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "vignette_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "editor_gizmo_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "cursor_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "progress_indicator_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "camera_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "editor_volume_highlight_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "editor_compass_renderer": { + "file": "ui/hud_screen.json", + "type": "custom" + }, + "hotbar_hud_item_icon": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "elipses_image": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "bound_button_label": { + "file": "ui/hud_screen.json", + "type": "unknown", + "extend": { + "name": "button_label", + "namespace": "hud" + } + }, + "default_borderless_button_layout": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "hover_borderless_button_layout": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "default_borderless_button_layout", + "namespace": "hud" + } + }, + "pressed_borderless_button_layout": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "default_borderless_button_layout", + "namespace": "hud" + } + }, + "borderless_button": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed", + "elipses" + ] + }, + "borderless_button/default": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "default_borderless_button_layout", + "namespace": "hud" + } + }, + "borderless_button/hover": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "hover_borderless_button_layout", + "namespace": "hud" + } + }, + "borderless_button/pressed": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "pressed_borderless_button_layout", + "namespace": "hud" + } + }, + "borderless_button/elipses": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "elipses_image", + "namespace": "hud" + } + }, + "hotbar_elipses_button": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "borderless_button", + "namespace": "hud" + } + }, + "start_cap_image": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "end_cap_image": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "start_cap_image", + "namespace": "hud" + } + }, + "hotbar_start_cap": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "start_cap_image" + ] + }, + "hotbar_start_cap/start_cap_image": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "start_cap_image", + "namespace": "hud" + } + }, + "hotbar_end_cap": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_start_cap", + "namespace": "hud" + }, + "children": [ + "end_cap_image" + ] + }, + "hotbar_end_cap/end_cap_image": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "end_cap_image", + "namespace": "hud" + } + }, + "heart_image": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "hotbar_slot_image": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "hotbar_slot_selected_image": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "gui_hotbar_slot_button_prototype": { + "file": "ui/hud_screen.json", + "type": "button" + }, + "player_position": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "player_position_text" + ] + }, + "player_position/player_position_text": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "number_of_days_played": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "number_of_days_played_text" + ] + }, + "number_of_days_played/number_of_days_played_text": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "chat_label": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "chat_grid_item": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "chat_background" + ] + }, + "chat_grid_item/chat_background": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "chat_text" + ] + }, + "chat_grid_item/chat_background/chat_text": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "chat_label", + "namespace": "hud" + } + }, + "chat_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "chat_panel/stack_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel" + }, + "subtitle_direction_label": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "subtitle_grid_item": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "subtitle_background" + ] + }, + "subtitle_grid_item/subtitle_background": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "direction_left", + "subtitle_text", + "direction_right" + ] + }, + "subtitle_grid_item/subtitle_background/direction_left": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "subtitle_direction_label", + "namespace": "hud" + } + }, + "subtitle_grid_item/subtitle_background/subtitle_text": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "chat_label", + "namespace": "hud" + } + }, + "subtitle_grid_item/subtitle_background/direction_right": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "subtitle_direction_label", + "namespace": "hud" + } + }, + "subtitle_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "subtitle_panel/stack_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel" + }, + "item_durability": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "durability_bar", + "namespace": "common" + } + }, + "item_storage": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "storage_bar", + "namespace": "common" + } + }, + "container_item_lock_overlay": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "container_item_lock_overlay", + "namespace": "common" + } + }, + "item_lock_cell_image": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "item_lock_cell_image", + "namespace": "common" + } + }, + "gui_hotbar_grid_item": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hotbar_slot_selected_image", + "hotbar_renderer", + "hotbar_parent", + "cooldown_renderer", + "hotbar_slot_button" + ] + }, + "gui_hotbar_grid_item/hotbar_slot_selected_image": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "hotbar_slot_selected_image", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item/hotbar_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "hotbar_renderer", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item/hotbar_parent": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "item_icon", + "item_count", + "hotbar_hint", + "item_dura", + "item_store", + "container_item_lock_overlay" + ] + }, + "gui_hotbar_grid_item/hotbar_parent/item_icon": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "hotbar_hud_item_icon", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item/hotbar_parent/item_count": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "gui_hotbar_grid_item/hotbar_parent/hotbar_hint": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_hint", + "namespace": "edu_common" + } + }, + "gui_hotbar_grid_item/hotbar_parent/item_dura": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "item_durability", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item/hotbar_parent/item_store": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "item_storage", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item/hotbar_parent/container_item_lock_overlay": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "container_item_lock_overlay", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item/cooldown_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "cooldown_renderer", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item/hotbar_slot_button": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "gui_hotbar_slot_button_prototype", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item_pocket": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hotbar_slot_selected_image", + "hotbar_renderer", + "hotbar_parent", + "cooldown_renderer", + "hotbar_slot_button" + ] + }, + "gui_hotbar_grid_item_pocket/hotbar_slot_selected_image": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "hotbar_slot_selected_image", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item_pocket/hotbar_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "hotbar_renderer", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item_pocket/hotbar_parent": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "item_icon", + "item_count", + "item_dura", + "item_store", + "container_item_lock_overlay" + ] + }, + "gui_hotbar_grid_item_pocket/hotbar_parent/item_icon": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "hotbar_hud_item_icon", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item_pocket/hotbar_parent/item_count": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "gui_hotbar_grid_item_pocket/hotbar_parent/item_dura": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "item_durability", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item_pocket/hotbar_parent/item_store": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "item_storage", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item_pocket/hotbar_parent/container_item_lock_overlay": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "container_item_lock_overlay", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item_pocket/cooldown_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "cooldown_renderer", + "namespace": "hud" + } + }, + "gui_hotbar_grid_item_pocket/hotbar_slot_button": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "gui_hotbar_slot_button_prototype", + "namespace": "hud" + } + }, + "centered_gui_elements": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hud_player_rend_desktop" + ] + }, + "centered_gui_elements/hud_player_rend_desktop": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hud_player_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "heart_rend", + "horse_heart_rend_0", + "horse_heart_rend_1", + "armor_rend", + "hunger_rend", + "bubbles_rend_0", + "bubbles_rend_1", + "exp_rend" + ] + }, + "centered_gui_elements_at_bottom_middle/heart_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "heart_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle/horse_heart_rend_0": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_heart_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle/horse_heart_rend_1": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_heart_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle/armor_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "armor_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle/hunger_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "hunger_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle/bubbles_rend_0": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "bubbles_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle/bubbles_rend_1": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "bubbles_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle/exp_rend": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "exp_progress_bar_and_hotbar", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle_touch": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "heart_rend", + "horse_heart_rend_0", + "horse_heart_rend_1", + "armor_rend", + "hunger_rend", + "bubbles_rend_0", + "bubbles_rend_1", + "exp_rend" + ] + }, + "centered_gui_elements_at_bottom_middle_touch/heart_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "heart_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle_touch/horse_heart_rend_0": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_heart_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle_touch/horse_heart_rend_1": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_heart_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle_touch/armor_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "armor_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle_touch/hunger_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "hunger_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle_touch/bubbles_rend_0": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "bubbles_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle_touch/bubbles_rend_1": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "bubbles_renderer", + "namespace": "hud" + } + }, + "centered_gui_elements_at_bottom_middle_touch/exp_rend": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "exp_progress_bar_and_hotbar", + "namespace": "hud" + } + }, + "not_centered_gui_elements": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "heart_rend", + "horse_heart_rend", + "hunger_rend", + "armor_rend", + "hud_player_rend_pocket", + "bubbles_rend_0", + "bubbles_rend_1" + ] + }, + "not_centered_gui_elements/heart_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "heart_renderer", + "namespace": "hud" + } + }, + "not_centered_gui_elements/horse_heart_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "horse_heart_renderer", + "namespace": "hud" + } + }, + "not_centered_gui_elements/hunger_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "hunger_renderer", + "namespace": "hud" + } + }, + "not_centered_gui_elements/armor_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "armor_renderer", + "namespace": "hud" + } + }, + "not_centered_gui_elements/hud_player_rend_pocket": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hud_player_renderer", + "namespace": "hud" + } + }, + "not_centered_gui_elements/bubbles_rend_0": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "bubbles_renderer", + "namespace": "hud" + } + }, + "not_centered_gui_elements/bubbles_rend_1": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "bubbles_renderer", + "namespace": "hud" + } + }, + "hotbar_chooser": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "desktop_hotbar", + "pocket_hotbar" + ] + }, + "hotbar_chooser/desktop_hotbar": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "hotbar_panel", + "namespace": "hud" + } + }, + "hotbar_chooser/pocket_hotbar": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "hotbar_panel", + "namespace": "hud" + } + }, + "hotbar_elipses_panel_right_content": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "elipses_content" + ] + }, + "hotbar_elipses_panel_right_content/elipses_content": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_elipses_panel_right_art", + "namespace": "hud" + } + }, + "hotbar_elipses_panel_right_art": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "slot", + "button" + ] + }, + "hotbar_elipses_panel_right_art/slot": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "hotbar_slot_image", + "namespace": "hud" + } + }, + "hotbar_elipses_panel_right_art/button": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "hotbar_elipses_button", + "namespace": "hud" + } + }, + "hotbar_elipses_panel_left_content": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "button" + ] + }, + "hotbar_elipses_panel_left_content/button": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_elipses_panel_left_art", + "namespace": "hud" + } + }, + "hotbar_elipses_panel_left_art": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "slot", + "button" + ] + }, + "hotbar_elipses_panel_left_art/slot": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "hotbar_slot_image", + "namespace": "hud" + } + }, + "hotbar_elipses_panel_left_art/button": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "hotbar_elipses_button", + "namespace": "hud" + } + }, + "hotbar_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "hotbar_start_cap", + "hotbar_elipses_panel_left", + "hotbar_grid", + "hotbar_elipses_panel_right", + "hotbar_end_cap" + ] + }, + "hotbar_panel/hotbar_start_cap": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_start_cap", + "namespace": "hud" + } + }, + "hotbar_panel/hotbar_elipses_panel_left": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "hotbar_elipses_panel_left_content", + "namespace": "hud" + } + }, + "hotbar_panel/hotbar_grid": { + "file": "ui/hud_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid", + "namespace": "hud" + } + }, + "hotbar_panel/hotbar_elipses_panel_right": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "hotbar_elipses_panel_right_content", + "namespace": "hud" + } + }, + "hotbar_panel/hotbar_end_cap": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_end_cap", + "namespace": "hud" + } + }, + "hotbar_panel_pocket": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "hotbar_start_cap_frame", + "hotbar_elipses_panel_left", + "hotbar_grid", + "hotbar_elipses_panel_right", + "hotbar_end_cap_frame" + ] + }, + "hotbar_panel_pocket/hotbar_start_cap_frame": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hotbar_start_cap" + ] + }, + "hotbar_panel_pocket/hotbar_start_cap_frame/hotbar_start_cap": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_start_cap", + "namespace": "hud" + } + }, + "hotbar_panel_pocket/hotbar_elipses_panel_left": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hotbar_elipses_panel_left" + ] + }, + "hotbar_panel_pocket/hotbar_elipses_panel_left/hotbar_elipses_panel_left": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_elipses_panel_left_art", + "namespace": "hud" + } + }, + "hotbar_panel_pocket/hotbar_grid": { + "file": "ui/hud_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid", + "namespace": "hud" + } + }, + "hotbar_panel_pocket/hotbar_elipses_panel_right": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hotbar_elipses_panel_right" + ] + }, + "hotbar_panel_pocket/hotbar_elipses_panel_right/hotbar_elipses_panel_right": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_elipses_panel_right_art", + "namespace": "hud" + } + }, + "hotbar_panel_pocket/hotbar_end_cap_frame": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "hotbar_end_cap" + ] + }, + "hotbar_panel_pocket/hotbar_end_cap_frame/hotbar_end_cap": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "hotbar_end_cap", + "namespace": "hud" + } + }, + "hotbar_grid": { + "file": "ui/hud_screen.json", + "type": "grid" + }, + "edu_hotbar_grid": { + "file": "ui/hud_screen.json", + "type": "grid" + }, + "item_name_text_root": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "item_text_aligner" + ] + }, + "item_name_text_root/item_text_aligner": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "item_text_control", + "interact_padding", + "survival_buffer" + ] + }, + "item_name_text_root/item_text_aligner/item_text_control": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "item_text_background", + "item_text_label" + ] + }, + "item_name_text_root/item_text_aligner/item_text_control/item_text_background": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "item_name_text_root/item_text_aligner/item_text_control/item_text_label": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "item_name_text_root/item_text_aligner/interact_padding": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "item_name_text_root/item_text_aligner/survival_buffer": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "item_name_text": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "item_name_text_root", + "namespace": "hud" + } + }, + "jukebox_popup_text": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "item_name_text_root", + "namespace": "hud" + } + }, + "hud_tip_text": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "item_text_label" + ] + }, + "hud_tip_text/item_text_label": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "auto_save": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "hud_actionbar_text": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "actionbar_message" + ] + }, + "hud_actionbar_text/actionbar_message": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "hud_title_text": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "title_frame", + "subtitle_frame" + ] + }, + "hud_title_text/title_frame": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "title_background", + "title" + ] + }, + "hud_title_text/title_frame/title_background": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "hud_title_text/title_frame/title": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "hud_title_text/subtitle_frame": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "subtitle_background", + "subtitle" + ] + }, + "hud_title_text/subtitle_frame/subtitle_background": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "hud_title_text/subtitle_frame/subtitle": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "boss_name_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "boss_name" + ] + }, + "boss_name_panel/boss_name": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "tooltip_helper_icon_description": { + "file": "ui/hud_screen.json", + "type": "label", + "children": [ + "label_background" + ] + }, + "tooltip_helper_icon_description/label_background": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "tooltip_helper": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "icon", + "padding", + "centerer" + ] + }, + "tooltip_helper/icon": { + "file": "ui/hud_screen.json", + "type": "unknown" + }, + "tooltip_helper/padding": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "tooltip_helper/centerer": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "desc" + ] + }, + "tooltip_helper/centerer/desc": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "tooltip_helper_icon_description", + "namespace": "hud" + } + }, + "tooltip_helper_form_fitting": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "icon", + "padding", + "centerer" + ] + }, + "tooltip_helper_form_fitting/icon": { + "file": "ui/hud_screen.json", + "type": "unknown" + }, + "tooltip_helper_form_fitting/padding": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "tooltip_helper_form_fitting/centerer": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "desc" + ] + }, + "tooltip_helper_form_fitting/centerer/desc": { + "file": "ui/hud_screen.json", + "type": "label", + "extend": { + "name": "tooltip_helper_icon_description", + "namespace": "hud" + } + }, + "keyboard_tooltip_helper": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "tooltip_helper", + "namespace": "hud" + } + }, + "keyboard_tooltip_helper_form_fitting": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "tooltip_helper_form_fitting", + "namespace": "hud" + } + }, + "mixed_tooltip_helper": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "gamepad_tooltip", + "keyboard_tooltip" + ] + }, + "mixed_tooltip_helper/gamepad_tooltip": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "tooltip_helper", + "namespace": "hud" + } + }, + "mixed_tooltip_helper/keyboard_tooltip": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_tooltip_helper", + "namespace": "hud" + } + }, + "mixed_tooltip_helper_form_fitting": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "gamepad_tooltip", + "keyboard_tooltip" + ] + }, + "mixed_tooltip_helper_form_fitting/gamepad_tooltip": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "tooltip_helper_form_fitting", + "namespace": "hud" + } + }, + "mixed_tooltip_helper_form_fitting/keyboard_tooltip": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_tooltip_helper_form_fitting", + "namespace": "hud" + } + }, + "base_icon_image": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "icon", + "postfix_label_wrapper" + ] + }, + "base_icon_image/icon": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "base_icon_image/postfix_label_wrapper": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "base_icon_image/postfix_label_wrapper/label": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "base_keyboard_icon": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "base_keyboard_icon/icon": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "key_backing", + "mouse_buttons" + ] + }, + "base_keyboard_icon/icon/key_backing": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "key_label" + ] + }, + "base_keyboard_icon/icon/key_backing/key_label": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "base_keyboard_icon/icon/mouse_buttons": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "left_helpers_edu": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "tip_window", + "tip_paddding", + "controls_toggle_label", + "controls_inventory_label", + "controls_menu_label" + ] + }, + "left_helpers_edu/tip_window": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "tooltip_background", + "namespace": "common" + }, + "children": [ + "stack_panel" + ] + }, + "left_helpers_edu/tip_window/stack_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel" + }, + "left_helpers_edu/tip_paddding": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "left_helpers_edu/controls_toggle_label": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "tip" + ] + }, + "left_helpers_edu/controls_toggle_label/tip": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "mixed_tooltip_helper", + "namespace": "hud" + } + }, + "left_helpers_edu/controls_inventory_label": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "tip" + ] + }, + "left_helpers_edu/controls_inventory_label/tip": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "mixed_tooltip_helper", + "namespace": "hud" + } + }, + "left_helpers_edu/controls_menu_label": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "tip" + ] + }, + "left_helpers_edu/controls_menu_label/tip": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "mixed_tooltip_helper", + "namespace": "hud" + } + }, + "left_helpers": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "left_helpers/stack_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel" + }, + "emote_label_background": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "emote_tip": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "emote_label_background", + "namespace": "hud" + }, + "children": [ + "emote_keyboard_centerer", + "emote_gamepad_helper" + ] + }, + "emote_tip/emote_keyboard_centerer": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "emote_keyboard_helper" + ] + }, + "emote_tip/emote_keyboard_centerer/emote_keyboard_helper": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper_keys", + "namespace": "common" + } + }, + "emote_tip/emote_gamepad_helper": { + "file": "ui/hud_screen.json", + "type": "unknown" + }, + "emote_expediate_helpers": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "emote_expediate_helpers/stack_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "emote_tip_0", + "emote_tip_1", + "emote_tip_2", + "emote_tip_3" + ] + }, + "emote_expediate_helpers/stack_panel/emote_tip_0": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "emote_tip", + "namespace": "hud" + } + }, + "emote_expediate_helpers/stack_panel/emote_tip_1": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "emote_tip", + "namespace": "hud" + } + }, + "emote_expediate_helpers/stack_panel/emote_tip_2": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "emote_tip", + "namespace": "hud" + } + }, + "emote_expediate_helpers/stack_panel/emote_tip_3": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "emote_tip", + "namespace": "hud" + } + }, + "right_helpers": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "right_helpers/stack_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel" + }, + "boss_health_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "boss_name", + "progress_bar_for_collections" + ] + }, + "boss_health_panel/boss_name": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "boss_name_panel", + "namespace": "hud" + } + }, + "boss_health_panel/progress_bar_for_collections": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "progress_bar_for_collections", + "namespace": "common" + } + }, + "boss_health_grid": { + "file": "ui/hud_screen.json", + "type": "grid" + }, + "wysiwyg_reset_modal_ok": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "modal_button", + "namespace": "library_modal" + } + }, + "wysiwyg_reset_modal_cancel": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "modal_button", + "namespace": "library_modal" + } + }, + "wysiwyg_close_without_saving_modal_ok": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "modal_button", + "namespace": "library_modal" + } + }, + "wysiwyg_close_without_saving_modal_cancel": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "modal_button", + "namespace": "library_modal" + } + }, + "root_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "layout_customization_reset", + "layout_customization_close_without_saving", + "layout_customization_main_panel", + "layout_customization_sub_panel", + "layout_customization_hint_drag_frame", + "layout_customization_hint_deselect_frame", + "layout_customization_hint_saved", + "left_helpers", + "right_helpers", + "subtitle_stack", + "emote_expediate_helpers", + "centered_gui_elements", + "centered_gui_elements_at_bottom_middle", + "centered_gui_elements_at_bottom_middle_touch", + "not_centered_gui_elements", + "gamertag_label_for_splitscreen", + "exp_rend", + "exp_rend_resizable", + "hud_tip_text_factory", + "hud_actionbar_text_area", + "hud_title_text_area", + "mob_effects_renderer", + "vignette_rend", + "curor_rend", + "game_tip", + "sidebar", + "progress_rend", + "chat_stack", + "boss_health_panel", + "save_icon" + ] + }, + "root_panel/layout_customization_reset": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "layout_customization_reset_modal" + ] + }, + "root_panel/layout_customization_reset/layout_customization_reset_modal": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "root_panel/layout_customization_close_without_saving": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "layout_customization_close_without_saving_modal" + ] + }, + "root_panel/layout_customization_close_without_saving/layout_customization_close_without_saving_modal": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "root_panel/layout_customization_main_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "layout_customization_main_panel", + "namespace": "hud" + } + }, + "root_panel/layout_customization_sub_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "layout_customization_sub_panel", + "namespace": "hud" + } + }, + "root_panel/layout_customization_hint_drag_frame": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "layout_customization_hint_drag" + ] + }, + "root_panel/layout_customization_hint_drag_frame/layout_customization_hint_drag": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "root_panel/layout_customization_hint_deselect_frame": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "layout_customization_hint_deselect" + ] + }, + "root_panel/layout_customization_hint_deselect_frame/layout_customization_hint_deselect": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "root_panel/layout_customization_hint_saved": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "layout_customization_hint_saved" + ] + }, + "root_panel/layout_customization_hint_saved/layout_customization_hint_saved": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "root_panel/left_helpers": { + "file": "ui/hud_screen.json", + "type": "unknown" + }, + "root_panel/right_helpers": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "right_helpers", + "namespace": "hud" + } + }, + "root_panel/subtitle_stack": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "subtitle_padding", + "subtitle_panel" + ] + }, + "root_panel/subtitle_stack/subtitle_padding": { + "file": "ui/hud_screen.json", + "type": "panel" + }, + "root_panel/subtitle_stack/subtitle_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "subtitle_panel", + "namespace": "hud" + } + }, + "root_panel/emote_expediate_helpers": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "emote_expediate_helpers", + "namespace": "hud" + } + }, + "root_panel/centered_gui_elements": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "centered_gui_elements", + "namespace": "hud" + } + }, + "root_panel/centered_gui_elements_at_bottom_middle": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "centered_gui_elements_at_bottom_middle", + "namespace": "hud" + } + }, + "root_panel/centered_gui_elements_at_bottom_middle_touch": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "centered_gui_elements_at_bottom_middle_touch", + "namespace": "hud" + } + }, + "root_panel/not_centered_gui_elements": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "not_centered_gui_elements", + "namespace": "hud" + } + }, + "root_panel/gamertag_label_for_splitscreen": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "root_panel/exp_rend": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "exp_progress_bar_and_hotbar", + "namespace": "hud" + } + }, + "root_panel/exp_rend_resizable": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "exp_progress_bar_and_hotbar_pocket", + "namespace": "hud" + } + }, + "root_panel/hud_tip_text_factory": { + "file": "ui/hud_screen.json", + "type": "factory" + }, + "root_panel/hud_actionbar_text_area": { + "file": "ui/hud_screen.json", + "type": "panel" + }, + "root_panel/hud_title_text_area": { + "file": "ui/hud_screen.json", + "type": "panel" + }, + "root_panel/mob_effects_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "mob_effects_renderer", + "namespace": "hud" + } + }, + "root_panel/vignette_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "vignette_renderer", + "namespace": "hud" + } + }, + "root_panel/curor_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "cursor_renderer", + "namespace": "hud" + } + }, + "root_panel/game_tip": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "game_tip_factory", + "namespace": "game_tip" + } + }, + "root_panel/sidebar": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "scoreboard_sidebar", + "namespace": "scoreboard" + } + }, + "root_panel/progress_rend": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "progress_indicator_renderer", + "namespace": "hud" + } + }, + "root_panel/chat_stack": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "paper_doll_padding", + "non_centered_gui_padding", + "player_position", + "number_of_days_played", + "game_tip", + "chat_panel" + ] + }, + "root_panel/chat_stack/paper_doll_padding": { + "file": "ui/hud_screen.json", + "type": "panel" + }, + "root_panel/chat_stack/non_centered_gui_padding": { + "file": "ui/hud_screen.json", + "type": "panel" + }, + "root_panel/chat_stack/player_position": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "player_position", + "namespace": "hud" + } + }, + "root_panel/chat_stack/number_of_days_played": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "number_of_days_played", + "namespace": "hud" + } + }, + "root_panel/chat_stack/game_tip": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "game_tip_chat_stack_factory", + "namespace": "game_tip" + } + }, + "root_panel/chat_stack/chat_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "chat_panel", + "namespace": "hud" + } + }, + "root_panel/boss_health_panel": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "boss_hud_padding", + "boss_hud_touch_padding", + "boss_hud_panel" + ] + }, + "root_panel/boss_health_panel/boss_hud_padding": { + "file": "ui/hud_screen.json", + "type": "panel" + }, + "root_panel/boss_health_panel/boss_hud_touch_padding": { + "file": "ui/hud_screen.json", + "type": "panel" + }, + "root_panel/boss_health_panel/boss_hud_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "boss_health_grid" + ] + }, + "root_panel/boss_health_panel/boss_hud_panel/boss_health_grid": { + "file": "ui/hud_screen.json", + "type": "grid", + "extend": { + "name": "boss_health_grid", + "namespace": "hud" + } + }, + "root_panel/save_icon": { + "file": "ui/hud_screen.json", + "type": "image", + "extend": { + "name": "auto_save", + "namespace": "hud" + } + }, + "hud_screen": { + "file": "ui/hud_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "hud_content": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "root_panel", + "editor_gizmo_renderer", + "editor_compass_renderer", + "editor_volume_highlight_renderer", + "camera_renderer" + ] + }, + "hud_content/root_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "root_panel", + "namespace": "hud" + } + }, + "hud_content/editor_gizmo_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "editor_gizmo_renderer", + "namespace": "hud" + } + }, + "hud_content/editor_compass_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "editor_compass_renderer", + "namespace": "hud" + } + }, + "hud_content/editor_volume_highlight_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "editor_volume_highlight_renderer", + "namespace": "hud" + } + }, + "hud_content/camera_renderer": { + "file": "ui/hud_screen.json", + "type": "custom", + "extend": { + "name": "camera_renderer", + "namespace": "hud" + } + }, + "layout_customization_main_panel_button": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "layout_customization_main_panel_button/button": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "layout_customization_main_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "main_panel_frame" + ] + }, + "layout_customization_main_panel/main_panel_frame": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "main_panel_content" + ] + }, + "layout_customization_main_panel/main_panel_frame/main_panel_content": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "reset_button", + "exit_button", + "opacity_button", + "size_button" + ] + }, + "layout_customization_main_panel/main_panel_frame/main_panel_content/reset_button": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "layout_customization_main_panel_button", + "namespace": "hud" + } + }, + "layout_customization_main_panel/main_panel_frame/main_panel_content/exit_button": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "layout_customization_main_panel_button", + "namespace": "hud" + } + }, + "layout_customization_main_panel/main_panel_frame/main_panel_content/opacity_button": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "layout_customization_main_panel_button", + "namespace": "hud" + } + }, + "layout_customization_main_panel/main_panel_frame/main_panel_content/size_button": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "layout_customization_main_panel_button", + "namespace": "hud" + } + }, + "layout_customization_option_slider": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "slider", + "reset" + ] + }, + "layout_customization_option_slider/slider": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "layout_customization_option_slider/reset": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "reset_button" + ] + }, + "layout_customization_option_slider/reset/reset_button": { + "file": "ui/hud_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "layout_customization_option_slider/reset/reset_button/default": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "layout_customization_option_slider/reset/reset_button/hover": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "layout_customization_option_slider/reset/reset_button/pressed": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "layout_customization_option_content": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "scale_option", + "opacity_option", + "apply_to_all_toggle" + ] + }, + "layout_customization_option_content/scale_option": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "layout_customization_option_slider", + "namespace": "hud" + } + }, + "layout_customization_option_content/opacity_option": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "extend": { + "name": "layout_customization_option_slider", + "namespace": "hud" + } + }, + "layout_customization_option_content/apply_to_all_toggle": { + "file": "ui/hud_screen.json", + "type": "stack_panel", + "children": [ + "checkbox_frame", + "caption_frame" + ] + }, + "layout_customization_option_content/apply_to_all_toggle/checkbox_frame": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "checkbox_unchecked", + "checkbox_checked" + ] + }, + "layout_customization_option_content/apply_to_all_toggle/checkbox_frame/checkbox_unchecked": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "layout_customization_option_content/apply_to_all_toggle/checkbox_frame/checkbox_checked": { + "file": "ui/hud_screen.json", + "type": "image" + }, + "layout_customization_option_content/apply_to_all_toggle/caption_frame": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "caption" + ] + }, + "layout_customization_option_content/apply_to_all_toggle/caption_frame/caption": { + "file": "ui/hud_screen.json", + "type": "label" + }, + "layout_customization_option": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "layout_customization_option/content": { + "file": "ui/hud_screen.json", + "type": "panel", + "extend": { + "name": "layout_customization_option_content", + "namespace": "hud" + } + }, + "layout_customization_sub_panel": { + "file": "ui/hud_screen.json", + "type": "panel", + "children": [ + "background" + ] + }, + "layout_customization_sub_panel/background": { + "file": "ui/hud_screen.json", + "type": "image", + "children": [ + "sub_panel_content" + ] + }, + "layout_customization_sub_panel/background/sub_panel_content": { + "file": "ui/hud_screen.json", + "type": "grid" + } + }, + "host_options": { + "button_label": { + "file": "ui/host_options_screen.json", + "type": "label" + }, + "host_image_panel": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "host_image" + ] + }, + "host_image_panel/host_image": { + "file": "ui/host_options_screen.json", + "type": "label", + "extend": { + "name": "button_label", + "namespace": "host_options" + } + }, + "host_glyph_panel": { + "file": "ui/host_options_screen.json", + "type": "image" + }, + "scrollable_selector_area": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "host_main_button": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "scrolling_panel": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "background", + "scrollable_tab" + ] + }, + "scrolling_panel/background": { + "file": "ui/host_options_screen.json", + "type": "image" + }, + "scrolling_panel/scrollable_tab": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "scrollable_selector_area", + "namespace": "host_options" + } + }, + "button_content": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "button_label", + "image" + ] + }, + "button_content/button_label": { + "file": "ui/host_options_screen.json", + "type": "label", + "extend": { + "name": "button_label", + "namespace": "host_options" + } + }, + "button_content/image": { + "file": "ui/host_options_screen.json", + "type": "image", + "extend": { + "name": "host_glyph_panel", + "namespace": "host_options" + } + }, + "main_light_button": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "main_dark_button": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "host_grid": { + "file": "ui/host_options_screen.json", + "type": "grid" + }, + "host_sub_command_grid_item": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "host_option_banner" + ] + }, + "host_sub_command_grid_item/host_option_banner": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "main_dark_button", + "namespace": "host_options" + } + }, + "return_from_sub_command_button": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "main_light_button", + "namespace": "host_options" + } + }, + "platform_icon_panel": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "platform_icon_panel", + "namespace": "pause" + } + }, + "gamertag_wrapper": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "gametag_wrapper", + "namespace": "pause" + } + }, + "player_pic_panel": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "player_gamer_pic", + "player_local_icon" + ] + }, + "player_pic_panel/player_gamer_pic": { + "file": "ui/host_options_screen.json", + "type": "image", + "extend": { + "name": "player_gamer_pic", + "namespace": "pause" + } + }, + "player_pic_panel/player_local_icon": { + "file": "ui/host_options_screen.json", + "type": "image", + "extend": { + "name": "player_local_icon", + "namespace": "pause" + } + }, + "player_button_content": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "children": [ + "player_pic_panel", + "player_gamertag", + "platform_icon" + ] + }, + "player_button_content/player_pic_panel": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "player_pic_panel", + "namespace": "host_options" + } + }, + "player_button_content/player_gamertag": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "gamertag_wrapper", + "namespace": "host_options" + } + }, + "player_button_content/platform_icon": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "platform_icon_panel", + "namespace": "host_options" + } + }, + "player_grid_item": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "player_banner" + ] + }, + "player_grid_item/player_banner": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "main_dark_button", + "namespace": "host_options" + } + }, + "host_friends_tab": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "players_grid" + ] + }, + "host_friends_tab/players_grid": { + "file": "ui/host_options_screen.json", + "type": "grid", + "extend": { + "name": "host_grid", + "namespace": "host_options" + } + }, + "host_teleport_grid_item": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "host_option_toggle", + "host_option_button" + ] + }, + "host_teleport_grid_item/host_option_toggle": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "light_text_toggle_collection", + "namespace": "common_toggles" + } + }, + "host_teleport_grid_item/host_option_button": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "main_dark_button", + "namespace": "host_options" + } + }, + "host_teleport_buttons": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "children": [ + "return", + "sub_tab" + ] + }, + "host_teleport_buttons/return": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "return_from_sub_command_button", + "namespace": "host_options" + } + }, + "host_teleport_buttons/sub_tab": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "host_main_grid" + ] + }, + "host_teleport_buttons/sub_tab/host_main_grid": { + "file": "ui/host_options_screen.json", + "type": "grid", + "extend": { + "name": "host_grid", + "namespace": "host_options" + } + }, + "host_teleport_player_list_buttons": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "children": [ + "toggle" + ] + }, + "host_teleport_player_list_buttons/toggle": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "host_time_panel" + ] + }, + "host_teleport_player_list_buttons/toggle/host_time_panel": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "host_options" + } + }, + "host_teleport_player_buttons": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "extend": { + "name": "host_teleport_player_list_buttons", + "namespace": "host_options" + } + }, + "host_time_buttons": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "children": [ + "return", + "sub_tab" + ] + }, + "host_time_buttons/return": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "return_from_sub_command_button", + "namespace": "host_options" + } + }, + "host_time_buttons/sub_tab": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "scrolli_scrolli_ravioli" + ] + }, + "host_time_buttons/sub_tab/scrolli_scrolli_ravioli": { + "file": "ui/host_options_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "host_options" + } + }, + "host_weather_buttons": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "children": [ + "return", + "sub_tab" + ] + }, + "host_weather_buttons/return": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "return_from_sub_command_button", + "namespace": "host_options" + } + }, + "host_weather_buttons/sub_tab": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "host_main_grid" + ] + }, + "host_weather_buttons/sub_tab/host_main_grid": { + "file": "ui/host_options_screen.json", + "type": "grid", + "extend": { + "name": "host_grid", + "namespace": "host_options" + } + }, + "host_menu_grid_item": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "host_option_banner" + ] + }, + "host_menu_grid_item/host_option_banner": { + "file": "ui/host_options_screen.json", + "type": "button", + "extend": { + "name": "main_light_button", + "namespace": "host_options" + } + }, + "host_main_buttons": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "children": [ + "host_main_grid" + ] + }, + "host_main_buttons/host_main_grid": { + "file": "ui/host_options_screen.json", + "type": "grid", + "extend": { + "name": "host_grid", + "namespace": "host_options" + } + }, + "host_panel": { + "file": "ui/host_options_screen.json", + "type": "panel", + "children": [ + "host_main_panel", + "host_teleport_panel", + "host_teleport_player_panel", + "host_time_panel", + "host_weather_panel" + ] + }, + "host_panel/host_main_panel": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "extend": { + "name": "host_main_buttons", + "namespace": "host_options" + } + }, + "host_panel/host_teleport_panel": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "extend": { + "name": "host_teleport_buttons", + "namespace": "host_options" + } + }, + "host_panel/host_teleport_player_panel": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "extend": { + "name": "host_teleport_player_buttons", + "namespace": "host_options" + } + }, + "host_panel/host_time_panel": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "extend": { + "name": "host_time_buttons", + "namespace": "host_options" + } + }, + "host_panel/host_weather_panel": { + "file": "ui/host_options_screen.json", + "type": "stack_panel", + "extend": { + "name": "host_weather_buttons", + "namespace": "host_options" + } + } + }, + "bed": { + "in_bed_screen": { + "file": "ui/in_bed_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "in_bed_screen_content": { + "file": "ui/in_bed_screen.json", + "type": "panel", + "children": [ + "wake_up_button_panel", + "wake_up_label_panel", + "select_button" + ] + }, + "in_bed_screen_content/wake_up_button_panel": { + "file": "ui/in_bed_screen.json", + "type": "stack_panel", + "children": [ + "wake_up_button", + "spacer", + "chat_button" + ] + }, + "in_bed_screen_content/wake_up_button_panel/wake_up_button": { + "file": "ui/in_bed_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "in_bed_screen_content/wake_up_button_panel/spacer": { + "file": "ui/in_bed_screen.json", + "type": "panel" + }, + "in_bed_screen_content/wake_up_button_panel/chat_button": { + "file": "ui/in_bed_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "in_bed_screen_content/wake_up_label_panel": { + "file": "ui/in_bed_screen.json", + "type": "label" + }, + "in_bed_screen_content/select_button": { + "file": "ui/in_bed_screen.json", + "type": "panel", + "extend": { + "name": "a_button_panel", + "namespace": "death" + } + }, + "background": { + "file": "ui/in_bed_screen.json", + "type": "image" + } + }, + "im_reader": { + "reader_button_contents": { + "file": "ui/immersive_reader.json", + "type": "image" + }, + "reader_button": { + "file": "ui/immersive_reader.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "webview": { + "file": "ui/immersive_reader.json", + "type": "custom" + }, + "loading": { + "file": "ui/immersive_reader.json", + "type": "stack_panel", + "children": [ + "animation_item", + "loading_text_item", + "bottom_padding", + "cancel_button" + ] + }, + "loading/animation_item": { + "file": "ui/immersive_reader.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "animation" + ] + }, + "loading/animation_item/animation": { + "file": "ui/immersive_reader.json", + "type": "image", + "extend": { + "name": "edu_loading_animation", + "namespace": "edu_common" + } + }, + "loading/loading_text_item": { + "file": "ui/immersive_reader.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "loading_text" + ] + }, + "loading/loading_text_item/loading_text": { + "file": "ui/immersive_reader.json", + "type": "label" + }, + "loading/bottom_padding": { + "file": "ui/immersive_reader.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "loading/cancel_button": { + "file": "ui/immersive_reader.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "no_retry_error_button": { + "file": "ui/immersive_reader.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "retry_error_buttons": { + "file": "ui/immersive_reader.json", + "type": "stack_panel", + "children": [ + "try_again", + "middle_padding", + "cancel" + ] + }, + "retry_error_buttons/try_again": { + "file": "ui/immersive_reader.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "retry_error_buttons/middle_padding": { + "file": "ui/immersive_reader.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "retry_error_buttons/cancel": { + "file": "ui/immersive_reader.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "error": { + "file": "ui/immersive_reader.json", + "type": "stack_panel", + "children": [ + "error_text", + "error_buttons" + ] + }, + "error/error_text": { + "file": "ui/immersive_reader.json", + "type": "label" + }, + "error/error_buttons": { + "file": "ui/immersive_reader.json", + "type": "panel", + "children": [ + "retry", + "no_retry" + ] + }, + "error/error_buttons/retry": { + "file": "ui/immersive_reader.json", + "type": "stack_panel", + "extend": { + "name": "retry_error_buttons", + "namespace": "im_reader" + } + }, + "error/error_buttons/no_retry": { + "file": "ui/immersive_reader.json", + "type": "button", + "extend": { + "name": "no_retry_error_button", + "namespace": "im_reader" + } + }, + "loading_and_error_panel": { + "file": "ui/immersive_reader.json", + "type": "panel", + "children": [ + "loading", + "error" + ] + }, + "loading_and_error_panel/loading": { + "file": "ui/immersive_reader.json", + "type": "stack_panel", + "extend": { + "name": "loading", + "namespace": "im_reader" + } + }, + "loading_and_error_panel/error": { + "file": "ui/immersive_reader.json", + "type": "stack_panel", + "extend": { + "name": "error", + "namespace": "im_reader" + } + }, + "immersive_reader_screen_content": { + "file": "ui/immersive_reader.json", + "type": "panel", + "children": [ + "loading_and_error", + "webview" + ] + }, + "immersive_reader_screen_content/loading_and_error": { + "file": "ui/immersive_reader.json", + "type": "panel", + "extend": { + "name": "form_fit_screen_with_title_and_close", + "namespace": "popup_dialog" + } + }, + "immersive_reader_screen_content/webview": { + "file": "ui/immersive_reader.json", + "type": "custom", + "extend": { + "name": "webview", + "namespace": "im_reader" + } + }, + "immersive_reader_screen": { + "file": "ui/immersive_reader.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "crafting": { + "inventory_x_gamepad_helper": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_x_14", + "namespace": "common" + } + }, + "inventory_y_gamepad_helper": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y_14", + "namespace": "common" + } + }, + "inventory_a_gamepad_helper": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a_14", + "namespace": "common" + } + }, + "inventory_b_gamepad_helper": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b_14", + "namespace": "common" + } + }, + "gamepad_helper_left_trigger": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_trigger", + "namespace": "common" + } + }, + "gamepad_helper_right_trigger": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_trigger", + "namespace": "common" + } + }, + "container_gamepad_helpers_second_row": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "buffer_panel_left", + "left_thumbstick_visibility", + "fill_panel", + "right_thumbstick_visibility", + "buffer_panel_right" + ] + }, + "container_gamepad_helpers_second_row/buffer_panel_left": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "container_gamepad_helpers_second_row/left_thumbstick_visibility": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_thumbstick_left" + ] + }, + "container_gamepad_helpers_second_row/left_thumbstick_visibility/gamepad_helper_thumbstick_left": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_thumbstick_left", + "namespace": "common" + } + }, + "container_gamepad_helpers_second_row/fill_panel": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "container_gamepad_helpers_second_row/right_thumbstick_visibility": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_thumbstick_right" + ] + }, + "container_gamepad_helpers_second_row/right_thumbstick_visibility/gamepad_helper_thumbstick_right": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_thumbstick_right", + "namespace": "common" + } + }, + "container_gamepad_helpers_second_row/buffer_panel_right": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "inventory_container_slot_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "creative_hotbar_container_slot_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "inventory_container_slot_button", + "namespace": "crafting" + } + }, + "no_coalesce_container_slot_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "inventory_container_slot_button", + "namespace": "crafting" + } + }, + "creative_no_coalesce_container_slot_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "no_coalesce_container_slot_button", + "namespace": "crafting" + } + }, + "output_no_coalesce_container_slot_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "no_coalesce_container_slot_button", + "namespace": "crafting" + } + }, + "item_renderer": { + "file": "ui/inventory_screen.json", + "type": "custom" + }, + "equipment_icon": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "tab_icon_image", + "namespace": "common" + } + }, + "construction_icon": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "tab_icon_image", + "namespace": "common" + } + }, + "nature_icon": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "tab_icon_image", + "namespace": "common" + } + }, + "items_icon": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "tab_icon_image", + "namespace": "common" + } + }, + "empty_tab_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "img" + ] + }, + "empty_tab_panel/img": { + "file": "ui/inventory_screen.json", + "type": "unknown" + }, + "top_tab": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "tab_top", + "namespace": "common_tabs" + } + }, + "search_tab": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "crafting" + } + }, + "construction_tab": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "crafting" + } + }, + "equipment_tab": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "crafting" + } + }, + "nature_tab": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "crafting" + } + }, + "items_tab": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "crafting" + } + }, + "tab_navigation_panel_layout": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "navigation_tabs" + ] + }, + "tab_navigation_panel_layout/navigation_tabs": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "construction_tab_panel", + "equipment_tab_panel", + "items_tab_panel", + "nature_tab_panel", + "fill_panel_0", + "search_tab_holder" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content/construction_tab_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "construction_tab_factory" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content/construction_tab_panel/construction_tab_factory": { + "file": "ui/inventory_screen.json", + "type": "factory" + }, + "tab_navigation_panel_layout/navigation_tabs/content/equipment_tab_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "equipment_tab_factory" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content/equipment_tab_panel/equipment_tab_factory": { + "file": "ui/inventory_screen.json", + "type": "factory" + }, + "tab_navigation_panel_layout/navigation_tabs/content/items_tab_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "items_tab_factory" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content/items_tab_panel/items_tab_factory": { + "file": "ui/inventory_screen.json", + "type": "factory" + }, + "tab_navigation_panel_layout/navigation_tabs/content/nature_tab_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "nature_tab_factory" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content/nature_tab_panel/nature_tab_factory": { + "file": "ui/inventory_screen.json", + "type": "factory" + }, + "tab_navigation_panel_layout/navigation_tabs/content/fill_panel_0": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "search_tab_end_creative", + "search_tab_creative", + "search_tab_survival" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder/search_tab_end_creative": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "search_tab", + "namespace": "crafting" + } + }, + "tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder/search_tab_creative": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "search_tab", + "namespace": "crafting" + } + }, + "tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder/search_tab_survival": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "search_tab", + "namespace": "crafting" + } + }, + "tab_content_padding": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "creative_label": { + "file": "ui/inventory_screen.json", + "type": "label" + }, + "tab_content": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "tab_content_search_bar_panel", + "nodrop_zone" + ] + }, + "tab_content/tab_content_search_bar_panel": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "vertical_padding_1", + "pocket_vertical_padding_1", + "creative_label_and_filter_toggle_holder", + "vertical_padding_2", + "pocket_vertical_padding_2", + "pocket_vertical_padding_3", + "search_and_filter_panel", + "vertical_padding_3", + "vertical_padding_3_1", + "items_panel" + ] + }, + "tab_content/tab_content_search_bar_panel/vertical_padding_1": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "tab_content_padding", + "namespace": "crafting" + } + }, + "tab_content/tab_content_search_bar_panel/pocket_vertical_padding_1": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "creative_label", + "padding_2", + "filter_toggle_holder", + "pocket_horizontal_padding_1" + ] + }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/padding_1": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/creative_label": { + "file": "ui/inventory_screen.json", + "type": "label", + "extend": { + "name": "creative_label", + "namespace": "crafting" + } + }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/padding_2": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/filter_toggle_holder": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "filter_toggle" + ] + }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/filter_toggle_holder/filter_toggle": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "filter_toggle", + "namespace": "crafting" + } + }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/pocket_horizontal_padding_1": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/vertical_padding_2": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "tab_content_padding", + "namespace": "crafting" + } + }, + "tab_content/tab_content_search_bar_panel/pocket_vertical_padding_2": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/pocket_vertical_padding_3": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "text_edit_control", + "padding_1", + "filter_toggle_holder", + "pocket_horizontal_padding_1" + ] + }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/text_edit_control": { + "file": "ui/inventory_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/padding_1": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/filter_toggle_holder": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "filter_toggle" + ] + }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/filter_toggle_holder/filter_toggle": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "filter_toggle", + "namespace": "crafting" + } + }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/pocket_horizontal_padding_1": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/vertical_padding_3": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/vertical_padding_3_1": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/tab_content_search_bar_panel/items_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "scroll_pane", + "shadow_stack" + ] + }, + "tab_content/tab_content_search_bar_panel/items_panel/scroll_pane": { + "file": "ui/inventory_screen.json", + "type": "unknown" + }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "shadow_container", + "shadow_cutter" + ] + }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack/shadow_container": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "top_shadow", + "top_overlay" + ] + }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack/shadow_container/top_shadow": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack/shadow_container/top_overlay": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack/shadow_cutter": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "tab_content/nodrop_zone": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "armor_overlay": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "offhand_overlay": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "armor_overlay_helmet": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "armor_overlay", + "namespace": "crafting" + } + }, + "armor_overlay_chest": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "armor_overlay", + "namespace": "crafting" + } + }, + "armor_overlay_legs": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "armor_overlay", + "namespace": "crafting" + } + }, + "armor_image_feet": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "armor_overlay", + "namespace": "crafting" + } + }, + "armor_overlay_shield": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "offhand_overlay", + "namespace": "crafting" + } + }, + "player_armor_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "player_bg", + "player_preview_border", + "armor_grid", + "offhand_grid" + ] + }, + "player_armor_panel/player_bg": { + "file": "ui/inventory_screen.json", + "type": "image", + "children": [ + "player_renderer_panel" + ] + }, + "player_armor_panel/player_bg/player_renderer_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "player_renderer" + ] + }, + "player_armor_panel/player_bg/player_renderer_panel/player_renderer": { + "file": "ui/inventory_screen.json", + "type": "custom" + }, + "player_armor_panel/player_preview_border": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "player_armor_panel/armor_grid": { + "file": "ui/inventory_screen.json", + "type": "grid", + "children": [ + "head_grid_item", + "chest_grid_item", + "legs_grid_item", + "feet_grid_item" + ] + }, + "player_armor_panel/armor_grid/head_grid_item": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "player_armor_panel/armor_grid/chest_grid_item": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "player_armor_panel/armor_grid/legs_grid_item": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "player_armor_panel/armor_grid/feet_grid_item": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "player_armor_panel/offhand_grid": { + "file": "ui/inventory_screen.json", + "type": "grid", + "children": [ + "offhand_grid_item" + ] + }, + "player_armor_panel/offhand_grid/offhand_grid_item": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "crafting_label": { + "file": "ui/inventory_screen.json", + "type": "label" + }, + "inventory_label": { + "file": "ui/inventory_screen.json", + "type": "label" + }, + "crafting_arrow": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "crafting_arrow_large": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "crafting_input_grid_item": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "inventory_container_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3": { + "file": "ui/inventory_screen.json", + "type": "grid", + "children": [ + "crafting_input_item_top_left", + "crafting_input_item_top_mid", + "crafting_input_item_top_right", + "crafting_input_item_mid_left", + "crafting_input_item_middle", + "crafting_input_item_mid_right", + "crafting_input_item_bot_left", + "crafting_input_item_bot_mid", + "crafting_input_item_bot_right" + ] + }, + "crafting_grid_3x3/crafting_input_item_top_left": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3/crafting_input_item_top_mid": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3/crafting_input_item_top_right": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3/crafting_input_item_mid_left": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3/crafting_input_item_middle": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3/crafting_input_item_mid_right": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3/crafting_input_item_bot_left": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3/crafting_input_item_bot_mid": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3/crafting_input_item_bot_right": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_2x2": { + "file": "ui/inventory_screen.json", + "type": "grid", + "children": [ + "crafting_input_item_top_left", + "crafting_input_item_top_right", + "crafting_input_item_bot_left", + "crafting_input_item_bot_right" + ] + }, + "crafting_grid_2x2/crafting_input_item_top_left": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_2x2/crafting_input_item_top_right": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_2x2/crafting_input_item_bot_left": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "crafting_grid_2x2/crafting_input_item_bot_right": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_input_grid_item", + "namespace": "crafting" + } + }, + "output_grid_3x3": { + "file": "ui/inventory_screen.json", + "type": "grid", + "children": [ + "work_bench_output" + ] + }, + "output_grid_3x3/work_bench_output": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "inventory_container_item", + "namespace": "crafting" + } + }, + "output_grid_2x2": { + "file": "ui/inventory_screen.json", + "type": "grid", + "children": [ + "work_bench_output" + ] + }, + "output_grid_2x2/work_bench_output": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "inventory_container_item", + "namespace": "crafting" + } + }, + "work_bench_panel_3x3": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "inventory_label", + "crafting_arrow_large", + "crafting_grid_3x3_with_label_0", + "work_bench_output_grid" + ] + }, + "work_bench_panel_3x3/inventory_label": { + "file": "ui/inventory_screen.json", + "type": "label", + "extend": { + "name": "inventory_label", + "namespace": "crafting" + } + }, + "work_bench_panel_3x3/crafting_arrow_large": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "crafting_arrow_large", + "namespace": "crafting" + } + }, + "work_bench_panel_3x3/crafting_grid_3x3_with_label_0": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "crafting_grid_3x3_with_label", + "namespace": "crafting" + } + }, + "work_bench_panel_3x3/work_bench_output_grid": { + "file": "ui/inventory_screen.json", + "type": "grid", + "extend": { + "name": "output_grid_3x3", + "namespace": "crafting" + } + }, + "crafting_grid_3x3_with_label": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "crafting_label", + "crafting_grid_3x3" + ] + }, + "crafting_grid_3x3_with_label/crafting_label": { + "file": "ui/inventory_screen.json", + "type": "label", + "extend": { + "name": "crafting_label", + "namespace": "crafting" + } + }, + "crafting_grid_3x3_with_label/crafting_grid_3x3": { + "file": "ui/inventory_screen.json", + "type": "grid", + "extend": { + "name": "crafting_grid_3x3", + "namespace": "crafting" + } + }, + "crafting_grid_2x2_with_label": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "crafting_label", + "crafting_grid_2x2" + ] + }, + "crafting_grid_2x2_with_label/crafting_label": { + "file": "ui/inventory_screen.json", + "type": "label", + "extend": { + "name": "crafting_label", + "namespace": "crafting" + } + }, + "crafting_grid_2x2_with_label/crafting_grid_2x2": { + "file": "ui/inventory_screen.json", + "type": "grid", + "extend": { + "name": "crafting_grid_2x2", + "namespace": "crafting" + } + }, + "crafting_panel_2x2": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "crafting_arrow", + "crafting_table", + "crafting_grid_2x2", + "survival_crafting_output_grid" + ] + }, + "crafting_panel_2x2/crafting_arrow": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "crafting_arrow", + "namespace": "crafting" + } + }, + "crafting_panel_2x2/crafting_table": { + "file": "ui/inventory_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "crafting" + } + }, + "crafting_panel_2x2/crafting_grid_2x2": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "crafting_grid_2x2_with_label", + "namespace": "crafting" + } + }, + "crafting_panel_2x2/survival_crafting_output_grid": { + "file": "ui/inventory_screen.json", + "type": "grid", + "extend": { + "name": "output_grid_2x2", + "namespace": "crafting" + } + }, + "survival_panel_top_half": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "player_armor_panel", + "crafting_panel" + ] + }, + "survival_panel_top_half/player_armor_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "player_armor_panel", + "namespace": "crafting" + } + }, + "survival_panel_top_half/crafting_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "crafting_panel_2x2", + "namespace": "crafting" + } + }, + "crafting_panel_top_half": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "crafting_panel" + ] + }, + "crafting_panel_top_half/crafting_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "work_bench_panel_3x3", + "namespace": "crafting" + } + }, + "recipe_container_cell_images": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "cell_image_recipe_default": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_recipe_group_head_collapsed": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_recipe_group_head_expanded": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_recipe_group_item": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_recipe_selected": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_recipe_default_red": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "container_cell_images": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "cell_classic", + "cell_normal", + "cell_invert", + "cell_red", + "cell_selected", + "cell_darkgrey" + ] + }, + "container_cell_images/cell_classic": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image_classic", + "namespace": "crafting" + } + }, + "container_cell_images/cell_normal": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image_normal", + "namespace": "crafting" + } + }, + "container_cell_images/cell_invert": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image_invert", + "namespace": "crafting" + } + }, + "container_cell_images/cell_red": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image_red", + "namespace": "crafting" + } + }, + "container_cell_images/cell_selected": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image_selected", + "namespace": "crafting" + } + }, + "container_cell_images/cell_darkgrey": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image_darkgrey", + "namespace": "crafting" + } + }, + "crafting_container_cell_images": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "container_cell_images", + "namespace": "crafting" + } + }, + "cell_image": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "cell_image_classic": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_normal": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_invert": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_red": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "cell_image_selected": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "common" + } + }, + "cell_image_darkgrey": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "crafting" + } + }, + "container_overlay_images": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "expand", + "contract" + ] + }, + "container_overlay_images/expand": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "item_overlay_expand", + "namespace": "crafting" + } + }, + "container_overlay_images/contract": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "item_overlay_contract", + "namespace": "crafting" + } + }, + "item_overlay_image": { + "file": "ui/inventory_screen.json", + "type": "image" + }, + "item_overlay_contract": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "item_overlay_image", + "namespace": "crafting" + } + }, + "item_overlay_expand": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "item_overlay_image", + "namespace": "crafting" + } + }, + "inventory_container_item": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + }, + "children": [ + "item_cell", + "item_cell_overlay_ref", + "item_selected_image", + "item_button_ref", + "container_item_lock_overlay", + "item_lock_cell_image", + "bundle_slot_panel" + ] + }, + "inventory_container_item/item_cell": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "item", + "durability_bar", + "storage_bar" + ] + }, + "inventory_container_item/item_cell/item": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "stack_count_label" + ] + }, + "inventory_container_item/item_cell/item/stack_count_label": { + "file": "ui/inventory_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "inventory_container_item/item_cell/durability_bar": { + "file": "ui/inventory_screen.json", + "type": "custom", + "extend": { + "name": "durability_bar", + "namespace": "common" + } + }, + "inventory_container_item/item_cell/storage_bar": { + "file": "ui/inventory_screen.json", + "type": "custom", + "extend": { + "name": "storage_bar", + "namespace": "common" + } + }, + "inventory_container_item/item_cell_overlay_ref": { + "file": "ui/inventory_screen.json", + "type": "unknown" + }, + "inventory_container_item/item_selected_image": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "slot_selected", + "namespace": "common" + } + }, + "inventory_container_item/item_button_ref": { + "file": "ui/inventory_screen.json", + "type": "unknown" + }, + "inventory_container_item/container_item_lock_overlay": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "container_item_lock_overlay", + "namespace": "common" + } + }, + "inventory_container_item/item_lock_cell_image": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "item_lock_cell_image", + "namespace": "common" + } + }, + "inventory_container_item/bundle_slot_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "bundle_slot_panel", + "namespace": "gameplay" + } + }, + "grid_item_for_recipe_book": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "inventory_container_item", + "namespace": "crafting" + } + }, + "scroll_grid": { + "file": "ui/inventory_screen.json", + "type": "grid" + }, + "scroll_grid_panel": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_root_input_panel", + "namespace": "common" + }, + "children": [ + "grid" + ] + }, + "scroll_grid_panel/grid": { + "file": "ui/inventory_screen.json", + "type": "grid", + "extend": { + "name": "scroll_grid", + "namespace": "crafting" + } + }, + "recipe_book_scroll_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "scroll_panel", + "namespace": "crafting" + } + }, + "scroll_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "filter_toggle": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "switch_toggle", + "namespace": "common_toggles" + } + }, + "player_inventory": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "inventory_panel_top_half", + "inventory_panel_bottom_half", + "hotbar_grid" + ] + }, + "player_inventory/common_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "player_inventory/inventory_panel_top_half": { + "file": "ui/inventory_screen.json", + "type": "unknown" + }, + "player_inventory/inventory_panel_bottom_half": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half", + "namespace": "common" + } + }, + "player_inventory/hotbar_grid": { + "file": "ui/inventory_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "recipe_book": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "gamepad_helper_bumpers", + "tab_navigation_panel", + "bg", + "tab_content_panel", + "creative_hotbar_panel" + ] + }, + "recipe_book/gamepad_helper_bumpers": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helper_bumpers", + "namespace": "common" + } + }, + "recipe_book/tab_navigation_panel": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "tab_navigation_panel_layout", + "namespace": "crafting" + } + }, + "recipe_book/bg": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "recipe_book/tab_content_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "tab_content", + "namespace": "crafting" + } + }, + "recipe_book/creative_hotbar_panel": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "creative_hotbar_panel", + "namespace": "crafting" + } + }, + "creative_hotbar_panel": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "creative_hotbar_background" + ] + }, + "creative_hotbar_panel/creative_hotbar_background": { + "file": "ui/inventory_screen.json", + "type": "image", + "children": [ + "hotbar_grid" + ] + }, + "creative_hotbar_panel/creative_hotbar_background/hotbar_grid": { + "file": "ui/inventory_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "toolbar_panel": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "crafting_root_input_panel", + "namespace": "common" + }, + "children": [ + "toolbar_background" + ] + }, + "toolbar_panel/toolbar_background": { + "file": "ui/inventory_screen.json", + "type": "image", + "extend": { + "name": "toolbar_background_image", + "namespace": "common" + }, + "children": [ + "toolbar_stack_panel" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "left_trigger_anchor", + "padding_0", + "creative_layout_toggle_panel", + "padding_1", + "recipe_book_layout_toggle_panel", + "padding_2", + "survival_layout_toggle_panel", + "padding_3", + "help_button_panel", + "close_button_panel", + "padding_4", + "right_trigger_anchor" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/left_trigger_anchor": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_left_trigger" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/left_trigger_anchor/gamepad_helper_left_trigger": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_trigger", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_0": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/creative_layout_toggle_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "creative_layout_toggle" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/creative_layout_toggle_panel/creative_layout_toggle": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "creative_layout_toggle", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "recipe_book_layout_toggle" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel/recipe_book_layout_toggle": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "recipe_book_layout_toggle", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/survival_layout_toggle_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "survival_layout_toggle" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/survival_layout_toggle_panel/survival_layout_toggle": { + "file": "ui/inventory_screen.json", + "type": "panel", + "extend": { + "name": "survival_layout_toggle", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_3": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "help_button" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel/help_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "close_button" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_4": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/right_trigger_anchor": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_right_trigger" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/right_trigger_anchor/gamepad_helper_right_trigger": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_trigger", + "namespace": "common" + } + }, + "inventory_screen_base": { + "file": "ui/inventory_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + }, + "crafting_screen": { + "file": "ui/inventory_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_base", + "namespace": "crafting" + } + }, + "inventory_screen": { + "file": "ui/inventory_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_base", + "namespace": "crafting" + } + }, + "recipe_inventory_screen_content": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "content_stack_panel", + "inventory_take_progress_icon_button", + "inventory_selected_icon_button", + "hold_icon", + "controller_gamepad_helpers_stack_panel", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "recipe_inventory_screen_content/content_stack_panel": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "recipe_book", + "center_fold", + "survival_padding", + "player_inventory", + "toolbar_anchor" + ] + }, + "recipe_inventory_screen_content/content_stack_panel/recipe_book": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "recipe_book", + "namespace": "crafting" + } + }, + "recipe_inventory_screen_content/content_stack_panel/center_fold": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "center_fold", + "namespace": "common" + } + }, + "recipe_inventory_screen_content/content_stack_panel/survival_padding": { + "file": "ui/inventory_screen.json", + "type": "panel" + }, + "recipe_inventory_screen_content/content_stack_panel/player_inventory": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "player_inventory", + "namespace": "crafting" + } + }, + "recipe_inventory_screen_content/content_stack_panel/toolbar_anchor": { + "file": "ui/inventory_screen.json", + "type": "panel", + "children": [ + "toolbar_panel" + ] + }, + "recipe_inventory_screen_content/content_stack_panel/toolbar_anchor/toolbar_panel": { + "file": "ui/inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "toolbar_panel", + "namespace": "crafting" + } + }, + "recipe_inventory_screen_content/inventory_take_progress_icon_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "recipe_inventory_screen_content/inventory_selected_icon_button": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "recipe_inventory_screen_content/hold_icon": { + "file": "ui/inventory_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "recipe_inventory_screen_content/controller_gamepad_helpers_stack_panel": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "children": [ + "container_gamepad_helpers_second_row", + "container_gamepad_helpers" + ] + }, + "recipe_inventory_screen_content/controller_gamepad_helpers_stack_panel/container_gamepad_helpers_second_row": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers_second_row", + "namespace": "crafting" + } + }, + "recipe_inventory_screen_content/controller_gamepad_helpers_stack_panel/container_gamepad_helpers": { + "file": "ui/inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "recipe_inventory_screen_content/selected_item_details_factory": { + "file": "ui/inventory_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "recipe_inventory_screen_content/item_lock_notification_factory": { + "file": "ui/inventory_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "recipe_inventory_screen_content/flying_item_renderer": { + "file": "ui/inventory_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "crafting_pocket": { + "survival_icon": { + "file": "ui/inventory_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "crafting" + } + }, + "full_screen_icon": { + "file": "ui/inventory_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_icon_image", + "namespace": "common" + } + }, + "crafting_icon": { + "file": "ui/inventory_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_icon_image", + "namespace": "common" + } + }, + "armor_icon": { + "file": "ui/inventory_screen_pocket.json", + "type": "image", + "extend": { + "name": "tab_icon_image", + "namespace": "common" + } + }, + "crafting_arrow_down": { + "file": "ui/inventory_screen_pocket.json", + "type": "image" + }, + "empty_tab_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel" + }, + "left_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "tab_left", + "namespace": "common_tabs" + } + }, + "right_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "tab_right", + "namespace": "common_tabs" + } + }, + "full_screen_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab", + "namespace": "crafting_pocket" + } + }, + "crafting_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab", + "namespace": "crafting_pocket" + } + }, + "armor_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab", + "namespace": "crafting_pocket" + } + }, + "search_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab", + "namespace": "crafting_pocket" + } + }, + "construction_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab", + "namespace": "crafting_pocket" + } + }, + "equipment_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab", + "namespace": "crafting_pocket" + } + }, + "items_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab", + "namespace": "crafting_pocket" + } + }, + "nature_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab", + "namespace": "crafting_pocket" + } + }, + "inventory_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab", + "namespace": "crafting_pocket" + } + }, + "left_tab_navigation_panel_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "content" + ] + }, + "left_tab_navigation_panel_pocket/content": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "children": [ + "search_tab_panel", + "construction_tab_panel", + "equipment_tab_panel", + "items_tab_panel", + "nature_tab_panel", + "fill", + "inventory_tab" + ] + }, + "left_tab_navigation_panel_pocket/content/search_tab_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "search_tab" + ] + }, + "left_tab_navigation_panel_pocket/content/search_tab_panel/search_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "search_tab", + "namespace": "crafting_pocket" + } + }, + "left_tab_navigation_panel_pocket/content/construction_tab_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "construction_tab_factory" + ] + }, + "left_tab_navigation_panel_pocket/content/construction_tab_panel/construction_tab_factory": { + "file": "ui/inventory_screen_pocket.json", + "type": "factory" + }, + "left_tab_navigation_panel_pocket/content/equipment_tab_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "equipment_tab_factory" + ] + }, + "left_tab_navigation_panel_pocket/content/equipment_tab_panel/equipment_tab_factory": { + "file": "ui/inventory_screen_pocket.json", + "type": "factory" + }, + "left_tab_navigation_panel_pocket/content/items_tab_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "items_tab_factory" + ] + }, + "left_tab_navigation_panel_pocket/content/items_tab_panel/items_tab_factory": { + "file": "ui/inventory_screen_pocket.json", + "type": "factory" + }, + "left_tab_navigation_panel_pocket/content/nature_tab_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "nature_tab_factory" + ] + }, + "left_tab_navigation_panel_pocket/content/nature_tab_panel/nature_tab_factory": { + "file": "ui/inventory_screen_pocket.json", + "type": "factory" + }, + "left_tab_navigation_panel_pocket/content/fill": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel" + }, + "left_tab_navigation_panel_pocket/content/inventory_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_tab", + "namespace": "crafting_pocket" + } + }, + "right_tab_navigation_panel_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "content" + ] + }, + "right_tab_navigation_panel_pocket/content": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "children": [ + "close", + "fill", + "full_screen_tab", + "crafting_tab", + "armor_tab" + ] + }, + "right_tab_navigation_panel_pocket/content/close": { + "file": "ui/inventory_screen_pocket.json", + "type": "image", + "children": [ + "nodrop_zone", + "close_button" + ] + }, + "right_tab_navigation_panel_pocket/content/close/nodrop_zone": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "right_tab_navigation_panel_pocket/content/close/close_button": { + "file": "ui/inventory_screen_pocket.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "right_tab_navigation_panel_pocket/content/fill": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel" + }, + "right_tab_navigation_panel_pocket/content/full_screen_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "full_screen_tab", + "namespace": "crafting_pocket" + } + }, + "right_tab_navigation_panel_pocket/content/crafting_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "crafting_tab", + "namespace": "crafting_pocket" + } + }, + "right_tab_navigation_panel_pocket/content/armor_tab": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "armor_tab", + "namespace": "crafting_pocket" + } + }, + "recipe_book_tab_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "tab_content", + "namespace": "crafting" + } + }, + "inventory_tab_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "tab_content", + "namespace": "crafting" + } + }, + "right_tab_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "bg", + "content" + ] + }, + "right_tab_content/bg": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_tab_content/content": { + "file": "ui/inventory_screen_pocket.json", + "type": "unknown" + }, + "crafting_input_grid_item": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "inventory_container_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid" + }, + "crafting_grid_2x2": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid" + }, + "output_grid_and_label": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "recipe_item_label", + "output_grid" + ] + }, + "output_grid_and_label/recipe_item_label": { + "file": "ui/inventory_screen_pocket.json", + "type": "label" + }, + "output_grid_and_label/output_grid": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid", + "extend": { + "name": "output_grid", + "namespace": "crafting_pocket" + } + }, + "output_grid": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid", + "children": [ + "work_bench_output" + ] + }, + "output_grid/work_bench_output": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "inventory_container_item", + "namespace": "crafting" + } + }, + "crafting_grid_3x3_with_label": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "crafting_label", + "crafting_grid_3x3" + ] + }, + "crafting_grid_3x3_with_label/crafting_label": { + "file": "ui/inventory_screen_pocket.json", + "type": "label", + "extend": { + "name": "crafting_label", + "namespace": "crafting" + } + }, + "crafting_grid_3x3_with_label/crafting_grid_3x3": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid", + "extend": { + "name": "crafting_grid_3x3", + "namespace": "crafting_pocket" + } + }, + "crafting_grid_2x2_with_label": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "crafting_label", + "crafting_grid_2x2" + ] + }, + "crafting_grid_2x2_with_label/crafting_label": { + "file": "ui/inventory_screen_pocket.json", + "type": "label", + "extend": { + "name": "crafting_label", + "namespace": "crafting" + } + }, + "crafting_grid_2x2_with_label/crafting_grid_2x2": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid", + "extend": { + "name": "crafting_grid_2x2", + "namespace": "crafting_pocket" + } + }, + "scroll_background_image": { + "file": "ui/inventory_screen_pocket.json", + "type": "image" + }, + "grid_item_for_inventory": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "grid_item_for_inventory", + "namespace": "common" + } + }, + "survival_inventory_grid": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "scroll_grid_panel", + "namespace": "crafting" + } + }, + "scroll_panel_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scroll_panel", + "namespace": "crafting" + } + }, + "recipe_book_scroll_panel_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scroll_panel_pocket", + "namespace": "crafting_pocket" + } + }, + "survival_scroll_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scroll_panel_pocket", + "namespace": "crafting_pocket" + } + }, + "pocket_armor_tab_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "children": [ + "label_and_renderer", + "equipment_and_renderer" + ] + }, + "pocket_armor_tab_content/label_and_renderer": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "label_panel", + "renderer_panel" + ] + }, + "pocket_armor_tab_content/label_and_renderer/label_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "armor_label" + ] + }, + "pocket_armor_tab_content/label_and_renderer/label_panel/armor_label": { + "file": "ui/inventory_screen_pocket.json", + "type": "label" + }, + "pocket_armor_tab_content/label_and_renderer/renderer_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "armor_renderer" + ] + }, + "pocket_armor_tab_content/label_and_renderer/renderer_panel/armor_renderer": { + "file": "ui/inventory_screen_pocket.json", + "type": "custom" + }, + "pocket_armor_tab_content/equipment_and_renderer": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "children": [ + "equipment", + "armor_panel" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/equipment": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "children": [ + "armor_grid", + "offhand_grid" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid", + "children": [ + "head_grid_item", + "chest_grid_item", + "legs_grid_item", + "feet_grid_item" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid/head_grid_item": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid/chest_grid_item": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid/legs_grid_item": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid/feet_grid_item": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/offhand_grid": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid", + "children": [ + "offhand_grid_item" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/offhand_grid/offhand_grid_item": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "armor_and_player" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "player_preview_border" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player/player_preview_border": { + "file": "ui/inventory_screen_pocket.json", + "type": "image", + "children": [ + "player_bg" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player/player_preview_border/player_bg": { + "file": "ui/inventory_screen_pocket.json", + "type": "image", + "children": [ + "player_renderer_panel" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player/player_preview_border/player_bg/player_renderer_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "player_renderer" + ] + }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player/player_preview_border/player_bg/player_renderer_panel/player_renderer": { + "file": "ui/inventory_screen_pocket.json", + "type": "custom" + }, + "hotbar_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "children": [ + "bg", + "hotbar_grid" + ] + }, + "hotbar_panel/bg": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "hotbar_panel/hotbar_grid": { + "file": "ui/inventory_screen_pocket.json", + "type": "grid" + }, + "hotbar_grid_item": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "survival_panel_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "crafting_panel", + "crafting_arrow_down", + "crafting_table", + "output" + ] + }, + "survival_panel_pocket/crafting_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "crafting_grid_2x2_with_label", + "namespace": "crafting_pocket" + } + }, + "survival_panel_pocket/crafting_arrow_down": { + "file": "ui/inventory_screen_pocket.json", + "type": "image", + "extend": { + "name": "crafting_arrow_down", + "namespace": "crafting_pocket" + } + }, + "survival_panel_pocket/crafting_table": { + "file": "ui/inventory_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "crafting" + } + }, + "survival_panel_pocket/output": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "output_grid_and_label", + "namespace": "crafting_pocket" + } + }, + "survival_panel_crafting_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "crafting_panel", + "crafting_arrow_down", + "output" + ] + }, + "survival_panel_crafting_pocket/crafting_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "crafting_grid_3x3_with_label", + "namespace": "crafting_pocket" + } + }, + "survival_panel_crafting_pocket/crafting_arrow_down": { + "file": "ui/inventory_screen_pocket.json", + "type": "image", + "extend": { + "name": "crafting_arrow_down", + "namespace": "crafting_pocket" + } + }, + "survival_panel_crafting_pocket/output": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "output_grid_and_label", + "namespace": "crafting_pocket" + } + }, + "inventory_screen_pocket_base": { + "file": "ui/inventory_screen_pocket.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + }, + "crafting_screen_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "screen", + "extend": { + "name": "inventory_screen_pocket_base", + "namespace": "crafting_pocket" + } + }, + "inventory_screen_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "screen", + "extend": { + "name": "inventory_screen_pocket_base", + "namespace": "crafting_pocket" + } + }, + "left_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "left_background", + "recipe_book_tab_content", + "inventory_tab_content" + ] + }, + "left_panel/left_background": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "left_panel/recipe_book_tab_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "recipe_book_tab_content", + "namespace": "crafting_pocket" + } + }, + "left_panel/inventory_tab_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_tab_content", + "namespace": "crafting_pocket" + } + }, + "right_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "children": [ + "right_background", + "help_button", + "crafting_tab_content", + "armor_tab_content" + ] + }, + "right_panel/right_background": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/help_button": { + "file": "ui/inventory_screen_pocket.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "common" + } + }, + "right_panel/crafting_tab_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab_content", + "namespace": "crafting_pocket" + } + }, + "right_panel/armor_tab_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab_content", + "namespace": "crafting_pocket" + } + }, + "both_panels": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "children": [ + "left_tab_navigation_panel_pocket", + "left_panel", + "offset_panel", + "right_panel", + "right_tab_navigation_panel_pocket" + ] + }, + "both_panels/left_tab_navigation_panel_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_navigation_panel_pocket", + "namespace": "crafting_pocket" + } + }, + "both_panels/left_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_panel", + "namespace": "crafting_pocket" + } + }, + "both_panels/offset_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "center_bg" + ] + }, + "both_panels/offset_panel/center_bg": { + "file": "ui/inventory_screen_pocket.json", + "type": "image" + }, + "both_panels/right_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "right_panel", + "namespace": "crafting_pocket" + } + }, + "both_panels/right_tab_navigation_panel_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab_navigation_panel_pocket", + "namespace": "crafting_pocket" + } + }, + "gamepad_helper_border": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "children": [ + "left_gamepad_panel", + "both_panels", + "right_gamepad_panel" + ] + }, + "gamepad_helper_border/left_gamepad_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "gamepad_helper_left_bumper", + "gamepad_helper_left_trigger" + ] + }, + "gamepad_helper_border/left_gamepad_panel/gamepad_helper_left_bumper": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_bumper", + "namespace": "common" + } + }, + "gamepad_helper_border/left_gamepad_panel/gamepad_helper_left_trigger": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_trigger", + "namespace": "common" + } + }, + "gamepad_helper_border/both_panels": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "both_panels", + "namespace": "crafting_pocket" + } + }, + "gamepad_helper_border/right_gamepad_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "gamepad_helper_right_bumper_creative", + "gamepad_helper_right_bumper", + "gamepad_helper_right_trigger" + ] + }, + "gamepad_helper_border/right_gamepad_panel/gamepad_helper_right_bumper_creative": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_bumper", + "namespace": "common" + } + }, + "gamepad_helper_border/right_gamepad_panel/gamepad_helper_right_bumper": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_bumper", + "namespace": "common" + } + }, + "gamepad_helper_border/right_gamepad_panel/gamepad_helper_right_trigger": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_trigger", + "namespace": "common" + } + }, + "hotbar_and_panels": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "children": [ + "padding_1", + "gamepad_helper_border", + "hotbar_section_panel" + ] + }, + "hotbar_and_panels/padding_1": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel" + }, + "hotbar_and_panels/gamepad_helper_border": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_border", + "namespace": "crafting_pocket" + } + }, + "hotbar_and_panels/hotbar_section_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "drop_item_panel", + "namespace": "common" + }, + "children": [ + "hotbar" + ] + }, + "hotbar_and_panels/hotbar_section_panel/hotbar": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "hotbar_panel", + "namespace": "crafting_pocket" + } + }, + "recipe_inventory_screen_content_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "children": [ + "container_gamepad_helpers_pocket", + "toast_screen_content", + "selected_item_details_factory", + "item_lock_notification_factory", + "base_panel", + "flying_item_renderer" + ] + }, + "recipe_inventory_screen_content_pocket/container_gamepad_helpers_pocket": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "recipe_inventory_screen_content_pocket/toast_screen_content": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "extend": { + "name": "toast_screen_content", + "namespace": "toast_screen" + } + }, + "recipe_inventory_screen_content_pocket/selected_item_details_factory": { + "file": "ui/inventory_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "recipe_inventory_screen_content_pocket/item_lock_notification_factory": { + "file": "ui/inventory_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "recipe_inventory_screen_content_pocket/base_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "panel", + "children": [ + "root_panel", + "inventory_selected_icon_button", + "gamepad_cursor", + "hold_icon", + "hotbar_and_panels" + ] + }, + "recipe_inventory_screen_content_pocket/base_panel/root_panel": { + "file": "ui/inventory_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "recipe_inventory_screen_content_pocket/base_panel/inventory_selected_icon_button": { + "file": "ui/inventory_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "recipe_inventory_screen_content_pocket/base_panel/gamepad_cursor": { + "file": "ui/inventory_screen_pocket.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "recipe_inventory_screen_content_pocket/base_panel/hold_icon": { + "file": "ui/inventory_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "recipe_inventory_screen_content_pocket/base_panel/hotbar_and_panels": { + "file": "ui/inventory_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "hotbar_and_panels", + "namespace": "crafting_pocket" + } + }, + "recipe_inventory_screen_content_pocket/flying_item_renderer": { + "file": "ui/inventory_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "invite": { + "black_border": { + "file": "ui/invite_screen.json", + "type": "image" + }, + "black_border_hover": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "black_border", + "namespace": "invite" + } + }, + "platform_icon": { + "file": "ui/invite_screen.json", + "type": "image" + }, + "grey_borderless_locked": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "black_border", + "namespace": "invite" + } + }, + "checked_locked_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "common" + } + }, + "unchecked_locked_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "common" + } + }, + "left_arrow_image": { + "file": "ui/invite_screen.json", + "type": "image" + }, + "right_arrow_image": { + "file": "ui/invite_screen.json", + "type": "image" + }, + "account_link_image": { + "file": "ui/invite_screen.json", + "type": "image" + }, + "panel_text": { + "file": "ui/invite_screen.json", + "type": "label" + }, + "loading_friends": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "invite" + } + }, + "account_link_icon": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "space_01", + "account_link_image", + "space_03" + ] + }, + "account_link_icon/space_01": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "account_link_icon/account_link_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "account_link_image", + "namespace": "invite" + } + }, + "account_link_icon/space_03": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "gamerpic": { + "file": "ui/invite_screen.json", + "type": "custom" + }, + "third_party_profile_pic": { + "file": "ui/invite_screen.json", + "type": "image" + }, + "gamerpic_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "black_border", + "gamerpic", + "online_indication_positioner" + ] + }, + "gamerpic_panel/black_border": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "black_border", + "namespace": "invite" + } + }, + "gamerpic_panel/gamerpic": { + "file": "ui/invite_screen.json", + "type": "custom", + "extend": { + "name": "gamerpic", + "namespace": "invite" + } + }, + "gamerpic_panel/online_indication_positioner": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "indicator_images" + ] + }, + "gamerpic_panel/online_indication_positioner/indicator_images": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "online_indicator", + "namespace": "invite" + } + }, + "third_party_profile_pic_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "black_border", + "third_party_profile_pic" + ] + }, + "third_party_profile_pic_panel/black_border": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "black_border", + "namespace": "invite" + } + }, + "third_party_profile_pic_panel/third_party_profile_pic": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "third_party_profile_pic", + "namespace": "invite" + } + }, + "platform_icon_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "platform_icon" + ] + }, + "platform_icon_panel/platform_icon": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "platform_icon", + "namespace": "invite" + } + }, + "status_image": { + "file": "ui/invite_screen.json", + "type": "image" + }, + "online_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "status_image", + "namespace": "invite" + } + }, + "offline_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "status_image", + "namespace": "invite" + } + }, + "online_indicator": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "online_image" + ] + }, + "online_indicator/online_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "online_image", + "namespace": "invite" + } + }, + "checkbox_panel": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "checked_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_panel", + "namespace": "invite" + }, + "children": [ + "checked_image" + ] + }, + "checked_panel/checked_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "checked_image", + "namespace": "common" + } + }, + "unchecked_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_panel", + "namespace": "invite" + }, + "children": [ + "unchecked_image" + ] + }, + "unchecked_panel/unchecked_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "unchecked_image", + "namespace": "common" + } + }, + "checked_locked_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_panel", + "namespace": "invite" + }, + "children": [ + "checked_image" + ] + }, + "checked_locked_panel/checked_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "checked_locked_image", + "namespace": "invite" + } + }, + "unchecked_locked_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_panel", + "namespace": "invite" + }, + "children": [ + "unchecked_image" + ] + }, + "unchecked_locked_panel/unchecked_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "unchecked_locked_image", + "namespace": "invite" + } + }, + "checked_hover_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_panel", + "namespace": "invite" + }, + "children": [ + "checked_hover_image" + ] + }, + "checked_hover_panel/checked_hover_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "checked_hover_image", + "namespace": "common" + } + }, + "unchecked_hover_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_panel", + "namespace": "invite" + }, + "children": [ + "unchecked_hover_image" + ] + }, + "unchecked_hover_panel/unchecked_hover_image": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "unchecked_hover_image", + "namespace": "common" + } + }, + "friend_label": { + "file": "ui/invite_screen.json", + "type": "label" + }, + "friend_grid_xbl_gamertag": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_label", + "namespace": "invite" + } + }, + "friend_grid_current_game_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_label", + "namespace": "invite" + } + }, + "friend_grid_third_party_tag": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_label", + "namespace": "invite" + } + }, + "friend_background": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "black_border", + "namespace": "invite" + } + }, + "friend_background_hover": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "black_border_hover", + "namespace": "invite" + } + }, + "friend_background_borderless": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "grey_borderless_locked", + "namespace": "invite" + } + }, + "hover_friend_button": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "friend_button_layout", + "hover_text" + ] + }, + "hover_friend_button/friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "unknown", + "extend": { + "name": "friend_button_layout", + "namespace": "invite" + } + }, + "hover_friend_button/hover_text": { + "file": "ui/invite_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "linked_hover_friend_button": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "hover_text" + ] + }, + "linked_hover_friend_button/hover_text": { + "file": "ui/invite_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "msa_friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "spacer01", + "platform_icon_spacer", + "spacer_02", + "friend_grid_label_layout" + ] + }, + "msa_friend_button_layout/spacer01": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "msa_friend_button_layout/platform_icon_spacer": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "msa_friend_button_layout/spacer_02": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "msa_friend_button_layout/friend_grid_label_layout": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "spacer_01", + "friend_grid_xbl_gamertag", + "friend_grid_current_game_label" + ] + }, + "msa_friend_button_layout/friend_grid_label_layout/spacer_01": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "msa_friend_button_layout/friend_grid_label_layout/friend_grid_xbl_gamertag": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_grid_xbl_gamertag", + "namespace": "invite" + } + }, + "msa_friend_button_layout/friend_grid_label_layout/friend_grid_current_game_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_grid_current_game_label", + "namespace": "invite" + } + }, + "platform_friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "spacer01", + "platform_icon_spacer", + "third_party_pic_panel_positioner", + "spacer_02", + "friend_grid_label_layout", + "platform_icon_positioner", + "online_indication_positioner" + ] + }, + "platform_friend_button_layout/spacer01": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "platform_friend_button_layout/platform_icon_spacer": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "platform_friend_button_layout/third_party_pic_panel_positioner": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "pp" + ] + }, + "platform_friend_button_layout/third_party_pic_panel_positioner/pp": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "third_party_profile_pic_panel", + "namespace": "invite" + } + }, + "platform_friend_button_layout/spacer_02": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "platform_friend_button_layout/friend_grid_label_layout": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "spacer_01", + "friend_grid_third_party_tag", + "friend_grid_current_game_label" + ] + }, + "platform_friend_button_layout/friend_grid_label_layout/spacer_01": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "platform_friend_button_layout/friend_grid_label_layout/friend_grid_third_party_tag": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_grid_third_party_tag", + "namespace": "invite" + } + }, + "platform_friend_button_layout/friend_grid_label_layout/friend_grid_current_game_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_grid_current_game_label", + "namespace": "invite" + } + }, + "platform_friend_button_layout/platform_icon_positioner": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "platform_icon" + ] + }, + "platform_friend_button_layout/platform_icon_positioner/platform_icon": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "platform_icon_panel", + "namespace": "invite" + } + }, + "platform_friend_button_layout/online_indication_positioner": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "indicator_images" + ] + }, + "platform_friend_button_layout/online_indication_positioner/indicator_images": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "online_indicator", + "namespace": "invite" + } + }, + "linked_friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "spacer01", + "platform_icon_positioner", + "spacer02", + "platform_profile_pictures", + "spacer03", + "platform_profile_names", + "online_indication_positioner" + ] + }, + "linked_friend_button_layout/spacer01": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "linked_friend_button_layout/platform_icon_positioner": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "platform_icon" + ] + }, + "linked_friend_button_layout/platform_icon_positioner/platform_icon": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "platform_icon_panel", + "namespace": "invite" + } + }, + "linked_friend_button_layout/spacer02": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "linked_friend_button_layout/platform_profile_pictures": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "spacer_01", + "pp2", + "account_link", + "pp1", + "spacer_03" + ] + }, + "linked_friend_button_layout/platform_profile_pictures/spacer_01": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "linked_friend_button_layout/platform_profile_pictures/pp2": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "third_party_profile_pic_panel", + "namespace": "invite" + } + }, + "linked_friend_button_layout/platform_profile_pictures/account_link": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "account_link_icon", + "namespace": "invite" + } + }, + "linked_friend_button_layout/platform_profile_pictures/pp1": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "gamerpic_panel", + "namespace": "invite" + } + }, + "linked_friend_button_layout/platform_profile_pictures/spacer_03": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "linked_friend_button_layout/spacer03": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "linked_friend_button_layout/platform_profile_names": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "spacer_01", + "friend_grid_third_party_tag", + "spacer_02", + "friend_grid_xbl_gamertag", + "friend_grid_current_game_label" + ] + }, + "linked_friend_button_layout/platform_profile_names/spacer_01": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "linked_friend_button_layout/platform_profile_names/friend_grid_third_party_tag": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_grid_third_party_tag", + "namespace": "invite" + } + }, + "linked_friend_button_layout/platform_profile_names/spacer_02": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "linked_friend_button_layout/platform_profile_names/friend_grid_xbl_gamertag": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_grid_xbl_gamertag", + "namespace": "invite" + } + }, + "linked_friend_button_layout/platform_profile_names/friend_grid_current_game_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "friend_grid_current_game_label", + "namespace": "invite" + } + }, + "linked_friend_button_layout/online_indication_positioner": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "indicator_images" + ] + }, + "linked_friend_button_layout/online_indication_positioner/indicator_images": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "online_indicator", + "namespace": "invite" + } + }, + "template_msa_friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "friend_background", + "friend_button_layout", + "unchecked" + ] + }, + "template_msa_friend_button_layout/friend_background": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "friend_background", + "namespace": "invite" + } + }, + "template_msa_friend_button_layout/friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "msa_friend_button_layout", + "namespace": "invite" + } + }, + "template_msa_friend_button_layout/unchecked": { + "file": "ui/invite_screen.json", + "type": "unknown" + }, + "template_platform_friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "friend_background", + "friend_button_layout", + "unchecked" + ] + }, + "template_platform_friend_button_layout/friend_background": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "friend_background", + "namespace": "invite" + } + }, + "template_platform_friend_button_layout/friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "platform_friend_button_layout", + "namespace": "invite" + } + }, + "template_platform_friend_button_layout/unchecked": { + "file": "ui/invite_screen.json", + "type": "unknown" + }, + "template_linked_friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "friend_background", + "horizontal_spacer_panel" + ] + }, + "template_linked_friend_button_layout/friend_background": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "friend_background", + "namespace": "invite" + } + }, + "template_linked_friend_button_layout/horizontal_spacer_panel": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "unchecked_locked", + "friend_button_layout" + ] + }, + "template_linked_friend_button_layout/horizontal_spacer_panel/unchecked_locked": { + "file": "ui/invite_screen.json", + "type": "unknown" + }, + "template_linked_friend_button_layout/horizontal_spacer_panel/friend_button_layout": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "linked_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_button": { + "file": "ui/invite_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + }, + "children": [ + "checked", + "unchecked", + "checked_hover", + "unchecked_hover", + "checked_locked", + "unchecked_locked", + "checked_locked_hover", + "unchecked_locked_hover" + ] + }, + "msa_friend_button/checked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_msa_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_button/unchecked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_msa_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_button/checked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_msa_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_button/unchecked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_msa_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_button/checked_locked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_msa_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_button/unchecked_locked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_msa_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_button/checked_locked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_msa_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_button/unchecked_locked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_msa_friend_button_layout", + "namespace": "invite" + } + }, + "platform_friend_button": { + "file": "ui/invite_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + }, + "children": [ + "checked", + "unchecked", + "checked_hover", + "unchecked_hover", + "checked_locked", + "unchecked_locked", + "checked_locked_hover", + "unchecked_locked_hover" + ] + }, + "platform_friend_button/checked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_platform_friend_button_layout", + "namespace": "invite" + } + }, + "platform_friend_button/unchecked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_platform_friend_button_layout", + "namespace": "invite" + } + }, + "platform_friend_button/checked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_platform_friend_button_layout", + "namespace": "invite" + } + }, + "platform_friend_button/unchecked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_platform_friend_button_layout", + "namespace": "invite" + } + }, + "platform_friend_button/checked_locked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_platform_friend_button_layout", + "namespace": "invite" + } + }, + "platform_friend_button/unchecked_locked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_platform_friend_button_layout", + "namespace": "invite" + } + }, + "platform_friend_button/checked_locked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_platform_friend_button_layout", + "namespace": "invite" + } + }, + "platform_friend_button/unchecked_locked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_platform_friend_button_layout", + "namespace": "invite" + } + }, + "linked_friend_button": { + "file": "ui/invite_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + }, + "children": [ + "checked", + "unchecked", + "checked_hover", + "unchecked_hover", + "checked_locked", + "unchecked_locked", + "checked_locked_hover", + "unchecked_locked_hover" + ] + }, + "linked_friend_button/checked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_linked_friend_button_layout", + "namespace": "invite" + } + }, + "linked_friend_button/unchecked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_linked_friend_button_layout", + "namespace": "invite" + } + }, + "linked_friend_button/checked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_linked_friend_button_layout", + "namespace": "invite" + } + }, + "linked_friend_button/unchecked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_linked_friend_button_layout", + "namespace": "invite" + } + }, + "linked_friend_button/checked_locked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_linked_friend_button_layout", + "namespace": "invite" + } + }, + "linked_friend_button/unchecked_locked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_linked_friend_button_layout", + "namespace": "invite" + } + }, + "linked_friend_button/checked_locked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_linked_friend_button_layout", + "namespace": "invite" + } + }, + "linked_friend_button/unchecked_locked_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "template_linked_friend_button_layout", + "namespace": "invite" + } + }, + "msa_friend_grid_item_template": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "friend_button_Panel", + "profile_button_pannel", + "spacer_03" + ] + }, + "msa_friend_grid_item_template/friend_button_Panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "gamerpic_panel_positioner", + "friend_button" + ] + }, + "msa_friend_grid_item_template/friend_button_Panel/gamerpic_panel_positioner": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "pp" + ] + }, + "msa_friend_grid_item_template/friend_button_Panel/gamerpic_panel_positioner/pp": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "gamerpic_panel", + "namespace": "invite" + } + }, + "msa_friend_grid_item_template/friend_button_Panel/friend_button": { + "file": "ui/invite_screen.json", + "type": "toggle", + "extend": { + "name": "msa_friend_button", + "namespace": "invite" + } + }, + "msa_friend_grid_item_template/profile_button_pannel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "view_profile_button" + ] + }, + "msa_friend_grid_item_template/profile_button_pannel/view_profile_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "profile_button", + "namespace": "invite" + } + }, + "msa_friend_grid_item_template/spacer_03": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "platform_friend_grid_item_template": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "friend_button" + ] + }, + "platform_friend_grid_item_template/friend_button": { + "file": "ui/invite_screen.json", + "type": "toggle", + "extend": { + "name": "platform_friend_button", + "namespace": "invite" + } + }, + "friend_linked_account_grid_item_template": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "friend_button" + ] + }, + "friend_linked_account_grid_item_template/friend_button": { + "file": "ui/invite_screen.json", + "type": "toggle", + "extend": { + "name": "linked_friend_button", + "namespace": "invite" + } + }, + "online_xbox_live_friend_grid_item": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "msa_friend_grid_item_template", + "namespace": "invite" + } + }, + "offline_xbox_live_friend_grid_item": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "msa_friend_grid_item_template", + "namespace": "invite" + } + }, + "online_linked_account_friend_grid_item": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_linked_account_grid_item_template", + "namespace": "invite" + } + }, + "offline_linked_account_friend_grid_item": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_linked_account_grid_item_template", + "namespace": "invite" + } + }, + "online_platform_friend_grid_item": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "platform_friend_grid_item_template", + "namespace": "invite" + } + }, + "offline_platform_friend_grid_item": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "platform_friend_grid_item_template", + "namespace": "invite" + } + }, + "online_xbox_live_friend_list_grid": { + "file": "ui/invite_screen.json", + "type": "grid" + }, + "offline_xbox_live_friend_list_grid": { + "file": "ui/invite_screen.json", + "type": "grid" + }, + "online_platform_friend_list_grid": { + "file": "ui/invite_screen.json", + "type": "grid" + }, + "offline_platform_friend_list_grid": { + "file": "ui/invite_screen.json", + "type": "grid" + }, + "online_linked_account_friend_list_grid": { + "file": "ui/invite_screen.json", + "type": "grid" + }, + "offline_linked_account_friend_list_grid": { + "file": "ui/invite_screen.json", + "type": "grid" + }, + "friends_pagination_controls": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "previous_button", + "center_panel", + "next_button" + ] + }, + "friends_pagination_controls/previous_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "friends_pagination_controls/center_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "page_counter" + ] + }, + "friends_pagination_controls/center_panel/page_counter": { + "file": "ui/invite_screen.json", + "type": "label" + }, + "friends_pagination_controls/next_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "friends_category": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "friends_grid", + "pagination_stack_panel", + "padding" + ] + }, + "friends_category/friends_grid": { + "file": "ui/invite_screen.json", + "type": "unknown" + }, + "friends_category/pagination_stack_panel": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "pagination_controls", + "padding_2", + "divider" + ] + }, + "friends_category/pagination_stack_panel/padding_1": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "friends_category/pagination_stack_panel/pagination_controls": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "friends_pagination_controls", + "namespace": "invite" + } + }, + "friends_category/pagination_stack_panel/padding_2": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "friends_category/pagination_stack_panel/divider": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "friends_category/padding": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "invite" + } + }, + "friend_panel": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "scrolling_content_stack": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "invite_party_panel", + "message", + "online_platform", + "vertical_padding_0", + "online_platform_friend_list_category", + "crossplatform_disabled_panel", + "crossplatform_disable_spacer", + "online_cross_platform", + "vertical_padding_1", + "online_linked_account_friend_list_category", + "online_xbox_live_friend_list_category", + "offline_platform", + "vertical_padding_2", + "offline_platform_friend_list_category", + "no_platform_friends", + "offline_cross_platform", + "vertical_padding_3", + "offline_linked_account_friend_list_category", + "offline_xbox_live_friend_list_category", + "no_xbox_live_friends" + ] + }, + "scrolling_content_stack/invite_party_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "invite_party_panel", + "namespace": "invite" + } + }, + "scrolling_content_stack/message": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_panel", + "namespace": "invite" + }, + "children": [ + "frame_label" + ] + }, + "scrolling_content_stack/message/frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "scrolling_content_stack/online_platform": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_panel", + "namespace": "invite" + }, + "children": [ + "frame_label" + ] + }, + "scrolling_content_stack/online_platform/frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "scrolling_content_stack/vertical_padding_0": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "scrolling_content_stack/online_platform_friend_list_category": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "friends_category", + "namespace": "invite" + } + }, + "scrolling_content_stack/crossplatform_disabled_panel": { + "file": "ui/invite_screen.json", + "type": "image", + "children": [ + "disable_text" + ] + }, + "scrolling_content_stack/crossplatform_disabled_panel/disable_text": { + "file": "ui/invite_screen.json", + "type": "label" + }, + "scrolling_content_stack/crossplatform_disable_spacer": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "scrolling_content_stack/online_cross_platform": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_panel", + "namespace": "invite" + }, + "children": [ + "frame_label" + ] + }, + "scrolling_content_stack/online_cross_platform/frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "scrolling_content_stack/vertical_padding_1": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "scrolling_content_stack/online_linked_account_friend_list_category": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "friends_category", + "namespace": "invite" + } + }, + "scrolling_content_stack/online_xbox_live_friend_list_category": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "friends_category", + "namespace": "invite" + } + }, + "scrolling_content_stack/offline_platform": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_panel", + "namespace": "invite" + }, + "children": [ + "frame_label" + ] + }, + "scrolling_content_stack/offline_platform/frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "scrolling_content_stack/vertical_padding_2": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "scrolling_content_stack/offline_platform_friend_list_category": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "friends_category", + "namespace": "invite" + } + }, + "scrolling_content_stack/no_platform_friends": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_panel", + "namespace": "invite" + }, + "children": [ + "no_friends_tts_wrapper" + ] + }, + "scrolling_content_stack/no_platform_friends/no_friends_tts_wrapper": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "scrolling_content_stack/offline_cross_platform": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_panel", + "namespace": "invite" + }, + "children": [ + "frame_label" + ] + }, + "scrolling_content_stack/offline_cross_platform/frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "scrolling_content_stack/vertical_padding_3": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "scrolling_content_stack/offline_linked_account_friend_list_category": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "friends_category", + "namespace": "invite" + } + }, + "scrolling_content_stack/offline_xbox_live_friend_list_category": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "friends_category", + "namespace": "invite" + } + }, + "scrolling_content_stack/no_xbox_live_friends": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "friend_panel", + "namespace": "invite" + }, + "children": [ + "no_friends_tts_wrapper" + ] + }, + "scrolling_content_stack/no_xbox_live_friends/no_friends_tts_wrapper": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "invite_party_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "frame_label", + "frame_description", + "our_toggle", + "border_outline" + ] + }, + "invite_party_panel/frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "invite_party_panel/frame_description": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "invite_party_panel/our_toggle": { + "file": "ui/invite_screen.json", + "type": "toggle", + "extend": { + "name": "option_toggle_control", + "namespace": "settings_common" + } + }, + "invite_party_panel/border_outline": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "black_border", + "namespace": "invite" + } + }, + "friend_button_test": { + "file": "ui/invite_screen.json", + "type": "toggle", + "extend": { + "name": "msa_friend_button", + "namespace": "invite" + } + }, + "progress_bar_and_scrolling_content_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars", + "invite_scrolling_area" + ] + }, + "progress_bar_and_scrolling_content_panel/progress_loading_bars": { + "file": "ui/invite_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "play" + } + }, + "progress_bar_and_scrolling_content_panel/invite_scrolling_area": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "scrolling_content_stack", + "namespace": "invite" + } + }, + "no_xbox_live_friends_frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "no_platform_friends_frame_label": { + "file": "ui/invite_screen.json", + "type": "label", + "extend": { + "name": "frame_label", + "namespace": "invite" + } + }, + "horizontal_invite_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "vertical_invite_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "scrolling_area": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "invite_button_content": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "gameplay_helper", + "button_label" + ] + }, + "invite_button_content/gameplay_helper": { + "file": "ui/invite_screen.json", + "type": "unknown" + }, + "invite_button_content/button_label": { + "file": "ui/invite_screen.json", + "type": "label" + }, + "invite_button_content_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "invite_button_content", + "namespace": "invite" + } + }, + "invite_button_content_pressed": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "invite_button_content", + "namespace": "invite" + } + }, + "invite_button_content_locked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "invite_button_content", + "namespace": "invite" + } + }, + "add_friend_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "light_content_button_control_content", + "namespace": "common_buttons" + } + }, + "profile_button_content": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "profile_button_content/button_label": { + "file": "ui/invite_screen.json", + "type": "label" + }, + "profile_button_content_hover": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "profile_button_content", + "namespace": "invite" + } + }, + "profile_button_content_pressed": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "profile_button_content", + "namespace": "invite" + } + }, + "profile_button_content_locked": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "profile_button_content", + "namespace": "invite" + } + }, + "add_member_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "light_content_button_control_content", + "namespace": "common_buttons" + } + }, + "send_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "light_content_button_control_content", + "namespace": "common_buttons" + } + }, + "profile_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "light_content_button_control_content", + "namespace": "common_buttons" + } + }, + "horizontal_button_stack_panel": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "children": [ + "add_friend_button", + "add_member_button", + "padding", + "send_button" + ] + }, + "horizontal_button_stack_panel/add_friend_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "add_friend_button", + "namespace": "invite" + } + }, + "horizontal_button_stack_panel/add_member_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "add_member_button", + "namespace": "invite" + } + }, + "horizontal_button_stack_panel/padding": { + "file": "ui/invite_screen.json", + "type": "panel" + }, + "horizontal_button_stack_panel/send_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "send_button", + "namespace": "invite" + } + }, + "vertical_buttons_top_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "add_friend_button", + "add_member_button" + ] + }, + "vertical_buttons_top_panel/add_friend_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "add_friend_button", + "namespace": "invite" + } + }, + "vertical_buttons_top_panel/add_member_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "add_member_button", + "namespace": "invite" + } + }, + "vertical_buttons_bottom_panel": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "send_button" + ] + }, + "vertical_buttons_bottom_panel/send_button": { + "file": "ui/invite_screen.json", + "type": "button", + "extend": { + "name": "send_button", + "namespace": "invite" + } + }, + "gamepad_helpers": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/invite_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "invite_screen": { + "file": "ui/invite_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "invite_screen_content": { + "file": "ui/invite_screen.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "invite_panel" + ] + }, + "invite_screen_content/gamepad_helpers": { + "file": "ui/invite_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "invite" + } + }, + "invite_screen_content/invite_panel": { + "file": "ui/invite_screen.json", + "type": "unknown" + } + }, + "jigsaw_editor": { + "horizontal_buffer": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel" + }, + "vertical_buffer": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel" + }, + "common_text_label": { + "file": "ui/jigsaw_editor_screen.json", + "type": "label" + }, + "text_edit_box": { + "file": "ui/jigsaw_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "help_icon": { + "file": "ui/jigsaw_editor_screen.json", + "type": "image" + }, + "toggle_with_label": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "children": [ + "toggle", + "toggle_label_padding", + "toggle_label_wrapper" + ] + }, + "toggle_with_label/toggle": { + "file": "ui/jigsaw_editor_screen.json", + "type": "toggle", + "extend": { + "name": "option_toggle_control", + "namespace": "settings_common" + } + }, + "toggle_with_label/toggle_label_padding": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel" + }, + "toggle_with_label/toggle_label_wrapper": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "children": [ + "toggle_label", + "toggle_label_disabled" + ] + }, + "toggle_with_label/toggle_label_wrapper/toggle_label": { + "file": "ui/jigsaw_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "jigsaw_editor" + } + }, + "toggle_with_label/toggle_label_wrapper/toggle_label_disabled": { + "file": "ui/jigsaw_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "jigsaw_editor" + } + }, + "data_item_title_and_edit": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "children": [ + "data_title", + "data_text_edit" + ] + }, + "data_item_title_and_edit/data_title": { + "file": "ui/jigsaw_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "jigsaw_editor" + } + }, + "data_item_title_and_edit/data_text_edit": { + "file": "ui/jigsaw_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "jigsaw_editor" + } + }, + "data_item_title_and_edit_fill": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_item_title_and_edit", + "namespace": "jigsaw_editor" + } + }, + "data_item_title_and_toggle": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "children": [ + "data_title", + "toggle" + ] + }, + "data_item_title_and_toggle/data_title": { + "file": "ui/jigsaw_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "jigsaw_editor" + } + }, + "data_item_title_and_toggle/toggle": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_with_label", + "namespace": "jigsaw_editor" + } + }, + "exit_buttons": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "children": [ + "done_button", + "buffer", + "help_button" + ] + }, + "exit_buttons/done_button": { + "file": "ui/jigsaw_editor_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "exit_buttons/buffer": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel" + }, + "exit_buttons/help_button": { + "file": "ui/jigsaw_editor_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "scrolling_panel_wrapper": { + "file": "ui/jigsaw_editor_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_4", + "namespace": "common" + }, + "children": [ + "scrolling_panel" + ] + }, + "scrolling_panel_wrapper/scrolling_panel": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "jigsaw_editor" + } + }, + "scrolling_panel": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "scroll_panel_content": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "children": [ + "target_pool_title_and_edit", + "buffer_1", + "name_title_and_edit", + "buffer_2", + "target_title_and_edit", + "buffer_3", + "final_block_title_and_edit", + "buffer_4", + "selection_and_placement_priority", + "buffer_5", + "joint_type_title_and_toggle", + "buffer_6" + ] + }, + "scroll_panel_content/target_pool_title_and_edit": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_item_title_and_edit", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/buffer_1": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "vertical_buffer", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/name_title_and_edit": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_item_title_and_edit", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/buffer_2": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "vertical_buffer", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/target_title_and_edit": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_item_title_and_edit", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/buffer_3": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "vertical_buffer", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/final_block_title_and_edit": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_item_title_and_edit", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/buffer_4": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "vertical_buffer", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/selection_and_placement_priority": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "selection_and_placement_priority", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/buffer_5": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "vertical_buffer", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/joint_type_title_and_toggle": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_item_title_and_toggle", + "namespace": "jigsaw_editor" + } + }, + "scroll_panel_content/buffer_6": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "vertical_buffer", + "namespace": "jigsaw_editor" + } + }, + "selection_and_placement_priority": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "children": [ + "selection_priority_title_and_edit", + "buffer_1", + "placement_priority_title_and_edit" + ] + }, + "selection_and_placement_priority/selection_priority_title_and_edit": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_item_title_and_edit_fill", + "namespace": "jigsaw_editor" + } + }, + "selection_and_placement_priority/buffer_1": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_buffer", + "namespace": "jigsaw_editor" + } + }, + "selection_and_placement_priority/placement_priority_title_and_edit": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_item_title_and_edit_fill", + "namespace": "jigsaw_editor" + } + }, + "button_panel_wrapper": { + "file": "ui/jigsaw_editor_screen.json", + "type": "image", + "children": [ + "exit_buttons" + ] + }, + "button_panel_wrapper/exit_buttons": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "exit_buttons", + "namespace": "jigsaw_editor" + } + }, + "jigsaw_editor_panel": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "children": [ + "scrolling_panel", + "button_wrapper" + ] + }, + "jigsaw_editor_panel/scrolling_panel": { + "file": "ui/jigsaw_editor_screen.json", + "type": "image", + "extend": { + "name": "scrolling_panel_wrapper", + "namespace": "jigsaw_editor" + } + }, + "jigsaw_editor_panel/button_wrapper": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "children": [ + "buttons" + ] + }, + "jigsaw_editor_panel/button_wrapper/buttons": { + "file": "ui/jigsaw_editor_screen.json", + "type": "image", + "extend": { + "name": "button_panel_wrapper", + "namespace": "jigsaw_editor" + } + }, + "jigsaw_editor_content": { + "file": "ui/jigsaw_editor_screen.json", + "type": "panel", + "children": [ + "background_panel", + "title", + "jigsaw_editor_panel" + ] + }, + "jigsaw_editor_content/background_panel": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + }, + "jigsaw_editor_content/title": { + "file": "ui/jigsaw_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "jigsaw_editor" + } + }, + "jigsaw_editor_content/jigsaw_editor_panel": { + "file": "ui/jigsaw_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "jigsaw_editor_panel", + "namespace": "jigsaw_editor" + } + }, + "jigsaw_editor_screen": { + "file": "ui/jigsaw_editor_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "late_join": { + "animation_panel": { + "file": "ui/late_join_pregame_screen.json", + "type": "panel", + "children": [ + "stacked_column" + ] + }, + "animation_panel/stacked_column": { + "file": "ui/late_join_pregame_screen.json", + "type": "stack_panel", + "children": [ + "waiting_animating_text" + ] + }, + "animation_panel/stacked_column/waiting_animating_text": { + "file": "ui/late_join_pregame_screen.json", + "type": "label" + }, + "gamepad_helpers": { + "file": "ui/late_join_pregame_screen.json", + "type": "stack_panel", + "children": [ + "gamepad_helper_b_and_padding" + ] + }, + "gamepad_helpers/gamepad_helper_b_and_padding": { + "file": "ui/late_join_pregame_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_b" + ] + }, + "gamepad_helpers/gamepad_helper_b_and_padding/gamepad_helper_b": { + "file": "ui/late_join_pregame_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "late_join_pregame_screen": { + "file": "ui/late_join_pregame_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "late_join_screen_content": { + "file": "ui/late_join_pregame_screen.json", + "type": "panel", + "children": [ + "animation_panel", + "gamepad_helpers" + ] + }, + "late_join_screen_content/animation_panel": { + "file": "ui/late_join_pregame_screen.json", + "type": "panel", + "extend": { + "name": "animation_panel", + "namespace": "late_join" + } + }, + "late_join_screen_content/gamepad_helpers": { + "file": "ui/late_join_pregame_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "late_join" + } + } + }, + "library_modal": { + "modal_button": { + "file": "ui/library_modal_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "modal_text_content": { + "file": "ui/library_modal_screen.json", + "type": "label" + }, + "modal_ok": { + "file": "ui/library_modal_screen.json", + "type": "button", + "extend": { + "name": "modal_button", + "namespace": "library_modal" + } + }, + "modal_cancel": { + "file": "ui/library_modal_screen.json", + "type": "button", + "extend": { + "name": "modal_button", + "namespace": "library_modal" + } + }, + "in_game_prompt": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "fetch_error": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "content": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "children": [ + "fetch", + "ingame" + ] + }, + "content/fetch": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "fetch_error", + "namespace": "library_modal" + } + }, + "content/ingame": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "in_game_prompt", + "namespace": "library_modal" + } + }, + "content_wrapper": { + "file": "ui/library_modal_screen.json", + "type": "input_panel", + "children": [ + "content" + ] + }, + "content_wrapper/content": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "content", + "namespace": "library_modal" + } + }, + "background": { + "file": "ui/library_modal_screen.json", + "type": "image" + }, + "library_modal_screen": { + "file": "ui/library_modal_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "text_panel": { + "file": "ui/library_modal_screen.json", + "type": "stack_panel" + }, + "edu_icon": { + "file": "ui/library_modal_screen.json", + "type": "image" + }, + "continue_button": { + "file": "ui/library_modal_screen.json", + "type": "button", + "extend": { + "name": "modal_button", + "namespace": "library_modal" + } + }, + "paragraph": { + "file": "ui/library_modal_screen.json", + "type": "label" + }, + "welcome_text_panel": { + "file": "ui/library_modal_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_panel", + "namespace": "library_modal" + }, + "children": [ + "padding_1", + "paragraph_1_wrapper", + "padding_2", + "paragraph_two", + "padding_3", + "paragraph_three" + ] + }, + "welcome_text_panel/padding_1": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "welcome_text_panel/paragraph_1_wrapper": { + "file": "ui/library_modal_screen.json", + "type": "stack_panel", + "children": [ + "edu_icon", + "stack_buffer1", + "paragraph_1_panel" + ] + }, + "welcome_text_panel/paragraph_1_wrapper/edu_icon": { + "file": "ui/library_modal_screen.json", + "type": "image", + "extend": { + "name": "edu_icon", + "namespace": "library_modal" + } + }, + "welcome_text_panel/paragraph_1_wrapper/stack_buffer1": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "welcome_text_panel/paragraph_1_wrapper/paragraph_1_panel": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "children": [ + "paragraph_1" + ] + }, + "welcome_text_panel/paragraph_1_wrapper/paragraph_1_panel/paragraph_1": { + "file": "ui/library_modal_screen.json", + "type": "label", + "extend": { + "name": "paragraph", + "namespace": "library_modal" + } + }, + "welcome_text_panel/padding_2": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "welcome_text_panel/paragraph_two": { + "file": "ui/library_modal_screen.json", + "type": "label", + "extend": { + "name": "paragraph", + "namespace": "library_modal" + } + }, + "welcome_text_panel/padding_3": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "welcome_text_panel/paragraph_three": { + "file": "ui/library_modal_screen.json", + "type": "label", + "extend": { + "name": "paragraph", + "namespace": "library_modal" + } + }, + "welcome_scrolling_panel": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "welcome_panel_content": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "children": [ + "background_panel", + "welcome_scrolling_panel", + "continue_button" + ] + }, + "welcome_panel_content/background_panel": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "welcome_panel_content/welcome_scrolling_panel": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "welcome_scrolling_panel", + "namespace": "library_modal" + } + }, + "welcome_panel_content/continue_button": { + "file": "ui/library_modal_screen.json", + "type": "button", + "extend": { + "name": "continue_button", + "namespace": "library_modal" + } + }, + "welcome_panel": { + "file": "ui/library_modal_screen.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "welcome" + ] + }, + "welcome_panel/welcome": { + "file": "ui/library_modal_screen.json", + "type": "panel", + "extend": { + "name": "welcome_panel_content", + "namespace": "library_modal" + } + } + }, + "local_world_picker": { + "local_world_picker_screen": { + "file": "ui/local_world_picker_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "local_world_picker_content": { + "file": "ui/local_world_picker_screen.json", + "type": "panel", + "children": [ + "background", + "panel_label", + "content" + ] + }, + "local_world_picker_content/background": { + "file": "ui/local_world_picker_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "local_world_picker_content/panel_label": { + "file": "ui/local_world_picker_screen.json", + "type": "label" + }, + "local_world_picker_content/content": { + "file": "ui/local_world_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "worlds_scroll_content", + "namespace": "play" + } + } + }, + "loom": { + "loom_label": { + "file": "ui/loom_screen.json", + "type": "label" + }, + "arrow_icon": { + "file": "ui/loom_screen.json", + "type": "image" + }, + "pattern_cell_image": { + "file": "ui/loom_screen.json", + "type": "image" + }, + "container_cell_image": { + "file": "ui/loom_screen.json", + "type": "image" + }, + "banner_outline": { + "file": "ui/loom_screen.json", + "type": "image" + }, + "item_empty_image": { + "file": "ui/loom_screen.json", + "type": "image" + }, + "banner_empty_image": { + "file": "ui/loom_screen.json", + "type": "image", + "extend": { + "name": "item_empty_image", + "namespace": "loom" + } + }, + "dye_empty_image": { + "file": "ui/loom_screen.json", + "type": "image", + "extend": { + "name": "item_empty_image", + "namespace": "loom" + } + }, + "pattern_item_empty_image": { + "file": "ui/loom_screen.json", + "type": "image", + "extend": { + "name": "item_empty_image", + "namespace": "loom" + } + }, + "toolbar_background": { + "file": "ui/loom_screen.json", + "type": "image" + }, + "highlight_slot_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "highlight", + "white_border" + ] + }, + "highlight_slot_panel/highlight": { + "file": "ui/loom_screen.json", + "type": "image", + "extend": { + "name": "highlight_slot", + "namespace": "common" + } + }, + "highlight_slot_panel/white_border": { + "file": "ui/loom_screen.json", + "type": "image", + "extend": { + "name": "white_border_slot", + "namespace": "common" + } + }, + "pattern_slot_button": { + "file": "ui/loom_screen.json", + "type": "button", + "children": [ + "hover" + ] + }, + "pattern_slot_button/hover": { + "file": "ui/loom_screen.json", + "type": "unknown" + }, + "banner_pattern": { + "file": "ui/loom_screen.json", + "type": "custom" + }, + "pattern_button": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "children": [ + "banner_pattern", + "item_button_ref" + ] + }, + "pattern_button/banner_pattern": { + "file": "ui/loom_screen.json", + "type": "unknown" + }, + "pattern_button/item_button_ref": { + "file": "ui/loom_screen.json", + "type": "unknown" + }, + "scroll_grid": { + "file": "ui/loom_screen.json", + "type": "grid" + }, + "scroll_grid_panel": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "grid" + ] + }, + "scroll_grid_panel/grid": { + "file": "ui/loom_screen.json", + "type": "grid", + "extend": { + "name": "scroll_grid", + "namespace": "loom" + } + }, + "scroll_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "pattern_book_panel": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "scroll_panel" + ] + }, + "pattern_book_panel/bg": { + "file": "ui/loom_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "pattern_book_panel/scroll_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "extend": { + "name": "scroll_panel", + "namespace": "loom" + } + }, + "result_slot_button": { + "file": "ui/loom_screen.json", + "type": "button", + "extend": { + "name": "no_coalesce_container_slot_button", + "namespace": "common" + } + }, + "input_item_slot": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "dye_item_slot": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "material_item_slot": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "result_item_slot": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "input_slots_stack_panel": { + "file": "ui/loom_screen.json", + "type": "stack_panel", + "children": [ + "input_item_slot", + "padding_1", + "dye_item_slot", + "padding_2", + "material_item_slot" + ] + }, + "input_slots_stack_panel/input_item_slot": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "input_item_slot", + "namespace": "loom" + } + }, + "input_slots_stack_panel/padding_1": { + "file": "ui/loom_screen.json", + "type": "panel" + }, + "input_slots_stack_panel/dye_item_slot": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "dye_item_slot", + "namespace": "loom" + } + }, + "input_slots_stack_panel/padding_2": { + "file": "ui/loom_screen.json", + "type": "panel" + }, + "input_slots_stack_panel/material_item_slot": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "material_item_slot", + "namespace": "loom" + } + }, + "result_banner_renderer": { + "file": "ui/loom_screen.json", + "type": "custom" + }, + "top_half_stack_panel": { + "file": "ui/loom_screen.json", + "type": "stack_panel", + "children": [ + "input_slots_holder", + "padding_1", + "arrow_holder", + "padding_2", + "result_item_slot_holder", + "padding_3", + "result_banner_outline" + ] + }, + "top_half_stack_panel/input_slots_holder": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "input_slots_stack_panel" + ] + }, + "top_half_stack_panel/input_slots_holder/input_slots_stack_panel": { + "file": "ui/loom_screen.json", + "type": "stack_panel", + "extend": { + "name": "input_slots_stack_panel", + "namespace": "loom" + } + }, + "top_half_stack_panel/padding_1": { + "file": "ui/loom_screen.json", + "type": "panel" + }, + "top_half_stack_panel/arrow_holder": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "arrow_icon" + ] + }, + "top_half_stack_panel/arrow_holder/arrow_icon": { + "file": "ui/loom_screen.json", + "type": "image", + "extend": { + "name": "arrow_icon", + "namespace": "loom" + } + }, + "top_half_stack_panel/padding_2": { + "file": "ui/loom_screen.json", + "type": "panel" + }, + "top_half_stack_panel/result_item_slot_holder": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "result_item_slot" + ] + }, + "top_half_stack_panel/result_item_slot_holder/result_item_slot": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "result_item_slot", + "namespace": "loom" + } + }, + "top_half_stack_panel/padding_3": { + "file": "ui/loom_screen.json", + "type": "panel" + }, + "top_half_stack_panel/result_banner_outline": { + "file": "ui/loom_screen.json", + "type": "image", + "extend": { + "name": "banner_outline", + "namespace": "loom" + }, + "children": [ + "result_banner_renderer" + ] + }, + "top_half_stack_panel/result_banner_outline/result_banner_renderer": { + "file": "ui/loom_screen.json", + "type": "custom", + "extend": { + "name": "result_banner_renderer", + "namespace": "loom" + } + }, + "top_half_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "top_half_stack_panel" + ] + }, + "top_half_panel/top_half_stack_panel": { + "file": "ui/loom_screen.json", + "type": "stack_panel", + "extend": { + "name": "top_half_stack_panel", + "namespace": "loom" + } + }, + "right_panel": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "loom_screen_inventory" + ] + }, + "right_panel/common_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/loom_screen_inventory": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "loom_label", + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid" + ] + }, + "right_panel/loom_screen_inventory/loom_label": { + "file": "ui/loom_screen.json", + "type": "label", + "extend": { + "name": "loom_label", + "namespace": "loom" + } + }, + "right_panel/loom_screen_inventory/top_half_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "extend": { + "name": "top_half_panel", + "namespace": "loom" + } + }, + "right_panel/loom_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/loom_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "right_panel/loom_screen_inventory/hotbar_grid": { + "file": "ui/loom_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "help_button": { + "file": "ui/loom_screen.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "common" + } + }, + "toolbar_panel": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "toolbar_background" + ] + }, + "toolbar_panel/toolbar_background": { + "file": "ui/loom_screen.json", + "type": "image", + "extend": { + "name": "toolbar_background", + "namespace": "loom" + }, + "children": [ + "toolbar_stack_panel" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { + "file": "ui/loom_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "help_button_panel", + "close_button_panel", + "padding_2" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { + "file": "ui/loom_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "help_button" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel/help_button": { + "file": "ui/loom_screen.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "loom" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "close_button" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { + "file": "ui/loom_screen.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { + "file": "ui/loom_screen.json", + "type": "panel" + }, + "toolbar_anchor": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "toolbar_panel" + ] + }, + "toolbar_anchor/toolbar_panel": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "toolbar_panel", + "namespace": "loom" + } + }, + "center_fold": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "center_bg" + ] + }, + "center_fold/center_bg": { + "file": "ui/loom_screen.json", + "type": "image" + }, + "screen_stack_panel": { + "file": "ui/loom_screen.json", + "type": "stack_panel", + "children": [ + "pattern_book_panel", + "center_fold", + "right_panel", + "toolbar_anchor" + ] + }, + "screen_stack_panel/pattern_book_panel": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "pattern_book_panel", + "namespace": "loom" + } + }, + "screen_stack_panel/center_fold": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "center_fold", + "namespace": "loom" + } + }, + "screen_stack_panel/right_panel": { + "file": "ui/loom_screen.json", + "type": "input_panel", + "extend": { + "name": "right_panel", + "namespace": "loom" + } + }, + "screen_stack_panel/toolbar_anchor": { + "file": "ui/loom_screen.json", + "type": "panel", + "extend": { + "name": "toolbar_anchor", + "namespace": "loom" + } + }, + "loom_panel": { + "file": "ui/loom_screen.json", + "type": "panel", + "children": [ + "screen_stack_panel", + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "inventory_selected_icon_button", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "loom_panel/screen_stack_panel": { + "file": "ui/loom_screen.json", + "type": "stack_panel", + "extend": { + "name": "screen_stack_panel", + "namespace": "loom" + } + }, + "loom_panel/container_gamepad_helpers": { + "file": "ui/loom_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "loom_panel/selected_item_details_factory": { + "file": "ui/loom_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "loom_panel/item_lock_notification_factory": { + "file": "ui/loom_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "loom_panel/inventory_selected_icon_button": { + "file": "ui/loom_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "loom_panel/inventory_take_progress_icon_button": { + "file": "ui/loom_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "loom_panel/flying_item_renderer": { + "file": "ui/loom_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "loom_screen": { + "file": "ui/loom_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "loom_pocket": { + "vertical_arrow_icon": { + "file": "ui/loom_screen_pocket.json", + "type": "image" + }, + "banner_empty_image": { + "file": "ui/loom_screen_pocket.json", + "type": "image", + "extend": { + "name": "banner_empty_image", + "namespace": "loom" + } + }, + "dye_empty_image": { + "file": "ui/loom_screen_pocket.json", + "type": "image", + "extend": { + "name": "dye_empty_image", + "namespace": "loom" + } + }, + "pattern_item_empty_image": { + "file": "ui/loom_screen_pocket.json", + "type": "image", + "extend": { + "name": "pattern_item_empty_image", + "namespace": "loom" + } + }, + "chest_item_renderer": { + "file": "ui/loom_screen_pocket.json", + "type": "custom" + }, + "banner_item_renderer": { + "file": "ui/loom_screen_pocket.json", + "type": "custom" + }, + "loom_item_renderer": { + "file": "ui/loom_screen_pocket.json", + "type": "custom" + }, + "input_item_slot": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "dye_item_slot": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "material_item_slot": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "result_item_slot": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "right_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "children": [ + "content", + "navigation_tabs_holder" + ] + }, + "right_panel/content": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "loom_content_stack_panel" + ] + }, + "right_panel/content/bg": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/content/loom_content_stack_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "loom_content_stack_panel", + "namespace": "loom_pocket" + } + }, + "right_panel/navigation_tabs_holder": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "right_navigation_tabs" + ] + }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "right_navigation_tabs", + "namespace": "loom_pocket" + } + }, + "right_tab_loom": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_right", + "namespace": "common_tabs" + } + }, + "right_navigation_tabs": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "children": [ + "pocket_tab_close_and_help_button", + "fill", + "right_tab_loom" + ] + }, + "right_navigation_tabs/pocket_tab_close_and_help_button": { + "file": "ui/loom_screen_pocket.json", + "type": "image", + "extend": { + "name": "pocket_tab_close_and_help_button", + "namespace": "common_tabs" + } + }, + "right_navigation_tabs/fill": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "right_navigation_tabs/right_tab_loom": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab_loom", + "namespace": "loom_pocket" + } + }, + "input_slots_stack_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "children": [ + "input_item_slot", + "padding_1", + "dye_item_slot", + "padding_2", + "material_item_slot" + ] + }, + "input_slots_stack_panel/input_item_slot": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "input_item_slot", + "namespace": "loom_pocket" + } + }, + "input_slots_stack_panel/padding_1": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "input_slots_stack_panel/dye_item_slot": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "dye_item_slot", + "namespace": "loom_pocket" + } + }, + "input_slots_stack_panel/padding_2": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "input_slots_stack_panel/material_item_slot": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "material_item_slot", + "namespace": "loom_pocket" + } + }, + "result_banner_outline": { + "file": "ui/loom_screen_pocket.json", + "type": "image", + "extend": { + "name": "banner_outline", + "namespace": "loom" + }, + "children": [ + "result_banner_renderer" + ] + }, + "result_banner_outline/result_banner_renderer": { + "file": "ui/loom_screen_pocket.json", + "type": "custom", + "extend": { + "name": "result_banner_renderer", + "namespace": "loom" + } + }, + "loom_content_stack_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "children": [ + "label_holder", + "padding_1", + "input_slots_holder", + "padding_2", + "banner_pattern_holder", + "padding_3", + "arrow_holder", + "padding_4", + "result_item_slot_holder", + "padding_5" + ] + }, + "loom_content_stack_panel/label_holder": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "loom_label" + ] + }, + "loom_content_stack_panel/label_holder/loom_label": { + "file": "ui/loom_screen_pocket.json", + "type": "label", + "extend": { + "name": "loom_label", + "namespace": "loom" + } + }, + "loom_content_stack_panel/padding_1": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "loom_content_stack_panel/input_slots_holder": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "input_slots_stack_panel" + ] + }, + "loom_content_stack_panel/input_slots_holder/input_slots_stack_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "input_slots_stack_panel", + "namespace": "loom_pocket" + } + }, + "loom_content_stack_panel/padding_2": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "loom_content_stack_panel/banner_pattern_holder": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "result_banner_outline" + ] + }, + "loom_content_stack_panel/banner_pattern_holder/result_banner_outline": { + "file": "ui/loom_screen_pocket.json", + "type": "image", + "extend": { + "name": "result_banner_outline", + "namespace": "loom_pocket" + } + }, + "loom_content_stack_panel/padding_3": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "loom_content_stack_panel/arrow_holder": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "vertical_arrow_icon" + ] + }, + "loom_content_stack_panel/arrow_holder/vertical_arrow_icon": { + "file": "ui/loom_screen_pocket.json", + "type": "image", + "extend": { + "name": "vertical_arrow_icon", + "namespace": "loom_pocket" + } + }, + "loom_content_stack_panel/padding_4": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "loom_content_stack_panel/result_item_slot_holder": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "result_item_slot" + ] + }, + "loom_content_stack_panel/result_item_slot_holder/result_item_slot": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "result_item_slot", + "namespace": "loom_pocket" + } + }, + "loom_content_stack_panel/padding_5": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "inventory_scroll_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "pattern_button": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pattern_button", + "namespace": "loom" + } + }, + "banner_pattern": { + "file": "ui/loom_screen_pocket.json", + "type": "custom", + "extend": { + "name": "banner_pattern", + "namespace": "loom" + } + }, + "pattern_scroll_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scroll_panel", + "namespace": "loom" + } + }, + "left_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "children": [ + "gamepad_helpers_and_tabs_holder", + "content" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "tabs_left_gamepad_helpers", + "navigation_tabs_holder" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/tabs_left_gamepad_helpers": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "tabs_left_gamepad_helpers", + "namespace": "common" + } + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "left_navigation_tabs" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "left_navigation_tabs", + "namespace": "loom_pocket" + } + }, + "left_panel/content": { + "file": "ui/loom_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "inventory_scroll_panel", + "pattern_scroll_panel" + ] + }, + "left_panel/content/bg": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "left_panel/content/inventory_scroll_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_scroll_panel", + "namespace": "loom_pocket" + } + }, + "left_panel/content/pattern_scroll_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pattern_scroll_panel", + "namespace": "loom_pocket" + } + }, + "left_tab_patterns": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_left", + "namespace": "common_tabs" + } + }, + "left_tab_inventory": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_left", + "namespace": "common_tabs" + } + }, + "left_navigation_tabs": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "children": [ + "left_tab_patterns", + "padding", + "left_tab_inventory" + ] + }, + "left_navigation_tabs/left_tab_patterns": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_patterns", + "namespace": "loom_pocket" + } + }, + "left_navigation_tabs/padding": { + "file": "ui/loom_screen_pocket.json", + "type": "panel" + }, + "left_navigation_tabs/left_tab_inventory": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_inventory", + "namespace": "loom_pocket" + } + }, + "pocket_hotbar_and_content_panels": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "common" + } + }, + "loom_panel": { + "file": "ui/loom_screen_pocket.json", + "type": "panel", + "children": [ + "pocket_hotbar_and_content_panels", + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "inventory_selected_icon_button", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "loom_panel/pocket_hotbar_and_content_panels": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "loom_pocket" + } + }, + "loom_panel/container_gamepad_helpers": { + "file": "ui/loom_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "loom_panel/selected_item_details_factory": { + "file": "ui/loom_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "loom_panel/item_lock_notification_factory": { + "file": "ui/loom_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "loom_panel/inventory_selected_icon_button": { + "file": "ui/loom_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "loom_panel/inventory_take_progress_icon_button": { + "file": "ui/loom_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "loom_panel/flying_item_renderer": { + "file": "ui/loom_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "manage_feed": { + "manage_feed_item_scrolling_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "manage_feed_item_scrolling_panel_content" + ] + }, + "manage_feed_item_scrolling_panel/manage_feed_item_scrolling_panel_content": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "manage_feed_item_scrolling_panel_content", + "namespace": "manage_feed" + } + }, + "manage_feed_item_scrolling_panel_content": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "grid_panel": { + "file": "ui/manage_feed_screen.json", + "type": "stack_panel", + "children": [ + "top_spacing_gap", + "manage_feed_loading_grid_item", + "manage_feed_grid", + "spacing_gap2", + "pagination_panel" + ] + }, + "grid_panel/top_spacing_gap": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "feed_common" + } + }, + "grid_panel/manage_feed_loading_grid_item": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "manage_feed_loading_grid_item", + "namespace": "manage_feed" + } + }, + "grid_panel/manage_feed_grid": { + "file": "ui/manage_feed_screen.json", + "type": "grid", + "extend": { + "name": "manage_feed_grid", + "namespace": "manage_feed" + } + }, + "grid_panel/spacing_gap2": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "feed_common" + } + }, + "grid_panel/pagination_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "pagination_panel", + "namespace": "manage_feed" + } + }, + "pagination_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "pagination_panel", + "namespace": "feed_common" + } + }, + "manage_feed_grid": { + "file": "ui/manage_feed_screen.json", + "type": "grid" + }, + "manage_feed_grid_item": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "image_panel_instance", + "manage_feed_buttons_panel", + "manage_feed_text_instance", + "feed_timesince_instance", + "nr_of_reports", + "manage_player_pic_panel", + "manage_feed_gamertag_instance" + ] + }, + "manage_feed_grid_item/image_panel_instance": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "image_panel", + "namespace": "manage_feed" + } + }, + "manage_feed_grid_item/manage_feed_buttons_panel": { + "file": "ui/manage_feed_screen.json", + "type": "stack_panel", + "extend": { + "name": "manage_feed_buttons_panel", + "namespace": "manage_feed" + } + }, + "manage_feed_grid_item/manage_feed_text_instance": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "item_label", + "namespace": "feed_common" + } + }, + "manage_feed_grid_item/feed_timesince_instance": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "item_label", + "namespace": "feed_common" + } + }, + "manage_feed_grid_item/nr_of_reports": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "item_label", + "namespace": "feed_common" + } + }, + "manage_feed_grid_item/manage_player_pic_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "manage_player_pic_panel", + "namespace": "manage_feed" + } + }, + "manage_feed_grid_item/manage_feed_gamertag_instance": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "item_label", + "namespace": "feed_common" + } + }, + "manage_feed_buttons_panel": { + "file": "ui/manage_feed_screen.json", + "type": "stack_panel", + "children": [ + "ignore_button", + "delete_button" + ] + }, + "manage_feed_buttons_panel/ignore_button": { + "file": "ui/manage_feed_screen.json", + "type": "button", + "extend": { + "name": "ignore_button", + "namespace": "manage_feed" + } + }, + "manage_feed_buttons_panel/delete_button": { + "file": "ui/manage_feed_screen.json", + "type": "button", + "extend": { + "name": "delete_button", + "namespace": "manage_feed" + } + }, + "manage_feed_loading_grid_item": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "loading_image_panel" + ] + }, + "manage_feed_loading_grid_item/loading_image_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "loading_image_panel", + "namespace": "manage_feed" + } + }, + "feed_buttons_panel_loading": { + "file": "ui/manage_feed_screen.json", + "type": "stack_panel", + "children": [ + "like_button_loading", + "spacing_gap1", + "comment_button_loading", + "spacing_gap2", + "options_button_loading" + ] + }, + "feed_buttons_panel_loading/like_button_loading": { + "file": "ui/manage_feed_screen.json", + "type": "unknown", + "extend": { + "name": "like_button_loading", + "namespace": "feed" + } + }, + "feed_buttons_panel_loading/spacing_gap1": { + "file": "ui/manage_feed_screen.json", + "type": "panel" + }, + "feed_buttons_panel_loading/comment_button_loading": { + "file": "ui/manage_feed_screen.json", + "type": "unknown", + "extend": { + "name": "comment_button_loading", + "namespace": "feed" + } + }, + "feed_buttons_panel_loading/spacing_gap2": { + "file": "ui/manage_feed_screen.json", + "type": "panel" + }, + "feed_buttons_panel_loading/options_button_loading": { + "file": "ui/manage_feed_screen.json", + "type": "unknown", + "extend": { + "name": "options_button_loading", + "namespace": "feed" + } + }, + "like_button_loading": { + "file": "ui/manage_feed_screen.json", + "type": "image" + }, + "comment_button_loading": { + "file": "ui/manage_feed_screen.json", + "type": "image" + }, + "options_button_loading": { + "file": "ui/manage_feed_screen.json", + "type": "image" + }, + "player_pic_panel_loading": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "player_gamer_pic_loading" + ] + }, + "player_pic_panel_loading/player_gamer_pic_loading": { + "file": "ui/manage_feed_screen.json", + "type": "unknown", + "extend": { + "name": "player_gamer_pic_loading", + "namespace": "feed" + } + }, + "player_gamer_pic_loading": { + "file": "ui/manage_feed_screen.json", + "type": "image" + }, + "loading_image_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars", + "manage_feed_image_loading", + "no_feed_item_content" + ] + }, + "loading_image_panel/progress_loading_bars": { + "file": "ui/manage_feed_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "feed_common" + } + }, + "loading_image_panel/manage_feed_image_loading": { + "file": "ui/manage_feed_screen.json", + "type": "image", + "extend": { + "name": "manage_feed_image_loading", + "namespace": "manage_feed" + } + }, + "loading_image_panel/no_feed_item_content": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "no_feed_item_content", + "namespace": "feed_common" + } + }, + "manage_feed_image_loading": { + "file": "ui/manage_feed_screen.json", + "type": "image" + }, + "ignore_button": { + "file": "ui/manage_feed_screen.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "ignore_content_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "ignore_label" + ] + }, + "ignore_content_panel/ignore_label": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "feed_common" + } + }, + "delete_button": { + "file": "ui/manage_feed_screen.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "delete_content_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "delete_label" + ] + }, + "delete_content_panel/delete_label": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "smooth_label", + "namespace": "feed_common" + } + }, + "manage_feed_image": { + "file": "ui/manage_feed_screen.json", + "type": "image" + }, + "manage_feed_image_content_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "manage_feed_image", + "textpost_content" + ] + }, + "manage_feed_image_content_panel/manage_feed_image": { + "file": "ui/manage_feed_screen.json", + "type": "image", + "extend": { + "name": "manage_feed_image", + "namespace": "manage_feed" + } + }, + "manage_feed_image_content_panel/textpost_content": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "textpost_content", + "namespace": "manage_feed" + } + }, + "textpost_content": { + "file": "ui/manage_feed_screen.json", + "type": "label" + }, + "image_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "manage_feed_image_content_panel" + ] + }, + "image_panel/manage_feed_image_content_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "manage_feed_image_content_panel", + "namespace": "manage_feed" + } + }, + "manage_player_pic_panel": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "manage_player_gamer_pic" + ] + }, + "manage_player_pic_panel/manage_player_gamer_pic": { + "file": "ui/manage_feed_screen.json", + "type": "custom", + "extend": { + "name": "manage_player_gamer_pic", + "namespace": "manage_feed" + } + }, + "manage_player_gamer_pic": { + "file": "ui/manage_feed_screen.json", + "type": "custom" + }, + "content": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "top_bar_gradient", + "gamepad_helpers", + "return_button", + "reported_items_label", + "manage_feed_item_scrolling_panel_instance" + ] + }, + "content/top_bar_gradient": { + "file": "ui/manage_feed_screen.json", + "type": "custom", + "extend": { + "name": "top_bar_gradient", + "namespace": "feed_common" + } + }, + "content/gamepad_helpers": { + "file": "ui/manage_feed_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "feed_common" + } + }, + "content/return_button": { + "file": "ui/manage_feed_screen.json", + "type": "button", + "extend": { + "name": "return_button", + "namespace": "feed_common" + } + }, + "content/reported_items_label": { + "file": "ui/manage_feed_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "feed_common" + } + }, + "content/manage_feed_item_scrolling_panel_instance": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "manage_feed_item_scrolling_panel", + "namespace": "manage_feed" + } + }, + "manage_feed_screen": { + "file": "ui/manage_feed_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "manage_feed_screen_content": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + }, + "children": [ + "transparent_background", + "container" + ] + }, + "manage_feed_screen_content/transparent_background": { + "file": "ui/manage_feed_screen.json", + "type": "image", + "extend": { + "name": "transparent_background", + "namespace": "feed_common" + } + }, + "manage_feed_screen_content/container": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "manage_feed_screen_content/container/content": { + "file": "ui/manage_feed_screen.json", + "type": "panel", + "extend": { + "name": "content", + "namespace": "manage_feed" + } + } + }, + "manifest_validation": { + "clipboard_icon": { + "file": "ui/manifest_validation_screen.json", + "type": "image" + }, + "clipboard_icon_wrapper": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "clipboard_icon_wrapper/icon": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "clipboard_icon", + "namespace": "manifest_validation" + } + }, + "trash_icon": { + "file": "ui/manifest_validation_screen.json", + "type": "image" + }, + "trash_icon_wrapper": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "icon", + "progress_loading_bars" + ] + }, + "trash_icon_wrapper/icon": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "trash_icon", + "namespace": "manifest_validation" + } + }, + "trash_icon_wrapper/progress_loading_bars": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "manifest_validation" + } + }, + "refresh_icon": { + "file": "ui/manifest_validation_screen.json", + "type": "image" + }, + "refresh_icon_wrapper": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "icon", + "progress_loading_bars" + ] + }, + "refresh_icon_wrapper/icon": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "refresh_icon", + "namespace": "manifest_validation" + } + }, + "refresh_icon_wrapper/progress_loading_bars": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "manifest_validation" + } + }, + "section_divider": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "divider_image" + ] + }, + "section_divider/divider_image": { + "file": "ui/manifest_validation_screen.json", + "type": "image" + }, + "text_label": { + "file": "ui/manifest_validation_screen.json", + "type": "label" + }, + "icon_image": { + "file": "ui/manifest_validation_screen.json", + "type": "image" + }, + "progress_loading_bars": { + "file": "ui/manifest_validation_screen.json", + "type": "image" + }, + "background": { + "file": "ui/manifest_validation_screen.json", + "type": "image" + }, + "black_background_fill": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "black_image", + "namespace": "resource_packs" + } + }, + "error_pack_secondary_layout": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "black" + ] + }, + "error_pack_secondary_layout/black": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "background", + "namespace": "manifest_validation" + }, + "children": [ + "stack_panel" + ] + }, + "error_pack_secondary_layout/black/stack_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "stack_panel", + "secondary_panel" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "icon_background", + "pack_info", + "button_panel", + "pad" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/icon_background": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "black_background_fill", + "namespace": "manifest_validation" + }, + "children": [ + "icon" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/icon_background/icon": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "top", + "bottom" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/top": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "title", + "padding", + "pack_size" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/top/title": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "text_label", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/top/padding": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/top/pack_size": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "text_label", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/bottom": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "description", + "padding" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/bottom/description": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "text_label", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/bottom/padding": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "top_pad", + "refresh", + "pad", + "delete" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/top_pad": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/refresh": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/refresh/button": { + "file": "ui/manifest_validation_screen.json", + "type": "button", + "extend": { + "name": "refresh_text_button", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/pad": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/delete": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/delete/button": { + "file": "ui/manifest_validation_screen.json", + "type": "button", + "extend": { + "name": "delete_text_button", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pad": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "title_panel", + "pad_0", + "padding_1", + "version_panel", + "pad_1", + "padding_2", + "path_panel" + ] + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/padding_0": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "section_divider", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "title_text", + "space", + "offset" + ] + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel/title_text": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel/space": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel/offset": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "title" + ] + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel/offset/title": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "text_label", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/pad_0": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/padding_1": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "section_divider", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "version_text", + "space", + "offset" + ] + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel/version_text": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel/space": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel/offset": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "version" + ] + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel/offset/version": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "text_label", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/pad_1": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/padding_2": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "section_divider", + "namespace": "manifest_validation" + } + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "path_text", + "space", + "offset" + ] + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel/path_text": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel/space": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel/offset": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "description" + ] + }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel/offset/description": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "text_label", + "namespace": "manifest_validation" + } + }, + "error_pack_content_layout": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "black" + ] + }, + "error_pack_content_layout/black": { + "file": "ui/manifest_validation_screen.json", + "type": "image", + "extend": { + "name": "background", + "namespace": "manifest_validation" + }, + "children": [ + "error_panel" + ] + }, + "error_pack_content_layout/black/error_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "error_header_panel", + "padding_0", + "error_text_panel" + ] + }, + "error_pack_content_layout/black/error_panel/error_header_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "error_type_panel", + "button" + ] + }, + "error_pack_content_layout/black/error_panel/error_header_panel/error_type_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "label" + }, + "error_pack_content_layout/black/error_panel/error_header_panel/button": { + "file": "ui/manifest_validation_screen.json", + "type": "button", + "extend": { + "name": "clipboard_button", + "namespace": "manifest_validation" + } + }, + "error_pack_content_layout/black/error_panel/padding_0": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "section_divider", + "namespace": "manifest_validation" + } + }, + "error_pack_content_layout/black/error_panel/error_text_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "error_text", + "space", + "offset" + ] + }, + "error_pack_content_layout/black/error_panel/error_text_panel/error_text": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "error_pack_content_layout/black/error_panel/error_text_panel/space": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "error_pack_content_layout/black/error_panel/error_text_panel/offset": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "error_label" + ] + }, + "error_pack_content_layout/black/error_panel/error_text_panel/offset/error_label": { + "file": "ui/manifest_validation_screen.json", + "type": "label" + }, + "delete_button": { + "file": "ui/manifest_validation_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "delete_text_button": { + "file": "ui/manifest_validation_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "clipboard_button": { + "file": "ui/manifest_validation_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "refresh_button": { + "file": "ui/manifest_validation_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "refresh_text_button": { + "file": "ui/manifest_validation_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "pack_secondary_info": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "layout" + ] + }, + "pack_secondary_info/layout": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "error_pack_secondary_layout", + "namespace": "manifest_validation" + } + }, + "error_content_grid": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel" + }, + "pack_error_item": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "secondary", + "error_header", + "error" + ] + }, + "pack_error_item/secondary": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "pack_secondary_info", + "namespace": "manifest_validation" + } + }, + "pack_error_item/error_header": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "error_text" + ] + }, + "pack_error_item/error_header/error_text": { + "file": "ui/manifest_validation_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "pack_error_item/error": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "extend": { + "name": "error_content_grid", + "namespace": "manifest_validation" + } + }, + "pack_error_group": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "errors", + "padding" + ] + }, + "pack_error_group/top_padding": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "pack_error_group/errors": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "extend": { + "name": "pack_error_item", + "namespace": "manifest_validation" + } + }, + "pack_error_group/padding": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "common_scrolling_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "common_content": { + "file": "ui/manifest_validation_screen.json", + "type": "input_panel" + }, + "scrolling_offsets": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "common_scrolling_panel", + "namespace": "manifest_validation" + } + }, + "manifest_validation_scroll_content": { + "file": "ui/manifest_validation_screen.json", + "type": "input_panel", + "extend": { + "name": "common_content", + "namespace": "manifest_validation" + }, + "children": [ + "scrolling_panel" + ] + }, + "manifest_validation_scroll_content/scrolling_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_offsets", + "namespace": "manifest_validation" + } + }, + "common_scroll_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "panel" + }, + "manifest_validation_scroll_panel": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "common_scroll_panel", + "namespace": "manifest_validation" + }, + "children": [ + "pack_error_group" + ] + }, + "manifest_validation_scroll_panel/pack_error_group": { + "file": "ui/manifest_validation_screen.json", + "type": "stack_panel", + "extend": { + "name": "pack_error_group", + "namespace": "manifest_validation" + } + }, + "manifest_validation_screen": { + "file": "ui/manifest_validation_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "manifest_validation_screen_content": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "children": [ + "background" + ] + }, + "manifest_validation_screen_content/background": { + "file": "ui/manifest_validation_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + } + }, + "sdl_label": { + "sdl_label_factory": { + "file": "ui/marketplace_sdl/sdl_label.json", + "type": "stack_panel" + }, + "sdl_label": { + "file": "ui/marketplace_sdl/sdl_label.json", + "type": "label" + }, + "sdl_mc_ten_label": { + "file": "ui/marketplace_sdl/sdl_label.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + } + }, + "sdl_content_navigation": { + "content_navigation_factory": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel" + }, + "inventory_nav_item_panel": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel", + "children": [ + "inventory_nav_item" + ] + }, + "inventory_nav_item_panel/inventory_nav_item": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "image", + "children": [ + "divider_stack_panel" + ] + }, + "inventory_nav_item_panel/inventory_nav_item/divider_stack_panel": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel", + "children": [ + "top_pad", + "nav_button", + "divider" + ] + }, + "inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/top_pad": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel" + }, + "inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/nav_button": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "button", + "extend": { + "name": "category_panel_button", + "namespace": "sdl_content_navigation" + } + }, + "inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/divider": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel", + "extend": { + "name": "divider_panel", + "namespace": "sdl_content_navigation" + } + }, + "category_panel_button": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "category_panel_button/default": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel", + "extend": { + "name": "category_stack_panel", + "namespace": "sdl_content_navigation" + } + }, + "category_panel_button/hover": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel", + "extend": { + "name": "category_stack_panel", + "namespace": "sdl_content_navigation" + } + }, + "category_panel_button/pressed": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel", + "extend": { + "name": "category_stack_panel", + "namespace": "sdl_content_navigation" + } + }, + "divider_panel": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel", + "children": [ + "top_pad", + "divider" + ] + }, + "divider_panel/top_pad": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel" + }, + "divider_panel/divider": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "category_stack_panel": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel", + "children": [ + "pad_1", + "text", + "fill_pad", + "icon", + "pad_2", + "number" + ] + }, + "category_stack_panel/pad_1": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel" + }, + "category_stack_panel/text": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "unknown" + }, + "category_stack_panel/fill_pad": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel" + }, + "category_stack_panel/icon": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "image" + }, + "category_stack_panel/pad_2": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel" + }, + "category_stack_panel/number": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "label" + }, + "light_redirect_button_panel": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel", + "children": [ + "light_redirect_button" + ] + }, + "light_redirect_button_panel/light_redirect_button": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "sdl_button_no_click_panel": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel", + "children": [ + "sdl_button_no_click" + ] + }, + "sdl_button_no_click_panel/sdl_button_no_click": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "no_click_button": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "stack_panel", + "children": [ + "pad_1", + "text", + "fill_pad", + "icon_panel", + "pad_2" + ] + }, + "no_click_button/pad_1": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel" + }, + "no_click_button/text": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "unknown" + }, + "no_click_button/fill_pad": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel" + }, + "no_click_button/icon_panel": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "no_click_button/icon_panel/icon": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "image", + "extend": { + "name": "arrow_down", + "namespace": "sdl_content_navigation" + } + }, + "no_click_button/pad_2": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "panel" + }, + "arrow_down": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "image" + }, + "section_header_no_color_binding": { + "file": "ui/marketplace_sdl/sdl_content_navigation.json", + "type": "label", + "extend": { + "name": "store_section_header_label", + "namespace": "common_store" + } + } + }, + "sdl_dropdowns": { + "sdl_dropdown_rows": { + "file": "ui/marketplace_sdl/sdl_dropdowns.json", + "type": "panel", + "children": [ + "container_panel" + ] + }, + "sdl_dropdown_rows/container_panel": { + "file": "ui/marketplace_sdl/sdl_dropdowns.json", + "type": "stack_panel", + "children": [ + "toggle", + "pad" + ] + }, + "sdl_dropdown_rows/container_panel/toggle": { + "file": "ui/marketplace_sdl/sdl_dropdowns.json", + "type": "panel", + "extend": { + "name": "sdl_rows_toggle", + "namespace": "sdl_dropdowns" + } + }, + "sdl_dropdown_rows/container_panel/pad": { + "file": "ui/marketplace_sdl/sdl_dropdowns.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sdl_rows_toggle": { + "file": "ui/marketplace_sdl/sdl_dropdowns.json", + "type": "panel", + "extend": { + "name": "light_content_toggle", + "namespace": "common_toggles" + } + } + }, + "sdl_image_row": { + "image_row_factory": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "stack_panel" + }, + "buffer_panel": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel" + }, + "single_image": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel", + "children": [ + "image_with_border", + "image_selector" + ] + }, + "single_image/image_with_border": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel", + "children": [ + "screenshot_image", + "dark_border", + "progress_loading" + ] + }, + "single_image/image_with_border/screenshot_image": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "image" + }, + "single_image/image_with_border/dark_border": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "single_image/image_with_border/progress_loading": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "single_image/image_selector": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "double_image": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel", + "extend": { + "name": "single_image", + "namespace": "sdl_image_row" + } + }, + "triple_image_with_buffer": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "stack_panel", + "children": [ + "buffer_panel_in_1", + "buffer_panel_in_2", + "triple_image", + "buffer_panel_out_1", + "buffer_panel_out_2" + ] + }, + "triple_image_with_buffer/buffer_panel_in_1": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel" + }, + "triple_image_with_buffer/buffer_panel_in_2": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel" + }, + "triple_image_with_buffer/triple_image": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel", + "extend": { + "name": "single_image", + "namespace": "sdl_image_row" + } + }, + "triple_image_with_buffer/buffer_panel_out_1": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel" + }, + "triple_image_with_buffer/buffer_panel_out_2": { + "file": "ui/marketplace_sdl/sdl_image_row.json", + "type": "panel" + } + }, + "sdl_text_row": { + "sdl_text_row_factory": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "stack_panel", + "extend": { + "name": "sdl_label_factory", + "namespace": "sdl_label" + } + }, + "sdl_header_component_factory": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "stack_panel", + "extend": { + "name": "sdl_label_factory", + "namespace": "sdl_label" + } + }, + "label_button": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + } + }, + "sdl_header_component_panel": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "panel", + "children": [ + "header_background", + "header_internals", + "header_highlight", + "text_row_header_text" + ] + }, + "sdl_header_component_panel/header_background": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + } + }, + "sdl_header_component_panel/header_internals": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "sdl_header_component_panel/header_highlight": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "image" + }, + "sdl_header_component_panel/text_row_header_text": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "stack_panel", + "extend": { + "name": "sdl_header_component_factory", + "namespace": "sdl_text_row" + } + }, + "sdl_text_row_component_panel": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "panel", + "children": [ + "text_background", + "text_row_selector", + "text_row_background", + "text_row_component_text" + ] + }, + "sdl_text_row_component_panel/text_background": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + } + }, + "sdl_text_row_component_panel/text_row_selector": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "sdl_text_row_component_panel/text_row_background": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "image" + }, + "sdl_text_row_component_panel/text_row_component_text": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "stack_panel", + "extend": { + "name": "sdl_text_row_factory", + "namespace": "sdl_text_row" + } + }, + "solo_text_row": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "stack_panel", + "children": [ + "buffer_panel_front", + "headercomp_and_textcomp_panel", + "buffer_panel_back" + ] + }, + "solo_text_row/buffer_panel_front": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "panel" + }, + "solo_text_row/headercomp_and_textcomp_panel": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "stack_panel", + "children": [ + "text_row_header_text_panel", + "text_row_text_panel" + ] + }, + "solo_text_row/headercomp_and_textcomp_panel/text_row_header_text_panel": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "panel", + "extend": { + "name": "sdl_header_component_panel", + "namespace": "sdl_text_row" + } + }, + "solo_text_row/headercomp_and_textcomp_panel/text_row_text_panel": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "panel", + "extend": { + "name": "sdl_text_row_component_panel", + "namespace": "sdl_text_row" + } + }, + "solo_text_row/buffer_panel_back": { + "file": "ui/marketplace_sdl/sdl_text_row.json", + "type": "panel" + } + }, + "mob_effect": { + "effect_background": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "children": [ + "default_background", + "ambient_background" + ] + }, + "effect_background/default_background": { + "file": "ui/mob_effect_screen.json", + "type": "image" + }, + "effect_background/ambient_background": { + "file": "ui/mob_effect_screen.json", + "type": "image" + }, + "main_background": { + "file": "ui/mob_effect_screen.json", + "type": "image" + }, + "button_background": { + "file": "ui/mob_effect_screen.json", + "type": "image" + }, + "effect_name": { + "file": "ui/mob_effect_screen.json", + "type": "label" + }, + "effect_timer": { + "file": "ui/mob_effect_screen.json", + "type": "label" + }, + "effect_icon": { + "file": "ui/mob_effect_screen.json", + "type": "image" + }, + "mob_effect_grid_panel": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "children": [ + "mob_effect_grid" + ] + }, + "mob_effect_grid_panel/mob_effect_grid": { + "file": "ui/mob_effect_screen.json", + "type": "grid", + "extend": { + "name": "mob_effect_grid", + "namespace": "mob_effect" + } + }, + "mob_effect_grid": { + "file": "ui/mob_effect_screen.json", + "type": "grid" + }, + "mob_effect_grid_item": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "children": [ + "bg", + "name", + "timer", + "icon" + ] + }, + "mob_effect_grid_item/bg": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "extend": { + "name": "effect_background", + "namespace": "mob_effect" + } + }, + "mob_effect_grid_item/name": { + "file": "ui/mob_effect_screen.json", + "type": "label", + "extend": { + "name": "effect_name", + "namespace": "mob_effect" + } + }, + "mob_effect_grid_item/timer": { + "file": "ui/mob_effect_screen.json", + "type": "label", + "extend": { + "name": "effect_timer", + "namespace": "mob_effect" + } + }, + "mob_effect_grid_item/icon": { + "file": "ui/mob_effect_screen.json", + "type": "image", + "extend": { + "name": "effect_icon", + "namespace": "mob_effect" + } + }, + "mob_effect_list_content_panel": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "mob_effect_list_content_panel/scrolling_panel": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "mob_effect_screen_close_button": { + "file": "ui/mob_effect_screen.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "close_button_panel": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "children": [ + "bg", + "close_button" + ] + }, + "close_button_panel/bg": { + "file": "ui/mob_effect_screen.json", + "type": "image", + "extend": { + "name": "button_background", + "namespace": "mob_effect" + } + }, + "close_button_panel/close_button": { + "file": "ui/mob_effect_screen.json", + "type": "button", + "extend": { + "name": "mob_effect_screen_close_button", + "namespace": "mob_effect" + } + }, + "mob_effect_content": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "children": [ + "bg", + "close_panel", + "content_panel" + ] + }, + "mob_effect_content/bg": { + "file": "ui/mob_effect_screen.json", + "type": "image", + "extend": { + "name": "main_background", + "namespace": "mob_effect" + } + }, + "mob_effect_content/close_panel": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "mob_effect" + } + }, + "mob_effect_content/content_panel": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "extend": { + "name": "mob_effect_list_content_panel", + "namespace": "mob_effect" + } + }, + "main_screen": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "children": [ + "main_screen" + ] + }, + "main_screen/main_screen": { + "file": "ui/mob_effect_screen.json", + "type": "panel", + "extend": { + "name": "mob_effect_content", + "namespace": "mob_effect" + } + }, + "mob_effect_screen": { + "file": "ui/mob_effect_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "non_xbl_user_management": { + "black_tint_image": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "image" + }, + "modal_title_text": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "label" + }, + "modal_label_text": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "text" + ] + }, + "modal_label_text/padding": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel" + }, + "modal_label_text/text": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "label" + }, + "modal_label_panel": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "modal_left_button": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "modal_middle_button": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "modal_rightcancel_button": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "three_buttons_panel": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "children": [ + "left", + "middle", + "right" + ] + }, + "three_buttons_panel/left": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "modal_left_button", + "namespace": "non_xbl_user_management" + } + }, + "three_buttons_panel/middle": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "modal_middle_button", + "namespace": "non_xbl_user_management" + } + }, + "three_buttons_panel/right": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "modal_rightcancel_button", + "namespace": "non_xbl_user_management" + } + }, + "two_buttons_panel": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "children": [ + "left", + "right" + ] + }, + "two_buttons_panel/left": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "modal_left_button", + "namespace": "non_xbl_user_management" + } + }, + "two_buttons_panel/right": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "modal_rightcancel_button", + "namespace": "non_xbl_user_management" + } + }, + "single_button_panel": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "children": [ + "left" + ] + }, + "single_button_panel/left": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "button", + "extend": { + "name": "modal_middle_button", + "namespace": "non_xbl_user_management" + } + }, + "modal_dialog_with_buttons": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "children": [ + "background_with_buttons", + "title", + "text_with_buttons", + "button_panel" + ] + }, + "modal_dialog_with_buttons/background_with_buttons": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "modal_dialog_with_buttons/title": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "label", + "extend": { + "name": "modal_title_text", + "namespace": "non_xbl_user_management" + } + }, + "modal_dialog_with_buttons/text_with_buttons": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "extend": { + "name": "modal_label_panel", + "namespace": "non_xbl_user_management" + } + }, + "modal_dialog_with_buttons/button_panel": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "unknown" + }, + "modal_input_panel": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "black_tint_image" + ] + }, + "modal_input_panel/black_tint_image": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "image", + "extend": { + "name": "black_tint_image", + "namespace": "non_xbl_user_management" + } + }, + "user_confirm_dialog_screen_content": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "children": [ + "modal_input" + ] + }, + "user_confirm_dialog_screen_content/modal_input": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_input_panel", + "namespace": "non_xbl_user_management" + }, + "children": [ + "modal_bg_buttons" + ] + }, + "user_confirm_dialog_screen_content/modal_input/modal_bg_buttons": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "panel", + "extend": { + "name": "modal_dialog_with_buttons", + "namespace": "non_xbl_user_management" + } + }, + "user_confirm_dialog_screen": { + "file": "ui/non_xbl_user_management_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "npc_interact": { + "multiline_text_edit_control": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_box", + "namespace": "common" + } + }, + "text_edit_control": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "label_padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "main_stack_panel": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel" + }, + "skin_button": { + "file": "ui/npc_interact_screen.json", + "type": "button" + }, + "skin_model": { + "file": "ui/npc_interact_screen.json", + "type": "custom" + }, + "skin_model_clipper": { + "file": "ui/npc_interact_screen.json", + "type": "panel" + }, + "skins_grid_item": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "clip", + "button", + "selectFrame" + ] + }, + "skins_grid_item/clip": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "skin_model_clipper", + "namespace": "npc_interact" + }, + "children": [ + "model" + ] + }, + "skins_grid_item/clip/model": { + "file": "ui/npc_interact_screen.json", + "type": "custom", + "extend": { + "name": "skin_model", + "namespace": "npc_interact" + } + }, + "skins_grid_item/button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "skin_button", + "namespace": "npc_interact" + } + }, + "skins_grid_item/selectFrame": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "skins_grid": { + "file": "ui/npc_interact_screen.json", + "type": "grid" + }, + "cycle_pack_button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "cycle_pack_left_button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_button", + "namespace": "npc_interact" + } + }, + "cycle_pack_right_button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_button", + "namespace": "npc_interact" + } + }, + "banner_fill": { + "file": "ui/npc_interact_screen.json", + "type": "image" + }, + "skin_picker": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "npc_interact" + }, + "children": [ + "left", + "sg", + "right" + ] + }, + "skin_picker/left": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_left_button", + "namespace": "npc_interact" + } + }, + "skin_picker/sg": { + "file": "ui/npc_interact_screen.json", + "type": "grid", + "extend": { + "name": "skins_grid", + "namespace": "npc_interact" + } + }, + "skin_picker/right": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_right_button", + "namespace": "npc_interact" + } + }, + "name_edit": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "npc_interact" + } + }, + "advanced_button": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "advanced_button/button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "dialog_button": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "dialog_button/button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "basic_stack_panel": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_stack_panel", + "namespace": "npc_interact" + }, + "children": [ + "top_pad", + "name_label", + "name_padding", + "name_edit", + "dialog_pre_padding", + "dialog_label", + "dialog_post_padding", + "dialog__padding", + "dialog_button", + "appearance_pre_padding", + "appearance_label", + "appearance_post_padding", + "skins", + "advanced_button" + ] + }, + "basic_stack_panel/top_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "basic_stack_panel/name_label": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "light_label", + "namespace": "edu_common" + } + }, + "basic_stack_panel/name_padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "label_padding", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/name_edit": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "name_edit", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/dialog_pre_padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "label_padding", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/dialog_label": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "light_label", + "namespace": "edu_common" + } + }, + "basic_stack_panel/dialog_post_padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "label_padding", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/dialog__padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "label_padding", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/dialog_button": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "dialog_button", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/appearance_pre_padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "label_padding", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/appearance_label": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "light_label", + "namespace": "edu_common" + } + }, + "basic_stack_panel/appearance_post_padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "label_padding", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/skins": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "skin_picker", + "namespace": "npc_interact" + } + }, + "basic_stack_panel/advanced_button": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "advanced_button", + "namespace": "npc_interact" + } + }, + "basic_content": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "basic" + ] + }, + "basic_content/basic": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "basic_stack_panel", + "namespace": "npc_interact" + } + }, + "advanced_stack_panel": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_stack_panel", + "namespace": "npc_interact" + }, + "children": [ + "top_pad", + "add_help_text", + "middle_pad", + "actions", + "add_buttons", + "bottom_pad" + ] + }, + "advanced_stack_panel/top_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "advanced_stack_panel/add_help_text": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "add_help_text", + "namespace": "npc_interact" + } + }, + "advanced_stack_panel/middle_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "advanced_stack_panel/actions": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "action_panel", + "namespace": "npc_interact" + } + }, + "advanced_stack_panel/add_buttons": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "add_buttons", + "namespace": "npc_interact" + } + }, + "advanced_stack_panel/bottom_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "action_title": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "dark_label", + "namespace": "edu_common" + } + }, + "plus_icon": { + "file": "ui/npc_interact_screen.json", + "type": "image" + }, + "plus_button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "action_text_edit": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_control", + "namespace": "npc_interact" + } + }, + "maximized_action_edit": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_control", + "namespace": "npc_interact" + } + }, + "action_edit": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "text_edit", + "expand" + ] + }, + "action_edit/text_edit": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "action_text_edit", + "namespace": "npc_interact" + } + }, + "action_edit/expand": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "plus_button", + "namespace": "npc_interact" + } + }, + "button_name_edit": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "npc_interact" + } + }, + "command_toggle": { + "file": "ui/npc_interact_screen.json", + "type": "toggle", + "extend": { + "name": "slider_toggle", + "namespace": "edu_common" + } + }, + "command_toggle_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "command_toggle", + "toggle_label" + ] + }, + "command_toggle_panel/command_toggle": { + "file": "ui/npc_interact_screen.json", + "type": "toggle", + "extend": { + "name": "command_toggle", + "namespace": "npc_interact" + } + }, + "command_toggle_panel/toggle_label": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "dark_label", + "namespace": "edu_common" + } + }, + "action_mode": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "button_mode_toggle_panel", + "on_enter_toggle_panel", + "on_exit_toggle_panel" + ] + }, + "action_mode/button_mode_toggle_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "command_toggle_panel", + "namespace": "npc_interact" + } + }, + "action_mode/on_enter_toggle_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "command_toggle_panel", + "namespace": "npc_interact" + } + }, + "action_mode/on_exit_toggle_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "command_toggle_panel", + "namespace": "npc_interact" + } + }, + "button_name_label": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "dark_label", + "namespace": "edu_common" + } + }, + "url_notifications": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "empty_uri_warning", + "invalid_uri_warning" + ] + }, + "url_notifications/empty_uri_warning": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "inline_notification", + "namespace": "edu_common" + } + }, + "url_notifications/invalid_uri_warning": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "inline_notification", + "namespace": "edu_common" + } + }, + "action_template": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_stack_panel", + "namespace": "npc_interact" + }, + "children": [ + "title", + "label_pad", + "edit", + "edit_pad", + "url_warning", + "url_pad", + "action_mode", + "mode_pad", + "button_name_label", + "button_name" + ] + }, + "action_template/title": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "action_title", + "namespace": "npc_interact" + } + }, + "action_template/label_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "action_template/edit": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "action_edit", + "namespace": "npc_interact" + } + }, + "action_template/edit_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "action_template/url_warning": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "url_notifications", + "namespace": "npc_interact" + } + }, + "action_template/url_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "action_template/action_mode": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "action_mode", + "namespace": "npc_interact" + } + }, + "action_template/mode_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "action_template/button_name_label": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "button_name_label", + "namespace": "npc_interact" + } + }, + "action_template/button_name": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "button_name_edit", + "namespace": "npc_interact" + } + }, + "action_command": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "action_template", + "namespace": "npc_interact" + } + }, + "action_url": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "action_template", + "namespace": "npc_interact" + } + }, + "padded_action": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "action", + "padding" + ] + }, + "padded_action/action": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "action", + "namespace": "npc_interact" + } + }, + "padded_action/padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel" + }, + "action": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "children": [ + "trash", + "command", + "url" + ] + }, + "action/trash": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "photo_trash_button", + "namespace": "edu_common" + } + }, + "action/command": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "action_command", + "namespace": "npc_interact" + } + }, + "action/url": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "action_url", + "namespace": "npc_interact" + } + }, + "action_panel": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel" + }, + "add_button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "help_label": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "light_label", + "namespace": "edu_common" + } + }, + "add_help_section": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "text_url", + "padding", + "text_command" + ] + }, + "add_help_section/text_url": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "tts_border", + "wrapper_panel_url" + ] + }, + "add_help_section/text_url/tts_border": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "add_help_section/text_url/wrapper_panel_url": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "text_url_a", + "padding", + "text_url_b" + ] + }, + "add_help_section/text_url/wrapper_panel_url/text_url_a": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "help_label", + "namespace": "npc_interact" + } + }, + "add_help_section/text_url/wrapper_panel_url/padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_help_section/text_url/wrapper_panel_url/text_url_b": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "help_label", + "namespace": "npc_interact" + } + }, + "add_help_section/padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_help_section/text_command": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "tts_border", + "wrapper_panel_command" + ] + }, + "add_help_section/text_command/tts_border": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "add_help_section/text_command/wrapper_panel_command": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "text_command_a", + "padding", + "text_command_b" + ] + }, + "add_help_section/text_command/wrapper_panel_command/text_command_a": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "help_label", + "namespace": "npc_interact" + } + }, + "add_help_section/text_command/wrapper_panel_command/padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_help_section/text_command/wrapper_panel_command/text_command_b": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "help_label", + "namespace": "npc_interact" + } + }, + "add_help_text": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "add_help_section", + "namespace": "npc_interact" + } + }, + "add_buttons": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "add_url", + "padding", + "add_command" + ] + }, + "add_buttons/add_url": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "add_button", + "namespace": "npc_interact" + } + }, + "add_buttons/padding": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_buttons/add_command": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "add_button", + "namespace": "npc_interact" + } + }, + "advanced_scrolling_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "advanced_scrolling_content": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "advanced" + ] + }, + "advanced_scrolling_content/advanced": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "advanced_stack_panel", + "namespace": "npc_interact" + } + }, + "message_model": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "model" + ] + }, + "message_model/model": { + "file": "ui/npc_interact_screen.json", + "type": "custom", + "extend": { + "name": "skin_model", + "namespace": "npc_interact" + } + }, + "clipped_message_model": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "skin_model_clipper", + "namespace": "npc_interact" + }, + "children": [ + "model" + ] + }, + "clipped_message_model/model": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "message_model", + "namespace": "npc_interact" + } + }, + "message_model_window": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "npc_interact" + }, + "children": [ + "model", + "immersive_reader_button" + ] + }, + "message_model_window/model": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "clipped_message_model", + "namespace": "npc_interact" + } + }, + "message_model_window/immersive_reader_button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "reader_button", + "namespace": "im_reader" + } + }, + "edit_box_background": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "npc_message": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_control", + "namespace": "npc_interact" + }, + "children": [ + "label", + "visibility_panel", + "background" + ] + }, + "npc_message/label": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "text_edit_box_label", + "namespace": "common" + } + }, + "npc_message/visibility_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "place_holder" + ] + }, + "npc_message/visibility_panel/place_holder": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "text_edit_box_place_holder_label", + "namespace": "common" + } + }, + "npc_message/background": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "text_scroll": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "student_message_bubble": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "children": [ + "dialog_panel" + ] + }, + "student_message_bubble/dialog_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "text_scroll" + ] + }, + "student_message_bubble/dialog_panel/text_scroll": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "text_scroll", + "namespace": "npc_interact" + } + }, + "bubble_point": { + "file": "ui/npc_interact_screen.json", + "type": "image" + }, + "student_message_section": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "model", + "point", + "message" + ] + }, + "student_message_section/model": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "message_model_window", + "namespace": "npc_interact" + } + }, + "student_message_section/point": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "bubble_point", + "namespace": "npc_interact" + } + }, + "student_message_section/message": { + "file": "ui/npc_interact_screen.json", + "type": "image", + "extend": { + "name": "student_message_bubble", + "namespace": "npc_interact" + } + }, + "student_button_label": { + "file": "ui/npc_interact_screen.json", + "type": "label" + }, + "student_button_label_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "url", + "command" + ] + }, + "student_button_label_panel/url": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "student_button_label", + "namespace": "npc_interact" + } + }, + "student_button_label_panel/command": { + "file": "ui/npc_interact_screen.json", + "type": "label", + "extend": { + "name": "student_button_label", + "namespace": "npc_interact" + } + }, + "student_button": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "button" + ] + }, + "student_button/button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "student_buttons": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "buttons" + ] + }, + "student_buttons/buttons": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "children": [ + "actions" + ] + }, + "student_buttons/buttons/actions": { + "file": "ui/npc_interact_screen.json", + "type": "grid" + }, + "student_stack_panel": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_stack_panel", + "namespace": "npc_interact" + }, + "children": [ + "top_pad", + "message", + "message_pad", + "buttons" + ] + }, + "student_stack_panel/top_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "student_stack_panel/message": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "student_message_section", + "namespace": "npc_interact" + } + }, + "student_stack_panel/message_pad": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "student_stack_panel/buttons": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "student_buttons", + "namespace": "npc_interact" + } + }, + "student_view_content": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "student", + "close" + ] + }, + "student_view_content/student": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "student_stack_panel", + "namespace": "npc_interact" + } + }, + "student_view_content/close": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "close_button_holder", + "namespace": "npc_interact" + } + }, + "close_button_base": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "back_button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "close_button_base/default": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button_base/hover": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button_base/pressed": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "x_close_button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "ignorable_x_close_button": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "ignorable_x_close_button/button": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "x_close_button", + "namespace": "npc_interact" + } + }, + "close_button_holder": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "close_basic", + "close_student_edit", + "close_student", + "close_maximized_action_edit", + "close_advanced" + ] + }, + "close_button_holder/close_basic": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "x_close_button", + "namespace": "npc_interact" + } + }, + "close_button_holder/close_student_edit": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "ignorable_x_close_button", + "namespace": "npc_interact" + } + }, + "close_button_holder/close_student": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "ignorable_x_close_button", + "namespace": "npc_interact" + } + }, + "close_button_holder/close_maximized_action_edit": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "close_button_base", + "namespace": "npc_interact" + } + }, + "close_button_holder/close_advanced": { + "file": "ui/npc_interact_screen.json", + "type": "button", + "extend": { + "name": "close_button_base", + "namespace": "npc_interact" + } + }, + "main_content": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "basic", + "advanced", + "maximized_action_edit", + "close" + ] + }, + "main_content/basic": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "basic_content", + "namespace": "npc_interact" + } + }, + "main_content/advanced": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "advanced_scrolling_panel", + "namespace": "npc_interact" + } + }, + "main_content/maximized_action_edit": { + "file": "ui/npc_interact_screen.json", + "type": "edit_box", + "extend": { + "name": "maximized_action_edit", + "namespace": "npc_interact" + } + }, + "main_content/close": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "close_button_holder", + "namespace": "npc_interact" + } + }, + "root_panel": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "gamepad_helper_exit_text": { + "file": "ui/npc_interact_screen.json", + "type": "label" + }, + "close_text": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "npc_screen_contents": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "children": [ + "teacher", + "student", + "npc_screen_close" + ] + }, + "npc_screen_contents/teacher": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "root_panel", + "namespace": "npc_interact" + } + }, + "npc_screen_contents/student": { + "file": "ui/npc_interact_screen.json", + "type": "panel", + "extend": { + "name": "form_fitting_main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "npc_screen_contents/npc_screen_close": { + "file": "ui/npc_interact_screen.json", + "type": "stack_panel", + "extend": { + "name": "close_text", + "namespace": "npc_interact" + } + }, + "npc_screen": { + "file": "ui/npc_interact_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "online_safety": { + "online_safety_proceed_button": { + "file": "ui/online_safety_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_button", + "namespace": "popup_dialog" + } + }, + "online_safety_back_button": { + "file": "ui/online_safety_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_button", + "namespace": "popup_dialog" + } + }, + "online_safety_description": { + "file": "ui/online_safety_screen.json", + "type": "label" + }, + "ip_safety_description": { + "file": "ui/online_safety_screen.json", + "type": "label" + }, + "online_safety_label_panel": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "ip_safety_label_panel": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "do_not_show_checkbox": { + "file": "ui/online_safety_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + }, + "children": [ + "header_description_stack_panel" + ] + }, + "do_not_show_checkbox/header_description_stack_panel": { + "file": "ui/online_safety_screen.json", + "type": "stack_panel", + "children": [ + "checkbox_visuals", + "buffer_panel", + "another_panel" + ] + }, + "do_not_show_checkbox/header_description_stack_panel/checkbox_visuals": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "toggle_visuals", + "namespace": "common" + } + }, + "do_not_show_checkbox/header_description_stack_panel/buffer_panel": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "do_not_show_checkbox/header_description_stack_panel/buffer_panel/label": { + "file": "ui/online_safety_screen.json", + "type": "label" + }, + "do_not_show_checkbox/header_description_stack_panel/another_panel": { + "file": "ui/online_safety_screen.json", + "type": "panel" + }, + "online_safety_dialog": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "ip_safety_dialog": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_three_buttons", + "namespace": "common_dialogs" + } + }, + "gamepad_helpers": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/online_safety_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "online_safety_screen": { + "file": "ui/online_safety_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "online_safety_screen_content": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "children": [ + "online_safety_dialog", + "gamepad_helpers" + ] + }, + "online_safety_screen_content/online_safety_dialog": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "online_safety_dialog", + "namespace": "online_safety" + } + }, + "online_safety_screen_content/gamepad_helpers": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "online_safety" + } + }, + "ip_safety_screen": { + "file": "ui/online_safety_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "ip_safety_screen_content": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "children": [ + "ip_safety_dialog", + "gamepad_helpers" + ] + }, + "ip_safety_screen_content/ip_safety_dialog": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "ip_safety_dialog", + "namespace": "online_safety" + } + }, + "ip_safety_screen_content/gamepad_helpers": { + "file": "ui/online_safety_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "online_safety" + } + } + }, + "pack_settings": { + "background": { + "file": "ui/pack_settings_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + }, + "screen": { + "file": "ui/pack_settings_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "main_screen_content": { + "file": "ui/pack_settings_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "pack_scroll_panel": { + "file": "ui/pack_settings_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "scrolling_content": { + "file": "ui/pack_settings_screen.json", + "type": "stack_panel", + "children": [ + "content_tiering_panel", + "generated_form" + ] + }, + "scrolling_content/content_tiering_panel": { + "file": "ui/pack_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_tiering_panel", + "namespace": "pack_settings" + } + }, + "scrolling_content/generated_form": { + "file": "ui/pack_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "generated_contents", + "namespace": "server_form" + } + }, + "content_tiering_panel": { + "file": "ui/pack_settings_screen.json", + "type": "stack_panel", + "children": [ + "label_panel", + "slider_panel", + "incompatible_label_panel" + ] + }, + "content_tiering_panel/label_panel": { + "file": "ui/pack_settings_screen.json", + "type": "panel", + "children": [ + "content_tier_label", + "unsupported_content_tier_label" + ] + }, + "content_tiering_panel/label_panel/content_tier_label": { + "file": "ui/pack_settings_screen.json", + "type": "label" + }, + "content_tiering_panel/label_panel/unsupported_content_tier_label": { + "file": "ui/pack_settings_screen.json", + "type": "label" + }, + "content_tiering_panel/slider_panel": { + "file": "ui/pack_settings_screen.json", + "type": "panel", + "children": [ + "content_tier_slider" + ] + }, + "content_tiering_panel/slider_panel/content_tier_slider": { + "file": "ui/pack_settings_screen.json", + "type": "slider", + "extend": { + "name": "slider", + "namespace": "common" + } + }, + "content_tiering_panel/incompatible_label_panel": { + "file": "ui/pack_settings_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "content_tiering_panel/incompatible_label_panel/label": { + "file": "ui/pack_settings_screen.json", + "type": "label" + } + }, + "panorama": { + "panorama_view": { + "file": "ui/panorama_screen.json", + "type": "panel", + "children": [ + "pan_left", + "screenshot", + "pan_right" + ] + }, + "panorama_view/pan_left": { + "file": "ui/panorama_screen.json", + "type": "button", + "extend": { + "name": "pan_left_button", + "namespace": "panorama" + } + }, + "panorama_view/screenshot": { + "file": "ui/panorama_screen.json", + "type": "input_panel", + "extend": { + "name": "panorama_input_panel", + "namespace": "panorama" + } + }, + "panorama_view/pan_right": { + "file": "ui/panorama_screen.json", + "type": "button", + "extend": { + "name": "pan_right_button", + "namespace": "panorama" + } + }, + "panorama_input_panel": { + "file": "ui/panorama_screen.json", + "type": "input_panel", + "children": [ + "image_border" + ] + }, + "panorama_input_panel/image_border": { + "file": "ui/panorama_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + }, + "children": [ + "panorama_key_art", + "progress_loading" + ] + }, + "panorama_input_panel/image_border/panorama_key_art": { + "file": "ui/panorama_screen.json", + "type": "custom" + }, + "panorama_input_panel/image_border/progress_loading": { + "file": "ui/panorama_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "pan_left_button": { + "file": "ui/panorama_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_left_button", + "namespace": "common_store" + } + }, + "pan_right_button": { + "file": "ui/panorama_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_right_button", + "namespace": "common_store" + } + } + }, + "patch_notes": { + "solid_texture": { + "file": "ui/patch_notes_screen.json", + "type": "image" + }, + "image_with_background": { + "file": "ui/patch_notes_screen.json", + "type": "image", + "extend": { + "name": "solid_texture", + "namespace": "patch_notes" + }, + "children": [ + "image" + ] + }, + "image_with_background/image": { + "file": "ui/patch_notes_screen.json", + "type": "unknown", + "children": [ + "loading_animation" + ] + }, + "image_with_background/image/loading_animation": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "white_image": { + "file": "ui/patch_notes_screen.json", + "type": "image", + "extend": { + "name": "solid_texture", + "namespace": "patch_notes" + } + }, + "patch_main_image": { + "file": "ui/patch_notes_screen.json", + "type": "image" + }, + "store_image": { + "file": "ui/patch_notes_screen.json", + "type": "image" + }, + "patch_notes_header_background": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "black_background" + ] + }, + "patch_notes_header_background/black_background": { + "file": "ui/patch_notes_screen.json", + "type": "image", + "children": [ + "content" + ] + }, + "patch_notes_header_background/black_background/content": { + "file": "ui/patch_notes_screen.json", + "type": "unknown" + }, + "button_label_panel": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "text_label" + ] + }, + "button_label_panel/text_label": { + "file": "ui/patch_notes_screen.json", + "type": "label" + }, + "button_content": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "button_label2" + ] + }, + "button_content/button_label2": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "button_label_panel", + "namespace": "patch_notes" + } + }, + "patch_image": { + "file": "ui/patch_notes_screen.json", + "type": "image", + "extend": { + "name": "image_with_background", + "namespace": "patch_notes" + } + }, + "patch_notes_header_content_without_offer": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "patch_image" + ] + }, + "patch_notes_header_content_without_offer/patch_image": { + "file": "ui/patch_notes_screen.json", + "type": "image", + "extend": { + "name": "patch_image", + "namespace": "patch_notes" + } + }, + "patch_notes_header_content_with_offer": { + "file": "ui/patch_notes_screen.json", + "type": "stack_panel", + "children": [ + "patch_image", + "padding", + "store_item_section" + ] + }, + "patch_notes_header_content_with_offer/patch_image": { + "file": "ui/patch_notes_screen.json", + "type": "image", + "extend": { + "name": "patch_image", + "namespace": "patch_notes" + } + }, + "patch_notes_header_content_with_offer/padding": { + "file": "ui/patch_notes_screen.json", + "type": "panel" + }, + "patch_notes_header_content_with_offer/store_item_section": { + "file": "ui/patch_notes_screen.json", + "type": "stack_panel", + "children": [ + "store_image", + "padding", + "store_button" + ] + }, + "patch_notes_header_content_with_offer/store_item_section/store_image": { + "file": "ui/patch_notes_screen.json", + "type": "image", + "extend": { + "name": "image_with_background", + "namespace": "patch_notes" + } + }, + "patch_notes_header_content_with_offer/store_item_section/padding": { + "file": "ui/patch_notes_screen.json", + "type": "panel" + }, + "patch_notes_header_content_with_offer/store_item_section/store_button": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "store_button", + "namespace": "patch_notes" + } + }, + "store_button": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "store_button", + "loading_animation" + ] + }, + "store_button/store_button": { + "file": "ui/patch_notes_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "store_button/loading_animation": { + "file": "ui/patch_notes_screen.json", + "type": "button", + "extend": { + "name": "focus_border", + "namespace": "pdp" + } + }, + "patch_notes_header": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "patch_notes_background" + ] + }, + "patch_notes_header/patch_notes_background": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "patch_notes_header_background", + "namespace": "patch_notes" + } + }, + "scroll_content": { + "file": "ui/patch_notes_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "patch_notes_header", + "padding_1", + "tts_label_wrapper" + ] + }, + "scroll_content/padding_0": { + "file": "ui/patch_notes_screen.json", + "type": "panel" + }, + "scroll_content/patch_notes_header": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "patch_notes_header", + "namespace": "patch_notes" + } + }, + "scroll_content/padding_1": { + "file": "ui/patch_notes_screen.json", + "type": "panel" + }, + "scroll_content/tts_label_wrapper": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "patch_notes_panel": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "patch_notes_text" + ] + }, + "patch_notes_panel/patch_notes_text": { + "file": "ui/patch_notes_screen.json", + "type": "label", + "children": [ + "loading_animation" + ] + }, + "patch_notes_panel/patch_notes_text/loading_animation": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "patch_notes_content": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "patch_notes_content/scrolling_panel": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "continue_button": { + "file": "ui/patch_notes_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "patch_notes_dialog": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_small_title_one_button", + "namespace": "common_dialogs" + } + }, + "patch_notes_screen": { + "file": "ui/patch_notes_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "sunsetting_button_panel": { + "file": "ui/patch_notes_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "more_info_button", + "padding_1", + "continue_button", + "padding_2", + "sunsetting_toggle_panel" + ] + }, + "sunsetting_button_panel/padding_0": { + "file": "ui/patch_notes_screen.json", + "type": "panel" + }, + "sunsetting_button_panel/more_info_button": { + "file": "ui/patch_notes_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "sunsetting_button_panel/padding_1": { + "file": "ui/patch_notes_screen.json", + "type": "panel" + }, + "sunsetting_button_panel/continue_button": { + "file": "ui/patch_notes_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "sunsetting_button_panel/padding_2": { + "file": "ui/patch_notes_screen.json", + "type": "panel" + }, + "sunsetting_button_panel/sunsetting_toggle_panel": { + "file": "ui/patch_notes_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + }, + "children": [ + "header_description_stack_panel" + ] + }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel": { + "file": "ui/patch_notes_screen.json", + "type": "stack_panel", + "children": [ + "checkbox_visuals", + "buffer_panel", + "another_panel" + ] + }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel/checkbox_visuals": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "toggle_visuals", + "namespace": "common" + } + }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel/buffer_panel": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel/buffer_panel/label": { + "file": "ui/patch_notes_screen.json", + "type": "label" + }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel/another_panel": { + "file": "ui/patch_notes_screen.json", + "type": "panel" + }, + "sunsetting_content": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "sunsetting_content/scrolling_panel": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "sunsetting_dialog": { + "file": "ui/patch_notes_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_small_title_one_button", + "namespace": "common_dialogs" + } + }, + "sunsetting_screen": { + "file": "ui/patch_notes_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "pause": { + "pause_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "feedback_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "change_skin_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "take_screenshot_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "settings_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "achievements_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "how_to_play_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "store_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "realms_stories_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "alex_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "profile_gamerpic": { + "file": "ui/pause_screen.json", + "type": "custom" + }, + "button_x": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_x_14", + "namespace": "common" + } + }, + "dressing_room_controller_button_content": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button_x", + "button_label_panel" + ] + }, + "dressing_room_controller_button_content/button_x": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_x", + "namespace": "pause" + } + }, + "dressing_room_controller_button_content/button_label_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button_label_text_left" + ] + }, + "dressing_room_controller_button_content/button_label_panel/button_label_text_left": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "controller_button_label", + "namespace": "pause" + } + }, + "controller_button_label": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "column_frame": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "dressing_room_button_gamepad": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_form_fitting_button", + "namespace": "common_buttons" + } + }, + "dressing_room_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "profile_button_content": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "button_offset_wrapper", + "gamerpic_offset_wrapper", + "padding_middle", + "vertically_central_text", + "padding_right" + ] + }, + "profile_button_content/button_offset_wrapper": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button_x" + ] + }, + "profile_button_content/button_offset_wrapper/button_x": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_x", + "namespace": "pause" + } + }, + "profile_button_content/gamerpic_offset_wrapper": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "gamerpic_with_border" + ] + }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "gamerpic", + "alex_icon", + "border_black" + ] + }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/gamerpic": { + "file": "ui/pause_screen.json", + "type": "custom", + "extend": { + "name": "profile_gamerpic", + "namespace": "pause" + } + }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/alex_icon": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "alex_icon", + "namespace": "pause" + } + }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/border_black": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "focus_border_black", + "namespace": "common" + } + }, + "profile_button_content/padding_middle": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "profile_button_content/vertically_central_text": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "profile_button_label" + ] + }, + "profile_button_content/vertically_central_text/top_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "profile_button_content/vertically_central_text/profile_button_label": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "profile_button_content/padding_right": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "profile_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_form_fitting_button", + "namespace": "common_buttons" + } + }, + "skin_viewer_panel": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "paper_doll_panel", + "paper_doll_name_tag" + ] + }, + "skin_viewer_panel/paper_doll_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "paper_doll" + ] + }, + "skin_viewer_panel/paper_doll_panel/paper_doll": { + "file": "ui/pause_screen.json", + "type": "custom" + }, + "skin_viewer_panel/paper_doll_name_tag": { + "file": "ui/pause_screen.json", + "type": "custom" + }, + "skin_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "interior" + ] + }, + "skin_panel/interior": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "skin_panel_interior", + "namespace": "pause" + } + }, + "skin_panel_interior": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "offset_panel", + "fill_1", + "change_profile_panel" + ] + }, + "skin_panel_interior/offset_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "viewer_panel" + ] + }, + "skin_panel_interior/offset_panel/viewer_panel": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "extend": { + "name": "skin_viewer_panel", + "namespace": "pause" + } + }, + "skin_panel_interior/fill_1": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "skin_panel_interior/change_profile_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "centering_panel_1", + "centering_panel_2", + "centering_panel_3" + ] + }, + "skin_panel_interior/change_profile_panel/centering_panel_1": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "dressing_room_button" + ] + }, + "skin_panel_interior/change_profile_panel/centering_panel_1/dressing_room_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "dressing_room_button", + "namespace": "pause" + } + }, + "skin_panel_interior/change_profile_panel/centering_panel_2": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "dressing_room_button_gamepad" + ] + }, + "skin_panel_interior/change_profile_panel/centering_panel_2/dressing_room_button_gamepad": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "dressing_room_button_gamepad", + "namespace": "pause" + } + }, + "skin_panel_interior/change_profile_panel/centering_panel_3": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "profile_button" + ] + }, + "skin_panel_interior/change_profile_panel/centering_panel_3/profile_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "profile_button", + "namespace": "pause" + } + }, + "pause_button_template": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "grid_button_template": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "return_to_game_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "pause_button_template", + "namespace": "pause" + } + }, + "realms_stories_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "realms_stories_button", + "unread_story_count_panel" + ] + }, + "realms_stories_button_panel/realms_stories_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "realms_stories_button", + "namespace": "pause" + } + }, + "realms_stories_button_panel/unread_story_count_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "unread_story_count_panel", + "namespace": "pause" + } + }, + "realms_stories_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "pause_button_template", + "namespace": "pause" + } + }, + "unread_story_count_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "unread_story_count_panel/text": { + "file": "ui/pause_screen.json", + "type": "label", + "children": [ + "background" + ] + }, + "unread_story_count_panel/text/background": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "store_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "store_button", + "store_error_button" + ] + }, + "store_button_panel/store_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "store_button", + "namespace": "pause" + } + }, + "store_button_panel/store_error_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "store_error_button", + "namespace": "pause" + } + }, + "store_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "pause_button_template", + "namespace": "pause" + } + }, + "store_error_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "dynamic_tooltip_notification_panel", + "namespace": "common_buttons" + } + }, + "store_error_button_content": { + "file": "ui/pause_screen.json", + "type": "image", + "children": [ + "marketplace_button_label" + ] + }, + "store_error_button_content/marketplace_button_label": { + "file": "ui/pause_screen.json", + "type": "label" + }, + "settings_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "pause_button_template", + "namespace": "pause" + } + }, + "how_to_play_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "pause_button_template", + "namespace": "pause" + } + }, + "invite_players_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "grid_button_template", + "namespace": "pause" + } + }, + "buy_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "pause_button_template", + "namespace": "pause" + } + }, + "quit_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "pause_button_template", + "namespace": "pause" + } + }, + "feedback_button_primary_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "feedback_button_primary" + ] + }, + "feedback_button_primary_panel/feedback_button_primary": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "feedback_button_primary", + "namespace": "pause" + } + }, + "feedback_button_primary": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "pause_button_template", + "namespace": "pause" + } + }, + "icon_button_hover_text": { + "file": "ui/pause_screen.json", + "type": "image", + "children": [ + "tooltip_text" + ] + }, + "icon_button_hover_text/tooltip_text": { + "file": "ui/pause_screen.json", + "type": "label" + }, + "icon_button_tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "icon_button_tooltip_trigger/default": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "icon_button_tooltip_trigger/pressed": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "icon_button_tooltip_trigger/hover": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "icon_button_hover_text", + "namespace": "pause" + } + }, + "feedback_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "feedback_icon_button": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "feedback_button", + "tooltip_trigger" + ] + }, + "feedback_icon_button/feedback_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "feedback_button", + "namespace": "pause" + } + }, + "feedback_icon_button/tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "icon_button_tooltip_trigger", + "namespace": "pause" + } + }, + "take_screenshot_gamepad_button_content": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button_y", + "take_screenshot_icon" + ] + }, + "take_screenshot_gamepad_button_content/button_y": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y_14", + "namespace": "common" + } + }, + "take_screenshot_gamepad_button_content/take_screenshot_icon": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "take_screenshot_icon", + "namespace": "pause" + } + }, + "take_screenshot_gamepad_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_form_fitting_button", + "namespace": "common_buttons" + } + }, + "achievements_button_small": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "how_to_play_button_small": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "how_to_play_button_small_with_tooltip": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button", + "tooltip_trigger" + ] + }, + "how_to_play_button_small_with_tooltip/button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "how_to_play_button_small", + "namespace": "pause" + } + }, + "how_to_play_button_small_with_tooltip/tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "icon_button_tooltip_trigger", + "namespace": "pause" + } + }, + "achievements_button_small_with_tooltip": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button", + "tooltip_trigger" + ] + }, + "achievements_button_small_with_tooltip/button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "achievements_button_small", + "namespace": "pause" + } + }, + "achievements_button_small_with_tooltip/tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "icon_button_tooltip_trigger", + "namespace": "pause" + } + }, + "settings_button_small": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "settings_button_small_with_tooltip": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button", + "tooltip_trigger" + ] + }, + "settings_button_small_with_tooltip/button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "settings_button_small", + "namespace": "pause" + } + }, + "settings_button_small_with_tooltip/tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "icon_button_tooltip_trigger", + "namespace": "pause" + } + }, + "take_screenshot_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "take_screenshot_button_with_tooltip": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button", + "tooltip_trigger" + ] + }, + "take_screenshot_button_with_tooltip/button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "take_screenshot_button", + "namespace": "pause" + } + }, + "take_screenshot_button_with_tooltip/tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "icon_button_tooltip_trigger", + "namespace": "pause" + } + }, + "take_screenshot_gamepad_button_with_tooltip": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button", + "tooltip_trigger" + ] + }, + "take_screenshot_gamepad_button_with_tooltip/button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "take_screenshot_gamepad_button", + "namespace": "pause" + } + }, + "take_screenshot_gamepad_button_with_tooltip/tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "icon_button_tooltip_trigger", + "namespace": "pause" + } + }, + "store_button_small": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "store_button_small_disabled": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "deactivated_light_content_button", + "namespace": "common_buttons" + } + }, + "store_icon_disabled": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "store_button_small_with_tooltip": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "enabled_button", + "disabled_button", + "tooltip_trigger" + ] + }, + "store_button_small_with_tooltip/enabled_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "store_button_small", + "namespace": "pause" + } + }, + "store_button_small_with_tooltip/disabled_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "store_button_small_disabled", + "namespace": "pause" + } + }, + "store_button_small_with_tooltip/tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "icon_button_tooltip_trigger", + "namespace": "pause" + } + }, + "realms_stories_button_small": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "realms_stories_button_small_with_tooltip": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button", + "tooltip_trigger" + ] + }, + "realms_stories_button_small_with_tooltip/button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "realms_stories_button_small", + "namespace": "pause" + } + }, + "realms_stories_button_small_with_tooltip/tooltip_trigger": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "icon_button_tooltip_trigger", + "namespace": "pause" + } + }, + "pause_screen": { + "file": "ui/pause_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "pause_screen_content": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "pause_screen_main_panels", + "skin_panel", + "top_right_panel", + "gamepad_helpers", + "keyboard_helpers", + "debug_drawer_button_panel" + ] + }, + "pause_screen_content/pause_screen_main_panels": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "pause_screen_main_panels", + "namespace": "pause" + } + }, + "pause_screen_content/skin_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "skin_panel", + "namespace": "pause" + } + }, + "pause_screen_content/top_right_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "top_right_panel", + "namespace": "pause" + } + }, + "pause_screen_content/gamepad_helpers": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "pause" + } + }, + "pause_screen_content/keyboard_helpers": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "keyboard_helpers", + "namespace": "pause" + } + }, + "pause_screen_content/debug_drawer_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "debug_drawer_button_panel", + "namespace": "pause" + } + }, + "top_right_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "pause_panel", + "friendsdrawer_button_panel" + ] + }, + "top_right_panel/pause_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "pause_announcement_panel_grey", + "namespace": "pause" + } + }, + "top_right_panel/friendsdrawer_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "friendsdrawer_button_panel", + "namespace": "pause" + } + }, + "friendsdrawer_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "friendsdrawer_button", + "friends_drawer_ftue_popup_wrapper" + ] + }, + "friendsdrawer_button_panel/friendsdrawer_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "friendsbutton" + } + }, + "friendsdrawer_button_panel/friends_drawer_ftue_popup_wrapper": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "friends_drawer_ftue_popup" + ] + }, + "friendsdrawer_button_panel/friends_drawer_ftue_popup_wrapper/friends_drawer_ftue_popup": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "friends_drawer_popup", + "namespace": "friendsbutton" + } + }, + "pause_screen_main_panels": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "menu" + ] + }, + "pause_screen_main_panels/menu": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "left_buttons_panel", + "namespace": "pause" + } + }, + "left_buttons_panel": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + }, + "children": [ + "filler", + "trialTime", + "the_rest_panel" + ] + }, + "left_buttons_panel/filler": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "filler_panel", + "namespace": "pause" + } + }, + "left_buttons_panel/trialTime": { + "file": "ui/pause_screen.json", + "type": "custom" + }, + "left_buttons_panel/the_rest_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "the_rest_panel", + "namespace": "pause" + } + }, + "smaller_buttons_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "stacked_column", + "padding_bottom" + ] + }, + "smaller_buttons_panel/stacked_column": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "fill_1", + "side_padding", + "small_settings_button", + "small_settings_padding", + "small_achievements_button", + "small_achievements_padding", + "small_how_to_play_button", + "small_how_to_play_padding", + "small_realms_stories_button", + "small_realms_stories_padding", + "small_store_button", + "small_store_padding", + "take_screenshot_btn", + "screenshot_padding", + "fill_3" + ] + }, + "smaller_buttons_panel/stacked_column/fill_1": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/stacked_column/side_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/stacked_column/small_settings_button": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "small_settings_btn" + ] + }, + "smaller_buttons_panel/stacked_column/small_settings_button/small_settings_btn": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "settings_button_small_with_tooltip", + "namespace": "pause" + } + }, + "smaller_buttons_panel/stacked_column/small_settings_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/stacked_column/small_achievements_button": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "small_achievements_btn" + ] + }, + "smaller_buttons_panel/stacked_column/small_achievements_button/small_achievements_btn": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "achievements_button_small_with_tooltip", + "namespace": "pause" + } + }, + "smaller_buttons_panel/stacked_column/small_achievements_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/stacked_column/small_how_to_play_button": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "small_how_to_play_btn" + ] + }, + "smaller_buttons_panel/stacked_column/small_how_to_play_button/small_how_to_play_btn": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "how_to_play_button_small_with_tooltip", + "namespace": "pause" + } + }, + "smaller_buttons_panel/stacked_column/small_how_to_play_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/stacked_column/small_realms_stories_button": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "small_realms_stories_btn" + ] + }, + "smaller_buttons_panel/stacked_column/small_realms_stories_button/small_realms_stories_btn": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "realms_stories_button_small_with_tooltip", + "namespace": "pause" + } + }, + "smaller_buttons_panel/stacked_column/small_realms_stories_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/stacked_column/small_store_button": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "small_store_btn" + ] + }, + "smaller_buttons_panel/stacked_column/small_store_button/small_store_btn": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "store_button_small_with_tooltip", + "namespace": "pause" + } + }, + "smaller_buttons_panel/stacked_column/small_store_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/stacked_column/take_screenshot_btn": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "take_screenshot_button", + "take_screenshot_gamepad_button" + ] + }, + "smaller_buttons_panel/stacked_column/take_screenshot_btn/take_screenshot_button": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "take_screenshot_button_with_tooltip", + "namespace": "pause" + } + }, + "smaller_buttons_panel/stacked_column/take_screenshot_btn/take_screenshot_gamepad_button": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "take_screenshot_gamepad_button_with_tooltip", + "namespace": "pause" + } + }, + "smaller_buttons_panel/stacked_column/screenshot_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/stacked_column/fill_3": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "smaller_buttons_panel/padding_bottom": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "social_buttons_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "friendsbutton_panel", + "invitebutton_panel" + ] + }, + "social_buttons_panel/friendsbutton_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "friendsdrawer_button", + "friends_drawer__ftue_popup" + ] + }, + "social_buttons_panel/friendsbutton_panel/friendsdrawer_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "friendsbutton" + } + }, + "social_buttons_panel/friendsbutton_panel/friends_drawer__ftue_popup": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "friends_drawer_popup", + "namespace": "friendsbutton" + } + }, + "social_buttons_panel/invitebutton_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "invite_button", + "vertical_padding_2" + ] + }, + "social_buttons_panel/invitebutton_panel/invite_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "iconbutton" + } + }, + "social_buttons_panel/invitebutton_panel/vertical_padding_2": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "the_rest_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "fill_1", + "pause_menu", + "fill_3" + ] + }, + "the_rest_panel/fill_1": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "the_rest_panel/pause_menu": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "menu_the_rest_panel", + "namespace": "pause" + } + }, + "the_rest_panel/fill_3": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "paused_text": { + "file": "ui/pause_screen.json", + "type": "label" + }, + "green_tag": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "paused_text_panel_grey": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + }, + "children": [ + "pause" + ] + }, + "paused_text_panel_grey/pause": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "paused_text", + "namespace": "pause" + } + }, + "paused_text_panel_green": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "green_tag", + "namespace": "pause" + }, + "children": [ + "horizontal_stack" + ] + }, + "paused_text_panel_green/horizontal_stack": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "pause_icon", + "fill_1", + "pause" + ] + }, + "paused_text_panel_green/horizontal_stack/pause_icon": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "pause_icon", + "namespace": "pause" + } + }, + "paused_text_panel_green/horizontal_stack/fill_1": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "paused_text_panel_green/horizontal_stack/pause": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "paused_text", + "namespace": "pause" + } + }, + "transparent_background": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "non_transparent_background": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "menu_the_rest_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "menu_button_control" + ] + }, + "menu_the_rest_panel/menu_button_control": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "menu_button_control", + "namespace": "pause" + } + }, + "menu_button_control": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "transparent_background", + "namespace": "pause" + }, + "children": [ + "menu_background" + ] + }, + "menu_button_control/menu_background": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "menu_background", + "namespace": "pause" + } + }, + "pause_announcement_panel_grey": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "horizontal_stack" + ] + }, + "pause_announcement_panel_grey/horizontal_stack": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "fill_1", + "pause_text", + "fill_2" + ] + }, + "pause_announcement_panel_grey/horizontal_stack/fill_1": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "pause_announcement_panel_grey/horizontal_stack/pause_text": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "paused_text_panel_grey", + "namespace": "pause" + } + }, + "pause_announcement_panel_grey/horizontal_stack/fill_2": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "pause_announcement_panel_green": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "horizontal_stack" + ] + }, + "pause_announcement_panel_green/horizontal_stack": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "fill_1", + "pause_text", + "fill_2" + ] + }, + "pause_announcement_panel_green/horizontal_stack/fill_1": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "pause_announcement_panel_green/horizontal_stack/pause_text": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "paused_text_panel_green", + "namespace": "pause" + } + }, + "pause_announcement_panel_green/horizontal_stack/fill_2": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "menu_background": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "transparent_background", + "namespace": "pause" + }, + "children": [ + "button_panel" + ] + }, + "menu_background/button_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "title_image", + "fill_1", + "return_to_game_button", + "return", + "settings_button", + "settings", + "feedback_button_primary_panel", + "feedback", + "realms_stories_button_panel", + "realms_stories", + "buy_button", + "buy", + "store_button_panel", + "store_button_panel_padding", + "quit_button", + "smaller_buttons", + "pause_panel" + ] + }, + "menu_background/button_panel/title_image": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "image" + ] + }, + "menu_background/button_panel/title_image/image": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "title_image", + "namespace": "common_art" + } + }, + "menu_background/button_panel/fill_1": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "menu_background/button_panel/return_to_game_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "return_to_game_button", + "namespace": "pause" + } + }, + "menu_background/button_panel/return": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "menu_background/button_panel/settings_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "settings_button", + "namespace": "pause" + } + }, + "menu_background/button_panel/settings": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "menu_background/button_panel/feedback_button_primary_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "feedback_button_primary_panel", + "namespace": "pause" + } + }, + "menu_background/button_panel/feedback": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "menu_background/button_panel/realms_stories_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "realms_stories_button_panel", + "namespace": "pause" + } + }, + "menu_background/button_panel/realms_stories": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "menu_background/button_panel/buy_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "buy_button", + "namespace": "pause" + } + }, + "menu_background/button_panel/buy": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "menu_background/button_panel/store_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "store_button_panel", + "namespace": "pause" + } + }, + "menu_background/button_panel/store_button_panel_padding": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "menu_background/button_panel/quit_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "quit_button", + "namespace": "pause" + } + }, + "menu_background/button_panel/smaller_buttons": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "smaller_buttons_panel", + "namespace": "pause" + } + }, + "menu_background/button_panel/pause_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "pause_announcement_panel_green", + "namespace": "pause" + } + }, + "info_panel_content_list": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "player_list_scrolling_panel", + "vertical_padding" + ] + }, + "info_panel_content_list/player_list_scrolling_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "player_list_scrolling_panel", + "namespace": "pause" + } + }, + "info_panel_content_list/vertical_padding": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "info_panel_background": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "transparent_background", + "namespace": "pause" + } + }, + "info_panel": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "pause_screen_border", + "namespace": "pause" + }, + "children": [ + "info_panel_background", + "info_panel_list" + ] + }, + "info_panel/info_panel_background": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "info_panel_background", + "namespace": "pause" + } + }, + "info_panel/info_panel_list": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "info_panel_content_list", + "namespace": "pause" + } + }, + "player_panel_background": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "transparent_background", + "namespace": "pause" + }, + "children": [ + "player_list_scrolling_panel" + ] + }, + "player_panel_background/player_list_scrolling_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "player_list_scrolling_panel", + "namespace": "pause" + } + }, + "player_list": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "vertical_padding_0", + "social_buttons_panel", + "players_label", + "vertical_padding_4", + "players_grid_panel", + "vertical_padding_5", + "invite_players_button_panel", + "vertical_padding_6", + "disconnected_from_multiplayer_label_panel", + "vertical_padding_7" + ] + }, + "player_list/vertical_padding_0": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "player_list/social_buttons_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "social_buttons_panel", + "namespace": "pause" + } + }, + "player_list/players_label": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "players_label", + "namespace": "pause" + } + }, + "player_list/vertical_padding_4": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "player_list/players_grid_panel": { + "file": "ui/pause_screen.json", + "type": "grid", + "extend": { + "name": "players_grid", + "namespace": "pause" + } + }, + "player_list/vertical_padding_5": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "player_list/invite_players_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "invite_players_button_panel", + "namespace": "pause" + } + }, + "player_list/vertical_padding_6": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "player_list/disconnected_from_multiplayer_label_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "disconnected_from_multiplayer_label_panel", + "namespace": "pause" + } + }, + "player_list/vertical_padding_7": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "player_lists": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "normal_list", + "scoreboard_list" + ] + }, + "player_lists/normal_list": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "player_list", + "namespace": "pause" + } + }, + "player_lists/scoreboard_list": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "scoreboard_player_list", + "namespace": "scoreboard" + } + }, + "player_list_scrolling_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "disconnected_label": { + "file": "ui/pause_screen.json", + "type": "label" + }, + "disconnected_from_multiplayer_label_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "disconnected_from_xbox_live_label", + "disconnected_from_third_party_label", + "disconnected_from_adhoc_label", + "disconnected_from_crossplatform_multiplayer", + "disconnected_from_multiplayer" + ] + }, + "disconnected_from_multiplayer_label_panel/disconnected_from_xbox_live_label": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "disconnected_label", + "namespace": "pause" + } + }, + "disconnected_from_multiplayer_label_panel/disconnected_from_third_party_label": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "disconnected_label", + "namespace": "pause" + } + }, + "disconnected_from_multiplayer_label_panel/disconnected_from_adhoc_label": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "disconnected_label", + "namespace": "pause" + } + }, + "disconnected_from_multiplayer_label_panel/disconnected_from_crossplatform_multiplayer": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "disconnected_label", + "namespace": "pause" + } + }, + "disconnected_from_multiplayer_label_panel/disconnected_from_multiplayer": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "disconnected_label", + "namespace": "pause" + } + }, + "invite_players_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "invite_players_button" + ] + }, + "invite_players_button_panel/invite_players_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "invite_players_button", + "namespace": "pause" + } + }, + "ip_label": { + "file": "ui/pause_screen.json", + "type": "label" + }, + "players_label": { + "file": "ui/pause_screen.json", + "type": "label" + }, + "players_grid": { + "file": "ui/pause_screen.json", + "type": "grid" + }, + "player_grid_item": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "player_grid_item_content" + ] + }, + "player_grid_item/player_grid_item_content": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "player_grid_item_content", + "namespace": "pause" + } + }, + "player_grid_item_content": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "player_button_panel", + "player_permission_button_panel" + ] + }, + "player_grid_item_content/player_button_panel": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "player_button_banner", + "player_permission_button_padding" + ] + }, + "player_grid_item_content/player_button_panel/player_button_banner": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "player_button", + "player_banner" + ] + }, + "player_grid_item_content/player_button_panel/player_button_banner/player_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "player_button", + "namespace": "pause" + } + }, + "player_grid_item_content/player_button_panel/player_button_banner/player_banner": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "player_banner", + "namespace": "pause" + } + }, + "player_grid_item_content/player_button_panel/player_permission_button_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "player_grid_item_content/player_permission_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "player_permission_button" + ] + }, + "player_grid_item_content/player_permission_button_panel/player_permission_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "player_permission_button", + "namespace": "pause" + } + }, + "player_permission_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "player_permission_button_content": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "permission_icon_image" + ] + }, + "player_permission_button_content/permission_icon_image": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "vertical_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "horizontal_padding": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "player_button_content": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "children": [ + "player_pic_panel", + "player_gamertag", + "platform_icon" + ] + }, + "player_button_content/player_pic_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "player_pic_panel", + "namespace": "pause" + } + }, + "player_button_content/player_gamertag": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "gametag_wrapper", + "namespace": "pause" + } + }, + "player_button_content/platform_icon": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "platform_icon_panel", + "namespace": "pause" + } + }, + "player_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "player_banner": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "player_grid_banner", + "namespace": "pause" + } + }, + "player_pic_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "player_gamer_pic", + "player_local_icon" + ] + }, + "player_pic_panel/player_gamer_pic": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "player_gamer_pic", + "namespace": "pause" + } + }, + "player_pic_panel/player_local_icon": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "player_local_icon", + "namespace": "pause" + } + }, + "player_local_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "player_gamer_pic": { + "file": "ui/pause_screen.json", + "type": "image", + "children": [ + "player_panel_black_border" + ] + }, + "player_gamer_pic/player_panel_black_border": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "pause_screen_border", + "namespace": "pause" + } + }, + "gametag_wrapper": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "gamertag" + ] + }, + "gametag_wrapper/gamertag": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "player_gamertag", + "namespace": "pause" + } + }, + "platform_icon_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "platform_icon" + ] + }, + "platform_icon_panel/platform_icon": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "platform_icon", + "namespace": "pause" + } + }, + "player_gamertag": { + "file": "ui/pause_screen.json", + "type": "label" + }, + "platform_icon": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "player_grid_banner_no_focus": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "player_grid_banner": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "player_grid_banner_no_focus", + "focus_border_button" + ] + }, + "player_grid_banner/player_grid_banner_no_focus": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "player_grid_banner_no_focus", + "namespace": "pause" + }, + "children": [ + "player_button_content" + ] + }, + "player_grid_banner/player_grid_banner_no_focus/player_button_content": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "player_button_content", + "namespace": "pause" + } + }, + "player_grid_banner/focus_border_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "focus_border_button", + "namespace": "pause" + } + }, + "focus_border_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "focus_border_button/default": { + "file": "ui/pause_screen.json", + "type": "panel", + "extend": { + "name": "filler_panel", + "namespace": "pause" + } + }, + "focus_border_button/hover": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "pause" + } + }, + "focus_border_button/pressed": { + "file": "ui/pause_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "pause" + } + }, + "focus_border": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "pause_screen_border": { + "file": "ui/pause_screen.json", + "type": "image" + }, + "filler_panel": { + "file": "ui/pause_screen.json", + "type": "panel" + }, + "gamepad_helpers": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_y" + ] + }, + "gamepad_helpers/gamepad_helper_y": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y", + "namespace": "common" + } + }, + "keyboard_helpers": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "keyboard_helper_keys" + ] + }, + "keyboard_helpers/keyboard_helper_keys": { + "file": "ui/pause_screen.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper_keys", + "namespace": "common" + } + }, + "debug_drawer_button_content": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button_label_panel" + ] + }, + "debug_drawer_button_content/button_label_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "button_label_text_left" + ] + }, + "debug_drawer_button_content/button_label_panel/button_label_text_left": { + "file": "ui/pause_screen.json", + "type": "label", + "extend": { + "name": "controller_button_label", + "namespace": "pause" + } + }, + "debug_drawer_button_panel": { + "file": "ui/pause_screen.json", + "type": "panel", + "children": [ + "debug_drawer_button_input" + ] + }, + "debug_drawer_button_panel/debug_drawer_button_input": { + "file": "ui/pause_screen.json", + "type": "input_panel", + "children": [ + "debug_drawer_button" + ] + }, + "debug_drawer_button_panel/debug_drawer_button_input/debug_drawer_button": { + "file": "ui/pause_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + } + }, + "pdp": { + "download_progress": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "stacker" + ] + }, + "download_progress/stacker": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "sizer_text", + "sizer_bar" + ] + }, + "download_progress/stacker/sizer_text": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "download_progress_text" + ] + }, + "download_progress/stacker/sizer_text/download_progress_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "download_progress/stacker/sizer_bar": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "download_progress_bar" + ] + }, + "download_progress/stacker/sizer_bar/download_progress_bar": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "store_progress_bar_icon", + "namespace": "common_store" + } + }, + "summary_box_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "buttons_panel", + "download_buttons_panel", + "focus_border" + ] + }, + "summary_box_button_panel/buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "smooth_buttons_panel", + "namespace": "pdp" + } + }, + "summary_box_button_panel/download_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "download_buttons_panel", + "namespace": "pdp" + } + }, + "summary_box_button_panel/focus_border": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "focus_border", + "namespace": "pdp" + } + }, + "interaction_button_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "line1_panel" + ] + }, + "interaction_button_content/line1_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "upsell_text" + ] + }, + "interaction_button_content/line1_panel/upsell_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "interaction_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "content_action_button", + "progress_bar", + "focus_border" + ] + }, + "interaction_button_panel/content_action_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "interaction_button_panel/progress_bar": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "download_progress", + "namespace": "pdp" + } + }, + "interaction_button_panel/focus_border": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "focus_border", + "namespace": "pdp" + } + }, + "download_progress_small": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "purchase_common" + }, + "children": [ + "stacker" + ] + }, + "download_progress_small/stacker": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "sizer_text", + "sizer_bar" + ] + }, + "download_progress_small/stacker/sizer_text": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "download_progress_text" + ] + }, + "download_progress_small/stacker/sizer_text/download_progress_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "download_progress_small/stacker/sizer_bar": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "download_progress_bar" + ] + }, + "download_progress_small/stacker/sizer_bar/download_progress_bar": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "store_progress_bar_icon", + "namespace": "common_store" + } + }, + "progress_loading_anim": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "focus_border": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "focus_border/default": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "loading_anim" + ] + }, + "focus_border/default/loading_anim": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading_anim", + "namespace": "pdp" + } + }, + "focus_border/hover": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + }, + "children": [ + "loading_anim" + ] + }, + "focus_border/hover/loading_anim": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading_anim", + "namespace": "pdp" + } + }, + "focus_border/pressed": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + }, + "children": [ + "loading_anim" + ] + }, + "focus_border/pressed/loading_anim": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading_anim", + "namespace": "pdp" + } + }, + "purchase_button_base": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "deactivated_purchase_button_base": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "deactivated_light_content_button", + "namespace": "common_buttons" + } + }, + "download_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "progress_panel" + ] + }, + "download_buttons_panel/progress_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "progress_bar" + ] + }, + "download_buttons_panel/progress_panel/progress_bar": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "download_progress_small", + "namespace": "pdp" + } + }, + "smooth_purchase_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "activated_purchase_buttons_panel", + "deactivated_purchase_buttons_panel" + ] + }, + "smooth_purchase_buttons_panel/activated_purchase_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "activated_smooth_purchase_buttons_panel", + "namespace": "pdp" + } + }, + "smooth_purchase_buttons_panel/deactivated_purchase_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "deactivated_smooth_purchase_buttons_panel", + "namespace": "pdp" + } + }, + "smooth_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "purchase_buttons_panel", + "interact_filling_button", + "interact_exit_world_filling_button" + ] + }, + "smooth_buttons_panel/purchase_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "smooth_purchase_buttons_panel", + "namespace": "pdp" + } + }, + "smooth_buttons_panel/interact_filling_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "smooth_buttons_panel/interact_exit_world_filling_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "deactivated_light_content_button", + "namespace": "common_buttons" + } + }, + "disabled_interact_label_formfitting": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "info_icon", + "info_icon_pad", + "interact_label_panel", + "pad" + ] + }, + "disabled_interact_label_formfitting/info_icon": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "info_bulb_image_small_centered", + "namespace": "pdp" + } + }, + "disabled_interact_label_formfitting/info_icon_pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "disabled_interact_label_formfitting/interact_label_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "interact_label_text_left" + ] + }, + "disabled_interact_label_formfitting/interact_label_panel/interact_label_text_left": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "interact_label_text", + "namespace": "pdp" + } + }, + "disabled_interact_label_formfitting/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "interact_label_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "activated_smooth_purchase_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "purchase_coins_button_panel", + "pad_h1", + "purchase_currency_button_panel" + ] + }, + "activated_smooth_purchase_buttons_panel/purchase_coins_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "smooth_purchase_with_coins_button" + ] + }, + "activated_smooth_purchase_buttons_panel/purchase_coins_button_panel/smooth_purchase_with_coins_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "purchase_button_base", + "namespace": "pdp" + } + }, + "activated_smooth_purchase_buttons_panel/pad_h1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "activated_smooth_purchase_buttons_panel/purchase_currency_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "purchase_with_currency_button" + ] + }, + "activated_smooth_purchase_buttons_panel/purchase_currency_button_panel/purchase_with_currency_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "purchase_button_base", + "namespace": "pdp" + } + }, + "deactivated_purchase_hover_popup": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_left", + "namespace": "common" + } + }, + "deactivated_smooth_purchase_buttons_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "fake_deactivated_smooth_purchase_with_coins_button", + "pad_h1", + "purchase_currency_button_panel" + ] + }, + "deactivated_smooth_purchase_buttons_panel/fake_deactivated_smooth_purchase_with_coins_button": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "deactivated_purchase_hover_popup", + "content" + ] + }, + "deactivated_smooth_purchase_buttons_panel/fake_deactivated_smooth_purchase_with_coins_button/deactivated_purchase_hover_popup": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "deactivated_purchase_hover_popup", + "namespace": "pdp" + } + }, + "deactivated_smooth_purchase_buttons_panel/fake_deactivated_smooth_purchase_with_coins_button/content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "disabled_smooth_coin_purchase_label_formfitting", + "namespace": "pdp" + } + }, + "deactivated_smooth_purchase_buttons_panel/pad_h1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "deactivated_smooth_purchase_buttons_panel/purchase_currency_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "deactivated_purchase_with_currency_button" + ] + }, + "deactivated_smooth_purchase_buttons_panel/purchase_currency_button_panel/deactivated_purchase_with_currency_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "deactivated_purchase_button_base", + "namespace": "pdp" + } + }, + "smooth_save_share_button_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "share_button", + "pad_1", + "save_button" + ] + }, + "smooth_save_share_button_panel/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "smooth_save_share_button_panel/share_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "smooth_save_share_button_panel/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "smooth_save_share_button_panel/save_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "currency_purchase_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "currency_purchase_label_text" + ] + }, + "currency_purchase_label/currency_purchase_label_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "coin_image": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "smooth_currency_purchase_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "currency_purchase_label_text" + ] + }, + "smooth_currency_purchase_label/currency_purchase_label_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "discount_label": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "label_panel", + "icon_panel" + ] + }, + "discount_label/label_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "discount_label/label_panel/label": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "discount_label/icon_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "discount_label/icon_panel/icon": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "coin_purchase_label_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "smooth_coin_purchase_label_formfitting": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "sales_banner_offset_panel", + "markdown_panel", + "fill_pad_left", + "left_coin_image_offset_panel", + "coin_purchase_label_panel", + "pad", + "right_coin_image_offset_panel", + "fill_pad_right" + ] + }, + "smooth_coin_purchase_label_formfitting/sales_banner_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "sales_banner_panel" + ] + }, + "smooth_coin_purchase_label_formfitting/sales_banner_offset_panel/sales_banner_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "markdown_banner" + ] + }, + "smooth_coin_purchase_label_formfitting/sales_banner_offset_panel/sales_banner_panel/markdown_banner": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "smooth_coin_purchase_label_formfitting/markdown_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "markdown_label" + ] + }, + "smooth_coin_purchase_label_formfitting/markdown_panel/markdown_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "price_markdown_panel", + "namespace": "pdp" + } + }, + "smooth_coin_purchase_label_formfitting/fill_pad_left": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "smooth_coin_purchase_label_formfitting/left_coin_image_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin" + ] + }, + "smooth_coin_purchase_label_formfitting/left_coin_image_offset_panel/coin": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "coin_image", + "namespace": "pdp" + } + }, + "smooth_coin_purchase_label_formfitting/coin_purchase_label_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin_purchase_label_text_left" + ] + }, + "smooth_coin_purchase_label_formfitting/coin_purchase_label_panel/coin_purchase_label_text_left": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "coin_purchase_label_text", + "namespace": "pdp" + } + }, + "smooth_coin_purchase_label_formfitting/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "smooth_coin_purchase_label_formfitting/right_coin_image_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin" + ] + }, + "smooth_coin_purchase_label_formfitting/right_coin_image_offset_panel/coin": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "coin_image", + "namespace": "pdp" + } + }, + "smooth_coin_purchase_label_formfitting/fill_pad_right": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "disabled_smooth_coin_purchase_label_formfitting": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "sales_banner_offset_panel", + "markdown_panel", + "fill_pad_left", + "info_icon_input_panel", + "left_coin_image_offset_panel", + "info_icon_pad", + "coin_purchase_label_panel", + "pad", + "right_coin_image_offset_panel", + "fill_pad_right" + ] + }, + "disabled_smooth_coin_purchase_label_formfitting/sales_banner_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "sales_banner_panel" + ] + }, + "disabled_smooth_coin_purchase_label_formfitting/sales_banner_offset_panel/sales_banner_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "markdown_banner" + ] + }, + "disabled_smooth_coin_purchase_label_formfitting/sales_banner_offset_panel/sales_banner_panel/markdown_banner": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "disabled_smooth_coin_purchase_label_formfitting/markdown_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "markdown_label" + ] + }, + "disabled_smooth_coin_purchase_label_formfitting/markdown_panel/markdown_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "price_markdown_panel", + "namespace": "pdp" + } + }, + "disabled_smooth_coin_purchase_label_formfitting/fill_pad_left": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "disabled_smooth_coin_purchase_label_formfitting/info_icon_input_panel": { + "file": "ui/pdp_screen.json", + "type": "input_panel", + "children": [ + "info_bulb" + ] + }, + "disabled_smooth_coin_purchase_label_formfitting/info_icon_input_panel/info_bulb": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "info_bulb_image_small_centered", + "namespace": "pdp" + } + }, + "disabled_smooth_coin_purchase_label_formfitting/left_coin_image_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin" + ] + }, + "disabled_smooth_coin_purchase_label_formfitting/left_coin_image_offset_panel/coin": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "coin_image", + "namespace": "pdp" + } + }, + "disabled_smooth_coin_purchase_label_formfitting/info_icon_pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "disabled_smooth_coin_purchase_label_formfitting/coin_purchase_label_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin_purchase_label_text_left" + ] + }, + "disabled_smooth_coin_purchase_label_formfitting/coin_purchase_label_panel/coin_purchase_label_text_left": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "coin_purchase_label_text", + "namespace": "pdp" + } + }, + "disabled_smooth_coin_purchase_label_formfitting/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "disabled_smooth_coin_purchase_label_formfitting/right_coin_image_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin" + ] + }, + "disabled_smooth_coin_purchase_label_formfitting/right_coin_image_offset_panel/coin": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "coin_image", + "namespace": "pdp" + } + }, + "disabled_smooth_coin_purchase_label_formfitting/fill_pad_right": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "share_icon": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "share_label": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "share_image_offset_panel" + ] + }, + "share_label/share_image_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "link_share" + ] + }, + "share_label/share_image_offset_panel/link_share": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "share_icon", + "namespace": "pdp" + } + }, + "save_label_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "heart_image", + "progress_loading" + ] + }, + "save_label_panel/heart_image": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "save_label", + "namespace": "pdp" + } + }, + "save_label_panel/progress_loading": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "save_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "save_image_offset_panel" + ] + }, + "save_label/save_image_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "full_heart", + "empty_heart" + ] + }, + "save_label/save_image_offset_panel/full_heart": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "save_label/save_image_offset_panel/empty_heart": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "large_button_coin_purchase_label": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "markdown_banner_filler_panel", + "center_markdown_panel", + "sales_padding_0", + "price_markdown_panel", + "sales_padding_1", + "left_coin_image_offset_panel", + "coin_purchase_label_panel", + "right_coin_image_offset_panel", + "fill_padding_1" + ] + }, + "large_button_coin_purchase_label/markdown_banner_filler_panel": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "large_button_coin_purchase_label/center_markdown_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "markdown_banner" + ] + }, + "large_button_coin_purchase_label/center_markdown_panel/markdown_banner": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "large_button_coin_purchase_label/sales_padding_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "large_button_coin_purchase_label/price_markdown_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "price_markdown_label" + ] + }, + "large_button_coin_purchase_label/price_markdown_panel/price_markdown_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "price_markdown_panel", + "namespace": "pdp" + } + }, + "large_button_coin_purchase_label/sales_padding_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "large_button_coin_purchase_label/left_coin_image_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin" + ] + }, + "large_button_coin_purchase_label/left_coin_image_offset_panel/coin": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "coin_image", + "namespace": "pdp" + } + }, + "large_button_coin_purchase_label/coin_purchase_label_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin_purchase_label_text" + ] + }, + "large_button_coin_purchase_label/coin_purchase_label_panel/coin_purchase_label_text": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "coin_purchase_label_text", + "namespace": "pdp" + } + }, + "large_button_coin_purchase_label/right_coin_image_offset_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "coin" + ] + }, + "large_button_coin_purchase_label/right_coin_image_offset_panel/coin": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "coin_image", + "namespace": "pdp" + } + }, + "large_button_coin_purchase_label/fill_padding_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "price_markdown_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "offer_price" + ] + }, + "price_markdown_panel/offer_price": { + "file": "ui/pdp_screen.json", + "type": "label", + "children": [ + "text_strike_through" + ] + }, + "price_markdown_panel/offer_price/text_strike_through": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "text_strike_through", + "namespace": "common_store" + } + }, + "vertical_padding_2px": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "vertical_padding_4px": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "vertical_padding_fill": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "horizontal_padding_2px": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "horizontal_padding_4px": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "horizontal_padding_8px": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "horizontal_padding_fill": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "empty_content_panel": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "section_header": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "header_label" + ] + }, + "section_header/header_label": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "content_section_bg": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad", + "section_header", + "bg_and_content" + ] + }, + "content_section_bg/pad": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "content_section_bg/section_header": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "section_header", + "namespace": "pdp" + } + }, + "content_section_bg/bg_and_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bg" + ] + }, + "content_section_bg/bg_and_content/bg": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "content_section_boarder_bg": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad", + "bg_and_content", + "pad_3", + "divider_3" + ] + }, + "content_section_boarder_bg/pad": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "content_section_boarder_bg/bg_and_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bg" + ] + }, + "content_section_boarder_bg/bg_and_content/bg": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "inner" + ] + }, + "content_section_boarder_bg/bg_and_content/bg/inner": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "content_section_boarder_bg/pad_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "content_section_boarder_bg/divider_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "summary_factory_object": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "summary", + "navigation_tab_section", + "update_notification_section" + ] + }, + "summary_factory_object/summary": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "summary_content_panel", + "namespace": "pdp" + } + }, + "summary_factory_object/navigation_tab_section": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "nav_button_grid_panel", + "namespace": "store_layout" + } + }, + "summary_factory_object/update_notification_section": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_section_boarder_bg", + "namespace": "pdp" + } + }, + "screenshot_carousel_factory_object": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "resource_pack_content_panel", + "pad_3", + "divider_3" + ] + }, + "screenshot_carousel_factory_object/resource_pack_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_section_bg", + "namespace": "pdp" + } + }, + "screenshot_carousel_factory_object/pad_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "screenshot_carousel_factory_object/divider_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "image_gallery_factory_object": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "resource_pack_content_panel" + ] + }, + "image_gallery_factory_object/resource_pack_content_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "image_row_content", + "namespace": "pdp" + } + }, + "left_text_right_image_factory_object": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "resource_pack_content_panel" + ] + }, + "left_text_right_image_factory_object/resource_pack_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "image_row_left_text_content", + "namespace": "pdp" + } + }, + "right_text_left_image_factory_object": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "resource_pack_content_panel" + ] + }, + "right_text_left_image_factory_object/resource_pack_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "image_row_right_text_content", + "namespace": "pdp" + } + }, + "skin_pack_section_factory_object": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "skin_pack_section_factory_content" + ] + }, + "skin_pack_section_factory_object/skin_pack_section_factory_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "skin_pack_content_panel", + "pad_3", + "divider_3" + ] + }, + "skin_pack_section_factory_object/skin_pack_section_factory_content/skin_pack_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "skin_pack_content_panel", + "namespace": "pdp" + } + }, + "skin_pack_section_factory_object/skin_pack_section_factory_content/pad_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "skin_pack_section_factory_object/skin_pack_section_factory_content/divider_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "panorama_view_factory_object": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "panorama_view_content_panel", + "pad_3", + "divider_3" + ] + }, + "panorama_view_factory_object/panorama_view_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_section_bg", + "namespace": "pdp" + } + }, + "panorama_view_factory_object/pad_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "panorama_view_factory_object/divider_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "ratings_factory_object": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "rating_factory_object_content" + ] + }, + "ratings_factory_object/rating_factory_object_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "ratings_content_panel", + "namespace": "pdp" + } + }, + "focus_container_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default" + ] + }, + "focus_container_button/default": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "bundle_summary_factory_object": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bundle_summary_factory_object_content" + ] + }, + "bundle_summary_factory_object/bundle_summary_factory_object_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "bundle_summary_section_panel", + "namespace": "pdp" + } + }, + "pdp_cycle_offer_row_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "store_row_panel", + "pad_3", + "divider_3" + ] + }, + "pdp_cycle_offer_row_content/store_row_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_row", + "namespace": "common_store" + } + }, + "pdp_cycle_offer_row_content/pad_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "pdp_cycle_offer_row_content/divider_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "pdp_cycle_offer_row_section": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "store_section_panel", + "namespace": "common_store" + } + }, + "scrolling_content_stack": { + "file": "ui/pdp_screen.json", + "type": "stack_panel" + }, + "warning_image": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "scaling_rating": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "empty_rating" + ] + }, + "scaling_rating/empty_rating": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "full_rating" + ] + }, + "scaling_rating/empty_rating/full_rating": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "scaling_rating_new": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "empty_rating" + ] + }, + "scaling_rating_new/empty_rating": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "full_rating" + ] + }, + "scaling_rating_new/empty_rating/full_rating": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "chart_section": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "stack" + ] + }, + "chart_section/stack": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "star_number_panel", + "star_panel", + "pad_0", + "bar_panel", + "pad_1", + "percent" + ] + }, + "chart_section/stack/star_number_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "star_number" + ] + }, + "chart_section/stack/star_number_panel/star_number": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "chart_section/stack/star_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "star_img" + ] + }, + "chart_section/stack/star_panel/star_img": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "chart_section/stack/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "chart_section/stack/bar_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bar" + ] + }, + "chart_section/stack/bar_panel/bar": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "full_bar" + ] + }, + "chart_section/stack/bar_panel/bar/full_bar": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "chart_section/stack/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "chart_section/stack/percent": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "ratings_chart": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "5_star", + "4_star", + "3_star", + "2_star", + "1_star" + ] + }, + "ratings_chart/5_star": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "chart_section", + "namespace": "pdp" + } + }, + "ratings_chart/4_star": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "chart_section", + "namespace": "pdp" + } + }, + "ratings_chart/3_star": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "chart_section", + "namespace": "pdp" + } + }, + "ratings_chart/2_star": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "chart_section", + "namespace": "pdp" + } + }, + "ratings_chart/1_star": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "chart_section", + "namespace": "pdp" + } + }, + "ratings_chart_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "ratings_chart_content" + ] + }, + "ratings_chart_panel/ratings_chart_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "title", + "pad_1", + "rating_panel", + "rating_text_panel", + "count_panel", + "pad_2", + "chart", + "pad_3" + ] + }, + "ratings_chart_panel/ratings_chart_content/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "ratings_chart_panel/ratings_chart_content/title": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "title_text" + ] + }, + "ratings_chart_panel/ratings_chart_content/title/title_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "ratings_chart_panel/ratings_chart_content/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "ratings_chart_panel/ratings_chart_content/rating_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "rating" + ] + }, + "ratings_chart_panel/ratings_chart_content/rating_panel/rating": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "rating_bar", + "pad" + ] + }, + "ratings_chart_panel/ratings_chart_content/rating_panel/rating/rating_bar": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "scaling_rating_new", + "namespace": "pdp" + } + }, + "ratings_chart_panel/ratings_chart_content/rating_panel/rating/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "ratings_chart_panel/ratings_chart_content/rating_text_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "rating_text" + ] + }, + "ratings_chart_panel/ratings_chart_content/rating_text_panel/rating_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "ratings_chart_panel/ratings_chart_content/count_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "count" + ] + }, + "ratings_chart_panel/ratings_chart_content/count_panel/count": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "ratings_chart_panel/ratings_chart_content/pad_2": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "ratings_chart_panel/ratings_chart_content/chart": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "ratings_chart", + "namespace": "pdp" + } + }, + "ratings_chart_panel/ratings_chart_content/pad_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "ratings_box": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "ratings_panel_focus_point", + "ratings_full_panel", + "divider" + ] + }, + "ratings_box/ratings_panel_focus_point": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "focus_container_button", + "namespace": "pdp" + } + }, + "ratings_box/ratings_full_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "ratings_chart_and_button" + ] + }, + "ratings_box/ratings_full_panel/ratings_chart_and_button": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "chart", + "pad_1" + ] + }, + "ratings_box/ratings_full_panel/ratings_chart_and_button/chart": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "ratings_chart_panel", + "namespace": "pdp" + } + }, + "ratings_box/ratings_full_panel/ratings_chart_and_button/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "ratings_box/divider": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "user_rating_star_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover" + ] + }, + "user_rating_star_button/default": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "default_user_rating_star" + ] + }, + "user_rating_star_button/default/default_user_rating_star": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "user_rating_star_button/hover": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "hover_user_rating_star" + ] + }, + "user_rating_star_button/hover/hover_user_rating_star": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "user_rating_star_list_grid": { + "file": "ui/pdp_screen.json", + "type": "grid" + }, + "ratings_interact_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "title_text", + "pad_vertical_4px", + "rating_stars_and_button_panel", + "pad_vertical_8px", + "fill_pad", + "send_feedback_button", + "pad_1" + ] + }, + "ratings_interact_panel/title_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "ratings_interact_panel/pad_vertical_4px": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "ratings_interact_panel/rating_stars_and_button_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "fill_stars", + "pad_3_percent", + "submit_button_panel" + ] + }, + "ratings_interact_panel/rating_stars_and_button_panel/fill_stars": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "rating_buttons" + ] + }, + "ratings_interact_panel/rating_stars_and_button_panel/fill_stars/rating_buttons": { + "file": "ui/pdp_screen.json", + "type": "grid", + "extend": { + "name": "user_rating_star_list_grid", + "namespace": "pdp" + } + }, + "ratings_interact_panel/rating_stars_and_button_panel/pad_3_percent": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "ratings_interact_panel/rating_stars_and_button_panel/submit_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "submit" + ] + }, + "ratings_interact_panel/rating_stars_and_button_panel/submit_button_panel/submit": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "ratings_interact_panel/pad_vertical_8px": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "ratings_interact_panel/fill_pad": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "ratings_interact_panel/fill_pad/text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "ratings_interact_panel/send_feedback_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "ratings_interact_panel/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "ratings_info_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "ratings", + "ratings_right" + ] + }, + "ratings_info_panel/ratings": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "ratings_box", + "namespace": "pdp" + } + }, + "ratings_info_panel/ratings_right": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "ratings_interact_panel" + ] + }, + "ratings_info_panel/ratings_right/ratings_interact_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "ratings_interact_panel", + "namespace": "pdp" + } + }, + "ratings_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_section_boarder_bg", + "namespace": "pdp" + } + }, + "panorama_view_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "panorama_panel" + ] + }, + "panorama_view_content/panorama_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "panorama_content" + ] + }, + "panorama_view_content/panorama_panel/panorama_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "panorama_view", + "namespace": "panorama" + } + }, + "skins": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "skins_panel", + "namespace": "skin_pack_purchase" + } + }, + "skin_pack_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_section_bg", + "namespace": "pdp" + } + }, + "resource_pack_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "screenshots" + ] + }, + "resource_pack_content/screenshots": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "screenshot_carousel", + "namespace": "pdp_screenshots" + } + }, + "image_row_left_text_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "buffer_panel_front", + "text_section", + "buffer_panel_mid", + "screenshots_single", + "buffer_panel_back" + ] + }, + "image_row_left_text_content/buffer_panel_front": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "image_row_left_text_content/text_section": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "left_header", + "left_text", + "buffer_panel_bottom" + ] + }, + "image_row_left_text_content/text_section/left_header": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "section_header", + "namespace": "pdp" + } + }, + "image_row_left_text_content/text_section/left_text": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "sdl_text_row_component_panel", + "namespace": "sdl_text_row" + } + }, + "image_row_left_text_content/text_section/buffer_panel_bottom": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "image_row_left_text_content/buffer_panel_mid": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "image_row_left_text_content/screenshots_single": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "double_image", + "namespace": "sdl_image_row" + } + }, + "image_row_left_text_content/buffer_panel_back": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "image_row_right_text_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "buffer_panel_front", + "screenshots_single", + "buffer_panel_mid", + "text_section", + "buffer_panel_back" + ] + }, + "image_row_right_text_content/buffer_panel_front": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "image_row_right_text_content/screenshots_single": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "double_image", + "namespace": "sdl_image_row" + } + }, + "image_row_right_text_content/buffer_panel_mid": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "image_row_right_text_content/text_section": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "right_header", + "right_text", + "buffer_panel_bottom" + ] + }, + "image_row_right_text_content/text_section/right_header": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "section_header", + "namespace": "pdp" + } + }, + "image_row_right_text_content/text_section/right_text": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "sdl_text_row_component_panel", + "namespace": "sdl_text_row" + } + }, + "image_row_right_text_content/text_section/buffer_panel_bottom": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "image_row_right_text_content/buffer_panel_back": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "image_row_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "screenshots_triple" + ] + }, + "image_row_content/screenshots_triple": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "image_row_factory", + "namespace": "sdl_image_row" + } + }, + "play_button": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "csb_expiration": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "background" + ] + }, + "csb_expiration/background": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "content_stack_panel" + ] + }, + "csb_expiration/background/content_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "icon_wrapper", + "text_wrapper" + ] + }, + "csb_expiration/background/content_stack_panel/icon_wrapper": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "csb_expiration/background/content_stack_panel/icon_wrapper/icon": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "csb_expiration/background/content_stack_panel/text_wrapper": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "csb_expiration/background/content_stack_panel/text_wrapper/text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "summary_content_left_side": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad_left", + "full_content" + ] + }, + "summary_content_left_side/pad_left": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_4px", + "namespace": "pdp" + } + }, + "summary_content_left_side/full_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "top", + "bottom" + ] + }, + "summary_content_left_side/full_content/top": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "image", + "divider", + "info" + ] + }, + "summary_content_left_side/full_content/top/image": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "key_image" + ] + }, + "summary_content_left_side/full_content/top/image/key_image": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "border", + "csb_expiration_banner", + "video_overlay_button", + "rtx_label" + ] + }, + "summary_content_left_side/full_content/top/image/key_image/border": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "summary_content_left_side/full_content/top/image/key_image/csb_expiration_banner": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "csb_expiration", + "namespace": "pdp" + } + }, + "summary_content_left_side/full_content/top/image/key_image/video_overlay_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "mask", + "default", + "hover" + ] + }, + "summary_content_left_side/full_content/top/image/key_image/video_overlay_button/mask": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "summary_content_left_side/full_content/top/image/key_image/video_overlay_button/default": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "play_button", + "namespace": "pdp" + } + }, + "summary_content_left_side/full_content/top/image/key_image/video_overlay_button/hover": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "play_button", + "namespace": "pdp" + } + }, + "summary_content_left_side/full_content/top/image/key_image/rtx_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "rtx_label", + "namespace": "common_store" + } + }, + "summary_content_left_side/full_content/top/divider": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "summary_content_left_side/full_content/top/info": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "summary_title_and_author_panel", + "pad_fill", + "info_buttons_factory" + ] + }, + "summary_content_left_side/full_content/top/info/summary_title_and_author_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "title_and_author_panel", + "namespace": "pdp" + } + }, + "summary_content_left_side/full_content/top/info/pad_fill": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "summary_content_left_side/full_content/top/info/info_buttons_factory": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "info_buttons_factory", + "namespace": "pdp" + } + }, + "summary_content_left_side/full_content/bottom": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "info_buttons_factory": { + "file": "ui/pdp_screen.json", + "type": "stack_panel" + }, + "ratings_summary": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "ratings_display" + ] + }, + "ratings_summary/ratings_display": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "rating", + "summary_rating_button" + ] + }, + "ratings_summary/ratings_display/rating": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "scaling_rating", + "namespace": "pdp" + } + }, + "ratings_summary/ratings_display/summary_rating_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "offer_title_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "single_line_label", + "namespace": "common" + } + }, + "title_and_author_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "title_panel", + "author_button_panel" + ] + }, + "title_and_author_panel/title_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "offer_title_label", + "namespace": "pdp" + } + }, + "title_and_author_panel/author_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "summary_author_button" + ] + }, + "title_and_author_panel/author_button_panel/summary_author_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "description_label": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "warning_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "warning_icon", + "pad_0", + "warning_text_panel" + ] + }, + "warning_stack_panel/warning_icon": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "warning_image", + "namespace": "pdp" + } + }, + "warning_stack_panel/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "warning_stack_panel/warning_text_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "warning_text" + ] + }, + "warning_stack_panel/warning_text_panel/warning_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "warning_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "background", + "content_stack_panel" + ] + }, + "warning_panel/background": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "warning_panel/content_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "warning_stack_panel", + "namespace": "pdp" + } + }, + "description_toggle_show_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "description_bottom_right_button_border", + "description_toggle_show_button", + "warning_icon" + ] + }, + "description_toggle_show_button_panel/description_bottom_right_button_border": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "description_toggle_show_button_panel/description_toggle_show_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "description_toggle_show_button_panel/warning_icon": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "vibrant_visuals_underline_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "vibrant_visuals_hover_popup": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_below", + "namespace": "common" + } + }, + "vibrant_visuals_badge_display": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "vibrant_visuals_underline_button" + ] + }, + "vibrant_visuals_badge_display/vibrant_visuals_underline_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "vibrant_visuals_underline_button", + "namespace": "pdp" + } + }, + "vibrant_visuals_badge_and_hover": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "vibrant_visuals_hover_popup", + "vibrant_visuals_badge_display" + ] + }, + "vibrant_visuals_badge_and_hover/vibrant_visuals_hover_popup": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "vibrant_visuals_hover_popup", + "namespace": "pdp" + } + }, + "vibrant_visuals_badge_and_hover/vibrant_visuals_badge_display": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "vibrant_visuals_badge_display", + "namespace": "pdp" + } + }, + "glyph_icon": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "glyph_count_label": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "glyph_count_underline_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "glyph_count_hover_underline_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "glyph_hover_popup", + "glyph_count_underline_button" + ] + }, + "glyph_count_hover_underline_button_panel/glyph_hover_popup": { + "file": "ui/pdp_screen.json", + "type": "unknown" + }, + "glyph_count_hover_underline_button_panel/glyph_count_underline_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "glyph_count_underline_button", + "namespace": "pdp" + } + }, + "glyph_icon_with_count": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "glyph_icon", + "horizontal_padding", + "item_glyph_count_panel_label" + ] + }, + "glyph_icon_with_count/glyph_icon": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "glyph_icon", + "namespace": "pdp" + } + }, + "glyph_icon_with_count/horizontal_padding": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "glyph_icon_with_count/item_glyph_count_panel_label": { + "file": "ui/pdp_screen.json", + "type": "unknown" + }, + "glyph_panel_hover_popup": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "glyph_panel_mashup_hover_popup": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "dynamic_custom_tooltip_below", + "namespace": "common" + } + }, + "mashup_glyph_tooltip_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "mashup_text_row", + "mashup_line_two", + "basic_vertical_glyphs" + ] + }, + "mashup_glyph_tooltip_content/mashup_text_row": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "info_icon", + "mashup_line_one" + ] + }, + "mashup_glyph_tooltip_content/mashup_text_row/info_icon": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "info_bulb_image_small_centered", + "namespace": "pdp" + } + }, + "mashup_glyph_tooltip_content/mashup_text_row/mashup_line_one": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "single_line_label", + "namespace": "common" + } + }, + "mashup_glyph_tooltip_content/mashup_line_two": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "single_line_label", + "namespace": "common" + } + }, + "mashup_glyph_tooltip_content/basic_vertical_glyphs": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "info_buttons_factory", + "namespace": "pdp" + } + }, + "glyph_section_mashup": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "glyph_icon_with_count", + "namespace": "pdp" + } + }, + "glyph_section_skin": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "glyph_icon_with_count", + "namespace": "pdp" + } + }, + "glyph_section_resource_pack": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "glyph_icon_with_count", + "namespace": "pdp" + } + }, + "glyph_section_world": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "glyph_icon_with_count", + "namespace": "pdp" + } + }, + "glyph_section_addon": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "glyph_icon_with_count", + "namespace": "pdp" + } + }, + "summary_text_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "top_interact_button_stack", + "apply_to_realm_panel", + "in_csb_panel", + "progress_loading_anim_panel", + "pad_0", + "disclaimer_panel", + "pad_1", + "save_share_button_panel", + "pad_2" + ] + }, + "summary_text_panel/top_interact_button_stack": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "top_interact" + ] + }, + "summary_text_panel/top_interact_button_stack/top_interact": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "summary_box_button_panel", + "namespace": "pdp" + } + }, + "summary_text_panel/apply_to_realm_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "apply_to_realm_button" + ] + }, + "summary_text_panel/apply_to_realm_panel/apply_to_realm_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "apply_to_realm_button", + "namespace": "pdp" + } + }, + "summary_text_panel/in_csb_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "in_csb_button" + ] + }, + "summary_text_panel/in_csb_panel/in_csb_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "in_csb_button", + "namespace": "pdp" + } + }, + "summary_text_panel/progress_loading_anim_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "progress_loading_anim" + ] + }, + "summary_text_panel/progress_loading_anim_panel/progress_loading_anim": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "summary_text_panel/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "summary_text_panel/disclaimer_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "disclaimer_panel", + "namespace": "common_store" + } + }, + "summary_text_panel/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "summary_text_panel/save_share_button_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "smooth_save_share_button_panel", + "namespace": "pdp" + } + }, + "summary_text_panel/pad_2": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "info_bulb_image": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "info_bulb_image_small": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "info_bulb_image_small_centered": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "top_filler", + "middle_panel", + "bottom_filler" + ] + }, + "info_bulb_image_small_centered/top_filler": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "info_bulb_image_small_centered/middle_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "front_filler", + "info_bulb", + "bottom_filler" + ] + }, + "info_bulb_image_small_centered/middle_panel/front_filler": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "info_bulb_image_small_centered/middle_panel/info_bulb": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "info_bulb_image_small", + "namespace": "pdp" + } + }, + "info_bulb_image_small_centered/middle_panel/bottom_filler": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "info_bulb_image_small_centered/bottom_filler": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "realms_incompatable_content": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "realms_content_stack_panel" + ] + }, + "realms_incompatable_content/realms_content_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "info_bulb_image", + "padding", + "realms_incompatable_button_label" + ] + }, + "realms_incompatable_content/realms_content_stack_panel/info_bulb_image": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "info_bulb_image_small", + "namespace": "pdp" + } + }, + "realms_incompatable_content/realms_content_stack_panel/padding": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "realms_incompatable_content/realms_content_stack_panel/realms_incompatable_button_label": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "apply_to_realm_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "in_csb_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "csb_gold_text_button", + "namespace": "common_csb" + } + }, + "read_more_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "read_more_button/default": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "read_more_button/hover": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "read_more_button/pressed": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "summary_content_right_side": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad_middle", + "text", + "entitlements_progress_panel", + "pad_right" + ] + }, + "summary_content_right_side/pad_middle": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_2px", + "namespace": "pdp" + } + }, + "summary_content_right_side/text": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "summary_text_panel", + "namespace": "pdp" + } + }, + "summary_content_right_side/entitlements_progress_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "progress_loading" + ] + }, + "summary_content_right_side/entitlements_progress_panel/progress_loading": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "summary_content_right_side/pad_right": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_4px", + "namespace": "pdp" + } + }, + "summary_content_whole_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "left_side", + "divider_panel", + "right_side" + ] + }, + "summary_content_whole_stack_panel/left_side": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "summary_content_left_side", + "namespace": "pdp" + } + }, + "summary_content_whole_stack_panel/divider_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_divider", + "namespace": "common" + } + }, + "summary_content_whole_stack_panel/right_side": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "summary_content_right_side", + "namespace": "pdp" + } + }, + "summary_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad_top", + "summary_content_whole_stack", + "pad_3", + "divider_3" + ] + }, + "summary_content_panel/pad_top": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "pdp" + } + }, + "summary_content_panel/summary_content_whole_stack": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "summary_content_whole_stack_panel", + "namespace": "pdp" + } + }, + "summary_content_panel/pad_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "summary_content_panel/divider_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "appearance_status_image_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "limited_status_image", + "no_restrictions_status_image" + ] + }, + "appearance_status_image_panel/limited_status_image": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "info_bulb_image_small", + "namespace": "pdp" + } + }, + "appearance_status_image_panel/no_restrictions_status_image": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "appearance_status_content": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "appearance_status_image_panel", + "last_update_panel" + ] + }, + "appearance_status_content/appearance_status_image_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "appearance_status_image_panel", + "namespace": "pdp" + } + }, + "appearance_status_content/last_update_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "last_update_label" + ] + }, + "appearance_status_content/last_update_panel/last_update_label": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "dynamic_tooltip_notification_panel": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "dynamic_tooltip_notification_panel/default": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "dynamic_tooltip_notification_panel/hover": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "dynamic_tooltip_notification_panel/pressed": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "update_notification_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "dynamic_tooltip_notification_panel", + "status" + ] + }, + "update_notification_content/dynamic_tooltip_notification_panel": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "dynamic_tooltip_notification_panel", + "namespace": "pdp" + } + }, + "update_notification_content/status": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "appearance_status_content", + "namespace": "pdp" + } + }, + "update_notification_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "content", + "pad_1" + ] + }, + "update_notification_stack_panel/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "update_notification_stack_panel/content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "update_notification_content", + "namespace": "pdp" + } + }, + "update_notification_stack_panel/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "tag_base": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "tag_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "tag", + "namespace": "pdp" + }, + "children": [ + "button" + ] + }, + "tag_button_panel/button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed", + "label" + ] + }, + "tag_button_panel/button/default": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "tag_base", + "namespace": "pdp" + } + }, + "tag_button_panel/button/hover": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "tag_base", + "namespace": "pdp" + } + }, + "tag_button_panel/button/pressed": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "tag_base", + "namespace": "pdp" + } + }, + "tag_button_panel/button/label": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "tag_row_factory": { + "file": "ui/pdp_screen.json", + "type": "stack_panel" + }, + "player_count_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "player_count_button", + "comma" + ] + }, + "player_count_button_panel/player_count_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "player_count_button_panel/comma": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "player_count_factory": { + "file": "ui/pdp_screen.json", + "type": "stack_panel" + }, + "language_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "language_button", + "comma" + ] + }, + "language_button_panel/language_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "language_button_panel/comma": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "language_row_factory": { + "file": "ui/pdp_screen.json", + "type": "stack_panel" + }, + "description_inner_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "description_stack_panel" + ] + }, + "description_inner_panel/description_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "title_stack_panel", + "description_text_panel_full", + "description_text_panel_collapsed", + "pad_1", + "divider_panel", + "pad_2", + "tags_panel", + "genre_panel", + "players_panel", + "languages_panel", + "pad_3", + "show_less_button_panel" + ] + }, + "description_inner_panel/description_stack_panel/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/title_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "title_text_panel", + "pad_0", + "divider_panel", + "pad_1" + ] + }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "title_label_icon", + "pad_0", + "title_panel" + ] + }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel/title_label_icon": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel/title_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel/title_panel/title_label": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "description_inner_panel/description_stack_panel/title_stack_panel/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/title_stack_panel/divider_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "description_inner_panel/description_stack_panel/title_stack_panel/divider_panel/divider": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "description_inner_panel/description_stack_panel/title_stack_panel/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/description_text_panel_full": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "description_text_expanded", + "button_panel" + ] + }, + "description_inner_panel/description_stack_panel/description_text_panel_full/description_text_expanded": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "description_label", + "pad_0", + "warning_panel" + ] + }, + "description_inner_panel/description_stack_panel/description_text_panel_full/description_text_expanded/description_label": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "description_label", + "namespace": "pdp" + } + }, + "description_inner_panel/description_stack_panel/description_text_panel_full/description_text_expanded/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/description_text_panel_full/description_text_expanded/warning_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "warning_panel", + "namespace": "pdp" + } + }, + "description_inner_panel/description_stack_panel/description_text_panel_full/button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "description_toggle_show_button_panel", + "namespace": "pdp" + } + }, + "description_inner_panel/description_stack_panel/description_text_panel_collapsed": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "description_text_collapsed", + "collapsed_show_more_panel" + ] + }, + "description_inner_panel/description_stack_panel/description_text_panel_collapsed/description_text_collapsed": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "description_label", + "namespace": "pdp" + } + }, + "description_inner_panel/description_stack_panel/description_text_panel_collapsed/collapsed_show_more_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "description_toggle_show_button_panel", + "namespace": "pdp" + } + }, + "description_inner_panel/description_stack_panel/pad_1": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/divider_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "description_inner_panel/description_stack_panel/divider_panel/divider": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "description_inner_panel/description_stack_panel/pad_2": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/tags_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "label_text_panel", + "pad", + "tag_factory_panel" + ] + }, + "description_inner_panel/description_stack_panel/tags_panel/label_text_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "label_text" + ] + }, + "description_inner_panel/description_stack_panel/tags_panel/label_text_panel/label_text": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "description_inner_panel/description_stack_panel/tags_panel/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/tags_panel/tag_factory_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "tags_factory_with_rows", + "tags_factory" + ] + }, + "description_inner_panel/description_stack_panel/tags_panel/tag_factory_panel/tags_factory_with_rows": { + "file": "ui/pdp_screen.json", + "type": "stack_panel" + }, + "description_inner_panel/description_stack_panel/tags_panel/tag_factory_panel/tags_factory": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "tag_row_factory", + "namespace": "pdp" + } + }, + "description_inner_panel/description_stack_panel/genre_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "label_text", + "pad", + "text_panel" + ] + }, + "description_inner_panel/description_stack_panel/genre_panel/label_text": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "description_inner_panel/description_stack_panel/genre_panel/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "text_stack_panel" + ] + }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "genre_button", + "pad_0", + "slash_divider", + "subgenre_button" + ] + }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel/genre_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel/pad_0": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel/slash_divider": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel/subgenre_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "description_inner_panel/description_stack_panel/players_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "label_text", + "pad", + "text_panel" + ] + }, + "description_inner_panel/description_stack_panel/players_panel/label_text": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "description_inner_panel/description_stack_panel/players_panel/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/players_panel/text_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "text_stack_panel" + ] + }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "player_count_button_panel", + "note_text" + ] + }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "player_count_button_factory", + "pad", + "player_count_range_panel" + ] + }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel/player_count_button_factory": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "player_count_factory", + "namespace": "pdp" + } + }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel/player_count_range_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "player_count_range_text" + ] + }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel/player_count_range_panel/player_count_range_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/note_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "description_inner_panel/description_stack_panel/languages_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "label_text_panel", + "pad", + "languages_factory" + ] + }, + "description_inner_panel/description_stack_panel/languages_panel/label_text_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "label_text" + ] + }, + "description_inner_panel/description_stack_panel/languages_panel/label_text_panel/label_text": { + "file": "ui/pdp_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "description_inner_panel/description_stack_panel/languages_panel/pad": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/languages_panel/languages_factory": { + "file": "ui/pdp_screen.json", + "type": "stack_panel" + }, + "description_inner_panel/description_stack_panel/pad_3": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "description_inner_panel/description_stack_panel/show_less_button_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "description_toggle_show_button_panel", + "namespace": "pdp" + } + }, + "description_section": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_section_boarder_bg", + "namespace": "pdp" + } + }, + "changelog_section": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "description_section", + "namespace": "pdp" + } + }, + "bundle_thumbnail": { + "file": "ui/pdp_screen.json", + "type": "image" + }, + "bundle_thumbnail_section_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bundle_thumbnail_grid" + ] + }, + "bundle_thumbnail_section_content/bundle_thumbnail_grid": { + "file": "ui/pdp_screen.json", + "type": "grid" + }, + "bundle_thumbnail_section": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_section_bg", + "namespace": "pdp" + } + }, + "price_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "coin_non_sale_price_label", + "price_padding", + "offer_prompt_panel", + "padding_3", + "coin_panel" + ] + }, + "price_panel/coin_non_sale_price_label": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "offer_price_markdown_panel", + "namespace": "common_store" + } + }, + "price_panel/price_padding": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "price_panel/offer_prompt_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "offer_status_text" + ] + }, + "price_panel/offer_prompt_panel/offer_status_text": { + "file": "ui/pdp_screen.json", + "type": "label" + }, + "price_panel/padding_3": { + "file": "ui/pdp_screen.json", + "type": "panel" + }, + "price_panel/coin_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "offer_coin_icon" + ] + }, + "price_panel/coin_panel/offer_coin_icon": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "rating_and_coins_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "rating_panel", + "rating_padding_coin", + "price_panel" + ] + }, + "rating_and_coins_panel/rating_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "rating_text_panel", + "namespace": "common_store" + } + }, + "rating_and_coins_panel/rating_padding_coin": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_fill", + "namespace": "pdp" + } + }, + "rating_and_coins_panel/price_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "price_panel", + "namespace": "pdp" + } + }, + "bundle_offer_texture": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "texture" + ] + }, + "bundle_offer_texture/texture": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "border" + ] + }, + "bundle_offer_texture/texture/border": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "bundle_offer_info": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "offer_title_and_author_panel", + "glyph_section", + "glyph_description_padding", + "description_panel", + "description_padding", + "description_padding_bottom", + "rating_and_price_panel", + "bottom_padding" + ] + }, + "bundle_offer_info/top_padding": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "pdp" + } + }, + "bundle_offer_info/offer_title_and_author_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "title_and_author_panel", + "namespace": "pdp" + } + }, + "bundle_offer_info/glyph_section": { + "file": "ui/pdp_screen.json", + "type": "unknown", + "extend": { + "name": "horizontal_glyph_section_panel", + "namespace": "pdp" + } + }, + "bundle_offer_info/glyph_description_padding": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "bundle_offer_info/description_panel": { + "file": "ui/pdp_screen.json", + "type": "unknown", + "extend": { + "name": "description_section_panel", + "namespace": "pdp" + } + }, + "bundle_offer_info/description_padding": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "pdp" + } + }, + "bundle_offer_info/description_padding_bottom": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_fill", + "namespace": "pdp" + } + }, + "bundle_offer_info/rating_and_price_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "rating_and_coins_panel", + "namespace": "pdp" + } + }, + "bundle_offer_info/bottom_padding": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_4px", + "namespace": "pdp" + } + }, + "bundle_offer_summary_grid_item_content": { + "file": "ui/pdp_screen.json", + "type": "image", + "children": [ + "bundle_offer_pdp_panel" + ] + }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "focus_border", + "bundle_offer_content_panel" + ] + }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/focus_border": { + "file": "ui/pdp_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "key_art", + "mid_padding", + "info", + "right_padding" + ] + }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel/key_art": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "bundle_offer_texture", + "namespace": "pdp" + } + }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel/mid_padding": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_4px", + "namespace": "pdp" + } + }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel/info": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "bundle_offer_info", + "namespace": "pdp" + } + }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel/right_padding": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_4px", + "namespace": "pdp" + } + }, + "bundle_offer_summary_grid_item": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bundle_offer_summary_button" + ] + }, + "bundle_offer_summary_grid_item/bundle_offer_summary_button": { + "file": "ui/pdp_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "bundle_offer_content_section": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bundle_grid" + ] + }, + "bundle_offer_content_section/bundle_grid": { + "file": "ui/pdp_screen.json", + "type": "grid" + }, + "bundle_summary_section_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bundle_summary_section", + "divider_3" + ] + }, + "bundle_summary_section_panel/bundle_summary_section": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "children": [ + "bundle_header_and_thumnails_section", + "mid_padding", + "bundle_offers_info_section", + "mid_padding_2", + "interact_panel" + ] + }, + "bundle_summary_section_panel/bundle_summary_section/bundle_header_and_thumnails_section": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "bundle_thumbnail_section", + "namespace": "pdp" + } + }, + "bundle_summary_section_panel/bundle_summary_section/mid_padding": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "bundle_summary_section_panel/bundle_summary_section/bundle_offers_info_section": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "bundle_offer_content_section", + "namespace": "pdp" + } + }, + "bundle_summary_section_panel/bundle_summary_section/mid_padding_2": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "pdp" + } + }, + "bundle_summary_section_panel/bundle_summary_section/interact_panel": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "bundle_interact" + ] + }, + "bundle_summary_section_panel/bundle_summary_section/interact_panel/bundle_interact": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "interaction_button_panel", + "namespace": "pdp" + } + }, + "bundle_summary_section_panel/divider_3": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "pdp_screen": { + "file": "ui/pdp_screen.json", + "type": "screen", + "extend": { + "name": "store_base_screen", + "namespace": "common_store" + } + }, + "mashup_screen_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "children": [ + "header", + "popup_dialog_factory" + ] + }, + "mashup_screen_content/header": { + "file": "ui/pdp_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_header_with_coins", + "namespace": "common_store" + } + }, + "mashup_screen_content/popup_dialog_factory": { + "file": "ui/pdp_screen.json", + "type": "factory" + }, + "mashup_screen_main": { + "file": "ui/pdp_screen.json", + "type": "input_panel", + "children": [ + "pack_content", + "progress_loading" + ] + }, + "mashup_screen_main/pack_content": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "mashup_screen_main/progress_loading": { + "file": "ui/pdp_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + } + }, + "pdp_screenshots": { + "banner_empty": { + "file": "ui/pdp_screenshots_section.json", + "type": "image" + }, + "screenshot_carousel": { + "file": "ui/pdp_screenshots_section.json", + "type": "panel", + "children": [ + "screenshot_carousel_content" + ] + }, + "screenshot_carousel/screenshot_carousel_content": { + "file": "ui/pdp_screenshots_section.json", + "type": "panel", + "children": [ + "cycle_pack_left_button", + "screenshots_grid", + "cycle_pack_right_button" + ] + }, + "screenshot_carousel/screenshot_carousel_content/cycle_pack_left_button": { + "file": "ui/pdp_screenshots_section.json", + "type": "button", + "extend": { + "name": "cycle_pack_left_button", + "namespace": "common_store" + } + }, + "screenshot_carousel/screenshot_carousel_content/screenshots_grid": { + "file": "ui/pdp_screenshots_section.json", + "type": "stack_panel", + "extend": { + "name": "screenshots_grid", + "namespace": "pdp_screenshots" + } + }, + "screenshot_carousel/screenshot_carousel_content/cycle_pack_right_button": { + "file": "ui/pdp_screenshots_section.json", + "type": "button", + "extend": { + "name": "cycle_pack_right_button", + "namespace": "common_store" + } + }, + "screenshots_grid": { + "file": "ui/pdp_screenshots_section.json", + "type": "stack_panel", + "children": [ + "left_image_panel", + "middle_image_panel", + "right_image_panel" + ] + }, + "screenshots_grid/left_image_panel": { + "file": "ui/pdp_screenshots_section.json", + "type": "panel", + "extend": { + "name": "screenshots_grid_item", + "namespace": "pdp_screenshots" + } + }, + "screenshots_grid/middle_image_panel": { + "file": "ui/pdp_screenshots_section.json", + "type": "panel", + "extend": { + "name": "screenshots_grid_item", + "namespace": "pdp_screenshots" + } + }, + "screenshots_grid/right_image_panel": { + "file": "ui/pdp_screenshots_section.json", + "type": "panel", + "extend": { + "name": "screenshots_grid_item", + "namespace": "pdp_screenshots" + } + }, + "screenshots_grid_item": { + "file": "ui/pdp_screenshots_section.json", + "type": "panel", + "children": [ + "frame", + "screenshot_image", + "progress_loading" + ] + }, + "screenshots_grid_item/frame": { + "file": "ui/pdp_screenshots_section.json", + "type": "image", + "extend": { + "name": "banner_empty", + "namespace": "pdp_screenshots" + }, + "children": [ + "screenshot_button" + ] + }, + "screenshots_grid_item/frame/screenshot_button": { + "file": "ui/pdp_screenshots_section.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "hover", + "pressed" + ] + }, + "screenshots_grid_item/frame/screenshot_button/hover": { + "file": "ui/pdp_screenshots_section.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "screenshots_grid_item/frame/screenshot_button/pressed": { + "file": "ui/pdp_screenshots_section.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "screenshots_grid_item/screenshot_image": { + "file": "ui/pdp_screenshots_section.json", + "type": "image" + }, + "screenshots_grid_item/progress_loading": { + "file": "ui/pdp_screenshots_section.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + } + }, + "permissions": { + "permissions_screen": { + "file": "ui/permissions_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "permissions_screen_content": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "top_bar_panel", + "content_panel" + ] + }, + "permissions_screen_content/top_bar_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "top_bar_panel", + "namespace": "permissions" + } + }, + "permissions_screen_content/content_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "content_panel", + "namespace": "permissions" + } + }, + "top_bar_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "top_bar", + "back_button", + "gamepad_helper_b", + "title_label" + ] + }, + "top_bar_panel/top_bar": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "top_bar", + "namespace": "permissions" + } + }, + "top_bar_panel/back_button": { + "file": "ui/permissions_screen.json", + "type": "button", + "extend": { + "name": "back_button", + "namespace": "permissions" + } + }, + "top_bar_panel/gamepad_helper_b": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "top_bar_panel/title_label": { + "file": "ui/permissions_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "permissions" + } + }, + "content_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "content_stack_panel" + ] + }, + "content_panel/content_stack_panel": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "content_padding_1", + "ip_label", + "world_label", + "content_padding_2", + "player_and_permissions_panel" + ] + }, + "content_panel/content_stack_panel/content_padding_1": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "content_panel/content_stack_panel/ip_label": { + "file": "ui/permissions_screen.json", + "type": "label", + "extend": { + "name": "ip_label", + "namespace": "permissions" + } + }, + "content_panel/content_stack_panel/world_label": { + "file": "ui/permissions_screen.json", + "type": "label", + "extend": { + "name": "world_label", + "namespace": "permissions" + } + }, + "content_panel/content_stack_panel/content_padding_2": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "content_panel/content_stack_panel/player_and_permissions_panel": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "extend": { + "name": "player_and_permissions_panel", + "namespace": "permissions" + } + }, + "player_and_permissions_panel": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "selector_area", + "content_area" + ] + }, + "player_and_permissions_panel/selector_area": { + "file": "ui/permissions_screen.json", + "type": "input_panel", + "extend": { + "name": "selector_area", + "namespace": "permissions" + } + }, + "player_and_permissions_panel/content_area": { + "file": "ui/permissions_screen.json", + "type": "input_panel", + "extend": { + "name": "content_area", + "namespace": "permissions" + } + }, + "selector_area": { + "file": "ui/permissions_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "player_scrolling_panel" + ] + }, + "selector_area/player_scrolling_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "content_area": { + "file": "ui/permissions_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "permissions_options_background", + "inactive_modal_pane_fade" + ] + }, + "content_area/permissions_options_background": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "permissions_options_background_image" + ] + }, + "content_area/permissions_options_background/permissions_options_background_image": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "banner_background", + "namespace": "permissions" + }, + "children": [ + "permissions_options_scrolling_panel" + ] + }, + "content_area/permissions_options_background/permissions_options_background_image/permissions_options_scrolling_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "permissions_options_scrolling_panel", + "namespace": "permissions" + } + }, + "content_area/inactive_modal_pane_fade": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "inactive_modal_pane_fade", + "namespace": "common" + } + }, + "kick_button": { + "file": "ui/permissions_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "ban_button": { + "file": "ui/permissions_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "players_grid_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "players_grid" + ] + }, + "players_grid_panel/players_grid": { + "file": "ui/permissions_screen.json", + "type": "grid", + "extend": { + "name": "players_grid", + "namespace": "permissions" + } + }, + "players_grid": { + "file": "ui/permissions_screen.json", + "type": "grid" + }, + "player_grid_item": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "player_toggle", + "inactive_modal_pane_fade" + ] + }, + "player_grid_item/player_toggle": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "player_toggle", + "namespace": "permissions" + } + }, + "player_grid_item/inactive_modal_pane_fade": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "inactive_modal_pane_fade", + "namespace": "common" + } + }, + "permissions_options_scrolling_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "permissions_options_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "inner_permissions_options_panel" + ] + }, + "permissions_options_panel/inner_permissions_options_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "permissions_options_stack_panel" + ] + }, + "permissions_options_panel/inner_permissions_options_panel/permissions_options_stack_panel": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "extend": { + "name": "permissions_options_stack_panel", + "namespace": "permissions" + } + }, + "permissions_options_stack_panel": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "permissions_padding_0", + "world_template_option_lock_panel", + "permissions_padding_1", + "permission_level_dropdown", + "permissions_padding_2", + "permissions_options_grid", + "permissions_padding_3", + "permissions_kick_button_panel", + "permissions_padding_4", + "permissions_ban_button_panel", + "permissions_padding_5" + ] + }, + "permissions_options_stack_panel/permissions_padding_0": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "permissions_options_stack_panel/world_template_option_lock_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "option_info_label" + ] + }, + "permissions_options_stack_panel/world_template_option_lock_panel/option_info_label": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "permissions_options_stack_panel/permissions_padding_1": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "permissions_options_stack_panel/permission_level_dropdown": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "permission_level_dropdown", + "namespace": "permissions" + } + }, + "permissions_options_stack_panel/permissions_padding_2": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "permissions_options_stack_panel/permissions_options_grid": { + "file": "ui/permissions_screen.json", + "type": "grid", + "extend": { + "name": "permissions_options_grid", + "namespace": "permissions" + } + }, + "permissions_options_stack_panel/permissions_padding_3": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "permissions_options_stack_panel/permissions_kick_button_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "permissions_kick_button_panel", + "namespace": "permissions" + } + }, + "permissions_options_stack_panel/permissions_padding_4": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "permissions_options_stack_panel/permissions_ban_button_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "permissions_ban_button_panel", + "namespace": "permissions" + } + }, + "permissions_options_stack_panel/permissions_padding_5": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "permissions_options_grid": { + "file": "ui/permissions_screen.json", + "type": "grid" + }, + "permissions_options_grid_item": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "option_label_panel", + "option_state_label_panel", + "option_toggle" + ] + }, + "permissions_options_grid_item/option_label_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "option_label" + ] + }, + "permissions_options_grid_item/option_label_panel/option_label": { + "file": "ui/permissions_screen.json", + "type": "label", + "extend": { + "name": "option_label", + "namespace": "permissions" + } + }, + "permissions_options_grid_item/option_state_label_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "option_state_label" + ] + }, + "permissions_options_grid_item/option_state_label_panel/option_state_label": { + "file": "ui/permissions_screen.json", + "type": "label", + "extend": { + "name": "option_state_label", + "namespace": "permissions" + } + }, + "permissions_options_grid_item/option_toggle": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "permissions" + } + }, + "permissions_kick_button_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "kick_button" + ] + }, + "permissions_kick_button_panel/kick_button": { + "file": "ui/permissions_screen.json", + "type": "button", + "extend": { + "name": "kick_button", + "namespace": "permissions" + } + }, + "permissions_ban_button_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "ban_button" + ] + }, + "permissions_ban_button_panel/ban_button": { + "file": "ui/permissions_screen.json", + "type": "button", + "extend": { + "name": "ban_button", + "namespace": "permissions" + } + }, + "title_label": { + "file": "ui/permissions_screen.json", + "type": "label" + }, + "ip_label": { + "file": "ui/permissions_screen.json", + "type": "label" + }, + "world_label": { + "file": "ui/permissions_screen.json", + "type": "label" + }, + "gamertag_label": { + "file": "ui/permissions_screen.json", + "type": "label" + }, + "option_state_label": { + "file": "ui/permissions_screen.json", + "type": "label" + }, + "option_label": { + "file": "ui/permissions_screen.json", + "type": "label" + }, + "top_bar": { + "file": "ui/permissions_screen.json", + "type": "image" + }, + "banner_background": { + "file": "ui/permissions_screen.json", + "type": "image" + }, + "player_local_icon": { + "file": "ui/permissions_screen.json", + "type": "image" + }, + "player_gamer_pic": { + "file": "ui/permissions_screen.json", + "type": "image", + "children": [ + "player_panel_black_border" + ] + }, + "player_gamer_pic/player_panel_black_border": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "back_button": { + "file": "ui/permissions_screen.json", + "type": "button", + "extend": { + "name": "no_background_content_button", + "namespace": "common_buttons" + } + }, + "back_button_content": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "chevron_panel", + "back_button_padding", + "label_panel" + ] + }, + "back_button_content/chevron_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "left_chevron" + ] + }, + "back_button_content/chevron_panel/left_chevron": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "chevron_image", + "namespace": "common" + } + }, + "back_button_content/back_button_padding": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "back_button_content/label_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "back_button_content/label_panel/label": { + "file": "ui/permissions_screen.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "player_toggle": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "dark_image_toggle_collection", + "namespace": "common_toggles" + } + }, + "player_button_content": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "player_pic_panel", + "player_button_padding_1", + "gamertag_panel", + "icon_panel", + "player_button_padding_2" + ] + }, + "player_button_content/player_pic_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "player_pic_panel", + "namespace": "permissions" + } + }, + "player_button_content/player_button_padding_1": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "player_button_content/gamertag_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "gamertag_label" + ] + }, + "player_button_content/gamertag_panel/gamertag_label": { + "file": "ui/permissions_screen.json", + "type": "label", + "extend": { + "name": "gamertag_label", + "namespace": "permissions" + } + }, + "player_button_content/icon_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "dropdown_icon_image" + ] + }, + "player_button_content/icon_panel/dropdown_icon_image": { + "file": "ui/permissions_screen.json", + "type": "image" + }, + "player_button_content/player_button_padding_2": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "player_pic_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "player_gamer_pic", + "player_local_icon" + ] + }, + "player_pic_panel/player_gamer_pic": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "player_gamer_pic", + "namespace": "permissions" + } + }, + "player_pic_panel/player_local_icon": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "player_local_icon", + "namespace": "permissions" + } + }, + "option_toggle": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "switch_toggle_collection", + "namespace": "common_toggles" + } + }, + "permission_level_dropdown": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "radio_title_and_icon": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "radio_icon", + "radio_title" + ] + }, + "radio_title_and_icon/radio_icon": { + "file": "ui/permissions_screen.json", + "type": "image" + }, + "radio_title_and_icon/radio_title": { + "file": "ui/permissions_screen.json", + "type": "label" + }, + "radio_content_with_title_bar": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "title_and_icon", + "helper_text", + "bottom_padding" + ] + }, + "radio_content_with_title_bar/title_and_icon": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_title_and_icon", + "namespace": "permissions" + } + }, + "radio_content_with_title_bar/helper_text": { + "file": "ui/permissions_screen.json", + "type": "label" + }, + "radio_content_with_title_bar/bottom_padding": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "radio_visuals_with_title": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "radio_content" + ] + }, + "radio_visuals_with_title/radio_content": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "extend": { + "name": "radio_content_with_title_bar", + "namespace": "permissions" + } + }, + "radio_visuals_with_title_hover": { + "file": "ui/permissions_screen.json", + "type": "image", + "children": [ + "radio_content" + ] + }, + "radio_visuals_with_title_hover/radio_content": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "extend": { + "name": "radio_content_with_title_bar", + "namespace": "permissions" + } + }, + "permissions_visitor_visuals_with_title_normal": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals_with_title", + "namespace": "permissions" + } + }, + "permissions_visitor_visuals_with_title_hover": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "radio_visuals_with_title_hover", + "namespace": "permissions" + } + }, + "permissions_member_visuals_with_title_normal": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals_with_title", + "namespace": "permissions" + } + }, + "permissions_member_visuals_with_title_hover": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "radio_visuals_with_title_hover", + "namespace": "permissions" + } + }, + "permissions_op_visuals_with_title_normal": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals_with_title", + "namespace": "permissions" + } + }, + "permissions_op_visuals_with_title_hover": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "radio_visuals_with_title_hover", + "namespace": "permissions" + } + }, + "permissions_visitor_radio_visuals_normal": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "permissions_visitor_radio_visuals_hover": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "permissions_member_radio_visuals_normal": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "permissions_member_radio_visuals_hover": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "permissions_op_radio_visuals_normal": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "permissions_op_radio_visuals_hover": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "permissions_custom_radio_visuals_normal": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "permissions_custom_radio_visuals_hover": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "permission_level_radio": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + }, + "children": [ + "radio_with_label_core" + ] + }, + "permission_level_radio/radio_with_label_core": { + "file": "ui/permissions_screen.json", + "type": "toggle", + "extend": { + "name": "radio_with_label_core", + "namespace": "settings_common" + } + }, + "permission_level_dropdown_content": { + "file": "ui/permissions_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "permission_level_dropdown_state_content": { + "file": "ui/permissions_screen.json", + "type": "stack_panel", + "children": [ + "icon_panel", + "dropdown_label_padding", + "label_panel", + "arrow_panel" + ] + }, + "permission_level_dropdown_state_content/icon_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "dropdown_icon_image" + ] + }, + "permission_level_dropdown_state_content/icon_panel/dropdown_icon_image": { + "file": "ui/permissions_screen.json", + "type": "image" + }, + "permission_level_dropdown_state_content/dropdown_label_padding": { + "file": "ui/permissions_screen.json", + "type": "panel" + }, + "permission_level_dropdown_state_content/label_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "permission_level_dropdown_state_content/label_panel/label": { + "file": "ui/permissions_screen.json", + "type": "label", + "extend": { + "name": "new_button_label", + "namespace": "common" + } + }, + "permission_level_dropdown_state_content/arrow_panel": { + "file": "ui/permissions_screen.json", + "type": "panel", + "children": [ + "arrow_image" + ] + }, + "permission_level_dropdown_state_content/arrow_panel/arrow_image": { + "file": "ui/permissions_screen.json", + "type": "image", + "extend": { + "name": "arrow_image", + "namespace": "settings_common" + } + } + }, + "persona_cast_character_screen": { + "cast_modal_bottom_bar": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "cast_modal_bottom_bar/0": { + "file": "ui/persona_cast_character_screen.json", + "type": "unknown" + }, + "cast_common_dialog_background": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_2", + "namespace": "common_dialogs" + }, + "children": [ + "top_bar", + "popup_inner_contents", + "cast_modal_bottom_bar" + ] + }, + "cast_common_dialog_background/top_bar": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "common_cast_modal_top_bar", + "namespace": "persona_cast_character_screen" + } + }, + "cast_common_dialog_background/popup_inner_contents": { + "file": "ui/persona_cast_character_screen.json", + "type": "unknown" + }, + "cast_common_dialog_background/cast_modal_bottom_bar": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "extend": { + "name": "cast_modal_bottom_bar", + "namespace": "persona_cast_character_screen" + } + }, + "cast_modal_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "children": [ + "cast_preview_modal_content" + ] + }, + "cast_modal_panel/cast_preview_modal_content": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "cast_common_dialog_background", + "namespace": "persona_cast_character_screen" + } + }, + "popup_dialog__cast_character_select": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "extend": { + "name": "common_dcast_popup_framework", + "namespace": "persona_cast_character_screen" + }, + "children": [ + "background", + "popup_background" + ] + }, + "popup_dialog__cast_character_select/background": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "common_background_blocker", + "namespace": "persona_cast_character_screen" + } + }, + "popup_dialog__cast_character_select/popup_background": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "extend": { + "name": "cast_modal_panel", + "namespace": "persona_cast_character_screen" + } + }, + "common_dcast_popup_framework": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + } + }, + "common_cast_modal_top_bar": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "title_panel", + "close_button_holder" + ] + }, + "common_cast_modal_top_bar/title_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "label" + }, + "common_cast_modal_top_bar/close_button_holder": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_close_button_holder", + "namespace": "common_dialogs" + } + }, + "cast_character_select_main": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "modal_inner_background", + "main_content_horizontal_stack" + ] + }, + "cast_character_select_main/modal_inner_background": { + "file": "ui/persona_cast_character_screen.json", + "type": "image" + }, + "cast_character_select_main/main_content_horizontal_stack": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "children": [ + "cast_grid", + "vertical_centerer" + ] + }, + "cast_character_select_main/main_content_horizontal_stack/cast_grid": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "cast_scroll_view_panel", + "namespace": "persona_cast_character_screen" + } + }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "top_fill", + "skin_viewer_panel", + "bottom_fill", + "bottom_padding" + ] + }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer/top_fill": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer/skin_viewer_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "persona_cast_paper_doll_panel", + "namespace": "persona_cast_character_screen" + } + }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer/bottom_fill": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer/bottom_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "cast_scroll_view_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "cast_grid_with_buttons": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "children": [ + "top_spacing", + "cast_grid", + "bottom_spacing" + ] + }, + "cast_grid_with_buttons/top_spacing": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel" + }, + "cast_grid_with_buttons/cast_grid": { + "file": "ui/persona_cast_character_screen.json", + "type": "grid" + }, + "cast_grid_with_buttons/bottom_spacing": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel" + }, + "cast_grid_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "cast_grid" + ] + }, + "cast_grid_panel/cast_grid": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "extend": { + "name": "cast_grid_with_buttons", + "namespace": "persona_cast_character_screen" + } + }, + "cast_single_character_button_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "cast_character_button" + ] + }, + "cast_single_character_button_panel/cast_character_button": { + "file": "ui/persona_cast_character_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "background_image", + "selected", + "default", + "hover", + "pressed", + "button_outline" + ] + }, + "cast_single_character_button_panel/cast_character_button/background_image": { + "file": "ui/persona_cast_character_screen.json", + "type": "image" + }, + "cast_single_character_button_panel/cast_character_button/selected": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "selected_border", + "namespace": "persona_common" + } + }, + "cast_single_character_button_panel/cast_character_button/default": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "cast_single_character_button_panel/cast_character_button/hover": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "persona_common" + } + }, + "cast_single_character_button_panel/cast_character_button/pressed": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "persona_common" + } + }, + "cast_single_character_button_panel/cast_character_button/button_outline": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "children": [ + "cast_character_content" + ] + }, + "cast_single_character_button_panel/cast_character_button/button_outline/cast_character_content": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "cast_character_button_content_panel", + "namespace": "persona_cast_character_screen" + } + }, + "cast_character_button_content_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "cast_single_character_content_visible_panel" + ] + }, + "cast_character_button_content_panel/cast_single_character_content_visible_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "cast_single_character_button_content" + ] + }, + "cast_character_button_content_panel/cast_single_character_content_visible_panel/cast_single_character_button_content": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "in_use_grid_item", + "namespace": "persona_cast_character_screen" + } + }, + "in_use_grid_item": { + "file": "ui/persona_cast_character_screen.json", + "type": "image" + }, + "persona_cast_paper_doll_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "preset_input_panel" + ] + }, + "persona_cast_paper_doll_panel/preset_input_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "extend": { + "name": "cast_character_screen_right_side_model", + "namespace": "persona_cast_character_screen" + } + }, + "character_loading_anim": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "loading_icon", + "namespace": "persona_common" + } + }, + "character_loading_anim_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "children": [ + "character_loading_anim" + ] + }, + "character_loading_anim_panel/character_loading_anim": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "character_loading_anim", + "namespace": "persona_cast_character_screen" + } + }, + "skin_viewer_panel_skin_model": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "skin_model" + ] + }, + "skin_viewer_panel_skin_model/skin_model": { + "file": "ui/persona_cast_character_screen.json", + "type": "custom" + }, + "cast_character_screen_right_side_model": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "children": [ + "skin_model_panel", + "skin_model_loading_anim", + "skin_model_label" + ] + }, + "cast_character_screen_right_side_model/skin_model_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "skin_viewer_panel_skin_model", + "namespace": "persona_cast_character_screen" + } + }, + "cast_character_screen_right_side_model/skin_model_loading_anim": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "character_loading_anim_panel", + "namespace": "persona_cast_character_screen" + } + }, + "cast_character_screen_right_side_model/skin_model_label": { + "file": "ui/persona_cast_character_screen.json", + "type": "label" + }, + "common_background_blocker": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "modal_window_input_blocker", + "namespace": "persona_popups" + }, + "children": [ + "modal_background_button" + ] + }, + "common_background_blocker/modal_background_button": { + "file": "ui/persona_cast_character_screen.json", + "type": "button" + }, + "common_preview_page_framework": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "extend": { + "name": "common_dcast_popup_framework", + "namespace": "persona_cast_character_screen" + }, + "children": [ + "background", + "cast_preview_modal" + ] + }, + "common_preview_page_framework/background": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "common_background_blocker", + "namespace": "persona_cast_character_screen" + } + }, + "common_preview_page_framework/cast_preview_modal": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "extend": { + "name": "cast_modal_panel", + "namespace": "persona_cast_character_screen" + } + }, + "cast_preview_page_one": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "extend": { + "name": "common_preview_page_framework", + "namespace": "persona_cast_character_screen" + } + }, + "cast_preview_page_two": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "extend": { + "name": "common_preview_page_framework", + "namespace": "persona_cast_character_screen" + } + }, + "cast_preview_page_one_inner_section": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "modal_inner_background", + "cast_content" + ] + }, + "cast_preview_page_one_inner_section/modal_inner_background": { + "file": "ui/persona_cast_character_screen.json", + "type": "image" + }, + "cast_preview_page_one_inner_section/cast_content": { + "file": "ui/persona_cast_character_screen.json", + "type": "input_panel", + "children": [ + "cast_image_cycler", + "cast_vertical_panel" + ] + }, + "cast_preview_page_one_inner_section/cast_content/cast_image_cycler": { + "file": "ui/persona_cast_character_screen.json", + "type": "image_cycler", + "extend": { + "name": "image_cycler", + "namespace": "common" + } + }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "children": [ + "controls_label_panel", + "buffer_panel", + "controls_shoulder_button_display_panel" + ] + }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel/controls_label_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "text_cycler" + ] + }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel/controls_label_panel/text_cycler": { + "file": "ui/persona_cast_character_screen.json", + "type": "label_cycler", + "extend": { + "name": "text_cycler", + "namespace": "common" + } + }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel/buffer_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel" + }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel/controls_shoulder_button_display_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "ftue_subpage_indicator_panel", + "namespace": "persona_cast_character_screen" + } + }, + "chevron_image_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "chevron_image" + ] + }, + "chevron_image_panel/chevron_image": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "extend": { + "name": "chevron_image", + "namespace": "common" + } + }, + "chevron_button": { + "file": "ui/persona_cast_character_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "shift_page_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "centering_panel" + ] + }, + "shift_page_panel/centering_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "shift_page_panel/centering_panel/0": { + "file": "ui/persona_cast_character_screen.json", + "type": "unknown" + }, + "shift_page_left_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "shift_page_panel", + "namespace": "persona_cast_character_screen" + } + }, + "shift_page_right_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "shift_page_panel", + "namespace": "persona_cast_character_screen" + } + }, + "horizontal_8px_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel" + }, + "horizontal_20px_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel" + }, + "ftue_subpage_indicator_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "controls_shoulder_button_display" + ] + }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "children": [ + "left_padding", + "left_shoulder_button_panel", + "left_shoulder_button_padding", + "page_indicator_grid", + "right_shoulder_button_padding", + "right_shoulder_button_panel", + "right_padding" + ] + }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/left_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_20px_padding", + "namespace": "persona_cast_character_screen" + } + }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/left_shoulder_button_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "shift_page_left_panel", + "namespace": "persona_cast_character_screen" + } + }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/left_shoulder_button_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_8px_padding", + "namespace": "persona_cast_character_screen" + } + }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/page_indicator_grid": { + "file": "ui/persona_cast_character_screen.json", + "type": "grid_page_indicator" + }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/right_shoulder_button_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_8px_padding", + "namespace": "persona_cast_character_screen" + } + }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/right_shoulder_button_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "shift_page_right_panel", + "namespace": "persona_cast_character_screen" + } + }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/right_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_20px_padding", + "namespace": "persona_cast_character_screen" + } + }, + "individaul_cast_page_indicator": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "panel_when_current_page", + "panel_when_not_current_page" + ] + }, + "individaul_cast_page_indicator/panel_when_current_page": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "panel_with_padding" + ] + }, + "individaul_cast_page_indicator/panel_when_current_page/panel_with_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "cast_dot" + ] + }, + "individaul_cast_page_indicator/panel_when_current_page/panel_with_padding/cast_dot": { + "file": "ui/persona_cast_character_screen.json", + "type": "image" + }, + "individaul_cast_page_indicator/panel_when_not_current_page": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "panel_with_padding" + ] + }, + "individaul_cast_page_indicator/panel_when_not_current_page/panel_with_padding": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "cast_dot" + ] + }, + "individaul_cast_page_indicator/panel_when_not_current_page/panel_with_padding/cast_dot": { + "file": "ui/persona_cast_character_screen.json", + "type": "image" + }, + "how_to_section": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "children": [ + "how_to_image", + "how_to_label_section" + ] + }, + "how_to_section/how_to_image": { + "file": "ui/persona_cast_character_screen.json", + "type": "image" + }, + "how_to_section/how_to_label_section": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "how_to_label" + ] + }, + "how_to_section/how_to_label_section/how_to_label": { + "file": "ui/persona_cast_character_screen.json", + "type": "label" + }, + "cast_preview_page_two_inner_section": { + "file": "ui/persona_cast_character_screen.json", + "type": "image", + "children": [ + "how_to_section_stack" + ] + }, + "cast_preview_page_two_inner_section/how_to_section_stack": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "children": [ + "how_to_section_left", + "divider_panel", + "how_to_section_right" + ] + }, + "cast_preview_page_two_inner_section/how_to_section_stack/how_to_section_left": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "extend": { + "name": "how_to_section", + "namespace": "persona_cast_character_screen" + } + }, + "cast_preview_page_two_inner_section/how_to_section_stack/divider_panel": { + "file": "ui/persona_cast_character_screen.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "cast_preview_page_two_inner_section/how_to_section_stack/divider_panel/divider": { + "file": "ui/persona_cast_character_screen.json", + "type": "image" + }, + "cast_preview_page_two_inner_section/how_to_section_stack/how_to_section_right": { + "file": "ui/persona_cast_character_screen.json", + "type": "stack_panel", + "extend": { + "name": "how_to_section", + "namespace": "persona_cast_character_screen" + } + } + }, + "persona_common": { + "icon_image": { + "file": "ui/persona_common.json", + "type": "image" + }, + "mashup_world": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "persona_common" + } + }, + "mashup_hangar": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "persona_common" + } + }, + "mashup_paintbrush": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "persona_common" + } + }, + "info_bulb_icon": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "persona_common" + } + }, + "green_checkmark_icon": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "persona_common" + } + }, + "persona_screen_background_content": { + "file": "ui/persona_common.json", + "type": "image" + }, + "loading_icon": { + "file": "ui/persona_common.json", + "type": "image" + }, + "focus_border": { + "file": "ui/persona_common.json", + "type": "image" + }, + "selected_border": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "persona_common" + } + }, + "equipped_border": { + "file": "ui/persona_common.json", + "type": "image" + }, + "progress_loading": { + "file": "ui/persona_common.json", + "type": "image", + "children": [ + "progress_loading" + ] + }, + "progress_loading/progress_loading": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "title_rarity_positionable_title": { + "file": "ui/persona_common.json", + "type": "label" + }, + "generic_title_panel": { + "file": "ui/persona_common.json", + "type": "image", + "children": [ + "title_label" + ] + }, + "generic_title_panel/title_label": { + "file": "ui/persona_common.json", + "type": "label", + "extend": { + "name": "title_rarity_positionable_title", + "namespace": "persona_common" + } + }, + "rarity_bar": { + "file": "ui/persona_common.json", + "type": "image" + }, + "item_rarity_color_background": { + "file": "ui/persona_common.json", + "type": "image" + }, + "piece_item_display": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "item_renderer", + "loading_progress_spinner" + ] + }, + "piece_item_display/item_renderer": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "background", + "item_image", + "rarity_bar_panel", + "extra_control" + ] + }, + "piece_item_display/item_renderer/background": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "item_rarity_color_background", + "namespace": "persona_common" + } + }, + "piece_item_display/item_renderer/item_image": { + "file": "ui/persona_common.json", + "type": "image" + }, + "piece_item_display/item_renderer/rarity_bar_panel": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "rarity_bar", + "namespace": "persona_common" + } + }, + "piece_item_display/item_renderer/extra_control": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "control_instance" + ] + }, + "piece_item_display/item_renderer/extra_control/control_instance": { + "file": "ui/persona_common.json", + "type": "unknown" + }, + "piece_item_display/loading_progress_spinner": { + "file": "ui/persona_common.json", + "type": "image" + }, + "wheel_state": { + "file": "ui/persona_common.json", + "type": "image" + }, + "emote_label": { + "file": "ui/persona_common.json", + "type": "label" + }, + "touch_name_label": { + "file": "ui/persona_common.json", + "type": "label" + }, + "emote_image": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "empty", + "emote_preview" + ] + }, + "emote_image/empty": { + "file": "ui/persona_common.json", + "type": "image" + }, + "emote_image/emote_preview": { + "file": "ui/persona_common.json", + "type": "panel", + "children": [ + "valid", + "valid_no_image" + ] + }, + "emote_image/emote_preview/valid": { + "file": "ui/persona_common.json", + "type": "image" + }, + "emote_image/emote_preview/valid_no_image": { + "file": "ui/persona_common.json", + "type": "panel", + "children": [ + "valid_text" + ] + }, + "emote_image/emote_preview/valid_no_image/valid_text": { + "file": "ui/persona_common.json", + "type": "label" + }, + "keyboard_hotkey_helpers": { + "file": "ui/persona_common.json", + "type": "panel", + "children": [ + "keyboard_1", + "keyboard_2", + "keyboard_3", + "keyboard_4" + ] + }, + "keyboard_hotkey_helpers/keyboard_1": { + "file": "ui/persona_common.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper_keys", + "namespace": "common" + } + }, + "keyboard_hotkey_helpers/keyboard_2": { + "file": "ui/persona_common.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper_keys", + "namespace": "common" + } + }, + "keyboard_hotkey_helpers/keyboard_3": { + "file": "ui/persona_common.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper_keys", + "namespace": "common" + } + }, + "keyboard_hotkey_helpers/keyboard_4": { + "file": "ui/persona_common.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper_keys", + "namespace": "common" + } + }, + "gamepad_hotkey_helpers": { + "file": "ui/persona_common.json", + "type": "panel", + "children": [ + "quick_select_gamepad_helpers", + "analog_select_gamepad_helper_panel" + ] + }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers": { + "file": "ui/persona_common.json", + "type": "panel", + "children": [ + "gamepad_y", + "gamepad_b", + "gamepad_a", + "gamepad_x" + ] + }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers/gamepad_y": { + "file": "ui/persona_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y", + "namespace": "common" + } + }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers/gamepad_b": { + "file": "ui/persona_common.json", + "type": "unknown", + "extend": { + "name": "$gamepad_face_right_helper", + "namespace": "common" + } + }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers/gamepad_a": { + "file": "ui/persona_common.json", + "type": "unknown", + "extend": { + "name": "$gamepad_face_down_helper", + "namespace": "common" + } + }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers/gamepad_x": { + "file": "ui/persona_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_x", + "namespace": "common" + } + }, + "gamepad_hotkey_helpers/analog_select_gamepad_helper_panel": { + "file": "ui/persona_common.json", + "type": "panel", + "children": [ + "analog_select_gamepad_helper" + ] + }, + "gamepad_hotkey_helpers/analog_select_gamepad_helper_panel/analog_select_gamepad_helper": { + "file": "ui/persona_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "emote_wheel_slot_content": { + "file": "ui/persona_common.json", + "type": "panel", + "children": [ + "image_0", + "touch_label_0" + ] + }, + "emote_wheel_slot_content/image_0": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "emote_image", + "namespace": "persona_common" + } + }, + "emote_wheel_slot_content/touch_label_0": { + "file": "ui/persona_common.json", + "type": "label", + "extend": { + "name": "touch_name_label", + "namespace": "persona_common" + } + }, + "selection_wheel": { + "file": "ui/persona_common.json", + "type": "selection_wheel" + }, + "emote_selection_wheel": { + "file": "ui/persona_common.json", + "type": "selection_wheel", + "extend": { + "name": "selection_wheel", + "namespace": "persona_common" + }, + "children": [ + "default_state", + "emote_slot_0_content", + "emote_slot_1_content", + "emote_slot_2_content", + "emote_slot_3_content" + ] + }, + "emote_selection_wheel/default_state": { + "file": "ui/persona_common.json", + "type": "image", + "extend": { + "name": "wheel_state", + "namespace": "persona_common" + } + }, + "emote_selection_wheel/emote_slot_0_content": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "emote_wheel_slot_content", + "namespace": "persona_common" + } + }, + "emote_selection_wheel/emote_slot_1_content": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "emote_wheel_slot_content", + "namespace": "persona_common" + } + }, + "emote_selection_wheel/emote_slot_2_content": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "emote_wheel_slot_content", + "namespace": "persona_common" + } + }, + "emote_selection_wheel/emote_slot_3_content": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "emote_wheel_slot_content", + "namespace": "persona_common" + } + }, + "emote_wheel_panel": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "main_panel", + "namespace": "common_dialogs" + }, + "children": [ + "emote_name", + "emote_wheel_content_panel" + ] + }, + "emote_wheel_panel/emote_name": { + "file": "ui/persona_common.json", + "type": "label", + "extend": { + "name": "emote_label", + "namespace": "persona_common" + } + }, + "emote_wheel_panel/emote_wheel_content_panel": { + "file": "ui/persona_common.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "keyboard_helpers", + "emote_wheel" + ] + }, + "emote_wheel_panel/emote_wheel_content_panel/gamepad_helpers": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "gamepad_hotkey_helpers", + "namespace": "persona_common" + } + }, + "emote_wheel_panel/emote_wheel_content_panel/keyboard_helpers": { + "file": "ui/persona_common.json", + "type": "panel", + "extend": { + "name": "keyboard_hotkey_helpers", + "namespace": "persona_common" + } + }, + "emote_wheel_panel/emote_wheel_content_panel/emote_wheel": { + "file": "ui/persona_common.json", + "type": "selection_wheel", + "extend": { + "name": "emote_selection_wheel", + "namespace": "persona_common" + } + } + }, + "persona_popups": { + "no_content_panel": { + "file": "ui/persona_popups.json", + "type": "panel" + }, + "common_image": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "common_icon": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "common_image", + "namespace": "persona_popups" + } + }, + "create_persona_choice_checked_image": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "common_image", + "namespace": "persona_popups" + } + }, + "create_persona_choice_unchecked_image": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "common_image", + "namespace": "persona_popups" + } + }, + "modal_window_input_blocker": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "common_image", + "namespace": "persona_popups" + } + }, + "modal_popup_background": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "common_image", + "namespace": "persona_popups" + } + }, + "general_text_field": { + "file": "ui/persona_popups.json", + "type": "label" + }, + "title_text": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "general_text_field", + "namespace": "persona_popups" + } + }, + "popup_title": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "toast_label", + "namespace": "toast_screen" + } + }, + "popup_content": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "popup_ok_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "popup_frame": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_2", + "namespace": "common" + }, + "children": [ + "title_label", + "close_button", + "content", + "ok_button" + ] + }, + "popup_frame/title_label": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "popup_title", + "namespace": "persona_popups" + } + }, + "popup_frame/close_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "popup_frame/content": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "popup_content", + "namespace": "persona_popups" + } + }, + "popup_frame/ok_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "popup_ok_button", + "namespace": "persona_popups" + } + }, + "popup_info_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "background", + "frame" + ] + }, + "popup_info_panel/background": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "modal_popup_background", + "namespace": "persona_popups" + } + }, + "popup_info_panel/frame": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "popup_frame", + "namespace": "persona_popups" + } + }, + "common_dialog": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "background", + "panel" + ] + }, + "common_dialog/background": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "modal_window_input_blocker", + "namespace": "persona_popups" + } + }, + "common_dialog/panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "popup_info_panel", + "namespace": "persona_popups" + } + }, + "popup_dialog_bg": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_3", + "namespace": "common_dialogs" + }, + "children": [ + "background_image", + "title_panel", + "popup_content" + ] + }, + "popup_dialog_bg/background_image": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "popup_dialog_bg/title_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "title" + ] + }, + "popup_dialog_bg/title_panel/title": { + "file": "ui/persona_popups.json", + "type": "label" + }, + "popup_dialog_bg/popup_content": { + "file": "ui/persona_popups.json", + "type": "unknown" + }, + "icon_title_bar": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "icon", + "padding", + "text_title_panel" + ] + }, + "icon_title_bar/icon": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "common_icon", + "namespace": "persona_popups" + } + }, + "icon_title_bar/padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "icon_title_bar/text_title_panel": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "title_text", + "namespace": "persona_popups" + } + }, + "popup_common": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "background" + ] + }, + "popup_common/background": { + "file": "ui/persona_popups.json", + "type": "image", + "children": [ + "text_stack_panel" + ] + }, + "popup_common/background/text_stack_panel": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "popup_title", + "namespace": "persona_popups" + } + }, + "popup_dialog__difference_information": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "common_dialog", + "namespace": "persona_popups" + } + }, + "differences_left_details": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "general_text_field", + "namespace": "persona_popups" + } + }, + "differences_left_section": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "title_bar", + "padding_1", + "details" + ] + }, + "differences_left_section/title_bar": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "icon_title_bar", + "namespace": "persona_popups" + } + }, + "differences_left_section/padding_1": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "differences_left_section/details": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "differences_left_details", + "namespace": "persona_popups" + } + }, + "differences_detail_image": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "common_image", + "namespace": "persona_popups" + } + }, + "differences_title_card_display": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "left", + "padding_1", + "right" + ] + }, + "differences_title_card_display/left": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "differences_left_section", + "namespace": "persona_popups" + } + }, + "differences_title_card_display/padding_1": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "differences_title_card_display/right": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "differences_detail_image", + "namespace": "persona_popups" + } + }, + "differences_persona_detail_section": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "differences_title_card_display", + "namespace": "persona_popups" + } + }, + "differences_classic_skin_detail_section": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "differences_title_card_display", + "namespace": "persona_popups" + } + }, + "different_info_panel_contents": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "character_display", + "item_1_padding", + "divider", + "item_2_padding", + "classic_skin_display" + ] + }, + "different_info_panel_contents/character_display": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "differences_persona_detail_section", + "namespace": "persona_popups" + } + }, + "different_info_panel_contents/item_1_padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "different_info_panel_contents/divider": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "different_info_panel_contents/item_2_padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "different_info_panel_contents/classic_skin_display": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "differences_classic_skin_detail_section", + "namespace": "persona_popups" + } + }, + "popup_dialog__preview_difference_information": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__difference_information", + "namespace": "persona_popups" + } + }, + "popup_dialog__delete_persona": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "popup_dialog_bg" + ] + }, + "popup_dialog__delete_persona/popup_dialog_bg": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "persona_popups" + } + }, + "popup_dialog_delete_persona_content": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "image", + "message", + "buttons" + ] + }, + "popup_dialog_delete_persona_content/image": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "alex_warning", + "namespace": "persona_popups" + } + }, + "popup_dialog_delete_persona_content/message": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "delete_popup_dialog_message", + "namespace": "persona_popups" + } + }, + "popup_dialog_delete_persona_content/buttons": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "delete_persona_button_stack", + "namespace": "persona_popups" + } + }, + "alex_warning": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "delete_popup_dialog_message": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "delete_persona_button_stack": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "left_button", + "padding", + "right_button" + ] + }, + "delete_persona_button_stack/left_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "delete_persona_left_button", + "namespace": "persona_popups" + } + }, + "delete_persona_button_stack/padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "delete_persona_button_stack/right_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "delete_persona_right_button", + "namespace": "persona_popups" + } + }, + "delete_persona_left_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "popup_dialog_left_button", + "namespace": "popup_dialog" + } + }, + "delete_persona_right_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "popup_dialog_right_button", + "namespace": "popup_dialog" + } + }, + "popup_dialog__create_persona": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "common_dialog", + "namespace": "persona_popups" + } + }, + "create_persona_display": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "vertical_padding_2px", + "stack_content" + ] + }, + "create_persona_display/vertical_padding_2px": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "create_persona_display/stack_content": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "create_persona_choice_stack", + "namespace": "persona_popups" + } + }, + "create_persona_choice_stack": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "background1", + "background2" + ] + }, + "create_persona_choice_stack/background1": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "create_persona_choice_character", + "namespace": "persona_popups" + } + }, + "create_persona_choice_stack/background2": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "create_persona_choice_classic_skin", + "namespace": "persona_popups" + } + }, + "create_persona_choice_character": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "create_persona_choice_character" + ] + }, + "create_persona_choice_character/create_persona_choice_character": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "create_persona_choice_button", + "namespace": "persona_popups" + } + }, + "select_default_character_button_vertical_panel": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "children": [ + "padding", + "select_default_character_button_panel" + ] + }, + "select_default_character_button_vertical_panel/padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "select_default_character_button_vertical_panel/select_default_character_button_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "select_default_character_button" + ] + }, + "select_default_character_button_vertical_panel/select_default_character_button_panel/select_default_character_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "select_default_character_button", + "namespace": "persona_popups" + } + }, + "select_default_character_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "create_persona_choice_classic_skin": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "create_persona_choice_button", + "namespace": "persona_popups" + } + }, + "create_persona_choice_button": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "choice_toggle" + ] + }, + "create_persona_choice_button/choice_toggle": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "dark_vertical_form_fitting_content_toggle", + "namespace": "common_toggles" + } + }, + "create_persona_choice_background": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "choice_title_bar", + "choice_details_body", + "choice_bottom_content" + ] + }, + "create_persona_choice_background/choice_title_bar": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "create_persona_choice_title_bar", + "namespace": "persona_popups" + } + }, + "create_persona_choice_background/choice_details_body": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "create_persona_choice_detail_panel", + "namespace": "persona_popups" + } + }, + "create_persona_choice_background/choice_bottom_content": { + "file": "ui/persona_popups.json", + "type": "unknown" + }, + "create_persona_choice_title_bar": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "checkbox", + "spacing", + "icon_title" + ] + }, + "create_persona_choice_title_bar/checkbox": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "create_persona_choice_check_positioning", + "namespace": "persona_popups" + } + }, + "create_persona_choice_title_bar/spacing": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "create_persona_choice_title_bar/icon_title": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "create_persona_choice_icon_title", + "namespace": "persona_popups" + } + }, + "create_persona_choice_check_positioning": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "toggle_image" + ] + }, + "create_persona_choice_check_positioning/toggle_image": { + "file": "ui/persona_popups.json", + "type": "unknown" + }, + "create_persona_choice_icon_title": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "icon_title_bar", + "namespace": "persona_popups" + } + }, + "create_persona_choice_detail_panel": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "spacing", + "choice_details_body" + ] + }, + "create_persona_choice_detail_panel/spacing": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "create_persona_choice_detail_panel/choice_details_body": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "create_persona_choice_detail", + "namespace": "persona_popups" + } + }, + "create_persona_choice_detail": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "general_text_field", + "namespace": "persona_popups" + } + }, + "popup_dialog__invalid_custom_skin": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "popup_dialog_bg" + ] + }, + "popup_dialog__invalid_custom_skin/popup_dialog_bg": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "persona_popups" + } + }, + "popup_dialog_invalid_custom_skin_content": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "popup_dialog_message", + "popup_dialog_middle_button" + ] + }, + "popup_dialog_invalid_custom_skin_content/popup_dialog_message": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog_invalid_custom_skin_content/popup_dialog_middle_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "popup_dialog_middle_button", + "namespace": "popup_dialog" + } + }, + "popup_dialog__upsell_without_store": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__invalid_custom_skin", + "namespace": "persona_popups" + } + }, + "popup_dialog__choose_skin_type": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "popup_dialog_bg" + ] + }, + "popup_dialog__choose_skin_type/popup_dialog_bg": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "persona_popups" + } + }, + "popup_dialog_choose_skin_type_content": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "popup_dialog_message", + "left", + "right" + ] + }, + "popup_dialog_choose_skin_type_content/popup_dialog_message": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog_choose_skin_type_content/left": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "popup_dialog_choose_skin_type_panel", + "namespace": "persona_popups" + } + }, + "popup_dialog_choose_skin_type_content/right": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "popup_dialog_choose_skin_type_panel", + "namespace": "persona_popups" + } + }, + "popup_dialog_choose_skin_type_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "choose_skin_type_button" + ] + }, + "popup_dialog_choose_skin_type_panel/choose_skin_type_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "popup_dialog_skin_model": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "paper_doll" + ] + }, + "popup_dialog_skin_model/paper_doll": { + "file": "ui/persona_popups.json", + "type": "custom" + }, + "popup_dialog__custom_skin_info": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "background_image", + "popup_dialog_bg" + ] + }, + "popup_dialog__custom_skin_info/background_image": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "popup_dialog__custom_skin_info/popup_dialog_bg": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "custom_skin_popup_dialog_bg", + "namespace": "persona_popups" + } + }, + "custom_skin_info_panel_text": { + "file": "ui/persona_popups.json", + "type": "label" + }, + "custom_skin_info_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "message", + "button_group" + ] + }, + "custom_skin_info_panel/message": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "custom_skin_info_panel_text", + "namespace": "persona_popups" + } + }, + "custom_skin_info_panel/button_group": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "custom_skin_info_button_collection", + "namespace": "persona_popups" + } + }, + "custom_skin_info_button_collection": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "settings", + "vertical_4_padding", + "close" + ] + }, + "custom_skin_info_button_collection/settings": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "usage_limited_settings_profile_button", + "namespace": "persona_popups" + } + }, + "custom_skin_info_button_collection/vertical_4_padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "custom_skin_info_button_collection/close": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "popup_dialog_close_button", + "namespace": "persona_popups" + } + }, + "popup_dialog_close_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "usage_limited_settings_profile_button": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "custom_skin_popup_dialog_bg": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_1", + "namespace": "common_dialogs" + }, + "children": [ + "background_image", + "vertical_align_title", + "popup_content" + ] + }, + "custom_skin_popup_dialog_bg/background_image": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "custom_skin_popup_dialog_bg/vertical_align_title": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "title" + ] + }, + "custom_skin_popup_dialog_bg/vertical_align_title/title": { + "file": "ui/persona_popups.json", + "type": "label" + }, + "custom_skin_popup_dialog_bg/popup_content": { + "file": "ui/persona_popups.json", + "type": "unknown" + }, + "popup_dialog__emote_equip_slot_editor": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "background_image", + "popup_emote_wheel_dialog" + ] + }, + "popup_dialog__emote_equip_slot_editor/background_image": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "popup_dialog__emote_equip_slot_editor/popup_emote_wheel_dialog": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "popup_emote_wheel_dialog", + "namespace": "persona_popups" + } + }, + "popup_emote_wheel_dialog": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "popup_background" + ] + }, + "popup_emote_wheel_dialog/popup_background": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "persona_popups" + } + }, + "emote_equip_slot_content": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "close", + "emote_wheel_content_panel" + ] + }, + "emote_equip_slot_content/close": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "emote_equip_slot_content/emote_wheel_content_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "cancel", + "emote_wheel_prompt_content" + ] + }, + "emote_equip_slot_content/emote_wheel_content_panel/cancel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "close_emote_popup_controller", + "namespace": "persona_popups" + } + }, + "emote_equip_slot_content/emote_wheel_content_panel/emote_wheel_prompt_content": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "squaring_panel", + "namespace": "common" + } + }, + "close_emote_popup_controller": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "close_ui" + ] + }, + "close_emote_popup_controller/close_ui": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_dpad_left", + "namespace": "common" + } + }, + "emote_wheel_content": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "emote_wheel_panel", + "namespace": "persona_common" + } + }, + "popup_dialog__realms_plus_extra_info": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "background_image", + "dialog_bg" + ] + }, + "popup_dialog__realms_plus_extra_info/background_image": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "popup_dialog__realms_plus_extra_info/dialog_bg": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "realms_plus_extra_info_popup_dialog_bg", + "namespace": "persona_popups" + } + }, + "realms_plus_extra_info_popup_dialog_bg": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_2", + "namespace": "common_dialogs" + }, + "children": [ + "background_image", + "title", + "popup_content" + ] + }, + "realms_plus_extra_info_popup_dialog_bg/background_image": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "realms_plus_extra_info_popup_dialog_bg/title": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "realms_extra_info_panel_text", + "namespace": "persona_popups" + } + }, + "realms_plus_extra_info_popup_dialog_bg/popup_content": { + "file": "ui/persona_popups.json", + "type": "unknown" + }, + "realms_extra_info_panel_text": { + "file": "ui/persona_popups.json", + "type": "label" + }, + "realms_extra_info_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "realms_extra", + "button_group" + ] + }, + "realms_extra_info_panel/realms_extra": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "realms_extra_info_content", + "namespace": "persona_popups" + } + }, + "realms_extra_info_panel/button_group": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "realms_extra_info_button_collection", + "namespace": "persona_popups" + } + }, + "realms_extra_info_button_collection": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "close" + ] + }, + "realms_extra_info_button_collection/close": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "popup_dialog_close_button", + "namespace": "persona_popups" + } + }, + "realms_extra_info_content": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "the_spread" + ] + }, + "realms_extra_info_content/the_spread": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "pack_image", + "horizontal_6_padding", + "the_info_stack" + ] + }, + "realms_extra_info_content/the_spread/pack_image": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "realms_extra_info_pack_info", + "namespace": "persona_popups" + } + }, + "realms_extra_info_content/the_spread/horizontal_6_padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "realms_extra_info_content/the_spread/the_info_stack": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "skins_and_world", + "padding", + "textures_and_usage" + ] + }, + "realms_extra_info_content/the_spread/the_info_stack/skins_and_world": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "pack_information_skins_and_world", + "namespace": "persona_popups" + } + }, + "realms_extra_info_content/the_spread/the_info_stack/padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "realms_extra_info_content/the_spread/the_info_stack/textures_and_usage": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "pack_information_textures_and_usage_tooltip", + "namespace": "persona_popups" + } + }, + "pack_information_textures_and_usage_tooltip": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "textures", + "mid_padding", + "appearance_status" + ] + }, + "pack_information_textures_and_usage_tooltip/textures": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "skin_info_label_and_image", + "namespace": "persona_popups" + } + }, + "pack_information_textures_and_usage_tooltip/mid_padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_information_textures_and_usage_tooltip/appearance_status": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "roamable_status_notification_panel", + "namespace": "persona_popups" + } + }, + "roamable_status_notification_panel": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "children": [ + "appearance_status_notification", + "roamable_status" + ] + }, + "roamable_status_notification_panel/appearance_status_notification": { + "file": "ui/persona_popups.json", + "type": "button", + "extend": { + "name": "static_tooltip_notification_panel", + "namespace": "common_buttons" + } + }, + "roamable_status_notification_panel/roamable_status": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "skin_info_label_and_image", + "namespace": "persona_popups" + } + }, + "appearance_status_image_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "usage_limited", + "usage_not_limited" + ] + }, + "appearance_status_image_panel/usage_limited": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "info_bulb_icon", + "namespace": "persona_common" + } + }, + "appearance_status_image_panel/usage_not_limited": { + "file": "ui/persona_popups.json", + "type": "image", + "extend": { + "name": "green_checkmark_icon", + "namespace": "persona_common" + } + }, + "pack_information_skins_and_world": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "skins", + "mid_padding", + "worlds" + ] + }, + "pack_information_skins_and_world/skins": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "skin_info_label_and_image", + "namespace": "persona_popups" + } + }, + "pack_information_skins_and_world/mid_padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_information_skins_and_world/worlds": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "skin_info_label_and_image", + "namespace": "persona_popups" + } + }, + "skin_info_label_and_image": { + "file": "ui/persona_popups.json", + "type": "panel", + "children": [ + "content_stack" + ] + }, + "skin_info_label_and_image/content_stack": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "skin_info_content_stack", + "namespace": "persona_popups" + } + }, + "skin_info_image_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "image" + ] + }, + "skin_info_image_panel/image": { + "file": "ui/persona_popups.json", + "type": "unknown" + }, + "skin_info_label_panel_label": { + "file": "ui/persona_popups.json", + "type": "label" + }, + "skin_info_label_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "label" + ] + }, + "skin_info_label_panel/label": { + "file": "ui/persona_popups.json", + "type": "label", + "extend": { + "name": "skin_info_label_panel_label", + "namespace": "persona_popups" + } + }, + "skin_info_content_stack": { + "file": "ui/persona_popups.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "image_panel", + "horizontal_2_padding", + "label_panel" + ] + }, + "skin_info_content_stack/image_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "skin_info_image_panel", + "namespace": "persona_popups" + } + }, + "skin_info_content_stack/horizontal_2_padding": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "skin_info_content_stack/label_panel": { + "file": "ui/persona_popups.json", + "type": "panel", + "extend": { + "name": "skin_info_label_panel", + "namespace": "persona_popups" + } + }, + "realms_extra_info_pack_info": { + "file": "ui/persona_popups.json", + "type": "image" + }, + "popup_toast": { + "file": "ui/persona_popups.json", + "type": "input_panel", + "extend": { + "name": "popup_common", + "namespace": "persona_popups" + } + } + }, + "undefined": {}, + "play": { + "label_background": { + "file": "ui/play_screen.json", + "type": "image" + }, + "dark_label_background": { + "file": "ui/play_screen.json", + "type": "image" + }, + "world_screenshot_base": { + "file": "ui/play_screen.json", + "type": "image" + }, + "collection_world_screenshot": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "world_screenshot_base", + "namespace": "play" + }, + "children": [ + "screenshot_picture" + ] + }, + "collection_world_screenshot/screenshot_picture": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "gradient_container_stacked_panel" + ] + }, + "collection_world_screenshot/screenshot_picture/gradient_container_stacked_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "gradient_image_realmsplus_expired", + "solid_image_realmsplus_expired" + ] + }, + "collection_world_screenshot/screenshot_picture/gradient_container_stacked_panel/gradient_image_realmsplus_expired": { + "file": "ui/play_screen.json", + "type": "image" + }, + "collection_world_screenshot/screenshot_picture/gradient_container_stacked_panel/solid_image_realmsplus_expired": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "exclamationmark" + ] + }, + "collection_world_screenshot/screenshot_picture/gradient_container_stacked_panel/solid_image_realmsplus_expired/exclamationmark": { + "file": "ui/play_screen.json", + "type": "label" + }, + "world_item_grid_base": { + "file": "ui/play_screen.json", + "type": "grid" + }, + "edit_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_stories_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_stories_icon_animated": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_slots_edit_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "worlds_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_chevron": { + "file": "ui/play_screen.json", + "type": "image" + }, + "friends_icon_1": { + "file": "ui/play_screen.json", + "type": "image" + }, + "friends_icon_2": { + "file": "ui/play_screen.json", + "type": "image" + }, + "bell_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "invite_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "delete_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "world_download_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "third_party_servers_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "lan_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "friends_server_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "cross_platform_friends_server_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_remove_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "game_online_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "game_offline_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "game_unavailable_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "import_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "add_server_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "server_tab_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_art_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_text_background": { + "file": "ui/play_screen.json", + "type": "image" + }, + "connected_storage": { + "file": "ui/play_screen.json", + "type": "image" + }, + "feedback_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "local_only_storage": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "connected_storage", + "namespace": "play" + } + }, + "local_and_cloud_storage": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "connected_storage", + "namespace": "play" + } + }, + "cloud_only_storage": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "connected_storage", + "namespace": "play" + } + }, + "left_arrow_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "right_arrow_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "small_progress_panel": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "sign_in_realms_image": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "chevron", + "portal" + ] + }, + "sign_in_realms_image/chevron": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realms_chevron", + "namespace": "play" + } + }, + "sign_in_realms_image/portal": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realms_icon", + "namespace": "play" + } + }, + "realms_sign_in_prompt_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "realms_sign_in_prompt": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_sign_in_prompt_label" + ] + }, + "realms_sign_in_prompt/realms_sign_in_prompt_label": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_sign_in_prompt_label", + "namespace": "play" + } + }, + "realms_sign_in_prompt_friends": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "realms_sign_in_prompt", + "namespace": "play" + }, + "children": [ + "realms_sign_in_prompt_label_friends" + ] + }, + "realms_sign_in_prompt_friends/realms_sign_in_prompt_label_friends": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_sign_in_prompt_label", + "namespace": "play" + } + }, + "sign_in_to_view_realms_content_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "sign_in_realms_image", + "realms_sign_in_prompt" + ] + }, + "sign_in_to_view_realms_content_panel/sign_in_realms_image": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "sign_in_realms_image", + "namespace": "play" + } + }, + "sign_in_to_view_realms_content_panel/realms_sign_in_prompt": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "sign_in_to_view_realms_content_panel_friends": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "sign_in_to_view_realms_content_panel", + "namespace": "play" + } + }, + "sign_in_to_view_realms_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "sign_in_to_view_realms_button_friends": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "sign_in_to_view_realms_button", + "namespace": "play" + } + }, + "realms_list_text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "realms_world_header": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_list_text", + "namespace": "play" + } + }, + "realms_world_details": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_list_text", + "namespace": "play" + } + }, + "realms_world_type": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_list_text", + "namespace": "play" + } + }, + "realms_world_player_count": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "realms_world_game_status_icon": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "game_online_icon", + "game_unavailable_icon", + "game_offline_icon" + ] + }, + "realms_world_game_status_icon/game_online_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "game_online_icon", + "namespace": "play" + } + }, + "realms_world_game_status_icon/game_unavailable_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "game_unavailable_icon", + "namespace": "play" + } + }, + "realms_world_game_status_icon/game_offline_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "game_offline_icon", + "namespace": "play" + } + }, + "realms_world_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_header", + "realms_world_details" + ] + }, + "realms_world_text_panel/realms_world_header": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_world_header", + "namespace": "play" + } + }, + "realms_world_text_panel/realms_world_details": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_world_details", + "namespace": "play" + } + }, + "realms_world_trial_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_header_text", + "realms_world_details" + ] + }, + "realms_world_trial_text_panel/realms_world_header_text": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_list_text", + "namespace": "play" + } + }, + "realms_world_trial_text_panel/realms_world_details": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_list_text", + "namespace": "play" + } + }, + "realms_world_content_text_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_text_panel" + ] + }, + "realms_world_content_text_area_panel/realms_world_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "realms_world_text_panel", + "namespace": "play" + } + }, + "realms_trial_content_text_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_trial_text_panel" + ] + }, + "realms_trial_content_text_area_panel/realms_world_trial_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "realms_world_trial_text_panel", + "namespace": "play" + } + }, + "realms_world_content_status_area_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "world_player_count_text_panel", + "padding", + "realms_world_game_status_icon" + ] + }, + "realms_world_content_status_area_panel/world_player_count_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_player_count" + ] + }, + "realms_world_content_status_area_panel/world_player_count_text_panel/realms_world_player_count": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_world_player_count", + "namespace": "play" + } + }, + "realms_world_content_status_area_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "realms_world_content_status_area_panel/realms_world_game_status_icon": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "realms_world_game_status_icon", + "namespace": "play" + } + }, + "realms_world_content_status_area_panel_container": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "realms_world_status_panel", + "realms_world_type" + ] + }, + "realms_world_content_status_area_panel_container/realms_world_status_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_content_status_area_panel" + ] + }, + "realms_world_content_status_area_panel_container/realms_world_status_panel/realms_world_content_status_area_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_world_content_status_area_panel", + "namespace": "play" + } + }, + "realms_world_content_status_area_panel_container/realms_world_type": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "realms_world_type", + "namespace": "play" + } + }, + "realms_world_content_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "realm_screenshot", + "padding", + "realms_world_content_text_area_panel", + "realms_world_content_status_area_panel" + ] + }, + "realms_world_content_panel/realm_screenshot": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realm_screenshot", + "namespace": "play" + } + }, + "realms_world_content_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "realms_world_content_panel/realms_world_content_text_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "realms_world_content_text_area_panel", + "namespace": "play" + } + }, + "realms_world_content_panel/realms_world_content_status_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_content_status_area_panel_container" + ] + }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_content_status_area_panel_container": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_world_content_status_area_panel_container", + "namespace": "play" + } + }, + "realms_trial_content_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "realm_screenshot", + "padding", + "realms_trial_content_text_area_panel" + ] + }, + "realms_trial_content_panel/realm_screenshot": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realm_screenshot", + "namespace": "play" + } + }, + "realms_trial_content_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "realms_trial_content_panel/realms_trial_content_text_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "realms_trial_content_text_area_panel", + "namespace": "play" + } + }, + "realms_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "realms_world_edit_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_glyph_button", + "namespace": "common_buttons" + } + }, + "realms_feed_button_content": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "default_icon", + "unread_icon_active" + ] + }, + "realms_feed_button_content/default_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realms_stories_icon", + "namespace": "play" + } + }, + "realms_feed_button_content/unread_icon_active": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realms_stories_icon_animated", + "namespace": "play" + } + }, + "persistent_realms_feed_button_control": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "realms_feed_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_glyph_button_with_custom_control", + "namespace": "common_buttons" + } + }, + "leave_friends_realm_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_glyph_button", + "namespace": "common_buttons" + } + }, + "unread_story_count_text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "unread_story_count_text_background": { + "file": "ui/play_screen.json", + "type": "image" + }, + "unread_story_count_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "unread_story_count_panel/text": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "unread_story_count_text", + "namespace": "play" + }, + "children": [ + "background" + ] + }, + "unread_story_count_panel/text/background": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "unread_story_count_text_background", + "namespace": "play" + } + }, + "realms_world_item": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "realms_button_panel", + "edit_panel", + "feed_panel_with_unread_count", + "leave_realm_panel" + ] + }, + "realms_world_item/realms_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_item_button", + "tts_border" + ] + }, + "realms_world_item/realms_button_panel/realms_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "realms_world_item_button", + "namespace": "play" + } + }, + "realms_world_item/realms_button_panel/tts_border": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "realms_world_item/edit_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_edit_button", + "realms_world_expiry_notification_image" + ] + }, + "realms_world_item/edit_panel/realms_world_edit_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "realms_world_edit_button", + "namespace": "play" + } + }, + "realms_world_item/edit_panel/realms_world_expiry_notification_image": { + "file": "ui/play_screen.json", + "type": "image" + }, + "realms_world_item/feed_panel_with_unread_count": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "feed_panel", + "unread_story_count" + ] + }, + "realms_world_item/feed_panel_with_unread_count/feed_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_feed_button" + ] + }, + "realms_world_item/feed_panel_with_unread_count/feed_panel/realms_feed_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "realms_feed_button", + "namespace": "play" + } + }, + "realms_world_item/feed_panel_with_unread_count/unread_story_count": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "unread_story_count_panel", + "namespace": "play" + } + }, + "realms_world_item/leave_realm_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "leave_friends_realm_button" + ] + }, + "realms_world_item/leave_realm_panel/leave_friends_realm_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "leave_friends_realm_button", + "namespace": "play" + } + }, + "realms_world_item_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "world_item_grid_base", + "namespace": "play" + } + }, + "network_world_header": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "network_world_header_icon", + "spacer", + "header_panel" + ] + }, + "network_world_header/network_world_header_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "network_world_header/spacer": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "network_world_header/header_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "network_world_header_text" + ] + }, + "network_world_header/header_panel/network_world_header_text": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "network_world_details": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "network_world_player_count": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "count" + ] + }, + "network_world_player_count/count": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "network_world_game_status_icon": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "game_online_icon", + "game_unavailable_icon", + "game_offline_icon" + ] + }, + "network_world_game_status_icon/game_online_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "game_online_icon", + "namespace": "play" + } + }, + "network_world_game_status_icon/game_unavailable_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "game_unavailable_icon", + "namespace": "play" + } + }, + "network_world_game_status_icon/game_offline_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "game_offline_icon", + "namespace": "play" + } + }, + "network_world_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "network_world_header", + "network_world_details" + ] + }, + "network_world_text_panel/network_world_header": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "network_world_header", + "namespace": "play" + } + }, + "network_world_text_panel/network_world_details": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "network_world_details", + "namespace": "play" + } + }, + "network_world_content_text_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "network_world_text_panel" + ] + }, + "network_world_content_text_area_panel/network_world_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "network_world_text_panel", + "namespace": "play" + } + }, + "network_world_content_status_area_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "network_player_count_text_panel", + "padding", + "network_world_game_status_icon" + ] + }, + "network_world_content_status_area_panel/network_player_count_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "network_world_player_count" + ] + }, + "network_world_content_status_area_panel/network_player_count_text_panel/network_world_player_count": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "network_world_player_count", + "namespace": "play" + } + }, + "network_world_content_status_area_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "network_world_content_status_area_panel/network_world_game_status_icon": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "network_world_game_status_icon", + "namespace": "play" + } + }, + "network_world_content_status_area_panel_container": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "network_world_status_panel", + "network_world_type" + ] + }, + "network_world_content_status_area_panel_container/network_world_status_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "network_world_content_status_area_panel" + ] + }, + "network_world_content_status_area_panel_container/network_world_status_panel/network_world_content_status_area_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "network_world_content_status_area_panel", + "namespace": "play" + } + }, + "network_world_content_status_area_panel_container/network_world_type": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "network_world_type", + "namespace": "play" + } + }, + "network_world_type": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "type" + ] + }, + "network_world_type/type": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "network_world_item_button_content": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "network_world_content_text_area_panel", + "network_status_area_panel", + "network_world_type_icon" + ] + }, + "network_world_item_button_content/network_world_content_text_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "network_world_content_text_area_panel", + "namespace": "play" + } + }, + "network_world_item_button_content/network_status_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "network_world_content_status_area_panel_container" + ] + }, + "network_world_item_button_content/network_status_area_panel/network_world_content_status_area_panel_container": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "network_world_content_status_area_panel_container", + "namespace": "play" + } + }, + "network_world_item_button_content/network_world_type_icon": { + "file": "ui/play_screen.json", + "type": "label", + "children": [ + "padding" + ] + }, + "network_world_item_button_content/network_world_type_icon/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "network_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "network_server_world_edit_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_glyph_button", + "namespace": "common_buttons" + } + }, + "network_world_item": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "network_world_item_button", + "tts_border" + ] + }, + "network_world_item/network_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "network_world_item_button", + "namespace": "play" + } + }, + "network_world_item/tts_border": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "tts_activate_sibling", + "namespace": "common" + } + }, + "network_world_item_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "world_item_grid_base", + "namespace": "play" + } + }, + "network_world_item_ignore_crossplay": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "network_world_item_button" + ] + }, + "network_world_item_ignore_crossplay/network_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "network_world_item_button", + "namespace": "play" + } + }, + "label_content_template": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "label_panel", + "content" + ] + }, + "label_content_template/label_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "label_panel_layout" + ] + }, + "label_content_template/label_panel/label_panel_layout": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "label_content_template/label_panel/label_panel_layout/label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "label_content_template/content": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "information_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "background", + "focus_button" + ] + }, + "information_panel/background": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "dark_label_background", + "namespace": "play" + }, + "children": [ + "label_panel_layout" + ] + }, + "information_panel/background/label_panel_layout": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "information_panel/background/label_panel_layout/label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "information_panel/focus_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "blocked_multiplayer_privileges_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "background" + ] + }, + "blocked_multiplayer_privileges_panel/background": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "dark_label_background", + "namespace": "play" + }, + "children": [ + "label_panel_layout" + ] + }, + "blocked_multiplayer_privileges_panel/background/label_panel_layout": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "blocked_multiplayer_privileges_panel/background/label_panel_layout/label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "more_servers_grid": { + "file": "ui/play_screen.json", + "type": "grid" + }, + "additional_server_toggle_content": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "network_world_content_text_area_panel" + ] + }, + "additional_server_toggle_content/network_world_content_text_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "network_world_content_text_area_panel", + "namespace": "play" + } + }, + "more_servers_label_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "list_label" + ] + }, + "more_servers_label_panel/list_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "more_servers_world_item": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "additional_server_toggle_base", + "network_server_world_edit_button" + ] + }, + "more_servers_world_item/additional_server_toggle_base": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "server_toggle_base", + "namespace": "play" + } + }, + "more_servers_world_item/network_server_world_edit_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "network_server_world_edit_button", + "namespace": "play" + } + }, + "additional_server_info_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_scroll_pane", + "namespace": "play" + }, + "children": [ + "server_info_stack_panel" + ] + }, + "additional_server_info_panel/server_info_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "server_name", + "padding_2", + "player_count", + "padding_3", + "ping", + "padding_4", + "join_server_button" + ] + }, + "additional_server_info_panel/server_info_stack_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "additional_server_info_panel/server_info_stack_panel/server_name": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "additional_server_info_panel/server_info_stack_panel/padding_2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "additional_server_info_panel/server_info_stack_panel/player_count": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_icon_number_panel", + "namespace": "play" + } + }, + "additional_server_info_panel/server_info_stack_panel/padding_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "additional_server_info_panel/server_info_stack_panel/ping": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_icon_number_panel", + "namespace": "play" + } + }, + "additional_server_info_panel/server_info_stack_panel/padding_4": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "additional_server_info_panel/server_info_stack_panel/join_server_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "ping_rate_icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "ping_rate_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "concurrency_stack" + ] + }, + "ping_rate_panel/concurrency_stack": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "player_count", + "padding_0", + "ping_rate_icon" + ] + }, + "ping_rate_panel/concurrency_stack/player_count": { + "file": "ui/play_screen.json", + "type": "label" + }, + "ping_rate_panel/concurrency_stack/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "ping_rate_panel/concurrency_stack/ping_rate_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "ping_rate_icon", + "namespace": "play" + } + }, + "add_server_info_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_scroll_pane", + "namespace": "play" + }, + "children": [ + "server_info_stack_panel" + ] + }, + "add_server_info_panel/server_info_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "add_server_title", + "padding_1", + "add_server_description" + ] + }, + "add_server_info_panel/server_info_stack_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "add_server_info_panel/server_info_stack_panel/add_server_title": { + "file": "ui/play_screen.json", + "type": "label" + }, + "add_server_info_panel/server_info_stack_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "add_server_info_panel/server_info_stack_panel/add_server_description": { + "file": "ui/play_screen.json", + "type": "label" + }, + "third_party_featured_server_grid": { + "file": "ui/play_screen.json", + "type": "grid" + }, + "featured_server_world_item": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "server_button" + ] + }, + "featured_server_world_item/server_button": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "server_toggle_base", + "namespace": "play" + } + }, + "server_button_content_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "top_panel", + "padding", + "bottom_panel" + ] + }, + "server_button_content_panel/top_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "third_party_server_screenshot", + "padding_0", + "title_panel" + ] + }, + "server_button_content_panel/top_panel/third_party_server_screenshot": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "third_party_server_screenshot", + "namespace": "play" + } + }, + "server_button_content_panel/top_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "server_button_content_panel/top_panel/title_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "third_party_server_name", + "progress" + ] + }, + "server_button_content_panel/top_panel/title_panel/third_party_server_name": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "server_button_content_panel/top_panel/title_panel/progress": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "server_button_content_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "server_button_content_panel/bottom_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "third_party_server_message" + ] + }, + "server_button_content_panel/bottom_panel/third_party_server_message": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "third_party_server_content_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "ping_rate_panel" + ] + }, + "third_party_server_content_panel/ping_rate_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "ping_rate_panel", + "namespace": "play" + } + }, + "loading_featured_servers_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "load_bars" + ] + }, + "loading_featured_servers_panel/load_bars": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars" + ] + }, + "loading_featured_servers_panel/load_bars/progress_loading_bars": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "common_store" + } + }, + "third_party_server_screenshot": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "picture" + ] + }, + "third_party_server_screenshot/picture": { + "file": "ui/play_screen.json", + "type": "image" + }, + "third_party_server_info_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_scroll_pane", + "namespace": "play" + }, + "children": [ + "server_info_stack_panel", + "progress" + ] + }, + "third_party_server_info_panel/server_info_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "server_screenshot", + "padding_1", + "server_name", + "padding_2", + "player_count", + "padding_3", + "ping", + "padding_4", + "join_server_button", + "view_offers_button", + "padding_5", + "screenshots_section", + "description_section", + "games_section", + "news_section" + ] + }, + "third_party_server_info_panel/server_info_stack_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "third_party_server_info_panel/server_info_stack_panel/server_screenshot": { + "file": "ui/play_screen.json", + "type": "image" + }, + "third_party_server_info_panel/server_info_stack_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "third_party_server_info_panel/server_info_stack_panel/server_name": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "third_party_server_info_panel/server_info_stack_panel/padding_2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "third_party_server_info_panel/server_info_stack_panel/player_count": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_icon_number_panel", + "namespace": "play" + } + }, + "third_party_server_info_panel/server_info_stack_panel/padding_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "third_party_server_info_panel/server_info_stack_panel/ping": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_icon_number_panel", + "namespace": "play" + } + }, + "third_party_server_info_panel/server_info_stack_panel/padding_4": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "third_party_server_info_panel/server_info_stack_panel/join_server_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "third_party_server_info_panel/server_info_stack_panel/view_offers_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "third_party_server_info_panel/server_info_stack_panel/padding_5": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "third_party_server_info_panel/server_info_stack_panel/screenshots_section": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "screenshots_section_panel", + "namespace": "play" + } + }, + "third_party_server_info_panel/server_info_stack_panel/description_section": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "description_section_panel", + "namespace": "play" + } + }, + "third_party_server_info_panel/server_info_stack_panel/games_section": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "games_section_panel", + "namespace": "play" + } + }, + "third_party_server_info_panel/server_info_stack_panel/news_section": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "news_section_panel", + "namespace": "play" + } + }, + "third_party_server_info_panel/progress": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "text_icon_number_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "text", + "padding_0", + "stack_panel" + ] + }, + "text_icon_number_panel/text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "text_icon_number_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "text_icon_number_panel/stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "icon_panel", + "padding_1", + "number" + ] + }, + "text_icon_number_panel/stack_panel/icon_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "text_icon_number_panel/stack_panel/icon_panel/icon": { + "file": "ui/play_screen.json", + "type": "image" + }, + "text_icon_number_panel/stack_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "text_icon_number_panel/stack_panel/number": { + "file": "ui/play_screen.json", + "type": "label" + }, + "grey_bar_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "grey_bar", + "green_bar", + "padding" + ] + }, + "grey_bar_panel/grey_bar": { + "file": "ui/play_screen.json", + "type": "image" + }, + "grey_bar_panel/green_bar": { + "file": "ui/play_screen.json", + "type": "image" + }, + "grey_bar_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "screenshots_section_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "divider_0", + "padding_0", + "screenshots_label", + "padding_1", + "screenshots", + "padding_2", + "navigation_panel", + "padding_3" + ] + }, + "screenshots_section_panel/divider_0": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "screenshots_section_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "screenshots_section_panel/screenshots_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "screenshots_section_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "screenshots_section_panel/screenshots": { + "file": "ui/play_screen.json", + "type": "image" + }, + "screenshots_section_panel/padding_2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "screenshots_section_panel/navigation_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "left_arrow_button", + "padding_0", + "navigation_bar", + "padding_1", + "right_arrow_button" + ] + }, + "screenshots_section_panel/navigation_panel/left_arrow_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "screenshots_section_panel/navigation_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "screenshots_section_panel/navigation_panel/navigation_bar": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "grey_bar" + ] + }, + "screenshots_section_panel/navigation_panel/navigation_bar/grey_bar": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "grey_bar_factory_panel" + ] + }, + "screenshots_section_panel/navigation_panel/navigation_bar/grey_bar/grey_bar_factory_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel" + }, + "screenshots_section_panel/navigation_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "screenshots_section_panel/navigation_panel/right_arrow_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "screenshots_section_panel/padding_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "description_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "contents_description" + ] + }, + "description_text_panel/contents_description": { + "file": "ui/play_screen.json", + "type": "label" + }, + "description_section_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "divider_0", + "padding_0", + "description_label", + "padding_1", + "read_more_panel", + "padding_3" + ] + }, + "description_section_panel/divider_0": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "description_section_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "description_section_panel/description_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "description_section_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "description_section_panel/read_more_panel": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "description_text_small", + "description_text_full", + "description_read_more_button_panel", + "description_read_less_button_panel" + ] + }, + "description_section_panel/read_more_panel/description_text_small": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "description_text_panel", + "namespace": "play" + } + }, + "description_section_panel/read_more_panel/description_text_full": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "description_text_panel", + "namespace": "play" + } + }, + "description_section_panel/read_more_panel/description_read_more_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "description_section_panel/read_more_panel/description_read_less_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "description_section_panel/padding_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "games_factory_object": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "games_factory_panel", + "padding" + ] + }, + "games_factory_object/games_factory_panel": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "top_panel", + "bottom_panel" + ] + }, + "games_factory_object/games_factory_panel/top_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "game_image_panel", + "padding", + "game_title_panel" + ] + }, + "games_factory_object/games_factory_panel/top_panel/game_image_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "game_image" + ] + }, + "games_factory_object/games_factory_panel/top_panel/game_image_panel/game_image": { + "file": "ui/play_screen.json", + "type": "image" + }, + "games_factory_object/games_factory_panel/top_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "games_factory_object/games_factory_panel/top_panel/game_title_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "game_title", + "game_subtitle" + ] + }, + "games_factory_object/games_factory_panel/top_panel/game_title_panel/game_title": { + "file": "ui/play_screen.json", + "type": "label" + }, + "games_factory_object/games_factory_panel/top_panel/game_title_panel/game_subtitle": { + "file": "ui/play_screen.json", + "type": "label" + }, + "games_factory_object/games_factory_panel/bottom_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "bottom_panel" + ] + }, + "games_factory_object/games_factory_panel/bottom_panel/bottom_panel": { + "file": "ui/play_screen.json", + "type": "label" + }, + "games_factory_object/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "games_section_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "divider_0", + "padding_0", + "description_label", + "padding_1", + "games_factory_panel", + "padding_3" + ] + }, + "games_section_panel/divider_0": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "games_section_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "games_section_panel/description_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "games_section_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "games_section_panel/games_factory_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel" + }, + "games_section_panel/padding_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "news_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "contents_news" + ] + }, + "news_text_panel/contents_news": { + "file": "ui/play_screen.json", + "type": "label" + }, + "news_section_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "divider_0", + "padding_0", + "news_label", + "padding_1", + "read_more_panel", + "padding_3" + ] + }, + "news_section_panel/divider_0": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "news_section_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "news_section_panel/news_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "news_section_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "news_section_panel/read_more_panel": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "text_stack_panel", + "news_read_more_button_panel", + "news_read_less_button_panel" + ] + }, + "news_section_panel/read_more_panel/text_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "news_title_text", + "divider_panel", + "news_text_small", + "news_text_full" + ] + }, + "news_section_panel/read_more_panel/text_stack_panel/news_title_text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "news_section_panel/read_more_panel/text_stack_panel/divider_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "divider_0" + ] + }, + "news_section_panel/read_more_panel/text_stack_panel/divider_panel/divider_0": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "news_section_panel/read_more_panel/text_stack_panel/news_text_small": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "news_text_panel", + "namespace": "play" + } + }, + "news_section_panel/read_more_panel/text_stack_panel/news_text_full": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "news_text_panel", + "namespace": "play" + } + }, + "news_section_panel/read_more_panel/news_read_more_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "news_section_panel/read_more_panel/news_read_less_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "news_section_panel/padding_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "divider": { + "file": "ui/play_screen.json", + "type": "image" + }, + "blue_diskspace_bar": { + "file": "ui/play_screen.json", + "type": "image" + }, + "green_diskspace_bar": { + "file": "ui/play_screen.json", + "type": "image" + }, + "empty_diskspace_bar": { + "file": "ui/play_screen.json", + "type": "image" + }, + "legacy_world_content_status_area_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "world_storage_content_panel" + ] + }, + "legacy_world_content_status_area_panel/world_storage_content_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "world_storage_separator", + "world_storage_information" + ] + }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_separator": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "divider", + "namespace": "play" + } + }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "legacy_world_label", + "padding", + "legacy_world_bar" + ] + }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_bar": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "local_diskspace_bar", + "legacy_diskspace_bar", + "empty_diskspace_bar" + ] + }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_bar/local_diskspace_bar": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "green_diskspace_bar", + "namespace": "play" + } + }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_bar/legacy_diskspace_bar": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "blue_diskspace_bar", + "namespace": "play" + } + }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_bar/empty_diskspace_bar": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "empty_diskspace_bar", + "namespace": "play" + } + }, + "world_list_text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "realm_screenshot": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "world_screenshot_base", + "namespace": "play" + }, + "children": [ + "picture" + ] + }, + "realm_screenshot/picture": { + "file": "ui/play_screen.json", + "type": "image" + }, + "local_world_name": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "legacy_world_name": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "world_lock": { + "file": "ui/play_screen.json", + "type": "image" + }, + "local_world_game_mode": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "legacy_world_game_mode": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "local_world_date": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "legacy_world_date": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "local_world_filesize": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "legacy_world_filesize": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "local_world_connected_storage": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "local_and_cloud", + "local_only", + "cloud_only" + ] + }, + "local_world_connected_storage/local_and_cloud": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "local_and_cloud_storage", + "namespace": "play" + } + }, + "local_world_connected_storage/local_only": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "local_only_storage", + "namespace": "play" + } + }, + "local_world_connected_storage/cloud_only": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "cloud_only_storage", + "namespace": "play" + } + }, + "local_world_lock_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "lock" + ] + }, + "local_world_lock_panel/lock": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "world_lock", + "namespace": "play" + } + }, + "realms_plus_banner": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_banner" + ] + }, + "realms_plus_banner/realms_banner": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "realmsPlus" + } + }, + "local_world_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "text_indent" + ] + }, + "local_world_text_panel/text_indent": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "top_side", + "bottom_side" + ] + }, + "local_world_text_panel/text_indent/top_side": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "local_world_name", + "lock_1", + "local_world_date" + ] + }, + "local_world_text_panel/text_indent/top_side/local_world_name": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "local_world_name", + "namespace": "play" + } + }, + "local_world_text_panel/text_indent/top_side/lock_1": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "local_world_lock_panel", + "namespace": "play" + } + }, + "local_world_text_panel/text_indent/top_side/local_world_date": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "local_world_date", + "namespace": "play" + } + }, + "local_world_text_panel/text_indent/bottom_side": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "realms_plus_icon", + "pad", + "local_world_game_mode", + "local_world_connected_storage", + "local_world_filesize" + ] + }, + "local_world_text_panel/text_indent/bottom_side/realms_plus_icon": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "realms_plus_banner", + "namespace": "play" + } + }, + "local_world_text_panel/text_indent/bottom_side/pad": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "local_world_text_panel/text_indent/bottom_side/local_world_game_mode": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "local_world_game_mode", + "namespace": "play" + } + }, + "local_world_text_panel/text_indent/bottom_side/local_world_connected_storage": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "local_world_connected_storage", + "namespace": "play" + } + }, + "local_world_text_panel/text_indent/bottom_side/local_world_filesize": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "local_world_filesize", + "namespace": "play" + } + }, + "legacy_world_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "text_indent" + ] + }, + "legacy_world_text_panel/text_indent": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "top_side", + "bottom_side" + ] + }, + "legacy_world_text_panel/text_indent/top_side": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "legacy_world_name", + "legacy_world_date" + ] + }, + "legacy_world_text_panel/text_indent/top_side/legacy_world_name": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "legacy_world_name", + "namespace": "play" + } + }, + "legacy_world_text_panel/text_indent/top_side/legacy_world_date": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "legacy_world_date", + "namespace": "play" + } + }, + "legacy_world_text_panel/text_indent/bottom_side": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "legacy_world_game_mode", + "legacy_world_filesize" + ] + }, + "legacy_world_text_panel/text_indent/bottom_side/legacy_world_game_mode": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "legacy_world_game_mode", + "namespace": "play" + } + }, + "legacy_world_text_panel/text_indent/bottom_side/legacy_world_filesize": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "legacy_world_filesize", + "namespace": "play" + } + }, + "beta_retail_world_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "text_indent" + ] + }, + "beta_retail_world_text_panel/text_indent": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "top_side", + "bottom_side" + ] + }, + "beta_retail_world_text_panel/text_indent/top_side": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "beta_retail_world_name", + "beta_retail_world_date" + ] + }, + "beta_retail_world_text_panel/text_indent/top_side/beta_retail_world_name": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "beta_retail_world_text_panel/text_indent/top_side/beta_retail_world_date": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "beta_retail_world_text_panel/text_indent/bottom_side": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "beta_retail_world_game_mode", + "beta_retail_world_filesize" + ] + }, + "beta_retail_world_text_panel/text_indent/bottom_side/beta_retail_world_game_mode": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "beta_retail_world_text_panel/text_indent/bottom_side/beta_retail_world_filesize": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "play" + } + }, + "world_content_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "world_screenshot", + "world_text_panel" + ] + }, + "world_content_panel/world_screenshot": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "collection_world_screenshot", + "namespace": "play" + } + }, + "world_content_panel/world_text_panel": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "ownership_verification_in_progress_content": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "loading_bar_panel", + "mid_padding", + "loading_label", + "bottom_padding" + ] + }, + "ownership_verification_in_progress_content/top_padding": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "ownership_verification_in_progress_content/loading_bar_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "loading_bar_animation" + ] + }, + "ownership_verification_in_progress_content/loading_bar_panel/loading_bar_animation": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "ownership_verification_in_progress_content/mid_padding": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "ownership_verification_in_progress_content/loading_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "ownership_verification_in_progress_content/bottom_padding": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "ownership_verification_in_progress_panel": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "ownership_verification_in_progress_content" + ] + }, + "ownership_verification_in_progress_panel/ownership_verification_in_progress_content": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "ownership_verification_in_progress_content", + "namespace": "play" + } + }, + "local_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "legacy_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "beta_retail_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "local_world_edit_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_glyph_button", + "namespace": "common_buttons" + } + }, + "legacy_world_delete_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_glyph_button", + "namespace": "common_buttons" + } + }, + "legacy_world_migrate_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_glyph_button", + "namespace": "common_buttons" + } + }, + "local_world_item": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "header_button_panel", + "signin_in_progress_panel" + ] + }, + "local_world_item/header_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "header_button_panel", + "namespace": "play" + } + }, + "local_world_item/signin_in_progress_panel": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "ownership_verification_in_progress_panel", + "namespace": "play" + } + }, + "legacy_world_item": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "header_button_panel_with_delete", + "header_button_panel_with_migrate", + "header_button_panel_no_delete" + ] + }, + "legacy_world_item/header_button_panel_with_delete": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "header_button_panel", + "namespace": "play" + } + }, + "legacy_world_item/header_button_panel_with_migrate": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "header_button_panel", + "namespace": "play" + } + }, + "legacy_world_item/header_button_panel_no_delete": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "header_single_button_panel", + "namespace": "play" + } + }, + "beta_retail_world_item": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "header_single_button_panel", + "namespace": "play" + } + }, + "local_world_item_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "world_item_grid_base", + "namespace": "play" + } + }, + "legacy_world_item_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "world_item_grid_base", + "namespace": "play" + } + }, + "beta_retail_local_world_item_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "world_item_grid_base", + "namespace": "play" + } + }, + "beta_retail_legacy_world_item_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "world_item_grid_base", + "namespace": "play" + } + }, + "common_button_template": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "common_button_text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "add_friend_and_invite_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "add_friend_button", + "padding_1", + "join_by_code_button", + "padding_2", + "notification_button_panel" + ] + }, + "add_friend_and_invite_panel/add_friend_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "add_friend_button", + "namespace": "play" + } + }, + "add_friend_and_invite_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "add_friend_and_invite_panel/join_by_code_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "join_by_code_button", + "namespace": "play" + } + }, + "add_friend_and_invite_panel/padding_2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "add_friend_and_invite_panel/notification_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "notification_button" + ] + }, + "add_friend_and_invite_panel/notification_button_panel/notification_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "notification_button", + "namespace": "play" + } + }, + "add_friend_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "join_by_code_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "add_server_toggle_button": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "light_text_toggle", + "namespace": "common_toggles" + } + }, + "server_toggle_base": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "dark_image_toggle_collection", + "namespace": "common_toggles" + } + }, + "quick_play_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "create_new_world_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "create_on_realms_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "create_on_realms_button" + ] + }, + "create_on_realms_button_panel/create_on_realms_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "action_button_dark_text", + "namespace": "settings_common" + } + }, + "import_world_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "common_button_template", + "namespace": "play" + } + }, + "sync_legacy_worlds_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "notification_button_text_layout": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "image1", + "image2", + "count" + ] + }, + "notification_button_text_layout/image1": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "invite_icon", + "namespace": "play" + } + }, + "notification_button_text_layout/image2": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "bell_icon", + "namespace": "play" + } + }, + "notification_button_text_layout/count": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "notification_button_text_panel", + "namespace": "start" + } + }, + "notification_button_label_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "notification_button_label" + ] + }, + "notification_button_label_panel/notification_button_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "notification_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "notification_button_text_layout", + "namespace": "play" + } + }, + "notification_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "header_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "buttons" + ] + }, + "header_button_panel/buttons": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "primary_panel", + "secondary" + ] + }, + "header_button_panel/buttons/primary_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "primary" + ] + }, + "header_button_panel/buttons/primary_panel/primary": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "header_button_panel/buttons/secondary": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "header_button_panel_opt_in": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "buttons" + ] + }, + "header_button_panel_opt_in/buttons": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "primary_panel", + "secondary", + "ternary" + ] + }, + "header_button_panel_opt_in/buttons/primary_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "primary" + ] + }, + "header_button_panel_opt_in/buttons/primary_panel/primary": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "header_button_panel_opt_in/buttons/secondary": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "header_button_panel_opt_in/buttons/ternary": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "header_single_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "buttons" + ] + }, + "header_single_button_panel/buttons": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "primary" + ] + }, + "header_single_button_panel/buttons/primary": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "open_account_setting_button_gamecore": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "common_scroll_pane": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_scroll_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_scroll_pane", + "namespace": "play" + }, + "children": [ + "worlds_list_stack_panel" + ] + }, + "worlds_scroll_panel/worlds_list_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "worlds_stack_panel", + "namespace": "play" + } + }, + "game_tip_item_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "info_bulb", + "padding_1", + "label_panel", + "more_info_button" + ] + }, + "game_tip_item_panel/info_bulb": { + "file": "ui/play_screen.json", + "type": "image" + }, + "game_tip_item_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "game_tip_item_panel/label_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_vertical", + "realms_warning_text", + "padding_vertical_1" + ] + }, + "game_tip_item_panel/label_panel/padding_vertical": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "game_tip_item_panel/label_panel/realms_warning_text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "game_tip_item_panel/label_panel/padding_vertical_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "game_tip_item_panel/more_info_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "realm_warning_tip": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "padding_vertical", + "info_panel" + ] + }, + "realm_warning_tip/padding_vertical": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "realm_warning_tip/info_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "game_tip_item_panel", + "namespace": "play" + } + }, + "new_ui_switch_button_options_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "unlock_template_options_button" + ] + }, + "new_ui_switch_button_options_panel/unlock_template_options_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "new_ui_servers_switch_button_options_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "unlock_template_options_button", + "padding_0" + ] + }, + "new_ui_servers_switch_button_options_panel/unlock_template_options_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "new_ui_servers_switch_button_options_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "play_screen_warning", + "header_button", + "worlds_crossplatform_disabled_panel", + "worlds_crossplatform_disable_spacer", + "realms_panel", + "realms_multiplayer_blocked_panel", + "worlds_label", + "grid", + "no_local_worlds_label", + "no_local_worlds_switch_setting", + "beta_retail_local_padding", + "beta_retail_local_worlds_label", + "beta_retail_local_grid", + "loading_legacy_worlds_panel_padding", + "legacy_worlds_button", + "loading_legacy_worlds_panel", + "padding_2", + "upgrade_legacy_worlds_label", + "legacy_world_item_grid", + "beta_retail_legacy_padding", + "beta_retail_legacy_worlds_label", + "beta_retail_legacy_grid", + "pad_hack_panel" + ] + }, + "worlds_stack_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel/play_screen_warning": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realm_warning_tip", + "namespace": "play" + } + }, + "worlds_stack_panel/header_button": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "quick_play", + "buttons" + ] + }, + "worlds_stack_panel/header_button/quick_play": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "quick_play_button", + "namespace": "play" + } + }, + "worlds_stack_panel/header_button/buttons": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "header_button_panel_opt_in", + "namespace": "play" + } + }, + "worlds_stack_panel/worlds_crossplatform_disabled_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "crossplatform_disabled_panel", + "namespace": "play" + } + }, + "worlds_stack_panel/worlds_crossplatform_disable_spacer": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "crossplatform_disable_spacer", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "realms_label", + "sign_in_to_view_realms_button", + "realms_previews_panel", + "create_on_realms_button_panel", + "personal_realms", + "placeholder_personal_realms_panel", + "realms_trial_panel", + "realms_nintendo_first_realm_purchase_panel", + "padding_1" + ] + }, + "worlds_stack_panel/realms_panel/realms_label": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "world_list_label_panel", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_panel/sign_in_to_view_realms_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "sign_in_to_view_realms_button", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_panel/realms_previews_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "new_offers_icon", + "realms_world_item_button" + ] + }, + "worlds_stack_panel/realms_panel/realms_previews_panel/new_offers_icon": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "new_offer_icon", + "namespace": "common_store" + } + }, + "worlds_stack_panel/realms_panel/realms_previews_panel/realms_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "worlds_stack_panel/realms_panel/create_on_realms_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "create_on_realms_button_panel", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_panel/personal_realms": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "realms_world_item_grid", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "placeholder_loading_personal_realms", + "loading_friends_realms_label", + "padding", + "progress_loading_bars" + ] + }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel/placeholder_loading_personal_realms": { + "file": "ui/play_screen.json", + "type": "grid" + }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel/loading_friends_realms_label": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "loading_label", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel/progress_loading_bars": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_panel/realms_trial_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_item_button" + ] + }, + "worlds_stack_panel/realms_panel/realms_trial_panel/realms_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "worlds_stack_panel/realms_panel/realms_nintendo_first_realm_purchase_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "realms_world_item_button" + ] + }, + "worlds_stack_panel/realms_panel/realms_nintendo_first_realm_purchase_panel/realms_world_item_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "worlds_stack_panel/realms_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel/realms_multiplayer_blocked_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "text_panel", + "open_uri_button", + "open_account_setting_button_gamecore" + ] + }, + "worlds_stack_panel/realms_multiplayer_blocked_panel/text_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_multiplayer_blocked_panel/open_uri_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "open_account_setting_button", + "namespace": "play" + } + }, + "worlds_stack_panel/realms_multiplayer_blocked_panel/open_account_setting_button_gamecore": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "open_account_setting_button_gamecore", + "namespace": "play" + } + }, + "worlds_stack_panel/worlds_label": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_list_label_with_color_panel", + "namespace": "play" + } + }, + "worlds_stack_panel/grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "local_world_item_grid", + "namespace": "play" + } + }, + "worlds_stack_panel/no_local_worlds_label": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "worlds_stack_panel/no_local_worlds_switch_setting": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "no_local_worlds_switch_setting", + "namespace": "play" + } + }, + "worlds_stack_panel/beta_retail_local_padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel/beta_retail_local_worlds_label": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "world_list_label_panel", + "namespace": "play" + } + }, + "worlds_stack_panel/beta_retail_local_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "beta_retail_local_world_item_grid", + "namespace": "play" + } + }, + "worlds_stack_panel/loading_legacy_worlds_panel_padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel/legacy_worlds_button": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "legacy_worlds_label", + "sync_legacy_worlds_button_panel" + ] + }, + "worlds_stack_panel/legacy_worlds_button/legacy_worlds_label": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "world_list_label_panel", + "namespace": "play" + } + }, + "worlds_stack_panel/legacy_worlds_button/sync_legacy_worlds_button_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "worlds_stack_panel/legacy_worlds_button/sync_legacy_worlds_button_panel/button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "sync_legacy_worlds_button", + "namespace": "play" + } + }, + "worlds_stack_panel/loading_legacy_worlds_panel": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "loading_legacy_worlds_label", + "padding", + "progress_loading_bars" + ] + }, + "worlds_stack_panel/loading_legacy_worlds_panel/loading_legacy_worlds_label": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "loading_label", + "namespace": "play" + } + }, + "worlds_stack_panel/loading_legacy_worlds_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel/loading_legacy_worlds_panel/progress_loading_bars": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "play" + } + }, + "worlds_stack_panel/padding_2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel/upgrade_legacy_worlds_label": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_list_label_with_color_panel", + "namespace": "play" + } + }, + "worlds_stack_panel/legacy_world_item_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "legacy_world_item_grid", + "namespace": "play" + } + }, + "worlds_stack_panel/beta_retail_legacy_padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "worlds_stack_panel/beta_retail_legacy_worlds_label": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "world_list_label_panel", + "namespace": "play" + } + }, + "worlds_stack_panel/beta_retail_legacy_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "beta_retail_legacy_world_item_grid", + "namespace": "play" + } + }, + "worlds_stack_panel/pad_hack_panel": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "no_local_worlds_switch_setting": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "bg" + ] + }, + "no_local_worlds_switch_setting/bg": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "no_local_worlds_switch_setting", + "no_local_worlds_get_help" + ] + }, + "no_local_worlds_switch_setting/bg/no_local_worlds_switch_setting": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "no_local_worlds_switch_setting/bg/no_local_worlds_get_help": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "no_local_worlds_launch_help": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "storage_location_dropdown_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding1", + "storage_location_dropdown" + ] + }, + "storage_location_dropdown_panel/padding1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "storage_location_dropdown_panel/storage_location_dropdown": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "storage_location_dropdown", + "namespace": "play" + } + }, + "storage_location_dropdown": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "switch_storage_type_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "light_centered_loading_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "light_loading_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "loading_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "progress_loading_bars": { + "file": "ui/play_screen.json", + "type": "image" + }, + "world_list_label_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "list_label" + ] + }, + "world_list_label_panel/list_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "world_list_label_with_color_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "colored_square_sizer", + "padding", + "list_label" + ] + }, + "world_list_label_with_color_panel/colored_square_sizer": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "colored_square" + ] + }, + "world_list_label_with_color_panel/colored_square_sizer/colored_square": { + "file": "ui/play_screen.json", + "type": "image" + }, + "world_list_label_with_color_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "world_list_label_with_color_panel/list_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "empty_panel": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "empty_grid": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "lan_servers_scroll_content": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "friends_scroll_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_scroll_pane", + "namespace": "play" + }, + "children": [ + "stack_panel" + ] + }, + "friends_scroll_panel/stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "friends_screen_warning", + "header_button", + "friends_crossplatform_disabled_panel", + "friends_crossplatform_disable_spacer", + "joinable_realms_panel", + "friends_grid", + "pad_hack_panel", + "no_friends_grid_message", + "switch_find_cross_platform_friend_button", + "add_friend_button_padding", + "cross_platform_friends_grid", + "no_cross_platform_friends_grid_message", + "general_no_multiplayer_grid_message", + "lan_grid", + "open_account_setting_button_gamecore" + ] + }, + "friends_scroll_panel/stack_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "friends_scroll_panel/stack_panel/friends_screen_warning": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realm_warning_tip", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/header_button": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "add_friend_and_invite_panel" + ] + }, + "friends_scroll_panel/stack_panel/header_button/add_friend_and_invite_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "add_friend_and_invite_panel", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/friends_crossplatform_disabled_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "crossplatform_disabled_panel", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/friends_crossplatform_disable_spacer": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "crossplatform_disable_spacer", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "friends_realms_label", + "sign_in_to_view_realms_button_friends", + "friends_realms", + "placeholder_loading_friends_panel", + "get_offline_authcode_message_panel", + "no_realms_grid", + "padding_1" + ] + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/friends_realms_label": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "world_list_label_panel", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/sign_in_to_view_realms_button_friends": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "sign_in_to_view_realms_button_friends", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/friends_realms": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "realms_world_item_grid", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "placeholder_loading_friends_realms", + "loading_friends_realms_label", + "padding", + "progress_loading_bars" + ] + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel/placeholder_loading_friends_realms": { + "file": "ui/play_screen.json", + "type": "grid" + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel/loading_friends_realms_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel/progress_loading_bars": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "content_stack", + "focus_border" + ] + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "message_panel", + "image_panel" + ] + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack/message_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "message_label" + ] + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack/message_panel/message_label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack/image_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "link_image" + ] + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack/image_panel/link_image": { + "file": "ui/play_screen.json", + "type": "image" + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/focus_border": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "hover", + "pressed" + ] + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/focus_border/hover": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/focus_border/pressed": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/no_realms_grid": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "friends_scroll_panel/stack_panel/friends_grid": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/pad_hack_panel": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "friends_scroll_panel/stack_panel/no_friends_grid_message": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/switch_find_cross_platform_friend_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "add_friend_button", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/add_friend_button_padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "friends_scroll_panel/stack_panel/cross_platform_friends_grid": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/no_cross_platform_friends_grid_message": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/general_no_multiplayer_grid_message": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/lan_grid": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "lan_servers_scroll_content", + "namespace": "play" + } + }, + "friends_scroll_panel/stack_panel/open_account_setting_button_gamecore": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "open_account_setting_button_gamecore", + "namespace": "play" + } + }, + "manually_added_servers_scrolling_content": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "more_servers_label", + "padding_1", + "more_servers_grid", + "padding_3" + ] + }, + "manually_added_servers_scrolling_content/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "manually_added_servers_scrolling_content/more_servers_label": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "manually_added_servers_scrolling_content/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "manually_added_servers_scrolling_content/more_servers_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "more_servers_grid", + "namespace": "play" + } + }, + "manually_added_servers_scrolling_content/padding_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "servers_content_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "new_ui_servers_switch_button_options_panel", + "featured_servers_panel", + "more_servers_divider", + "more_servers_panel" + ] + }, + "servers_content_panel/new_ui_servers_switch_button_options_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "new_ui_servers_switch_button_options_panel", + "namespace": "play" + } + }, + "servers_content_panel/featured_servers_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "loading_featured_panel", + "padding_1", + "featured_servers_label", + "padding_2", + "third_party_featured_grid", + "padding_3" + ] + }, + "servers_content_panel/featured_servers_panel/loading_featured_panel": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "loading_friends_realms_label", + "loading_featured_servers_panel" + ] + }, + "servers_content_panel/featured_servers_panel/loading_featured_panel/loading_friends_realms_label": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "light_loading_label", + "namespace": "play" + } + }, + "servers_content_panel/featured_servers_panel/loading_featured_panel/loading_featured_servers_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "loading_featured_servers_panel", + "namespace": "play" + } + }, + "servers_content_panel/featured_servers_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "servers_content_panel/featured_servers_panel/featured_servers_label": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "servers_content_panel/featured_servers_panel/padding_2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "servers_content_panel/featured_servers_panel/third_party_featured_grid": { + "file": "ui/play_screen.json", + "type": "grid", + "extend": { + "name": "third_party_featured_server_grid", + "namespace": "play" + } + }, + "servers_content_panel/featured_servers_panel/padding_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "servers_content_panel/more_servers_divider": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "servers_content_panel/more_servers_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "manually_added_servers_scrolling_content", + "namespace": "play" + } + }, + "server_scroll_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_scroll_pane", + "namespace": "play" + }, + "children": [ + "stack_panel" + ] + }, + "server_scroll_panel/stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "servers_crossplatform_disabled_panel", + "no_featured_server_connection", + "more_servers_blocked_panel", + "padding_1", + "server_content", + "add_server_button" + ] + }, + "server_scroll_panel/stack_panel/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "server_scroll_panel/stack_panel/servers_crossplatform_disabled_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "crossplatform_disabled_panel", + "namespace": "play" + } + }, + "server_scroll_panel/stack_panel/no_featured_server_connection": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "information_panel", + "namespace": "play" + } + }, + "server_scroll_panel/stack_panel/more_servers_blocked_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "server_multiplayer_privileges_blocked", + "open_uri_button" + ] + }, + "server_scroll_panel/stack_panel/more_servers_blocked_panel/server_multiplayer_privileges_blocked": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "information_panel", + "namespace": "play" + } + }, + "server_scroll_panel/stack_panel/more_servers_blocked_panel/open_uri_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "open_account_setting_button", + "namespace": "play" + } + }, + "server_scroll_panel/stack_panel/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "server_scroll_panel/stack_panel/server_content": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "server_scroll_panel/stack_panel/add_server_button": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "add_server_toggle_button", + "namespace": "play" + } + }, + "crossplatform_disabled_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "information_panel", + "namespace": "play" + } + }, + "crossplatform_disable_spacer": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "common_scrolling_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "common_content": { + "file": "ui/play_screen.json", + "type": "input_panel" + }, + "scrolling_offsets": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_scrolling_panel", + "namespace": "play" + } + }, + "worlds_scroll_content": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "common_content", + "namespace": "play" + }, + "children": [ + "worlds_stack_panel" + ] + }, + "worlds_scroll_content/worlds_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "scrolling_panel_sizer", + "scrolling_panel_legacy_storage_sizer" + ] + }, + "worlds_scroll_content/worlds_stack_panel/scrolling_panel_sizer": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "worlds_scroll_content/worlds_stack_panel/scrolling_panel_sizer/scrolling_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_offsets", + "namespace": "play" + } + }, + "worlds_scroll_content/worlds_stack_panel/scrolling_panel_legacy_storage_sizer": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "worlds_scroll_content/worlds_stack_panel/scrolling_panel_legacy_storage_sizer/scrolling_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_offsets", + "namespace": "play" + } + }, + "friends_scroll_content": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "common_content", + "namespace": "play" + }, + "children": [ + "scrolling_panel" + ] + }, + "friends_scroll_content/scrolling_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_offsets", + "namespace": "play" + } + }, + "show_servers_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "left_panel", + "divider_panel", + "right_panel" + ] + }, + "show_servers_panel/left_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "show_servers_panel/left_panel/scrolling_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_offsets", + "namespace": "play" + } + }, + "show_servers_panel/divider_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "main_divider" + ] + }, + "show_servers_panel/divider_panel/main_divider": { + "file": "ui/play_screen.json", + "type": "image" + }, + "show_servers_panel/right_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "server_content_area", + "namespace": "play" + } + }, + "server_scroll_content": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "common_content", + "namespace": "play" + }, + "children": [ + "severs_panel", + "feature_server_message_panel" + ] + }, + "server_scroll_content/severs_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "offset_panel", + "show_servers_panel" + ] + }, + "server_scroll_content/severs_panel/offset_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "servers_sunsetting_warning" + ] + }, + "server_scroll_content/severs_panel/offset_panel/servers_sunsetting_warning": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "realm_warning_tip", + "namespace": "play" + } + }, + "server_scroll_content/severs_panel/show_servers_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "show_servers_panel", + "namespace": "play" + } + }, + "server_scroll_content/feature_server_message_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "featured_servers_label", + "pad", + "feature_server_message_panel", + "open_account_setting_button_gamecore" + ] + }, + "server_scroll_content/feature_server_message_panel/featured_servers_label": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "server_scroll_content/feature_server_message_panel/pad": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "server_scroll_content/feature_server_message_panel/feature_server_message_panel": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "dark_label_background", + "namespace": "play" + }, + "children": [ + "label_panel_layout" + ] + }, + "server_scroll_content/feature_server_message_panel/feature_server_message_panel/label_panel_layout": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "server_scroll_content/feature_server_message_panel/feature_server_message_panel/label_panel_layout/label": { + "file": "ui/play_screen.json", + "type": "label" + }, + "server_scroll_content/feature_server_message_panel/open_account_setting_button_gamecore": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "open_account_setting_button_gamecore", + "namespace": "play" + } + }, + "server_content_area": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "third_party_scrolling_panel", + "additional_server_scrolling_panel", + "add_server_pane" + ] + }, + "server_content_area/third_party_scrolling_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_offsets", + "namespace": "play" + } + }, + "server_content_area/additional_server_scrolling_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_offsets", + "namespace": "play" + } + }, + "server_content_area/add_server_pane": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "add_server_info_panel", + "namespace": "play" + } + }, + "tab_front": { + "file": "ui/play_screen.json", + "type": "image" + }, + "tab_front_middle": { + "file": "ui/play_screen.json", + "type": "image" + }, + "tab_back": { + "file": "ui/play_screen.json", + "type": "image" + }, + "X_tab_back": { + "file": "ui/play_screen.json", + "type": "image" + }, + "tab_text_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "text_section", + "count_section" + ] + }, + "tab_text_stack_panel/padding": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "tab_text_stack_panel/text_section": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "tab_text_stack_panel/text_section/text": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "common_button_text", + "namespace": "play" + } + }, + "tab_text_stack_panel/count_section": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "count_background_image" + ] + }, + "tab_text_stack_panel/count_section/count_background_image": { + "file": "ui/play_screen.json", + "type": "image", + "children": [ + "count" + ] + }, + "tab_text_stack_panel/count_section/count_background_image/count": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "common_button_text", + "namespace": "play" + } + }, + "common_navigation_tab_content": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "icon_section", + "padding_1", + "count_text" + ] + }, + "common_navigation_tab_content/padding_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "common_navigation_tab_content/icon_section": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "common_navigation_tab_content/icon_section/icon": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "common_navigation_tab_content/padding_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "common_navigation_tab_content/count_text": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "tab_text_stack_panel", + "namespace": "play" + } + }, + "friends_navigation_tab_content": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "icon_section", + "icon_section_2", + "icon_section_nobounce", + "icon_section_nobounce_2", + "icon_section_notification", + "count_text" + ] + }, + "friends_navigation_tab_content/padding": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "friends_navigation_tab_content/icon_section": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "friends_navigation_tab_content/icon_section/icon": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "friends_navigation_tab_content/icon_section_2": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "friends_navigation_tab_content/icon_section_2/icon": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "friends_navigation_tab_content/icon_section_nobounce": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "friends_navigation_tab_content/icon_section_nobounce/icon": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "friends_navigation_tab_content/icon_section_nobounce_2": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "friends_navigation_tab_content/icon_section_nobounce_2/icon": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "friends_navigation_tab_content/icon_section_notification": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "icon1", + "icon2" + ] + }, + "friends_navigation_tab_content/icon_section_notification/icon1": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "invite_icon", + "namespace": "play" + } + }, + "friends_navigation_tab_content/icon_section_notification/icon2": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "bell_icon", + "namespace": "play" + } + }, + "friends_navigation_tab_content/count_text": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "tab_text_stack_panel", + "namespace": "play" + } + }, + "top_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "tab_top", + "namespace": "common_tabs" + } + }, + "world_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "play" + } + }, + "friends_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "play" + } + }, + "server_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "play" + } + }, + "close_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "background", + "x_image" + ] + }, + "close_navigation_tab/background": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "X_tab_back", + "namespace": "play" + } + }, + "close_navigation_tab/x_image": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "common_tab_content_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "background", + "content" + ] + }, + "common_tab_content_panel/background": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "common_tab_content_panel/content": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "worlds_tab_content_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "play" + } + }, + "friends_tab_content_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "play" + } + }, + "server_tab_content_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "play" + } + }, + "common_tab_content_panel_type": { + "file": "ui/play_screen.json", + "type": "input_panel" + }, + "edu_tab_content_panel_layout": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "common_tab_content_panel_type", + "namespace": "play" + }, + "children": [ + "worlds_tab_content", + "friends_tab_content", + "server_tab_content_panel" + ] + }, + "edu_tab_content_panel_layout/worlds_tab_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "worlds_tab_content_panel", + "namespace": "play" + } + }, + "edu_tab_content_panel_layout/friends_tab_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "friends_tab_content_panel", + "namespace": "play" + } + }, + "edu_tab_content_panel_layout/server_tab_content_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "server_tab_content_panel", + "namespace": "play" + } + }, + "trial_tab_content_panel_layout": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "common_tab_content_panel_type", + "namespace": "play" + }, + "children": [ + "worlds_tab_content" + ] + }, + "trial_tab_content_panel_layout/worlds_tab_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "worlds_tab_content_panel", + "namespace": "play" + } + }, + "default_tab_content_panel_layout": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "common_tab_content_panel_type", + "namespace": "play" + }, + "children": [ + "worlds_tab_content", + "friends_tab_content", + "server_tab_content_panel" + ] + }, + "default_tab_content_panel_layout/worlds_tab_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "worlds_tab_content_panel", + "namespace": "play" + } + }, + "default_tab_content_panel_layout/friends_tab_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "friends_tab_content_panel", + "namespace": "play" + } + }, + "default_tab_content_panel_layout/server_tab_content_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "server_tab_content_panel", + "namespace": "play" + } + }, + "tab_navigation_panel_layout": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "navigation_tabs", + "close_navigation_tab" + ] + }, + "tab_navigation_panel_layout/navigation_tabs": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "tab_navigation_panel_layout/close_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "close_button" + ] + }, + "tab_navigation_panel_layout/close_navigation_tab/close_button": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "common_tab_navigation_panel_layout": { + "file": "ui/play_screen.json", + "type": "stack_panel" + }, + "edu_tab_navigation_panel_layout": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_tab_navigation_panel_layout", + "namespace": "play" + }, + "children": [ + "world_navigation_tab", + "friends_navigation_tab", + "server_navigation_tab" + ] + }, + "edu_tab_navigation_panel_layout/world_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "world_navigation_tab", + "namespace": "play" + } + }, + "edu_tab_navigation_panel_layout/friends_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "friends_navigation_tab", + "namespace": "play" + } + }, + "edu_tab_navigation_panel_layout/server_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "server_navigation_tab", + "namespace": "play" + } + }, + "trial_tab_navigation_panel_layout": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_tab_navigation_panel_layout", + "namespace": "play" + }, + "children": [ + "world_navigation_tab" + ] + }, + "trial_tab_navigation_panel_layout/world_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "world_navigation_tab", + "namespace": "play" + } + }, + "default_tab_navigation_panel_layout": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_tab_navigation_panel_layout", + "namespace": "play" + }, + "children": [ + "world_navigation_tab", + "friends_navigation_tab", + "server_navigation_tab" + ] + }, + "default_tab_navigation_panel_layout/world_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "world_navigation_tab", + "namespace": "play" + } + }, + "default_tab_navigation_panel_layout/friends_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "friends_navigation_tab", + "namespace": "play" + } + }, + "default_tab_navigation_panel_layout/server_navigation_tab": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "server_navigation_tab", + "namespace": "play" + } + }, + "common_play_screen_panel": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "play_screen_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_play_screen_panel", + "namespace": "play" + }, + "children": [ + "tab_navigation_panel", + "tab_content_panel", + "gamepad_helper_left_bumper", + "gamepad_helper_right_bumper", + "keyboard_helper_left_bracket", + "keyboard_helper_right_bracket" + ] + }, + "play_screen_panel/tab_navigation_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "tab_navigation_panel_layout", + "namespace": "play" + } + }, + "play_screen_panel/tab_content_panel": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "play_screen_panel/gamepad_helper_left_bumper": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_bumper", + "namespace": "common" + } + }, + "play_screen_panel/gamepad_helper_right_bumper": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_bumper", + "namespace": "common" + } + }, + "play_screen_panel/keyboard_helper_left_bracket": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_left_trigger", + "namespace": "common" + } + }, + "play_screen_panel/keyboard_helper_right_bracket": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_right_trigger", + "namespace": "common" + } + }, + "default_play_screen_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "play_screen_panel", + "namespace": "play" + } + }, + "trial_play_screen_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "play_screen_panel", + "namespace": "play" + } + }, + "edu_play_screen_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "play_screen_panel", + "namespace": "play" + } + }, + "play_screen": { + "file": "ui/play_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "play_screen_content": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "main_control", + "editor_text_panel", + "popup_dialog_factory" + ] + }, + "play_screen_content/main_control": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "play_screen_content/editor_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "editor_text_panel", + "namespace": "play" + } + }, + "play_screen_content/popup_dialog_factory": { + "file": "ui/play_screen.json", + "type": "factory" + }, + "popup_dialog_join_by_code": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_input_panel", + "namespace": "popup_dialog" + }, + "children": [ + "join_by_code_popup_background", + "join_by_code_popup_content", + "gamepad_helpers" + ] + }, + "popup_dialog_join_by_code/join_by_code_popup_background": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "join_by_code_popup_background", + "namespace": "play" + } + }, + "popup_dialog_join_by_code/join_by_code_popup_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "join_by_code_popup_content", + "namespace": "play" + } + }, + "popup_dialog_join_by_code/gamepad_helpers": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers_a_and_b", + "namespace": "common" + } + }, + "join_by_code_popup_background": { + "file": "ui/play_screen.json", + "type": "image" + }, + "join_by_code_popup_content": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "popup_dialog_bg", + "popup_stack_panel" + ] + }, + "join_by_code_popup_content/popup_dialog_bg": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "realms_common" + } + }, + "join_by_code_popup_content/popup_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "join_by_code_popup_dialog_header", + "spacing_1", + "join_by_code_popup_dialog_upper_body", + "spacing_2", + "join_by_code_popup_dialog_lower_body" + ] + }, + "join_by_code_popup_content/popup_stack_panel/join_by_code_popup_dialog_header": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "join_by_code_popup_dialog_header", + "namespace": "play" + } + }, + "join_by_code_popup_content/popup_stack_panel/spacing_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "join_by_code_popup_content/popup_stack_panel/join_by_code_popup_dialog_upper_body": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "join_by_code_popup_dialog_upper_body", + "namespace": "play" + } + }, + "join_by_code_popup_content/popup_stack_panel/spacing_2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "join_by_code_popup_content/popup_stack_panel/join_by_code_popup_dialog_lower_body": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "join_by_code_popup_dialog_lower_body", + "namespace": "play" + } + }, + "join_by_code_popup_dialog_header": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "join_by_code_popup_header_text", + "close_button" + ] + }, + "join_by_code_popup_dialog_header/join_by_code_popup_header_text": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "join_by_code_popup_header_text", + "namespace": "play" + } + }, + "join_by_code_popup_dialog_header/close_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "join_by_code_popup_header_text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "join_by_code_popup_dialog_upper_body": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "margin1", + "join_by_code_popup_code_text_field", + "spacing", + "join_by_code_popup_join_button", + "margin2" + ] + }, + "join_by_code_popup_dialog_upper_body/margin1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "join_by_code_popup_dialog_upper_body/join_by_code_popup_code_text_field": { + "file": "ui/play_screen.json", + "type": "edit_box", + "extend": { + "name": "join_by_code_popup_code_text_field", + "namespace": "play" + } + }, + "join_by_code_popup_dialog_upper_body/spacing": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "join_by_code_popup_dialog_upper_body/join_by_code_popup_join_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "join_by_code_popup_join_button", + "namespace": "play" + } + }, + "join_by_code_popup_dialog_upper_body/margin2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "join_by_code_popup_code_text_field": { + "file": "ui/play_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "join_by_code_popup_join_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "join_by_code_popup_help_text": { + "file": "ui/play_screen.json", + "type": "label" + }, + "lower_body_default_content": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "info_text" + ] + }, + "lower_body_default_content/info_text": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "join_by_code_popup_help_text", + "namespace": "play" + } + }, + "join_by_code_popup_dialog_lower_body": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "default" + ] + }, + "join_by_code_popup_dialog_lower_body/default": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "lower_body_default_content", + "namespace": "play" + } + }, + "open_account_setting_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "popup_dialog_high_ping": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_input_panel", + "namespace": "popup_dialog" + }, + "children": [ + "high_ping_popup_background", + "high_ping_popup_content", + "gamepad_helpers" + ] + }, + "popup_dialog_high_ping/high_ping_popup_background": { + "file": "ui/play_screen.json", + "type": "image", + "extend": { + "name": "join_by_code_popup_background", + "namespace": "play" + } + }, + "popup_dialog_high_ping/high_ping_popup_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "popup_two_buttons", + "namespace": "play" + } + }, + "popup_dialog_high_ping/gamepad_helpers": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers_a_and_b", + "namespace": "common" + } + }, + "popup_two_buttons": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "common_panel", + "title_label", + "panel_indent", + "button_panel" + ] + }, + "popup_two_buttons/common_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "popup_two_buttons/title_label": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "popup_two_buttons/panel_indent": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "popup_two_buttons/panel_indent/inside_header_panel": { + "file": "ui/play_screen.json", + "type": "unknown" + }, + "popup_two_buttons/button_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "left_button_panel", + "pad", + "right_button_panel" + ] + }, + "popup_two_buttons/button_panel/left_button_panel": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "high_ping_popup_join_button", + "namespace": "play" + } + }, + "popup_two_buttons/button_panel/pad": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "popup_two_buttons/button_panel/right_button_panel": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "high_ping_popup_cancel_button", + "namespace": "play" + } + }, + "high_ping_popup_content_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "ping_images_panel", + "pad_1", + "text_line_1", + "pad_2", + "text_line_2", + "pad_3" + ] + }, + "high_ping_popup_content_stack_panel/pad_0": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "high_ping_popup_content_stack_panel/ping_images_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "ping_images_stack_panel" + ] + }, + "high_ping_popup_content_stack_panel/ping_images_panel/ping_images_stack_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "medium_connection", + "pad", + "low_connection" + ] + }, + "high_ping_popup_content_stack_panel/ping_images_panel/ping_images_stack_panel/medium_connection": { + "file": "ui/play_screen.json", + "type": "image" + }, + "high_ping_popup_content_stack_panel/ping_images_panel/ping_images_stack_panel/pad": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "high_ping_popup_content_stack_panel/ping_images_panel/ping_images_stack_panel/low_connection": { + "file": "ui/play_screen.json", + "type": "image" + }, + "high_ping_popup_content_stack_panel/pad_1": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "high_ping_popup_content_stack_panel/text_line_1": { + "file": "ui/play_screen.json", + "type": "label" + }, + "high_ping_popup_content_stack_panel/pad_2": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "high_ping_popup_content_stack_panel/text_line_2": { + "file": "ui/play_screen.json", + "type": "label" + }, + "high_ping_popup_content_stack_panel/pad_3": { + "file": "ui/play_screen.json", + "type": "panel" + }, + "high_ping_popup_join_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "high_ping_popup_cancel_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "copyright": { + "file": "ui/play_screen.json", + "type": "label" + }, + "development_version": { + "file": "ui/play_screen.json", + "type": "label" + }, + "version": { + "file": "ui/play_screen.json", + "type": "label" + }, + "editor_text_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "children": [ + "copyright", + "development_version", + "version" + ] + }, + "editor_text_panel/copyright": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "copyright", + "namespace": "play" + } + }, + "editor_text_panel/development_version": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "development_version", + "namespace": "play" + } + }, + "editor_text_panel/version": { + "file": "ui/play_screen.json", + "type": "label", + "extend": { + "name": "version", + "namespace": "play" + } + }, + "editor_settings_image_content": { + "file": "ui/play_screen.json", + "type": "image" + }, + "editor_settings_menu_button": { + "file": "ui/play_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "editor_server_content_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "children": [ + "more_servers_panel" + ] + }, + "editor_server_content_panel/more_servers_panel": { + "file": "ui/play_screen.json", + "type": "stack_panel", + "extend": { + "name": "manually_added_servers_scrolling_content", + "namespace": "play" + } + }, + "editor_tab_content_panel_layout": { + "file": "ui/play_screen.json", + "type": "input_panel", + "extend": { + "name": "common_tab_content_panel_type", + "namespace": "play" + }, + "children": [ + "worlds_tab_content", + "friends_tab_content", + "server_tab_content_panel" + ] + }, + "editor_tab_content_panel_layout/worlds_tab_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "worlds_tab_content_panel", + "namespace": "play" + } + }, + "editor_tab_content_panel_layout/friends_tab_content": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "friends_tab_content_panel", + "namespace": "play" + } + }, + "editor_tab_content_panel_layout/server_tab_content_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "server_tab_content_panel", + "namespace": "play" + } + }, + "editor_play_screen_panel": { + "file": "ui/play_screen.json", + "type": "panel", + "extend": { + "name": "play_screen_panel", + "namespace": "play" + } + } + }, + "perf_turtle": { + "perf_turtle_panel": { + "file": "ui/perf_turtle.json", + "type": "panel", + "children": [ + "perf_turtle_background", + "stack_panel" + ] + }, + "perf_turtle_panel/perf_turtle_background": { + "file": "ui/perf_turtle.json", + "type": "image" + }, + "perf_turtle_panel/stack_panel": { + "file": "ui/perf_turtle.json", + "type": "stack_panel", + "children": [ + "turtle", + "turtle_text" + ] + }, + "perf_turtle_panel/stack_panel/turtle": { + "file": "ui/perf_turtle.json", + "type": "image" + }, + "perf_turtle_panel/stack_panel/turtle_text": { + "file": "ui/perf_turtle.json", + "type": "label" + } + }, + "pocket_containers": { + "generic_label": { + "file": "ui/pocket_containers.json", + "type": "label" + }, + "header_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "children": [ + "header_background", + "title_label" + ] + }, + "header_panel/header_background": { + "file": "ui/pocket_containers.json", + "type": "image" + }, + "header_panel/title_label": { + "file": "ui/pocket_containers.json", + "type": "label", + "extend": { + "name": "generic_label", + "namespace": "pocket_containers" + } + }, + "header_area": { + "file": "ui/pocket_containers.json", + "type": "panel", + "children": [ + "x", + "inventory_header", + "container_header" + ] + }, + "header_area/x": { + "file": "ui/pocket_containers.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header_area/inventory_header": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "header_panel", + "namespace": "pocket_containers" + } + }, + "header_area/container_header": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "header_panel", + "namespace": "pocket_containers" + } + }, + "dark_bg": { + "file": "ui/pocket_containers.json", + "type": "image" + }, + "panel_outline": { + "file": "ui/pocket_containers.json", + "type": "image" + }, + "background_panel": { + "file": "ui/pocket_containers.json", + "type": "image" + }, + "inventory_grid": { + "file": "ui/pocket_containers.json", + "type": "grid" + }, + "inventory_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_panel/scrolling_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "half_screen": { + "file": "ui/pocket_containers.json", + "type": "panel", + "children": [ + "inventory_panel" + ] + }, + "half_screen/inventory_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "inventory_panel", + "namespace": "pocket_containers" + } + }, + "panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "header", + "bg", + "inventory", + "container", + "selected_item_details_factory", + "item_lock_notification_factory", + "gamepad_cursor", + "inventory_selected_icon_button", + "hold_icon", + "flying_item_renderer" + ] + }, + "panel/container_gamepad_helpers": { + "file": "ui/pocket_containers.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "panel/header": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "header_area", + "namespace": "pocket_containers" + } + }, + "panel/bg": { + "file": "ui/pocket_containers.json", + "type": "image", + "extend": { + "name": "background_panel", + "namespace": "pocket_containers" + } + }, + "panel/inventory": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "half_screen", + "namespace": "pocket_containers" + } + }, + "panel/container": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "half_screen", + "namespace": "pocket_containers" + } + }, + "panel/selected_item_details_factory": { + "file": "ui/pocket_containers.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "panel/item_lock_notification_factory": { + "file": "ui/pocket_containers.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "panel/gamepad_cursor": { + "file": "ui/pocket_containers.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "panel/inventory_selected_icon_button": { + "file": "ui/pocket_containers.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "panel/hold_icon": { + "file": "ui/pocket_containers.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "panel/flying_item_renderer": { + "file": "ui/pocket_containers.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "small_chest_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "panel", + "namespace": "pocket_containers" + } + }, + "large_chest_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "panel", + "namespace": "pocket_containers" + } + }, + "hopper_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "panel", + "namespace": "pocket_containers" + } + }, + "dispenser_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "panel", + "namespace": "pocket_containers" + } + }, + "dropper_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "panel", + "namespace": "pocket_containers" + } + }, + "ender_chest_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "panel", + "namespace": "pocket_containers" + } + }, + "shulker_box_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "small_chest_panel", + "namespace": "pocket_containers" + } + }, + "barrel_panel": { + "file": "ui/pocket_containers.json", + "type": "panel", + "extend": { + "name": "small_chest_panel", + "namespace": "pocket_containers" + } + } + }, + "popup_dialog": { + "popup_dialog_bg": { + "file": "ui/popup_dialog.json", + "type": "image" + }, + "popup_dialog_message": { + "file": "ui/popup_dialog.json", + "type": "label" + }, + "popup_dialog_button": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "popup_dialog_button_with_binding": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "popup_dialog_left_button": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "popup_dialog_button", + "namespace": "popup_dialog" + } + }, + "popup_dialog_middle_button": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "popup_dialog_button", + "namespace": "popup_dialog" + } + }, + "popup_dialog_right_button": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "popup_dialog_button", + "namespace": "popup_dialog" + } + }, + "popup_dialog": { + "file": "ui/popup_dialog.json", + "type": "input_panel" + }, + "modal_background_image": { + "file": "ui/popup_dialog.json", + "type": "image" + }, + "black_tint_image": { + "file": "ui/popup_dialog.json", + "type": "image" + }, + "modal_title_text": { + "file": "ui/popup_dialog.json", + "type": "label" + }, + "modal_label_text": { + "file": "ui/popup_dialog.json", + "type": "stack_panel", + "children": [ + "padding", + "text" + ] + }, + "modal_label_text/padding": { + "file": "ui/popup_dialog.json", + "type": "panel" + }, + "modal_label_text/text": { + "file": "ui/popup_dialog.json", + "type": "label" + }, + "modal_checkbox_button": { + "file": "ui/popup_dialog.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + }, + "children": [ + "header_description_stack_panel" + ] + }, + "modal_checkbox_button/header_description_stack_panel": { + "file": "ui/popup_dialog.json", + "type": "stack_panel", + "children": [ + "checkbox_visuals", + "buffer_panel", + "padding_panel" + ] + }, + "modal_checkbox_button/header_description_stack_panel/checkbox_visuals": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "toggle_visuals", + "namespace": "common" + } + }, + "modal_checkbox_button/header_description_stack_panel/buffer_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "label" + ] + }, + "modal_checkbox_button/header_description_stack_panel/buffer_panel/label": { + "file": "ui/popup_dialog.json", + "type": "label" + }, + "modal_checkbox_button/header_description_stack_panel/padding_panel": { + "file": "ui/popup_dialog.json", + "type": "panel" + }, + "dialog_text_wrapper": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "modal_label_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "modal_left_button": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "modal_middle_button": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "modal_rightcancel_button": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "three_buttons_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "left", + "middle", + "right" + ] + }, + "three_buttons_panel/left": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_left_button", + "namespace": "popup_dialog" + } + }, + "three_buttons_panel/middle": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_middle_button", + "namespace": "popup_dialog" + } + }, + "three_buttons_panel/right": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_rightcancel_button", + "namespace": "popup_dialog" + } + }, + "two_buttons_checkbox_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "left", + "middle", + "checkbox" + ] + }, + "two_buttons_checkbox_panel/left": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_left_button", + "namespace": "popup_dialog" + } + }, + "two_buttons_checkbox_panel/middle": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_middle_button", + "namespace": "popup_dialog" + } + }, + "two_buttons_checkbox_panel/checkbox": { + "file": "ui/popup_dialog.json", + "type": "toggle", + "extend": { + "name": "modal_checkbox_button", + "namespace": "popup_dialog" + } + }, + "destructive_three_buttons_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "left", + "middle", + "right" + ] + }, + "destructive_three_buttons_panel/left": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_left_button", + "namespace": "popup_dialog" + } + }, + "destructive_three_buttons_panel/middle": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_middle_button", + "namespace": "popup_dialog" + } + }, + "destructive_three_buttons_panel/right": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_rightcancel_button", + "namespace": "popup_dialog" + } + }, + "two_buttons_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "left", + "right" + ] + }, + "two_buttons_panel/left": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_left_button", + "namespace": "popup_dialog" + } + }, + "two_buttons_panel/right": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_rightcancel_button", + "namespace": "popup_dialog" + } + }, + "destructive_two_buttons_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "left", + "right" + ] + }, + "destructive_two_buttons_panel/left": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_left_button", + "namespace": "popup_dialog" + } + }, + "destructive_two_buttons_panel/right": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_rightcancel_button", + "namespace": "popup_dialog" + } + }, + "single_button_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "left" + ] + }, + "single_button_panel/left": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_middle_button", + "namespace": "popup_dialog" + } + }, + "single_button_checkbox_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "left", + "checkbox" + ] + }, + "single_button_checkbox_panel/left": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "modal_left_button", + "namespace": "popup_dialog" + } + }, + "single_button_checkbox_panel/checkbox": { + "file": "ui/popup_dialog.json", + "type": "toggle", + "extend": { + "name": "modal_checkbox_button", + "namespace": "popup_dialog" + } + }, + "modal_dialog_base": { + "file": "ui/popup_dialog.json", + "type": "unknown" + }, + "modal_dialog_with_buttons": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "background_with_buttons", + "title", + "text", + "button_panel" + ] + }, + "modal_dialog_with_buttons/background_with_buttons": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "modal_dialog_with_buttons/title": { + "file": "ui/popup_dialog.json", + "type": "label", + "extend": { + "name": "modal_title_text", + "namespace": "popup_dialog" + } + }, + "modal_dialog_with_buttons/text": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "modal_label_panel", + "namespace": "popup_dialog" + } + }, + "modal_dialog_with_buttons/button_panel": { + "file": "ui/popup_dialog.json", + "type": "unknown" + }, + "modal_input_panel": { + "file": "ui/popup_dialog.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "black_tint_image" + ] + }, + "modal_input_panel/black_tint_image": { + "file": "ui/popup_dialog.json", + "type": "image", + "extend": { + "name": "black_tint_image", + "namespace": "popup_dialog" + } + }, + "modal_dialog_popup": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "modal_input" + ] + }, + "modal_dialog_popup/modal_input": { + "file": "ui/popup_dialog.json", + "type": "input_panel", + "extend": { + "name": "modal_input_panel", + "namespace": "popup_dialog" + }, + "children": [ + "modal_bg_buttons", + "black_background" + ] + }, + "modal_dialog_popup/modal_input/modal_bg_buttons": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "modal_dialog_with_buttons", + "namespace": "popup_dialog" + } + }, + "modal_dialog_popup/modal_input/black_background": { + "file": "ui/popup_dialog.json", + "type": "image" + }, + "hollow_2_bottom_button_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "lower_button_controls" + ] + }, + "hollow_2_bottom_button_panel/lower_button_controls": { + "file": "ui/popup_dialog.json", + "type": "unknown" + }, + "form_fit_screen_with_title_and_close_and_bottom_buttons": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "form_fit_screen_with_title_and_close", + "namespace": "popup_dialog" + } + }, + "form_fit_screen_with_title_and_close": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "panel_background", + "panel_content" + ] + }, + "form_fit_screen_with_title_and_close/panel_background": { + "file": "ui/popup_dialog.json", + "type": "unknown" + }, + "form_fit_screen_with_title_and_close/panel_content": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "header", + "close_button_panel", + "contents", + "lower_contents" + ] + }, + "form_fit_screen_with_title_and_close/panel_content/header": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "header_content" + ] + }, + "form_fit_screen_with_title_and_close/panel_content/header/header_content": { + "file": "ui/popup_dialog.json", + "type": "label" + }, + "form_fit_screen_with_title_and_close/panel_content/close_button_panel": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "close" + ] + }, + "form_fit_screen_with_title_and_close/panel_content/close_button_panel/close": { + "file": "ui/popup_dialog.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "form_fit_screen_with_title_and_close/panel_content/contents": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "contents", + "content_padding" + ] + }, + "form_fit_screen_with_title_and_close/panel_content/contents/contents": { + "file": "ui/popup_dialog.json", + "type": "unknown" + }, + "form_fit_screen_with_title_and_close/panel_content/contents/content_padding": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "form_fit_screen_with_title_and_close/panel_content/lower_contents": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "contents" + ] + }, + "form_fit_screen_with_title_and_close/panel_content/lower_contents/contents": { + "file": "ui/popup_dialog.json", + "type": "unknown" + }, + "form_fit_modal_dialog_popup": { + "file": "ui/popup_dialog.json", + "type": "input_panel", + "extend": { + "name": "modal_input_panel", + "namespace": "popup_dialog" + }, + "children": [ + "background", + "content" + ] + }, + "form_fit_modal_dialog_popup/background": { + "file": "ui/popup_dialog.json", + "type": "unknown" + }, + "form_fit_modal_dialog_popup/content": { + "file": "ui/popup_dialog.json", + "type": "unknown" + }, + "progress_dialog_popup": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "modal_dialog_popup", + "namespace": "popup_dialog" + }, + "children": [ + "background", + "title", + "progress_content", + "button" + ] + }, + "progress_dialog_popup/background": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "progress_dialog_popup/title": { + "file": "ui/popup_dialog.json", + "type": "label", + "extend": { + "name": "modal_title_text", + "namespace": "popup_dialog" + } + }, + "progress_dialog_popup/progress_content": { + "file": "ui/popup_dialog.json", + "type": "stack_panel", + "extend": { + "name": "progress_content", + "namespace": "popup_dialog" + } + }, + "progress_dialog_popup/button": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "single_button_panel", + "namespace": "popup_dialog" + } + }, + "progress_content": { + "file": "ui/popup_dialog.json", + "type": "stack_panel", + "children": [ + "progress_titles", + "progress_bar" + ] + }, + "progress_content/progress_titles": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "current_progress_label", + "total_progress_label" + ] + }, + "progress_content/progress_titles/current_progress_label": { + "file": "ui/popup_dialog.json", + "type": "label", + "extend": { + "name": "current_progress_label", + "namespace": "popup_dialog" + } + }, + "progress_content/progress_titles/total_progress_label": { + "file": "ui/popup_dialog.json", + "type": "label", + "extend": { + "name": "total_progress_label", + "namespace": "popup_dialog" + } + }, + "progress_content/progress_bar": { + "file": "ui/popup_dialog.json", + "type": "panel", + "extend": { + "name": "progress_bar_icon", + "namespace": "popup_dialog" + } + }, + "progress_label": { + "file": "ui/popup_dialog.json", + "type": "label" + }, + "current_progress_label": { + "file": "ui/popup_dialog.json", + "type": "label", + "extend": { + "name": "progress_label", + "namespace": "popup_dialog" + } + }, + "total_progress_label": { + "file": "ui/popup_dialog.json", + "type": "label", + "extend": { + "name": "progress_label", + "namespace": "popup_dialog" + } + }, + "progress_bar_icon": { + "file": "ui/popup_dialog.json", + "type": "panel", + "children": [ + "full_progress_bar_icon", + "empty_progress_bar_icon", + "progress_bar_nub" + ] + }, + "progress_bar_icon/full_progress_bar_icon": { + "file": "ui/popup_dialog.json", + "type": "image", + "extend": { + "name": "full_progress_bar_icon", + "namespace": "popup_dialog" + } + }, + "progress_bar_icon/empty_progress_bar_icon": { + "file": "ui/popup_dialog.json", + "type": "image", + "extend": { + "name": "empty_progress_bar_icon", + "namespace": "popup_dialog" + } + }, + "progress_bar_icon/progress_bar_nub": { + "file": "ui/popup_dialog.json", + "type": "image", + "extend": { + "name": "progress_bar_nub", + "namespace": "popup_dialog" + } + }, + "empty_progress_bar_icon": { + "file": "ui/popup_dialog.json", + "type": "image" + }, + "full_progress_bar_icon": { + "file": "ui/popup_dialog.json", + "type": "image" + }, + "progress_bar_nub": { + "file": "ui/popup_dialog.json", + "type": "image" + } + }, + "portfolio": { + "screenshot": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "screenshot_frame": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "trash_default": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "trash_hover": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "trash_pressed": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "photo_trash_button_left": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "photo_trash_button", + "namespace": "edu_common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "photo_trash_button_left/default": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "trash_default", + "namespace": "portfolio" + } + }, + "photo_trash_button_left/hover": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "trash_hover", + "namespace": "portfolio" + } + }, + "photo_trash_button_left/pressed": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "trash_pressed", + "namespace": "portfolio" + } + }, + "photo_trash_button_right": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "photo_trash_button", + "namespace": "edu_common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "photo_trash_button_right/default": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "trash_default", + "namespace": "portfolio" + } + }, + "photo_trash_button_right/hover": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "trash_hover", + "namespace": "portfolio" + } + }, + "photo_trash_button_right/pressed": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "trash_pressed", + "namespace": "portfolio" + } + }, + "photo_number": { + "file": "ui/portfolio_screen.json", + "type": "label" + }, + "photo_number_left": { + "file": "ui/portfolio_screen.json", + "type": "label", + "extend": { + "name": "photo_number", + "namespace": "portfolio" + } + }, + "photo_number_right": { + "file": "ui/portfolio_screen.json", + "type": "label", + "extend": { + "name": "photo_number", + "namespace": "portfolio" + } + }, + "photo_corner_bl": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "photo_corner_br": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "photo_corner_tr": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "photo_corner_tl": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "page_photo": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "screenshot", + "screenshot_frame", + "photo_corner_bl", + "photo_corner_br", + "photo_corner_tl", + "photo_corner_tr" + ] + }, + "page_photo/screenshot": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "screenshot", + "namespace": "portfolio" + } + }, + "page_photo/screenshot_frame": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "screenshot_frame", + "namespace": "portfolio" + } + }, + "page_photo/photo_corner_bl": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_bl", + "namespace": "portfolio" + } + }, + "page_photo/photo_corner_br": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_br", + "namespace": "portfolio" + } + }, + "page_photo/photo_corner_tl": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_tl", + "namespace": "portfolio" + } + }, + "page_photo/photo_corner_tr": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_tr", + "namespace": "portfolio" + } + }, + "pick_item": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "photo", + "button" + ] + }, + "pick_item/photo": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "page_photo", + "namespace": "portfolio" + } + }, + "pick_item/button": { + "file": "ui/portfolio_screen.json", + "type": "button" + }, + "header": { + "file": "ui/portfolio_screen.json", + "type": "label" + }, + "screenshot_grid": { + "file": "ui/portfolio_screen.json", + "type": "stack_panel", + "extend": { + "name": "stack_panel_grid", + "namespace": "edu_common" + } + }, + "text_centering_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "header" + ] + }, + "text_centering_panel/header": { + "file": "ui/portfolio_screen.json", + "type": "label", + "extend": { + "name": "header", + "namespace": "portfolio" + } + }, + "pick_scrolling_content": { + "file": "ui/portfolio_screen.json", + "type": "stack_panel", + "children": [ + "header", + "portfolio_grid" + ] + }, + "pick_scrolling_content/header": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "text_centering_panel", + "namespace": "portfolio" + } + }, + "pick_scrolling_content/portfolio_grid": { + "file": "ui/portfolio_screen.json", + "type": "stack_panel", + "extend": { + "name": "screenshot_grid", + "namespace": "portfolio" + } + }, + "no_pick_photos_alert_label": { + "file": "ui/portfolio_screen.json", + "type": "label" + }, + "pick_panel": { + "file": "ui/portfolio_screen.json", + "type": "image", + "children": [ + "scroll", + "close_button", + "no_pick_photos_alert_label" + ] + }, + "pick_panel/scroll": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "pick_panel/close_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "portfolio" + } + }, + "pick_panel/no_pick_photos_alert_label": { + "file": "ui/portfolio_screen.json", + "type": "label", + "extend": { + "name": "no_pick_photos_alert_label", + "namespace": "portfolio" + } + }, + "text_edit_box_default_indent": { + "file": "ui/portfolio_screen.json", + "type": "panel" + }, + "text_edit_box_hover_indent": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "text_edit_box_default_indent", + "namespace": "portfolio" + }, + "children": [ + "focus_border_white" + ] + }, + "text_edit_box_hover_indent/focus_border_white": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "text_edit_control": { + "file": "ui/portfolio_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_box", + "namespace": "common" + }, + "children": [ + "clipper_panel", + "locked", + "default", + "hover", + "pressed" + ] + }, + "text_edit_control/clipper_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "display_text", + "place_holder_control" + ] + }, + "text_edit_control/clipper_panel/display_text": { + "file": "ui/portfolio_screen.json", + "type": "label", + "extend": { + "name": "text_edit_box_label", + "namespace": "common" + } + }, + "text_edit_control/clipper_panel/place_holder_control": { + "file": "ui/portfolio_screen.json", + "type": "unknown" + }, + "text_edit_control/locked": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "edit_box_indent" + ] + }, + "text_edit_control/locked/edit_box_indent": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "edit_box_indent", + "namespace": "common" + } + }, + "text_edit_control/default": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "text_edit_box_default_indent", + "namespace": "portfolio" + } + }, + "text_edit_control/hover": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "text_edit_box_hover_indent", + "namespace": "portfolio" + } + }, + "text_edit_control/pressed": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "text_edit_box_hover_indent", + "namespace": "portfolio" + } + }, + "photo_item": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "screenshot", + "screenshot_frame", + "text_edit_control", + "photo_corner_bl", + "photo_corner_br", + "photo_corner_tl", + "photo_corner_tr" + ] + }, + "photo_item/screenshot": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "screenshot", + "namespace": "portfolio" + } + }, + "photo_item/screenshot_frame": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "screenshot_frame", + "namespace": "portfolio" + } + }, + "photo_item/text_edit_control": { + "file": "ui/portfolio_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "portfolio" + } + }, + "photo_item/photo_corner_bl": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_bl", + "namespace": "portfolio" + } + }, + "photo_item/photo_corner_br": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_br", + "namespace": "portfolio" + } + }, + "photo_item/photo_corner_tl": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_tl", + "namespace": "portfolio" + } + }, + "photo_item/photo_corner_tr": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "photo_corner_tr", + "namespace": "portfolio" + } + }, + "photo_grid_item": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "photo_item" + ] + }, + "photo_grid_item/photo_item": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "photo_item", + "namespace": "portfolio" + } + }, + "photo_list_grid": { + "file": "ui/portfolio_screen.json", + "type": "grid" + }, + "prev_button_default": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "prev_button_hover": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "prev_button_pressed": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "photo_page_prev_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "photo_page_prev_button/default": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "prev_button_default", + "namespace": "portfolio" + } + }, + "photo_page_prev_button/hover": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "prev_button_hover", + "namespace": "portfolio" + } + }, + "photo_page_prev_button/pressed": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "prev_button_pressed", + "namespace": "portfolio" + } + }, + "next_button_default": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "next_button_hover": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "next_button_pressed": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "photo_page_next_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "photo_page_next_button/default": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "next_button_default", + "namespace": "portfolio" + } + }, + "photo_page_next_button/hover": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "next_button_hover", + "namespace": "portfolio" + } + }, + "photo_page_next_button/pressed": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "next_button_pressed", + "namespace": "portfolio" + } + }, + "convert_button_default": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "convert_button_hover": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "convert_button_pressed": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "photo_convert_left_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "photo_convert_left_button/default": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "convert_button_default", + "namespace": "portfolio" + } + }, + "photo_convert_left_button/hover": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "convert_button_hover", + "namespace": "portfolio" + } + }, + "photo_convert_left_button/pressed": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "convert_button_pressed", + "namespace": "portfolio" + } + }, + "photo_convert_right_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "photo_convert_right_button/default": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "convert_button_default", + "namespace": "portfolio" + } + }, + "photo_convert_right_button/hover": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "convert_button_hover", + "namespace": "portfolio" + } + }, + "photo_convert_right_button/pressed": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "convert_button_pressed", + "namespace": "portfolio" + } + }, + "bottom_button_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "export_button", + "im_content_button", + "add_photo_button" + ] + }, + "bottom_button_panel/export_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "export_button", + "namespace": "portfolio" + } + }, + "bottom_button_panel/im_content_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "im_content_button", + "namespace": "portfolio" + } + }, + "bottom_button_panel/add_photo_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "add_photo_button", + "namespace": "portfolio" + } + }, + "im_content_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "reader_button", + "namespace": "im_reader" + } + }, + "export_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "add_photo_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "book_binding": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "book_spine": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "book_background": { + "file": "ui/portfolio_screen.json", + "type": "image", + "children": [ + "book_binding", + "top_spine", + "bottom_spine" + ] + }, + "book_background/book_binding": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "book_binding", + "namespace": "portfolio" + } + }, + "book_background/top_spine": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "book_spine", + "namespace": "portfolio" + } + }, + "book_background/bottom_spine": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "book_spine", + "namespace": "portfolio" + } + }, + "header_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "header_background" + ] + }, + "header_panel/header_background": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "close_button_default": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "close_button_hover": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "close_button_pressed": { + "file": "ui/portfolio_screen.json", + "type": "image" + }, + "close_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "children": [ + "default", + "hover", + "pressed" + ] + }, + "close_button/default": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "close_button_default", + "namespace": "portfolio" + } + }, + "close_button/hover": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "close_button_hover", + "namespace": "portfolio" + } + }, + "close_button/pressed": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "close_button_pressed", + "namespace": "portfolio" + } + }, + "no_photos_alert_label": { + "file": "ui/portfolio_screen.json", + "type": "label" + }, + "book_and_buttons_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "book_panel", + "bottom_button_panel" + ] + }, + "book_and_buttons_panel/book_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "book_background", + "close_button", + "photo_list_grid", + "photo_number_left", + "photo_number_right", + "photo_trash_button_left", + "photo_trash_button_right", + "photo_page_prev_button", + "photo_page_next_button", + "photo_convert_left_button", + "photo_convert_right_button", + "no_photos_alert_label" + ] + }, + "book_and_buttons_panel/book_panel/book_background": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "book_background", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/close_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_list_grid": { + "file": "ui/portfolio_screen.json", + "type": "grid", + "extend": { + "name": "photo_list_grid", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_number_left": { + "file": "ui/portfolio_screen.json", + "type": "label", + "extend": { + "name": "photo_number_left", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_number_right": { + "file": "ui/portfolio_screen.json", + "type": "label", + "extend": { + "name": "photo_number_right", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_trash_button_left": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "photo_trash_button_left", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_trash_button_right": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "photo_trash_button_right", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_page_prev_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "photo_page_prev_button", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_page_next_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "photo_page_next_button", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_convert_left_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "photo_convert_left_button", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/photo_convert_right_button": { + "file": "ui/portfolio_screen.json", + "type": "button", + "extend": { + "name": "photo_convert_right_button", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/book_panel/no_photos_alert_label": { + "file": "ui/portfolio_screen.json", + "type": "label", + "extend": { + "name": "no_photos_alert_label", + "namespace": "portfolio" + } + }, + "book_and_buttons_panel/bottom_button_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "bottom_button_panel", + "namespace": "portfolio" + } + }, + "root_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel" + }, + "portfolio_screen": { + "file": "ui/portfolio_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "portfolio_screen_content": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "portfolio_screen_content/root_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "root_panel", + "namespace": "portfolio" + }, + "children": [ + "book_and_buttons_panel", + "pick_panel" + ] + }, + "portfolio_screen_content/root_panel/book_and_buttons_panel": { + "file": "ui/portfolio_screen.json", + "type": "panel", + "extend": { + "name": "book_and_buttons_panel", + "namespace": "portfolio" + } + }, + "portfolio_screen_content/root_panel/pick_panel": { + "file": "ui/portfolio_screen.json", + "type": "image", + "extend": { + "name": "pick_panel", + "namespace": "portfolio" + } + } + }, + "progress": { + "popup_dialog_base": { + "file": "ui/progress_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "background", + "scrolling_panel", + "totalSelected", + "totalSelectedSize", + "left", + "right" + ] + }, + "popup_dialog_base/background": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "popup_dialog" + } + }, + "popup_dialog_base/scrolling_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "popup_dialog_base/totalSelected": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "popup_dialog_base/totalSelectedSize": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "popup_dialog_base/left": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_left_button", + "namespace": "popup_dialog" + } + }, + "popup_dialog_base/right": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_right_button", + "namespace": "popup_dialog" + } + }, + "checkbox_visual": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "control" + ] + }, + "checkbox_visual/control": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "checkbox_visuals_unchecked": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_visual", + "namespace": "progress" + } + }, + "checkbox_visuals_checked": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_visual", + "namespace": "progress" + } + }, + "checkbox_visuals_unchecked_locked": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_visual", + "namespace": "progress" + } + }, + "checkbox_visuals_checked_locked": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_visual", + "namespace": "progress" + } + }, + "checkbox_visuals_unchecked_hover": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_visual", + "namespace": "progress" + } + }, + "checkbox_visuals_checked_hover": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_visual", + "namespace": "progress" + } + }, + "checkbox_with_label_core": { + "file": "ui/progress_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + } + }, + "checkbox_with_label": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "checkbox_with_label_core" + ] + }, + "checkbox_with_label/checkbox_with_label_core": { + "file": "ui/progress_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox_with_label_core", + "namespace": "progress" + } + }, + "resource_pack_grid_item": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_with_label", + "namespace": "progress" + } + }, + "resource_pack_section": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "required_resource_pack_list_grid", + "optional_resource_pack_list_grid" + ] + }, + "resource_pack_section/required_resource_pack_list_grid": { + "file": "ui/progress_screen.json", + "type": "grid" + }, + "resource_pack_section/optional_resource_pack_list_grid": { + "file": "ui/progress_screen.json", + "type": "grid" + }, + "simple_popup_dialog_base": { + "file": "ui/progress_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "dialog_background_hollow_3" + ] + }, + "simple_popup_dialog_base/dialog_background_hollow_3": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_3", + "namespace": "common" + }, + "children": [ + "control" + ] + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control": { + "file": "ui/progress_screen.json", + "type": "image", + "children": [ + "content_panel" + ] + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "title", + "padding_1", + "description", + "padding_2", + "description2", + "padding_3", + "top_optional_button", + "padding_4", + "middle_button", + "padding_5", + "bottom_button" + ] + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_0": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/title": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_1": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/description": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_2": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/description2": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_3": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/top_optional_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_button_with_binding", + "namespace": "popup_dialog" + } + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_4": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/middle_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_button_with_binding", + "namespace": "popup_dialog" + } + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_5": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/bottom_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_button", + "namespace": "popup_dialog" + } + }, + "resource_pack_download_popup_base": { + "file": "ui/progress_screen.json", + "type": "input_panel", + "extend": { + "name": "simple_popup_dialog_base", + "namespace": "progress" + } + }, + "resource_pack_download_server_required": { + "file": "ui/progress_screen.json", + "type": "input_panel", + "extend": { + "name": "resource_pack_download_popup_base", + "namespace": "progress" + } + }, + "resource_pack_download_optional_and_required": { + "file": "ui/progress_screen.json", + "type": "input_panel", + "extend": { + "name": "resource_pack_download_popup_base", + "namespace": "progress" + } + }, + "resource_pack_download_optional": { + "file": "ui/progress_screen.json", + "type": "input_panel", + "extend": { + "name": "resource_pack_download_popup_base", + "namespace": "progress" + } + }, + "resource_pack_download_required": { + "file": "ui/progress_screen.json", + "type": "input_panel", + "extend": { + "name": "resource_pack_download_popup_base", + "namespace": "progress" + } + }, + "normal_stroke_button": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "progress_screen_text": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_screen_text", + "namespace": "progress" + } + }, + "progress_bar_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_screen_text", + "namespace": "progress" + } + }, + "code_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_screen_text", + "namespace": "progress" + } + }, + "code_number": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_screen_text", + "namespace": "progress" + } + }, + "progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "progress_loading_spinner": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "fancy_progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "full_progress_bar_icon", + "empty_progress_bar_icon", + "progress_bar_nub" + ] + }, + "fancy_progress_loading_bars/full_progress_bar_icon": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "full_progress_bar_icon_base", + "namespace": "achievement" + } + }, + "fancy_progress_loading_bars/empty_progress_bar_icon": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "empty_progress_bar_icon", + "namespace": "achievement" + } + }, + "fancy_progress_loading_bars/progress_bar_nub": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_bar_nub", + "namespace": "progress" + } + }, + "progress_bar": { + "file": "ui/progress_screen.json", + "type": "custom" + }, + "progress_bar_nub": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "thick_progress_bar_icon_base": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "thick_progress_bar_icon_empty": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "thick_progress_bar": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "full_progress_bar_icon", + "empty_progress_bar_icon" + ] + }, + "thick_progress_bar/full_progress_bar_icon": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "thick_progress_bar_icon_base", + "namespace": "progress" + } + }, + "thick_progress_bar/empty_progress_bar_icon": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "thick_progress_bar_icon_empty", + "namespace": "progress" + } + }, + "edu_cloud_upload_progress_bar": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "waveform_loading_bar", + "determinate_loading_bar" + ] + }, + "edu_cloud_upload_progress_bar/waveform_loading_bar": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "edu_cloud_upload_progress_bar/determinate_loading_bar": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "fancy_progress_loading_bars", + "namespace": "progress" + } + }, + "cancel_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "retry_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "abort_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "ok_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "title_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_title_text", + "progress_bar_text", + "progress_bar" + ] + }, + "title_panel/progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "title_panel/progress_bar_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_bar_text", + "namespace": "progress" + } + }, + "title_panel/progress_bar": { + "file": "ui/progress_screen.json", + "type": "custom", + "extend": { + "name": "progress_bar", + "namespace": "progress" + } + }, + "button_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "cancel_button" + ] + }, + "button_panel/cancel_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "progress" + } + }, + "modal_button_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "button_panel", + "namespace": "progress" + }, + "children": [ + "cancel_button" + ] + }, + "modal_button_panel/cancel_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "progress" + } + }, + "modal_button_panel_with_retry": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "modal_button_panel", + "namespace": "progress" + }, + "children": [ + "abort_button", + "cancel_button", + "retry_button" + ] + }, + "modal_button_panel_with_retry/abort_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "abort_button", + "namespace": "progress" + } + }, + "modal_button_panel_with_retry/cancel_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "progress" + } + }, + "modal_button_panel_with_retry/retry_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "retry_button", + "namespace": "progress" + } + }, + "modal_ok_button_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "button_panel", + "namespace": "progress" + }, + "children": [ + "ok_button" + ] + }, + "modal_ok_button_panel/ok_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "ok_button", + "namespace": "progress" + } + }, + "modal_ok_button_panel_with_retry": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "button_panel", + "namespace": "progress" + }, + "children": [ + "left_ok_button", + "center_cancel_button", + "center_ok_button", + "right_retry_button" + ] + }, + "modal_ok_button_panel_with_retry/left_ok_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "abort_button", + "namespace": "progress" + } + }, + "modal_ok_button_panel_with_retry/center_cancel_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "progress" + } + }, + "modal_ok_button_panel_with_retry/center_ok_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "ok_button", + "namespace": "progress" + } + }, + "modal_ok_button_panel_with_retry/right_retry_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "retry_button", + "namespace": "progress" + } + }, + "gamepad_helpers": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "world_image": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "cloud_image": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "server_image": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "edu_cloud_upload_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "world_image_wrapper", + "arrow_image_wrapper", + "cloud_image_wrapper" + ] + }, + "edu_cloud_upload_image/world_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "fetch_world_image" + ] + }, + "edu_cloud_upload_image/world_image_wrapper/fetch_world_image": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "world_image", + "namespace": "progress" + } + }, + "edu_cloud_upload_image/arrow_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "arrow_image" + ] + }, + "edu_cloud_upload_image/arrow_image_wrapper/arrow_image": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "edu_cloud_upload_image/cloud_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "upload_cloud_image" + ] + }, + "edu_cloud_upload_image/cloud_image_wrapper/upload_cloud_image": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "cloud_image", + "namespace": "progress" + } + }, + "edu_cloud_fetch_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "cloud_image_wrapper", + "spyglass_image_wrapper", + "world_image_wrapper" + ] + }, + "edu_cloud_fetch_image/cloud_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "fetch_cloud_image" + ] + }, + "edu_cloud_fetch_image/cloud_image_wrapper/fetch_cloud_image": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "cloud_image", + "namespace": "progress" + } + }, + "edu_cloud_fetch_image/spyglass_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "spyglass_image" + ] + }, + "edu_cloud_fetch_image/spyglass_image_wrapper/spyglass_image": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "edu_cloud_fetch_image/world_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "fetch_world_image" + ] + }, + "edu_cloud_fetch_image/world_image_wrapper/fetch_world_image": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "world_image", + "namespace": "progress" + } + }, + "edu_cloud_download_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "cloud_image_wrapper", + "arrow_image_wrapper", + "world_image_wrapper" + ] + }, + "edu_cloud_download_image/cloud_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "download_cloud_image" + ] + }, + "edu_cloud_download_image/cloud_image_wrapper/download_cloud_image": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "cloud_image", + "namespace": "progress" + } + }, + "edu_cloud_download_image/arrow_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "arrow_image" + ] + }, + "edu_cloud_download_image/arrow_image_wrapper/arrow_image": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "edu_cloud_download_image/world_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "download_world_image" + ] + }, + "edu_cloud_download_image/world_image_wrapper/download_world_image": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "world_image", + "namespace": "progress" + } + }, + "edu_server_fetch_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "server_image_wrapper_left", + "spyglass_image_wrapper", + "server_image_wrapper_right" + ] + }, + "edu_server_fetch_image/server_image_wrapper_left": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "server_image" + ] + }, + "edu_server_fetch_image/server_image_wrapper_left/server_image": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "server_image", + "namespace": "progress" + } + }, + "edu_server_fetch_image/spyglass_image_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "spyglass_image" + ] + }, + "edu_server_fetch_image/spyglass_image_wrapper/spyglass_image": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "edu_server_fetch_image/server_image_wrapper_right": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "server_image" + ] + }, + "edu_server_fetch_image/server_image_wrapper_right/server_image": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "server_image", + "namespace": "progress" + } + }, + "modal_progress_panel_no_cancel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "content" + ] + }, + "modal_progress_panel_no_cancel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "modal_progress_panel_no_cancel/content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "title_panel", + "progress_loading_bars" + ] + }, + "modal_progress_panel_no_cancel/content/title_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "title_panel", + "namespace": "progress" + } + }, + "modal_progress_panel_no_cancel/content/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "modal_progress_panel_with_cancel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "content", + "modal_button_panel" + ] + }, + "modal_progress_panel_with_cancel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "modal_progress_panel_with_cancel/content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "title_panel", + "progress_loading_bars" + ] + }, + "modal_progress_panel_with_cancel/content/title_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "title_panel", + "namespace": "progress" + } + }, + "modal_progress_panel_with_cancel/content/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "modal_progress_panel_with_cancel/modal_button_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "modal_button_panel", + "namespace": "progress" + } + }, + "progress_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars", + "title_panel", + "button_panel" + ] + }, + "progress_panel/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "progress_panel/title_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "title_panel", + "namespace": "progress" + } + }, + "progress_panel/button_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "button_panel", + "namespace": "progress" + } + }, + "modal_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "delete_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "modal_progress_screen", + "namespace": "progress" + } + }, + "realms_loading_background": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "realms_loading_screen_background", + "namespace": "progress" + }, + "children": [ + "solid_blue" + ] + }, + "realms_loading_background/solid_blue": { + "file": "ui/progress_screen.json", + "type": "image", + "children": [ + "gradient" + ] + }, + "realms_loading_background/solid_blue/gradient": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "realms_stories_loading_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "world_loading_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "world_loading_screen_background": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "dirt_background", + "namespace": "common" + } + }, + "overworld_loading_background": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "world_loading_screen_background", + "namespace": "progress" + }, + "children": [ + "background_gradient" + ] + }, + "overworld_loading_background/background_gradient": { + "file": "ui/progress_screen.json", + "type": "custom" + }, + "overworld_loading_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "world_loading_progress_screen", + "namespace": "progress" + } + }, + "nether_loading_background": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "world_loading_screen_background", + "namespace": "progress" + }, + "children": [ + "background_gradient" + ] + }, + "nether_loading_background/background_gradient": { + "file": "ui/progress_screen.json", + "type": "custom" + }, + "nether_loading_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "world_loading_progress_screen", + "namespace": "progress" + } + }, + "theend_loading_background": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "world_loading_screen_background", + "namespace": "progress" + }, + "children": [ + "background_gradient" + ] + }, + "theend_loading_background/background_gradient": { + "file": "ui/progress_screen.json", + "type": "custom" + }, + "theend_loading_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "world_loading_progress_screen", + "namespace": "progress" + } + }, + "world_saving_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "fetching_edu_cloud_worlds": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "edu_cloud_download_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "fetching_edu_servers": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "joining_edu_server": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "world_convert_modal_progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "progress_screen", + "namespace": "progress" + } + }, + "progress_screen": { + "file": "ui/progress_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory" + }, + "progress_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_content_panel", + "popup_dialog_factory" + ] + }, + "progress_screen_content/progress_content_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "progress_content_panel", + "namespace": "progress" + } + }, + "progress_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "progress_content_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_panel", + "gamepad_helpers" + ] + }, + "progress_content_panel/progress_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "progress_panel", + "namespace": "progress" + } + }, + "progress_content_panel/gamepad_helpers": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "progress" + } + }, + "modal_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "modal_progress_panel" + ] + }, + "modal_screen_content/modal_progress_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "modal_progress_panel_with_cancel", + "namespace": "progress" + } + }, + "world_modal_progress_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "content_wrapper" + ] + }, + "world_modal_progress_panel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "world_modal_progress_panel/content_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "base_content", + "inside_content" + ] + }, + "world_modal_progress_panel/content_wrapper/base_content": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "vertical_title_padding", + "title_text_panel", + "vertical_text_padding", + "progress_text_panel" + ] + }, + "world_modal_progress_panel/content_wrapper/base_content/vertical_title_padding": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "world_modal_progress_panel/content_wrapper/base_content/title_text_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_title_text" + ] + }, + "world_modal_progress_panel/content_wrapper/base_content/title_text_panel/progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "world_modal_progress_panel/content_wrapper/base_content/vertical_text_padding": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "world_modal_progress_panel/content_wrapper/base_content/progress_text_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_bar_text" + ] + }, + "world_modal_progress_panel/content_wrapper/base_content/progress_text_panel/progress_bar_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_bar_text", + "namespace": "progress" + } + }, + "world_modal_progress_panel/content_wrapper/inside_content": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "loading_bar_panel", + "vertical_padding", + "modal_button_panel", + "vertical_padding_2" + ] + }, + "world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "fancy_progress_loading_bars", + "progress_loading_bars" + ] + }, + "world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel/fancy_progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "fancy_progress_loading_bars", + "namespace": "progress" + } + }, + "world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "world_modal_progress_panel/content_wrapper/inside_content/vertical_padding": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "world_modal_progress_panel/content_wrapper/inside_content/modal_button_panel": { + "file": "ui/progress_screen.json", + "type": "unknown" + }, + "world_modal_progress_panel/content_wrapper/inside_content/vertical_padding_2": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "cloud_upload_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "base_content" + ] + }, + "cloud_upload_panel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "cloud_upload_panel/base_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_title_text", + "progress_text", + "edu_cloud_upload_image", + "loading_bar_panel" + ] + }, + "cloud_upload_panel/base_content/progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "cloud_upload_panel/base_content/progress_text": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "cloud_upload_panel/base_content/edu_cloud_upload_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "extend": { + "name": "edu_cloud_upload_image", + "namespace": "progress" + } + }, + "cloud_upload_panel/base_content/loading_bar_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars" + ] + }, + "cloud_upload_panel/base_content/loading_bar_panel/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "edu_cloud_upload_progress_bar", + "namespace": "progress" + } + }, + "cloud_error_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "content_wrapper" + ] + }, + "cloud_error_panel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "cloud_error_panel/content_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "title_wrapper", + "error_text_tts_wrapper", + "button_content", + "error_button_content" + ] + }, + "cloud_error_panel/content_wrapper/title_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_title_text" + ] + }, + "cloud_error_panel/content_wrapper/title_wrapper/progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "tts_border", + "edu_cloud_error_text_wrapper" + ] + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/tts_border": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "edu_cloud_error_text", + "vertical_padding", + "error_code", + "vertical_padding_2", + "cloud_support_link" + ] + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/edu_cloud_error_text": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/vertical_padding": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/error_code": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "code_text", + "code_number" + ] + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/error_code/code_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "code_text", + "namespace": "progress" + } + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/error_code/code_number": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "code_number", + "namespace": "progress" + } + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/vertical_padding_2": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/cloud_support_link": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "cloud_support_hypertext", + "padded_icon" + ] + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/cloud_support_link/cloud_support_hypertext": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/cloud_support_link/padded_icon": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "icon" + ] + }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/cloud_support_link/padded_icon/icon": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "cloud_error_panel/content_wrapper/button_content": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "modal_button_panel" + ] + }, + "cloud_error_panel/content_wrapper/button_content/modal_button_panel": { + "file": "ui/progress_screen.json", + "type": "unknown" + }, + "cloud_error_panel/content_wrapper/error_button_content": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "download_ok_button", + "download_cancel_button" + ] + }, + "cloud_error_panel/content_wrapper/error_button_content/download_ok_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "cloud_error_panel/content_wrapper/error_button_content/download_cancel_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "cloud_fetch_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "base_content" + ] + }, + "cloud_fetch_panel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "cloud_fetch_panel/base_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_title_text", + "progress_text", + "edu_cloud_fetch_image", + "loading_bar_panel" + ] + }, + "cloud_fetch_panel/base_content/progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "cloud_fetch_panel/base_content/progress_text": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "cloud_fetch_panel/base_content/edu_cloud_fetch_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "extend": { + "name": "edu_cloud_fetch_image", + "namespace": "progress" + } + }, + "cloud_fetch_panel/base_content/loading_bar_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars" + ] + }, + "cloud_fetch_panel/base_content/loading_bar_panel/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "server_fetch_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "base_content" + ] + }, + "server_fetch_panel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "server_fetch_panel/base_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_title_text", + "progress_text", + "edu_server_fetch_image", + "loading_bar_panel" + ] + }, + "server_fetch_panel/base_content/progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "server_fetch_panel/base_content/progress_text": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "server_fetch_panel/base_content/edu_server_fetch_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "extend": { + "name": "edu_server_fetch_image", + "namespace": "progress" + } + }, + "server_fetch_panel/base_content/loading_bar_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars" + ] + }, + "server_fetch_panel/base_content/loading_bar_panel/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "cloud_download_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "base_content", + "loading_bar_panel" + ] + }, + "cloud_download_panel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "cloud_download_panel/base_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_title_text", + "progress_bar_text", + "edu_cloud_download_image" + ] + }, + "cloud_download_panel/base_content/progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "cloud_download_panel/base_content/progress_bar_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_bar_text", + "namespace": "progress" + } + }, + "cloud_download_panel/base_content/edu_cloud_download_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "extend": { + "name": "edu_cloud_download_image", + "namespace": "progress" + } + }, + "cloud_download_panel/loading_bar_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars" + ] + }, + "cloud_download_panel/loading_bar_panel/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "server_fetch_timeout_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "base_content" + ] + }, + "server_fetch_timeout_panel/common_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "server_fetch_timeout_panel/base_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_title_text", + "progress_text", + "edu_server_fetch_image", + "loading_bar_panel", + "timeout_button" + ] + }, + "server_fetch_timeout_panel/base_content/progress_title_text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "server_fetch_timeout_panel/base_content/progress_text": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "server_fetch_timeout_panel/base_content/edu_server_fetch_image": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "extend": { + "name": "edu_server_fetch_image", + "namespace": "progress" + } + }, + "server_fetch_timeout_panel/base_content/loading_bar_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars" + ] + }, + "server_fetch_timeout_panel/base_content/loading_bar_panel/progress_loading_bars": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "server_fetch_timeout_panel/base_content/timeout_button": { + "file": "ui/progress_screen.json", + "type": "button", + "extend": { + "name": "cancel_button", + "namespace": "progress" + } + }, + "world_convert_modal_progress_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "mobile_data_icon", + "title_panel_content", + "world_modal_progress_panel", + "popup_dialog_factory" + ] + }, + "world_convert_modal_progress_screen_content/mobile_data_icon": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "mobile_data_icon", + "namespace": "progress" + } + }, + "world_convert_modal_progress_screen_content/title_panel_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "title_panel_content", + "namespace": "common_art" + } + }, + "world_convert_modal_progress_screen_content/world_modal_progress_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "world_modal_progress_panel", + "namespace": "progress" + } + }, + "world_convert_modal_progress_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "realms_loading_world_modal_progress_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "mobile_data_icon", + "realms_title_image", + "world_modal_progress_panel", + "popup_dialog_factory", + "server_region_connected" + ] + }, + "realms_loading_world_modal_progress_screen_content/mobile_data_icon": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "mobile_data_icon", + "namespace": "progress" + } + }, + "realms_loading_world_modal_progress_screen_content/realms_title_image": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "realms_loading_world_modal_progress_screen_content/world_modal_progress_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "world_modal_progress_panel", + "namespace": "progress" + } + }, + "realms_loading_world_modal_progress_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "realms_loading_world_modal_progress_screen_content/server_region_connected": { + "file": "ui/progress_screen.json", + "type": "stack_panel", + "children": [ + "server_region_connected_text", + "padding", + "server_region_ping_icon" + ] + }, + "realms_loading_world_modal_progress_screen_content/server_region_connected/server_region_connected_text": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "realms_loading_world_modal_progress_screen_content/server_region_connected/padding": { + "file": "ui/progress_screen.json", + "type": "panel" + }, + "realms_loading_world_modal_progress_screen_content/server_region_connected/server_region_ping_icon": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "world_save_modal_progress_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "title_panel_content", + "world_modal_progress_panel", + "save_icon", + "popup_dialog_factory" + ] + }, + "world_save_modal_progress_screen_content/title_panel_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "title_panel_content", + "namespace": "common_art" + } + }, + "world_save_modal_progress_screen_content/world_modal_progress_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "world_modal_progress_panel", + "namespace": "progress" + } + }, + "world_save_modal_progress_screen_content/save_icon": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "auto_save", + "namespace": "progress" + } + }, + "world_save_modal_progress_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "cloud_upload_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "title_panel_content", + "cloud_upload_panel", + "cloud_upload_error_panel", + "popup_dialog_factory", + "cloud_conflict_resolution_popup_factory" + ] + }, + "cloud_upload_screen_content/title_panel_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "title_panel_content", + "namespace": "common_art" + } + }, + "cloud_upload_screen_content/cloud_upload_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "cloud_upload_panel", + "namespace": "progress" + } + }, + "cloud_upload_screen_content/cloud_upload_error_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "cloud_error_panel", + "namespace": "progress" + } + }, + "cloud_upload_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "cloud_upload_screen_content/cloud_conflict_resolution_popup_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "edu_cloud_conflict_resolution_popup_dialog_factory", + "namespace": "edu_common" + } + }, + "edu_cloud_fetch_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "cloud_fetch_panel", + "popup_dialog_factory" + ] + }, + "edu_cloud_fetch_screen_content/cloud_fetch_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "cloud_fetch_panel", + "namespace": "progress" + } + }, + "edu_cloud_fetch_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "edu_server_fetch_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "server_fetch_panel", + "server_fetch_timeout_panel", + "popup_dialog_factory" + ] + }, + "edu_server_fetch_screen_content/server_fetch_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "server_fetch_panel", + "namespace": "progress" + } + }, + "edu_server_fetch_screen_content/server_fetch_timeout_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "server_fetch_timeout_panel", + "namespace": "progress" + } + }, + "edu_server_fetch_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "joining_edu_server_progress_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "title_panel_content", + "world_modal_progress_panel", + "popup_dialog_factory" + ] + }, + "joining_edu_server_progress_screen_content/title_panel_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "title_panel_content", + "namespace": "common_art" + } + }, + "joining_edu_server_progress_screen_content/world_modal_progress_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "world_modal_progress_panel", + "namespace": "progress" + } + }, + "joining_edu_server_progress_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "cloud_download_screen_content": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "background", + "cloud_download_panel", + "cloud_download_error_panel", + "popup_dialog_factory" + ] + }, + "cloud_download_screen_content/background": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + }, + "cloud_download_screen_content/cloud_download_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "cloud_download_panel", + "namespace": "progress" + } + }, + "cloud_download_screen_content/cloud_download_error_panel": { + "file": "ui/progress_screen.json", + "type": "panel", + "extend": { + "name": "cloud_error_panel", + "namespace": "progress" + } + }, + "cloud_download_screen_content/popup_dialog_factory": { + "file": "ui/progress_screen.json", + "type": "factory", + "extend": { + "name": "popup_dialog_factory", + "namespace": "progress" + } + }, + "auto_save": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "mobile_data_ios_icon": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "mobile_data_android_icon": { + "file": "ui/progress_screen.json", + "type": "image" + }, + "mobile_data_icon_text": { + "file": "ui/progress_screen.json", + "type": "label" + }, + "mobile_data_icon": { + "file": "ui/progress_screen.json", + "type": "panel", + "children": [ + "icon_android", + "icon_ios", + "text" + ] + }, + "mobile_data_icon/icon_android": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "mobile_data_android_icon", + "namespace": "progress" + } + }, + "mobile_data_icon/icon_ios": { + "file": "ui/progress_screen.json", + "type": "image", + "extend": { + "name": "mobile_data_ios_icon", + "namespace": "progress" + } + }, + "mobile_data_icon/text": { + "file": "ui/progress_screen.json", + "type": "label", + "extend": { + "name": "mobile_data_icon_text", + "namespace": "progress" + } + } + }, + "rating_prompt": { + "padding_horizontal": { + "file": "ui/rating_prompt.json", + "type": "panel" + }, + "padding_vertical": { + "file": "ui/rating_prompt.json", + "type": "panel" + }, + "rating_prompt_yes_label": { + "file": "ui/rating_prompt.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "rating_prompt_yes_label/button_label": { + "file": "ui/rating_prompt.json", + "type": "label" + }, + "rating_prompt_no_label": { + "file": "ui/rating_prompt.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "rating_prompt_no_label/button_label": { + "file": "ui/rating_prompt.json", + "type": "label" + }, + "rating_prompt_yes_button": { + "file": "ui/rating_prompt.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "rating_prompt_no_button": { + "file": "ui/rating_prompt.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "dialog_image": { + "file": "ui/rating_prompt.json", + "type": "image" + }, + "dialog_image_with_border": { + "file": "ui/rating_prompt.json", + "type": "image", + "children": [ + "dialog_image" + ] + }, + "dialog_image_with_border/dialog_image": { + "file": "ui/rating_prompt.json", + "type": "image", + "extend": { + "name": "dialog_image", + "namespace": "rating_prompt" + } + }, + "button_panel": { + "file": "ui/rating_prompt.json", + "type": "stack_panel", + "children": [ + "padding_3", + "yes_button", + "no_button" + ] + }, + "button_panel/padding_3": { + "file": "ui/rating_prompt.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "rating_prompt" + } + }, + "button_panel/yes_button": { + "file": "ui/rating_prompt.json", + "type": "button", + "extend": { + "name": "rating_prompt_yes_button", + "namespace": "rating_prompt" + } + }, + "button_panel/no_button": { + "file": "ui/rating_prompt.json", + "type": "button", + "extend": { + "name": "rating_prompt_no_button", + "namespace": "rating_prompt" + } + }, + "image_panel": { + "file": "ui/rating_prompt.json", + "type": "stack_panel", + "children": [ + "padding_2", + "dialog_image_with_border" + ] + }, + "image_panel/padding_2": { + "file": "ui/rating_prompt.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "rating_prompt" + } + }, + "image_panel/dialog_image_with_border": { + "file": "ui/rating_prompt.json", + "type": "image", + "extend": { + "name": "dialog_image_with_border", + "namespace": "rating_prompt" + } + }, + "main_panel": { + "file": "ui/rating_prompt.json", + "type": "stack_panel", + "children": [ + "padding_0", + "image_panel", + "padding_1", + "button_panel" + ] + }, + "main_panel/padding_0": { + "file": "ui/rating_prompt.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "rating_prompt" + } + }, + "main_panel/image_panel": { + "file": "ui/rating_prompt.json", + "type": "stack_panel", + "extend": { + "name": "image_panel", + "namespace": "rating_prompt" + } + }, + "main_panel/padding_1": { + "file": "ui/rating_prompt.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "rating_prompt" + } + }, + "main_panel/button_panel": { + "file": "ui/rating_prompt.json", + "type": "stack_panel", + "extend": { + "name": "button_panel", + "namespace": "rating_prompt" + } + }, + "rating_prompt_screen": { + "file": "ui/rating_prompt.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "rating_prompt_screen_content": { + "file": "ui/rating_prompt.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + } + }, + "realms_common": { + "pending_invites_icon": { + "file": "ui/realms_common.json", + "type": "image" + }, + "dark_banner": { + "file": "ui/realms_common.json", + "type": "image" + }, + "dark_banner_hover": { + "file": "ui/realms_common.json", + "type": "image", + "extend": { + "name": "dark_banner", + "namespace": "realms_common" + } + }, + "legacy_banner": { + "file": "ui/realms_common.json", + "type": "image" + }, + "main_banner": { + "file": "ui/realms_common.json", + "type": "image" + }, + "hollow_banner": { + "file": "ui/realms_common.json", + "type": "image" + }, + "popup_dialog_bg": { + "file": "ui/realms_common.json", + "type": "image" + }, + "popup_dialog__play_on_realm": { + "file": "ui/realms_common.json", + "type": "input_panel", + "extend": { + "name": "modal_input_panel", + "namespace": "popup_dialog" + }, + "children": [ + "play_on_realm_popup_background", + "gamepad_helpers", + "play_on_realm_popup_content" + ] + }, + "popup_dialog__play_on_realm/play_on_realm_popup_background": { + "file": "ui/realms_common.json", + "type": "image", + "extend": { + "name": "play_on_realm_popup_background", + "namespace": "realms_common" + } + }, + "popup_dialog__play_on_realm/gamepad_helpers": { + "file": "ui/realms_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers_a_and_b", + "namespace": "common" + } + }, + "popup_dialog__play_on_realm/play_on_realm_popup_content": { + "file": "ui/realms_common.json", + "type": "panel", + "extend": { + "name": "play_on_realm_popup_content", + "namespace": "realms_common" + } + }, + "play_on_realm_popup_background": { + "file": "ui/realms_common.json", + "type": "image" + }, + "play_on_realm_popup_content": { + "file": "ui/realms_common.json", + "type": "panel", + "children": [ + "popup_dialog_bg", + "play_on_realm_popup_dialog_header", + "play_on_realm_popup_dialog_upper_body", + "play_on_realm_popup_dialog_lower_body" + ] + }, + "play_on_realm_popup_content/popup_dialog_bg": { + "file": "ui/realms_common.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "realms_common" + } + }, + "play_on_realm_popup_content/play_on_realm_popup_dialog_header": { + "file": "ui/realms_common.json", + "type": "panel", + "extend": { + "name": "play_on_realm_popup_dialog_header", + "namespace": "realms_common" + } + }, + "play_on_realm_popup_content/play_on_realm_popup_dialog_upper_body": { + "file": "ui/realms_common.json", + "type": "panel", + "extend": { + "name": "play_on_realm_popup_dialog_upper_body", + "namespace": "realms_common" + } + }, + "play_on_realm_popup_content/play_on_realm_popup_dialog_lower_body": { + "file": "ui/realms_common.json", + "type": "panel", + "extend": { + "name": "play_on_realm_popup_dialog_lower_body", + "namespace": "realms_common" + } + }, + "play_on_realm_popup_dialog_header": { + "file": "ui/realms_common.json", + "type": "panel", + "children": [ + "play_on_realm_popup_dialog_header_text", + "close_button" + ] + }, + "play_on_realm_popup_dialog_header/play_on_realm_popup_dialog_header_text": { + "file": "ui/realms_common.json", + "type": "label", + "extend": { + "name": "play_on_realm_popup_dialog_header_text", + "namespace": "realms_common" + } + }, + "play_on_realm_popup_dialog_header/close_button": { + "file": "ui/realms_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "play_on_realm_popup_dialog_header_text": { + "file": "ui/realms_common.json", + "type": "label" + }, + "play_on_realm_popup_dialog_upper_body": { + "file": "ui/realms_common.json", + "type": "panel", + "children": [ + "play_on_realm_banner", + "play_on_realm_panel", + "background_panel" + ] + }, + "play_on_realm_popup_dialog_upper_body/play_on_realm_banner": { + "file": "ui/realms_common.json", + "type": "image", + "extend": { + "name": "hollow_banner", + "namespace": "realms_common" + } + }, + "play_on_realm_popup_dialog_upper_body/play_on_realm_panel": { + "file": "ui/realms_common.json", + "type": "panel", + "extend": { + "name": "play_on_realm_panel", + "namespace": "realms_common" + } + }, + "play_on_realm_popup_dialog_upper_body/background_panel": { + "file": "ui/realms_common.json", + "type": "panel", + "children": [ + "black_background" + ] + }, + "play_on_realm_popup_dialog_upper_body/background_panel/black_background": { + "file": "ui/realms_common.json", + "type": "image" + }, + "play_on_realm_panel": { + "file": "ui/realms_common.json", + "type": "panel", + "children": [ + "play_on_realm_content_panel" + ] + }, + "play_on_realm_panel/play_on_realm_content_panel": { + "file": "ui/realms_common.json", + "type": "stack_panel", + "children": [ + "play_image_panel", + "play_text_panel" + ] + }, + "play_on_realm_panel/play_on_realm_content_panel/play_image_panel": { + "file": "ui/realms_common.json", + "type": "stack_panel", + "children": [ + "spacing_gap_image", + "realms_image" + ] + }, + "play_on_realm_panel/play_on_realm_content_panel/play_image_panel/spacing_gap_image": { + "file": "ui/realms_common.json", + "type": "panel" + }, + "play_on_realm_panel/play_on_realm_content_panel/play_image_panel/realms_image": { + "file": "ui/realms_common.json", + "type": "image" + }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel": { + "file": "ui/realms_common.json", + "type": "stack_panel", + "children": [ + "spacing_gap_text_1", + "play_on_realm_text_1", + "spacing_gap_text_2", + "play_on_realm_text_2" + ] + }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel/spacing_gap_text_1": { + "file": "ui/realms_common.json", + "type": "panel" + }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel/play_on_realm_text_1": { + "file": "ui/realms_common.json", + "type": "label" + }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel/spacing_gap_text_2": { + "file": "ui/realms_common.json", + "type": "panel" + }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel/play_on_realm_text_2": { + "file": "ui/realms_common.json", + "type": "label" + }, + "play_on_realm_popup_dialog_lower_body": { + "file": "ui/realms_common.json", + "type": "panel", + "children": [ + "button_panel" + ] + }, + "play_on_realm_popup_dialog_lower_body/button_panel": { + "file": "ui/realms_common.json", + "type": "stack_panel", + "children": [ + "play_with_friends_button", + "spacing_gap1", + "play_solo_button", + "spacing_gap2", + "go_back_button" + ] + }, + "play_on_realm_popup_dialog_lower_body/button_panel/play_with_friends_button": { + "file": "ui/realms_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "play_on_realm_popup_dialog_lower_body/button_panel/spacing_gap1": { + "file": "ui/realms_common.json", + "type": "panel" + }, + "play_on_realm_popup_dialog_lower_body/button_panel/play_solo_button": { + "file": "ui/realms_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "play_on_realm_popup_dialog_lower_body/button_panel/spacing_gap2": { + "file": "ui/realms_common.json", + "type": "panel" + }, + "play_on_realm_popup_dialog_lower_body/button_panel/go_back_button": { + "file": "ui/realms_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "realms_create": { + "title_label": { + "file": "ui/realms_create.json", + "type": "label" + }, + "label": { + "file": "ui/realms_create.json", + "type": "label" + }, + "enter_name_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "name_label_0", + "name_edit" + ] + }, + "enter_name_panel/name_label_0": { + "file": "ui/realms_create.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "realms_create" + } + }, + "enter_name_panel/name_edit": { + "file": "ui/realms_create.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "selected_option_checkbox": { + "file": "ui/realms_create.json", + "type": "image" + }, + "selected_option_checkbox_empty": { + "file": "ui/realms_create.json", + "type": "image", + "extend": { + "name": "selected_option_checkbox", + "namespace": "realms_create" + } + }, + "selected_option_checkbox_filled": { + "file": "ui/realms_create.json", + "type": "image", + "extend": { + "name": "selected_option_checkbox", + "namespace": "realms_create" + } + }, + "checkbox_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "selected_option_checkbox_empty", + "selected_option_checkbox_filled", + "button_label" + ] + }, + "checkbox_panel/selected_option_checkbox_empty": { + "file": "ui/realms_create.json", + "type": "image", + "extend": { + "name": "selected_option_checkbox_empty", + "namespace": "realms_create" + } + }, + "checkbox_panel/selected_option_checkbox_filled": { + "file": "ui/realms_create.json", + "type": "image", + "extend": { + "name": "selected_option_checkbox_filled", + "namespace": "realms_create" + } + }, + "checkbox_panel/button_label": { + "file": "ui/realms_create.json", + "type": "label" + }, + "realms_option_button": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "choose_duration_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "name_label", + "choose_duration_stack_panel" + ] + }, + "choose_duration_panel/name_label": { + "file": "ui/realms_create.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "realms_create" + } + }, + "choose_duration_panel/choose_duration_stack_panel": { + "file": "ui/realms_create.json", + "type": "input_panel", + "children": [ + "short", + "long" + ] + }, + "choose_duration_panel/choose_duration_stack_panel/short": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "realms_option_button", + "namespace": "realms_create" + } + }, + "choose_duration_panel/choose_duration_stack_panel/long": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "realms_option_button", + "namespace": "realms_create" + } + }, + "choose_tier_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "name_label", + "choose_tier_stack_panel" + ] + }, + "choose_tier_panel/name_label": { + "file": "ui/realms_create.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "realms_create" + } + }, + "choose_tier_panel/choose_tier_stack_panel": { + "file": "ui/realms_create.json", + "type": "input_panel", + "children": [ + "player_count_2" + ] + }, + "choose_tier_panel/choose_tier_stack_panel/player_count_2": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "realms_option_button", + "namespace": "realms_create" + } + }, + "view_terms_button": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "privacy_policy_button": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "terms_and_conditions_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "name_label", + "terms_string_panel" + ] + }, + "terms_and_conditions_panel/name_label": { + "file": "ui/realms_create.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "realms_create" + } + }, + "terms_and_conditions_panel/terms_string_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "banner_fill", + "buttons_stack_panel" + ] + }, + "terms_and_conditions_panel/terms_string_panel/banner_fill": { + "file": "ui/realms_create.json", + "type": "image" + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel": { + "file": "ui/realms_create.json", + "type": "stack_panel", + "children": [ + "agree_panel", + "view_terms_button", + "privacy_policy_button" + ] + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "checkbox_control" + ] + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel/checkbox_control": { + "file": "ui/realms_create.json", + "type": "toggle", + "extend": { + "name": "checkbox_with_highlight_and_label", + "namespace": "settings_common" + } + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/view_terms_button": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "view_terms_button", + "namespace": "realms_create" + } + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/privacy_policy_button": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "privacy_policy_button", + "namespace": "realms_create" + } + }, + "confirmation_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "create_realms_button" + ] + }, + "confirmation_panel/create_realms_button": { + "file": "ui/realms_create.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "create_realms_stack_panel": { + "file": "ui/realms_create.json", + "type": "stack_panel", + "children": [ + "padding_0", + "create_realms_text_panel" + ] + }, + "create_realms_stack_panel/padding_0": { + "file": "ui/realms_create.json", + "type": "panel" + }, + "create_realms_stack_panel/create_realms_text_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "create_realms_text_panel", + "namespace": "realms_create" + } + }, + "create_realms_text_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "create" + ] + }, + "create_realms_text_panel/create": { + "file": "ui/realms_create.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "realms_create" + } + }, + "stack_item": { + "file": "ui/realms_create.json", + "type": "panel" + }, + "scroll_stack_panel": { + "file": "ui/realms_create.json", + "type": "stack_panel", + "children": [ + "name", + "padding_0", + "duration", + "tier", + "toc", + "padding_1", + "realms_terms_info", + "realms_switch_nso_info" + ] + }, + "scroll_stack_panel/name": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "realms_create" + }, + "children": [ + "enter_name_panel" + ] + }, + "scroll_stack_panel/name/enter_name_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "enter_name_panel", + "namespace": "realms_create" + } + }, + "scroll_stack_panel/padding_0": { + "file": "ui/realms_create.json", + "type": "panel" + }, + "scroll_stack_panel/duration": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "realms_create" + }, + "children": [ + "choose_duration_panel" + ] + }, + "scroll_stack_panel/duration/choose_duration_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "choose_duration_panel", + "namespace": "realms_create" + } + }, + "scroll_stack_panel/tier": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "realms_create" + }, + "children": [ + "choose_tier_panel" + ] + }, + "scroll_stack_panel/tier/choose_tier_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "choose_tier_panel", + "namespace": "realms_create" + } + }, + "scroll_stack_panel/toc": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "realms_create" + }, + "children": [ + "terms_and_conditions_panel" + ] + }, + "scroll_stack_panel/toc/terms_and_conditions_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "terms_and_conditions_panel", + "namespace": "realms_create" + } + }, + "scroll_stack_panel/padding_1": { + "file": "ui/realms_create.json", + "type": "panel" + }, + "scroll_stack_panel/realms_terms_info": { + "file": "ui/realms_create.json", + "type": "image", + "children": [ + "label_panel" + ] + }, + "scroll_stack_panel/realms_terms_info/label_panel": { + "file": "ui/realms_create.json", + "type": "stack_panel", + "children": [ + "padding_1", + "text_description_wrapper", + "text_description_wrapper_extra", + "padding_2" + ] + }, + "scroll_stack_panel/realms_terms_info/label_panel/padding_1": { + "file": "ui/realms_create.json", + "type": "panel" + }, + "scroll_stack_panel/realms_terms_info/label_panel/text_description_wrapper": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "scroll_stack_panel/realms_terms_info/label_panel/text_description_wrapper_extra": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "scroll_stack_panel/realms_terms_info/label_panel/padding_2": { + "file": "ui/realms_create.json", + "type": "panel" + }, + "scroll_stack_panel/realms_switch_nso_info": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "terms_section": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "terms_section_label" + ] + }, + "terms_section/terms_section_label": { + "file": "ui/realms_create.json", + "type": "label" + }, + "terms_section_extra": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "terms_section_label" + ] + }, + "terms_section_extra/terms_section_label": { + "file": "ui/realms_create.json", + "type": "label" + }, + "main_panel": { + "file": "ui/realms_create.json", + "type": "stack_panel", + "children": [ + "scrolling_panel", + "padding_0", + "confirmation_panel", + "padding_1" + ] + }, + "main_panel/scrolling_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "main_panel/padding_0": { + "file": "ui/realms_create.json", + "type": "panel" + }, + "main_panel/confirmation_panel": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "confirmation_panel", + "namespace": "realms_create" + } + }, + "main_panel/padding_1": { + "file": "ui/realms_create.json", + "type": "panel" + }, + "content": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "content/main_panel": { + "file": "ui/realms_create.json", + "type": "stack_panel", + "extend": { + "name": "main_panel", + "namespace": "realms_create" + } + }, + "realms_create_screen": { + "file": "ui/realms_create.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "realms_create_content_and_factory": { + "file": "ui/realms_create.json", + "type": "panel", + "children": [ + "realms_create_content", + "popup_dialog_factory" + ] + }, + "realms_create_content_and_factory/realms_create_content": { + "file": "ui/realms_create.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "realms_create_content_and_factory/popup_dialog_factory": { + "file": "ui/realms_create.json", + "type": "factory" + } + }, + "realms_pending_invitations": { + "panel_text": { + "file": "ui/realms_pending_invitations.json", + "type": "label" + }, + "banner_panel_base": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "background", + "indent_panel" + ] + }, + "banner_panel_base/background": { + "file": "ui/realms_pending_invitations.json", + "type": "unknown" + }, + "banner_panel_base/indent_panel": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "content" + ] + }, + "banner_panel_base/indent_panel/content": { + "file": "ui/realms_pending_invitations.json", + "type": "unknown" + }, + "banner_panel": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel_base", + "namespace": "realms_pending_invitations" + } + }, + "banner_panel_hover": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel_base", + "namespace": "realms_pending_invitations" + } + }, + "realm_invite_button": { + "file": "ui/realms_pending_invitations.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "realm_name_label": { + "file": "ui/realms_pending_invitations.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_pending_invitations" + } + }, + "realm_inviter_label": { + "file": "ui/realms_pending_invitations.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_pending_invitations" + } + }, + "tts_gamertag_item_info_wrapper": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "gamertag_item_info": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "rnl", + "rol" + ] + }, + "gamertag_item_info/rnl": { + "file": "ui/realms_pending_invitations.json", + "type": "label", + "extend": { + "name": "realm_name_label", + "namespace": "realms_pending_invitations" + } + }, + "gamertag_item_info/rol": { + "file": "ui/realms_pending_invitations.json", + "type": "label", + "extend": { + "name": "realm_inviter_label", + "namespace": "realms_pending_invitations" + } + }, + "accept_button_content": { + "file": "ui/realms_pending_invitations.json", + "type": "image" + }, + "decline_button_content": { + "file": "ui/realms_pending_invitations.json", + "type": "image" + }, + "realm_accept_button": { + "file": "ui/realms_pending_invitations.json", + "type": "button", + "extend": { + "name": "realm_invite_button", + "namespace": "realms_pending_invitations" + } + }, + "realm_decline_button": { + "file": "ui/realms_pending_invitations.json", + "type": "button", + "extend": { + "name": "realm_invite_button", + "namespace": "realms_pending_invitations" + } + }, + "realm_accepted_panel": { + "file": "ui/realms_pending_invitations.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_pending_invitations" + } + }, + "gamertag_item_content": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "lb", + "a", + "d", + "ap" + ] + }, + "gamertag_item_content/lb": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "tts_gamertag_item_info_wrapper", + "namespace": "realms_pending_invitations" + } + }, + "gamertag_item_content/a": { + "file": "ui/realms_pending_invitations.json", + "type": "button", + "extend": { + "name": "realm_accept_button", + "namespace": "realms_pending_invitations" + } + }, + "gamertag_item_content/d": { + "file": "ui/realms_pending_invitations.json", + "type": "button", + "extend": { + "name": "realm_decline_button", + "namespace": "realms_pending_invitations" + } + }, + "gamertag_item_content/ap": { + "file": "ui/realms_pending_invitations.json", + "type": "label", + "extend": { + "name": "realm_accepted_panel", + "namespace": "realms_pending_invitations" + } + }, + "gamertag_item": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel", + "namespace": "realms_pending_invitations" + } + }, + "gamertag_item_grid": { + "file": "ui/realms_pending_invitations.json", + "type": "grid" + }, + "show_friends_only_toggle_state_content": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "children": [ + "checkbox_holding_panel", + "hide_invites_text_panel" + ] + }, + "show_friends_only_toggle_state_content/checkbox_holding_panel": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "hide_invites" + ] + }, + "show_friends_only_toggle_state_content/checkbox_holding_panel/hide_invites": { + "file": "ui/realms_pending_invitations.json", + "type": "unknown" + }, + "show_friends_only_toggle_state_content/hide_invites_text_panel": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "hide_invites_text" + ] + }, + "show_friends_only_toggle_state_content/hide_invites_text_panel/hide_invites_text": { + "file": "ui/realms_pending_invitations.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_on_state_content": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "extend": { + "name": "show_friends_only_toggle_state_content", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_on_state": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_off_state_content": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "extend": { + "name": "show_friends_only_toggle_state_content", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_off_state": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_on_hover_state_content": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "extend": { + "name": "show_friends_only_toggle_state_content", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_on_hover_state": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel_hover", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_off_hover_state_content": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "extend": { + "name": "show_friends_only_toggle_state_content", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_off_hover_state": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel_hover", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_on_locked_state_content": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "extend": { + "name": "show_friends_only_toggle_state_content", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_on_locked_state": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_off_locked_state_content": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "extend": { + "name": "show_friends_only_toggle_state_content", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle_off_locked_state": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "banner_panel", + "namespace": "realms_pending_invitations" + } + }, + "show_friends_only_toggle": { + "file": "ui/realms_pending_invitations.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "gamepad_helpers": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "a", + "b" + ] + }, + "gamepad_helpers/a": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "gamepad_helpers/b": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "no_invites_label_wrapper": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "no_invites_label": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "label" + ] + }, + "no_invites_label/label": { + "file": "ui/realms_pending_invitations.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_pending_invitations" + } + }, + "realms_pending_invitation_list": { + "file": "ui/realms_pending_invitations.json", + "type": "stack_panel", + "children": [ + "upper_padding", + "sfop", + "gig", + "lower_padding", + "nil" + ] + }, + "realms_pending_invitation_list/upper_padding": { + "file": "ui/realms_pending_invitations.json", + "type": "panel" + }, + "realms_pending_invitation_list/sfop": { + "file": "ui/realms_pending_invitations.json", + "type": "toggle", + "extend": { + "name": "show_friends_only_toggle", + "namespace": "realms_pending_invitations" + } + }, + "realms_pending_invitation_list/gig": { + "file": "ui/realms_pending_invitations.json", + "type": "grid", + "extend": { + "name": "gamertag_item_grid", + "namespace": "realms_pending_invitations" + } + }, + "realms_pending_invitation_list/lower_padding": { + "file": "ui/realms_pending_invitations.json", + "type": "panel" + }, + "realms_pending_invitation_list/nil": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "no_invites_label_wrapper", + "namespace": "realms_pending_invitations" + } + }, + "content_panel": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "realms_pending_invitations_screen": { + "file": "ui/realms_pending_invitations.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "realms_invitation_screen_content": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "realms_invitation_screen_content/root_panel": { + "file": "ui/realms_pending_invitations.json", + "type": "input_panel", + "children": [ + "main_panel", + "sgh" + ] + }, + "realms_invitation_screen_content/root_panel/main_panel": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "realms_invitation_screen_content/root_panel/sgh": { + "file": "ui/realms_pending_invitations.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "realms_pending_invitations" + } + } + }, + "realms_slots": { + "vertical_padding": { + "file": "ui/realms_slots_screen.json", + "type": "panel" + }, + "horizontal_padding": { + "file": "ui/realms_slots_screen.json", + "type": "panel" + }, + "horizontal_padding_sibling_height": { + "file": "ui/realms_slots_screen.json", + "type": "panel" + }, + "realms_background": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "gradient", + "particle_1", + "particle_2" + ] + }, + "realms_background/gradient": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "realms_background/particle_1": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "realms_background/particle_2": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "plus": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "check": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_thumbnail": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "realms_stories_icon_glyph": { + "file": "ui/realms_slots_screen.json", + "type": "image", + "children": [ + "realms_stories_icon" + ] + }, + "realms_stories_icon_glyph/realms_stories_icon": { + "file": "ui/realms_slots_screen.json", + "type": "image", + "extend": { + "name": "realms_stories_icon", + "namespace": "play" + } + }, + "play_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "edit_realm_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "realms_feed_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "unread_story_count_text": { + "file": "ui/realms_slots_screen.json", + "type": "label" + }, + "unread_story_count_text_background": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "unread_story_count_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "unread_story_count_panel/text": { + "file": "ui/realms_slots_screen.json", + "type": "label", + "extend": { + "name": "unread_story_count_text", + "namespace": "realms_slots" + }, + "children": [ + "background" + ] + }, + "unread_story_count_panel/text/background": { + "file": "ui/realms_slots_screen.json", + "type": "image", + "extend": { + "name": "unread_story_count_text_background", + "namespace": "realms_slots" + } + }, + "edit_world_button_panel": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "children": [ + "edit_world_button", + "padding", + "activate_world_button" + ] + }, + "edit_world_button_panel/edit_world_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "edit_world_button_panel/padding": { + "file": "ui/realms_slots_screen.json", + "type": "panel" + }, + "edit_world_button_panel/activate_world_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "world_slot_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "world_slot_button_content": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "children": [ + "world_slot_top", + "world_slot_bottom" + ] + }, + "world_slot_button_content/world_slot_top": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "background", + "add_world_image_panel", + "world_thumbnail_image_panel", + "edit_world_button_panel", + "foreground", + "check_image" + ] + }, + "world_slot_button_content/world_slot_top/background": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_slot_button_content/world_slot_top/add_world_image_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "plus_image" + ] + }, + "world_slot_button_content/world_slot_top/add_world_image_panel/plus_image": { + "file": "ui/realms_slots_screen.json", + "type": "image", + "extend": { + "name": "plus", + "namespace": "realms_slots" + } + }, + "world_slot_button_content/world_slot_top/world_thumbnail_image_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "world_thumbnail" + ] + }, + "world_slot_button_content/world_slot_top/world_thumbnail_image_panel/world_thumbnail": { + "file": "ui/realms_slots_screen.json", + "type": "image", + "extend": { + "name": "world_thumbnail", + "namespace": "realms_slots" + } + }, + "world_slot_button_content/world_slot_top/edit_world_button_panel": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "extend": { + "name": "edit_world_button_panel", + "namespace": "realms_slots" + } + }, + "world_slot_button_content/world_slot_top/foreground": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_slot_button_content/world_slot_top/check_image": { + "file": "ui/realms_slots_screen.json", + "type": "image", + "extend": { + "name": "check", + "namespace": "realms_slots" + } + }, + "world_slot_button_content/world_slot_bottom": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "divider_line_black", + "divider_line_white", + "add_world_text_panel", + "world_info_panel" + ] + }, + "world_slot_button_content/world_slot_bottom/divider_line_black": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_slot_button_content/world_slot_bottom/divider_line_white": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_slot_button_content/world_slot_bottom/add_world_text_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "background_grey", + "background_green", + "add_world_text" + ] + }, + "world_slot_button_content/world_slot_bottom/add_world_text_panel/background_grey": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_slot_button_content/world_slot_bottom/add_world_text_panel/background_green": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_slot_button_content/world_slot_bottom/add_world_text_panel/add_world_text": { + "file": "ui/realms_slots_screen.json", + "type": "label" + }, + "world_slot_button_content/world_slot_bottom/world_info_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "background", + "background_green", + "world_info_stack_panel" + ] + }, + "world_slot_button_content/world_slot_bottom/world_info_panel/background": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_slot_button_content/world_slot_bottom/world_info_panel/background_green": { + "file": "ui/realms_slots_screen.json", + "type": "image" + }, + "world_slot_button_content/world_slot_bottom/world_info_panel/world_info_stack_panel": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_info_stack_panel", + "namespace": "realms_slots" + } + }, + "world_info_stack_panel": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "children": [ + "world_name_panel", + "world_type_panel", + "bottom_padding" + ] + }, + "world_info_stack_panel/world_name_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "world_name" + ] + }, + "world_info_stack_panel/world_name_panel/world_name": { + "file": "ui/realms_slots_screen.json", + "type": "label" + }, + "world_info_stack_panel/world_type_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "world_type" + ] + }, + "world_info_stack_panel/world_type_panel/world_type": { + "file": "ui/realms_slots_screen.json", + "type": "label" + }, + "world_info_stack_panel/bottom_padding": { + "file": "ui/realms_slots_screen.json", + "type": "panel" + }, + "main_stack_panel": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "button_panel", + "padding_1", + "text_panel_0", + "padding_2", + "worlds_panel", + "padding_3", + "text_panel_1" + ] + }, + "main_stack_panel/padding_0": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "realms_slots" + } + }, + "main_stack_panel/button_panel": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "children": [ + "play_button", + "left_padding", + "edit_realm_button", + "right_padding", + "feed_panel_with_unread_count" + ] + }, + "main_stack_panel/button_panel/play_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "play_button", + "namespace": "realms_slots" + } + }, + "main_stack_panel/button_panel/left_padding": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding", + "namespace": "realms_slots" + } + }, + "main_stack_panel/button_panel/edit_realm_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "edit_realm_button", + "namespace": "realms_slots" + } + }, + "main_stack_panel/button_panel/right_padding": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding", + "namespace": "realms_slots" + } + }, + "main_stack_panel/button_panel/feed_panel_with_unread_count": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "feed_panel", + "unread_story_count" + ] + }, + "main_stack_panel/button_panel/feed_panel_with_unread_count/feed_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "realms_feed_button" + ] + }, + "main_stack_panel/button_panel/feed_panel_with_unread_count/feed_panel/realms_feed_button": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "realms_feed_button", + "namespace": "realms_slots" + } + }, + "main_stack_panel/button_panel/feed_panel_with_unread_count/unread_story_count": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "unread_story_count_panel", + "namespace": "realms_slots" + } + }, + "main_stack_panel/padding_1": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "realms_slots" + } + }, + "main_stack_panel/text_panel_0": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "main_stack_panel/text_panel_0/text": { + "file": "ui/realms_slots_screen.json", + "type": "label" + }, + "main_stack_panel/padding_2": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "realms_slots" + } + }, + "main_stack_panel/worlds_panel": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "children": [ + "world_slot_1", + "padding_0", + "world_slot_2", + "padding_1", + "world_slot_3" + ] + }, + "main_stack_panel/worlds_panel/world_slot_1": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "world_slot_button", + "namespace": "realms_slots" + } + }, + "main_stack_panel/worlds_panel/padding_0": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_sibling_height", + "namespace": "realms_slots" + } + }, + "main_stack_panel/worlds_panel/world_slot_2": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "world_slot_button", + "namespace": "realms_slots" + } + }, + "main_stack_panel/worlds_panel/padding_1": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_sibling_height", + "namespace": "realms_slots" + } + }, + "main_stack_panel/worlds_panel/world_slot_3": { + "file": "ui/realms_slots_screen.json", + "type": "button", + "extend": { + "name": "world_slot_button", + "namespace": "realms_slots" + } + }, + "main_stack_panel/padding_3": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "realms_slots" + } + }, + "main_stack_panel/text_panel_1": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "main_stack_panel/text_panel_1/text": { + "file": "ui/realms_slots_screen.json", + "type": "label" + }, + "realms_slots_screen": { + "file": "ui/realms_slots_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "realms_slots_screen_content": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "background" + ] + }, + "realms_slots_screen_content/background": { + "file": "ui/realms_slots_screen.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + }, + "realms_slots_screen_content_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "children": [ + "main_scroll_panel" + ] + }, + "realms_slots_screen_content_panel/main_scroll_panel": { + "file": "ui/realms_slots_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + } + }, + "realms_settings": { + "settings_screen": { + "file": "ui/realms_settings_screen.json", + "type": "screen", + "extend": { + "name": "screen_base", + "namespace": "settings_common" + } + }, + "generic_section": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel" + }, + "generic_section_wrapper": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "generic_section" + ] + }, + "generic_section_wrapper/generic_section": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "generic_section", + "namespace": "realms_settings" + } + }, + "checkbox_image": { + "file": "ui/realms_settings_screen.json", + "type": "image" + }, + "checkbox_unchecked_state": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "realms_settings" + } + }, + "checkbox_checked_state": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "realms_settings" + } + }, + "checkbox_unchecked_hover_state": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "realms_settings" + } + }, + "checkbox_checked_hover_state": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "realms_settings" + } + }, + "checkbox_unchecked_locked_state": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "realms_settings" + } + }, + "checkbox_checked_locked_state": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "realms_settings" + } + }, + "player_count_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "realm_duration_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "realm_subscription_origin_label": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "option_info_label_with_bulb", + "namespace": "settings_common" + } + }, + "realm_consumable_to_subscription_info_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "manage_subscriptions_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "delete_realm_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "open_realm_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "close_realm_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "subscriptions_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "loading_view", + "loading_failed_view", + "loaded_view" + ] + }, + "subscriptions_section/loading_view": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "subscriptions_section/loading_failed_view": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "subscriptions_section/loaded_view": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "player_count_label", + "realm_duration_label", + "possible_store_mismatch", + "realm_subscription_origin_label", + "realm_consumable_to_subscription_info_label", + "_0", + "delete_realm_button", + "open_realm_button", + "close_realm_button", + "_1", + "manage_subscriptions_button" + ] + }, + "subscriptions_section/loaded_view/player_count_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "player_count_label", + "namespace": "realms_settings" + } + }, + "subscriptions_section/loaded_view/realm_duration_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "realm_duration_label", + "namespace": "realms_settings" + } + }, + "subscriptions_section/loaded_view/possible_store_mismatch": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "possible_store_mismatch", + "namespace": "general_section" + } + }, + "subscriptions_section/loaded_view/realm_subscription_origin_label": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "realm_subscription_origin_label", + "namespace": "realms_settings" + } + }, + "subscriptions_section/loaded_view/realm_consumable_to_subscription_info_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "realm_consumable_to_subscription_info_label", + "namespace": "realms_settings" + } + }, + "subscriptions_section/loaded_view/_0": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "subscriptions_section/loaded_view/delete_realm_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "delete_realm_button", + "namespace": "realms_settings" + } + }, + "subscriptions_section/loaded_view/open_realm_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "open_realm_button", + "namespace": "realms_settings" + } + }, + "subscriptions_section/loaded_view/close_realm_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "close_realm_button", + "namespace": "realms_settings" + } + }, + "subscriptions_section/loaded_view/_1": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "subscriptions_section/loaded_view/manage_subscriptions_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "manage_subscriptions_button", + "namespace": "realms_settings" + } + }, + "invite_link_item_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "invite_link_item_name_and_expiry_text", + "invite_link_item_state_text", + "spacing_gap" + ] + }, + "invite_link_item_content/invite_link_item_name_and_expiry_text": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "name_text", + "spacing_gap", + "expiry_text" + ] + }, + "invite_link_item_content/invite_link_item_name_and_expiry_text/name_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "invite_link_item_content/invite_link_item_name_and_expiry_text/spacing_gap": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "invite_link_item_content/invite_link_item_name_and_expiry_text/expiry_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "invite_link_item_content/invite_link_item_state_text": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "state_text" + ] + }, + "invite_link_item_content/invite_link_item_state_text/state_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "invite_link_item_content/spacing_gap": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "invite_link_item_template": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "invite_link_item_button" + ] + }, + "invite_link_item_template/invite_link_item_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "invite_links_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "loading_view", + "loading_failed_view", + "loaded_view" + ] + }, + "invite_links_section/loading_view": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "invite_links_section/loading_failed_view": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "invite_links_section/loaded_view": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "spacing_gap_0", + "invite_links_info", + "invite_links_grid", + "spacing_gap_1", + "add_invite_link_button" + ] + }, + "invite_links_section/loaded_view/spacing_gap_0": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "invite_links_section/loaded_view/invite_links_info": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "invite_links_section/loaded_view/invite_links_grid": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel" + }, + "invite_links_section/loaded_view/spacing_gap_1": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "invite_links_section/loaded_view/add_invite_link_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "advanced_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "loading_view", + "loading_failed_view", + "loaded_view" + ] + }, + "advanced_section/loading_view": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "advanced_section/loading_failed_view": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "advanced_section/loaded_view": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "spacing_gap_0", + "server_preference", + "set_region_content", + "changes_not_applied_panel", + "spacing_gap_1", + "region_help_button" + ] + }, + "advanced_section/loaded_view/spacing_gap_0": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "advanced_section/loaded_view/server_preference": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_icon_label", + "namespace": "settings_common" + } + }, + "advanced_section/loaded_view/set_region_content": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "set_region_dropdown", + "namespace": "realms_settings" + } + }, + "advanced_section/loaded_view/changes_not_applied_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "changes_not_applied_label" + ] + }, + "advanced_section/loaded_view/changes_not_applied_panel/changes_not_applied_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "advanced_section/loaded_view/spacing_gap_1": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "advanced_section/loaded_view/region_help_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "set_region_dropdown": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "region_dropdown_content": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "region_dropdown_radio": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_icon", + "namespace": "settings_common" + } + }, + "region_help_button_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "external_link_icon", + "spacing_gap_1", + "help_text" + ] + }, + "region_help_button_content/external_link_icon": { + "file": "ui/realms_settings_screen.json", + "type": "image" + }, + "region_help_button_content/spacing_gap_1": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "region_help_button_content/help_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "tts_focus_border": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "saves_section": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "padding_saves_section_top", + "loaded_view", + "loading_indicator", + "loading_failed_panel" + ] + }, + "saves_section/padding_saves_section_top": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_section/loaded_view": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "storage_bar_header_panel", + "padding3", + "save_active_world_button", + "padding4", + "active_world_info", + "padding5", + "storage_warning", + "padding6", + "save_list_container", + "padding_loaded_view_bottom", + "restore_info", + "saves_help_panel" + ] + }, + "saves_section/loaded_view/storage_bar_header_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "storage_bar_with_header", + "focus_border" + ] + }, + "saves_section/loaded_view/storage_bar_header_panel/storage_bar_with_header": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "storage_bar_panel_with_header", + "namespace": "realms_settings" + } + }, + "saves_section/loaded_view/storage_bar_header_panel/focus_border": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "tts_focus_border", + "namespace": "realms_settings" + } + }, + "saves_section/loaded_view/padding3": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_section/loaded_view/save_active_world_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "saves_section/loaded_view/padding4": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_section/loaded_view/active_world_info": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "active_world_info_panel", + "namespace": "realms_settings" + } + }, + "saves_section/loaded_view/padding5": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_section/loaded_view/storage_warning": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "warning_text_panel", + "focus_border" + ] + }, + "saves_section/loaded_view/storage_warning/warning_text_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "warning_text_panel", + "namespace": "realms_settings" + } + }, + "saves_section/loaded_view/storage_warning/focus_border": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "tts_focus_border", + "namespace": "realms_settings" + } + }, + "saves_section/loaded_view/padding6": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_section/loaded_view/save_list_container": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "tab_buttons", + "tab_content_panel" + ] + }, + "saves_section/loaded_view/save_list_container/tab_buttons": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_tabs_container", + "namespace": "realms_settings" + } + }, + "saves_section/loaded_view/save_list_container/tab_content_panel": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "tab_content_panel", + "namespace": "realms_settings" + } + }, + "saves_section/loaded_view/padding_loaded_view_bottom": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_section/loaded_view/restore_info": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "saves_section/loaded_view/saves_help_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "saves_help_panel", + "namespace": "realms_settings" + } + }, + "saves_section/loading_indicator": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "restore_info", + "loading_text_panel", + "loading_bars" + ] + }, + "saves_section/loading_indicator/restore_info": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "saves_section/loading_indicator/loading_text_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "loading_text", + "loading_text_padding" + ] + }, + "saves_section/loading_indicator/loading_text_panel/loading_text": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "saves_section/loading_indicator/loading_text_panel/loading_text_padding": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_section/loading_indicator/loading_bars": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "progress_loading_bars" + ] + }, + "saves_section/loading_indicator/loading_bars/progress_loading_bars": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "feed_common" + } + }, + "saves_section/loading_failed_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "restore_info", + "saves_help_panel", + "loading_failed_message" + ] + }, + "saves_section/loading_failed_panel/restore_info": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "saves_section/loading_failed_panel/saves_help_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "saves_help_panel", + "namespace": "realms_settings" + } + }, + "saves_section/loading_failed_panel/loading_failed_message": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "saves_help_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "padding_help_button_top", + "saves_help_button", + "padding_help_button_bottom" + ] + }, + "saves_help_panel/padding_help_button_top": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_help_panel/saves_help_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "saves_help_panel/padding_help_button_bottom": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "saves_help_button_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "external_link_icon", + "spacing_gap_1", + "help_text" + ] + }, + "saves_help_button_content/external_link_icon": { + "file": "ui/realms_settings_screen.json", + "type": "image" + }, + "saves_help_button_content/spacing_gap_1": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "saves_help_button_content/help_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "storage_bar_label_stack_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "text_left", + "padding", + "text_right" + ] + }, + "storage_bar_label_stack_panel/text_left": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "storage_bar_label_stack_panel/padding": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "storage_bar_label_stack_panel/text_right": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "storage_bar_panel_with_header": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "label_panel", + "padding2", + "storage_bar_panel" + ] + }, + "storage_bar_panel_with_header/label_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "heading_label" + ] + }, + "storage_bar_panel_with_header/label_panel/heading_label": { + "file": "ui/realms_settings_screen.json", + "type": "unknown" + }, + "storage_bar_panel_with_header/padding2": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "storage_bar_panel_with_header/storage_bar_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "storage_bar_panel", + "namespace": "realms_settings" + } + }, + "realm_storage_heading_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "storage_bar_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "storage_bar_label", + "padding", + "storage_bar" + ] + }, + "storage_bar_panel/storage_bar_label": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "storage_bar_label_stack_panel", + "namespace": "realms_settings" + } + }, + "storage_bar_panel/padding": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "storage_bar_panel/storage_bar": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "storage_bar", + "namespace": "realms_settings" + } + }, + "storage_bar_panel_with_tts_focus_border": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "storage_bar_panel", + "focus_border" + ] + }, + "storage_bar_panel_with_tts_focus_border/storage_bar_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "storage_bar_panel", + "namespace": "realms_settings" + } + }, + "storage_bar_panel_with_tts_focus_border/focus_border": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "tts_focus_border", + "namespace": "realms_settings" + } + }, + "storage_bar": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "empty_progress_bar_beveled", + "storage_fill", + "storage_bar_beveled_overlay" + ] + }, + "storage_bar/empty_progress_bar_beveled": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "empty_progress_bar_beveled", + "namespace": "common" + } + }, + "storage_bar/storage_fill": { + "file": "ui/realms_settings_screen.json", + "type": "image" + }, + "storage_bar/storage_bar_beveled_overlay": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "progress_bar_beveled_overlay", + "namespace": "common" + } + }, + "active_world_info_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "active_world_info_label_stack_panel", + "focus_border" + ] + }, + "active_world_info_panel/active_world_info_label_stack_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "active_world_name_label", + "active_world_size_label" + ] + }, + "active_world_info_panel/active_world_info_label_stack_panel/active_world_name_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "active_world_info_panel/active_world_info_label_stack_panel/active_world_size_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "active_world_info_panel/focus_border": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "tts_focus_border", + "namespace": "realms_settings" + } + }, + "warning_text_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "warning_panel", + "padding1", + "text_label" + ] + }, + "warning_text_panel/warning_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "padding1", + "warning_image", + "padding2" + ] + }, + "warning_text_panel/warning_panel/padding1": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "warning_text_panel/warning_panel/warning_image": { + "file": "ui/realms_settings_screen.json", + "type": "image" + }, + "warning_text_panel/warning_panel/padding2": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "warning_text_panel/padding1": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "warning_text_panel/text_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "popup_dialog_background": { + "file": "ui/realms_settings_screen.json", + "type": "image" + }, + "popup_dialog_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "delete_selected_saves_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "cancel_popup_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "free_up_space_popup_content": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "common_panel", + "title_label", + "panel_indent", + "button_panel" + ] + }, + "free_up_space_popup_content/common_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "free_up_space_popup_content/title_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "free_up_space_popup_content/panel_indent": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "free_up_space_popup_content/panel_indent/inside_header_panel": { + "file": "ui/realms_settings_screen.json", + "type": "unknown" + }, + "free_up_space_popup_content/button_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "left_button_panel", + "pad", + "right_button_panel" + ] + }, + "free_up_space_popup_content/button_panel/left_button_panel": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "cancel_popup_button", + "namespace": "realms_settings" + } + }, + "free_up_space_popup_content/button_panel/pad": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "free_up_space_popup_content/button_panel/right_button_panel": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "delete_selected_saves_button", + "namespace": "realms_settings" + } + }, + "free_up_space_popup_scrolling_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "free_up_space_text_description": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "free_up_space_popup_content_stack_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "free_up_space_description_label", + "padding1", + "free_up_space_storage_bar_panel", + "padding2", + "free_up_space_manual_save_list_stack_panel" + ] + }, + "free_up_space_popup_content_stack_panel/free_up_space_description_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "free_up_space_popup_content_stack_panel/padding1": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "free_up_space_popup_content_stack_panel/free_up_space_storage_bar_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "storage_bar_panel_with_tts_focus_border", + "namespace": "realms_settings" + } + }, + "free_up_space_popup_content_stack_panel/padding2": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "free_up_space_popup_content_stack_panel/free_up_space_manual_save_list_stack_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "manual_save_list_stack_panel", + "namespace": "realms_settings" + } + }, + "popup_dialog__free_up_space": { + "file": "ui/realms_settings_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "free_up_space_popup_background", + "free_up_space_popup_content" + ] + }, + "popup_dialog__free_up_space/free_up_space_popup_background": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "popup_dialog_background", + "namespace": "realms_settings" + } + }, + "popup_dialog__free_up_space/free_up_space_popup_content": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "free_up_space_popup_content", + "namespace": "realms_settings" + } + }, + "top_tab": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "tab_top", + "namespace": "common_tabs" + } + }, + "tab_content": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "tab_content/text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "common_button_text", + "namespace": "play" + } + }, + "manual_navigation_tab": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "realms_settings" + } + }, + "automatic_navigation_tab": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "realms_settings" + } + }, + "tab_navigation_panel_layout": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "tab_navigation_panel_layout/content": { + "file": "ui/realms_settings_screen.json", + "type": "unknown" + }, + "button_tabs_container": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "manual_navigation_tab", + "automatic_navigation_tab" + ] + }, + "button_tabs_container/manual_navigation_tab": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "manual_navigation_tab", + "namespace": "realms_settings" + } + }, + "button_tabs_container/automatic_navigation_tab": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "automatic_navigation_tab", + "namespace": "realms_settings" + } + }, + "tab_content_panel": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_4", + "namespace": "common" + }, + "children": [ + "background" + ] + }, + "tab_content_panel/background": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "children": [ + "manual_save_list", + "automatic_save_list" + ] + }, + "tab_content_panel/background/manual_save_list": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "manual_save_list_panel", + "namespace": "realms_settings" + } + }, + "tab_content_panel/background/automatic_save_list": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "automatic_save_list_panel", + "namespace": "realms_settings" + } + }, + "save_list_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "save_list" + ] + }, + "save_list_panel/save_list": { + "file": "ui/realms_settings_screen.json", + "type": "unknown" + }, + "manual_save_list_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "save_list_panel", + "namespace": "realms_settings" + } + }, + "manual_tab_info_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "info_label" + ] + }, + "manual_tab_info_panel/info_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "manual_save_list_stack_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "padding1", + "save_tab_info_label", + "padding2", + "stack_panel", + "padding3" + ] + }, + "manual_save_list_stack_panel/padding1": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "manual_save_list_stack_panel/save_tab_info_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "manual_save_list_stack_panel/padding2": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "manual_save_list_stack_panel/stack_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel" + }, + "manual_save_list_stack_panel/padding3": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "automatic_save_list_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "save_list_panel", + "namespace": "realms_settings" + } + }, + "automatic_tab_info_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "info_label" + ] + }, + "automatic_tab_info_panel/info_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "automatic_save_list_stack_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "padding1", + "save_tab_info_label", + "padding2", + "stack_panel", + "padding3" + ] + }, + "automatic_save_list_stack_panel/padding1": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "automatic_save_list_stack_panel/save_tab_info_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "automatic_save_list_stack_panel/padding2": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "automatic_save_list_stack_panel/stack_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel" + }, + "automatic_save_list_stack_panel/padding3": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "options_icon": { + "file": "ui/realms_settings_screen.json", + "type": "image" + }, + "saves_info_accordian": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "main_content_panel", + "sub_content_panel" + ] + }, + "saves_info_accordian/main_content_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "checkbox_button", + "main_item_toggle", + "options_button" + ] + }, + "saves_info_accordian/main_content_panel/checkbox_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "saves_info_accordian/main_content_panel/main_item_toggle": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "dark_ui_toggle", + "namespace": "common_toggles" + } + }, + "saves_info_accordian/main_content_panel/options_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "saves_info_accordian/sub_content_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "saves_content" + ] + }, + "saves_info_accordian/sub_content_panel/saves_content": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_saves_info_label", + "namespace": "realms_settings" + } + }, + "saves_info_accordion_checkbox": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "unchecked_control", + "checked_control", + "unchecked_hover_control", + "checked__hover_control" + ] + }, + "saves_info_accordion_checkbox/unchecked_control": { + "file": "ui/realms_settings_screen.json", + "type": "unknown" + }, + "saves_info_accordion_checkbox/checked_control": { + "file": "ui/realms_settings_screen.json", + "type": "unknown" + }, + "saves_info_accordion_checkbox/unchecked_hover_control": { + "file": "ui/realms_settings_screen.json", + "type": "unknown" + }, + "saves_info_accordion_checkbox/checked__hover_control": { + "file": "ui/realms_settings_screen.json", + "type": "unknown" + }, + "main_item_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "date_and_name", + "time_and_size", + "padding_left_down_icon", + "down_icon", + "padding_right_down_icon" + ] + }, + "main_item_content/date_and_name": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "date_saved_label", + "world_name_label" + ] + }, + "main_item_content/date_and_name/date_saved_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "main_item_content/date_and_name/world_name_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "main_item_content/time_and_size": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "save_data_time_label", + "save_data_size_label" + ] + }, + "main_item_content/time_and_size/save_data_time_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "main_item_content/time_and_size/save_data_size_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "main_item_content/padding_left_down_icon": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "main_item_content/down_icon": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "options_icon" + ] + }, + "main_item_content/down_icon/options_icon": { + "file": "ui/realms_settings_screen.json", + "type": "image" + }, + "main_item_content/padding_right_down_icon": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "option_saves_info_label": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "saves_info_container": { + "file": "ui/realms_settings_screen.json", + "type": "image", + "children": [ + "saves_info_content" + ] + }, + "saves_info_container/saves_info_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "saves_info_content", + "namespace": "realms_settings" + } + }, + "saves_info_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "version_panel", + "pack_header_panel", + "world_packs_label" + ] + }, + "saves_info_content/version_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "version_panel", + "namespace": "realms_settings" + } + }, + "saves_info_content/pack_header_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "pack_header_panel", + "namespace": "realms_settings" + } + }, + "saves_info_content/world_packs_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "version_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "left_content" + ] + }, + "version_panel/left_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "save_version_label" + ] + }, + "version_panel/left_content/save_version_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "pack_header_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "left_content" + ] + }, + "pack_header_panel/left_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "packs_label" + ] + }, + "pack_header_panel/left_content/packs_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "label_text": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "branch_grid_item_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "branch_text", + "commit_text" + ] + }, + "branch_grid_item_content/branch_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "branch_grid_item_content/commit_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "matching_item_button_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "branch_text", + "commit_text" + ] + }, + "matching_item_button_content/branch_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "matching_item_button_content/commit_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "branch_item_template": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "branch_item_button" + ] + }, + "branch_item_template/branch_item_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "branches_grid": { + "file": "ui/realms_settings_screen.json", + "type": "grid" + }, + "branch_set_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "set_branch_id_label" + ] + }, + "branch_set_panel/set_branch_id_label": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "version_filter_text_box": { + "file": "ui/realms_settings_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "branch_page_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "prev_button", + "page_text", + "next_button" + ] + }, + "branch_page_panel/prev_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "branch_page_panel/page_text": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "branch_page_panel/next_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "branches_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "branch_label", + "spacing_gap_1", + "set_branch_version_label", + "branch_set_panel", + "spacing_gap_2", + "matching_version_label", + "matching_item_button", + "spacing_gap_3", + "all_commits_label", + "version_filter_text_box", + "branches_grid", + "spacing_gap", + "branch_page_panel" + ] + }, + "branches_panel/branch_label": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "branches_panel/spacing_gap_1": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "branches_panel/set_branch_version_label": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "branches_panel/branch_set_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "branch_set_panel", + "namespace": "realms_settings" + } + }, + "branches_panel/spacing_gap_2": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "branches_panel/matching_version_label": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "branches_panel/matching_item_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "branches_panel/spacing_gap_3": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "branches_panel/all_commits_label": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "branches_panel/version_filter_text_box": { + "file": "ui/realms_settings_screen.json", + "type": "edit_box", + "extend": { + "name": "version_filter_text_box", + "namespace": "realms_settings" + } + }, + "branches_panel/branches_grid": { + "file": "ui/realms_settings_screen.json", + "type": "grid", + "extend": { + "name": "branches_grid", + "namespace": "realms_settings" + } + }, + "branches_panel/spacing_gap": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "branches_panel/branch_page_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "branch_page_panel", + "namespace": "realms_settings" + } + }, + "branch_section": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "branches_panel" + ] + }, + "branch_section/branches_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "branches_panel", + "namespace": "realms_settings" + } + }, + "test_content": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "realms_allowlist_content_panel", + "gamepad_helpers" + ] + }, + "test_content/realms_allowlist_content_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "realms_allowlist_content_panel", + "namespace": "realms_allowlist" + } + }, + "test_content/gamepad_helpers": { + "file": "ui/realms_settings_screen.json", + "type": "unknown", + "extend": { + "name": "gamepad_helpers", + "namespace": "realms_allowlist" + } + }, + "selector_panel": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "play_button", + "disabled_play_button", + "expired_play_button", + "padding", + "selector_group_label", + "world_button", + "members_button", + "saves_button", + "subscription_button", + "dev_options_button", + "invite_links_button", + "advanced_button" + ] + }, + "selector_panel/play_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button_dark_text", + "namespace": "settings_common" + } + }, + "selector_panel/disabled_play_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "selector_panel/expired_play_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "selector_panel/padding": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "selector_panel/selector_group_label": { + "file": "ui/realms_settings_screen.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "selector_panel/world_button": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "selector_panel/members_button": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "selector_panel/saves_button": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "selector_panel/subscription_button": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "selector_panel/dev_options_button": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "selector_panel/invite_links_button": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "selector_panel/advanced_button": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "section_content_panels": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "world_section", + "players_section", + "subscription_section", + "invite_links_section", + "advanced_section", + "dev_options_section", + "saves_section" + ] + }, + "section_content_panels/world_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_settings" + } + }, + "section_content_panels/players_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_settings" + } + }, + "section_content_panels/subscription_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_settings" + } + }, + "section_content_panels/invite_links_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_settings" + } + }, + "section_content_panels/advanced_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_settings" + } + }, + "section_content_panels/dev_options_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_settings" + } + }, + "section_content_panels/saves_section": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_settings" + } + }, + "popup_dialog__save_options": { + "file": "ui/realms_settings_screen.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "save_options_popup_content": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "restore_button", + "spacing_1", + "download_button", + "spacing_2", + "save_button_container", + "delete_button_container" + ] + }, + "save_options_popup_content/restore_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "save_options_popup_content/spacing_1": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "save_options_popup_content/download_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "save_options_popup_content/spacing_2": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "save_options_popup_content/save_button_container": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "save_button", + "spacing_3" + ] + }, + "save_options_popup_content/save_button_container/save_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "save_options_popup_content/save_button_container/spacing_3": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "save_options_popup_content/delete_button_container": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "delete_button" + ] + }, + "save_options_popup_content/delete_button_container/delete_button": { + "file": "ui/realms_settings_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "standalone_dialog_title": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "left_padding", + "dialog_title_label", + "right_padding" + ] + }, + "standalone_dialog_title/left_padding": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "standalone_dialog_title/dialog_title_label": { + "file": "ui/realms_settings_screen.json", + "type": "label" + }, + "standalone_dialog_title/right_padding": { + "file": "ui/realms_settings_screen.json", + "type": "panel" + }, + "standalone_dialog_content": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "dialog_title", + "content_area" + ] + }, + "standalone_dialog_content/dialog_title": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "standalone_dialog_title", + "namespace": "realms_settings" + } + }, + "standalone_dialog_content/content_area": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "standalone_content_area", + "namespace": "realms_settings" + } + }, + "standalone_content_area": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "children": [ + "control" + ] + }, + "standalone_content_area/control": { + "file": "ui/realms_settings_screen.json", + "type": "stack_panel", + "children": [ + "scrolling_panel" + ] + }, + "standalone_content_area/control/scrolling_panel": { + "file": "ui/realms_settings_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "realms_settings_screen_base_no_selector_area": { + "file": "ui/realms_settings_screen.json", + "type": "screen", + "extend": { + "name": "dynamic_dialog_screen", + "namespace": "settings_common" + } + }, + "screen_realm_hub_manage_members": { + "file": "ui/realms_settings_screen.json", + "type": "screen", + "extend": { + "name": "realms_settings_screen_base_no_selector_area", + "namespace": "realms_settings" + } + }, + "screen_realm_hub_invite_links": { + "file": "ui/realms_settings_screen.json", + "type": "screen", + "extend": { + "name": "realms_settings_screen_base_no_selector_area", + "namespace": "realms_settings" + } + }, + "screen_realm_hub_saves": { + "file": "ui/realms_settings_screen.json", + "type": "screen", + "extend": { + "name": "realms_settings_screen_base_no_selector_area", + "namespace": "realms_settings" + } + } + }, + "realms_allowlist": { + "spacing_gap": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "friends_containing_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "friends_panel" + ] + }, + "friends_containing_panel/friends_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "friends_panel", + "namespace": "realms_allowlist" + } + }, + "friends_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "add_friends_and_invite_link_panel", + "option_dropdown_permissions", + "player_filter_label", + "player_filter_text_box", + "spacing_gap_members_top", + "lists", + "loading_friends" + ] + }, + "friends_panel/add_friends_and_invite_link_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "add_friends_and_invite_link_panel", + "namespace": "realms_allowlist" + } + }, + "friends_panel/option_dropdown_permissions": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "friends_panel/player_filter_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "player_filter_label", + "namespace": "realms_allowlist" + } + }, + "friends_panel/player_filter_text_box": { + "file": "ui/realms_allowlist.json", + "type": "edit_box", + "extend": { + "name": "player_filter_text_box", + "namespace": "realms_allowlist" + } + }, + "friends_panel/spacing_gap_members_top": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "members_label", + "members_stack", + "spacing_gap_members_bottom", + "members_page_panel", + "invited_friends_label", + "invited_stack", + "spacing_gap_invited_friends", + "invited_friends_page_panel", + "uninvited_friends_label", + "uninvited_stack", + "spacing_gap_uninvited_friends", + "uninvited_friends_page_panel", + "blocked_players_label", + "blocked_players_stack", + "spacing_gap_blocked_players", + "blocked_players_page_panel", + "no_invites_label" + ] + }, + "friends_panel/lists/members_label": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "members_label", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/members_stack": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "factory_stack", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/spacing_gap_members_bottom": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/members_page_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "page_panel", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/invited_friends_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "invited_friends_label", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/invited_stack": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "factory_stack", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/spacing_gap_invited_friends": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/invited_friends_page_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "page_panel", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/uninvited_friends_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "uninvited_friends_label", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/uninvited_stack": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "factory_stack", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/spacing_gap_uninvited_friends": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/uninvited_friends_page_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "page_panel", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/blocked_players_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "blocked_players_label", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/blocked_players_stack": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "factory_stack", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/spacing_gap_blocked_players": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "spacing_gap", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/blocked_players_page_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "page_panel", + "namespace": "realms_allowlist" + } + }, + "friends_panel/lists/no_invites_label": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "no_invites_label", + "namespace": "realms_allowlist" + } + }, + "friends_panel/loading_friends": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "loading_friends", + "namespace": "realms_allowlist" + } + }, + "add_friends_and_invite_link_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "allowlist_stack_panel" + ] + }, + "add_friends_and_invite_link_panel/allowlist_stack_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "find_friends_button_panel", + "spacing_1", + "invite_links_panel", + "spacing_2", + "options_panel" + ] + }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/find_friends_button_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "find_friends_button_panel", + "namespace": "realms_allowlist" + } + }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/spacing_1": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/invite_links_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "invite_links_button" + ] + }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/invite_links_panel/invite_links_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/spacing_2": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/options_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "clear_members_button" + ] + }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/options_panel/clear_members_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "options_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "account_link_image": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "account_link_icon": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "space_01", + "account_link_image", + "space_03" + ] + }, + "account_link_icon/space_01": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "account_link_icon/account_link_image": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "account_link_image", + "namespace": "invite" + } + }, + "account_link_icon/space_03": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "find_friends_button_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "find_friends_button" + ] + }, + "find_friends_button_panel/find_friends_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "find_friends_button", + "namespace": "realms_allowlist" + } + }, + "invited_friends_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "friend_title" + ] + }, + "invited_friends_label/friend_title": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "player_filter_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "player_filter_title" + ] + }, + "player_filter_label/player_filter_title": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "members_label": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "friend_title", + "padding_panel", + "loading_text" + ] + }, + "members_label/friend_title": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "members_label/padding_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "members_label/loading_text": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "blocked_players_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "friend_title" + ] + }, + "blocked_players_label/friend_title": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "uninvited_friends_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "friend_title" + ] + }, + "uninvited_friends_label/friend_title": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "no_invites_label": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_allowlist" + } + }, + "loading_friends": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_allowlist" + } + }, + "blocked_grid_item": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "blocked_panel" + ] + }, + "blocked_grid_item/blocked_panel": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "blocked_panel", + "namespace": "realms_allowlist" + } + }, + "factory_stack": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel" + }, + "member_factory_xbl_profile": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "xbl_profile_panel_factory", + "namespace": "realms_allowlist" + } + }, + "member_factory_linked_account": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "linked_account_panel_factory", + "namespace": "realms_allowlist" + } + }, + "invited_factory_xbl_profile": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "xbl_profile_panel_factory", + "namespace": "realms_allowlist" + } + }, + "invited_factory_linked_account": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "linked_account_panel_factory", + "namespace": "realms_allowlist" + } + }, + "uninvited_factory_xbl_profile": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "xbl_profile_panel_factory", + "namespace": "realms_allowlist" + } + }, + "uninvited_factory_linked_account": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "linked_account_panel_factory", + "namespace": "realms_allowlist" + } + }, + "blocked_factory_xbl_profile": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "xbl_profile_blocked_panel_factory", + "namespace": "realms_allowlist" + } + }, + "blocked_factory_linked_account": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "linked_account_blocked_panel_factory", + "namespace": "realms_allowlist" + } + }, + "xbl_profile_panel_factory": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "gapped_xbl_profile_panel", + "namespace": "realms_allowlist" + } + }, + "xbl_profile_blocked_panel_factory": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "gapped_blocked_xbl_profile_panel", + "namespace": "realms_allowlist" + } + }, + "linked_account_panel_factory": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "gapped_linked_account_panel", + "namespace": "realms_allowlist" + } + }, + "linked_account_blocked_panel_factory": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "gapped_blocked_linked_account_panel", + "namespace": "realms_allowlist" + } + }, + "xbl_profile_panel": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "main_banner", + "namespace": "realms_common" + }, + "children": [ + "player_status_panel", + "xbl_user_panel", + "right_controls_panel", + "progress" + ] + }, + "xbl_profile_panel/player_status_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "player_status_panel", + "namespace": "realms_allowlist" + } + }, + "xbl_profile_panel/xbl_user_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "xbl_user_panel", + "namespace": "realms_allowlist" + } + }, + "xbl_profile_panel/right_controls_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "right_controls_panel", + "namespace": "realms_allowlist" + } + }, + "xbl_profile_panel/progress": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "factory_gap_template": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "gapped_control", + "spacing1" + ] + }, + "factory_gap_template/gapped_control": { + "file": "ui/realms_allowlist.json", + "type": "unknown" + }, + "factory_gap_template/spacing1": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "gapped_xbl_profile_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "factory_gap_template", + "namespace": "realms_allowlist" + } + }, + "gapped_linked_account_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "factory_gap_template", + "namespace": "realms_allowlist" + } + }, + "gapped_blocked_xbl_profile_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "factory_gap_template", + "namespace": "realms_allowlist" + } + }, + "gapped_blocked_linked_account_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "factory_gap_template", + "namespace": "realms_allowlist" + } + }, + "blocked_panel": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "main_banner", + "namespace": "realms_common" + }, + "children": [ + "xbl_user_panel", + "unblock_button" + ] + }, + "blocked_panel/xbl_user_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "xbl_user_panel", + "namespace": "realms_allowlist" + } + }, + "blocked_panel/unblock_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "unblock_button", + "namespace": "realms_allowlist" + } + }, + "linked_account_panel": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "main_banner", + "namespace": "realms_common" + }, + "children": [ + "linked_account_positioning_panel", + "right_controls_panel", + "progress" + ] + }, + "linked_account_panel/linked_account_positioning_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "linked_user_stack_panel", + "namespace": "realms_allowlist" + } + }, + "linked_account_panel/right_controls_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "right_controls_panel", + "namespace": "realms_allowlist" + } + }, + "linked_account_panel/progress": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "linked_account_blocked_panel": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "main_banner", + "namespace": "realms_common" + }, + "children": [ + "linked_account_positioning_panel", + "unblock_button", + "progress" + ] + }, + "linked_account_blocked_panel/linked_account_positioning_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "linked_user_stack_panel", + "namespace": "realms_allowlist" + } + }, + "linked_account_blocked_panel/unblock_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "unblock_button", + "namespace": "realms_allowlist" + } + }, + "linked_account_blocked_panel/progress": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "xbl_user_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "spacing1", + "platform_icon_positioner", + "gamerpic_panel", + "spacing2", + "gamertag_label_panel" + ] + }, + "xbl_user_panel/spacing1": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "horizontal_indent", + "namespace": "realms_allowlist" + } + }, + "xbl_user_panel/platform_icon_positioner": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "xbl_user_panel/gamerpic_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "gamerpic_panel", + "namespace": "realms_allowlist" + } + }, + "xbl_user_panel/spacing2": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "horizontal_indent", + "namespace": "realms_allowlist" + } + }, + "xbl_user_panel/gamertag_label_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "gamertag_label_panel", + "namespace": "realms_allowlist" + } + }, + "third_party_user_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "spacing1", + "profile_picture", + "spacing2", + "third_party_profile_label" + ] + }, + "third_party_user_panel/spacing1": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "horizontal_indent", + "namespace": "realms_allowlist" + } + }, + "third_party_user_panel/profile_picture": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "third_party_profile_pic_panel", + "namespace": "realms_allowlist" + } + }, + "third_party_user_panel/spacing2": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "horizontal_indent", + "namespace": "realms_allowlist" + } + }, + "third_party_user_panel/third_party_profile_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "third_party_profile_label", + "namespace": "realms_allowlist" + } + }, + "linked_profile_pictures_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "pp2", + "account_link", + "pp1" + ] + }, + "linked_profile_pictures_panel/pp2": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "third_party_profile_pic_panel", + "namespace": "realms_allowlist" + } + }, + "linked_profile_pictures_panel/account_link": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "account_link_icon", + "namespace": "realms_allowlist" + } + }, + "linked_profile_pictures_panel/pp1": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "gamerpic_panel", + "namespace": "realms_allowlist" + } + }, + "platform_profile_names": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "friend_grid_third_party_tag", + "spacer_02", + "friend_grid_xbl_gamertag", + "spacer_03" + ] + }, + "platform_profile_names/friend_grid_third_party_tag": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "third_party_profile_label", + "namespace": "realms_allowlist" + } + }, + "platform_profile_names/spacer_02": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "platform_profile_names/friend_grid_xbl_gamertag": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "gamertag_label_panel", + "namespace": "realms_allowlist" + } + }, + "platform_profile_names/spacer_03": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "linked_user_stack_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "allow_offset_control", + "platform_icon_positioner", + "spacing1", + "profile_picture", + "spacing2", + "platform_names_label", + "spacing3" + ] + }, + "linked_user_stack_panel/allow_offset_control": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "player_status_panel" + ] + }, + "linked_user_stack_panel/allow_offset_control/player_status_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "player_status_panel", + "namespace": "realms_allowlist" + } + }, + "linked_user_stack_panel/platform_icon_positioner": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "platform_icon" + ] + }, + "linked_user_stack_panel/platform_icon_positioner/platform_icon": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "platform_icon_panel", + "namespace": "invite" + } + }, + "linked_user_stack_panel/spacing1": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "horizontal_indent", + "namespace": "realms_allowlist" + } + }, + "linked_user_stack_panel/profile_picture": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "linked_profile_pictures_panel", + "namespace": "realms_allowlist" + } + }, + "linked_user_stack_panel/spacing2": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "horizontal_indent", + "namespace": "realms_allowlist" + } + }, + "linked_user_stack_panel/platform_names_label": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "platform_profile_names", + "namespace": "realms_allowlist" + } + }, + "linked_user_stack_panel/spacing3": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "horizontal_indent", + "namespace": "realms_allowlist" + } + }, + "horizontal_indent": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "vertical_indent": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "gamerpic_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "black_border", + "gamer_pic" + ] + }, + "gamerpic_panel/black_border": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "black_border", + "namespace": "realms_allowlist" + } + }, + "gamerpic_panel/gamer_pic": { + "file": "ui/realms_allowlist.json", + "type": "custom", + "extend": { + "name": "gamer_pic", + "namespace": "realms_allowlist" + } + }, + "third_party_profile_pic_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "black_border", + "third_party_profile_picture" + ] + }, + "third_party_profile_pic_panel/black_border": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "black_border", + "namespace": "realms_allowlist" + } + }, + "third_party_profile_pic_panel/third_party_profile_picture": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "third_party_profile_picture", + "namespace": "realms_allowlist" + } + }, + "gamertag_label_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "gamertag_label", + "real_name_label" + ] + }, + "gamertag_label_panel/gamertag_label": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "gamertag_label", + "namespace": "realms_allowlist" + } + }, + "gamertag_label_panel/real_name_label": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "real_name_label", + "namespace": "realms_allowlist" + } + }, + "third_party_profile_label": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "profile_name_label" + ] + }, + "third_party_profile_label/profile_name_label": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "third_party_profile_name_label", + "namespace": "realms_allowlist" + } + }, + "panel_text": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "gamertag_label": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_allowlist" + } + }, + "third_party_profile_name_label": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_allowlist" + } + }, + "real_name_label": { + "file": "ui/realms_allowlist.json", + "type": "label", + "extend": { + "name": "panel_text", + "namespace": "realms_allowlist" + } + }, + "right_settings_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "member_settings" + ] + }, + "right_settings_panel/member_settings": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "member_settings", + "namespace": "realms_allowlist" + } + }, + "member_settings": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "minus_button", + "horizontal_space", + "member_permissions", + "op_deop_button" + ] + }, + "member_settings/minus_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "minus_button", + "namespace": "realms_allowlist" + } + }, + "member_settings/horizontal_space": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "member_settings/member_permissions": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "permissions_dropdown", + "namespace": "realms_allowlist" + } + }, + "member_settings/op_deop_button": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "op_deop_button", + "namespace": "realms_allowlist" + } + }, + "right_controls_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "right_settings_panel", + "uninvited_friends_invite_button" + ] + }, + "right_controls_panel/right_settings_panel": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "extend": { + "name": "right_settings_panel", + "namespace": "realms_allowlist" + } + }, + "right_controls_panel/uninvited_friends_invite_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "invite_button", + "namespace": "realms_allowlist" + } + }, + "player_status_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "player_online_icon", + "player_offline_icon" + ] + }, + "player_status_panel/player_online_icon": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "player_online_icon", + "namespace": "realms_allowlist" + } + }, + "player_status_panel/player_offline_icon": { + "file": "ui/realms_allowlist.json", + "type": "image", + "extend": { + "name": "player_offline_icon", + "namespace": "realms_allowlist" + } + }, + "permissions_dropdown": { + "file": "ui/realms_allowlist.json", + "type": "stack_panel", + "children": [ + "vertical_space", + "option_dropdown_permissions" + ] + }, + "permissions_dropdown/vertical_space": { + "file": "ui/realms_allowlist.json", + "type": "panel" + }, + "permissions_dropdown/option_dropdown_permissions": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "invite_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "minus_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "unblock_label": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "unblock_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "op_deop_button": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "light_image_toggle_collection", + "namespace": "common_toggles" + } + }, + "find_friends_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "black_border": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "gamer_pic": { + "file": "ui/realms_allowlist.json", + "type": "custom" + }, + "third_party_profile_picture": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "player_online_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "player_offline_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "plus_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "more_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "share_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "minus_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "op_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "deop_icon": { + "file": "ui/realms_allowlist.json", + "type": "image" + }, + "player_filter_text_box": { + "file": "ui/realms_allowlist.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "page_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "prev_button", + "page_text", + "next_button" + ] + }, + "page_panel/prev_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "page_panel/page_text": { + "file": "ui/realms_allowlist.json", + "type": "label" + }, + "page_panel/next_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "realms_allowlist_panel_content": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "realms_allowlist_content_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "realms_allowlist_content_panel_children": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "realms_allowlist_panel_content", + "done_button" + ] + }, + "realms_allowlist_content_panel_children/realms_allowlist_panel_content": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "realms_allowlist_panel_content", + "namespace": "realms_allowlist" + } + }, + "realms_allowlist_content_panel_children/done_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "realms_allowlist_screen": { + "file": "ui/realms_allowlist.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "realms_allowlist_content": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "realms_allowlist_content/root_panel": { + "file": "ui/realms_allowlist.json", + "type": "input_panel", + "children": [ + "realms_allowlist_content_panel" + ] + }, + "realms_allowlist_content/root_panel/realms_allowlist_content_panel": { + "file": "ui/realms_allowlist.json", + "type": "panel", + "extend": { + "name": "realms_allowlist_content_panel", + "namespace": "realms_allowlist" + } + }, + "transparent_close_button": { + "file": "ui/realms_allowlist.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + } + }, + "realms_invite_link_settings": { + "generic_section_wrapper": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "children": [ + "generic_section" + ] + }, + "generic_section_wrapper/generic_section": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "generic_section", + "namespace": "realms_settings" + } + }, + "link_banner": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "image" + }, + "clipboard_icon": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "image" + }, + "description_wrap": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "children": [ + "description" + ] + }, + "description_wrap/description": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "invite_link_url": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "link_panel": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "image", + "extend": { + "name": "link_banner", + "namespace": "realms_invite_link_settings" + }, + "children": [ + "invite_link_url_wrapper", + "link_copy_container" + ] + }, + "link_panel/invite_link_url_wrapper": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "link_panel/link_copy_container": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "children": [ + "link_copy" + ] + }, + "link_panel/link_copy_container/link_copy": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "general_content": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "stack_panel", + "children": [ + "spacing_gap_0", + "invite_link_title", + "invite_link_description", + "spacing_gap_1", + "link_panel", + "spacing_gap_2", + "activate_link_toggle", + "activate_link_description", + "spacing_gap_3", + "infinite_link_toggle", + "spacing_gap_4", + "share_link_title", + "share_link_description", + "spacing_gap_5", + "share_link_button", + "spacing_gap_6", + "remove_link_title", + "remove_invite_link_button" + ] + }, + "general_content/spacing_gap_0": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "general_content/invite_link_title": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "general_content/invite_link_description": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "description_wrap", + "namespace": "realms_invite_link_settings" + } + }, + "general_content/spacing_gap_1": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "general_content/link_panel": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "image", + "extend": { + "name": "link_panel", + "namespace": "realms_invite_link_settings" + } + }, + "general_content/spacing_gap_2": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "general_content/activate_link_toggle": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_content/activate_link_description": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "description_wrap", + "namespace": "realms_invite_link_settings" + } + }, + "general_content/spacing_gap_3": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "general_content/infinite_link_toggle": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_content/spacing_gap_4": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "general_content/share_link_title": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "general_content/share_link_description": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "description_wrap", + "namespace": "realms_invite_link_settings" + } + }, + "general_content/spacing_gap_5": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "general_content/share_link_button": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "general_content/spacing_gap_6": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "general_content/remove_link_title": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "general_content/remove_invite_link_button": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "invite_link_expiration": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "advanced_content": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "stack_panel", + "children": [ + "spacing_gap_0", + "expiry_title", + "spacing_gap_1", + "expiration_description", + "spacing_gap_2", + "expiration_panel", + "expiration_dropdown" + ] + }, + "advanced_content/spacing_gap_0": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "advanced_content/expiry_title": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "label", + "extend": { + "name": "label_text", + "namespace": "realms_settings" + } + }, + "advanced_content/spacing_gap_1": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "advanced_content/expiration_description": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "description_wrap", + "namespace": "realms_invite_link_settings" + } + }, + "advanced_content/spacing_gap_2": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "advanced_content/expiration_panel": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "image", + "extend": { + "name": "link_banner", + "namespace": "realms_invite_link_settings" + }, + "children": [ + "invite_link_expiration_wrapper" + ] + }, + "advanced_content/expiration_panel/invite_link_expiration_wrapper": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "advanced_content/expiration_dropdown": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "expiration_dropdown_content": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "selector_panel": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "stack_panel", + "children": [ + "spacing_gap_0", + "general_button", + "advanced_button" + ] + }, + "selector_panel/spacing_gap_0": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel" + }, + "selector_panel/general_button": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "selector_panel/advanced_button": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "section_content_panels": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "children": [ + "general_section", + "advanced_section" + ] + }, + "section_content_panels/general_section": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_invite_link_settings" + } + }, + "section_content_panels/advanced_section": { + "file": "ui/realms_invite_link_settings_screen.json", + "type": "panel", + "extend": { + "name": "generic_section_wrapper", + "namespace": "realms_invite_link_settings" + } + } + }, + "realms_plus_ended": { + "subscription_ended_screen": { + "file": "ui/realms_plus_ended_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "subscription_ended_screen_content": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "subscription_ended_screen_content/root_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "main_panel" + ] + }, + "subscription_ended_screen_content/root_panel/gamepad_helpers": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "realms_plus_ended" + } + }, + "subscription_ended_screen_content/root_panel/main_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "input_panel", + "extend": { + "name": "main_panel", + "namespace": "realms_plus_ended" + } + }, + "main_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "input_panel", + "children": [ + "dialog" + ] + }, + "main_panel/dialog": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "gamepad_helpers": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/realms_plus_ended_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "content_stack_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "main_content", + "pad_1", + "button_center_panel", + "pad_2" + ] + }, + "content_stack_panel/pad_0": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel" + }, + "content_stack_panel/main_content": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "extend": { + "name": "main_content_panel", + "namespace": "realms_plus_ended" + } + }, + "content_stack_panel/pad_1": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel" + }, + "content_stack_panel/button_center_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "children": [ + "buttons" + ] + }, + "content_stack_panel/button_center_panel/buttons": { + "file": "ui/realms_plus_ended_screen.json", + "type": "stack_panel", + "extend": { + "name": "buttons_panel", + "namespace": "realms_plus_ended" + } + }, + "content_stack_panel/pad_2": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel" + }, + "main_content_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "children": [ + "main_content_stack_panel" + ] + }, + "main_content_panel/main_content_stack_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "stack_panel", + "children": [ + "image_panel", + "pad", + "text_panel" + ] + }, + "main_content_panel/main_content_stack_panel/image_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "extend": { + "name": "service_repo_image_panel", + "namespace": "common" + } + }, + "main_content_panel/main_content_stack_panel/pad": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel" + }, + "main_content_panel/main_content_stack_panel/text_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "main_content_panel/main_content_stack_panel/text_panel/text": { + "file": "ui/realms_plus_ended_screen.json", + "type": "label" + }, + "buttons_panel": { + "file": "ui/realms_plus_ended_screen.json", + "type": "stack_panel", + "children": [ + "more_info_button", + "pad", + "renew_subscription_button" + ] + }, + "buttons_panel/more_info_button": { + "file": "ui/realms_plus_ended_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "buttons_panel/pad": { + "file": "ui/realms_plus_ended_screen.json", + "type": "panel" + }, + "buttons_panel/renew_subscription_button": { + "file": "ui/realms_plus_ended_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "realmsPlus": { + "realms_plus_pdp_screen": { + "file": "ui/realmsPlus_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "realms_plus_upgrade_notice_screen": { + "file": "ui/realmsPlus_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "purple_background": { + "file": "ui/realmsPlus_screen.json", + "type": "image", + "children": [ + "bottom_left_particles", + "top_right_particles" + ] + }, + "purple_background/bottom_left_particles": { + "file": "ui/realmsPlus_screen.json", + "type": "image" + }, + "purple_background/top_right_particles": { + "file": "ui/realmsPlus_screen.json", + "type": "image" + }, + "main_background": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "dark_blue", + "grey_gradient" + ] + }, + "main_background/dark_blue": { + "file": "ui/realmsPlus_screen.json", + "type": "image", + "extend": { + "name": "dark_blue_background", + "namespace": "realmsPlus" + } + }, + "main_background/grey_gradient": { + "file": "ui/realmsPlus_screen.json", + "type": "image", + "extend": { + "name": "csb_background", + "namespace": "csb" + } + }, + "dark_blue_background": { + "file": "ui/realmsPlus_screen.json", + "type": "image" + }, + "gradient_image_stack": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "children": [ + "solid_pink", + "gradient" + ] + }, + "gradient_image_stack/solid_pink": { + "file": "ui/realmsPlus_screen.json", + "type": "image" + }, + "gradient_image_stack/gradient": { + "file": "ui/realmsPlus_screen.json", + "type": "image" + }, + "gradient_content_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "gradient", + "content_panel" + ] + }, + "gradient_content_panel/gradient": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "gradient_image_stack", + "namespace": "realmsPlus" + } + }, + "gradient_content_panel/content_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "unknown" + }, + "realmsPlus_screen_main_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "input_panel", + "extend": { + "name": "sidebar_view", + "namespace": "sidebar_navigation" + } + }, + "realmsPlus_main_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "root_panel", + "popup_dialog_factory" + ] + }, + "realmsPlus_main_panel/root_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "realmsPlus_main_panel/root_panel/main_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_header_with_coins", + "namespace": "common_store" + } + }, + "realmsPlus_main_panel/popup_dialog_factory": { + "file": "ui/realmsPlus_screen.json", + "type": "factory" + }, + "dialog_content": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "selector_area", + "content_area", + "left_right_pane_divider" + ] + }, + "dialog_content/selector_area": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "extend": { + "name": "selector_area", + "namespace": "realmsPlus" + } + }, + "dialog_content/content_area": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "extend": { + "name": "content_area", + "namespace": "realmsPlus" + } + }, + "dialog_content/left_right_pane_divider": { + "file": "ui/realmsPlus_screen.json", + "type": "image", + "extend": { + "name": "left_right_pane_divider", + "namespace": "realmsPlus" + } + }, + "selector_area": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "selector_area/scrolling_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "scrollable_selector_area_content": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "children": [ + "realmsPlus_toggle", + "content_toggle", + "faq_toggle", + "toggle_section_divider", + "buy_now_toggle", + "xbl_btn_panel", + "focus_reset_input_panel" + ] + }, + "scrollable_selector_area_content/realmsPlus_toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "realmsPlus_toggle", + "namespace": "realmsPlus" + } + }, + "scrollable_selector_area_content/content_toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "content_toggle", + "namespace": "realmsPlus" + } + }, + "scrollable_selector_area_content/faq_toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "faq_toggle", + "namespace": "realmsPlus" + } + }, + "scrollable_selector_area_content/toggle_section_divider": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "scrollable_selector_area_content/buy_now_toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "buy_now_toggle", + "namespace": "realmsPlus" + } + }, + "scrollable_selector_area_content/xbl_btn_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "xbl_btn" + ] + }, + "scrollable_selector_area_content/xbl_btn_panel/xbl_btn": { + "file": "ui/realmsPlus_screen.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "scrollable_selector_area_content/focus_reset_input_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "input_panel" + }, + "section_toggle_base": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "extend": { + "name": "light_text_toggle_collection", + "namespace": "common_toggles" + } + }, + "tab_button_text": { + "file": "ui/realmsPlus_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "toggle_base": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "children": [ + "toggle", + "padding" + ] + }, + "toggle_base/toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "realmsPlus" + } + }, + "toggle_base/padding": { + "file": "ui/realmsPlus_screen.json", + "type": "panel" + }, + "realmsPlus_toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_base", + "namespace": "realmsPlus" + } + }, + "content_toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_base", + "namespace": "realmsPlus" + } + }, + "faq_toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_base", + "namespace": "realmsPlus" + } + }, + "buy_now_toggle": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_base", + "namespace": "realmsPlus" + } + }, + "left_right_pane_divider": { + "file": "ui/realmsPlus_screen.json", + "type": "image" + }, + "content_area": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "control" + ] + }, + "content_area/control": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "children": [ + "scrolling_panel" + ] + }, + "content_area/control/scrolling_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "section_content_panels": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel" + }, + "content_section_top_padding": { + "file": "ui/realmsPlus_screen.json", + "type": "panel" + }, + "section_base": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel" + }, + "buy_now_content_section": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_base", + "namespace": "realmsPlus" + }, + "children": [ + "content_section_top_padding", + "content" + ] + }, + "buy_now_content_section/content_section_top_padding": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "extend": { + "name": "content_section_top_padding", + "namespace": "realmsPlus" + } + }, + "buy_now_content_section/content": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "buy_now_content", + "namespace": "realmsPlus_buy" + } + }, + "markdown_background_animated": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "realms_banner", + "realms_plus_normal", + "realms_plus_hover" + ] + }, + "markdown_background_animated/realms_banner": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "realmsPlus" + } + }, + "markdown_background_animated/realms_plus_normal": { + "file": "ui/realmsPlus_screen.json", + "type": "image" + }, + "markdown_background_animated/realms_plus_hover": { + "file": "ui/realmsPlus_screen.json", + "type": "image" + }, + "markdown_background": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "children": [ + "banner_panel", + "triangle_panel" + ] + }, + "markdown_background/banner_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "banner" + ] + }, + "markdown_background/banner_panel/banner": { + "file": "ui/realmsPlus_screen.json", + "type": "image", + "extend": { + "name": "markdown_banner", + "namespace": "common_store" + }, + "children": [ + "banner_stack_panel" + ] + }, + "markdown_background/banner_panel/banner/banner_stack_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "markdown_background/banner_panel/banner/banner_stack_panel/0": { + "file": "ui/realmsPlus_screen.json", + "type": "unknown" + }, + "markdown_background/triangle_panel": { + "file": "ui/realmsPlus_screen.json", + "type": "panel", + "children": [ + "triangle" + ] + }, + "markdown_background/triangle_panel/triangle": { + "file": "ui/realmsPlus_screen.json", + "type": "image", + "extend": { + "name": "markdown_triangle", + "namespace": "common_store" + } + }, + "empty_label": { + "file": "ui/realmsPlus_screen.json", + "type": "panel" + }, + "full_width_section_divider": { + "file": "ui/realmsPlus_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + } + }, + "realmsPlus_content": { + "realmsPlus_content_section": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "section_base", + "namespace": "realmsPlus" + }, + "children": [ + "content_section_top_padding", + "content_sections", + "content_section_bottom_padding" + ] + }, + "realmsPlus_content_section/content_section_top_padding": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "content_section_top_padding", + "namespace": "realmsPlus" + } + }, + "realmsPlus_content_section/content_sections": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel" + }, + "realmsPlus_content_section/content_section_bottom_padding": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "content_section_top_padding", + "namespace": "realmsPlus" + } + }, + "content_pack_types_section": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "children": [ + "includes_marketplace_pass_wrapper", + "padding_contentSub", + "pack_types_wrapper" + ] + }, + "content_pack_types_section/includes_marketplace_pass_wrapper": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "content_pack_types_section/padding_contentSub": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "content_pack_types_section/pack_types_wrapper": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "content_packs_included_section": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "children": [ + "popular_packs", + "section_divider" + ] + }, + "content_packs_included_section/popular_packs": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "popular_packs", + "namespace": "realmsPlus_content" + } + }, + "content_packs_included_section/section_divider": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "full_width_section_divider", + "namespace": "realmsPlus" + } + }, + "persona_row": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_type_row_panel", + "namespace": "realmsPlus_content" + }, + "children": [ + "persona" + ] + }, + "persona_row/persona": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "realmsPlus_content" + } + }, + "worlds_row": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "realmsPlus_content" + } + }, + "pack_types": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "children": [ + "middle_row", + "bottom_row", + "bottom_contentSub" + ] + }, + "pack_types/middle_row": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_type_row_panel", + "namespace": "realmsPlus_content" + }, + "children": [ + "worlds_contentSub", + "textures" + ] + }, + "pack_types/middle_row/worlds_contentSub": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "worlds_row", + "namespace": "realmsPlus_content" + } + }, + "pack_types/middle_row/textures": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "realmsPlus_content" + } + }, + "pack_types/bottom_row": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_type_row_panel", + "namespace": "realmsPlus_content" + }, + "children": [ + "skins_persona_contentSub", + "mashups" + ] + }, + "pack_types/bottom_row/skins_persona_contentSub": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "skins", + "namespace": "realmsPlus_content" + } + }, + "pack_types/bottom_row/mashups": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "realmsPlus_content" + } + }, + "pack_types/bottom_contentSub": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "persona_row", + "namespace": "realmsPlus_content" + } + }, + "skins": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "pack_type_description", + "namespace": "realmsPlus_content" + } + }, + "friends_get_access": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "label" + }, + "pack_type_row_panel": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel" + }, + "pack_type_description": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "children": [ + "image_nesting_panel", + "padding_0", + "description_nesting_panel" + ] + }, + "pack_type_description/image_nesting_panel": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "children": [ + "texture" + ] + }, + "pack_type_description/image_nesting_panel/texture": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "unknown" + }, + "pack_type_description/padding_0": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "pack_type_description/description_nesting_panel": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "children": [ + "description_label" + ] + }, + "pack_type_description/description_nesting_panel/description_label": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "label" + }, + "popular_packs": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "children": [ + "padding_0", + "pack_grid", + "view_all_packs_panel", + "padding_1", + "view_character_creator_items_button", + "padding_2" + ] + }, + "popular_packs/padding_0": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "popular_packs/pack_grid": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "extend": { + "name": "packs_collection", + "namespace": "realmsPlus_content" + } + }, + "popular_packs/view_all_packs_panel": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "children": [ + "view_all_packs_button" + ] + }, + "popular_packs/view_all_packs_panel/view_all_packs_button": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "popular_packs/padding_1": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "popular_packs/view_character_creator_items_button": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "popular_packs/padding_2": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "popular_packs_label": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "label" + }, + "includes_marketplace_pass": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "gradient_content_panel", + "namespace": "csb" + } + }, + "includes_marketplace_pass_label": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "label" + }, + "packs_collection": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "children": [ + "row_1", + "padding_1", + "row_2", + "padding_2" + ] + }, + "packs_collection/row_1": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "children": [ + "pack_image_grid_item_0", + "padding", + "pack_image_grid_item_1" + ] + }, + "packs_collection/row_1/pack_image_grid_item_0": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_image_grid_item", + "namespace": "realmsPlus_content" + } + }, + "packs_collection/row_1/padding": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel" + }, + "packs_collection/row_1/pack_image_grid_item_1": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_image_grid_item", + "namespace": "realmsPlus_content" + } + }, + "packs_collection/padding_1": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel" + }, + "packs_collection/row_2": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "stack_panel", + "children": [ + "pack_image_grid_item_0", + "padding", + "pack_image_grid_item_1" + ] + }, + "packs_collection/row_2/pack_image_grid_item_0": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_image_grid_item", + "namespace": "realmsPlus_content" + } + }, + "packs_collection/row_2/padding": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel" + }, + "packs_collection/row_2/pack_image_grid_item_1": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "pack_image_grid_item", + "namespace": "realmsPlus_content" + } + }, + "packs_collection/padding_2": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel" + }, + "pack_image_grid_item": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "children": [ + "bg", + "offer_button" + ] + }, + "pack_image_grid_item/bg": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "featured_key_art", + "progress_loading" + ] + }, + "pack_image_grid_item/bg/featured_key_art": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "image" + }, + "pack_image_grid_item/bg/progress_loading": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "pack_image_grid_item/offer_button": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "pack_image_grid_item/offer_button/default": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "pack_image_grid_item/offer_button/hover": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "pack_image_grid_item/offer_button/pressed": { + "file": "ui/realmsPlus_sections/content_section.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + } + }, + "realmsPlus_faq": { + "faq_image_section": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "service_repo_image_panel", + "namespace": "common" + } + }, + "faq_image_local": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "image" + }, + "faq_image_type": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "faq_image_type/0": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "unknown" + }, + "faq_text_section_body": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel" + }, + "faq_text_question": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "label" + }, + "faq_text_section": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_text_section_body", + "namespace": "realmsPlus_faq" + }, + "children": [ + "faq_text_question", + "faq_text_answer" + ] + }, + "faq_text_section/faq_text_question": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "label", + "extend": { + "name": "faq_text_question", + "namespace": "realmsPlus_faq" + } + }, + "faq_text_section/faq_text_answer": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "label" + }, + "faq_price_bound_text_section": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_text_section_body", + "namespace": "realmsPlus_faq" + }, + "children": [ + "faq_text_question", + "faq_text_answer" + ] + }, + "faq_price_bound_text_section/faq_text_question": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "label", + "extend": { + "name": "faq_text_question", + "namespace": "realmsPlus_faq" + } + }, + "faq_price_bound_text_section/faq_text_answer": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "label" + }, + "faq_question_body": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_question_body_stack", + "namespace": "realmsPlus_faq" + }, + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "faq_question_body/0": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "unknown" + }, + "faq_question_body_stack": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel" + }, + "faq_question_body_horz_padding": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel" + }, + "image_left_faq_question_body": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "text_body_focus_border_for_controller_button", + "namespace": "common_buttons" + } + }, + "image_right_faq_question_body": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "text_body_focus_border_for_controller_button", + "namespace": "common_buttons" + } + }, + "image_left_faq_question_body_flip": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "children": [ + "faq_question_left" + ] + }, + "image_left_faq_question_body_flip/faq_question_left": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "image_right_faq_question_body_flip": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "children": [ + "faq_question_right" + ] + }, + "image_right_faq_question_body_flip/faq_question_right": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "image_left_faq_price_bound": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "text_body_focus_border_for_controller_button", + "namespace": "common_buttons" + } + }, + "faq_section_header_space": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel" + }, + "faq_section_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "faq_content_section": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "section_base", + "namespace": "realmsPlus" + }, + "children": [ + "content_section_top_padding_1", + "faq_header", + "content_section_top_padding_2", + "faq_question_1", + "faq_question_1_divider", + "faq_question_2", + "faq_question_2_divider", + "faq_question_3", + "faq_question_3_divider", + "faq_question_4", + "faq_question_4_divider", + "faq_question_5", + "faq_question_5_divider", + "faq_question_6", + "faq_question_6_divider", + "faq_question_7", + "faq_question_7_divider", + "faq_question_8", + "faq_question_8_divider", + "faq_question_9", + "faq_question_9_divider", + "faq_question_10", + "faq_question_10_divider", + "faq_question_11", + "content_section_top_padding_3" + ] + }, + "faq_content_section/content_section_top_padding_1": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "content_section_top_padding", + "namespace": "realmsPlus" + } + }, + "faq_content_section/faq_header": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "label" + }, + "faq_content_section/content_section_top_padding_2": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "faq_section_header_space", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_1": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_1_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_2": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_2_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_3": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_left_faq_price_bound", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_3_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_4": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_4_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_5": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "image_left_faq_question_body_flip", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_5_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_6": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "image_right_faq_question_body_flip", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_6_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_7": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "image_left_faq_question_body_flip", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_7_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_8": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "image_right_faq_question_body_flip", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_8_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_9": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "image_left_faq_question_body_flip", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_9_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_10": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "image_right_faq_question_body_flip", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_10_divider": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "stack_panel", + "extend": { + "name": "faq_section_divider", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/faq_question_11": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "image_left_faq_question_body_flip", + "namespace": "realmsPlus_faq" + } + }, + "faq_content_section/content_section_top_padding_3": { + "file": "ui/realmsPlus_sections/faq_section.json", + "type": "panel", + "extend": { + "name": "content_section_top_padding", + "namespace": "realmsPlus" + } + } + }, + "realmsPlus_landing": { + "landing_content_section": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "section_base", + "namespace": "realmsPlus" + }, + "children": [ + "landing_content" + ] + }, + "landing_content_section/landing_content": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "title_stack", + "vertical_small_spacer_0", + "divider_panel", + "vertical_small_spacer_1", + "info_stack", + "vertical_small_spacer_2" + ] + }, + "landing_content_section/landing_content/title_stack": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "title_stack", + "namespace": "realmsPlus_landing" + } + }, + "landing_content_section/landing_content/vertical_small_spacer_0": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "landing_content_section/landing_content/divider_panel": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "landing_content_section/landing_content/divider_panel/section_divider": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "landing_content_section/landing_content/vertical_small_spacer_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "landing_content_section/landing_content/info_stack": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_stack", + "namespace": "realmsPlus_landing" + } + }, + "landing_content_section/landing_content/vertical_small_spacer_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "horizontal_small_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel" + }, + "vertical_small_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel" + }, + "vertical_med_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel" + }, + "vertical_large_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel" + }, + "title_stack": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "title_image_panel", + "gradient_panel", + "vertical_space", + "action_button", + "sign_in_button", + "vertical_space2" + ] + }, + "title_stack/title_image_panel": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "title_image_panel", + "namespace": "realmsPlus_landing" + } + }, + "title_stack/gradient_panel": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "label_with_gradient_wrapper" + ] + }, + "title_stack/gradient_panel/label_with_gradient_wrapper": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "title_stack/vertical_space": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "title_stack/action_button": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "buy_button_panel", + "namespace": "realmsPlus_buy" + } + }, + "title_stack/sign_in_button": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "buy_button_panel", + "namespace": "realmsPlus_buy" + } + }, + "title_stack/vertical_space2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "label_with_gradient": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "gradient_content_panel", + "namespace": "realmsPlus" + } + }, + "free_trial_text": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "label" + }, + "title_image_panel": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "title_image_container", + "title_image_pre_release_container" + ] + }, + "title_image_panel/title_image_container": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "title_image", + "title_art_image" + ] + }, + "title_image_panel/title_image_container/title_image": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "image" + }, + "title_image_panel/title_image_container/title_art_image": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "image" + }, + "title_image_panel/title_image_pre_release_container": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "title_image_pre_release" + ] + }, + "title_image_panel/title_image_pre_release_container/title_image_pre_release": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "image" + }, + "info_stack": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "info_stack" + ] + }, + "info_stack/info_stack": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "info_description_stack_retail", + "info_description_stack_preview" + ] + }, + "info_stack/info_stack/info_description_stack_retail": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_description_stack_retail", + "namespace": "realmsPlus_landing" + } + }, + "info_stack/info_stack/info_description_stack_preview": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "info_description_stack_prerelease", + "namespace": "realmsPlus_landing" + } + }, + "info_description_stack_retail": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "info_section_stack_1", + "vertical_med_spacer0", + "divider_centering_panel", + "vertical_med_spacer1", + "info_section_stack_recently_added", + "vertical_med_spacer2", + "divider_centering_panel2", + "vertical_med_spacer3", + "info_section_stack_2" + ] + }, + "info_description_stack_retail/info_section_stack_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_stack", + "namespace": "realmsPlus_landing" + }, + "children": [ + "horizontal_small_spacer", + "info_section_text_1_wrapper" + ] + }, + "info_description_stack_retail/info_section_stack_1/horizontal_small_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "horizontal_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_description_stack_retail/info_section_stack_1/info_section_text_1_wrapper": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "info_description_stack_retail/vertical_med_spacer0": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_med_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_description_stack_retail/divider_centering_panel": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "info_description_stack_retail/divider_centering_panel/divider": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "info_description_stack_retail/vertical_med_spacer1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_med_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_description_stack_retail/info_section_stack_recently_added": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_stack", + "namespace": "realmsPlus_landing" + }, + "children": [ + "horizontal_small_spacer", + "info_section_text_recently_added_wrapper" + ] + }, + "info_description_stack_retail/info_section_stack_recently_added/horizontal_small_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "horizontal_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_description_stack_retail/info_section_stack_recently_added/info_section_text_recently_added_wrapper": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "info_description_stack_retail/vertical_med_spacer2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_med_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_description_stack_retail/divider_centering_panel2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "divider2" + ] + }, + "info_description_stack_retail/divider_centering_panel2/divider2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "info_description_stack_retail/vertical_med_spacer3": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_med_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_description_stack_retail/info_section_stack_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_stack", + "namespace": "realmsPlus_landing" + }, + "children": [ + "horizontal_small_spacer", + "info_section_text_2_wrapper" + ] + }, + "info_description_stack_retail/info_section_stack_2/horizontal_small_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "horizontal_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_description_stack_retail/info_section_stack_2/info_section_text_2_wrapper": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "info_description_stack_prerelease": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "info_section_stack" + ] + }, + "info_description_stack_prerelease/info_section_stack": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_stack", + "namespace": "realmsPlus_landing" + }, + "children": [ + "horizontal_large_spacer", + "info_section_text_3_wrapper" + ] + }, + "info_description_stack_prerelease/info_section_stack/horizontal_large_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel" + }, + "info_description_stack_prerelease/info_section_stack/info_section_text_3_wrapper": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "info_section_stack": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel" + }, + "info_section_text_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text", + "namespace": "realmsPlus_landing" + }, + "children": [ + "info_text_bullet_1", + "vertical_small_spacer_0", + "info_text_bullet_2", + "vertical_small_spacer_1", + "info_text_bullet_3" + ] + }, + "info_section_text_1/info_text_bullet_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_1/vertical_small_spacer_0": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_1/info_text_bullet_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_1/vertical_small_spacer_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_1/info_text_bullet_3": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_recently_added": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text", + "namespace": "realmsPlus_landing" + }, + "children": [ + "recently_added_header", + "info_text_bullet_contentSub", + "vertical_small_spacer_1", + "info_text_bullet_1", + "vertical_small_spacer_2", + "info_text_bullet_2" + ] + }, + "info_section_text_recently_added/recently_added_header": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "label" + }, + "info_section_text_recently_added/info_text_bullet_contentSub": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text", + "namespace": "realmsPlus_landing" + }, + "children": [ + "vertical_small_spacer_0", + "info_text_bullet_0" + ] + }, + "info_section_text_recently_added/info_text_bullet_contentSub/vertical_small_spacer_0": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_recently_added/info_text_bullet_contentSub/info_text_bullet_0": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_recently_added/vertical_small_spacer_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_recently_added/info_text_bullet_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_recently_added/vertical_small_spacer_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_recently_added/info_text_bullet_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text", + "namespace": "realmsPlus_landing" + }, + "children": [ + "info_text_bullet_2", + "vertical_small_spacer_0", + "info_text_bullet_3", + "vertical_small_spacer_1", + "info_text_bullet_4", + "info_text_bullet_notFreeTrial" + ] + }, + "info_section_text_2/info_text_bullet_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_2/vertical_small_spacer_0": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_2/info_text_bullet_3": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_2/vertical_small_spacer_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_2/info_text_bullet_4": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_2/info_text_bullet_notFreeTrial": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text", + "namespace": "realmsPlus_landing" + }, + "children": [ + "vertical_small_spacer", + "info_text_bullet_4" + ] + }, + "info_section_text_2/info_text_bullet_notFreeTrial/vertical_small_spacer": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_small_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_2/info_text_bullet_notFreeTrial/info_text_bullet_4": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_text_bullet", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_3": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "extend": { + "name": "info_section_text", + "namespace": "realmsPlus_landing" + }, + "children": [ + "info_text_unbulletted_1", + "vertical_large_spacer_0", + "info_text_unbulletted_2", + "vertical_large_spacer_1", + "info_text_unbulletted_3", + "vertical_large_spacer_2", + "info_text_unbulletted_4" + ] + }, + "info_section_text_3/info_text_unbulletted_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "info_text_unbulletted", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_3/vertical_large_spacer_0": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_large_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_3/info_text_unbulletted_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "info_text_unbulletted", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_3/vertical_large_spacer_1": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_large_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_3/info_text_unbulletted_3": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "info_text_unbulletted", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_3/vertical_large_spacer_2": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "vertical_large_spacer", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text_3/info_text_unbulletted_4": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "extend": { + "name": "info_text_unbulletted", + "namespace": "realmsPlus_landing" + } + }, + "info_section_text": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel" + }, + "info_text_bullet": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "stack_panel", + "children": [ + "info_text_bullet_bullet", + "info_text_bullet_body" + ] + }, + "info_text_bullet/info_text_bullet_bullet": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "label" + }, + "info_text_bullet/info_text_bullet_body": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "label" + }, + "info_text_unbulletted": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "panel", + "children": [ + "info_text_bullet_body" + ] + }, + "info_text_unbulletted/info_text_bullet_body": { + "file": "ui/realmsPlus_sections/landing_section.json", + "type": "label" + } + }, + "realmsPlus_buy": { + "buy_now_content": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "description_stack", + "realm_name", + "terms_and_conditions", + "padding_2", + "buy_button", + "padding_3", + "platform_terms_factory" + ] + }, + "buy_now_content/description_stack": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "extend": { + "name": "description_stack", + "namespace": "realmsPlus_buy" + } + }, + "buy_now_content/realm_name": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "extend": { + "name": "realm_name_stack", + "namespace": "realmsPlus_buy" + } + }, + "buy_now_content/terms_and_conditions": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "terms_and_conditions", + "namespace": "realmsPlus_buy" + } + }, + "buy_now_content/padding_2": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel" + }, + "buy_now_content/buy_button": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "buy_button_panel", + "namespace": "realmsPlus_buy" + } + }, + "buy_now_content/padding_3": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel" + }, + "buy_now_content/platform_terms_factory": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel" + }, + "content_text_section": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "text_description_wrapper", + "padding" + ] + }, + "content_text_section/text_description_wrapper": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "content_text_section/padding": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel" + }, + "content_description": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "children": [ + "content_description_label" + ] + }, + "content_description/content_description_label": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "label" + }, + "trial_image_and_description": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "realms_image", + "padding", + "description_text_wrapper" + ] + }, + "trial_image_and_description/realms_image": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "image" + }, + "trial_image_and_description/padding": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel" + }, + "trial_image_and_description/description_text_wrapper": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "description_text": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "label" + }, + "title_text": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "label" + }, + "title_with_gradient": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "gradient_content_panel", + "namespace": "realmsPlus" + } + }, + "description_stack": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "title_with_gradient_wrapper", + "padding", + "image_and_description" + ] + }, + "description_stack/title_with_gradient_wrapper": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "description_stack/padding": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel" + }, + "description_stack/image_and_description": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "extend": { + "name": "trial_image_and_description", + "namespace": "realmsPlus_buy" + } + }, + "realm_name_stack": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "realm_name_label", + "padding_0", + "realm_name_text_box" + ] + }, + "realm_name_stack/realm_name_label": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "realm_name_stack/padding_0": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel" + }, + "realm_name_stack/realm_name_text_box": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "terms_and_conditions": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "children": [ + "terms_panel" + ] + }, + "terms_and_conditions/terms_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "terms_and_conditions_panel", + "namespace": "realmsPlus_buy" + } + }, + "terms_and_conditions_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "children": [ + "name_label", + "terms_string_panel" + ] + }, + "terms_and_conditions_panel/name_label": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "terms_and_conditions_panel/terms_string_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "children": [ + "banner_fill", + "buttons_stack_panel" + ] + }, + "terms_and_conditions_panel/terms_string_panel/banner_fill": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "image" + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "agree_panel", + "view_terms_button", + "privacy_policy_button" + ] + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "children": [ + "checkbox_control" + ] + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel/checkbox_control": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox_with_highlight_and_label", + "namespace": "settings_common" + } + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/view_terms_button": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "button", + "extend": { + "name": "view_terms_button", + "namespace": "realmsPlus_buy" + } + }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/privacy_policy_button": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "button", + "extend": { + "name": "privacy_policy_button", + "namespace": "realmsPlus_buy" + } + }, + "button_text": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "view_terms_button": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "privacy_policy_button": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "buy_button_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "children": [ + "buy_button" + ] + }, + "buy_button_panel/buy_button": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "buy_button_content": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "children": [ + "button_chevron_panel", + "button_text" + ] + }, + "buy_button_content/button_chevron_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "stack_panel", + "children": [ + "buy_button_chevron" + ] + }, + "buy_button_content/button_chevron_panel/buy_button_chevron": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "panel", + "extend": { + "name": "markdown_background_animated", + "namespace": "realmsPlus" + } + }, + "buy_button_content/button_text": { + "file": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + } + }, + "realmsPlus_packs": { + "view_all_packs_screen": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "screen", + "extend": { + "name": "store_base_screen", + "namespace": "common_store" + } + }, + "view_packs_screen_content": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "view_packs_screen_content/main_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_header_with_coins", + "namespace": "common_store" + } + }, + "realmsPlus_view_packs_screen_main_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "input_panel", + "extend": { + "name": "sidebar_view", + "namespace": "sidebar_navigation" + } + }, + "main_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "input_panel", + "children": [ + "offers", + "progress_loading" + ] + }, + "main_panel/offers": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "main_panel/progress_loading": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "scrolling_content_stack": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "store_factory" + ] + }, + "scrolling_content_stack/padding_0": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "panel" + }, + "scrolling_content_stack/store_factory": { + "file": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_section_factory", + "namespace": "common_store" + } + } + }, + "realmsPlus_purchase_warning": { + "realmsPlus_purchase_warning_screen": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "purchase_warning_screen_content": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "purchase_warning_screen_content/main_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "warning_modal_main_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "art_panel", + "padding", + "text_panel" + ] + }, + "warning_modal_main_panel/art_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel", + "children": [ + "art" + ] + }, + "warning_modal_main_panel/art_panel/art": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "image" + }, + "warning_modal_main_panel/padding": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel" + }, + "warning_modal_main_panel/text_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "description_panel", + "padding", + "checkbox_with_label_panel" + ] + }, + "warning_modal_main_panel/text_panel/description_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel", + "children": [ + "description_text" + ] + }, + "warning_modal_main_panel/text_panel/description_panel/description_text": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "label" + }, + "warning_modal_main_panel/text_panel/padding": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel" + }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "checkbox_panel", + "padding", + "label_panel" + ] + }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel/checkbox_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + } + }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel/padding": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel" + }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel/label_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel", + "children": [ + "label_text" + ] + }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel/label_panel/label_text": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "label" + }, + "warning_modal_button_panel": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "stack_panel", + "children": [ + "back_button", + "padding", + "continue_button" + ] + }, + "warning_modal_button_panel/back_button": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "warning_modal_button_panel/padding": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "panel" + }, + "warning_modal_button_panel/continue_button": { + "file": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "realms_stories_transition": { + "realms_stories_transition_screen": { + "file": "ui/realms_stories_transition_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "redstone": { + "item_dropper_label": { + "file": "ui/redstone_screen.json", + "type": "label" + }, + "dispenser_label": { + "file": "ui/redstone_screen.json", + "type": "label", + "extend": { + "name": "item_dropper_label", + "namespace": "redstone" + } + }, + "crafter_label": { + "file": "ui/redstone_screen.json", + "type": "label", + "extend": { + "name": "item_dropper_label", + "namespace": "redstone" + } + }, + "dropper_label": { + "file": "ui/redstone_screen.json", + "type": "label", + "extend": { + "name": "item_dropper_label", + "namespace": "redstone" + } + }, + "hopper_label": { + "file": "ui/redstone_screen.json", + "type": "label", + "extend": { + "name": "item_dropper_label", + "namespace": "redstone" + } + }, + "redstone_input_grid": { + "file": "ui/redstone_screen.json", + "type": "grid" + }, + "redstone_panel_top_half": { + "file": "ui/redstone_screen.json", + "type": "panel", + "children": [ + "redstone_input_grid" + ] + }, + "redstone_panel_top_half/redstone_input_grid": { + "file": "ui/redstone_screen.json", + "type": "grid", + "extend": { + "name": "redstone_input_grid", + "namespace": "redstone" + } + }, + "panel": { + "file": "ui/redstone_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "panel/container_gamepad_helpers": { + "file": "ui/redstone_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "panel/selected_item_details_factory": { + "file": "ui/redstone_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "panel/item_lock_notification_factory": { + "file": "ui/redstone_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "panel/root_panel": { + "file": "ui/redstone_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "redstone_screen_inventory", + "red_icon", + "gamepad_cursor" + ] + }, + "panel/root_panel/common_panel": { + "file": "ui/redstone_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "panel/root_panel/redstone_screen_inventory": { + "file": "ui/redstone_screen.json", + "type": "panel", + "children": [ + "red_panel", + "red_bottom_half", + "hotbar_grid", + "red_hold_icon" + ] + }, + "panel/root_panel/redstone_screen_inventory/red_panel": { + "file": "ui/redstone_screen.json", + "type": "panel", + "extend": { + "name": "redstone_panel_top_half", + "namespace": "redstone" + } + }, + "panel/root_panel/redstone_screen_inventory/red_bottom_half": { + "file": "ui/redstone_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "panel/root_panel/redstone_screen_inventory/hotbar_grid": { + "file": "ui/redstone_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "panel/root_panel/redstone_screen_inventory/red_hold_icon": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "panel/root_panel/red_icon": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "panel/root_panel/gamepad_cursor": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "panel/flying_item_renderer": { + "file": "ui/redstone_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "crafter_input_grid": { + "file": "ui/redstone_screen.json", + "type": "grid" + }, + "cell_image": { + "file": "ui/redstone_screen.json", + "type": "image" + }, + "crafter_highlight_slot": { + "file": "ui/redstone_screen.json", + "type": "image" + }, + "crafter_container_slot_button_prototype": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "crafter_highlight_slot_panel": { + "file": "ui/redstone_screen.json", + "type": "panel", + "children": [ + "highlight", + "white_border" + ] + }, + "crafter_highlight_slot_panel/highlight": { + "file": "ui/redstone_screen.json", + "type": "image", + "extend": { + "name": "crafter_highlight_slot", + "namespace": "redstone" + }, + "children": [ + "hover_text" + ] + }, + "crafter_highlight_slot_panel/highlight/hover_text": { + "file": "ui/redstone_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "crafter_highlight_slot_panel/white_border": { + "file": "ui/redstone_screen.json", + "type": "image", + "extend": { + "name": "white_border_slot", + "namespace": "common" + } + }, + "crafter_enabled_slot_template": { + "file": "ui/redstone_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "crafter_disabled_slot": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "crafter_disabled_slot/default": { + "file": "ui/redstone_screen.json", + "type": "image" + }, + "crafter_disabled_slot/hover": { + "file": "ui/redstone_screen.json", + "type": "image" + }, + "crafter_disabled_slot/pressed": { + "file": "ui/redstone_screen.json", + "type": "image" + }, + "output_slot_hover_info": { + "file": "ui/redstone_screen.json", + "type": "button", + "children": [ + "hover", + "output_slot", + "output_slot_border", + "output_count" + ] + }, + "output_slot_hover_info/hover": { + "file": "ui/redstone_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "output_slot_hover_info/output_slot": { + "file": "ui/redstone_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "output_slot_hover_info/output_slot_border": { + "file": "ui/redstone_screen.json", + "type": "image" + }, + "output_slot_hover_info/output_count": { + "file": "ui/redstone_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "panel_crafter": { + "file": "ui/redstone_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "panel_crafter/container_gamepad_helpers": { + "file": "ui/redstone_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "panel_crafter/selected_item_details_factory": { + "file": "ui/redstone_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "panel_crafter/item_lock_notification_factory": { + "file": "ui/redstone_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "panel_crafter/root_panel": { + "file": "ui/redstone_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "disabled_slot_0_button", + "disabled_slot_1_button", + "disabled_slot_2_button", + "disabled_slot_3_button", + "disabled_slot_4_button", + "disabled_slot_5_button", + "disabled_slot_6_button", + "disabled_slot_7_button", + "disabled_slot_8_button", + "redstone_screen_inventory", + "red_icon", + "gamepad_cursor" + ] + }, + "panel_crafter/root_panel/common_panel": { + "file": "ui/redstone_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "panel_crafter/root_panel/disabled_slot_0_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/disabled_slot_1_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/disabled_slot_2_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/disabled_slot_3_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/disabled_slot_4_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/disabled_slot_5_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/disabled_slot_6_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/disabled_slot_7_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/disabled_slot_8_button": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "crafter_disabled_slot", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/redstone_screen_inventory": { + "file": "ui/redstone_screen.json", + "type": "panel", + "children": [ + "crafting_grid", + "red_bottom_half", + "hotbar_grid", + "red_hold_icon", + "redstone_wire_line", + "crafter_output" + ] + }, + "panel_crafter/root_panel/redstone_screen_inventory/crafting_grid": { + "file": "ui/redstone_screen.json", + "type": "panel", + "children": [ + "crafter_input_grid" + ] + }, + "panel_crafter/root_panel/redstone_screen_inventory/crafting_grid/crafter_input_grid": { + "file": "ui/redstone_screen.json", + "type": "grid", + "extend": { + "name": "crafter_input_grid", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/redstone_screen_inventory/red_bottom_half": { + "file": "ui/redstone_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "panel_crafter/root_panel/redstone_screen_inventory/hotbar_grid": { + "file": "ui/redstone_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "panel_crafter/root_panel/redstone_screen_inventory/red_hold_icon": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "panel_crafter/root_panel/redstone_screen_inventory/redstone_wire_line": { + "file": "ui/redstone_screen.json", + "type": "image" + }, + "panel_crafter/root_panel/redstone_screen_inventory/crafter_output": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "output_slot_hover_info", + "namespace": "redstone" + } + }, + "panel_crafter/root_panel/red_icon": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "panel_crafter/root_panel/gamepad_cursor": { + "file": "ui/redstone_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "panel_crafter/flying_item_renderer": { + "file": "ui/redstone_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "hopper_screen": { + "file": "ui/redstone_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + }, + "dispenser_screen": { + "file": "ui/redstone_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + }, + "crafter_screen": { + "file": "ui/redstone_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + }, + "dropper_screen": { + "file": "ui/redstone_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "resource_packs": { + "black_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "gray_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "yellow_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "white_image": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "border" + ] + }, + "white_image/border": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "resource_packs_toggle_button_control": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "icon_border", + "cycling_icon", + "tab_button_text" + ] + }, + "resource_packs_toggle_button_control/icon_border": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "white_image", + "namespace": "resource_packs" + } + }, + "resource_packs_toggle_button_control/cycling_icon": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "resource_packs_toggle_button_control/tab_button_text": { + "file": "ui/resource_packs_screen.json", + "type": "label" + }, + "resource_packs_section_toggle_base": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "selected_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "resource_packs" + } + }, + "available_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "resource_packs" + } + }, + "realms_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "resource_packs" + } + }, + "unowned_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "resource_packs" + } + }, + "invalid_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "resource_packs" + } + }, + "minus_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "plus_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "minus_text": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "gray_label", + "namespace": "resource_packs" + } + }, + "plus_text": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "gray_label", + "namespace": "resource_packs" + } + }, + "store_text": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "gray_label", + "namespace": "resource_packs" + } + }, + "error_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "error_image_hover": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "error_image_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "default", + "hover" + ] + }, + "error_image_panel/default": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "error_image", + "namespace": "resource_packs" + } + }, + "error_image_panel/hover": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "error_image_hover", + "namespace": "resource_packs" + } + }, + "warning_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "warning_image_hover": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "warning_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "default", + "hover" + ] + }, + "warning_panel/default": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "warning_image", + "namespace": "resource_packs" + } + }, + "warning_panel/hover": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "warning_image_hover", + "namespace": "resource_packs" + } + }, + "no_error_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "no_error_image_hover": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "no_error_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "default", + "hover" + ] + }, + "no_error_panel/default": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "no_error_image", + "namespace": "resource_packs" + } + }, + "no_error_panel/hover": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "no_error_image_hover", + "namespace": "resource_packs" + } + }, + "up_arrow_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "down_arrow_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "up_arrow_image_hover": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "down_arrow_image_hover": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "up_arrow_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "default", + "hover" + ] + }, + "up_arrow_panel/default": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "up_arrow_image", + "namespace": "resource_packs" + } + }, + "up_arrow_panel/hover": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "up_arrow_image_hover", + "namespace": "resource_packs" + } + }, + "up_arrow_wrapper": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "down_arrow", + "divider_right" + ] + }, + "up_arrow_wrapper/down_arrow": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "up_arrow_panel", + "namespace": "resource_packs" + } + }, + "up_arrow_wrapper/divider_right": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "vertical_divider", + "namespace": "common" + } + }, + "down_arrow_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "default", + "hover" + ] + }, + "down_arrow_panel/default": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "down_arrow_image", + "namespace": "resource_packs" + } + }, + "down_arrow_panel/hover": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "down_arrow_image_hover", + "namespace": "resource_packs" + } + }, + "down_arrow_wrapper": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "down_arrow", + "divider_right" + ] + }, + "down_arrow_wrapper/down_arrow": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "down_arrow_panel", + "namespace": "resource_packs" + } + }, + "down_arrow_wrapper/divider_right": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "vertical_divider", + "namespace": "common" + } + }, + "progress_loading_bars": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "warning_image_wrapper": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "error_image", + "warning_image", + "no_error_panel", + "progress_loading_bars" + ] + }, + "warning_image_wrapper/error_image": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "error_image_panel", + "namespace": "resource_packs" + } + }, + "warning_image_wrapper/warning_image": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "warning_panel", + "namespace": "resource_packs" + } + }, + "warning_image_wrapper/no_error_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "no_error_panel", + "namespace": "resource_packs" + } + }, + "warning_image_wrapper/progress_loading_bars": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "resource_packs" + } + }, + "tooltip_image_wrapper": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "error_image", + "warning_image" + ] + }, + "tooltip_image_wrapper/error_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "error_image", + "namespace": "resource_packs" + } + }, + "tooltip_image_wrapper/warning_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "warning_image", + "namespace": "resource_packs" + } + }, + "options_image": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "options_image_hover": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "options_image_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "default", + "hover" + ] + }, + "options_image_panel/default": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "options_image", + "namespace": "resource_packs" + } + }, + "options_image_panel/hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "image", + "border" + ] + }, + "options_image_panel/hover/image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "options_image", + "namespace": "resource_packs" + } + }, + "options_image_panel/hover/border": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "options_image_hover", + "namespace": "resource_packs" + } + }, + "options_wrapper": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "options", + "divider_right" + ] + }, + "options_wrapper/options": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "options_image_panel", + "namespace": "resource_packs" + } + }, + "options_wrapper/divider_right": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "vertical_divider", + "namespace": "common" + } + }, + "common_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + } + }, + "available_text_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "name_panel", + "full_panel" + ] + }, + "available_text_panel/name_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "available_pack_name_label", + "available_file_size_label" + ] + }, + "available_text_panel/name_panel/available_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "available_pack_name_label", + "namespace": "resource_packs" + } + }, + "available_text_panel/name_panel/available_file_size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "available_file_size_label", + "namespace": "resource_packs" + } + }, + "available_text_panel/full_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "description_panel" + ] + }, + "available_text_panel/full_panel/description_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "available_pack_description_label" + ] + }, + "available_text_panel/full_panel/description_panel/available_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "available_pack_description_label", + "namespace": "resource_packs" + } + }, + "realms_text_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "name_panel", + "description_panel" + ] + }, + "realms_text_panel/name_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "realms_pack_name_label", + "realms_file_size_label" + ] + }, + "realms_text_panel/name_panel/realms_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "realms_pack_name_label", + "namespace": "resource_packs" + } + }, + "realms_text_panel/name_panel/realms_file_size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "realms_file_size_label", + "namespace": "resource_packs" + } + }, + "realms_text_panel/description_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "realms_pack_description_label" + ] + }, + "realms_text_panel/description_panel/realms_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "realms_pack_description_label", + "namespace": "resource_packs" + } + }, + "unowned_text_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "name_panel", + "description_panel" + ] + }, + "unowned_text_panel/name_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "unowned_pack_name_label", + "unowned_file_size_label" + ] + }, + "unowned_text_panel/name_panel/unowned_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "unowned_pack_name_label", + "namespace": "resource_packs" + } + }, + "unowned_text_panel/name_panel/unowned_file_size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "unowned_file_size_label", + "namespace": "resource_packs" + } + }, + "unowned_text_panel/description_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "unowned_pack_description_label" + ] + }, + "unowned_text_panel/description_panel/unowned_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "unowned_pack_description_label", + "namespace": "resource_packs" + } + }, + "selected_text_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "name_panel", + "full_panel" + ] + }, + "selected_text_panel/name_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "selected_pack_name_label", + "selected_file_size_label", + "active_dot_panel" + ] + }, + "selected_text_panel/name_panel/selected_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_name_label", + "namespace": "resource_packs" + } + }, + "selected_text_panel/name_panel/selected_file_size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_file_size_label", + "namespace": "resource_packs" + } + }, + "selected_text_panel/name_panel/active_dot_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "active_dot" + ] + }, + "selected_text_panel/name_panel/active_dot_panel/active_dot": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "selected_text_panel/full_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "warning_line", + "error_line", + "expired_line", + "description_panel" + ] + }, + "selected_text_panel/full_panel/warning_line": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "warning_text", + "warning_number" + ] + }, + "selected_text_panel/full_panel/warning_line/warning_text": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "selected_text_panel/full_panel/warning_line/warning_number": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "selected_text_panel/full_panel/error_line": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "error_text", + "error_number" + ] + }, + "selected_text_panel/full_panel/error_line/error_text": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "selected_text_panel/full_panel/error_line/error_number": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "selected_text_panel/full_panel/expired_line": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "expired_text" + ] + }, + "selected_text_panel/full_panel/expired_line/expired_text": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "selected_text_panel/full_panel/description_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "selected_pack_description_label" + ] + }, + "selected_text_panel/full_panel/description_panel/selected_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_description_label", + "namespace": "resource_packs" + } + }, + "invalid_text_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "full_panel" + ] + }, + "invalid_text_panel/full_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "error_line" + ] + }, + "invalid_text_panel/full_panel/error_line": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "error_text", + "error_number" + ] + }, + "invalid_text_panel/full_panel/error_line/error_text": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "invalid_text_panel/full_panel/error_line/error_number": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "available_pack_button_layout": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "available_icon_image", + "text_panel_small", + "text_panel_full", + "read_more_button_panel", + "read_less_button_panel" + ] + }, + "available_pack_button_layout/available_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "available_icon_image", + "namespace": "resource_packs" + } + }, + "available_pack_button_layout/text_panel_small": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "available_text_panel", + "namespace": "resource_packs" + } + }, + "available_pack_button_layout/text_panel_full": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "available_text_panel", + "namespace": "resource_packs" + } + }, + "available_pack_button_layout/read_more_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "available_pack_button_layout/read_less_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "available_pack_button_layout_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "hover_small", + "available_icon_image", + "text_panel_small", + "text_panel_full_hover", + "read_more_button_panel", + "read_less_button_panel" + ] + }, + "available_pack_button_layout_hover/hover_small": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "available_pack_button_layout_hover/available_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "available_icon_image", + "namespace": "resource_packs" + } + }, + "available_pack_button_layout_hover/text_panel_small": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "available_text_panel", + "namespace": "resource_packs" + } + }, + "available_pack_button_layout_hover/text_panel_full_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "text_panel_full" + ] + }, + "available_pack_button_layout_hover/text_panel_full_hover/text_panel_full": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "available_text_panel", + "namespace": "resource_packs" + } + }, + "available_pack_button_layout_hover/read_more_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "available_pack_button_layout_hover/read_less_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "available_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "common_pack_button", + "namespace": "resource_packs" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "available_pack_button/default": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "available_pack_button_layout", + "namespace": "resource_packs" + } + }, + "available_pack_button/pressed": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "available_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "available_pack_button/hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "available_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "realms_pack_button_layout": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "realms_icon_image", + "text_panel_small", + "text_panel_full", + "read_more_button_panel", + "read_less_button_panel" + ] + }, + "realms_pack_button_layout/realms_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "realms_icon_image", + "namespace": "resource_packs" + } + }, + "realms_pack_button_layout/text_panel_small": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_text_panel", + "namespace": "resource_packs" + } + }, + "realms_pack_button_layout/text_panel_full": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_text_panel", + "namespace": "resource_packs" + } + }, + "realms_pack_button_layout/read_more_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "realms_pack_button_layout/read_less_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "realms_pack_button_layout_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "hover_small", + "realms_icon_image", + "text_panel_small", + "text_panel_full_hover", + "read_more_button_panel", + "read_less_button_panel" + ] + }, + "realms_pack_button_layout_hover/hover_small": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "realms_pack_button_layout_hover/realms_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "realms_icon_image", + "namespace": "resource_packs" + } + }, + "realms_pack_button_layout_hover/text_panel_small": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_text_panel", + "namespace": "resource_packs" + } + }, + "realms_pack_button_layout_hover/text_panel_full_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "text_panel_full" + ] + }, + "realms_pack_button_layout_hover/text_panel_full_hover/text_panel_full": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_text_panel", + "namespace": "resource_packs" + } + }, + "realms_pack_button_layout_hover/read_more_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "realms_pack_button_layout_hover/read_less_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "realms_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "common_pack_button", + "namespace": "resource_packs" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "realms_pack_button/default": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "realms_pack_button_layout", + "namespace": "resource_packs" + } + }, + "realms_pack_button/pressed": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "realms_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "realms_pack_button/hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "realms_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "unowned_pack_button_layout": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "unowned_icon_image", + "text_panel_small", + "text_panel_full", + "read_more_button_panel", + "read_less_button_panel" + ] + }, + "unowned_pack_button_layout/unowned_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "unowned_icon_image", + "namespace": "resource_packs" + } + }, + "unowned_pack_button_layout/text_panel_small": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "unowned_text_panel", + "namespace": "resource_packs" + } + }, + "unowned_pack_button_layout/text_panel_full": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "unowned_text_panel", + "namespace": "resource_packs" + } + }, + "unowned_pack_button_layout/read_more_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "unowned_pack_button_layout/read_less_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "unowned_pack_button_layout_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "hover_small", + "unowned_icon_image", + "text_panel_small", + "text_panel_full_hover", + "read_more_button_panel", + "read_less_button_panel" + ] + }, + "unowned_pack_button_layout_hover/hover_small": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "unowned_pack_button_layout_hover/unowned_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "unowned_icon_image", + "namespace": "resource_packs" + } + }, + "unowned_pack_button_layout_hover/text_panel_small": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "unowned_text_panel", + "namespace": "resource_packs" + } + }, + "unowned_pack_button_layout_hover/text_panel_full_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "text_panel_full" + ] + }, + "unowned_pack_button_layout_hover/text_panel_full_hover/text_panel_full": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "unowned_text_panel", + "namespace": "resource_packs" + } + }, + "unowned_pack_button_layout_hover/read_more_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "unowned_pack_button_layout_hover/read_less_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "unowned_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "common_pack_button", + "namespace": "resource_packs" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "unowned_pack_button/default": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "unowned_pack_button_layout", + "namespace": "resource_packs" + } + }, + "unowned_pack_button/pressed": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "unowned_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "unowned_pack_button/hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "unowned_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "invalid_pack_button_layout": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "invalid_icon_image", + "text_panel" + ] + }, + "invalid_pack_button_layout/invalid_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "invalid_icon_image", + "namespace": "resource_packs" + } + }, + "invalid_pack_button_layout/text_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "invalid_text_panel", + "namespace": "resource_packs" + } + }, + "invalid_pack_button_layout_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "hover_small", + "invalid_icon_image", + "text_panel_full_hover" + ] + }, + "invalid_pack_button_layout_hover/hover_small": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "invalid_pack_button_layout_hover/invalid_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "invalid_icon_image", + "namespace": "resource_packs" + } + }, + "invalid_pack_button_layout_hover/text_panel_full_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "text_panel" + ] + }, + "invalid_pack_button_layout_hover/text_panel_full_hover/text_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "invalid_text_panel", + "namespace": "resource_packs" + } + }, + "invalid_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "common_pack_button", + "namespace": "resource_packs" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "invalid_pack_button/default": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "invalid_pack_button_layout", + "namespace": "resource_packs" + } + }, + "invalid_pack_button/pressed": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "invalid_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "invalid_pack_button/hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "invalid_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "empty_resource_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "resource_pack_button_padding": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "input_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "input_panel", + "children": [ + "border_image", + "background" + ] + }, + "input_button_panel/border_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "children": [ + "button_panel" + ] + }, + "input_button_panel/border_image/button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "padding_1", + "padding_2", + "padding_3", + "padding_4" + ] + }, + "input_button_panel/border_image/button_panel/padding_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "resource_pack_button_padding", + "namespace": "resource_packs" + } + }, + "input_button_panel/border_image/button_panel/padding_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "resource_pack_button_padding", + "namespace": "resource_packs" + } + }, + "input_button_panel/border_image/button_panel/padding_2": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "resource_pack_button_padding", + "namespace": "resource_packs" + } + }, + "input_button_panel/border_image/button_panel/padding_3": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "resource_pack_button_padding", + "namespace": "resource_packs" + } + }, + "input_button_panel/border_image/button_panel/padding_4": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "resource_pack_button_padding", + "namespace": "resource_packs" + } + }, + "input_button_panel/background": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "selected_pack_button_layout": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "selected_icon_image", + "text_panel_small", + "text_panel_full", + "read_more_button_panel", + "read_less_button_panel" + ] + }, + "selected_pack_button_layout/selected_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "selected_icon_image", + "namespace": "resource_packs" + } + }, + "selected_pack_button_layout/text_panel_small": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "selected_text_panel", + "namespace": "resource_packs" + } + }, + "selected_pack_button_layout/text_panel_full": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "selected_text_panel", + "namespace": "resource_packs" + } + }, + "selected_pack_button_layout/read_more_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "selected_pack_button_layout/read_less_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "selected_pack_button_layout_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "hover_small", + "selected_icon_image", + "text_panel_small", + "text_panel_full_hover", + "read_more_button_panel", + "read_less_button_panel" + ] + }, + "selected_pack_button_layout_hover/hover_small": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "selected_pack_button_layout_hover/selected_icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "selected_icon_image", + "namespace": "resource_packs" + } + }, + "selected_pack_button_layout_hover/text_panel_small": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "selected_text_panel", + "namespace": "resource_packs" + } + }, + "selected_pack_button_layout_hover/text_panel_full_hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "text_panel_full" + ] + }, + "selected_pack_button_layout_hover/text_panel_full_hover/text_panel_full": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "selected_text_panel", + "namespace": "resource_packs" + } + }, + "selected_pack_button_layout_hover/read_more_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "selected_pack_button_layout_hover/read_less_button_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "read_button", + "namespace": "common_buttons" + } + }, + "selected_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "common_pack_button", + "namespace": "resource_packs" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "selected_pack_button/default": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "selected_pack_button_layout", + "namespace": "resource_packs" + } + }, + "selected_pack_button/pressed": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "selected_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "selected_pack_button/hover": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "selected_pack_button_layout_hover", + "namespace": "resource_packs" + } + }, + "selected_pack_movement_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "selected_pack_transparent_movement_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "selected_pack_minus_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "selected_pack_movement_button", + "namespace": "resource_packs" + } + }, + "selected_pack_plus_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "selected_pack_movement_button", + "namespace": "resource_packs" + } + }, + "selected_pack_store_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "selected_pack_movement_button", + "namespace": "resource_packs" + } + }, + "selected_pack_store_button_fill": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "selected_pack_movement_button", + "namespace": "resource_packs" + } + }, + "selected_pack_up_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "selected_pack_transparent_movement_button", + "namespace": "resource_packs" + } + }, + "selected_pack_down_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "selected_pack_transparent_movement_button", + "namespace": "resource_packs" + } + }, + "selected_pack_warning_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "selected_pack_options_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "white_label": { + "file": "ui/resource_packs_screen.json", + "type": "label" + }, + "gray_label": { + "file": "ui/resource_packs_screen.json", + "type": "label" + }, + "suggested_content_offers_title_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "resource_packs" + } + }, + "available_packs_title_content": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "selected_packs_title_content", + "namespace": "resource_packs" + } + }, + "realms_packs_title_content": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "selected_packs_title_content", + "namespace": "resource_packs" + } + }, + "unowned_packs_title_content": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "selected_packs_title_content", + "namespace": "resource_packs" + } + }, + "selected_packs_title_content": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "selected_packs_title_label", + "fill_pad", + "icon_panel", + "pad_0", + "count", + "pad_1", + "plus_panel", + "minus_panel" + ] + }, + "selected_packs_title_content/selected_packs_title_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "selected_packs_title_content/fill_pad": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_packs_title_content/icon_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "block_icon" + ] + }, + "selected_packs_title_content/icon_panel/block_icon": { + "file": "ui/resource_packs_screen.json", + "type": "image" + }, + "selected_packs_title_content/pad_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_packs_title_content/count": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "selected_packs_title_content/pad_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_packs_title_content/plus_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "plus" + ] + }, + "selected_packs_title_content/plus_panel/plus": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "plus_image", + "namespace": "resource_packs" + } + }, + "selected_packs_title_content/minus_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "minus" + ] + }, + "selected_packs_title_content/minus_panel/minus": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "minus_image", + "namespace": "resource_packs" + } + }, + "available_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "realms_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "unowned_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "selected_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "resource_packs" + } + }, + "size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "resource_packs" + } + }, + "description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "resource_packs" + } + }, + "pack_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "resource_packs" + } + }, + "selected_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "pack_label", + "namespace": "resource_packs" + } + }, + "available_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_description_label", + "namespace": "resource_packs" + } + }, + "realms_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_description_label", + "namespace": "resource_packs" + } + }, + "unowned_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_description_label", + "namespace": "resource_packs" + } + }, + "selected_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "name_label", + "namespace": "resource_packs" + } + }, + "selected_file_size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "size_label", + "namespace": "resource_packs" + } + }, + "available_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_name_label", + "namespace": "resource_packs" + } + }, + "available_file_size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_file_size_label", + "namespace": "resource_packs" + } + }, + "realms_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_name_label", + "namespace": "resource_packs" + } + }, + "realms_file_size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_file_size_label", + "namespace": "resource_packs" + } + }, + "unowned_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_name_label", + "namespace": "resource_packs" + } + }, + "unowned_file_size_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_file_size_label", + "namespace": "resource_packs" + } + }, + "invalid_pack_name_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_name_label", + "namespace": "resource_packs" + } + }, + "invalid_pack_description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "selected_pack_description_label", + "namespace": "resource_packs" + } + }, + "available_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "selected_packs" + ] + }, + "available_panel/selected_packs": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "checkbox_visuals": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "toggle_visuals", + "namespace": "common" + } + }, + "header_control": { + "file": "ui/resource_packs_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + }, + "children": [ + "header_description_stack_panel" + ] + }, + "header_control/header_description_stack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "checkbox_visuals", + "buffer_panel" + ] + }, + "header_control/header_description_stack_panel/checkbox_visuals": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "checkbox_visuals", + "namespace": "resource_packs" + } + }, + "header_control/header_description_stack_panel/buffer_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "header_control/header_description_stack_panel/buffer_panel/label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "description_label", + "namespace": "resource_packs" + } + }, + "addon_header_control": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "header_description_stack_panel" + ] + }, + "addon_header_control/header_description_stack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "description_center_panel", + "padding_1", + "link_center_panel", + "padding_2" + ] + }, + "addon_header_control/header_description_stack_panel/padding_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "addon_header_control/header_description_stack_panel/description_center_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "addon_header_control/header_description_stack_panel/description_center_panel/label": { + "file": "ui/resource_packs_screen.json", + "type": "label" + }, + "addon_header_control/header_description_stack_panel/padding_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "addon_header_control/header_description_stack_panel/link_center_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "addon_link_button" + ] + }, + "addon_header_control/header_description_stack_panel/link_center_panel/addon_link_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "addon_header_control/header_description_stack_panel/padding_2": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "panel_bg": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "black_background", + "gray" + ] + }, + "panel_bg/black_background": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "black_image", + "namespace": "resource_packs" + } + }, + "panel_bg/gray": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "gray_image", + "namespace": "resource_packs" + } + }, + "addon_panel_bg": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "black_background", + "yellow" + ] + }, + "addon_panel_bg/black_background": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "black_image", + "namespace": "resource_packs" + } + }, + "addon_panel_bg/yellow": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "yellow_image", + "namespace": "resource_packs" + } + }, + "error_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "black_background" + ] + }, + "error_panel/black_background": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "black_image", + "namespace": "resource_packs" + }, + "children": [ + "gray" + ] + }, + "error_panel/black_background/gray": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "gray_image", + "namespace": "resource_packs" + }, + "children": [ + "panel" + ] + }, + "error_panel/black_background/gray/panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "error_label" + ] + }, + "error_panel/black_background/gray/panel/error_label": { + "file": "ui/resource_packs_screen.json", + "type": "label" + }, + "selected_stack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "world_template_option_lock_panel", + "top_panel", + "offset_0", + "addon_stacking_warning_panel", + "offset_1", + "selected_packs_title_panel", + "selected_pack_section", + "offset_2", + "available_packs_title_panel", + "available_packs_section", + "offset_3", + "realms_packs_title_button", + "realms_packs_section", + "offset_4", + "unowned_packs_title_button", + "unowned_packs_section" + ] + }, + "selected_stack_panel/world_template_option_lock_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "option_info_label" + ] + }, + "selected_stack_panel/world_template_option_lock_panel/option_info_label": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "selected_stack_panel/top_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "panel_bg", + "header_control" + ] + }, + "selected_stack_panel/top_panel/panel_bg": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "panel_bg", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/top_panel/header_control": { + "file": "ui/resource_packs_screen.json", + "type": "toggle", + "extend": { + "name": "header_control", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/offset_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/addon_stacking_warning_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "addon_panel_bg", + "header_control" + ] + }, + "selected_stack_panel/addon_stacking_warning_panel/addon_panel_bg": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "addon_panel_bg", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/addon_stacking_warning_panel/header_control": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "addon_header_control", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/offset_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/selected_packs_title_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "selected_packs_title_button", + "tooltip" + ] + }, + "selected_stack_panel/selected_packs_title_panel/selected_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "selected_packs_title_button", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/selected_packs_title_panel/tooltip": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "selected_stack_panel/selected_packs_title_panel/tooltip/button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "selected_stack_panel/selected_pack_section": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "offset", + "selected_pack_grid", + "default_item", + "filler_panel" + ] + }, + "selected_stack_panel/selected_pack_section/offset": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/selected_pack_section/selected_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "selected_pack_grid", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/selected_pack_section/default_item": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "icon_image", + "name_panel", + "description_panel" + ] + }, + "selected_stack_panel/selected_pack_section/default_item/icon_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "icon_image", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/selected_pack_section/default_item/name_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "white_label" + ] + }, + "selected_stack_panel/selected_pack_section/default_item/name_panel/white_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/selected_pack_section/default_item/description_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "white_label" + ] + }, + "selected_stack_panel/selected_pack_section/default_item/description_panel/white_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/selected_pack_section/filler_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "description_label" + ] + }, + "selected_stack_panel/selected_pack_section/filler_panel/description_label": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "description_label", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/offset_2": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/available_packs_title_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "available_packs_title_button", + "tooltip" + ] + }, + "selected_stack_panel/available_packs_title_panel/available_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "available_packs_title_button", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/available_packs_title_panel/tooltip": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "selected_stack_panel/available_packs_title_panel/tooltip/button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "selected_stack_panel/available_packs_section": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "offset", + "empty_panel", + "available_pack_grid", + "invalid_pack_grid" + ] + }, + "selected_stack_panel/available_packs_section/offset": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/available_packs_section/empty_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "no_packs_panel", + "to_store_button" + ] + }, + "selected_stack_panel/available_packs_section/empty_panel/no_packs_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "no_packs_text" + ] + }, + "selected_stack_panel/available_packs_section/empty_panel/no_packs_panel/no_packs_text": { + "file": "ui/resource_packs_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "selected_stack_panel/available_packs_section/empty_panel/to_store_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "selected_stack_panel/available_packs_section/available_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "available_pack_grid", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/available_packs_section/invalid_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "invalid_pack_grid", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/offset_3": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/realms_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "realms_packs_title_button", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/realms_packs_section": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "offset", + "realms_pack_grid", + "offset_4" + ] + }, + "selected_stack_panel/realms_packs_section/offset": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/realms_packs_section/realms_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_pack_grid", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/realms_packs_section/offset_4": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/offset_4": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/unowned_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "unowned_packs_title_button", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/unowned_packs_section": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "offset", + "unowned_pack_grid", + "to_store_button", + "offset_4" + ] + }, + "selected_stack_panel/unowned_packs_section/offset": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_stack_panel/unowned_packs_section/unowned_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "unowned_pack_grid", + "namespace": "resource_packs" + } + }, + "selected_stack_panel/unowned_packs_section/to_store_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "selected_stack_panel/unowned_packs_section/offset_4": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "available_stack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "available_packs_title_button", + "available_pack_grid" + ] + }, + "available_stack_panel/available_packs_title_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "available_packs_title_button", + "namespace": "resource_packs" + } + }, + "available_stack_panel/available_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "extend": { + "name": "available_pack_grid", + "namespace": "resource_packs" + } + }, + "pack_background": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "white_image", + "gray_image" + ] + }, + "pack_background/white_image": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "white_image", + "namespace": "resource_packs" + } + }, + "pack_background/gray_image": { + "file": "ui/resource_packs_screen.json", + "type": "image", + "extend": { + "name": "gray_image", + "namespace": "resource_packs" + } + }, + "selected_pack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "selected_pack_button", + "pad_0", + "center_panel", + "divider", + "pad_1" + ] + }, + "selected_pack_panel/selected_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "selected_pack_button", + "namespace": "resource_packs" + } + }, + "selected_pack_panel/pad_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_pack_panel/center_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "visibility_panel" + ] + }, + "selected_pack_panel/center_panel/visibility_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "selected_pack_direction_buttons" + ] + }, + "selected_pack_panel/center_panel/visibility_panel/selected_pack_direction_buttons": { + "file": "ui/resource_packs_screen.json", + "type": "input_panel", + "extend": { + "name": "input_button_panel", + "namespace": "resource_packs" + } + }, + "selected_pack_panel/divider": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "selected_pack_panel/pad_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "available_pack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "available_pack_button", + "pad_0", + "center_panel", + "divider", + "pad_1" + ] + }, + "available_pack_panel/available_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "available_pack_button", + "namespace": "resource_packs" + } + }, + "available_pack_panel/pad_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "available_pack_panel/center_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "available_pack_direction_buttons" + ] + }, + "available_pack_panel/center_panel/available_pack_direction_buttons": { + "file": "ui/resource_packs_screen.json", + "type": "input_panel", + "extend": { + "name": "input_button_panel", + "namespace": "resource_packs" + } + }, + "available_pack_panel/divider": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "available_pack_panel/pad_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "realms_pack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "realms_pack_button", + "pad_0", + "center_panel", + "divider", + "pad_1" + ] + }, + "realms_pack_panel/realms_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "realms_pack_button", + "namespace": "resource_packs" + } + }, + "realms_pack_panel/pad_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "realms_pack_panel/center_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "realms_pack_direction_buttons" + ] + }, + "realms_pack_panel/center_panel/realms_pack_direction_buttons": { + "file": "ui/resource_packs_screen.json", + "type": "input_panel", + "extend": { + "name": "input_button_panel", + "namespace": "resource_packs" + } + }, + "realms_pack_panel/divider": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "realms_pack_panel/pad_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "unowned_pack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "unowned_pack_button", + "pad_0", + "center_panel", + "divider", + "pad_1" + ] + }, + "unowned_pack_panel/unowned_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "unowned_pack_button", + "namespace": "resource_packs" + } + }, + "unowned_pack_panel/pad_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "unowned_pack_panel/center_panel": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "children": [ + "realms_pack_direction_buttons" + ] + }, + "unowned_pack_panel/center_panel/realms_pack_direction_buttons": { + "file": "ui/resource_packs_screen.json", + "type": "input_panel", + "extend": { + "name": "input_button_panel", + "namespace": "resource_packs" + } + }, + "unowned_pack_panel/divider": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "unowned_pack_panel/pad_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "invalid_pack_panel": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel", + "children": [ + "invalid_pack_button", + "pad_0", + "divider", + "pad_1" + ] + }, + "invalid_pack_panel/invalid_pack_button": { + "file": "ui/resource_packs_screen.json", + "type": "button", + "extend": { + "name": "invalid_pack_button", + "namespace": "resource_packs" + } + }, + "invalid_pack_panel/pad_0": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "invalid_pack_panel/divider": { + "file": "ui/resource_packs_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "invalid_pack_panel/pad_1": { + "file": "ui/resource_packs_screen.json", + "type": "panel" + }, + "selected_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel" + }, + "available_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel" + }, + "realms_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel" + }, + "unowned_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel" + }, + "invalid_pack_grid": { + "file": "ui/resource_packs_screen.json", + "type": "stack_panel" + } + }, + "safe_zone": { + "corner_image_common": { + "file": "ui/safe_zone_screen.json", + "type": "image" + }, + "corner_bl": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "corner_image_common", + "namespace": "safe_zone" + } + }, + "corner_br": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "corner_image_common", + "namespace": "safe_zone" + } + }, + "corner_tr": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "corner_image_common", + "namespace": "safe_zone" + } + }, + "corner_tl": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "corner_image_common", + "namespace": "safe_zone" + } + }, + "confirm_button": { + "file": "ui/safe_zone_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "title_text": { + "file": "ui/safe_zone_screen.json", + "type": "label" + }, + "instructions_text": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "children": [ + "inner_label" + ] + }, + "instructions_text/inner_label": { + "file": "ui/safe_zone_screen.json", + "type": "label" + }, + "label_button": { + "file": "ui/safe_zone_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + } + }, + "label_button_hover": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "children": [ + "hover" + ] + }, + "label_button_hover/hover": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + }, + "children": [ + "button_hover_text" + ] + }, + "label_button_hover/hover/button_hover_text": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "instructions_text", + "namespace": "safe_zone" + } + }, + "content_panel": { + "file": "ui/safe_zone_screen.json", + "type": "stack_panel", + "children": [ + "safe_zone_slider_all", + "safe_zone_slider_x", + "safe_zone_slider_y", + "screen_position_slider_x", + "screen_position_slider_y", + "instruction_text_button" + ] + }, + "content_panel/safe_zone_slider_all": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "content_panel/safe_zone_slider_x": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "content_panel/safe_zone_slider_y": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "content_panel/screen_position_slider_x": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "content_panel/screen_position_slider_y": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "content_panel/instruction_text_button": { + "file": "ui/safe_zone_screen.json", + "type": "button", + "extend": { + "name": "label_button", + "namespace": "safe_zone" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "content_panel/instruction_text_button/default": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "instructions_text", + "namespace": "safe_zone" + } + }, + "content_panel/instruction_text_button/pressed": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "label_button_hover", + "namespace": "safe_zone" + } + }, + "content_panel/instruction_text_button/hover": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "label_button_hover", + "namespace": "safe_zone" + } + }, + "safe_zone_screen": { + "file": "ui/safe_zone_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + }, + "children": [ + "safe_zone_bounds_markers", + "main_content_panel" + ] + }, + "safe_zone_screen/safe_zone_bounds_markers": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "children": [ + "top_left_marker", + "top_right_marker", + "bottom_left_marker", + "bottom_right_marker" + ] + }, + "safe_zone_screen/safe_zone_bounds_markers/top_left_marker": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "corner_tl", + "namespace": "safe_zone" + } + }, + "safe_zone_screen/safe_zone_bounds_markers/top_right_marker": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "corner_tr", + "namespace": "safe_zone" + } + }, + "safe_zone_screen/safe_zone_bounds_markers/bottom_left_marker": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "corner_bl", + "namespace": "safe_zone" + } + }, + "safe_zone_screen/safe_zone_bounds_markers/bottom_right_marker": { + "file": "ui/safe_zone_screen.json", + "type": "image", + "extend": { + "name": "corner_br", + "namespace": "safe_zone" + } + }, + "safe_zone_screen/main_content_panel": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "children": [ + "common_panel", + "title_text", + "scrolling_panel", + "confirm_button" + ] + }, + "safe_zone_screen/main_content_panel/common_panel": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "safe_zone_screen/main_content_panel/title_text": { + "file": "ui/safe_zone_screen.json", + "type": "label", + "extend": { + "name": "title_text", + "namespace": "safe_zone" + } + }, + "safe_zone_screen/main_content_panel/scrolling_panel": { + "file": "ui/safe_zone_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "safe_zone_screen/main_content_panel/confirm_button": { + "file": "ui/safe_zone_screen.json", + "type": "button", + "extend": { + "name": "confirm_button", + "namespace": "safe_zone" + } + } + }, + "storage_migration_common": { + "progress_panel": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "children": [ + "common_panel", + "base_content", + "inside_content" + ] + }, + "progress_panel/common_panel": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "progress_panel/base_content": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "children": [ + "progress_title_text", + "progress_bar_text" + ] + }, + "progress_panel/base_content/progress_title_text": { + "file": "ui/storage_migration_common.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "progress_panel/base_content/progress_bar_text": { + "file": "ui/storage_migration_common.json", + "type": "label", + "extend": { + "name": "progress_bar_text", + "namespace": "progress" + } + }, + "progress_panel/inside_content": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "children": [ + "size_label", + "padding_1", + "loading_bar_panel", + "padding_3" + ] + }, + "progress_panel/inside_content/size_label": { + "file": "ui/storage_migration_common.json", + "type": "label" + }, + "progress_panel/inside_content/padding_1": { + "file": "ui/storage_migration_common.json", + "type": "panel" + }, + "progress_panel/inside_content/loading_bar_panel": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "children": [ + "fancy_progress_loading_bars", + "progress_loading_bars" + ] + }, + "progress_panel/inside_content/loading_bar_panel/fancy_progress_loading_bars": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "fancy_progress_loading_bars", + "namespace": "progress" + } + }, + "progress_panel/inside_content/loading_bar_panel/progress_loading_bars": { + "file": "ui/storage_migration_common.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "progress_panel/inside_content/padding_3": { + "file": "ui/storage_migration_common.json", + "type": "panel" + }, + "label": { + "file": "ui/storage_migration_common.json", + "type": "label" + }, + "base_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "retry_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "go_to_faq_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "next_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "get_started_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "start_transfer_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "finished_main_menu_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "start_transfer_out_of_space_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "continue_out_of_space_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "resume_transfer_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "exit_button": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "base_button", + "namespace": "storage_migration_common" + } + }, + "retry_help_button_panel": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "children": [ + "retry", + "padding", + "help" + ] + }, + "retry_help_button_panel/retry": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "retry_button", + "namespace": "storage_migration_common" + } + }, + "retry_help_button_panel/padding": { + "file": "ui/storage_migration_common.json", + "type": "panel" + }, + "retry_help_button_panel/help": { + "file": "ui/storage_migration_common.json", + "type": "button", + "extend": { + "name": "go_to_faq_button", + "namespace": "storage_migration_common" + } + }, + "modal_no_buttons": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "modal_one_button": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "modal_two_buttons": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "base_child_control": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "base_child_control/scrolling_panel": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "file_size_description": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "children": [ + "description", + "padding", + "size_stack", + "file_location" + ] + }, + "file_size_description/description": { + "file": "ui/storage_migration_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "storage_migration_common" + } + }, + "file_size_description/padding": { + "file": "ui/storage_migration_common.json", + "type": "panel" + }, + "file_size_description/size_stack": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "children": [ + "file_text", + "padding_1", + "file_size_total", + "padding_2", + "file_size_available" + ] + }, + "file_size_description/size_stack/file_text": { + "file": "ui/storage_migration_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "storage_migration_common" + } + }, + "file_size_description/size_stack/padding_1": { + "file": "ui/storage_migration_common.json", + "type": "panel" + }, + "file_size_description/size_stack/file_size_total": { + "file": "ui/storage_migration_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "storage_migration_common" + } + }, + "file_size_description/size_stack/padding_2": { + "file": "ui/storage_migration_common.json", + "type": "panel" + }, + "file_size_description/size_stack/file_size_available": { + "file": "ui/storage_migration_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "storage_migration_common" + } + }, + "file_size_description/file_location": { + "file": "ui/storage_migration_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "storage_migration_common" + } + }, + "error_icon_and_description": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "children": [ + "error_image", + "description" + ] + }, + "error_icon_and_description/error_image": { + "file": "ui/storage_migration_common.json", + "type": "image" + }, + "error_icon_and_description/description": { + "file": "ui/storage_migration_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "storage_migration_common" + } + }, + "file_size_description_with_error": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "children": [ + "file_size", + "padding", + "error_icon_and_description" + ] + }, + "file_size_description_with_error/file_size": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "extend": { + "name": "file_size_description", + "namespace": "storage_migration_common" + } + }, + "file_size_description_with_error/padding": { + "file": "ui/storage_migration_common.json", + "type": "panel" + }, + "file_size_description_with_error/error_icon_and_description": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "extend": { + "name": "error_icon_and_description", + "namespace": "storage_migration_common" + } + }, + "start_transfer": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "modal_one_button", + "namespace": "storage_migration_common" + } + }, + "start_transfer_content": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "extend": { + "name": "file_size_description", + "namespace": "storage_migration_common" + } + }, + "resume_transfer": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "modal_one_button", + "namespace": "storage_migration_common" + } + }, + "resume_transfer_content": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "children": [ + "file_size" + ] + }, + "resume_transfer_content/file_size": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "extend": { + "name": "file_size_description", + "namespace": "storage_migration_common" + } + }, + "transfer_error_out_of_space": { + "file": "ui/storage_migration_common.json", + "type": "panel", + "extend": { + "name": "modal_one_button", + "namespace": "storage_migration_common" + } + }, + "transfer_error_out_of_space_content": { + "file": "ui/storage_migration_common.json", + "type": "stack_panel", + "extend": { + "name": "file_size_description_with_error", + "namespace": "storage_migration_common" + } + } + }, + "storage_migration_generic": { + "storage_migration_generic_screen": { + "file": "ui/storage_migration_generic_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "modal_screen_content": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel", + "children": [ + "modal_progress_panel_no_cancel", + "popup_dialog_factory" + ] + }, + "modal_screen_content/modal_progress_panel_no_cancel": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel", + "extend": { + "name": "progress_panel", + "namespace": "storage_migration_common" + } + }, + "modal_screen_content/popup_dialog_factory": { + "file": "ui/storage_migration_generic_screen.json", + "type": "factory" + }, + "start_transfer": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel", + "extend": { + "name": "start_transfer", + "namespace": "storage_migration_common" + } + }, + "start_transfer_out_of_space": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel", + "extend": { + "name": "start_transfer", + "namespace": "storage_migration_common" + } + }, + "start_transfer_out_of_space_content": { + "file": "ui/storage_migration_generic_screen.json", + "type": "stack_panel", + "children": [ + "base_start_content", + "padding", + "error_icon_and_description" + ] + }, + "start_transfer_out_of_space_content/base_start_content": { + "file": "ui/storage_migration_generic_screen.json", + "type": "stack_panel", + "extend": { + "name": "start_transfer_content", + "namespace": "storage_migration_common" + } + }, + "start_transfer_out_of_space_content/padding": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel" + }, + "start_transfer_out_of_space_content/error_icon_and_description": { + "file": "ui/storage_migration_generic_screen.json", + "type": "stack_panel", + "extend": { + "name": "error_icon_and_description", + "namespace": "storage_migration_common" + } + }, + "finished": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel", + "extend": { + "name": "modal_one_button", + "namespace": "storage_migration_common" + } + }, + "finished_content": { + "file": "ui/storage_migration_generic_screen.json", + "type": "stack_panel", + "children": [ + "description" + ] + }, + "finished_content/description": { + "file": "ui/storage_migration_generic_screen.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "storage_migration_common" + } + }, + "resume_transfer_out_of_space": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel", + "extend": { + "name": "modal_one_button", + "namespace": "storage_migration_common" + } + }, + "resume_transfer_out_of_space_content": { + "file": "ui/storage_migration_generic_screen.json", + "type": "stack_panel", + "extend": { + "name": "file_size_description_with_error", + "namespace": "storage_migration_common" + } + }, + "transfer_error": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel", + "extend": { + "name": "modal_one_button", + "namespace": "storage_migration_common" + } + }, + "transfer_error_content": { + "file": "ui/storage_migration_generic_screen.json", + "type": "stack_panel", + "children": [ + "description" + ] + }, + "transfer_error_content/description": { + "file": "ui/storage_migration_generic_screen.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "storage_migration_common" + } + }, + "transfer_error_out_of_space": { + "file": "ui/storage_migration_generic_screen.json", + "type": "panel", + "extend": { + "name": "transfer_error_out_of_space", + "namespace": "storage_migration_common" + } + } + }, + "scoreboard": { + "scoreboard_sidebar_score": { + "file": "ui/scoreboards.json", + "type": "label" + }, + "scoreboard_sidebar_player": { + "file": "ui/scoreboards.json", + "type": "label" + }, + "scoreboard_sidebar": { + "file": "ui/scoreboards.json", + "type": "panel", + "children": [ + "main", + "displayed_objective_background" + ] + }, + "scoreboard_sidebar/main": { + "file": "ui/scoreboards.json", + "type": "image", + "children": [ + "displayed_objective", + "lists" + ] + }, + "scoreboard_sidebar/main/displayed_objective": { + "file": "ui/scoreboards.json", + "type": "label" + }, + "scoreboard_sidebar/main/lists": { + "file": "ui/scoreboards.json", + "type": "panel", + "children": [ + "players", + "horizontal_padding", + "scores" + ] + }, + "scoreboard_sidebar/main/lists/players": { + "file": "ui/scoreboards.json", + "type": "stack_panel" + }, + "scoreboard_sidebar/main/lists/horizontal_padding": { + "file": "ui/scoreboards.json", + "type": "panel" + }, + "scoreboard_sidebar/main/lists/scores": { + "file": "ui/scoreboards.json", + "type": "stack_panel" + }, + "scoreboard_sidebar/displayed_objective_background": { + "file": "ui/scoreboards.json", + "type": "image" + }, + "scoreboard_player_list": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "children": [ + "vertical_padding_0", + "social_buttons_panel", + "vertical_padding_1", + "permissions_button", + "vertical_padding_2", + "players_label", + "vertical_padding_3", + "scored_players_grid_panel", + "vertical_padding_4", + "unscored_players_grid_panel", + "vertical_padding_5", + "invite_players_button_panel", + "vertical_padding_6", + "disconnected_from_multiplayer_label_panel", + "vertical_padding_7" + ] + }, + "scoreboard_player_list/vertical_padding_0": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "scoreboard_player_list/social_buttons_panel": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "extend": { + "name": "social_buttons_panel", + "namespace": "pause" + } + }, + "scoreboard_player_list/vertical_padding_1": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "scoreboard_player_list/permissions_button": { + "file": "ui/scoreboards.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "scoreboard_player_list/vertical_padding_2": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "scoreboard_player_list/players_label": { + "file": "ui/scoreboards.json", + "type": "label", + "extend": { + "name": "list_objective_label", + "namespace": "scoreboard" + } + }, + "scoreboard_player_list/vertical_padding_3": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "scoreboard_player_list/scored_players_grid_panel": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "extend": { + "name": "players_scored_grid_list", + "namespace": "scoreboard" + } + }, + "scoreboard_player_list/vertical_padding_4": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "scoreboard_player_list/unscored_players_grid_panel": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "extend": { + "name": "players_unscored_grid_list", + "namespace": "scoreboard" + } + }, + "scoreboard_player_list/vertical_padding_5": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "scoreboard_player_list/invite_players_button_panel": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "invite_players_button_panel", + "namespace": "pause" + } + }, + "scoreboard_player_list/vertical_padding_6": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "scoreboard_player_list/disconnected_from_multiplayer_label_panel": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "extend": { + "name": "disconnected_from_multiplayer_label_panel", + "namespace": "pause" + } + }, + "scoreboard_player_list/vertical_padding_7": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "vertical_padding", + "namespace": "pause" + } + }, + "list_objective_label": { + "file": "ui/scoreboards.json", + "type": "label" + }, + "player_rank_panel": { + "file": "ui/scoreboards.json", + "type": "panel", + "children": [ + "player_rank_bg" + ] + }, + "player_rank_panel/player_rank_bg": { + "file": "ui/scoreboards.json", + "type": "image", + "children": [ + "player_rank" + ] + }, + "player_rank_panel/player_rank_bg/player_rank": { + "file": "ui/scoreboards.json", + "type": "label" + }, + "player_icon_panel": { + "file": "ui/scoreboards.json", + "type": "panel", + "children": [ + "player_icon", + "permission_icon" + ] + }, + "player_icon_panel/player_icon": { + "file": "ui/scoreboards.json", + "type": "image", + "children": [ + "player_panel_black_border" + ] + }, + "player_icon_panel/player_icon/player_panel_black_border": { + "file": "ui/scoreboards.json", + "type": "image", + "extend": { + "name": "pause_screen_border", + "namespace": "pause" + } + }, + "player_icon_panel/permission_icon": { + "file": "ui/scoreboards.json", + "type": "image" + }, + "player_name": { + "file": "ui/scoreboards.json", + "type": "label" + }, + "player_score": { + "file": "ui/scoreboards.json", + "type": "label" + }, + "player_details": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "children": [ + "name_panel", + "score_panel" + ] + }, + "player_details/name_panel": { + "file": "ui/scoreboards.json", + "type": "panel", + "children": [ + "name" + ] + }, + "player_details/name_panel/name": { + "file": "ui/scoreboards.json", + "type": "label", + "extend": { + "name": "player_name", + "namespace": "scoreboard" + } + }, + "player_details/score_panel": { + "file": "ui/scoreboards.json", + "type": "panel", + "children": [ + "score" + ] + }, + "player_details/score_panel/score": { + "file": "ui/scoreboards.json", + "type": "label", + "extend": { + "name": "player_score", + "namespace": "scoreboard" + } + }, + "player_content": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "children": [ + "icon", + "padding", + "details" + ] + }, + "player_content/icon": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "player_icon_panel", + "namespace": "scoreboard" + } + }, + "player_content/padding": { + "file": "ui/scoreboards.json", + "type": "panel" + }, + "player_content/details": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "extend": { + "name": "player_details", + "namespace": "scoreboard" + } + }, + "base_player_button": { + "file": "ui/scoreboards.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "player_panel": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "children": [ + "rank_base", + "player_button" + ] + }, + "player_panel/rank_base": { + "file": "ui/scoreboards.json", + "type": "panel", + "children": [ + "player_rank" + ] + }, + "player_panel/rank_base/player_rank": { + "file": "ui/scoreboards.json", + "type": "panel", + "extend": { + "name": "player_rank_panel", + "namespace": "scoreboard" + } + }, + "player_panel/player_button": { + "file": "ui/scoreboards.json", + "type": "button", + "extend": { + "name": "base_player_button", + "namespace": "scoreboard" + } + }, + "players_grid_list": { + "file": "ui/scoreboards.json", + "type": "stack_panel" + }, + "players_unscored_grid_list": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "extend": { + "name": "players_grid_list", + "namespace": "scoreboard" + } + }, + "players_scored_grid_list": { + "file": "ui/scoreboards.json", + "type": "stack_panel", + "extend": { + "name": "players_grid_list", + "namespace": "scoreboard" + } + } + }, + "screenshot": { + "screenshot_flash_image": { + "file": "ui/screenshot_screen.json", + "type": "image" + }, + "screenshot_screen": { + "file": "ui/screenshot_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "screenshot_screen_content": { + "file": "ui/screenshot_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + }, + "children": [ + "transparent_background", + "screenshot_flash" + ] + }, + "screenshot_screen_content/transparent_background": { + "file": "ui/screenshot_screen.json", + "type": "image", + "extend": { + "name": "transparent_background", + "namespace": "feed_common" + } + }, + "screenshot_screen_content/screenshot_flash": { + "file": "ui/screenshot_screen.json", + "type": "image", + "extend": { + "name": "screenshot_flash_image", + "namespace": "screenshot" + } + } + }, + "select_world": { + "popup_dialog__add_on_common": { + "file": "ui/select_world_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + } + }, + "popup_dialog__add_on_common_no_buttons": { + "file": "ui/select_world_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__add_on_common", + "namespace": "select_world" + }, + "children": [ + "popup_dialog_bg", + "popup_dialog_message", + "close_button", + "add_on_popup_content_panel" + ] + }, + "popup_dialog__add_on_common_no_buttons/popup_dialog_bg": { + "file": "ui/select_world_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_3", + "namespace": "common" + } + }, + "popup_dialog__add_on_common_no_buttons/popup_dialog_message": { + "file": "ui/select_world_screen.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog__add_on_common_no_buttons/close_button": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "popup_dialog__add_on_common_no_buttons/add_on_popup_content_panel": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "add_on_popup_content_panel", + "namespace": "select_world" + } + }, + "popup_dialog__add_on_common_two_buttons": { + "file": "ui/select_world_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__add_on_common", + "namespace": "select_world" + }, + "children": [ + "popup_dialog_bg", + "popup_dialog_message", + "close_button", + "add_on_popup_content_panel", + "button_copy", + "button_continue" + ] + }, + "popup_dialog__add_on_common_two_buttons/popup_dialog_bg": { + "file": "ui/select_world_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_1", + "namespace": "common" + } + }, + "popup_dialog__add_on_common_two_buttons/popup_dialog_message": { + "file": "ui/select_world_screen.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog__add_on_common_two_buttons/close_button": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "popup_dialog__add_on_common_two_buttons/add_on_popup_content_panel": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "add_on_popup_content_panel", + "namespace": "select_world" + } + }, + "popup_dialog__add_on_common_two_buttons/button_copy": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "add_on_button_copy", + "namespace": "select_world" + } + }, + "popup_dialog__add_on_common_two_buttons/button_continue": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "add_on_button_continue", + "namespace": "select_world" + } + }, + "add_on_button_copy": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "add_on_button_continue": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "add_on_popup_content_panel": { + "file": "ui/select_world_screen.json", + "type": "panel", + "children": [ + "popup_content" + ] + }, + "add_on_popup_content_panel/popup_content": { + "file": "ui/select_world_screen.json", + "type": "unknown" + }, + "popup_dialog__activate_add_on": { + "file": "ui/select_world_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__add_on_common_no_buttons", + "namespace": "select_world" + } + }, + "popup_dialog__activate_add_on_select_world": { + "file": "ui/select_world_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__add_on_common_no_buttons", + "namespace": "select_world" + } + }, + "popup_dialog__copy_local_world": { + "file": "ui/select_world_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__add_on_common_two_buttons", + "namespace": "select_world" + } + }, + "popup_dialog__copy_realms_world": { + "file": "ui/select_world_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__add_on_common_two_buttons", + "namespace": "select_world" + } + }, + "copy_local_world_panel": { + "file": "ui/select_world_screen.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "padding_top", + "text_box", + "padding_middle", + "text_box2" + ] + }, + "copy_local_world_panel/padding_top": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "copy_local_world_panel/text_box": { + "file": "ui/select_world_screen.json", + "type": "label" + }, + "copy_local_world_panel/padding_middle": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "copy_local_world_panel/text_box2": { + "file": "ui/select_world_screen.json", + "type": "label" + }, + "copy_realms_world_panel": { + "file": "ui/select_world_screen.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "padding_top", + "text_box", + "padding_middle", + "text_box2" + ] + }, + "copy_realms_world_panel/padding_top": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "copy_realms_world_panel/text_box": { + "file": "ui/select_world_screen.json", + "type": "label" + }, + "copy_realms_world_panel/padding_middle": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "copy_realms_world_panel/text_box2": { + "file": "ui/select_world_screen.json", + "type": "label" + }, + "new_or_existing_world_panel": { + "file": "ui/select_world_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "padding_left", + "world_icon_existing", + "padding_middle", + "world_icon_new", + "padding_right" + ] + }, + "new_or_existing_world_panel/padding_left": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "new_or_existing_world_panel/world_icon_existing": { + "file": "ui/select_world_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_icon_with_button", + "namespace": "select_world" + } + }, + "new_or_existing_world_panel/padding_middle": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "new_or_existing_world_panel/world_icon_new": { + "file": "ui/select_world_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_icon_with_button", + "namespace": "select_world" + } + }, + "new_or_existing_world_panel/padding_right": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "world_icon_with_button": { + "file": "ui/select_world_screen.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "padding_top", + "world_icon", + "button", + "padding_bottom" + ] + }, + "world_icon_with_button/padding_top": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "world_icon_with_button/world_icon": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "vert_stack_centering_panel", + "namespace": "common" + } + }, + "world_icon_with_button/button": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "world_icon_with_button/padding_bottom": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "world_icon_new": { + "file": "ui/select_world_screen.json", + "type": "image", + "children": [ + "plus_button" + ] + }, + "world_icon_new/plus_button": { + "file": "ui/select_world_screen.json", + "type": "image" + }, + "world_icon_existing": { + "file": "ui/select_world_screen.json", + "type": "image" + }, + "select_world_panel": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "select_world_list": { + "file": "ui/select_world_screen.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "realms_world_label", + "realms_world_list", + "padding_middle", + "local_world_label", + "local_world_list", + "padding_end" + ] + }, + "select_world_list/realms_world_label": { + "file": "ui/select_world_screen.json", + "type": "label", + "extend": { + "name": "standard_title_label", + "namespace": "common_dialogs" + } + }, + "select_world_list/realms_world_list": { + "file": "ui/select_world_screen.json", + "type": "grid", + "extend": { + "name": "realms_world_item_grid", + "namespace": "play" + } + }, + "select_world_list/padding_middle": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "select_world_list/local_world_label": { + "file": "ui/select_world_screen.json", + "type": "label", + "extend": { + "name": "standard_title_label", + "namespace": "common_dialogs" + } + }, + "select_world_list/local_world_list": { + "file": "ui/select_world_screen.json", + "type": "grid", + "extend": { + "name": "local_world_item_grid", + "namespace": "play" + } + }, + "select_world_list/padding_end": { + "file": "ui/select_world_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "local_world_item_button": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "realms_world_item_button": { + "file": "ui/select_world_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "select_world_screen_content": { + "file": "ui/select_world_screen.json", + "type": "panel", + "children": [ + "popup_dialog_factory" + ] + }, + "select_world_screen_content/popup_dialog_factory": { + "file": "ui/select_world_screen.json", + "type": "factory" + }, + "select_world_popup_screen": { + "file": "ui/select_world_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "server_form": { + "third_party_server_screen": { + "file": "ui/server_form.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "main_screen_content": { + "file": "ui/server_form.json", + "type": "panel", + "children": [ + "server_form_factory" + ] + }, + "main_screen_content/server_form_factory": { + "file": "ui/server_form.json", + "type": "factory" + }, + "long_form": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "long_form_panel": { + "file": "ui/server_form.json", + "type": "stack_panel", + "children": [ + "scrolling_panel" + ] + }, + "long_form_panel/scrolling_panel": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "long_form_scrolling_content": { + "file": "ui/server_form.json", + "type": "stack_panel", + "children": [ + "label_offset_panel", + "padding", + "wrapping_panel" + ] + }, + "long_form_scrolling_content/label_offset_panel": { + "file": "ui/server_form.json", + "type": "panel", + "children": [ + "main_label" + ] + }, + "long_form_scrolling_content/label_offset_panel/main_label": { + "file": "ui/server_form.json", + "type": "label" + }, + "long_form_scrolling_content/padding": { + "file": "ui/server_form.json", + "type": "panel" + }, + "long_form_scrolling_content/wrapping_panel": { + "file": "ui/server_form.json", + "type": "panel", + "children": [ + "long_form_dynamic_buttons_panel" + ] + }, + "long_form_scrolling_content/wrapping_panel/long_form_dynamic_buttons_panel": { + "file": "ui/server_form.json", + "type": "stack_panel", + "extend": { + "name": "long_form_dynamic_buttons_panel", + "namespace": "server_form" + } + }, + "long_form_dynamic_buttons_panel": { + "file": "ui/server_form.json", + "type": "stack_panel" + }, + "dynamic_button": { + "file": "ui/server_form.json", + "type": "stack_panel", + "children": [ + "panel_name", + "form_button" + ] + }, + "dynamic_button/panel_name": { + "file": "ui/server_form.json", + "type": "panel", + "children": [ + "image", + "progress" + ] + }, + "dynamic_button/panel_name/image": { + "file": "ui/server_form.json", + "type": "image" + }, + "dynamic_button/panel_name/progress": { + "file": "ui/server_form.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "dynamic_button/form_button": { + "file": "ui/server_form.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "dynamic_label": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_group_spaced_label", + "namespace": "settings_common" + } + }, + "dynamic_header": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_group_spaced_header", + "namespace": "settings_common" + } + }, + "custom_form": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "custom_form_panel": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "generated_contents": { + "file": "ui/server_form.json", + "type": "stack_panel" + }, + "custom_form_scrolling_content": { + "file": "ui/server_form.json", + "type": "stack_panel", + "children": [ + "generated_form", + "submit_button" + ] + }, + "custom_form_scrolling_content/generated_form": { + "file": "ui/server_form.json", + "type": "stack_panel", + "extend": { + "name": "generated_contents", + "namespace": "server_form" + } + }, + "custom_form_scrolling_content/submit_button": { + "file": "ui/server_form.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "custom_label": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "custom_header": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_group_header", + "namespace": "settings_common" + } + }, + "custom_toggle": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "custom_slider": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "custom_step_slider": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "custom_slider", + "namespace": "server_form" + } + }, + "custom_dropdown": { + "file": "ui/server_form.json", + "type": "panel", + "children": [ + "dropdown" + ] + }, + "custom_dropdown/dropdown": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "custom_dropdown_content": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "custom_dropdown_radio": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "custom_input": { + "file": "ui/server_form.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + } + }, + "settings": { + "settings_screen_base": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "screen_base", + "namespace": "settings_common" + } + }, + "settings_screen_base_fullscreen": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "screen_base_fullscreen", + "namespace": "settings_common" + } + }, + "screen_world_create": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_template_create": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_world_edit": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_controls_and_settings": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_controls_and_settings_fullscreen": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base_fullscreen", + "namespace": "settings" + } + }, + "screen_world_controls_and_settings": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_world_controls_and_settings_fullscreen": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base_fullscreen", + "namespace": "settings" + } + }, + "screen_realm_controls_and_settings": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_realm_controls_and_settings_fullscreen": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base_fullscreen", + "namespace": "settings" + } + }, + "screen_realm_member_controls_and_settings": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_realm_member_controls_and_settings_fullscreen": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base_fullscreen", + "namespace": "settings" + } + }, + "screen_realm_settings": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_world_slot_edit": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_realm_manage": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "screen_realm_invite_link_settings": { + "file": "ui/settings_screen.json", + "type": "screen", + "extend": { + "name": "settings_screen_base", + "namespace": "settings" + } + }, + "selector_stack_panel": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "children": [ + "spacer_0", + "accessibility_button", + "spacer_01", + "world_selector_pane", + "realm_selector_pane", + "controls_and_settings_selector_pane", + "spacer_24", + "addons_selector_panel", + "realms_invite_link_settings_pane" + ] + }, + "selector_stack_panel/spacer_0": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/accessibility_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "accessibility_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/spacer_01": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/world_selector_pane": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "selector_pane_content", + "namespace": "world_section" + } + }, + "selector_stack_panel/realm_selector_pane": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "selector_panel", + "namespace": "realms_settings" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "children": [ + "spacer_1", + "spacer_1_no_spatial", + "selector_group_label_1", + "keyboard_and_mouse_button", + "spacer_01", + "controller_button", + "spacer_02", + "switch_controller_button", + "spacer_03", + "touch_button", + "spacer_04", + "spacer_04_no_spatial", + "selector_group_label_2", + "party_button", + "spacer_05", + "spacer_05_no_spatial", + "selector_group_label_3", + "general_button", + "spacer_06", + "video_button", + "spacer_07", + "sound_button", + "spacer_08", + "account_button", + "spacer_09", + "view_subscriptions_button", + "spacer_10", + "global_texture_pack_button", + "spacer_11", + "storage_management_button", + "spacer_12", + "edu_cloud_storage_button", + "spacer_13", + "language_button", + "spacer_14", + "creator_button", + "spacer_15", + "preview_button", + "spacer_4", + "spacer_4_no_spatial", + "selector_group_label_4", + "debug_button", + "spacer_16", + "discovery_debug_button", + "spacer_17", + "ui_debug_button", + "spacer_18", + "edu_debug_button", + "spacer_19", + "marketplace_debug_button", + "spacer_20", + "gatherings_debug_button", + "spacer_21", + "flighting_debug_button", + "spacer_22", + "realms_debug_button", + "spacer_23", + "automation_button" + ] + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_1": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_1_no_spatial": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/selector_group_label_1": { + "file": "ui/settings_screen.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/keyboard_and_mouse_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "keyboard_and_mouse_button", + "namespace": "controls_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_01": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/controller_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "controller_button", + "namespace": "controls_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_02": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/switch_controller_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "controller_button", + "namespace": "controls_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_03": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/touch_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "touch_button", + "namespace": "controls_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_04": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_04_no_spatial": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/selector_group_label_2": { + "file": "ui/settings_screen.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/party_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "party_button", + "namespace": "social_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_05": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_05_no_spatial": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/selector_group_label_3": { + "file": "ui/settings_screen.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/general_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "general_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_06": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/video_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "video_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_07": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/sound_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "sound_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_08": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/account_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "account_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_09": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/view_subscriptions_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "view_subscriptions_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_10": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/global_texture_pack_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "global_texture_pack_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_11": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/storage_management_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "storage_management_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_12": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/edu_cloud_storage_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "edu_cloud_storage_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_13": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/language_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "language_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_14": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/creator_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "creator_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_15": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/preview_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "preview_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_4": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_4_no_spatial": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/selector_group_label_4": { + "file": "ui/settings_screen.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/debug_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "debug_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_16": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/discovery_debug_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "discovery_debug_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_17": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/ui_debug_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "ui_debug_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_18": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/edu_debug_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "edu_debug_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_19": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/marketplace_debug_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "marketplace_debug_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_20": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/gatherings_debug_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "gatherings_debug_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_21": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/flighting_debug_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "flighting_debug_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_22": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/realms_debug_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "realms_debug_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_23": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/controls_and_settings_selector_pane/automation_button": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "automation_button", + "namespace": "general_section" + } + }, + "selector_stack_panel/spacer_24": { + "file": "ui/settings_screen.json", + "type": "panel" + }, + "selector_stack_panel/addons_selector_panel": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "addons_selector_panel", + "namespace": "world_section" + } + }, + "selector_stack_panel/realms_invite_link_settings_pane": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "selector_panel", + "namespace": "realms_invite_link_settings" + } + }, + "section_content_panels": { + "file": "ui/settings_screen.json", + "type": "panel", + "children": [ + "realm_invite_link_settings_content_panels", + "world_sections", + "packs_sections", + "section_content_panels", + "general_and_controls_sections" + ] + }, + "section_content_panels/realm_invite_link_settings_content_panels": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "section_content_panels", + "namespace": "realms_invite_link_settings" + } + }, + "section_content_panels/world_sections": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "children": [ + "game_section", + "classroom_section_panel", + "server_section", + "multiplayer_section", + "edu_cloud_section", + "debug_section" + ] + }, + "section_content_panels/world_sections/game_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "game_section", + "namespace": "world_section" + } + }, + "section_content_panels/world_sections/classroom_section_panel": { + "file": "ui/settings_screen.json", + "type": "panel", + "children": [ + "classroom_section" + ] + }, + "section_content_panels/world_sections/classroom_section_panel/classroom_section": { + "file": "ui/settings_screen.json", + "type": "unknown", + "extend": { + "name": "classroom_section", + "namespace": "classroom_settings" + } + }, + "section_content_panels/world_sections/server_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "server_section", + "namespace": "world_section" + } + }, + "section_content_panels/world_sections/multiplayer_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "multiplayer_section", + "namespace": "world_section" + } + }, + "section_content_panels/world_sections/edu_cloud_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "edu_cloud_section", + "namespace": "world_section" + } + }, + "section_content_panels/world_sections/debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "debug_section", + "namespace": "world_section" + } + }, + "section_content_panels/packs_sections": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "children": [ + "level_texture_pack_section", + "addon_section" + ] + }, + "section_content_panels/packs_sections/level_texture_pack_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "level_texture_pack_section", + "namespace": "world_section" + } + }, + "section_content_panels/packs_sections/addon_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "addon_section", + "namespace": "world_section" + } + }, + "section_content_panels/section_content_panels": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "section_content_panels", + "namespace": "realms_settings" + } + }, + "section_content_panels/general_and_controls_sections": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "children": [ + "accessibility_section", + "keyboard_and_mouse_section", + "controller_section", + "touch_section", + "party_section", + "general_tab_section", + "account_section", + "global_texture_pack_section", + "storage_management_header", + "storage_management_section", + "edu_cloud_storage_section", + "creator_section", + "video_section", + "view_subscriptions_prerelease_section", + "view_subscriptions_section", + "sound_section", + "language_section", + "preview_section", + "debug_section", + "ui_debug_section", + "edu_debug_section", + "marketplace_debug_section", + "gatherings_debug_section", + "flighting_debug_section", + "realms_debug_section", + "automation_section", + "discovery_debug_section" + ] + }, + "section_content_panels/general_and_controls_sections/accessibility_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "accessibility_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/keyboard_and_mouse_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_and_mouse_section", + "namespace": "controls_section" + } + }, + "section_content_panels/general_and_controls_sections/controller_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "controller_section", + "namespace": "controls_section" + } + }, + "section_content_panels/general_and_controls_sections/touch_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "touch_section", + "namespace": "controls_section" + } + }, + "section_content_panels/general_and_controls_sections/party_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "party_section", + "namespace": "social_section" + } + }, + "section_content_panels/general_and_controls_sections/general_tab_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "general_tab_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/account_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "account_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/global_texture_pack_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "global_texture_pack_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/storage_management_header": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "storage_management_header", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/storage_management_section": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "storage_management_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/edu_cloud_storage_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "edu_cloud_storage_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/creator_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "creator_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/video_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "video_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/view_subscriptions_prerelease_section": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "view_subscriptions_prerelease_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/view_subscriptions_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "view_subscriptions_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/sound_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "sound_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/language_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "language_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/preview_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "preview_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "debug_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/ui_debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "ui_debug_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/edu_debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "edu_debug_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/marketplace_debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "marketplace_debug_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/gatherings_debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "gatherings_debug_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/flighting_debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "flighting_debug_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/realms_debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_debug_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/automation_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "automation_section", + "namespace": "general_section" + } + }, + "section_content_panels/general_and_controls_sections/discovery_debug_section": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "extend": { + "name": "discovery_debug_section", + "namespace": "general_section" + } + }, + "section_header_panels": { + "file": "ui/settings_screen.json", + "type": "panel", + "children": [ + "world_sections", + "general_and_controls_sections" + ] + }, + "section_header_panels/world_sections": { + "file": "ui/settings_screen.json", + "type": "stack_panel" + }, + "section_header_panels/general_and_controls_sections": { + "file": "ui/settings_screen.json", + "type": "stack_panel" + }, + "section_footer_panels": { + "file": "ui/settings_screen.json", + "type": "panel", + "children": [ + "world_sections", + "general_and_controls_sections" + ] + }, + "section_footer_panels/world_sections": { + "file": "ui/settings_screen.json", + "type": "stack_panel" + }, + "section_footer_panels/general_and_controls_sections": { + "file": "ui/settings_screen.json", + "type": "stack_panel", + "children": [ + "storage_management_footer" + ] + }, + "section_footer_panels/general_and_controls_sections/storage_management_footer": { + "file": "ui/settings_screen.json", + "type": "panel", + "extend": { + "name": "storage_management_footer", + "namespace": "general_section" + } + } + }, + "controls_section": { + "binding_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "binding_button_content": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "button_content_panel", + "namespace": "common_buttons" + }, + "children": [ + "default_label" + ] + }, + "binding_button_content/default_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "label", + "extend": { + "name": "new_button_label", + "namespace": "common" + } + }, + "image_binding_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "image_binding_button_content": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "button_content_panel", + "namespace": "common_buttons" + }, + "children": [ + "base_icon_image", + "default_label" + ] + }, + "image_binding_button_content/base_icon_image": { + "file": "ui/settings_sections/controls_section.json", + "type": "image" + }, + "image_binding_button_content/default_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "label", + "extend": { + "name": "new_button_label", + "namespace": "common" + } + }, + "arrow_reset": { + "file": "ui/settings_sections/controls_section.json", + "type": "image" + }, + "reset_binding_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "keymapping_item_parent": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "keymapping_row" + ] + }, + "keymapping_item_parent/keymapping_row": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "extend": { + "name": "keymapping_item_frame", + "namespace": "controls_section" + } + }, + "keymapping_item_frame": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "keymap", + "command_macro_command" + ] + }, + "keymapping_item_frame/keymap": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "extend": { + "name": "keymapping_item", + "namespace": "controls_section" + } + }, + "keymapping_item_frame/command_macro_command": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "command_macro_command_textbox", + "namespace": "controls_section" + } + }, + "command_macro_command_textbox": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "children": [ + "text_box" + ] + }, + "command_macro_command_textbox/text_box": { + "file": "ui/settings_sections/controls_section.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "keymapping_item": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_info_label_control", + "keymapping_button_0", + "keymapping_button_1" + ] + }, + "keymapping_item/option_info_label_control": { + "file": "ui/settings_sections/controls_section.json", + "type": "image", + "children": [ + "keymapping_label_control" + ] + }, + "keymapping_item/option_info_label_control/keymapping_label_control": { + "file": "ui/settings_sections/controls_section.json", + "type": "label" + }, + "keymapping_item/keymapping_button_0": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "binding_button", + "namespace": "controls_section" + } + }, + "keymapping_item/keymapping_button_1": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "reset_binding_button", + "namespace": "controls_section" + } + }, + "keymapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid" + }, + "full_keymapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid", + "extend": { + "name": "keymapping_grid", + "namespace": "controls_section" + } + }, + "gamepad_mapping_item": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_info_label_control", + "keymapping_button_0", + "keymapping_button_1" + ] + }, + "gamepad_mapping_item/option_info_label_control": { + "file": "ui/settings_sections/controls_section.json", + "type": "image", + "children": [ + "keymapping_label_control" + ] + }, + "gamepad_mapping_item/option_info_label_control/keymapping_label_control": { + "file": "ui/settings_sections/controls_section.json", + "type": "label" + }, + "gamepad_mapping_item/keymapping_button_0": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "image_binding_button", + "namespace": "controls_section" + } + }, + "gamepad_mapping_item/keymapping_button_1": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "reset_binding_button", + "namespace": "controls_section" + } + }, + "gamepad_mapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid" + }, + "keyboard_command_macros_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "divider_before", + "divider_before_padding", + "command_macro_title", + "command_macro_title_desc", + "command_macro_title_padding", + "command_macro_keymapping_grid", + "divider_after", + "divider_after_padding" + ] + }, + "keyboard_command_macros_grid/divider_before": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "keyboard_command_macros_grid/divider_before/section_divider": { + "file": "ui/settings_sections/controls_section.json", + "type": "image" + }, + "keyboard_command_macros_grid/divider_before_padding": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel" + }, + "keyboard_command_macros_grid/command_macro_title": { + "file": "ui/settings_sections/controls_section.json", + "type": "label" + }, + "keyboard_command_macros_grid/command_macro_title_desc": { + "file": "ui/settings_sections/controls_section.json", + "type": "label" + }, + "keyboard_command_macros_grid/command_macro_title_padding": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel" + }, + "keyboard_command_macros_grid/command_macro_keymapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid", + "extend": { + "name": "keymapping_grid", + "namespace": "controls_section" + } + }, + "keyboard_command_macros_grid/divider_after": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "keyboard_command_macros_grid/divider_after/section_divider": { + "file": "ui/settings_sections/controls_section.json", + "type": "image" + }, + "keyboard_command_macros_grid/divider_after_padding": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel" + }, + "keyboard_and_mouse_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_slider_0", + "option_slider_damen", + "option_toggle_0", + "option_toggle_1", + "option_toggle_2", + "option_toggle_full_keyboard_gameplay", + "option_toggle_show_keyboard_prompts", + "option_toggle_show_learning_prompts", + "keyboard_section", + "full_keyboard_section", + "reset_button" + ] + }, + "keyboard_and_mouse_section/option_slider_0": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/option_slider_damen": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/option_toggle_0": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/option_toggle_1": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/option_toggle_2": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/option_toggle_full_keyboard_gameplay": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/option_toggle_show_keyboard_prompts": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/option_toggle_show_learning_prompts": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/keyboard_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_group_label", + "keyboard_keymapping_grid", + "control_alt_chords_standard_keyboard_section", + "command_macros" + ] + }, + "keyboard_and_mouse_section/keyboard_section/option_group_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/keyboard_section/keyboard_keymapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid", + "extend": { + "name": "keymapping_grid", + "namespace": "controls_section" + } + }, + "keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_group_label", + "control_alt_chord_keymapping_grid" + ] + }, + "keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section/option_group_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section/control_alt_chord_keymapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid", + "extend": { + "name": "keymapping_grid", + "namespace": "controls_section" + } + }, + "keyboard_and_mouse_section/keyboard_section/command_macros": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_command_macros_grid", + "namespace": "controls_section" + } + }, + "keyboard_and_mouse_section/full_keyboard_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_slider_smooth_rotation_speed", + "full_keyboard_label", + "keyboard_full_keymapping_grid", + "control_alt_chords_full_keyboard_section", + "command_macros" + ] + }, + "keyboard_and_mouse_section/full_keyboard_section/option_slider_smooth_rotation_speed": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/full_keyboard_section/full_keyboard_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/full_keyboard_section/keyboard_full_keymapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid", + "extend": { + "name": "full_keymapping_grid", + "namespace": "controls_section" + } + }, + "keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_group_label", + "control_alt_chord_keymapping_grid" + ] + }, + "keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section/option_group_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section/control_alt_chord_keymapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid", + "extend": { + "name": "keymapping_grid", + "namespace": "controls_section" + } + }, + "keyboard_and_mouse_section/full_keyboard_section/command_macros": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_command_macros_grid", + "namespace": "controls_section" + } + }, + "keyboard_and_mouse_section/reset_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "controller_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "controller_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_slider_0", + "option_slider_damen", + "option_toggle_0", + "option_toggle_1", + "option_toggle9", + "option_toggle10", + "option_toggle_11", + "gamepad_swap_ab", + "gamepad_swap_xy", + "gamepad_cursor_sensitivity_option_slider", + "option_toggle_3", + "option_toggle_4", + "option_toggle_5", + "option_group_label", + "gamepad_keymapping_grid", + "reset_button" + ] + }, + "controller_section/option_slider_0": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "controller_section/option_slider_damen": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "controller_section/option_toggle_0": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/option_toggle_1": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/option_toggle9": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/option_toggle10": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/option_toggle_11": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/gamepad_swap_ab": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/gamepad_swap_xy": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/gamepad_cursor_sensitivity_option_slider": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "controller_section/option_toggle_3": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/option_toggle_4": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/option_toggle_5": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "controller_section/option_group_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "controller_section/gamepad_keymapping_grid": { + "file": "ui/settings_sections/controls_section.json", + "type": "grid", + "extend": { + "name": "gamepad_mapping_grid", + "namespace": "controls_section" + } + }, + "controller_section/reset_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "touch_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "touch_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "common_touch_settings", + "reset_button" + ] + }, + "touch_section/common_touch_settings": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "option_enable_new_touch_control_schemes_button", + "control_scheme_section", + "modify_control_layout_section", + "option_slider_0", + "option_slider_damen", + "option_show_action_button", + "option_show_block_select_button", + "option_toggle_left_handed", + "option_toggle_auto_jump", + "option_bool_sprint_on_movement", + "option_show_toggle_camera_perspective_button", + "joystick_visibility_dropdown", + "top_button_scale", + "sneak_dropdown", + "option_toggle_destroy_vibration", + "option_toggle_split_vibration", + "option_creative_delayed_block_breaking", + "option_toggle_invert_y", + "option_always_highlight_hovering_box_in_crosshair", + "option_toggle_use_touchpad", + "option_toggle_swap_jump_and_sneak", + "hotbar_only_touch_toggle" + ] + }, + "touch_section/common_touch_settings/option_enable_new_touch_control_schemes_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/control_scheme_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "section_label", + "padding_0", + "image_and_button", + "padding_1", + "select_control_mode", + "padding_2" + ] + }, + "touch_section/common_touch_settings/control_scheme_section/section_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "label" + }, + "touch_section/common_touch_settings/control_scheme_section/padding_0": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel" + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "images", + "padding", + "scheme_button_section" + ] + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/images": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "children": [ + "touch_image", + "crosshair_image", + "classic_image" + ] + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/images/touch_image": { + "file": "ui/settings_sections/controls_section.json", + "type": "image" + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/images/crosshair_image": { + "file": "ui/settings_sections/controls_section.json", + "type": "image" + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/images/classic_image": { + "file": "ui/settings_sections/controls_section.json", + "type": "image" + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/padding": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel" + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/scheme_button_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "children": [ + "caption" + ] + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/scheme_button_section/caption": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "selected_label", + "selected_control" + ] + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/scheme_button_section/caption/selected_label": { + "file": "ui/settings_sections/controls_section.json", + "type": "label" + }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/scheme_button_section/caption/selected_control": { + "file": "ui/settings_sections/controls_section.json", + "type": "label" + }, + "touch_section/common_touch_settings/control_scheme_section/padding_1": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel" + }, + "touch_section/common_touch_settings/control_scheme_section/select_control_mode": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/control_scheme_section/padding_2": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel" + }, + "touch_section/common_touch_settings/modify_control_layout_section": { + "file": "ui/settings_sections/controls_section.json", + "type": "stack_panel", + "children": [ + "modify_control_layout_button", + "customize_tooltip_option", + "padding" + ] + }, + "touch_section/common_touch_settings/modify_control_layout_section/modify_control_layout_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/modify_control_layout_section/customize_tooltip_option": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "customize_tooltip_option", + "namespace": "controls_section" + } + }, + "touch_section/common_touch_settings/modify_control_layout_section/padding": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel" + }, + "touch_section/common_touch_settings/option_slider_0": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_slider_damen": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_show_action_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_show_block_select_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_toggle_left_handed": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_toggle_auto_jump": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_bool_sprint_on_movement": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_show_toggle_camera_perspective_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/joystick_visibility_dropdown": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/top_button_scale": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/sneak_dropdown": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_toggle_destroy_vibration": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_toggle_split_vibration": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_creative_delayed_block_breaking": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_toggle_invert_y": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_always_highlight_hovering_box_in_crosshair": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_toggle_use_touchpad": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/option_toggle_swap_jump_and_sneak": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/common_touch_settings/hotbar_only_touch_toggle": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "touch_section/reset_button": { + "file": "ui/settings_sections/controls_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "joystick_visibility_dropdown_content": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "top_button_scale_dropdown_content": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "sneak_dropdown_content": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "customize_tooltip_option_image": { + "file": "ui/settings_sections/controls_section.json", + "type": "image" + }, + "customize_tooltip_option_popup": { + "file": "ui/settings_sections/controls_section.json", + "type": "image", + "extend": { + "name": "static_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "customize_tooltip_option": { + "file": "ui/settings_sections/controls_section.json", + "type": "panel", + "children": [ + "customize_tooltip_option_image", + "customize_tooltip_option_popup" + ] + }, + "customize_tooltip_option/customize_tooltip_option_image": { + "file": "ui/settings_sections/controls_section.json", + "type": "image", + "extend": { + "name": "customize_tooltip_option_image", + "namespace": "controls_section" + }, + "children": [ + "hover_detection_input_panel" + ] + }, + "customize_tooltip_option/customize_tooltip_option_image/hover_detection_input_panel": { + "file": "ui/settings_sections/controls_section.json", + "type": "input_panel" + }, + "customize_tooltip_option/customize_tooltip_option_popup": { + "file": "ui/settings_sections/controls_section.json", + "type": "image", + "extend": { + "name": "customize_tooltip_option_popup", + "namespace": "controls_section" + } + } + }, + "general_section": { + "general_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "general_tab_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_fail_realms_purchase_fulfillment", + "network_label_header", + "paddingCrossPlatform", + "cross_platform_enabled_toggle", + "paddingCellularData", + "mobile_data_option_toggle", + "paddingWebSockets", + "websockets_enabled_toggle", + "websocket_encryption_toggle", + "paddingAutoUpdate", + "auto_update_mode_dropdown", + "paddingAutoUpdateToggle", + "auto_update_enabled_toggle", + "paddingGameTipsFeature", + "tutorial_toggle", + "tutorial_animation_toggle", + "tutorial_restart_button", + "paddingTrustedSkins", + "only_allow_trusted_skins_toggle", + "paddingFilterProfanity", + "filter_profanity_toggle", + "pause_label_header", + "paddingPauseFeature", + "pause_toggle", + "pause_menu_on_focus_lost", + "paddingLinkEduSupport", + "link_button", + "paddingDividerSustainability", + "ecomode_label_header", + "paddingEcoMode", + "ecomode_enabled_toggle", + "paddingDividerTermsCreditsAttribution", + "dividerTermsCreditsAttribution", + "paddingDividerTermsCreditsAttributionAfter", + "paddingTermsNConditions", + "terms_and_conditions_link_button", + "paddingCreditsButton", + "credits_button", + "paddingAttribution", + "attribution_link_button", + "paddingfeedback", + "feedback_link_button", + "paddingLicenses", + "dividerLicenses", + "paddingLicensesAfter", + "paddingLicensesHeader", + "licenses_label_header", + "paddingLicensedContent", + "licensed_content_link_button", + "paddingFontLicense", + "font_license_popup_button", + "third_party_copyright_info_label_panel", + "paddingSectionDividerContentLog", + "build_info_label_panel", + "paddingSectionDividerBuildInfo", + "treatment_ids_label" + ] + }, + "general_tab_section/option_toggle_fail_realms_purchase_fulfillment": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/network_label_header": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "general_tab_section/paddingCrossPlatform": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/cross_platform_enabled_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingCellularData": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/mobile_data_option_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingWebSockets": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/websockets_enabled_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/websocket_encryption_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingAutoUpdate": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/auto_update_mode_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingAutoUpdateToggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/auto_update_enabled_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingGameTipsFeature": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/tutorial_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/tutorial_animation_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/tutorial_restart_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingTrustedSkins": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/only_allow_trusted_skins_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingFilterProfanity": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/filter_profanity_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "general_tab_section/filter_profanity_toggle/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "general_tab_section/pause_label_header": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "general_tab_section/paddingPauseFeature": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/pause_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/pause_menu_on_focus_lost": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingLinkEduSupport": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/link_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "link_button", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingDividerSustainability": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/ecomode_label_header": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "general_tab_section/paddingEcoMode": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/ecomode_enabled_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingDividerTermsCreditsAttribution": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/dividerTermsCreditsAttribution": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "general_tab_section/dividerTermsCreditsAttribution/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "general_tab_section/paddingDividerTermsCreditsAttributionAfter": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/paddingTermsNConditions": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/terms_and_conditions_link_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "link_button", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingCreditsButton": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/credits_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingAttribution": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/attribution_link_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "link_button", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingfeedback": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/feedback_link_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "link_button", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingLicenses": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/dividerLicenses": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "general_tab_section/dividerLicenses/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "general_tab_section/paddingLicensesAfter": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/paddingLicensesHeader": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/licenses_label_header": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "general_tab_section/paddingLicensedContent": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/licensed_content_link_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "link_button", + "namespace": "settings_common" + } + }, + "general_tab_section/paddingFontLicense": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/font_license_popup_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "general_tab_section/third_party_copyright_info_label_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "spacer_0", + "copyright_label", + "spacer_1", + "copyright_icon" + ] + }, + "general_tab_section/third_party_copyright_info_label_panel/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/third_party_copyright_info_label_panel/copyright_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "general_tab_section/third_party_copyright_info_label_panel/spacer_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/third_party_copyright_info_label_panel/copyright_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "general_tab_section/paddingSectionDividerContentLog": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/build_info_label_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "children": [ + "build_info_label" + ] + }, + "general_tab_section/build_info_label_panel/build_info_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "general_tab_section/paddingSectionDividerBuildInfo": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "general_tab_section/treatment_ids_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "account_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "view_account_errors_button_content": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "switch_accounts_button_content": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "padded_icon", + "padded_label" + ] + }, + "switch_accounts_button_content/padded_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "icon" + ] + }, + "switch_accounts_button_content/padded_icon/icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "switch_accounts_button_content/padded_label": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "label" + ] + }, + "switch_accounts_button_content/padded_label/label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "sign_out_button_content": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "padded_label" + ] + }, + "sign_out_button_content/padded_label": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "label" + ] + }, + "sign_out_button_content/padded_label/label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "switch_accounts_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "name_label", + "paddingSwitchAccounts", + "switch_accounts" + ] + }, + "switch_accounts_panel/name_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "switch_accounts_panel/paddingSwitchAccounts": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "switch_accounts_panel/switch_accounts": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "sign_out_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "sign_out" + ] + }, + "sign_out_panel/sign_out": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "sign_out_fail_popup": { + "file": "ui/settings_sections/general_section.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "sign_out_fail_body_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "body_panel", + "namespace": "edu_common" + } + }, + "sign_out_fail_body_content_stack": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "body_text_centering_panel1", + "body_text_centering_panel2", + "padding1", + "learn_more_button", + "padding2", + "close_button" + ] + }, + "sign_out_fail_body_content_stack/body_text_centering_panel1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "body_text1" + ] + }, + "sign_out_fail_body_content_stack/body_text_centering_panel1/body_text1": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "sign_out_fail_body_content_stack/body_text_centering_panel2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "body_text2" + ] + }, + "sign_out_fail_body_content_stack/body_text_centering_panel2/body_text2": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "sign_out_fail_body_content_stack/padding1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sign_out_fail_body_content_stack/learn_more_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "sign_out_fail_body_content_stack/padding2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sign_out_fail_body_content_stack/close_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "account_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "use_edu_remember_me", + "paddingUseSSO", + "switch_accounts", + "sign_out", + "paddingNameControls", + "name_controls", + "paddingSignInControls", + "signin_controls", + "paddingGamerTagControls", + "gamertag_controls", + "paddingClearMSAToken", + "clear_msa_token", + "paddingUnlinkMSAAccount", + "unlink_msa_account", + "unlink_msa_account_nx", + "paddingDeleteAccount", + "delete_account", + "paddingUseRemoteConnect", + "remote_connect_toggle", + "paddingInfoLabels", + "account_info_buttom" + ] + }, + "account_section/use_edu_remember_me": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "account_section/paddingUseSSO": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/switch_accounts": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "switch_accounts_panel", + "namespace": "general_section" + } + }, + "account_section/sign_out": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "sign_out_panel", + "namespace": "general_section" + } + }, + "account_section/paddingNameControls": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/name_controls": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_custom_control", + "namespace": "settings_common" + } + }, + "account_section/paddingSignInControls": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/signin_controls": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_custom_control", + "namespace": "settings_common" + } + }, + "account_section/paddingGamerTagControls": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/gamertag_controls": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_custom_control", + "namespace": "settings_common" + } + }, + "account_section/paddingClearMSAToken": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/clear_msa_token": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "clear_msa_token_button" + ] + }, + "account_section/clear_msa_token/clear_msa_token_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "account_section/paddingUnlinkMSAAccount": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/unlink_msa_account": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "account_section/unlink_msa_account_nx": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "account_section/paddingDeleteAccount": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/delete_account": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "account_section/paddingUseRemoteConnect": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/remote_connect_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "account_section/paddingInfoLabels": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "account_section/account_info_buttom": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "children": [ + "account_info_label" + ] + }, + "account_section/account_info_buttom/account_info_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "name_controls": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_text_edit_control" + ] + }, + "name_controls/option_text_edit_control": { + "file": "ui/settings_sections/general_section.json", + "type": "edit_box", + "extend": { + "name": "option_text_edit_control", + "namespace": "settings_common" + } + }, + "signin_controls": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "sign_in" + ] + }, + "signin_controls/sign_in": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "action_button" + ] + }, + "signin_controls/sign_in/action_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "signin_subscription": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "sign_in" + ] + }, + "signin_subscription/sign_in": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "please_signin_label" + ] + }, + "signin_subscription/sign_in/please_signin_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "gamertag_controls": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "gamertag_label", + "paddingXboxAccountButtons", + "xboxlive_deep_link_buttons", + "paddingSignOut", + "realms_invites", + "sign_out", + "offline_token_authorization" + ] + }, + "gamertag_controls/gamertag_label": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "panel_descriptor", + "spacer", + "gamerpic", + "spacer_2", + "panel_gamertag" + ] + }, + "gamertag_controls/gamertag_label/panel_descriptor": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "label_descriptor" + ] + }, + "gamertag_controls/gamertag_label/panel_descriptor/label_descriptor": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "gamertag_controls/gamertag_label/spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gamertag_controls/gamertag_label/gamerpic": { + "file": "ui/settings_sections/general_section.json", + "type": "custom" + }, + "gamertag_controls/gamertag_label/spacer_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gamertag_controls/gamertag_label/panel_gamertag": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "gamertag_label" + ] + }, + "gamertag_controls/gamertag_label/panel_gamertag/gamertag_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "gamertag_controls/paddingXboxAccountButtons": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gamertag_controls/xboxlive_deep_link_buttons": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "change_gamertag_button", + "change_gamertag_button_mobile", + "manage_account_button", + "manage_account_button_mobile", + "paddingXboxSettingsPrivacyControl", + "link_button" + ] + }, + "gamertag_controls/xboxlive_deep_link_buttons/change_gamertag_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "gamertag_controls/xboxlive_deep_link_buttons/change_gamertag_button_mobile": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "link_button", + "namespace": "settings_common" + } + }, + "gamertag_controls/xboxlive_deep_link_buttons/manage_account_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "gamertag_controls/xboxlive_deep_link_buttons/manage_account_button_mobile": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "link_button", + "namespace": "settings_common" + } + }, + "gamertag_controls/xboxlive_deep_link_buttons/paddingXboxSettingsPrivacyControl": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gamertag_controls/xboxlive_deep_link_buttons/link_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "link_button", + "namespace": "settings_common" + } + }, + "gamertag_controls/paddingSignOut": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gamertag_controls/realms_invites": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "check_realms_invites_button" + ] + }, + "gamertag_controls/realms_invites/check_realms_invites_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "gamertag_controls/sign_out": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "action_button" + ] + }, + "gamertag_controls/sign_out/action_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "gamertag_controls/offline_token_authorization": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "request_psn_authorization_button" + ] + }, + "gamertag_controls/offline_token_authorization/request_psn_authorization_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "auto_update_mode_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "global_texture_pack_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "resource_packs_section_toggle_base", + "namespace": "resource_packs" + } + }, + "global_texture_pack_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "selected_stack_panel", + "namespace": "resource_packs" + } + }, + "storage_management_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "storage_management_section": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "storage_main_panel", + "namespace": "storage_management" + } + }, + "storage_management_header": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "storage_header_panel", + "namespace": "storage_management" + } + }, + "storage_management_footer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "storage_footer_panel", + "namespace": "storage_management" + } + }, + "edu_cloud_storage_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "edu_cloud_storage_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "spacing1", + "edu_cloud_backup_toggle", + "spacing2", + "body_wrapper_panel", + "spacing3", + "edu_cloud_onedrive_button", + "spacing4", + "edu_cloud_learn_more_wrapper_panel" + ] + }, + "edu_cloud_storage_section/spacing1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_storage_section/edu_cloud_backup_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "edu_cloud_storage_section/spacing2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_storage_section/body_wrapper_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "tts_border", + "edu_cloud_storage_body_label" + ] + }, + "edu_cloud_storage_section/body_wrapper_panel/tts_border": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "edu_cloud_storage_section/body_wrapper_panel/edu_cloud_storage_body_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "edu_cloud_storage_section/spacing3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_storage_section/edu_cloud_onedrive_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "edu_cloud_storage_section/spacing4": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_storage_section/edu_cloud_learn_more_wrapper_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "learn_more_button", + "padded_icon" + ] + }, + "edu_cloud_storage_section/edu_cloud_learn_more_wrapper_panel/learn_more_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "edu_cloud_storage_section/edu_cloud_learn_more_wrapper_panel/padded_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "icon" + ] + }, + "edu_cloud_storage_section/edu_cloud_learn_more_wrapper_panel/padded_icon/icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "edu_cloud_onedrive_button_content": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "padded_label", + "padded_icon" + ] + }, + "edu_cloud_onedrive_button_content/padded_label": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "label" + ] + }, + "edu_cloud_onedrive_button_content/padded_label/label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "edu_cloud_onedrive_button_content/padded_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "icon" + ] + }, + "edu_cloud_onedrive_button_content/padded_icon/icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "edu_cloud_onedrive_error_popup": { + "file": "ui/settings_sections/general_section.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "edu_cloud_onedrive_error_content": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "body_text_centering_panel2", + "padding2", + "learn_more_button", + "padding3", + "ok_button" + ] + }, + "edu_cloud_onedrive_error_content/body_text_centering_panel2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "body_text2" + ] + }, + "edu_cloud_onedrive_error_content/body_text_centering_panel2/body_text2": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "edu_cloud_onedrive_error_content/padding2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_onedrive_error_content/learn_more_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "edu_cloud_onedrive_error_content/padding3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_onedrive_error_content/ok_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "creator_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "editor_toggle_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "editor_confirmation_panel", + "editor_toggle_spacer", + "editor_image_panel" + ] + }, + "editor_toggle_panel/editor_confirmation_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "editor_active_label", + "toggle_spacer", + "editor_confirmation_section_label" + ] + }, + "editor_toggle_panel/editor_confirmation_panel/editor_active_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "editor_toggle_panel/editor_confirmation_panel/toggle_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "editor_toggle_panel/editor_confirmation_panel/editor_confirmation_section_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "editor_toggle_panel/editor_toggle_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "editor_toggle_panel/editor_image_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "editor_icon" + ] + }, + "editor_toggle_panel/editor_image_panel/editor_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "creator_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "section_panel_1", + "primary_panel" + ] + }, + "creator_toggles_panel/section_panel_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "creator_toggles_panel/section_panel_1/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "creator_toggles_panel/primary_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "content_log_section_label", + "content_log_section_label_spacer", + "clipboard_setting" + ] + }, + "creator_toggles_panel/primary_panel/content_log_section_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "creator_toggles_panel/primary_panel/content_log_section_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "creator_toggles_panel/primary_panel/clipboard_setting": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debugger_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "section_panel_1", + "primary_panel" + ] + }, + "debugger_toggles_panel/section_panel_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "debugger_toggles_panel/section_panel_1/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "debugger_toggles_panel/primary_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "heading", + "spacer", + "passcode_required_toggle", + "passcode_input", + "auto_attach_toggle", + "all_options_panel" + ] + }, + "debugger_toggles_panel/primary_panel/heading": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debugger_toggles_panel/primary_panel/spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debugger_toggles_panel/primary_panel/passcode_required_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debugger_toggles_panel/primary_panel/passcode_input": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debugger_toggles_panel/primary_panel/auto_attach_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debugger_toggles_panel/primary_panel/all_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "attach_mode_option", + "host_and_port_panel", + "auto_attach_timeout_slider" + ] + }, + "debugger_toggles_panel/primary_panel/all_options_panel/attach_mode_option": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "host_input", + "spacer", + "port_input" + ] + }, + "debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel/host_input": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel/spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel/port_input": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debugger_toggles_panel/primary_panel/all_options_panel/auto_attach_timeout_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "editor_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "section_panel_1", + "primary_panel" + ] + }, + "editor_toggles_panel/section_panel_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "editor_toggles_panel/section_panel_1/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "editor_toggles_panel/primary_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "content_log_section_label", + "content_log_section_label_spacer", + "clipboard_setting" + ] + }, + "editor_toggles_panel/primary_panel/content_log_section_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "editor_toggles_panel/primary_panel/content_log_section_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "editor_toggles_panel/primary_panel/clipboard_setting": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "diagnostics_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "section_panel_1", + "primary_panel" + ] + }, + "diagnostics_toggles_panel/section_panel_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "diagnostics_toggles_panel/section_panel_1/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "diagnostics_toggles_panel/primary_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "heading", + "spacer", + "serverbound_client_diagnostics_toggle", + "diagnostics_capture_buttons" + ] + }, + "diagnostics_toggles_panel/primary_panel/heading": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "diagnostics_toggles_panel/primary_panel/spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "diagnostics_toggles_panel/primary_panel/serverbound_client_diagnostics_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "diagnostics_toggles_panel/primary_panel/diagnostics_capture_buttons": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "clear_diagnostics_capture_files" + ] + }, + "diagnostics_toggles_panel/primary_panel/diagnostics_capture_buttons/clear_diagnostics_capture_files": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "watchdog_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "section_panel_1", + "primary_panel" + ] + }, + "watchdog_toggles_panel/section_panel_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "watchdog_toggles_panel/section_panel_1/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "watchdog_toggles_panel/primary_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "heading", + "spacer", + "hang_threshold_slider", + "spike_warning_toggle", + "spike_threshold_slider", + "slow_warning_toggle", + "slow_threshold_slider" + ] + }, + "watchdog_toggles_panel/primary_panel/heading": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "watchdog_toggles_panel/primary_panel/spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "watchdog_toggles_panel/primary_panel/hang_threshold_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "watchdog_toggles_panel/primary_panel/spike_warning_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "watchdog_toggles_panel/primary_panel/spike_threshold_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "watchdog_toggles_panel/primary_panel/slow_warning_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "watchdog_toggles_panel/primary_panel/slow_threshold_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "device_info_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "section_panel_1", + "primary_panel", + "device_info_memory_tier_dropdown" + ] + }, + "device_info_toggles_panel/section_panel_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "device_info_toggles_panel/section_panel_1/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "device_info_toggles_panel/primary_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "heading", + "spacer", + "device_info_memory_tier_use_override_toggle" + ] + }, + "device_info_toggles_panel/primary_panel/heading": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "device_info_toggles_panel/primary_panel/spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "device_info_toggles_panel/primary_panel/device_info_memory_tier_use_override_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "device_info_toggles_panel/device_info_memory_tier_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "content_memory_tier_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "content_log_gui_level_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "content_log_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "section_panel_1", + "content_log_section_label", + "content_log_section_label_spacer", + "option_content_file_log", + "option_content_gui_log", + "option_content_gui_log_show_on_errors", + "option_content_log_gui_level", + "content_log_buttons", + "content_log_section_label_spacer_2", + "content_log_location_label_header", + "content_log_location_label" + ] + }, + "content_log_panel/section_panel_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "content_log_panel/section_panel_1/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "content_log_panel/content_log_section_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "content_log_panel/content_log_section_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "content_log_panel/option_content_file_log": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "content_log_panel/option_content_gui_log": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "content_log_panel/option_content_gui_log_show_on_errors": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "content_log_panel/option_content_log_gui_level": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "content_log_panel/content_log_buttons": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "open_content_log_history", + "content_log_section_label_spacer", + "clear_content_log_files" + ] + }, + "content_log_panel/content_log_buttons/open_content_log_history": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "content_log_panel/content_log_buttons/content_log_section_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "content_log_panel/content_log_buttons/clear_content_log_files": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "content_log_panel/content_log_section_label_spacer_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "content_log_panel/content_log_location_label_header": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "content_log_panel/content_log_location_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "creator_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "editor_toggle", + "creator_toggles", + "debugger_toggles_panel", + "diagnostics_toggle_panel", + "watchdog_toggles_panel", + "editor_toggles_panel", + "device_info_toggles_panel", + "content_log_panel" + ] + }, + "creator_section/editor_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "editor_toggle_panel", + "namespace": "general_section" + } + }, + "creator_section/creator_toggles": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "creator_toggles_panel", + "namespace": "general_section" + } + }, + "creator_section/debugger_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "debugger_toggles_panel", + "namespace": "general_section" + } + }, + "creator_section/diagnostics_toggle_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "diagnostics_toggles_panel", + "namespace": "general_section" + } + }, + "creator_section/watchdog_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "watchdog_toggles_panel", + "namespace": "general_section" + } + }, + "creator_section/editor_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "editor_toggles_panel", + "namespace": "general_section" + } + }, + "creator_section/device_info_toggles_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "device_info_toggles_panel", + "namespace": "general_section" + } + }, + "creator_section/content_log_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "content_log_panel", + "namespace": "general_section" + } + }, + "video_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "advanced_video_options_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "toggle", + "extend": { + "name": "option_toggle_control", + "namespace": "settings_common" + } + }, + "video_menu_slider_step_progress": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "slider_step", + "namespace": "common" + } + }, + "video_menu_slider_progress": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "video_menu_slider_bar_default": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "slider_bar_default", + "namespace": "common" + } + }, + "video_menu_customization_slider_control": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "slider" + ] + }, + "video_menu_customization_slider_control/slider": { + "file": "ui/settings_sections/general_section.json", + "type": "slider", + "extend": { + "name": "slider", + "namespace": "common" + }, + "children": [ + "slider_box", + "slider_bar_default", + "slider_bar_hover" + ] + }, + "video_menu_customization_slider_control/slider/slider_box": { + "file": "ui/settings_sections/general_section.json", + "type": "slider_box", + "extend": { + "name": "slider_box", + "namespace": "common" + } + }, + "video_menu_customization_slider_control/slider/slider_bar_default": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "video_menu_slider_bar_default", + "namespace": "general_section" + } + }, + "video_menu_customization_slider_control/slider/slider_bar_hover": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "slider_bar_hover", + "namespace": "common" + } + }, + "video_menu_customization_option_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "video_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "advanced_graphics_options_panel", + "spacer_1", + "graphics_api_dropdown", + "raytracing_render_distance_slider", + "deferred_render_distance_slider", + "render_distance_slider", + "render_distance_warning_text", + "spacer_2", + "brightness_slider", + "spacer_3", + "perspective_dropdown", + "spacer_4", + "fullscreen_toggle", + "spacer_5", + "option_toggle_hidehand", + "spacer_6", + "hide_paperdoll_toggle", + "spacer_7", + "option_toggle_hidehud", + "spacer_8", + "option_toggle_screen_animations", + "spacer_9", + "hud_opacity_slider", + "spacer_10", + "splitscreen_hud_opacity_slider", + "spacer_11", + "setup_safe_zone", + "spacer_12", + "fov_slider", + "spacer_13", + "split_screen_dropdown", + "spacer_14", + "auto_save_icon_toggle", + "spacer_15", + "outline_selection_toggle", + "spacer_16", + "player_names_toggle", + "spacer_17", + "splitscreen_player_names_toggle", + "spacer_18", + "view_bobbing_toggle", + "spacer_19", + "camera_shake_toggle", + "spacer_20", + "fancy_leaves_toggle", + "spacer_21", + "fancy_bubbles_toggle", + "spacer_22", + "render_clouds_toggle", + "spacer_23", + "fancy_clouds_toggle", + "spacer_24", + "smooth_lighting_toggle", + "spacer_25", + "rendering_profile_option_slider", + "field_of_view_toggle", + "spacer_26", + "damage_bob_option_slider", + "spacer_26.5", + "super_fancy_panel", + "ui_profile_dropdown", + "spacer_27", + "gui_scale_slider", + "spacer_28", + "gui_accessibility_scaling_toggle", + "spacer_29", + "option_toggle_improved_input_response", + "spacer_30", + "frame_pacing_toggle", + "spacer_31", + "graphics_mode_switch_toggle", + "spacer_32", + "upscaling_toggle", + "spacer_33", + "max_framerate_slider", + "spacer_34", + "msaa_slider", + "spacer_35", + "texel_anti_aliasing_toggle", + "spacer_36", + "texture_streaming_toggle", + "spacer_37", + "reset_button" + ] + }, + "video_section/advanced_graphics_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "graphics_mode", + "graphics_quality_preset_mode_dropdown_content", + "spacer_0", + "advanced_graphics_options_button", + "advanced_graphics_options_section" + ] + }, + "video_section/advanced_graphics_options_panel/graphics_mode": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "video_section/advanced_graphics_options_panel/graphics_quality_preset_mode_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "video_section/advanced_graphics_options_panel/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/advanced_graphics_options_panel/advanced_graphics_options_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "video_section/advanced_graphics_options_panel/advanced_graphics_options_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "advanced_graphics_options_section", + "namespace": "general_section" + } + }, + "video_section/spacer_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/graphics_api_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "video_section/raytracing_render_distance_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "video_section/raytracing_render_distance_slider/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "video_section/deferred_render_distance_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "video_menu_customization_option_slider", + "namespace": "general_section" + }, + "children": [ + "option_generic_core" + ] + }, + "video_section/deferred_render_distance_slider/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "video_section/render_distance_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "video_menu_customization_option_slider", + "namespace": "general_section" + }, + "children": [ + "render_distance_warning", + "option_generic_core" + ] + }, + "video_section/render_distance_slider/render_distance_warning": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "render_distance_warning", + "namespace": "general_section" + } + }, + "video_section/render_distance_slider/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "video_section/render_distance_warning_text": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "render_distance_popup" + ] + }, + "video_section/render_distance_warning_text/render_distance_popup": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "static_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "video_section/spacer_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/brightness_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "video_section/spacer_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/perspective_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "video_section/spacer_4": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/fullscreen_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_5": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/option_toggle_hidehand": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_6": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/hide_paperdoll_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_7": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/option_toggle_hidehud": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_8": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/option_toggle_screen_animations": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_9": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/hud_opacity_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "video_section/spacer_10": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/splitscreen_hud_opacity_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "video_section/spacer_11": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/setup_safe_zone": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "action_button" + ] + }, + "video_section/setup_safe_zone/action_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "video_section/spacer_12": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/fov_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "video_section/spacer_13": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/split_screen_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "video_section/spacer_14": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/auto_save_icon_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_15": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/outline_selection_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_16": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/player_names_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_17": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/splitscreen_player_names_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_18": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/view_bobbing_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_19": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/camera_shake_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_20": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/fancy_leaves_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_21": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/fancy_bubbles_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_22": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/render_clouds_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_23": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/fancy_clouds_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_24": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/smooth_lighting_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_25": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/rendering_profile_option_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "video_section/field_of_view_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_26": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/damage_bob_option_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "video_section/spacer_26.5": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/super_fancy_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "super_fancy_section" + ] + }, + "video_section/super_fancy_panel/super_fancy_section": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "children": [ + "super_fancy_contents" + ] + }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "atmospherics_toggle", + "edge_highlight_toggle", + "bloom_toggle", + "terrain_shadows_toggle", + "super_fancy_water_toggle" + ] + }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/atmospherics_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/edge_highlight_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/bloom_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/terrain_shadows_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/super_fancy_water_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/ui_profile_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "video_section/spacer_27": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/gui_scale_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "video_section/gui_scale_slider/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "video_section/spacer_28": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/gui_accessibility_scaling_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "video_section/gui_accessibility_scaling_toggle/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "video_section/spacer_29": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/option_toggle_improved_input_response": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "video_section/option_toggle_improved_input_response/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "video_section/spacer_30": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/frame_pacing_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "video_section/frame_pacing_toggle/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "video_section/spacer_31": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/graphics_mode_switch_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_32": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/upscaling_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "upscaling_toggle", + "namespace": "general_section" + } + }, + "video_section/spacer_33": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/max_framerate_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "max_framerate_slider", + "namespace": "general_section" + } + }, + "video_section/spacer_34": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/msaa_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "msaa_slider", + "namespace": "general_section" + } + }, + "video_section/spacer_35": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/texel_anti_aliasing_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_36": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/texture_streaming_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "video_section/spacer_37": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "video_section/reset_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "max_framerate_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "max_framerate_slider/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "msaa_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "upscaling_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "upscaling_toggle/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "render_distance_warning_image": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "render_distance_warning": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "render_distance_warning_image" + ] + }, + "render_distance_warning/render_distance_warning_image": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "render_distance_warning_image", + "namespace": "general_section" + } + }, + "ui_profile_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "split_screen_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "third_person_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "toast_notification_duration_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "chat_message_duration_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "file_storage_location_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "background": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "fill", + "border" + ] + }, + "background/fill": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "background/border": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "left_button_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "right_button_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "realms_button_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "pad_0", + "left_button_panel", + "pad_1", + "right_button", + "pad_2" + ] + }, + "realms_button_panel/pad_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_button_panel/left_button_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "left_button", + "left_button_loading" + ] + }, + "realms_button_panel/left_button_panel/left_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "realms_button_panel/left_button_panel/left_button_loading": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "realms_button_panel/pad_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_button_panel/right_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "realms_button_panel/pad_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "consumable_not_extendable": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "panel_content" + ] + }, + "consumable_not_extendable/panel_content": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "padded_icon_0", + "limited_status_image", + "padded_icon_1", + "label_panel" + ] + }, + "consumable_not_extendable/panel_content/padded_icon_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "consumable_not_extendable/panel_content/limited_status_image": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "consumable_not_extendable/panel_content/padded_icon_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "consumable_not_extendable/panel_content/label_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "name_label2" + ] + }, + "consumable_not_extendable/panel_content/label_panel/name_label2": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "possible_store_mismatch": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "panel_content" + ] + }, + "possible_store_mismatch/panel_content": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "padded_icon_0", + "limited_status_image", + "padded_icon_1", + "label_panel" + ] + }, + "possible_store_mismatch/panel_content/padded_icon_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "possible_store_mismatch/panel_content/limited_status_image": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "possible_store_mismatch/panel_content/padded_icon_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "possible_store_mismatch/panel_content/label_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "name_label2" + ] + }, + "possible_store_mismatch/panel_content/label_panel/name_label2": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "realms_subscription_stack": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "image_panel", + "pad", + "info" + ] + }, + "realms_subscription_stack/image_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "realms_subscription_stack/image_panel/0": { + "file": "ui/settings_sections/general_section.json", + "type": "unknown" + }, + "realms_subscription_stack/pad": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_subscription_stack/info": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "realm_name", + "realms_desc_label", + "bottom_pad" + ] + }, + "realms_subscription_stack/info/realm_name": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "realms_subscription_stack/info/realms_desc_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "realms_subscription_stack/info/bottom_pad": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_subscription_main": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "black_background", + "realms_plus_subscription_stack" + ] + }, + "realms_subscription_main/black_background": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "background", + "namespace": "general_section" + } + }, + "realms_subscription_main/realms_plus_subscription_stack": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "realms_plus_subscription_top_stack", + "realms_plus_bottom_button_stack" + ] + }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_subscription_top_stack": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "realms_subscription_stack", + "namespace": "general_section" + } + }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_bottom_button_stack": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "top_pad", + "realms_plus_bottom_button_panel", + "bottom_pad" + ] + }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_bottom_button_stack/top_pad": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_bottom_button_stack/realms_plus_bottom_button_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "realms_button_panel", + "namespace": "general_section" + } + }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_bottom_button_stack/bottom_pad": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_subscription_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "top_panel", + "pad_1", + "middle_panel", + "pad_2", + "lower_panel", + "pad_3", + "platform_mismatch_container", + "pad_4" + ] + }, + "realms_subscription_panel/top_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "realms_subscription_main", + "namespace": "general_section" + } + }, + "realms_subscription_panel/pad_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_subscription_panel/middle_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "black_background", + "renews_text" + ] + }, + "realms_subscription_panel/middle_panel/black_background": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "background", + "namespace": "general_section" + } + }, + "realms_subscription_panel/middle_panel/renews_text": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "realms_subscription_panel/pad_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_subscription_panel/lower_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "black_background", + "consumable_not_extendable" + ] + }, + "realms_subscription_panel/lower_panel/black_background": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "background", + "namespace": "general_section" + } + }, + "realms_subscription_panel/lower_panel/consumable_not_extendable": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "consumable_not_extendable", + "namespace": "general_section" + } + }, + "realms_subscription_panel/pad_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_subscription_panel/platform_mismatch_container": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "black_background", + "possible_store_mismatch" + ] + }, + "realms_subscription_panel/platform_mismatch_container/black_background": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "background", + "namespace": "general_section" + } + }, + "realms_subscription_panel/platform_mismatch_container/possible_store_mismatch": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "possible_store_mismatch", + "namespace": "general_section" + } + }, + "realms_subscription_panel/pad_4": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_plus_subscription_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "realms_subscription_panel", + "namespace": "general_section" + } + }, + "additional_subscription_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "realms_subscription_panel", + "namespace": "general_section" + } + }, + "view_subscriptions_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "view_subscriptions_prerelease_section": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "black_background", + "renews_text" + ] + }, + "view_subscriptions_prerelease_section/black_background": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "background", + "namespace": "general_section" + } + }, + "view_subscriptions_prerelease_section/renews_text": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "view_subscriptions_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "sunsetting_label", + "failed_loading_subscriptions_label", + "loading_subscriptions_label", + "no_active_subscriptions_panel", + "realms_plus_header_my_subscriptions", + "realms_plus_subscriptions_grid", + "csb_purchased_with_cancel", + "csb_purchased_with_buy", + "csb_purchased_padding", + "platform_mismatch_container", + "csb_expiration_container", + "csb_expiration_and_platform_mismatch_padding", + "additional_realms_subscriptions_grid", + "settings_additional_subscription_offers_section", + "pad_3" + ] + }, + "view_subscriptions_section/sunsetting_label": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "realm_warning_tip", + "namespace": "play" + } + }, + "view_subscriptions_section/failed_loading_subscriptions_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "view_subscriptions_section/loading_subscriptions_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "view_subscriptions_section/no_active_subscriptions_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "header_no_active_csub_or_realms_subscriptions", + "background_panel" + ] + }, + "view_subscriptions_section/no_active_subscriptions_panel/header_no_active_csub_or_realms_subscriptions": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "text" + ] + }, + "view_subscriptions_section/no_active_subscriptions_panel/header_no_active_csub_or_realms_subscriptions/text": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "view_subscriptions_section/no_active_subscriptions_panel/background_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "view_subscriptions_section/realms_plus_header_my_subscriptions": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "text" + ] + }, + "view_subscriptions_section/realms_plus_header_my_subscriptions/text": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "view_subscriptions_section/realms_plus_subscriptions_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel" + }, + "view_subscriptions_section/csb_purchased_with_cancel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "csb_container", + "namespace": "csb_subscription_panel" + } + }, + "view_subscriptions_section/csb_purchased_with_buy": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "csb_container", + "namespace": "csb_subscription_panel" + } + }, + "view_subscriptions_section/csb_purchased_padding": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "view_subscriptions_section/platform_mismatch_container": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "black_background", + "possible_store_mismatch" + ] + }, + "view_subscriptions_section/platform_mismatch_container/black_background": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "background", + "namespace": "general_section" + } + }, + "view_subscriptions_section/platform_mismatch_container/possible_store_mismatch": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "possible_store_mismatch", + "namespace": "general_section" + } + }, + "view_subscriptions_section/csb_expiration_container": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "csb_expiration_text_container", + "background_panel" + ] + }, + "view_subscriptions_section/csb_expiration_container/csb_expiration_text_container": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "csb_expiration_text_padding", + "csb_expiration" + ] + }, + "view_subscriptions_section/csb_expiration_container/csb_expiration_text_container/csb_expiration_text_padding": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "view_subscriptions_section/csb_expiration_container/csb_expiration_text_container/csb_expiration": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "view_subscriptions_section/csb_expiration_container/background_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "view_subscriptions_section/csb_expiration_and_platform_mismatch_padding": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "view_subscriptions_section/additional_realms_subscriptions_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel" + }, + "view_subscriptions_section/settings_additional_subscription_offers_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "settings_additional_subscription_offers_section", + "namespace": "general_section" + } + }, + "view_subscriptions_section/pad_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "settings_additional_subscription_offers_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "active_available_divider", + "realms_plus_header_label", + "pad_0", + "additional_realms_buy_offer", + "pad_8", + "csb_buy_panel" + ] + }, + "settings_additional_subscription_offers_section/active_available_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "settings_additional_subscription_offers_section/realms_plus_header_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "settings_additional_subscription_offers_section/pad_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "settings_additional_subscription_offers_section/additional_realms_buy_offer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "realms_subscription_main", + "namespace": "general_section" + } + }, + "settings_additional_subscription_offers_section/pad_8": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "settings_additional_subscription_offers_section/csb_buy_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "csb_container", + "namespace": "csb_subscription_panel" + } + }, + "accessibility_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "toast_notification_duration_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "toast_notification_duration_info_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "toast_notification_duration_info_edu_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "chat_message_duration_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "chat_message_duration_info_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "accessibility_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_subtitles", + "option_toggle0", + "option_toggle1", + "option_toggle2", + "option_slider_0", + "option_toggle3", + "hud_text_background_opacity_slider", + "chat_opacity_slider", + "actionbar_text_background_opacity_slider", + "camera_shake_toggle", + "hide_endflash_toggle", + "enable_dithering_blocks_toggle", + "enable_dithering_mobs_toggle", + "darkness_slider", + "glint_strength_slider", + "glint_speed_slider", + "toast_notification_duration_options_panel", + "chat_message_duration_options_panel", + "gui_scale_slider", + "gui_accessibility_scaling_toggle", + "reset_button" + ] + }, + "accessibility_section/option_toggle_subtitles": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/option_toggle0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/option_toggle1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/option_toggle2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/option_slider_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "accessibility_section/option_toggle3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/hud_text_background_opacity_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "accessibility_section/chat_opacity_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "accessibility_section/actionbar_text_background_opacity_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "accessibility_section/camera_shake_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/hide_endflash_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/enable_dithering_blocks_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/enable_dithering_mobs_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "accessibility_section/darkness_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "accessibility_section/glint_strength_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "accessibility_section/glint_speed_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "accessibility_section/toast_notification_duration_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "toast_notification_duration_label_wrapper", + "toast_notification_duration_info_label_wrapper", + "toast_notification_duration_info_label_edu_wrapper", + "toast_notification_duration_dropdown_spacer_pre", + "toast_notification_duration_dropdown" + ] + }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_label_wrapper": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_info_label_wrapper": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_info_label_edu_wrapper": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_dropdown_spacer_pre": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "accessibility_section/chat_message_duration_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "chat_message_duration_label_wrapper", + "chat_message_duration_info_label_wrapper", + "chat_message_duration_dropdown_spacer_pre", + "chat_message_duration_dropdown" + ] + }, + "accessibility_section/chat_message_duration_options_panel/chat_message_duration_label_wrapper": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "accessibility_section/chat_message_duration_options_panel/chat_message_duration_info_label_wrapper": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "accessibility_section/chat_message_duration_options_panel/chat_message_duration_dropdown_spacer_pre": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "accessibility_section/chat_message_duration_options_panel/chat_message_duration_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "accessibility_section/gui_scale_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "accessibility_section/gui_scale_slider/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "accessibility_section/gui_accessibility_scaling_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + }, + "children": [ + "option_generic_core" + ] + }, + "accessibility_section/gui_accessibility_scaling_toggle/option_generic_core": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "accessibility_section/reset_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "sound_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "sound_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "paddingMainVolume", + "option_slider_0", + "paddingDividerAudioSettings", + "dividerAudioSettings", + "paddingMusic", + "option_slider_1", + "paddingSound", + "option_slider_2", + "paddingAmbient", + "option_slider_3", + "paddingBlockVolume", + "option_slider_4", + "paddingHostile", + "option_slider_5", + "paddingNeutralVolume", + "option_slider_6", + "paddingPlayervolume", + "option_slider_7", + "paddingRecordVolume", + "option_slider_8", + "paddingWeatherVolume", + "option_slider_9", + "paddingTTSVolume", + "option_slider_10", + "paddingResetVolumes", + "reset_button", + "paddingEndOfList" + ] + }, + "sound_section/paddingMainVolume": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingDividerAudioSettings": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/dividerAudioSettings": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "sound_section/dividerAudioSettings/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "sound_section/paddingMusic": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingSound": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingAmbient": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingBlockVolume": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_4": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingHostile": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_5": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingNeutralVolume": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_6": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingPlayervolume": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_7": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingRecordVolume": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_8": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingWeatherVolume": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_9": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingTTSVolume": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/option_slider_10": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "sound_section/paddingResetVolumes": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "sound_section/reset_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "sound_section/paddingEndOfList": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "language_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "language_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "language_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "language_list_grid" + ] + }, + "language_section/language_list_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "preview_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "preview_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "spacer_0", + "generic_label", + "preview_store_launch_app1_button", + "preview_store_launch_app2_button" + ] + }, + "preview_section/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "preview_section/generic_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "settings_common" + } + }, + "preview_section/preview_store_launch_app1_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "preview_section/preview_store_launch_app2_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "override_date_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "year_text_box", + "year_month_slash", + "month_text_box", + "month_day_slash", + "day_text_box", + "day_hour_slash", + "hour_text_box", + "hour_minute_slash", + "minute_text_box" + ] + }, + "override_date_panel/year_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "override_date_panel/year_month_slash": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "override_date_panel/month_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "override_date_panel/month_day_slash": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "override_date_panel/day_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "override_date_panel/day_hour_slash": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "override_date_panel/hour_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "override_date_panel/hour_minute_slash": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "override_date_panel/minute_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "timezonetype_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "date_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "padding0", + "display_override_datetime_option_toggle", + "option_toggle_date_override", + "override_date_options_panel" + ] + }, + "date_options_panel/padding0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "date_options_panel/display_override_datetime_option_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "date_options_panel/option_toggle_date_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "date_options_panel/override_date_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "override_date_options_panel", + "namespace": "general_section" + } + }, + "override_date_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "override_date_options_background_panel" + ] + }, + "override_date_options_panel/override_date_options_background_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "load_override_date_option_toggle", + "select_dropdown", + "override_date_panel", + "padding1", + "override_time_scale_option", + "reset_time_button", + "padding2" + ] + }, + "override_date_options_panel/override_date_options_background_panel/load_override_date_option_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "override_date_options_panel/override_date_options_background_panel/select_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "override_date_options_panel/override_date_options_background_panel/override_date_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "override_date_panel", + "namespace": "general_section" + } + }, + "override_date_options_panel/override_date_options_background_panel/padding1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "override_date_options_panel/override_date_options_background_panel/override_time_scale_option": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "override_date_options_panel/override_date_options_background_panel/reset_time_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "override_date_options_panel/override_date_options_background_panel/padding2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_display_logged_error_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "debug_display_logged_error_panel_background" + ] + }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_dev_show_display_logged_error_marketplace", + "option_dev_show_display_logged_error_ui", + "option_dev_show_display_logged_error_osi", + "option_dev_show_display_logged_error_other", + "spacer_0" + ] + }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/option_dev_show_display_logged_error_marketplace": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/option_dev_show_display_logged_error_ui": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/option_dev_show_display_logged_error_osi": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/option_dev_show_display_logged_error_other": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "xbox_sandbox_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "padding0", + "display_override_xbox_sandbox_toggle_windows", + "display_override_xbox_sandbox_toggle", + "override_xbox_options_panel" + ] + }, + "xbox_sandbox_panel/padding0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "xbox_sandbox_panel/display_override_xbox_sandbox_toggle_windows": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "xbox_sandbox_panel/display_override_xbox_sandbox_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "xbox_sandbox_panel/override_xbox_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "override_xbox_options_panel", + "namespace": "general_section" + } + }, + "override_xbox_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "override_xbox_options" + ] + }, + "override_xbox_options_panel/override_xbox_options": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_dropdown_xbox" + ] + }, + "override_xbox_options_panel/override_xbox_options/option_dropdown_xbox": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "override_version_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "override_version_panel", + "override_version_button_panel", + "override_date_panel_bottom_padding" + ] + }, + "override_version_options_panel/override_version_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "override_version_panel", + "namespace": "general_section" + } + }, + "override_version_options_panel/override_version_button_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "update_override_version_button" + ] + }, + "override_version_options_panel/override_version_button_panel/update_override_version_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "override_version_options_panel/override_date_panel_bottom_padding": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "override_version_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "major_version_text_box", + "first_dot", + "minor_version_text_box", + "second_dot", + "patch_version_text_box" + ] + }, + "override_version_panel/major_version_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "override_version_panel/first_dot": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "dot_label", + "namespace": "general_section" + } + }, + "override_version_panel/minor_version_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "override_version_panel/second_dot": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "dot_label", + "namespace": "general_section" + } + }, + "override_version_panel/patch_version_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "dot_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_override_treatments_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "override_treatments_panel_background" + ] + }, + "debug_override_treatments_panel/override_treatments_panel_background": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_treatment_override", + "spacer_0", + "override_treatment_options_panel", + "treatments_label_panel", + "treatment_grid", + "unused_treatments_label_panel", + "unused_treatment_grid", + "spacer_1" + ] + }, + "debug_override_treatments_panel/override_treatments_panel_background/option_toggle_treatment_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_override_treatments_panel/override_treatments_panel_background/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "apply_treatments_button", + "add_treatments_panel", + "treatment_cache_management_panel" + ] + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/apply_treatments_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/add_treatments_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "text_edit_treatment", + "add_button_panel" + ] + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/add_treatments_panel/text_edit_treatment": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/add_treatments_panel/add_button_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "add_button" + ] + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/add_treatments_panel/add_button_panel/add_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/treatment_cache_management_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "reset_to_default", + "clear_treatments" + ] + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/treatment_cache_management_panel/reset_to_default": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/treatment_cache_management_panel/clear_treatments": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_treatments_panel/override_treatments_panel_background/treatments_label_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "treatments_label" + ] + }, + "debug_override_treatments_panel/override_treatments_panel_background/treatments_label_panel/treatments_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_override_treatments_panel/override_treatments_panel_background/treatment_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "debug_override_treatments_panel/override_treatments_panel_background/unused_treatments_label_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "treatments_label" + ] + }, + "debug_override_treatments_panel/override_treatments_panel_background/unused_treatments_label_panel/treatments_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_override_treatments_panel/override_treatments_panel_background/unused_treatment_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "debug_override_treatments_panel/override_treatments_panel_background/spacer_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_override_configurations_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "override_configurations_panel_background" + ] + }, + "debug_override_configurations_panel/override_configurations_panel_background": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_configuration_override", + "spacer_0", + "override_configuration_options_panel", + "configuration_grid" + ] + }, + "debug_override_configurations_panel/override_configurations_panel_background/option_toggle_configuration_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_override_configurations_panel/override_configurations_panel_background/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "add_configurations_panel", + "configuration_cache_management_panel" + ] + }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/add_configurations_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "text_edit_configuration", + "add_button_panel" + ] + }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/add_configurations_panel/text_edit_configuration": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/add_configurations_panel/add_button_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "add_button" + ] + }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/add_configurations_panel/add_button_panel/add_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/configuration_cache_management_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "reset_to_default", + "clear_configurations" + ] + }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/configuration_cache_management_panel/reset_to_default": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/configuration_cache_management_panel/clear_configurations": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_configurations_panel/override_configurations_panel_background/configuration_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "debug_override_realms_features_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "override_realms_features_panel_background" + ] + }, + "debug_override_realms_features_panel/override_realms_features_panel_background": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_realms_feature_override", + "spacer_0", + "override_realms_features_options_panel", + "current_realms_features_label_panel", + "realms_features_grid", + "unused_realms_features_label_panel", + "unused_realms_features_grid" + ] + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/option_toggle_realms_feature_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "add_realms_features_panel", + "realms_feature_cache_management_panel" + ] + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/add_realms_features_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "text_edit_realms_features", + "add_button_panel" + ] + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/add_realms_features_panel/text_edit_realms_features": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/add_realms_features_panel/add_button_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "add_button" + ] + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/add_realms_features_panel/add_button_panel/add_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/realms_feature_cache_management_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "reset_to_default", + "clear_realms_features" + ] + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/realms_feature_cache_management_panel/reset_to_default": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/realms_feature_cache_management_panel/clear_realms_features": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/current_realms_features_label_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "realms_features_label" + ] + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/current_realms_features_label_panel/realms_features_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/realms_features_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/unused_realms_features_label_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "realms_features_label" + ] + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/unused_realms_features_label_panel/realms_features_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_override_realms_features_panel/override_realms_features_panel_background/unused_realms_features_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "configuration_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "configuration_id_panel", + "remove_button" + ] + }, + "configuration_grid_item/configuration_id_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "configuration_id" + ] + }, + "configuration_grid_item/configuration_id_panel/configuration_id": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "configuration_grid_item/remove_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "remove_configuration_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "realms_feature_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "realms_feature_id_panel", + "disable_button" + ] + }, + "realms_feature_grid_item/realms_feature_id_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "realms_feature_id" + ] + }, + "realms_feature_grid_item/realms_feature_id_panel/realms_feature_id": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "realms_feature_grid_item/disable_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "disable_realms_feature_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "unused_realms_feature_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "unused_realms_feature_id_panel", + "enable_button" + ] + }, + "unused_realms_feature_grid_item/unused_realms_feature_id_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "unused_realms_feature_id" + ] + }, + "unused_realms_feature_grid_item/unused_realms_feature_id_panel/unused_realms_feature_id": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "unused_realms_feature_grid_item/enable_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "enable_realms_feature_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "treatment_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "treatment_id_panel", + "remove_button" + ] + }, + "treatment_grid_item/treatment_id_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "treatment_id" + ] + }, + "treatment_grid_item/treatment_id_panel/treatment_id": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "treatment_grid_item/remove_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "remove_treatment_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "unused_treatment_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "unused_treatment_id_panel", + "add_button" + ] + }, + "unused_treatment_grid_item/unused_treatment_id_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "unused_treatment_id" + ] + }, + "unused_treatment_grid_item/unused_treatment_id_panel/unused_treatment_id": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "unused_treatment_grid_item/add_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "add_treatment_icon": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "debug_select_windows_store_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "select_store_dropdown", + "stores_label", + "sandbox_label" + ] + }, + "debug_select_windows_store_panel/select_store_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_select_windows_store_panel/stores_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_select_windows_store_panel/sandbox_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "windows_store_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "mock_http_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "display_mock_http_panel_toggle", + "mock_http_panel_content" + ] + }, + "mock_http_panel/display_mock_http_panel_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "mock_http_panel/mock_http_panel_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "mock_http_panel_content", + "namespace": "general_section" + } + }, + "mock_http_panel_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "mock_http_panel_background" + ] + }, + "mock_http_panel_content/mock_http_panel_background": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "add_mock_rules_button", + "remove_all_mock_rules_button", + "active_rules_label", + "rule_list", + "divider" + ] + }, + "mock_http_panel_content/mock_http_panel_background/add_mock_rules_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "mock_http_panel_content/mock_http_panel_background/remove_all_mock_rules_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "mock_http_panel_content/mock_http_panel_background/active_rules_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "mock_http_panel_content/mock_http_panel_background/rule_list": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "mock_http_rule_list", + "namespace": "general_section" + } + }, + "mock_http_panel_content/mock_http_panel_background/divider": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "mock_http_rule_list": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel" + }, + "mock_http_rule": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "rule_details_label", + "rule_spacer" + ] + }, + "mock_http_rule/rule_details_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "mock_http_rule/rule_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "automation_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "automation_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "automation_tab_label", + "padding", + "automation_test_asset_sas_text_box", + "automation_functional_test_tags_text_box", + "automation_server_test_tags_text_box", + "automation_unit_test_tags_text_box", + "automation_broken_functional_test_tags_text_box", + "automation_broken_server_test_tags_text_box", + "automation_broken_unit_test_tags_text_box", + "automation_repeat_count_text_box", + "automation_soak_test_duration_minutes_text_box", + "automation_repeat_failures_only_toggle", + "automation_run_entire_server_test_group", + "automation_testbuild_id_text_box", + "automation_functional_test_block_input_toggle", + "automation_server_test_assert_on_level_diff_toggle" + ] + }, + "automation_section/automation_tab_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "automation_section/padding": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "automation_section/automation_test_asset_sas_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_functional_test_tags_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_server_test_tags_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_unit_test_tags_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_broken_functional_test_tags_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_broken_server_test_tags_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_broken_unit_test_tags_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_repeat_count_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_soak_test_duration_minutes_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_repeat_failures_only_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "automation_section/automation_run_entire_server_test_group": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "automation_section/automation_testbuild_id_text_box": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "automation_section/automation_functional_test_block_input_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "automation_section/automation_server_test_assert_on_level_diff_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "discovery_debug_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "discovery_debug_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_discovery_environment", + "debug_override_discovery_panel" + ] + }, + "discovery_debug_section/option_discovery_environment": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "discovery_debug_section/debug_override_discovery_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "override_discovery_panel_background" + ] + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_discovery_override", + "spacer_0", + "override_discovery_options_panel" + ] + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/option_toggle_discovery_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "text_edit_discovery_override_service_name", + "service_override_type", + "text_edit_discovery_override_service_branch", + "text_edit_discovery_override_service_custom", + "service_override_management_panel", + "spacer_1", + "active_service_overrides_label", + "spacer_2", + "reset_all_endpoint_overrides_button", + "discovery_overrides_do_not_save_label", + "spacer_3" + ] + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/text_edit_discovery_override_service_name": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/service_override_type": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/text_edit_discovery_override_service_branch": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/text_edit_discovery_override_service_custom": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/service_override_management_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "reset_endpoint_override", + "apply_endpoint_override" + ] + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/service_override_management_panel/reset_endpoint_override": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/service_override_management_panel/apply_endpoint_override": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/spacer_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/active_service_overrides_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/spacer_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/reset_all_endpoint_overrides_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/discovery_overrides_do_not_save_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/spacer_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "feature_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "options_for_qa_convenience", + "options_for_qa_convenience_spacer", + "option_toggle_dev_console_button_0", + "option_toggle_assertions_debug_break", + "option_toggle_assertions_show_dialog", + "option_dev_show_display_logged_error", + "display_logged_error_panel", + "option_dev_force_trial_mode", + "option_dev_force_trial_mode_spacer", + "debug_overlay_pages_label", + "debug_overlay_button_panel", + "pre_feature_toggles_label_spacer", + "feature_toggles_label", + "feature_toggles_label_spacer", + "feature_toggles", + "end_of_feature_toggles_label_spacer", + "option_toggle_dev_disable_lan_signaling", + "option_dropdown_nethernet_logging_verbosity", + "option_dropdown_http_logging_verbosity", + "option_dropdown_xsapi_logging_verbosity", + "option_toggle_remote_imgui", + "option_dropdown_0", + "option_toggle_extra_debug_hud_info", + "option_toggle_show_test_running_text", + "option_toggle_0_1", + "option_toggle_0_2", + "option_slider_0", + "option_toggle_3", + "option_toggle_4", + "option_toggle_5", + "option_toggle_6", + "option_dropdown_server_chunk_map", + "option_toggle_9", + "option_toggle_disable_render_terrain", + "option_toggle_disable_render_entities", + "option_toggle_disable_render_blockentities", + "option_toggle_disable_render_particles", + "option_toggle_disable_render_sky", + "option_toggle_disable_render_weather", + "option_toggle_disable_render_hud", + "option_toggle_disable_render_item_in_hand", + "option_toggle_disable_render_main_menu_cubemap", + "option_toggle_disable_render_main_menu_paperdoll_animation", + "leak_memory", + "log_area", + "log_priority", + "option_toggle_build_info", + "option_perf_turtle", + "option_default_profiling_option", + "option_toggle_7", + "option_toggle_8", + "option_toggle_game_tip", + "option_toggle_10", + "dev_disable_client_blob_cache_toggle", + "dev_force_client_blob_cache_toggle", + "devquality_dropdown", + "dev_add_http_delay_seconds", + "dev_show_latency_graph_toggle", + "xbox_sandbox_panel", + "multithreaded_rendering_toggle", + "filewatcher_rendering_toggle", + "enable_texture_hot_reloader_toggle", + "mock_http_panel", + "vsync_dropdown", + "sunsetting_use_overrides_toggle", + "padding_sunsetting", + "sunseting_state_toggle", + "sunsetting_tier_dropdown", + "padding_sunsetting_2", + "padding1", + "copy_internal_settings_folder_to_external", + "padding_reset_day_one", + "reset_new_player_flow", + "reset_day_one_experience", + "option_text_edit_1", + "option_text_edit_2", + "option_text_edit_3", + "reset_authentication_option", + "reset_report_timer_option", + "reset_online_safety_option", + "reset_show_hardcore_warning_option", + "reset_low_ping_warning_option", + "reset_ip_safety_option", + "padding_graphics_options", + "option_shadersdk_service_ip", + "option_shadersdk_service_port", + "option_shadersdk_target_port", + "padding_graphics_buttons", + "trigger_graphics_device_loss", + "allocate_texture_handles", + "padding_deferred_debug", + "deferred_platform_override" + ] + }, + "debug_section/options_for_qa_convenience": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_section/options_for_qa_convenience_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/option_toggle_dev_console_button_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_assertions_debug_break": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_assertions_show_dialog": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_dev_show_display_logged_error": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/display_logged_error_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "debug_display_logged_error_panel", + "namespace": "general_section" + } + }, + "debug_section/option_dev_force_trial_mode": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_dev_force_trial_mode_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/debug_overlay_pages_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_section/debug_overlay_button_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "debug_overlay_previous_button", + "debug_overlay_next_button" + ] + }, + "debug_section/debug_overlay_button_panel/debug_overlay_previous_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/debug_overlay_button_panel/debug_overlay_next_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/pre_feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/feature_toggles_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "debug_section/feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/feature_toggles": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel" + }, + "debug_section/end_of_feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/option_toggle_dev_disable_lan_signaling": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_dropdown_nethernet_logging_verbosity": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/option_dropdown_http_logging_verbosity": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/option_dropdown_xsapi_logging_verbosity": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_remote_imgui": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_dropdown_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_extra_debug_hud_info": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_show_test_running_text": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_0_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_0_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_slider_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_4": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_5": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_6": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_dropdown_server_chunk_map": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_9": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_terrain": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_entities": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_blockentities": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_particles": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_sky": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_weather": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_hud": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_item_in_hand": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_main_menu_cubemap": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_disable_render_main_menu_paperdoll_animation": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/leak_memory": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit_with_text_button", + "namespace": "settings_common" + } + }, + "debug_section/log_area": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/log_priority": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_build_info": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_perf_turtle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_default_profiling_option": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_7": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_8": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_game_tip": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/option_toggle_10": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/dev_disable_client_blob_cache_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/dev_force_client_blob_cache_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/devquality_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/dev_add_http_delay_seconds": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "debug_section/dev_show_latency_graph_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/xbox_sandbox_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "xbox_sandbox_panel", + "namespace": "general_section" + } + }, + "debug_section/multithreaded_rendering_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/filewatcher_rendering_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/enable_texture_hot_reloader_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/mock_http_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "mock_http_panel", + "namespace": "general_section" + } + }, + "debug_section/vsync_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/sunsetting_use_overrides_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/padding_sunsetting": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/sunseting_state_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/sunsetting_tier_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/padding_sunsetting_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/padding1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/copy_internal_settings_folder_to_external": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/padding_reset_day_one": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/reset_new_player_flow": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/reset_day_one_experience": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/option_text_edit_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/option_text_edit_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/option_text_edit_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/reset_authentication_option": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/reset_report_timer_option": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/reset_online_safety_option": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/reset_show_hardcore_warning_option": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/reset_low_ping_warning_option": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/reset_ip_safety_option": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/padding_graphics_options": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/option_shadersdk_service_ip": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/option_shadersdk_service_port": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/option_shadersdk_target_port": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/padding_graphics_buttons": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/trigger_graphics_device_loss": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/allocate_texture_handles": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "debug_section/padding_deferred_debug": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "debug_section/deferred_platform_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "realms_debug_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "realms_debug_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "realms_menu_title", + "realms_title_spacer", + "feature_toggles_label", + "feature_toggles_label_spacer", + "feature_toggles", + "end_of_feature_toggles_label_spacer", + "realms_dev_toggles_title", + "realms_dev_toggle_spacer", + "realms_without_purchase_toggle", + "realms_debug_options_title", + "realms_debug_options_spacer", + "option_dropdown_1", + "option_dropdown_2", + "option_text_edit_0", + "realms_features_override_panel", + "realms_debug_options_spacer_2" + ] + }, + "realms_debug_section/realms_menu_title": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "realms_debug_section/realms_title_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_debug_section/feature_toggles_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "realms_debug_section/feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_debug_section/feature_toggles": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel" + }, + "realms_debug_section/end_of_feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_debug_section/realms_dev_toggles_title": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "realms_debug_section/realms_dev_toggle_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_debug_section/realms_without_purchase_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "realms_debug_section/realms_debug_options_title": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "realms_debug_section/realms_debug_options_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_debug_section/option_dropdown_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "realms_debug_section/option_dropdown_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "realms_debug_section/option_text_edit_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "realms_debug_section/realms_features_override_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_realms_features_override", + "override_realms_features_panel" + ] + }, + "realms_debug_section/realms_features_override_panel/option_toggle_realms_features_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "realms_debug_section/realms_features_override_panel/override_realms_features_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "debug_override_realms_features_panel", + "namespace": "general_section" + } + }, + "realms_debug_section/realms_debug_options_spacer_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "realms_feature_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "marketplace_debug_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "marketplace_debug_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "marketplace_feature_toggles_label", + "marketplace_feature_toggles_label_spacer", + "marketplace_feature_toggles", + "playfab_token_refresh_threshold", + "option_dropdown_skin_rotation_speed", + "option_toggle_all_skins_rotate", + "option_toggle_display_marketplace_document_id", + "option_toggle_display_platform_offer_check", + "version_options_panel", + "select_windows_store_panel", + "date_options_panel", + "option_clear_store_cache_button", + "option_clear_all_cache_button", + "option_delete_all_personas_button", + "option_delete_legacy_personas_button", + "padding2", + "enable_coin_debug_switch_toggle", + "add_500_coins", + "add_100000_coins", + "padding3", + "reset_entitlements", + "reset_wallet" + ] + }, + "marketplace_debug_section/marketplace_feature_toggles_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "marketplace_debug_section/marketplace_feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "marketplace_debug_section/marketplace_feature_toggles": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel" + }, + "marketplace_debug_section/playfab_token_refresh_threshold": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/option_dropdown_skin_rotation_speed": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/option_toggle_all_skins_rotate": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/option_toggle_display_marketplace_document_id": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/option_toggle_display_platform_offer_check": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/version_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_version_override", + "override_version_options_panel" + ] + }, + "marketplace_debug_section/version_options_panel/option_version_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/version_options_panel/override_version_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "override_version_options_panel", + "namespace": "general_section" + } + }, + "marketplace_debug_section/select_windows_store_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "debug_select_windows_store_panel", + "namespace": "general_section" + } + }, + "marketplace_debug_section/date_options_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "date_options_panel", + "namespace": "general_section" + } + }, + "marketplace_debug_section/option_clear_store_cache_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/option_clear_all_cache_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/option_delete_all_personas_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/option_delete_legacy_personas_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/padding2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "marketplace_debug_section/enable_coin_debug_switch_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/add_500_coins": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/add_100000_coins": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/padding3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "marketplace_debug_section/reset_entitlements": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "marketplace_debug_section/reset_wallet": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "marketplace_feature_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "gatherings_debug_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "gatherings_debug_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "refresh_gatherings_button", + "spacer_1", + "clear_system_service_pack_cache_button", + "spacer_2", + "active_gathering_label", + "spacer_3", + "text_edit_filter_gatherings", + "spacer_4", + "available_gatherings_section" + ] + }, + "gatherings_debug_section/refresh_gatherings_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "gatherings_debug_section/spacer_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gatherings_debug_section/clear_system_service_pack_cache_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "gatherings_debug_section/spacer_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gatherings_debug_section/active_gathering_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "gatherings_debug_section/spacer_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gatherings_debug_section/text_edit_filter_gatherings": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "gatherings_debug_section/spacer_4": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "gatherings_debug_section/available_gatherings_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "available_gatherings_section", + "namespace": "general_section" + } + }, + "gathering_grid_item_content": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "gathering_name", + "gathering_uuid" + ] + }, + "gathering_grid_item_content/gathering_name": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "gathering_grid_item_content/gathering_uuid": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "gathering_item_template": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "gathering_item_button" + ] + }, + "gathering_item_template/gathering_item_button": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "available_gatherings_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "available_gatherings_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "available_label", + "gatherings_grid", + "spacing_gap" + ] + }, + "available_gatherings_panel/available_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "available_gatherings_panel/gatherings_grid": { + "file": "ui/settings_sections/general_section.json", + "type": "grid", + "extend": { + "name": "available_gatherings_grid", + "namespace": "general_section" + } + }, + "available_gatherings_panel/spacing_gap": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "available_gatherings_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "available_gatherings_panel" + ] + }, + "available_gatherings_section/available_gatherings_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "extend": { + "name": "available_gatherings_panel", + "namespace": "general_section" + } + }, + "ui_debug_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "ui_feature_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "edu_debug_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "edu_feature_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "new_create_world_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "new_edu_create_world_screen_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "new_play_screen_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "new_edit_world_screen_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "new_player_permissions_screen_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "new_send_invites_screen_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "new_death_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "new_bed_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "ore_ui_gameplay_ui_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "new_settings_screen_grid_item": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "radio_with_label", + "namespace": "settings_common" + } + }, + "ui_debug_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "ui_feature_toggles_label", + "ui_feature_toggles_info_label", + "ui_feature_toggles_label_spacer", + "ui_feature_toggles", + "end_of_ui_feature_toggles_label_divider", + "end_of_ui_feature_toggles_label_divider_spacer", + "end_of_ui_feature_toggles_label_spacer", + "screen_override_label", + "screen_override_info_label", + "screen_override_label_spacer", + "new_edu_create_world_screen_radio_label", + "new_edu_create_world_screen_radio_label_spacer", + "new_edu_create_world_screen_radio_button", + "new_edu_create_world_screen_radio_button_spacer", + "new_play_screen_radio_label", + "new_play_screen_radio_label_spacer", + "new_play_screen_radio_button", + "new_play_screen_radio_button_spacer", + "new_edit_world_screen_radio_label", + "new_edit_world_screen_radio_label_spacer", + "new_edit_world_screen_radio_button", + "new_edit_world_screen_radio_button_spacer", + "new_send_invites_radio_label", + "new_send_invites_screen_radio_label_spacer", + "new_send_invites_screen_radio_button", + "new_send_invites_screen_radio_button_spacer", + "new_death_screen_radio_label", + "new_death_screen_radio_label_spacer", + "new_death_screen_radio_button", + "new_death_screen_radio_button_spacer", + "new_bed_screen_radio_label", + "new_bed_screen_radio_label_spacer", + "new_bed_screen_radio_button", + "new_bed_screen_radio_button_spacer", + "ore_ui_gameplay_ui_radio_label", + "ore_ui_gameplay_ui_radio_label_spacer", + "ore_ui_gameplay_ui_radio_button", + "ore_ui_gameplay_ui_radio_button_spacer", + "end_of_ui_screen_override_divider", + "end_of_ui_sceen_override_divider_spacer", + "new_settings_screen_radio_label", + "new_settings_screen_radio_label_spacer", + "new_settings_screen_radio_button", + "new_settings_screen_radio_button_spacer", + "screen_opt_in_options_label", + "screen_opt_in_info_label", + "screen_opt_in_options_label_spacer", + "end_of_ui_screen_opt_in_divider", + "end_of_ui_sceen_opt_in_divider_spacer", + "other_ui_options_label", + "other_ui_options_label_spacer", + "option_toggle_default_font_override", + "option_toggle_dev_show_tcui_replacement", + "option_toggle_use_mobile_data_blocked_modal", + "ui_feature_toggles_spacer", + "option_show_touch_control_selection_screen", + "option_reset_on_start", + "end_of_other_options_divider", + "end_of_other_options_spacer", + "debug_data_label", + "debug_data_label_spacer", + "option_continuous_repaint", + "option_show_paint_rects", + "option_show_element_aabb", + "option_emulate_touch_events", + "end_of_debug_data_divider", + "end_of_debug_data_spacer", + "option_slider_drag_dwell", + "option_slider_stack_splitting", + "reset_render_distance_warning_modal_label", + "reset_render_distance_warning_modal_label_spacer", + "reset_render_distance_warning_modal", + "reset_render_distance_warning_modal_spacer", + "ore_ui_developer_pages_divider", + "ore_ui_developer_pages_spacer", + "open_ore_ui_label", + "open_ore_ui_info_label", + "open_ore_ui_label_spacer", + "open_ore_ui_docs", + "open_ore_ui_tests", + "open_ore_ui_perf", + "open_ore_ui_test_modal", + "open_ore_ui_tests_spacer" + ] + }, + "ui_debug_section/ui_feature_toggles_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/ui_feature_toggles_info_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/ui_feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/ui_feature_toggles": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel" + }, + "ui_debug_section/end_of_ui_feature_toggles_label_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "ui_debug_section/end_of_ui_feature_toggles_label_divider/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "ui_debug_section/end_of_ui_feature_toggles_label_divider_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/end_of_ui_feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/screen_override_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/screen_override_info_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/screen_override_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_edu_create_world_screen_radio_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/new_edu_create_world_screen_radio_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_edu_create_world_screen_radio_button": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "ui_debug_section/new_edu_create_world_screen_radio_button_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_play_screen_radio_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/new_play_screen_radio_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_play_screen_radio_button": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "ui_debug_section/new_play_screen_radio_button_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_edit_world_screen_radio_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/new_edit_world_screen_radio_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_edit_world_screen_radio_button": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "ui_debug_section/new_edit_world_screen_radio_button_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_send_invites_radio_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/new_send_invites_screen_radio_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_send_invites_screen_radio_button": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "ui_debug_section/new_send_invites_screen_radio_button_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_death_screen_radio_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/new_death_screen_radio_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_death_screen_radio_button": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "ui_debug_section/new_death_screen_radio_button_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_bed_screen_radio_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/new_bed_screen_radio_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_bed_screen_radio_button": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "ui_debug_section/new_bed_screen_radio_button_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/ore_ui_gameplay_ui_radio_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/ore_ui_gameplay_ui_radio_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/ore_ui_gameplay_ui_radio_button": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "ui_debug_section/ore_ui_gameplay_ui_radio_button_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/end_of_ui_screen_override_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "ui_debug_section/end_of_ui_screen_override_divider/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "ui_debug_section/end_of_ui_sceen_override_divider_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_settings_screen_radio_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/new_settings_screen_radio_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/new_settings_screen_radio_button": { + "file": "ui/settings_sections/general_section.json", + "type": "grid" + }, + "ui_debug_section/new_settings_screen_radio_button_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/screen_opt_in_options_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/screen_opt_in_info_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/screen_opt_in_options_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/end_of_ui_screen_opt_in_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "ui_debug_section/end_of_ui_screen_opt_in_divider/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "ui_debug_section/end_of_ui_sceen_opt_in_divider_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/other_ui_options_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/other_ui_options_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/option_toggle_default_font_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/option_toggle_dev_show_tcui_replacement": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/option_toggle_use_mobile_data_blocked_modal": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/ui_feature_toggles_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/option_show_touch_control_selection_screen": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/option_reset_on_start": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/end_of_other_options_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "ui_debug_section/end_of_other_options_divider/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "ui_debug_section/end_of_other_options_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/debug_data_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/debug_data_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/option_continuous_repaint": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/option_show_paint_rects": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/option_show_element_aabb": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/option_emulate_touch_events": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "ui_debug_section/end_of_debug_data_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "ui_debug_section/end_of_debug_data_divider/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "ui_debug_section/end_of_debug_data_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/option_slider_drag_dwell": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "ui_debug_section/option_slider_stack_splitting": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "ui_debug_section/reset_render_distance_warning_modal_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/reset_render_distance_warning_modal_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/reset_render_distance_warning_modal": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "ui_debug_section/reset_render_distance_warning_modal_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/ore_ui_developer_pages_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "ui_debug_section/ore_ui_developer_pages_divider/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "ui_debug_section/ore_ui_developer_pages_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/open_ore_ui_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/open_ore_ui_info_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "ui_debug_section/open_ore_ui_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "ui_debug_section/open_ore_ui_docs": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "ui_debug_section/open_ore_ui_tests": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "ui_debug_section/open_ore_ui_perf": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "ui_debug_section/open_ore_ui_test_modal": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "ui_debug_section/open_ore_ui_tests_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "edu_debug_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "edu_feature_toggles_label", + "edu_feature_toggles_label_spacer", + "edu_demo", + "edu_ad_debug_panel", + "edu_ad_token_refresh_threshold", + "edu_ad_max_signin_token_refresh", + "edu_ad_max_graph_token_refresh", + "edu_environment_divider", + "edu_environment_spacer", + "edu_env_dropdown" + ] + }, + "edu_debug_section/edu_feature_toggles_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label" + }, + "edu_debug_section/edu_feature_toggles_label_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "edu_debug_section/edu_demo": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "edu_debug_section/edu_ad_debug_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "edu_debug_section/edu_ad_token_refresh_threshold": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "edu_debug_section/edu_ad_max_signin_token_refresh": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "edu_debug_section/edu_ad_max_graph_token_refresh": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "edu_debug_section/edu_environment_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "edu_debug_section/edu_environment_divider/section_divider": { + "file": "ui/settings_sections/general_section.json", + "type": "image" + }, + "edu_debug_section/edu_environment_spacer": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "edu_debug_section/edu_env_dropdown": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "flighting_debug_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "flighting_debug_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "treatment_override_panel", + "configuration_override_panel" + ] + }, + "flighting_debug_section/treatment_override_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_treatment_override", + "override_treatments_panel" + ] + }, + "flighting_debug_section/treatment_override_panel/option_toggle_treatment_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "flighting_debug_section/treatment_override_panel/override_treatments_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "debug_override_treatments_panel", + "namespace": "general_section" + } + }, + "flighting_debug_section/configuration_override_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "option_toggle_configuration_override", + "override_configurations_panel" + ] + }, + "flighting_debug_section/configuration_override_panel/option_toggle_configuration_override": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "flighting_debug_section/configuration_override_panel/override_configurations_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "debug_override_configurations_panel", + "namespace": "general_section" + } + }, + "how_to_play_button": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "how_to_play_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "spacer_0", + "generic_label", + "spacer_1", + "gamepad_helper_label" + ] + }, + "how_to_play_section/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "how_to_play_section/generic_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "settings_common" + } + }, + "how_to_play_section/spacer_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "how_to_play_section/gamepad_helper_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "white_label", + "namespace": "settings_common" + } + }, + "dev_xbox_environment_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_discovery_environment_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_service_override_type_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_realms_environment_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_realms_sku_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "default_profiling_group_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_nethernet_logging_verbosity_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_http_logging_verbosity_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_xsapi_logging_verbosity_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_debug_speed_multiplier_options": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_debug_hud_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_chunkMapMode_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_quality_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "vysnc_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "deferred_platform_override_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_education_environment_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "dev_sunsetting_tier_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "graphics_api_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "graphics_mode_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "upscaling_mode_dropdown_content": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_button_content": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "advanced_graphics_options_label", + "fill_pad", + "plus_panel", + "minus_panel" + ] + }, + "advanced_graphics_options_button_content/advanced_graphics_options_label": { + "file": "ui/settings_sections/general_section.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "advanced_graphics_options_button_content/fill_pad": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_button_content/plus_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "plus" + ] + }, + "advanced_graphics_options_button_content/plus_panel/plus": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "plus_image", + "namespace": "resource_packs" + } + }, + "advanced_graphics_options_button_content/minus_panel": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "children": [ + "minus" + ] + }, + "advanced_graphics_options_button_content/minus_panel/minus": { + "file": "ui/settings_sections/general_section.json", + "type": "image", + "extend": { + "name": "minus_image", + "namespace": "resource_packs" + } + }, + "advanced_graphics_options_section": { + "file": "ui/settings_sections/general_section.json", + "type": "stack_panel", + "children": [ + "spacer_0", + "gamma_calibration", + "spacer_1", + "max_framerate_slider", + "spacer_2", + "msaa_slider", + "spacer_3", + "shadow_quality_slider", + "spacer_4", + "point_light_shadow_quality_slider", + "spacer_5", + "point_light_loding_quality_slider", + "spacer_6", + "cloud_quality_slider", + "spacer_7", + "volumetric_fog_quality_slider", + "spacer_8", + "reflections_quality_slider", + "spacer_9", + "bloom_strength", + "spacer_10", + "upscaling_toggle", + "spacer_11", + "upscaling_mode", + "spacer_12", + "upscaling_percentage", + "fancy_clouds_toggle", + "spacer_13", + "smooth_lighting_toggle" + ] + }, + "advanced_graphics_options_section/spacer_0": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/gamma_calibration": { + "file": "ui/settings_sections/general_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_1": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/max_framerate_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "max_framerate_slider", + "namespace": "general_section" + } + }, + "advanced_graphics_options_section/spacer_2": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/msaa_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "msaa_slider", + "namespace": "general_section" + } + }, + "advanced_graphics_options_section/spacer_3": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/shadow_quality_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_4": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/point_light_shadow_quality_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_5": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/point_light_loding_quality_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_6": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/cloud_quality_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_7": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/volumetric_fog_quality_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_8": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/reflections_quality_slider": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_9": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/bloom_strength": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_10": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/upscaling_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "upscaling_toggle", + "namespace": "general_section" + } + }, + "advanced_graphics_options_section/spacer_11": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/upscaling_mode": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_12": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/upscaling_percentage": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/fancy_clouds_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "advanced_graphics_options_section/spacer_13": { + "file": "ui/settings_sections/general_section.json", + "type": "panel" + }, + "advanced_graphics_options_section/smooth_lighting_toggle": { + "file": "ui/settings_sections/general_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + } + }, + "realms_world_section": { + "realm_name_edit": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "world_name_edit": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "realm_description_edit": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "download_world_button": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "upload_world_button": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "reset_world_button": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "manage_feed_button": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "club_info_label": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "difficulty_dropdown": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "game_mode_dropdown": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "panel_content": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "stack_panel", + "children": [ + "option_info_label", + "hardcore_info_label", + "realm_name_edit", + "world_name_edit", + "realm_description_edit", + "difficulty_dropdown", + "game_mode_dropdown", + "is_hardcore_toggle", + "world_options_label", + "pvp_toggle", + "show_coordinates_toggle", + "locator_bar_toggle", + "show_days_played_toggle", + "fire_spreads_toggle", + "recipes_unlock_toggle", + "tnt_explodes_toggle", + "respawn_blocks_explode_toggle", + "mob_loot_toggle", + "natural_regeneration_toggle", + "tile_drops_toggle", + "player_sleep_toggle", + "player_sleep_percentage_slider", + "immediate_respawn_toggle", + "respawn_radius", + "world_cheats_label", + "allow_cheats_toggle", + "daylight_cycle_toggle", + "keep_inventory_toggle", + "mob_spawn_toggle", + "mob_griefing_toggle", + "entities_drop_loot_toggle", + "weather_cycle_toggle", + "command_blocks_enabled_toggle", + "random_tick_speed", + "download_world_button", + "padding_0", + "upload_world_button", + "padding_1", + "reset_world_button", + "padding_2", + "club_info_label", + "manage_feed_button" + ] + }, + "panel_content/option_info_label": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "panel_content/hardcore_info_label": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "panel_content/realm_name_edit": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "realm_name_edit", + "namespace": "realms_world_section" + } + }, + "panel_content/world_name_edit": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "world_name_edit", + "namespace": "realms_world_section" + } + }, + "panel_content/realm_description_edit": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "realm_description_edit", + "namespace": "realms_world_section" + } + }, + "panel_content/difficulty_dropdown": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "difficulty_dropdown", + "namespace": "realms_world_section" + } + }, + "panel_content/game_mode_dropdown": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "game_mode_dropdown", + "namespace": "realms_world_section" + } + }, + "panel_content/is_hardcore_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/world_options_label": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "panel_content/pvp_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/show_coordinates_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/locator_bar_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/show_days_played_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/fire_spreads_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/recipes_unlock_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/tnt_explodes_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/respawn_blocks_explode_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/mob_loot_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/natural_regeneration_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/tile_drops_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/player_sleep_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/player_sleep_percentage_slider": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "panel_content/immediate_respawn_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/respawn_radius": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "panel_content/world_cheats_label": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "panel_content/allow_cheats_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/daylight_cycle_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/keep_inventory_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/mob_spawn_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/mob_griefing_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/entities_drop_loot_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/weather_cycle_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/command_blocks_enabled_toggle": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "panel_content/random_tick_speed": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit_with_text_button", + "namespace": "settings_common" + } + }, + "panel_content/download_world_button": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "button", + "extend": { + "name": "download_world_button", + "namespace": "realms_world_section" + } + }, + "panel_content/padding_0": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel" + }, + "panel_content/upload_world_button": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "button", + "extend": { + "name": "upload_world_button", + "namespace": "realms_world_section" + } + }, + "panel_content/padding_1": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel" + }, + "panel_content/reset_world_button": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "button", + "extend": { + "name": "reset_world_button", + "namespace": "realms_world_section" + } + }, + "panel_content/padding_2": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel" + }, + "panel_content/club_info_label": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "panel", + "extend": { + "name": "club_info_label", + "namespace": "realms_world_section" + } + }, + "panel_content/manage_feed_button": { + "file": "ui/settings_sections/realms_world_section.json", + "type": "button", + "extend": { + "name": "manage_feed_button", + "namespace": "realms_world_section" + } + } + }, + "settings_common": { + "arrow_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "subsection_title": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "spacer_0", + "sizer_0", + "spacer_1", + "sizer_1" + ] + }, + "subsection_title/spacer_0": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "subsection_title/sizer_0": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "title" + ] + }, + "subsection_title/sizer_0/title": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "subsection_title/spacer_1": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "subsection_title/sizer_1": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "subsection_title/sizer_1/section_divider": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "action_button": { + "file": "ui/settings_sections/settings_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "action_button_dark_text": { + "file": "ui/settings_sections/settings_common.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "link_button": { + "file": "ui/settings_sections/settings_common.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "option_group_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "text" + ] + }, + "option_group_label/text": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_group_header": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "text" + ] + }, + "option_group_header/text": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "option_group_spaced_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "text" + ] + }, + "option_group_spaced_label/text": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "option_group_spaced_header": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "text" + ] + }, + "option_group_spaced_header/text": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "option_group_section_divider": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "background" + ] + }, + "option_group_section_divider/background": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "option_generic": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "option_generic_core" + ] + }, + "option_generic/option_generic_core": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "extend": { + "name": "option_generic_core", + "namespace": "settings_common" + } + }, + "white_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_generic_core": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "two_line_layout", + "one_line_layout", + "spacer" + ] + }, + "option_generic_core/two_line_layout": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "option_label_panel", + "spacer", + "option_descriptive_text_0", + "spacer2" + ] + }, + "option_generic_core/two_line_layout/option_label_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "option_label_subpanel_01", + "option_label_subpanel_02", + "option_tooltip" + ] + }, + "option_generic_core/two_line_layout/option_label_panel/option_label_subpanel_01": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "option_label" + ] + }, + "option_generic_core/two_line_layout/option_label_panel/option_label_subpanel_01/option_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label", + "extend": { + "name": "option_generic_core_label", + "namespace": "settings_common" + } + }, + "option_generic_core/two_line_layout/option_label_panel/option_label_subpanel_02": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "option_label" + ] + }, + "option_generic_core/two_line_layout/option_label_panel/option_label_subpanel_02/option_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label", + "extend": { + "name": "option_generic_core_label", + "namespace": "settings_common" + } + }, + "option_generic_core/two_line_layout/option_label_panel/option_tooltip": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic_tooltip", + "namespace": "settings_common" + } + }, + "option_generic_core/two_line_layout/spacer": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "option_generic_core/two_line_layout/option_descriptive_text_0": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_generic_core/two_line_layout/spacer2": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "option_generic_core/one_line_layout": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "option_label_subpanel_01", + "option_label_subpanel_02", + "option_descriptive_text", + "option_tooltip" + ] + }, + "option_generic_core/one_line_layout/option_label_subpanel_01": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "option_label" + ] + }, + "option_generic_core/one_line_layout/option_label_subpanel_01/option_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label", + "extend": { + "name": "option_generic_core_label", + "namespace": "settings_common" + } + }, + "option_generic_core/one_line_layout/option_label_subpanel_02": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "option_label" + ] + }, + "option_generic_core/one_line_layout/option_label_subpanel_02/option_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label", + "extend": { + "name": "option_generic_core_label", + "namespace": "settings_common" + } + }, + "option_generic_core/one_line_layout/option_descriptive_text": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_generic_core/one_line_layout/option_tooltip": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic_tooltip", + "namespace": "settings_common" + } + }, + "option_generic_core/spacer": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "option_generic_core_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_generic_tooltip_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "option_generic_tooltip_top_popup": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "static_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "option_generic_tooltip_bottom_popup": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "static_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "option_generic_tooltip": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "focus_detection_input_panel_two_line_layout", + "hover_detection_input_panel", + "option_generic_tooltip_top_popup", + "option_generic_tooltip_bottom_popup" + ] + }, + "option_generic_tooltip/focus_detection_input_panel_two_line_layout": { + "file": "ui/settings_sections/settings_common.json", + "type": "tooltip_trigger" + }, + "option_generic_tooltip/hover_detection_input_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "tooltip_trigger", + "children": [ + "option_generic_tooltip_image" + ] + }, + "option_generic_tooltip/hover_detection_input_panel/option_generic_tooltip_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_generic_tooltip_image", + "namespace": "settings_common" + } + }, + "option_generic_tooltip/option_generic_tooltip_top_popup": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_generic_tooltip_top_popup", + "namespace": "settings_common" + } + }, + "option_generic_tooltip/option_generic_tooltip_bottom_popup": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_generic_tooltip_bottom_popup", + "namespace": "settings_common" + } + }, + "option_text_edit_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "option_text_edit_control_with_button": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "text_box", + "button" + ] + }, + "option_text_edit_control_with_button/text_box": { + "file": "ui/settings_sections/settings_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "option_text_edit_control_with_button/button": { + "file": "ui/settings_sections/settings_common.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "option_text_edit_control_with_text_button": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "text_box", + "button" + ] + }, + "option_text_edit_control_with_text_button/text_box": { + "file": "ui/settings_sections/settings_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "option_text_edit_control_with_text_button/button": { + "file": "ui/settings_sections/settings_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "option_toggle_state_template": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "option_toggle_on": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_toggle_state_template", + "namespace": "settings_common" + } + }, + "option_toggle_off": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_toggle_state_template", + "namespace": "settings_common" + } + }, + "option_toggle_on_hover": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_toggle_state_template", + "namespace": "settings_common" + } + }, + "option_toggle_off_hover": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_toggle_state_template", + "namespace": "settings_common" + } + }, + "option_toggle_on_locked": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_toggle_on", + "namespace": "settings_common" + } + }, + "option_toggle_off_locked": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "option_toggle_off", + "namespace": "settings_common" + } + }, + "option_toggle_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "checkbox_visuals_unchecked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "checkbox_visuals", + "namespace": "settings_common" + } + }, + "checkbox_visuals_checked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "checkbox_visuals", + "namespace": "settings_common" + } + }, + "checkbox_visuals_unchecked_locked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "checkbox_visuals", + "namespace": "settings_common" + } + }, + "checkbox_visuals_checked_locked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "checkbox_visuals", + "namespace": "settings_common" + } + }, + "checkbox_visuals_unchecked_hover": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "checkbox_visuals", + "namespace": "settings_common" + } + }, + "checkbox_visuals_checked_hover": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "checkbox_visuals", + "namespace": "settings_common" + } + }, + "checkbox_visuals": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "checkbox_image", + "checkbox_label", + "accessibility_selection_highlight" + ] + }, + "checkbox_visuals/checkbox_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "checkbox_visuals/checkbox_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "checkbox_visuals/accessibility_selection_highlight": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "checkbox_with_highlight_and_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "radio_visuals_unchecked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "radio_visuals_checked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "radio_visuals_unchecked_locked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "radio_visuals_checked_locked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "radio_visuals_unchecked_hover": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "radio_visuals_checked_hover": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_visuals", + "namespace": "settings_common" + } + }, + "radio_visuals": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "radio_image", + "radio_label", + "accessibility_selection_highlight" + ] + }, + "radio_visuals/radio_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "radio_visuals/radio_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "radio_visuals/accessibility_selection_highlight": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "radio_with_label_core": { + "file": "ui/settings_sections/settings_common.json", + "type": "toggle", + "extend": { + "name": "radio_toggle", + "namespace": "common" + } + }, + "option_radio_group_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "option_radio_group_control/0": { + "file": "ui/settings_sections/settings_common.json", + "type": "unknown" + }, + "radio_with_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "radio_with_label_core" + ] + }, + "radio_with_label/radio_with_label_core": { + "file": "ui/settings_sections/settings_common.json", + "type": "toggle", + "extend": { + "name": "radio_with_label_core", + "namespace": "settings_common" + } + }, + "radio_with_label_and_icon": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "radio_with_label_core", + "radio_with_label_icon" + ] + }, + "radio_with_label_and_icon/radio_with_label_core": { + "file": "ui/settings_sections/settings_common.json", + "type": "toggle", + "extend": { + "name": "radio_with_label_core", + "namespace": "settings_common" + } + }, + "radio_with_label_and_icon/radio_with_label_icon": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "radio_with_label_and_content_unchecked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content", + "namespace": "settings_common" + } + }, + "radio_with_label_and_content_checked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content", + "namespace": "settings_common" + } + }, + "radio_with_label_and_content_unchecked_locked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content", + "namespace": "settings_common" + } + }, + "radio_with_label_and_content_checked_locked": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content", + "namespace": "settings_common" + } + }, + "radio_with_label_and_content_unchecked_hover": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content", + "namespace": "settings_common" + } + }, + "radio_with_label_and_content_checked_hover": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content", + "namespace": "settings_common" + } + }, + "radio_with_label_and_content_stack_item": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "radio_with_label_and_content": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "radio_background", + "radio_item_with_description_stack" + ] + }, + "radio_with_label_and_content/radio_background": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "radio_with_label_and_content/radio_item_with_description_stack": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "radio_icon_and_label", + "radio_description" + ] + }, + "radio_with_label_and_content/radio_item_with_description_stack/radio_icon_and_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "extend": { + "name": "radio_item_with_label_and_content_stack", + "namespace": "settings_common" + } + }, + "radio_with_label_and_content/radio_item_with_description_stack/radio_description": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_description_panel", + "namespace": "settings_common" + } + }, + "radio_item_with_label_and_content_stack": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "initial_padding", + "radio_image_panel", + "radio_to_content_padding", + "radio_content_panel", + "content_to_label_padding", + "radio_label_panel" + ] + }, + "radio_item_with_label_and_content_stack/initial_padding": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "radio_item_with_label_and_content_stack/radio_image_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content_stack_item", + "namespace": "settings_common" + }, + "children": [ + "image" + ] + }, + "radio_item_with_label_and_content_stack/radio_image_panel/image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "radio_item_with_label_and_content_stack/radio_to_content_padding": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "radio_item_with_label_and_content_stack/radio_content_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content_stack_item", + "namespace": "settings_common" + }, + "children": [ + "radio_image" + ] + }, + "radio_item_with_label_and_content_stack/radio_content_panel/radio_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "unknown" + }, + "radio_item_with_label_and_content_stack/content_to_label_padding": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "radio_item_with_label_and_content_stack/radio_label_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "radio_with_label_and_content_stack_item", + "namespace": "settings_common" + }, + "children": [ + "radio_label" + ] + }, + "radio_item_with_label_and_content_stack/radio_label_panel/radio_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "radio_description_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "description" + ] + }, + "radio_description_panel/description": { + "file": "ui/settings_sections/settings_common.json", + "type": "label", + "extend": { + "name": "radio_description", + "namespace": "settings_common" + } + }, + "radio_description": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "radio_item_with_label_and_content": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "radio_with_label_core" + ] + }, + "radio_item_with_label_and_content/radio_with_label_core": { + "file": "ui/settings_sections/settings_common.json", + "type": "toggle", + "extend": { + "name": "radio_with_label_core", + "namespace": "settings_common" + } + }, + "option_slider_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "slider" + ] + }, + "option_slider_control/slider": { + "file": "ui/settings_sections/settings_common.json", + "type": "slider", + "extend": { + "name": "slider", + "namespace": "common" + } + }, + "default_options_dropdown_toggle_button_state_content": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "left_padding", + "option_content", + "option_content_padding", + "label_panel", + "arrow_panel", + "right_padding" + ] + }, + "default_options_dropdown_toggle_button_state_content/left_padding": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "default_options_dropdown_toggle_button_state_content/option_content": { + "file": "ui/settings_sections/settings_common.json", + "type": "unknown" + }, + "default_options_dropdown_toggle_button_state_content/option_content_padding": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "default_options_dropdown_toggle_button_state_content/label_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "label" + ] + }, + "default_options_dropdown_toggle_button_state_content/label_panel/label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label", + "extend": { + "name": "new_button_label", + "namespace": "common" + } + }, + "default_options_dropdown_toggle_button_state_content/arrow_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "dropdown_chevron_image" + ] + }, + "default_options_dropdown_toggle_button_state_content/arrow_panel/dropdown_chevron_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "default_options_dropdown_toggle_button_state_content/right_padding": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "options_dropdown_toggle_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "toggle", + "extend": { + "name": "light_template_toggle", + "namespace": "common_toggles" + } + }, + "options_dropdown_dark_toggle_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "toggle", + "extend": { + "name": "dark_template_toggle", + "namespace": "common_toggles" + } + }, + "option_dropdown_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "dropdown" + ] + }, + "option_dropdown_control/dropdown": { + "file": "ui/settings_sections/settings_common.json", + "type": "unknown" + }, + "option_dropdown_control_no_scroll": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_dropdown_control", + "namespace": "settings_common" + } + }, + "option_info_label_with_icon": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "children": [ + "control", + "icon_panel" + ] + }, + "option_info_label_with_icon/control": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_info_label_with_icon/icon_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "icon_image", + "padding2" + ] + }, + "option_info_label_with_icon/icon_panel/icon_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "option_info_label_with_icon/icon_panel/padding2": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "option_info_label_icon": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "option_icon_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_info_label_with_bulb": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "children": [ + "stack_panel" + ] + }, + "option_info_label_with_bulb/stack_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "padding1", + "bulb_panel", + "padding2", + "label_panel", + "padding3" + ] + }, + "option_info_label_with_bulb/stack_panel/padding1": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "option_info_label_with_bulb/stack_panel/bulb_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "padding1", + "bulb_image", + "padding2" + ] + }, + "option_info_label_with_bulb/stack_panel/bulb_panel/padding1": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "option_info_label_with_bulb/stack_panel/bulb_panel/bulb_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "option_info_label_with_bulb/stack_panel/bulb_panel/padding2": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "option_info_label_with_bulb/stack_panel/padding2": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "option_info_label_with_bulb/stack_panel/label_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "info_label1", + "padding2", + "info_label2" + ] + }, + "option_info_label_with_bulb/stack_panel/label_panel/info_label1": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_info_label_with_bulb/stack_panel/label_panel/padding2": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "option_info_label_with_bulb/stack_panel/label_panel/info_label2": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_info_label_with_bulb/stack_panel/padding3": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "option_info_label_with_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "children": [ + "control" + ] + }, + "option_info_label_with_image/control": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "option_info_label_image": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "option_toggle": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_radio_group": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_radio_dropdown_group": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "radio_control_group" + ] + }, + "option_radio_dropdown_group/radio_control_group": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "extend": { + "name": "option_radio_group_control", + "namespace": "settings_common" + } + }, + "option_text_edit": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_text_edit_with_button": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_text_edit_with_text_button": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_slider": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_dropdown": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_dropdown_no_scroll": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_custom_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_info_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "dynamic_dialog_screen": { + "file": "ui/settings_sections/settings_common.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "dynamic_dialog_fullscreen": { + "file": "ui/settings_sections/settings_common.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "settings_content": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "background", + "stack_panel", + "popup_dialog_factory" + ] + }, + "settings_content/background": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "settings_content/stack_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "content_panel" + ] + }, + "settings_content/stack_panel/content_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "common_panel", + "container" + ] + }, + "settings_content/stack_panel/content_panel/common_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + }, + "settings_content/stack_panel/content_panel/container": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "settings_content/popup_dialog_factory": { + "file": "ui/settings_sections/settings_common.json", + "type": "factory" + }, + "toggle_button_control": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "glyph", + "glyph_color", + "progress_loading_bars", + "tab_button_text" + ] + }, + "toggle_button_control/glyph": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "toggle_button_control/glyph_color": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "toggle_button_control/progress_loading_bars": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "toggle_button_control/tab_button_text": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "section_toggle_base": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "section_title_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "dialog_title_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "dialog_titles": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "left_padding", + "dialog_title_label", + "center_padding", + "section_title_label", + "right_padding_is_always_right" + ] + }, + "dialog_titles/left_padding": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "dialog_titles/dialog_title_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label", + "extend": { + "name": "dialog_title_label", + "namespace": "settings_common" + } + }, + "dialog_titles/center_padding": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "dialog_titles/section_title_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label", + "extend": { + "name": "section_title_label", + "namespace": "settings_common" + } + }, + "dialog_titles/right_padding_is_always_right": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "dialog_content": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "dialog_titles", + "selector_area", + "content_area", + "section_divider" + ] + }, + "dialog_content/dialog_titles": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "extend": { + "name": "dialog_titles", + "namespace": "settings_common" + } + }, + "dialog_content/selector_area": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "selector_area", + "namespace": "settings_common" + } + }, + "dialog_content/content_area": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "content_area", + "namespace": "settings_common" + } + }, + "dialog_content/section_divider": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "section_divider", + "namespace": "settings_common" + } + }, + "dialog_content_fullscreen": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "dialog_titles", + "selector_area", + "content_area", + "section_divider" + ] + }, + "dialog_content_fullscreen/dialog_titles": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "extend": { + "name": "dialog_titles", + "namespace": "settings_common" + } + }, + "dialog_content_fullscreen/selector_area": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "selector_area_no_scroll", + "namespace": "settings_common" + } + }, + "dialog_content_fullscreen/content_area": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "content_area", + "namespace": "settings_common" + } + }, + "dialog_content_fullscreen/section_divider": { + "file": "ui/settings_sections/settings_common.json", + "type": "image", + "extend": { + "name": "section_divider", + "namespace": "settings_common" + } + }, + "selector_group_label": { + "file": "ui/settings_sections/settings_common.json", + "type": "label" + }, + "scrollable_selector_area_content": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel" + }, + "selector_area": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "selector_area/scrolling_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "selector_area_no_scroll": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "selector_area_no_scroll/scrolling_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "content_area": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "control" + ] + }, + "content_area/control": { + "file": "ui/settings_sections/settings_common.json", + "type": "stack_panel", + "children": [ + "header_panel", + "scrolling_panel", + "footer_panel" + ] + }, + "content_area/control/header_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "content" + ] + }, + "content_area/control/header_panel/content": { + "file": "ui/settings_sections/settings_common.json", + "type": "unknown" + }, + "content_area/control/scrolling_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "content_area/control/footer_panel": { + "file": "ui/settings_sections/settings_common.json", + "type": "panel", + "children": [ + "content" + ] + }, + "content_area/control/footer_panel/content": { + "file": "ui/settings_sections/settings_common.json", + "type": "unknown" + }, + "section_divider": { + "file": "ui/settings_sections/settings_common.json", + "type": "image" + }, + "screen_base": { + "file": "ui/settings_sections/settings_common.json", + "type": "screen", + "extend": { + "name": "dynamic_dialog_screen", + "namespace": "settings_common" + } + }, + "screen_base_fullscreen": { + "file": "ui/settings_sections/settings_common.json", + "type": "screen", + "extend": { + "name": "dynamic_dialog_fullscreen", + "namespace": "settings_common" + } + } + }, + "world_section": { + "selector_pane_content": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "world_snapshot_image", + "play_or_create_panel", + "play_or_host_panel", + "spacer", + "server_settings_visibility_panel", + "selector_group_label_1", + "game_button", + "spacer_01", + "classroom_button", + "spacer_02", + "switch_game_button", + "spacer_03", + "multiplayer_button", + "spacer_04", + "edu_cloud_button", + "spacer_05", + "debug_button" + ] + }, + "selector_pane_content/world_snapshot_image": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "children": [ + "thumbnail" + ] + }, + "selector_pane_content/world_snapshot_image/thumbnail": { + "file": "ui/settings_sections/world_section.json", + "type": "image", + "children": [ + "border" + ] + }, + "selector_pane_content/world_snapshot_image/thumbnail/border": { + "file": "ui/settings_sections/world_section.json", + "type": "image" + }, + "selector_pane_content/play_or_create_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "extend": { + "name": "play_or_create_stack_bedrock", + "namespace": "world_section" + } + }, + "selector_pane_content/play_or_host_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "extend": { + "name": "play_or_host_stack_edu", + "namespace": "world_section" + } + }, + "selector_pane_content/spacer": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "selector_pane_content/server_settings_visibility_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "selector_group_label_0", + "server_settings_button", + "server_spacer" + ] + }, + "selector_pane_content/server_settings_visibility_panel/selector_group_label_0": { + "file": "ui/settings_sections/world_section.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "selector_pane_content/server_settings_visibility_panel/server_settings_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "server_settings_button", + "namespace": "world_section" + } + }, + "selector_pane_content/server_settings_visibility_panel/server_spacer": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "selector_pane_content/selector_group_label_1": { + "file": "ui/settings_sections/world_section.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "selector_pane_content/game_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "game_button", + "namespace": "world_section" + } + }, + "selector_pane_content/spacer_01": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "selector_pane_content/classroom_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "selector_pane_content/spacer_02": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "selector_pane_content/switch_game_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "game_button", + "namespace": "world_section" + } + }, + "selector_pane_content/spacer_03": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "selector_pane_content/multiplayer_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "multiplayer_button", + "namespace": "world_section" + } + }, + "selector_pane_content/spacer_04": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "selector_pane_content/edu_cloud_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "edu_cloud_button", + "namespace": "world_section" + } + }, + "selector_pane_content/spacer_05": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "selector_pane_content/debug_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "debug_button", + "namespace": "world_section" + } + }, + "launch_world_button_stack_def": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel" + }, + "play_or_create_stack_bedrock": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "extend": { + "name": "launch_world_button_stack_def", + "namespace": "world_section" + }, + "children": [ + "create_or_play_button", + "play_on_realm_button" + ] + }, + "play_or_create_stack_bedrock/create_or_play_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "play_or_create_stack_bedrock/play_on_realm_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button_dark_text", + "namespace": "settings_common" + } + }, + "edu_play_host_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "play_or_host_stack_edu": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "extend": { + "name": "launch_world_button_stack_def", + "namespace": "world_section" + }, + "children": [ + "edu_play_button", + "edu_host_button" + ] + }, + "play_or_host_stack_edu/edu_play_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "edu_play_host_button", + "namespace": "world_section" + } + }, + "play_or_host_stack_edu/edu_host_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "edu_play_host_button", + "namespace": "world_section" + } + }, + "addons_selector_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "spacer_01", + "selector_group_label_2", + "level_texture_pack_button", + "spacer_02", + "addon_button" + ] + }, + "addons_selector_panel/spacer_01": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "addons_selector_panel/selector_group_label_2": { + "file": "ui/settings_sections/world_section.json", + "type": "label", + "extend": { + "name": "selector_group_label", + "namespace": "settings_common" + } + }, + "addons_selector_panel/level_texture_pack_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "level_texture_pack_button", + "namespace": "world_section" + } + }, + "addons_selector_panel/spacer_02": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "addons_selector_panel/addon_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "addon_button", + "namespace": "world_section" + } + }, + "server_settings_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "server_section": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "extend": { + "name": "custom_form_scrolling_content", + "namespace": "server_form" + } + }, + "game_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "export_world_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "delete_world_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "export_template_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "copy_world_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "edit_world_manipulation_buttons": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "export", + "padding", + "delete" + ] + }, + "edit_world_manipulation_buttons/export": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "export_world_button", + "namespace": "world_section" + } + }, + "edit_world_manipulation_buttons/padding": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "edit_world_manipulation_buttons/delete": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "delete_world_button", + "namespace": "world_section" + } + }, + "game_section": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "new_edit_world_opt_in_panel", + "new_edit_world_opt_in_divider", + "unlock_template_options_panel", + "option_info_label", + "hardcore_info_label", + "world_settings_label", + "option_text_edit_0", + "project_section_divider_1", + "project_header_label", + "project_section_divider_2", + "project_spacer", + "option_text_edit_1", + "export_settings_section_divider_1", + "export_settings_header_label", + "export_settings_header_description", + "export_settings_section_divider_2", + "export_settings_spacer", + "option_dropdown_0", + "option_dropdown_1", + "is_hardcore_toggle", + "option_dropdown_2", + "world_preferences_label", + "starting_map_toggle", + "bonus_chest_toggle", + "option_dropdown_permissions", + "option_dropdown_3", + "level_seed_selector_edu", + "level_seed_selector", + "level_seed_selector_trial", + "server_sim_distance_slider", + "world_options_label", + "pvp_toggle", + "show_coordinates_toggle", + "locator_bar_toggle", + "show_days_played_toggle", + "fire_spreads_toggle", + "recipes_unlock_toggle", + "tnt_explodes_toggle", + "respawn_blocks_explode_toggle", + "mob_loot_toggle", + "natural_regeneration_toggle", + "tile_drops_toggle", + "player_sleep_toggle", + "player_sleep_percentage_slider", + "immediate_respawn_toggle", + "respawn_radius", + "experimental_toggles_label", + "experimental_toggles_label_info", + "experimental_toggles", + "world_cheats_label", + "allow_cheats_toggle", + "education_toggle", + "always_day_toggle", + "daylight_cycle_toggle", + "keep_inventory_toggle", + "mob_spawn_toggle", + "mob_griefing_toggle", + "entities_drop_loot_toggle", + "weather_cycle_toggle", + "command_blocks_enabled_toggle", + "random_tick_speed", + "world_management_label", + "convert_to_infinite_panel", + "delete_button", + "button_panel", + "export_template_panel", + "clear_player_data_panel", + "copy_world_panel", + "upload_download_slot_panel", + "replace_slot_panel" + ] + }, + "game_section/new_edit_world_opt_in_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "panel_title", + "panel_text", + "opt_in_button" + ] + }, + "game_section/new_edit_world_opt_in_panel/panel_title": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/new_edit_world_opt_in_panel/panel_text": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/new_edit_world_opt_in_panel/opt_in_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "game_section/new_edit_world_opt_in_divider": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "game_section/new_edit_world_opt_in_divider/section_divider": { + "file": "ui/settings_sections/world_section.json", + "type": "image" + }, + "game_section/unlock_template_options_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "option_info_label", + "unlock_template_options_button" + ] + }, + "game_section/unlock_template_options_panel/option_info_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "game_section/unlock_template_options_panel/unlock_template_options_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "game_section/option_info_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "game_section/hardcore_info_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_info_label", + "namespace": "settings_common" + } + }, + "game_section/world_settings_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/option_text_edit_0": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "game_section/project_section_divider_1": { + "file": "ui/settings_sections/world_section.json", + "type": "image" + }, + "game_section/project_header_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/project_section_divider_2": { + "file": "ui/settings_sections/world_section.json", + "type": "image" + }, + "game_section/project_spacer": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "game_section/option_text_edit_1": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "game_section/export_settings_section_divider_1": { + "file": "ui/settings_sections/world_section.json", + "type": "image" + }, + "game_section/export_settings_header_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/export_settings_header_description": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/export_settings_section_divider_2": { + "file": "ui/settings_sections/world_section.json", + "type": "image" + }, + "game_section/export_settings_spacer": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "game_section/option_dropdown_0": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown_no_scroll", + "namespace": "settings_common" + } + }, + "game_section/option_dropdown_1": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "game_section/is_hardcore_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/option_dropdown_2": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "game_section/world_preferences_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/starting_map_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/bonus_chest_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/option_dropdown_permissions": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "game_section/option_dropdown_3": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown_no_scroll", + "namespace": "settings_common" + } + }, + "game_section/level_seed_selector_edu": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "game_section/level_seed_selector": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit_with_button", + "namespace": "settings_common" + } + }, + "game_section/level_seed_selector_trial": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit_mock_with_button", + "namespace": "world_section" + } + }, + "game_section/server_sim_distance_slider": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "game_section/world_options_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/pvp_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/show_coordinates_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/locator_bar_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/show_days_played_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/fire_spreads_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/recipes_unlock_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/tnt_explodes_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/respawn_blocks_explode_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/mob_loot_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/natural_regeneration_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/tile_drops_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/player_sleep_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/player_sleep_percentage_slider": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "game_section/immediate_respawn_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/respawn_radius": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "game_section/experimental_toggles_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/experimental_toggles_label_info": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/experimental_toggles": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel" + }, + "game_section/world_cheats_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/allow_cheats_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/education_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/always_day_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/daylight_cycle_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/keep_inventory_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/mob_spawn_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/mob_griefing_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/entities_drop_loot_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/weather_cycle_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/command_blocks_enabled_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "game_section/random_tick_speed": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit_with_text_button", + "namespace": "settings_common" + } + }, + "game_section/world_management_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "game_section/convert_to_infinite_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "children": [ + "convert_to_infinite_button" + ] + }, + "game_section/convert_to_infinite_panel/convert_to_infinite_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "game_section/delete_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "game_section/button_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "manipulation_controls" + ] + }, + "game_section/button_panel/manipulation_controls": { + "file": "ui/settings_sections/world_section.json", + "type": "unknown" + }, + "game_section/export_template_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "padding", + "template_version", + "template_buttons", + "export_template" + ] + }, + "game_section/export_template_panel/padding": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "game_section/export_template_panel/template_version": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "game_section/export_template_panel/template_buttons": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "template_image_picker_button", + "padding", + "template_localization_picker_button" + ] + }, + "game_section/export_template_panel/template_buttons/template_image_picker_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "game_section/export_template_panel/template_buttons/padding": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "game_section/export_template_panel/template_buttons/template_localization_picker_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "game_section/export_template_panel/export_template": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "export_template_button", + "namespace": "world_section" + } + }, + "game_section/clear_player_data_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "padding", + "clear_player_data_button" + ] + }, + "game_section/clear_player_data_panel/padding": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "game_section/clear_player_data_panel/clear_player_data_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "game_section/copy_world_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "children": [ + "copy_world" + ] + }, + "game_section/copy_world_panel/copy_world": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "copy_world_button", + "namespace": "world_section" + } + }, + "game_section/upload_download_slot_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "children": [ + "upload_download_slot_button" + ] + }, + "game_section/upload_download_slot_panel/upload_download_slot_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "game_section/replace_slot_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "children": [ + "replace_slot_button" + ] + }, + "game_section/replace_slot_panel/replace_slot_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "level_texture_pack_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "resource_packs_section_toggle_base", + "namespace": "resource_packs" + } + }, + "level_texture_pack_section": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "extend": { + "name": "selected_stack_panel", + "namespace": "resource_packs" + } + }, + "addon_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "resource_packs_section_toggle_base", + "namespace": "resource_packs" + } + }, + "addon_section": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "extend": { + "name": "selected_stack_panel", + "namespace": "resource_packs" + } + }, + "world_game_mode_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "xbl_broadcast_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "platform_broadcast_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "player_game_mode_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "world_type_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "world_difficulty_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "multiplayer_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "cross_platform_warning_label": { + "file": "ui/settings_sections/world_section.json", + "type": "label", + "extend": { + "name": "disconnected_label", + "namespace": "pause" + } + }, + "multiplayer_section": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "multiplayer_game_toggle", + "platform_settings_dropdown", + "xbl_settings_dropdown", + "server_visible_toggle", + "general_multiplayer_warning_label", + "open_uri_button", + "platform_multiplayer_warning_label", + "xbl_multiplayer_warning_label" + ] + }, + "multiplayer_section/multiplayer_game_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "multiplayer_section/platform_settings_dropdown": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "multiplayer_section/xbl_settings_dropdown": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "multiplayer_section/server_visible_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "multiplayer_section/general_multiplayer_warning_label": { + "file": "ui/settings_sections/world_section.json", + "type": "label", + "extend": { + "name": "cross_platform_warning_label", + "namespace": "world_section" + } + }, + "multiplayer_section/open_uri_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "open_account_setting_button", + "namespace": "play" + } + }, + "multiplayer_section/platform_multiplayer_warning_label": { + "file": "ui/settings_sections/world_section.json", + "type": "label", + "extend": { + "name": "cross_platform_warning_label", + "namespace": "world_section" + } + }, + "multiplayer_section/xbl_multiplayer_warning_label": { + "file": "ui/settings_sections/world_section.json", + "type": "label", + "extend": { + "name": "cross_platform_warning_label", + "namespace": "world_section" + } + }, + "option_text_edit_mock_with_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + }, + "option_text_edit_mock_control_with_button": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "trial_text_box_button", + "seed_arrow_button" + ] + }, + "option_text_edit_mock_control_with_button/trial_text_box_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_buttons" + } + }, + "option_text_edit_mock_control_with_button/seed_arrow_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "experimental_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "open_account_setting_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "edu_cloud_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "edu_cloud_section": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "edu_cloud_label", + "cloud_file_name", + "cloud_file_last_changed", + "cloud_upload_toggle", + "cloud_help_wrapper_panel" + ] + }, + "edu_cloud_section/edu_cloud_label": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_group_label", + "namespace": "settings_common" + } + }, + "edu_cloud_section/cloud_file_name": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "edu_cloud_section/cloud_file_last_changed": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "edu_cloud_section/cloud_upload_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "edu_cloud_section/cloud_help_wrapper_panel": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "cloud_help_button", + "padded_icon" + ] + }, + "edu_cloud_section/cloud_help_wrapper_panel/cloud_help_button": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "edu_cloud_section/cloud_help_wrapper_panel/padded_icon": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "icon" + ] + }, + "edu_cloud_section/cloud_help_wrapper_panel/padded_icon/icon": { + "file": "ui/settings_sections/world_section.json", + "type": "image" + }, + "debug_button": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "debug_section": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "flat_nether_toggle", + "game_version_override_toggle", + "game_version_override_textbox", + "spawn_dimension_dropdown", + "spawn_biome_dropdown", + "biome_override_dropdown", + "base_game_version_debug_text" + ] + }, + "debug_section/flat_nether_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/game_version_override_toggle": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_toggle", + "namespace": "settings_common" + } + }, + "debug_section/game_version_override_textbox": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_text_edit", + "namespace": "settings_common" + } + }, + "debug_section/spawn_dimension_dropdown": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown_no_scroll", + "namespace": "settings_common" + } + }, + "debug_section/spawn_biome_dropdown": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/biome_override_dropdown": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "debug_section/base_game_version_debug_text": { + "file": "ui/settings_sections/world_section.json", + "type": "label" + }, + "debug_spawn_dimension_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "debug_spawn_biome_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "debug_biome_override_dropdown_content": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "editor_edit_world_manipulation_buttons_content": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "export_as_project", + "padding", + "export_as_world_buttons", + "padding_2", + "project_manipulations_buttons" + ] + }, + "editor_edit_world_manipulation_buttons_content/export_as_project": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "export_world_button", + "namespace": "world_section" + } + }, + "editor_edit_world_manipulation_buttons_content/padding": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "editor_edit_world_manipulation_buttons_content/export_as_world_buttons": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "export_as_world", + "padding", + "export_as_template" + ] + }, + "editor_edit_world_manipulation_buttons_content/export_as_world_buttons/export_as_world": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "export_world_button", + "namespace": "world_section" + } + }, + "editor_edit_world_manipulation_buttons_content/export_as_world_buttons/padding": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "editor_edit_world_manipulation_buttons_content/export_as_world_buttons/export_as_template": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "export_template_button", + "namespace": "world_section" + } + }, + "editor_edit_world_manipulation_buttons_content/padding_2": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "editor_edit_world_manipulation_buttons_content/project_manipulations_buttons": { + "file": "ui/settings_sections/world_section.json", + "type": "stack_panel", + "children": [ + "copy_project", + "padding", + "delete_project" + ] + }, + "editor_edit_world_manipulation_buttons_content/project_manipulations_buttons/copy_project": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "copy_world_button", + "namespace": "world_section" + } + }, + "editor_edit_world_manipulation_buttons_content/project_manipulations_buttons/padding": { + "file": "ui/settings_sections/world_section.json", + "type": "panel" + }, + "editor_edit_world_manipulation_buttons_content/project_manipulations_buttons/delete_project": { + "file": "ui/settings_sections/world_section.json", + "type": "button", + "extend": { + "name": "delete_world_button", + "namespace": "world_section" + } + }, + "editor_edit_world_manipulation_buttons": { + "file": "ui/settings_sections/world_section.json", + "type": "panel", + "extend": { + "name": "option_generic", + "namespace": "settings_common" + } + } + }, + "social_section": { + "party_button": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "settings_common" + } + }, + "party_section": { + "file": "ui/settings_sections/social_section.json", + "type": "stack_panel", + "children": [ + "party_invite_filter_dropdown", + "party_invite_reset_default_padding", + "party_invite_send_privileges_dropdown", + "party_privacy_default_padding", + "party_privacy_dropdown", + "party_privacy_label_wrapper", + "party_settings_reset_default_button_default_padding", + "party_settings_reset_default_button", + "microsoft_account_settings_divider", + "microsoft_account_settings_header", + "microsoft_account_settings_padding", + "microsoft_account_settings_label_wrapper", + "privacy_and_online_safety_button_padding", + "privacy_and_online_safety_button", + "microsoft_account_settings_ending_padding" + ] + }, + "party_section/party_invite_filter_dropdown": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown_no_scroll", + "namespace": "settings_common" + } + }, + "party_section/party_invite_reset_default_padding": { + "file": "ui/settings_sections/social_section.json", + "type": "panel" + }, + "party_section/party_invite_send_privileges_dropdown": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown_no_scroll", + "namespace": "settings_common" + } + }, + "party_section/party_privacy_default_padding": { + "file": "ui/settings_sections/social_section.json", + "type": "panel" + }, + "party_section/party_privacy_dropdown": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "option_dropdown_no_scroll", + "namespace": "settings_common" + } + }, + "party_section/party_privacy_label_wrapper": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "party_section/party_settings_reset_default_button_default_padding": { + "file": "ui/settings_sections/social_section.json", + "type": "panel" + }, + "party_section/party_settings_reset_default_button": { + "file": "ui/settings_sections/social_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "party_section/microsoft_account_settings_divider": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "children": [ + "section_divider" + ] + }, + "party_section/microsoft_account_settings_divider/section_divider": { + "file": "ui/settings_sections/social_section.json", + "type": "image" + }, + "party_section/microsoft_account_settings_header": { + "file": "ui/settings_sections/social_section.json", + "type": "label" + }, + "party_section/microsoft_account_settings_padding": { + "file": "ui/settings_sections/social_section.json", + "type": "panel" + }, + "party_section/microsoft_account_settings_label_wrapper": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "party_section/privacy_and_online_safety_button_padding": { + "file": "ui/settings_sections/social_section.json", + "type": "panel" + }, + "party_section/privacy_and_online_safety_button": { + "file": "ui/settings_sections/social_section.json", + "type": "button", + "extend": { + "name": "action_button", + "namespace": "settings_common" + } + }, + "party_section/microsoft_account_settings_ending_padding": { + "file": "ui/settings_sections/social_section.json", + "type": "panel" + }, + "party_privacy_label": { + "file": "ui/settings_sections/social_section.json", + "type": "label" + }, + "microsoft_account_settings_label": { + "file": "ui/settings_sections/social_section.json", + "type": "label" + }, + "platform_settings_label": { + "file": "ui/settings_sections/social_section.json", + "type": "label" + }, + "party_invite_filter_dropdown_content": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "party_privacy_dropdown_content": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "party_invite_send_privileges_dropdown_content": { + "file": "ui/settings_sections/social_section.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + } + }, + "sidebar_navigation": { + "empty_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel" + }, + "empty_fill_x_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel" + }, + "empty_default_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "vertical_padding_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sidebar_bg": { + "file": "ui/sidebar_navigation.json", + "type": "image" + }, + "sidebar_divider": { + "file": "ui/sidebar_navigation.json", + "type": "image" + }, + "sidebar_divider_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "sidebar_divider" + ] + }, + "sidebar_divider_panel/sidebar_divider": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "sidebar_divider", + "namespace": "sidebar_navigation" + } + }, + "toggle_content": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "toggle_content" + ] + }, + "toggle_content/toggle_content": { + "file": "ui/sidebar_navigation.json", + "type": "unknown" + }, + "sidebar_section_scroll_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "sidebar_bg_content_panel": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "sidebar_bg", + "namespace": "sidebar_navigation" + }, + "children": [ + "sidebar_bg_content" + ] + }, + "sidebar_bg_content_panel/sidebar_bg_content": { + "file": "ui/sidebar_navigation.json", + "type": "unknown" + }, + "sidebar_nav_toggle_image": { + "file": "ui/sidebar_navigation.json", + "type": "image" + }, + "sidebar_nav_toggle_image_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "sidebar_nav_toggle_image", + "gamepad_helper_icon" + ] + }, + "sidebar_nav_toggle_image_panel/sidebar_nav_toggle_image": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "sidebar_nav_toggle_image", + "namespace": "sidebar_navigation" + } + }, + "sidebar_nav_toggle_image_panel/gamepad_helper_icon": { + "file": "ui/sidebar_navigation.json", + "type": "unknown" + }, + "gamepad_helper_icon_start_toggle": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_start", + "namespace": "common" + } + }, + "verbose_view_toggle_content": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "left_padding", + "sidebar_nav_toggle_image" + ] + }, + "verbose_view_toggle_content/left_padding": { + "file": "ui/sidebar_navigation.json", + "type": "panel" + }, + "verbose_view_toggle_content/sidebar_nav_toggle_image": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_nav_toggle_image_panel", + "namespace": "sidebar_navigation" + } + }, + "sidebar_toggle_bg": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "button_image", + "namespace": "common_buttons" + } + }, + "sidebar_toggle": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "dark_content_toggle", + "namespace": "common_toggles" + } + }, + "sidebar_option_toggle": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_toggle", + "namespace": "sidebar_navigation" + } + }, + "simple_sidebar_toggle": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_option_toggle", + "namespace": "sidebar_navigation" + } + }, + "verbose_toggle": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_option_toggle", + "namespace": "sidebar_navigation" + } + }, + "verbose_sidebar_option": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "verbose_toggle", + "namespace": "sidebar_navigation" + } + }, + "verbose_expand_option": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "verbose_sidebar_option", + "namespace": "sidebar_navigation" + } + }, + "verbose_dropdown_option": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "verbose_toggle", + "namespace": "sidebar_navigation" + } + }, + "verbose_dropdown_expanded_option": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "verbose_dropdown_option", + "namespace": "sidebar_navigation" + } + }, + "verbose_sidebar_expand_section_bg": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "sidebar_bg", + "namespace": "sidebar_navigation" + } + }, + "verbose_sidebar_expand_section_panel": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "extend": { + "name": "sidebar_section", + "namespace": "sidebar_navigation" + } + }, + "verbose_expand_section_panel": { + "file": "ui/sidebar_navigation.json", + "type": "input_panel", + "extend": { + "name": "sidebar_option_factory_panel", + "namespace": "sidebar_navigation" + } + }, + "verbose_view_toggle": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_toggle", + "namespace": "sidebar_navigation" + } + }, + "sidebar_option_factory": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel" + }, + "sidebar_option_factory_panel": { + "file": "ui/sidebar_navigation.json", + "type": "input_panel", + "children": [ + "sidebar_option_factory" + ] + }, + "sidebar_option_factory_panel/sidebar_option_factory": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "extend": { + "name": "sidebar_option_factory", + "namespace": "sidebar_navigation" + } + }, + "verbose_button_content": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "verbose_button_content/button_label": { + "file": "ui/sidebar_navigation.json", + "type": "label" + }, + "verbose_button": { + "file": "ui/sidebar_navigation.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "verbose_nav_button_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "verbose_nav_button" + ] + }, + "verbose_nav_button_panel/verbose_nav_button": { + "file": "ui/sidebar_navigation.json", + "type": "button", + "extend": { + "name": "verbose_button", + "namespace": "sidebar_navigation" + } + }, + "verbose_screen_nav_button": { + "file": "ui/sidebar_navigation.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "verbose_screen_nav_option_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "verbose_nav_button" + ] + }, + "verbose_screen_nav_option_panel/verbose_nav_button": { + "file": "ui/sidebar_navigation.json", + "type": "button", + "extend": { + "name": "verbose_screen_nav_button", + "namespace": "sidebar_navigation" + } + }, + "sidebar_option_factory_scroll_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_section_scroll_panel", + "namespace": "sidebar_navigation" + } + }, + "sidebar_screen_nav_option_factory_panel": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "fill_panel", + "button", + "padding", + "platform_icon_padding" + ] + }, + "sidebar_screen_nav_option_factory_panel/fill_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel" + }, + "sidebar_screen_nav_option_factory_panel/button": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "verbose_screen_nav_option_panel", + "namespace": "sidebar_navigation" + } + }, + "sidebar_screen_nav_option_factory_panel/padding": { + "file": "ui/sidebar_navigation.json", + "type": "panel" + }, + "sidebar_screen_nav_option_factory_panel/platform_icon_padding": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "platform_store_icon_spacing", + "namespace": "sidebar_navigation" + } + }, + "root_section_content_panel": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "sidebar_option_factory", + "verbose_sidebar_screen_Nav" + ] + }, + "root_section_content_panel/sidebar_option_factory": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_option_factory_scroll_panel", + "namespace": "sidebar_navigation" + } + }, + "root_section_content_panel/verbose_sidebar_screen_Nav": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "extend": { + "name": "sidebar_screen_nav_option_factory_panel", + "namespace": "sidebar_navigation" + } + }, + "edge_bar": { + "file": "ui/sidebar_navigation.json", + "type": "image" + }, + "verbose_view_stack_panel": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "verbose_view_toggle" + ] + }, + "verbose_view_stack_panel/verbose_view_toggle": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "verbose_view_toggle", + "namespace": "sidebar_navigation" + } + }, + "sidebar_section": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "left_edge_bar", + "verbose_view_stack_panel", + "right_edge_bar" + ] + }, + "sidebar_section/left_edge_bar": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "edge_bar", + "namespace": "sidebar_navigation" + } + }, + "sidebar_section/verbose_view_stack_panel": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "extend": { + "name": "verbose_view_stack_panel", + "namespace": "sidebar_navigation" + } + }, + "sidebar_section/right_edge_bar": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "edge_bar", + "namespace": "sidebar_navigation" + } + }, + "root_section": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_section_scroll_panel", + "namespace": "sidebar_navigation" + } + }, + "verbose_root_section": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "extend": { + "name": "sidebar_section", + "namespace": "sidebar_navigation" + } + }, + "simple_root_section": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "verbose_view_toggle", + "root_section" + ] + }, + "simple_root_section/verbose_view_toggle": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "verbose_view_toggle", + "namespace": "sidebar_navigation" + } + }, + "simple_root_section/root_section": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "root_section", + "namespace": "sidebar_navigation" + } + }, + "sidebar_section_factory_panel": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "sidebar_bg", + "namespace": "sidebar_navigation" + }, + "children": [ + "sidebar_section_factory" + ] + }, + "sidebar_section_factory_panel/sidebar_section_factory": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel" + }, + "sidebar_view_content_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "view_stack_panel", + "verbose_view_exit" + ] + }, + "sidebar_view_content_panel/view_stack_panel": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "sidebar_view", + "controller_hover_close_panel" + ] + }, + "sidebar_view_content_panel/view_stack_panel/sidebar_view": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "sidebar_section_factory_panel", + "namespace": "sidebar_navigation" + } + }, + "sidebar_view_content_panel/view_stack_panel/controller_hover_close_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "controller_hover_close_button" + ] + }, + "sidebar_view_content_panel/view_stack_panel/controller_hover_close_panel/controller_hover_close_button": { + "file": "ui/sidebar_navigation.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover" + ] + }, + "sidebar_view_content_panel/view_stack_panel/controller_hover_close_panel/controller_hover_close_button/default": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sidebar_view_content_panel/view_stack_panel/controller_hover_close_panel/controller_hover_close_button/hover": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sidebar_view_content_panel/verbose_view_exit": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "close_bg_panel", + "namespace": "common_store" + } + }, + "verbose_sidebar_view_modal": { + "file": "ui/sidebar_navigation.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + } + }, + "sidebar_views": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "sidebar_view_conent" + ] + }, + "sidebar_views/sidebar_view_conent": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "simple_sidebar_view", + "verbose_side_bar_view_modal" + ] + }, + "sidebar_views/sidebar_view_conent/simple_sidebar_view": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_view_content_panel", + "namespace": "sidebar_navigation" + } + }, + "sidebar_views/sidebar_view_conent/verbose_side_bar_view_modal": { + "file": "ui/sidebar_navigation.json", + "type": "input_panel", + "extend": { + "name": "verbose_sidebar_view_modal", + "namespace": "sidebar_navigation" + }, + "children": [ + "verbose_sidebar_view" + ] + }, + "sidebar_views/sidebar_view_conent/verbose_side_bar_view_modal/verbose_sidebar_view": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_view_content_panel", + "namespace": "sidebar_navigation" + } + }, + "sidebar_empty_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel" + }, + "content_view": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "content_view_stack" + ] + }, + "content_view/content_view_stack": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "sidebar_view_stack", + "main_view_content" + ] + }, + "content_view/content_view_stack/sidebar_view_stack": { + "file": "ui/sidebar_navigation.json", + "type": "stack_panel", + "children": [ + "sidebar_empty_panel", + "divider" + ] + }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_empty_panel", + "namespace": "sidebar_navigation" + }, + "children": [ + "controller_hover_open_panel" + ] + }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel/controller_hover_open_panel": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "children": [ + "controller_hover_open_button" + ] + }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel/controller_hover_open_panel/controller_hover_open_button": { + "file": "ui/sidebar_navigation.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover" + ] + }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel/controller_hover_open_panel/controller_hover_open_button/default": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel/controller_hover_open_panel/controller_hover_open_button/hover": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "content_view/content_view_stack/sidebar_view_stack/divider": { + "file": "ui/sidebar_navigation.json", + "type": "image", + "extend": { + "name": "edge_bar", + "namespace": "sidebar_navigation" + } + }, + "content_view/content_view_stack/main_view_content": { + "file": "ui/sidebar_navigation.json", + "type": "input_panel", + "children": [ + "screen_content" + ] + }, + "content_view/content_view_stack/main_view_content/screen_content": { + "file": "ui/sidebar_navigation.json", + "type": "unknown" + }, + "sidebar_view": { + "file": "ui/sidebar_navigation.json", + "type": "input_panel", + "children": [ + "sidebar_content", + "content_view", + "progress_loading" + ] + }, + "sidebar_view/sidebar_content": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "sidebar_views", + "namespace": "sidebar_navigation" + } + }, + "sidebar_view/content_view": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "content_view", + "namespace": "sidebar_navigation" + } + }, + "sidebar_view/progress_loading": { + "file": "ui/sidebar_navigation.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "platform_store_icon_spacing": { + "file": "ui/sidebar_navigation.json", + "type": "panel" + } + }, + "sign": { + "sign_background": { + "file": "ui/sign_screen.json", + "type": "image" + }, + "hanging_sign_background": { + "file": "ui/sign_screen.json", + "type": "image" + }, + "base_sign_text_multiline": { + "file": "ui/sign_screen.json", + "type": "edit_box", + "extend": { + "name": "multiline_text_edit_box", + "namespace": "common" + } + }, + "regular_sign_text_multiline": { + "file": "ui/sign_screen.json", + "type": "edit_box", + "extend": { + "name": "base_sign_text_multiline", + "namespace": "sign" + } + }, + "hanging_sign_text_multiline": { + "file": "ui/sign_screen.json", + "type": "edit_box", + "extend": { + "name": "base_sign_text_multiline", + "namespace": "sign" + } + }, + "sign_screen_content": { + "file": "ui/sign_screen.json", + "type": "panel", + "children": [ + "input_eating_panel", + "invisible_exit_background" + ] + }, + "sign_screen_content/input_eating_panel": { + "file": "ui/sign_screen.json", + "type": "input_panel", + "children": [ + "text_edit" + ] + }, + "sign_screen_content/input_eating_panel/text_edit": { + "file": "ui/sign_screen.json", + "type": "unknown" + }, + "sign_screen_content/invisible_exit_background": { + "file": "ui/sign_screen.json", + "type": "input_panel" + }, + "sign_screen": { + "file": "ui/sign_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "simple_inprogress": { + "title_text": { + "file": "ui/simple_inprogress_screen.json", + "type": "label" + }, + "main_panel": { + "file": "ui/simple_inprogress_screen.json", + "type": "panel", + "children": [ + "common_panel", + "title", + "main_content", + "progress_loading_bars" + ] + }, + "main_panel/common_panel": { + "file": "ui/simple_inprogress_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel/title": { + "file": "ui/simple_inprogress_screen.json", + "type": "label", + "extend": { + "name": "title_text", + "namespace": "simple_inprogress" + } + }, + "main_panel/main_content": { + "file": "ui/simple_inprogress_screen.json", + "type": "label" + }, + "main_panel/progress_loading_bars": { + "file": "ui/simple_inprogress_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "play" + } + }, + "simple_inprogress_screen": { + "file": "ui/simple_inprogress_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "simple_inprogress_screen_content": { + "file": "ui/simple_inprogress_screen.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "simple_inprogress_screen_content/root_panel": { + "file": "ui/simple_inprogress_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "simple_inprogress_screen_content/root_panel/main_panel": { + "file": "ui/simple_inprogress_screen.json", + "type": "panel", + "extend": { + "name": "main_panel", + "namespace": "simple_inprogress" + } + } + }, + "skin_pack_purchase": { + "cycle_pack_left_button": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_left_button", + "namespace": "common_store" + } + }, + "cycle_pack_right_button": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_right_button", + "namespace": "common_store" + } + }, + "skin_model": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "paper_doll" + ] + }, + "skin_model/paper_doll": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "custom" + }, + "skin_lock": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "image" + }, + "skin_focus_border": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + }, + "children": [ + "equip" + ] + }, + "skin_focus_border/equip": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "extend": { + "name": "equip_button_state_panel", + "namespace": "skin_pack_purchase" + } + }, + "skin_button_panel_gamepad": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "skin_button" + ] + }, + "skin_button_panel_gamepad/skin_button": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "button", + "children": [ + "hover", + "pressed" + ] + }, + "skin_button_panel_gamepad/skin_button/hover": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "image", + "extend": { + "name": "skin_focus_border", + "namespace": "skin_pack_purchase" + } + }, + "skin_button_panel_gamepad/skin_button/pressed": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "image", + "extend": { + "name": "skin_focus_border", + "namespace": "skin_pack_purchase" + } + }, + "skin_button_panel_not_gamepad": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "skin_button", + "equip_button" + ] + }, + "skin_button_panel_not_gamepad/skin_button": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "button", + "children": [ + "hover", + "pressed" + ] + }, + "skin_button_panel_not_gamepad/skin_button/hover": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "skin_button_panel_not_gamepad/skin_button/pressed": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "skin_button_panel_not_gamepad/equip_button": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "skin_button_panel": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "stack_panel", + "children": [ + "gamepad", + "not_gamepad" + ] + }, + "skin_button_panel/gamepad": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "extend": { + "name": "skin_button_panel_gamepad", + "namespace": "skin_pack_purchase" + } + }, + "skin_button_panel/not_gamepad": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "extend": { + "name": "skin_button_panel_not_gamepad", + "namespace": "skin_pack_purchase" + } + }, + "equip_button_state_panel": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "button_panel" + ] + }, + "equip_button_state_panel/button_panel": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "equip_button_text": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "equip_button_text/text": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "label" + }, + "skins_grid_item": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "model", + "lock", + "button" + ] + }, + "skins_grid_item/model": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "extend": { + "name": "skin_model", + "namespace": "skin_pack_purchase" + } + }, + "skins_grid_item/lock": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "image", + "extend": { + "name": "skin_lock", + "namespace": "skin_pack_purchase" + } + }, + "skins_grid_item/button": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "stack_panel", + "extend": { + "name": "skin_button_panel", + "namespace": "skin_pack_purchase" + } + }, + "skins_grid": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "grid" + }, + "skins_panel": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "bg" + ] + }, + "skins_panel/bg": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "left", + "sg", + "right", + "progress_loading_panel" + ] + }, + "skins_panel/bg/left": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_left_button", + "namespace": "skin_pack_purchase" + } + }, + "skins_panel/bg/sg": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "grid", + "extend": { + "name": "skins_grid", + "namespace": "skin_pack_purchase" + } + }, + "skins_panel/bg/right": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_right_button", + "namespace": "skin_pack_purchase" + } + }, + "skins_panel/bg/progress_loading_panel": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "progress_loading", + "progress_loading_outline" + ] + }, + "skins_panel/bg/progress_loading_panel/progress_loading": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "skins_panel/bg/progress_loading_panel/progress_loading_outline": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "button", + "children": [ + "hover" + ] + }, + "skins_panel/bg/progress_loading_panel/progress_loading_outline/hover": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "screen_root": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "screen", + "extend": { + "name": "store_base_screen", + "namespace": "common_store" + } + }, + "skin_pack_purchase_upsell_screen": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "screen", + "extend": { + "name": "screen_root", + "namespace": "skin_pack_purchase" + } + }, + "skin_pack_purchase_upsell_screen_content": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "extend": { + "name": "store_dialog_with_coin_header", + "namespace": "common_store" + } + }, + "skin_pack_purchase_upsell_dialog_content": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "container" + ] + }, + "skin_pack_purchase_upsell_dialog_content/container": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel" + }, + "skin_pack_purchase_standard": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "screen", + "extend": { + "name": "screen_root", + "namespace": "skin_pack_purchase" + } + }, + "skin_pack_purchase_standard_content": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "extend": { + "name": "store_dialog_with_coin_header", + "namespace": "common_store" + } + }, + "skin_pack_purchase_dialog_content": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel", + "children": [ + "container" + ] + }, + "skin_pack_purchase_dialog_content/container": { + "file": "ui/skin_pack_purchase_screen.json", + "type": "panel" + } + }, + "skin_picker": { + "banner_fill": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "title_label": { + "file": "ui/skin_picker_screen.json", + "type": "label" + }, + "label": { + "file": "ui/skin_picker_screen.json", + "type": "label" + }, + "chevron_image": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "bumper_image": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "undo_image": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "plus_icon": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "direction_button_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "chevron_image", + "bumper_image" + ] + }, + "direction_button_panel/chevron_image": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "chevron_image", + "namespace": "skin_picker" + } + }, + "direction_button_panel/bumper_image": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "bumper_image", + "namespace": "skin_picker" + } + }, + "cycle_pack_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "cycle_pack_left_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_button", + "namespace": "skin_picker" + } + }, + "cycle_pack_right_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_button", + "namespace": "skin_picker" + } + }, + "skin_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "children": [ + "hover", + "pressed" + ] + }, + "skin_button/hover": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "skin_button/pressed": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "skin_rotation_arrows": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "skin_viewer_panel": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "children": [ + "custom_skin_button", + "skin_model_panel", + "lock" + ] + }, + "skin_viewer_panel/custom_skin_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "skin_viewer_panel/skin_model_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "skin_model" + ] + }, + "skin_viewer_panel/skin_model_panel/skin_model": { + "file": "ui/skin_picker_screen.json", + "type": "custom" + }, + "skin_viewer_panel/lock": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "skin_lock", + "namespace": "skin_picker" + } + }, + "undo_skin_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "accept_skin_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "stack_item": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "accept_skin_panel": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "children": [ + "stack_item_0", + "stack_item_1" + ] + }, + "accept_skin_panel/stack_item_0": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "skin_picker" + }, + "children": [ + "undo_btn" + ] + }, + "accept_skin_panel/stack_item_0/undo_btn": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "undo_skin_button", + "namespace": "skin_picker" + } + }, + "accept_skin_panel/stack_item_1": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "skin_picker" + }, + "children": [ + "accept_button" + ] + }, + "accept_skin_panel/stack_item_1/accept_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "accept_skin_button", + "namespace": "skin_picker" + } + }, + "appearance_status_image_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "limited_status_image", + "no_restrictions_status_image" + ] + }, + "appearance_status_image_panel/limited_status_image": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "appearance_status_image_panel/no_restrictions_status_image": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "appearance_status_content": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "children": [ + "appearance_status_image_panel", + "padding", + "appearance_status_label_panel" + ] + }, + "appearance_status_content/appearance_status_image_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "appearance_status_image_panel", + "namespace": "skin_picker" + } + }, + "appearance_status_content/padding": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "appearance_status_content/appearance_status_label_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "appearance_status_label" + ] + }, + "appearance_status_content/appearance_status_label_panel/appearance_status_label": { + "file": "ui/skin_picker_screen.json", + "type": "label" + }, + "preview_skin_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "preview", + "button_frame" + ] + }, + "preview_skin_panel/preview": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "skin_viewer_panel", + "namespace": "skin_picker" + } + }, + "preview_skin_panel/button_frame": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "children": [ + "stack_item_0", + "padding", + "notification_and_accept_input_panel" + ] + }, + "preview_skin_panel/button_frame/stack_item_0": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "skin_picker" + }, + "children": [ + "rotation" + ] + }, + "preview_skin_panel/button_frame/stack_item_0/rotation": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "skin_rotation_arrows", + "namespace": "skin_picker" + } + }, + "preview_skin_panel/button_frame/padding": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "children": [ + "notification_and_accept_stack" + ] + }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "children": [ + "skin_status_notification_section", + "stack_item_1" + ] + }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack/skin_status_notification_section": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "appearance_status_notification_panel" + ] + }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack/skin_status_notification_section/appearance_status_notification_panel": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "static_tooltip_notification_panel", + "namespace": "common_buttons" + } + }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack/stack_item_1": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "stack_item", + "namespace": "skin_picker" + }, + "children": [ + "accept" + ] + }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack/stack_item_1/accept": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "extend": { + "name": "accept_skin_panel", + "namespace": "skin_picker" + } + }, + "skin_model": { + "file": "ui/skin_picker_screen.json", + "type": "custom" + }, + "premium_skin_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "skin_button", + "namespace": "skin_picker" + } + }, + "skin_lock": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "new_pack_icon": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "new_pack_icon/icon": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "new_offer_icon", + "namespace": "common_store" + } + }, + "pack_lock": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "locked", + "unlocked" + ] + }, + "pack_lock/locked": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "pack_lock/unlocked": { + "file": "ui/skin_picker_screen.json", + "type": "image" + }, + "skin_input_panel": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "children": [ + "sg" + ] + }, + "skin_input_panel/sg": { + "file": "ui/skin_picker_screen.json", + "type": "grid", + "extend": { + "name": "skins_grid", + "namespace": "skin_picker" + } + }, + "skins_grid_item": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "clip", + "lock", + "button" + ] + }, + "skins_grid_item/clip": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "model" + ] + }, + "skins_grid_item/clip/model": { + "file": "ui/skin_picker_screen.json", + "type": "custom", + "extend": { + "name": "skin_model", + "namespace": "skin_picker" + } + }, + "skins_grid_item/lock": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "skin_lock", + "namespace": "skin_picker" + } + }, + "skins_grid_item/button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "premium_skin_button", + "namespace": "skin_picker" + } + }, + "skins_grid": { + "file": "ui/skin_picker_screen.json", + "type": "grid" + }, + "pack_name": { + "file": "ui/skin_picker_screen.json", + "type": "label" + }, + "pack_grid_item": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "header", + "bg" + ] + }, + "pack_grid_item/header": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "pack_lock", + "pack_name", + "padding_2", + "new_pack_icon", + "padding_3" + ] + }, + "pack_grid_item/header/padding": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "pack_grid_item/header/pack_lock": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "pack_lock", + "namespace": "skin_picker" + } + }, + "pack_grid_item/header/pack_name": { + "file": "ui/skin_picker_screen.json", + "type": "label", + "extend": { + "name": "pack_name", + "namespace": "skin_picker" + } + }, + "pack_grid_item/header/padding_2": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "pack_grid_item/header/new_pack_icon": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "new_pack_icon", + "namespace": "skin_picker" + } + }, + "pack_grid_item/header/padding_3": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "pack_grid_item/bg": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "skin_picker" + }, + "children": [ + "skin_input_panel", + "expand_view_button", + "progress_loading_no_connection", + "progress_loading" + ] + }, + "pack_grid_item/bg/skin_input_panel": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "skin_input_panel", + "namespace": "skin_picker" + } + }, + "pack_grid_item/bg/expand_view_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "pack_grid_item/bg/progress_loading_no_connection": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "pack_grid_item/bg/progress_loading": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "premium_packs_grid": { + "file": "ui/skin_picker_screen.json", + "type": "grid" + }, + "standard_skin_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "skin_button", + "namespace": "skin_picker" + } + }, + "default_skins_grid_item": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "model", + "button" + ] + }, + "default_skins_grid_item/model": { + "file": "ui/skin_picker_screen.json", + "type": "custom", + "extend": { + "name": "skin_model", + "namespace": "skin_picker" + } + }, + "default_skins_grid_item/button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "standard_skin_button", + "namespace": "skin_picker" + } + }, + "default_skins_grid": { + "file": "ui/skin_picker_screen.json", + "type": "grid" + }, + "recent_skins_grid_item": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "clip", + "button" + ] + }, + "recent_skins_grid_item/clip": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "model" + ] + }, + "recent_skins_grid_item/clip/model": { + "file": "ui/skin_picker_screen.json", + "type": "custom", + "extend": { + "name": "skin_model", + "namespace": "skin_picker" + } + }, + "recent_skins_grid_item/button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "standard_skin_button", + "namespace": "skin_picker" + } + }, + "recent_skins_grid": { + "file": "ui/skin_picker_screen.json", + "type": "grid" + }, + "standard_frame": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "standard_header": { + "file": "ui/skin_picker_screen.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "skin_picker" + } + }, + "standard_fill": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "skin_picker" + } + }, + "standard_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "default_skins", + "recent_skins" + ] + }, + "standard_panel/default_skins": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "standard_frame", + "namespace": "skin_picker" + }, + "children": [ + "header", + "fill" + ] + }, + "standard_panel/default_skins/header": { + "file": "ui/skin_picker_screen.json", + "type": "label", + "extend": { + "name": "standard_header", + "namespace": "skin_picker" + } + }, + "standard_panel/default_skins/fill": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "standard_fill", + "namespace": "skin_picker" + }, + "children": [ + "default_skins_grid" + ] + }, + "standard_panel/default_skins/fill/default_skins_grid": { + "file": "ui/skin_picker_screen.json", + "type": "grid", + "extend": { + "name": "default_skins_grid", + "namespace": "skin_picker" + } + }, + "standard_panel/recent_skins": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "standard_frame", + "namespace": "skin_picker" + }, + "children": [ + "header", + "fill" + ] + }, + "standard_panel/recent_skins/header": { + "file": "ui/skin_picker_screen.json", + "type": "label", + "extend": { + "name": "standard_header", + "namespace": "skin_picker" + } + }, + "standard_panel/recent_skins/fill": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "standard_fill", + "namespace": "skin_picker" + }, + "children": [ + "recent_skins_grid", + "recent_skins_loading_panel" + ] + }, + "standard_panel/recent_skins/fill/recent_skins_grid": { + "file": "ui/skin_picker_screen.json", + "type": "grid", + "extend": { + "name": "recent_skins_grid", + "namespace": "skin_picker" + } + }, + "standard_panel/recent_skins/fill/recent_skins_loading_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "scrolling_content_stack": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "children": [ + "standard_panel", + "premium_packs_grid" + ] + }, + "scrolling_content_stack/standard_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "standard_panel", + "namespace": "skin_picker" + } + }, + "scrolling_content_stack/premium_packs_grid": { + "file": "ui/skin_picker_screen.json", + "type": "grid", + "extend": { + "name": "premium_packs_grid", + "namespace": "skin_picker" + } + }, + "all_skins_content": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "children": [ + "scrolling_frame" + ] + }, + "all_skins_content/scrolling_frame": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "change_skin_scroll", + "progress_loading" + ] + }, + "all_skins_content/scrolling_frame/change_skin_scroll": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "all_skins_content/scrolling_frame/progress_loading": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "all_skins_frame": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "all_skins_content" + ] + }, + "all_skins_frame/all_skins_content": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "all_skins_content", + "namespace": "skin_picker" + } + }, + "title_bar": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "fill_panel", + "padding_1", + "skin_name_holder", + "padding_2" + ] + }, + "title_bar/padding_0": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "title_bar/fill_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "title_holder" + ] + }, + "title_bar/fill_panel/title_holder": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "change_skin_title" + ] + }, + "title_bar/fill_panel/title_holder/change_skin_title": { + "file": "ui/skin_picker_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "skin_picker" + } + }, + "title_bar/padding_1": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "title_bar/skin_name_holder": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "preview_skin_name" + ] + }, + "title_bar/skin_name_holder/preview_skin_name": { + "file": "ui/skin_picker_screen.json", + "type": "label", + "extend": { + "name": "title_label", + "namespace": "skin_picker" + } + }, + "title_bar/padding_2": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "popup_dialog_skin_model": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "paper_doll" + ] + }, + "popup_dialog_skin_model/paper_doll": { + "file": "ui/skin_picker_screen.json", + "type": "custom" + }, + "popup_dialog_choose_skin_type_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "children": [ + "hover", + "pressed" + ] + }, + "popup_dialog_choose_skin_type_button/hover": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "popup_dialog_choose_skin_type_button/pressed": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "popup_dialog_choose_skin_type_panel": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "model", + "button_highlight" + ] + }, + "popup_dialog_choose_skin_type_panel/model": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "popup_dialog_skin_model", + "namespace": "skin_picker" + } + }, + "popup_dialog_choose_skin_type_panel/button_highlight": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_choose_skin_type_button", + "namespace": "skin_picker" + } + }, + "popup_dialog__invalid_custom_skin": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "popup_dialog_bg", + "popup_dialog_message", + "popup_dialog_middle_button" + ] + }, + "popup_dialog__invalid_custom_skin/popup_dialog_bg": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "popup_dialog" + } + }, + "popup_dialog__invalid_custom_skin/popup_dialog_message": { + "file": "ui/skin_picker_screen.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog__invalid_custom_skin/popup_dialog_middle_button": { + "file": "ui/skin_picker_screen.json", + "type": "button", + "extend": { + "name": "popup_dialog_middle_button", + "namespace": "popup_dialog" + } + }, + "popup_dialog__upsell_without_store": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog__invalid_custom_skin", + "namespace": "skin_picker" + } + }, + "popup_dialog__choose_skin_type": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "popup_dialog_bg", + "popup_dialog_message", + "left", + "right" + ] + }, + "popup_dialog__choose_skin_type/popup_dialog_bg": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "popup_dialog" + } + }, + "popup_dialog__choose_skin_type/popup_dialog_message": { + "file": "ui/skin_picker_screen.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog__choose_skin_type/left": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "popup_dialog_choose_skin_type_panel", + "namespace": "skin_picker" + } + }, + "popup_dialog__choose_skin_type/right": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "popup_dialog_choose_skin_type_panel", + "namespace": "skin_picker" + } + }, + "content": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "title", + "selector_area", + "content_area", + "section_divider" + ] + }, + "content/title": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "extend": { + "name": "title_bar", + "namespace": "skin_picker" + } + }, + "content/selector_area": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "selector_area", + "namespace": "skin_picker" + } + }, + "content/content_area": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "content_area", + "namespace": "skin_picker" + } + }, + "content/section_divider": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "section_divider", + "namespace": "skin_picker" + } + }, + "skin_picker_screen": { + "file": "ui/skin_picker_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "skin_picker_screen_content": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + }, + "children": [ + "bg", + "container", + "popup_dialog_factory" + ] + }, + "skin_picker_screen_content/bg": { + "file": "ui/skin_picker_screen.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + }, + "skin_picker_screen_content/container": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "skin_picker_screen_content/container/content": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "content", + "namespace": "skin_picker" + } + }, + "skin_picker_screen_content/popup_dialog_factory": { + "file": "ui/skin_picker_screen.json", + "type": "factory" + }, + "scrollable_selector_area_content": { + "file": "ui/skin_picker_screen.json", + "type": "panel" + }, + "selector_area": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "all_skins", + "inactive_modal_pane_fade" + ] + }, + "selector_area/all_skins": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "all_skins_frame", + "namespace": "skin_picker" + } + }, + "selector_area/inactive_modal_pane_fade": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "inactive_modal_pane_fade", + "namespace": "common" + } + }, + "content_area": { + "file": "ui/skin_picker_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "preview_skin", + "inactive_modal_pane_fade" + ] + }, + "content_area/preview_skin": { + "file": "ui/skin_picker_screen.json", + "type": "panel", + "extend": { + "name": "preview_skin_panel", + "namespace": "skin_picker" + } + }, + "content_area/inactive_modal_pane_fade": { + "file": "ui/skin_picker_screen.json", + "type": "image", + "extend": { + "name": "inactive_modal_pane_fade", + "namespace": "common" + } + }, + "section_divider": { + "file": "ui/skin_picker_screen.json", + "type": "image" + } + }, + "smithing_table": { + "smithing_image": { + "file": "ui/smithing_table_screen.json", + "type": "image" + }, + "ingot_image": { + "file": "ui/smithing_table_screen.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table" + } + }, + "smithing_icon": { + "file": "ui/smithing_table_screen.json", + "type": "image" + }, + "upgrade_label": { + "file": "ui/smithing_table_screen.json", + "type": "label" + }, + "icon_and_text_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "smithing_icon_panel", + "upgrade_label" + ] + }, + "icon_and_text_panel/smithing_icon_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "smithing_icon_panel", + "namespace": "smithing_table" + } + }, + "icon_and_text_panel/upgrade_label": { + "file": "ui/smithing_table_screen.json", + "type": "label", + "extend": { + "name": "upgrade_label", + "namespace": "smithing_table" + } + }, + "smithing_icon_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "smithing_icon" + ] + }, + "smithing_icon_panel/smithing_icon": { + "file": "ui/smithing_table_screen.json", + "type": "image", + "extend": { + "name": "smithing_icon", + "namespace": "smithing_table" + } + }, + "plus_sign_icon": { + "file": "ui/smithing_table_screen.json", + "type": "image" + }, + "arrow_icon": { + "file": "ui/smithing_table_screen.json", + "type": "image" + }, + "cross_out_icon": { + "file": "ui/smithing_table_screen.json", + "type": "image" + }, + "smithing_table_output_slot_button": { + "file": "ui/smithing_table_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "smithing_table_item_slot": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "container_item" + ] + }, + "smithing_table_item_slot/container_item": { + "file": "ui/smithing_table_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "recipe_grid": { + "file": "ui/smithing_table_screen.json", + "type": "grid", + "children": [ + "input_item_slot", + "plus", + "material_item_slot", + "yields", + "result_item_slot" + ] + }, + "recipe_grid/input_item_slot": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "smithing_table_item_slot", + "namespace": "smithing_table" + } + }, + "recipe_grid/plus": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "plus_sign_icon" + ] + }, + "recipe_grid/plus/plus_sign_icon": { + "file": "ui/smithing_table_screen.json", + "type": "image", + "extend": { + "name": "plus_sign_icon", + "namespace": "smithing_table" + } + }, + "recipe_grid/material_item_slot": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "smithing_table_item_slot", + "namespace": "smithing_table" + } + }, + "recipe_grid/yields": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "arrow_icon", + "cross_out_icon" + ] + }, + "recipe_grid/yields/arrow_icon": { + "file": "ui/smithing_table_screen.json", + "type": "image", + "extend": { + "name": "arrow_icon", + "namespace": "smithing_table" + } + }, + "recipe_grid/yields/cross_out_icon": { + "file": "ui/smithing_table_screen.json", + "type": "image", + "extend": { + "name": "cross_out_icon", + "namespace": "smithing_table" + } + }, + "recipe_grid/result_item_slot": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "smithing_table_item_slot", + "namespace": "smithing_table" + } + }, + "recipe_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "recipe_grid" + ] + }, + "recipe_panel/recipe_grid": { + "file": "ui/smithing_table_screen.json", + "type": "grid", + "extend": { + "name": "recipe_grid", + "namespace": "smithing_table" + } + }, + "top_half_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "icon_and_text_panel", + "recipe_panel" + ] + }, + "top_half_panel/icon_and_text_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "icon_and_text_panel", + "namespace": "smithing_table" + } + }, + "top_half_panel/recipe_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "recipe_panel", + "namespace": "smithing_table" + } + }, + "smithing_table_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "smithing_table_panel/container_gamepad_helpers": { + "file": "ui/smithing_table_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "smithing_table_panel/selected_item_details_factory": { + "file": "ui/smithing_table_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "smithing_table_panel/item_lock_notification_factory": { + "file": "ui/smithing_table_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel": { + "file": "ui/smithing_table_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "smithing_table_screen_inventory", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "smithing_table_panel/root_panel/common_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "children": [ + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button" + ] + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/top_half_panel": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "top_half_panel", + "namespace": "smithing_table" + } + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/smithing_table_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/hotbar_grid": { + "file": "ui/smithing_table_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/inventory_take_progress_icon_button": { + "file": "ui/smithing_table_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/smithing_table_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/gamepad_cursor": { + "file": "ui/smithing_table_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "smithing_table_panel/flying_item_renderer": { + "file": "ui/smithing_table_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "smithing_table_screen": { + "file": "ui/smithing_table_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "smithing_table_2": { + "smithing_icon": { + "file": "ui/smithing_table_2_screen.json", + "type": "image" + }, + "upgrade_label": { + "file": "ui/smithing_table_2_screen.json", + "type": "label" + }, + "icon_and_text_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "smithing_icon_panel", + "upgrade_label" + ] + }, + "icon_and_text_panel/smithing_icon_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "smithing_icon_panel", + "namespace": "smithing_table_2" + } + }, + "icon_and_text_panel/upgrade_label": { + "file": "ui/smithing_table_2_screen.json", + "type": "label", + "extend": { + "name": "upgrade_label", + "namespace": "smithing_table_2" + } + }, + "smithing_icon_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "smithing_icon" + ] + }, + "smithing_icon_panel/smithing_icon": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_icon", + "namespace": "smithing_table_2" + } + }, + "smithing_image": { + "file": "ui/smithing_table_2_screen.json", + "type": "image" + }, + "smithing_material_image_ingot": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2" + } + }, + "arrow_icon": { + "file": "ui/smithing_table_2_screen.json", + "type": "image" + }, + "cross_out_icon_image": { + "file": "ui/smithing_table_2_screen.json", + "type": "image" + }, + "cross_out_icon_button": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "children": [ + "default", + "hover" + ] + }, + "cross_out_icon_button/default": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "cross_out_icon_image", + "namespace": "smithing_table_2" + } + }, + "cross_out_icon_button/hover": { + "file": "ui/smithing_table_2_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "smithing_input_image_templates": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2" + } + }, + "smithing_input_image_armors": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2" + } + }, + "smithing_input_image_armors_and_tools": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2" + } + }, + "smithing_material_image_all": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2" + } + }, + "template_overlay_image": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "templates" + ] + }, + "template_overlay_image/templates": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_input_image_templates", + "namespace": "smithing_table_2" + } + }, + "input_overlay_image": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "armors_and_tools", + "armors" + ] + }, + "input_overlay_image/armors_and_tools": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_input_image_armors_and_tools", + "namespace": "smithing_table_2" + } + }, + "input_overlay_image/armors": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_input_image_armors", + "namespace": "smithing_table_2" + } + }, + "material_overlay_image": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "all_materials", + "ingot" + ] + }, + "material_overlay_image/all_materials": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_material_image_all", + "namespace": "smithing_table_2" + } + }, + "material_overlay_image/ingot": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "smithing_material_image_ingot", + "namespace": "smithing_table_2" + } + }, + "smithing_table_output_slot_button": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "smithing_table_item_slot": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "container_item" + ] + }, + "smithing_table_item_slot/container_item": { + "file": "ui/smithing_table_2_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "recipe_grid": { + "file": "ui/smithing_table_2_screen.json", + "type": "grid", + "children": [ + "template_item_slot", + "input_item_slot", + "material_item_slot", + "yields", + "result_item_slot", + "result_item_preview" + ] + }, + "recipe_grid/template_item_slot": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "smithing_table_item_slot", + "namespace": "smithing_table_2" + } + }, + "recipe_grid/input_item_slot": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "smithing_table_item_slot", + "namespace": "smithing_table_2" + } + }, + "recipe_grid/material_item_slot": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "smithing_table_item_slot", + "namespace": "smithing_table_2" + } + }, + "recipe_grid/yields": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "arrow_icon", + "cross_out_icon" + ] + }, + "recipe_grid/yields/arrow_icon": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "arrow_icon", + "namespace": "smithing_table_2" + } + }, + "recipe_grid/yields/cross_out_icon": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "extend": { + "name": "cross_out_icon_button", + "namespace": "smithing_table_2" + } + }, + "recipe_grid/result_item_slot": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "smithing_table_item_slot", + "namespace": "smithing_table_2" + } + }, + "recipe_grid/result_item_preview": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "result_item_preview", + "namespace": "smithing_table_2" + } + }, + "recipe_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "recipe_grid" + ] + }, + "recipe_panel/recipe_grid": { + "file": "ui/smithing_table_2_screen.json", + "type": "grid", + "extend": { + "name": "recipe_grid", + "namespace": "smithing_table_2" + } + }, + "result_item_preview": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "inner" + ] + }, + "result_item_preview/inner": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "result_item_preview_inner", + "namespace": "smithing_table_2" + } + }, + "result_item_preview_inner": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "smithing_preview_renderer" + ] + }, + "result_item_preview_inner/smithing_preview_renderer": { + "file": "ui/smithing_table_2_screen.json", + "type": "custom" + }, + "toolbar_background": { + "file": "ui/smithing_table_2_screen.json", + "type": "image" + }, + "help_button": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "common" + } + }, + "toolbar_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "toolbar_background" + ] + }, + "toolbar_panel/toolbar_background": { + "file": "ui/smithing_table_2_screen.json", + "type": "image", + "extend": { + "name": "toolbar_background", + "namespace": "loom" + }, + "children": [ + "toolbar_stack_panel" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "help_button_panel", + "close_button_panel", + "padding_2" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "help_button" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel/help_button": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "loom" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "close_button" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel" + }, + "toolbar_anchor": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "toolbar_panel" + ] + }, + "toolbar_anchor/toolbar_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "input_panel", + "extend": { + "name": "toolbar_panel", + "namespace": "smithing_table_2" + } + }, + "top_half_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "icon_and_text_panel", + "recipe_panel" + ] + }, + "top_half_panel/icon_and_text_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "icon_and_text_panel", + "namespace": "smithing_table_2" + } + }, + "top_half_panel/recipe_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "recipe_panel", + "namespace": "smithing_table_2" + } + }, + "smithing_table_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "smithing_table_panel/container_gamepad_helpers": { + "file": "ui/smithing_table_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "smithing_table_panel/selected_item_details_factory": { + "file": "ui/smithing_table_2_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "smithing_table_panel/item_lock_notification_factory": { + "file": "ui/smithing_table_2_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "smithing_table_screen_inventory", + "inventory_selected_icon_button", + "toolbar_anchor", + "gamepad_cursor" + ] + }, + "smithing_table_panel/root_panel/common_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "children": [ + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid", + "inventory_take_progress_icon_button" + ] + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/top_half_panel": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "top_half_panel", + "namespace": "smithing_table_2" + } + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/hotbar_grid": { + "file": "ui/smithing_table_2_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/inventory_take_progress_icon_button": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/inventory_selected_icon_button": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "smithing_table_panel/root_panel/toolbar_anchor": { + "file": "ui/smithing_table_2_screen.json", + "type": "panel", + "extend": { + "name": "toolbar_anchor", + "namespace": "smithing_table_2" + } + }, + "smithing_table_panel/root_panel/gamepad_cursor": { + "file": "ui/smithing_table_2_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "smithing_table_panel/flying_item_renderer": { + "file": "ui/smithing_table_2_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "smithing_table_pocket": { + "ingot_image": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table" + } + }, + "background_image": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image" + }, + "arrow_icon": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image" + }, + "smithing_icon": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image" + }, + "upgrade_label": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "label" + }, + "smithing_icon_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "smithing_icon" + ] + }, + "smithing_icon_panel/smithing_icon": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_icon", + "namespace": "smithing_table_pocket" + } + }, + "smithing_table_title_and_text_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "smithing_icon_panel", + "upgrade_label" + ] + }, + "smithing_table_title_and_text_panel/smithing_icon_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "extend": { + "name": "smithing_icon_panel", + "namespace": "smithing_table_pocket" + } + }, + "smithing_table_title_and_text_panel/upgrade_label": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "label", + "extend": { + "name": "upgrade_label", + "namespace": "smithing_table_pocket" + } + }, + "slots_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "input_slot", + "material_slot", + "result_slot", + "plus_sign", + "arrow" + ] + }, + "slots_panel/input_slot": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "slots_panel/material_slot": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "slots_panel/result_slot": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_large_container_item", + "namespace": "common" + } + }, + "slots_panel/plus_sign": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "label", + "extend": { + "name": "upgrade_label", + "namespace": "smithing_table_pocket" + } + }, + "slots_panel/arrow": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image", + "children": [ + "cross_out" + ] + }, + "slots_panel/arrow/cross_out": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image" + }, + "smithing_table_contents_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "stack_panel", + "children": [ + "smithing_table_title_and_text_panel", + "slots_panel" + ] + }, + "smithing_table_contents_panel/smithing_table_title_and_text_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "extend": { + "name": "smithing_table_title_and_text_panel", + "namespace": "smithing_table_pocket" + } + }, + "smithing_table_contents_panel/slots_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "extend": { + "name": "slots_panel", + "namespace": "smithing_table_pocket" + } + }, + "inventory_grid": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "grid" + }, + "inventory_content": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_content/scrolling_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "inventory_and_smithing_table_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_half_screen", + "smithing_half_screen" + ] + }, + "inventory_and_smithing_table_panel/inventory_half_screen": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_content" + ] + }, + "inventory_and_smithing_table_panel/inventory_half_screen/inventory_content": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_content", + "namespace": "smithing_table_pocket" + } + }, + "inventory_and_smithing_table_panel/smithing_half_screen": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "smithing_table_content" + ] + }, + "inventory_and_smithing_table_panel/smithing_half_screen/smithing_table_content": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "smithing_table_contents_panel", + "namespace": "smithing_table_pocket" + } + }, + "header": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "close_button", + "panel" + ] + }, + "header/header_background": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image" + }, + "header/close_button": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header/panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "header/panel/title_label": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "label", + "extend": { + "name": "upgrade_label", + "namespace": "smithing_table_pocket" + } + }, + "header_and_content_stack_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "stack_panel", + "children": [ + "header", + "inventory_and_smithing_table_panel" + ] + }, + "header_and_content_stack_panel/header": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "smithing_table_pocket" + } + }, + "header_and_content_stack_panel/inventory_and_smithing_table_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_and_smithing_table_panel", + "namespace": "smithing_table_pocket" + } + }, + "smithing_table_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "panel", + "children": [ + "bg", + "root_panel", + "header_and_content_stack_panel", + "container_gamepad_helpers", + "inventory_selected_icon_button", + "hold_icon", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "smithing_table_panel/bg": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_image", + "namespace": "smithing_table_pocket" + } + }, + "smithing_table_panel/root_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "smithing_table_panel/header_and_content_stack_panel": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "header_and_content_stack_panel", + "namespace": "smithing_table_pocket" + } + }, + "smithing_table_panel/container_gamepad_helpers": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "smithing_table_panel/inventory_selected_icon_button": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "smithing_table_panel/hold_icon": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "smithing_table_panel/selected_item_details_factory": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "smithing_table_panel/item_lock_notification_factory": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "smithing_table_panel/flying_item_renderer": { + "file": "ui/smithing_table_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "smithing_table_2_pocket": { + "smithing_table_item_renderer": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "custom" + }, + "smithing_image": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image" + }, + "smithing_material_image_ingot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2_pocket" + } + }, + "background_image": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image" + }, + "smithing_input_image_templates": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_material_image_all": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_input_image_armors": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_input_image_armors_and_tools": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_image", + "namespace": "smithing_table_2_pocket" + } + }, + "template_overlay_image": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "templates" + ] + }, + "template_overlay_image/templates": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_input_image_templates", + "namespace": "smithing_table_2_pocket" + } + }, + "input_overlay_image": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "armors_and_tools", + "armors" + ] + }, + "input_overlay_image/armors_and_tools": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_input_image_armors_and_tools", + "namespace": "smithing_table_2_pocket" + } + }, + "input_overlay_image/armors": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_input_image_armors", + "namespace": "smithing_table_2_pocket" + } + }, + "material_overlay_image": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "ingot", + "all_materials" + ] + }, + "material_overlay_image/ingot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_material_image_ingot", + "namespace": "smithing_table_2_pocket" + } + }, + "material_overlay_image/all_materials": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "smithing_material_image_all", + "namespace": "smithing_table_2_pocket" + } + }, + "arrow_icon": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image" + }, + "smithing_icon": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image" + }, + "upgrade_label": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "label" + }, + "slot_grid_item": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "slot" + ] + }, + "slot_grid_item/slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "template_slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "slot_grid_item", + "namespace": "smithing_table_2_pocket" + } + }, + "input_slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "slot_grid_item", + "namespace": "smithing_table_2_pocket" + } + }, + "material_slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "slot_grid_item", + "namespace": "smithing_table_2_pocket" + } + }, + "inputs_stack": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "template_slot", + "padding1", + "input_slot", + "padding2", + "material_slot" + ] + }, + "inputs_stack/template_slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "template_slot", + "namespace": "smithing_table_2_pocket" + } + }, + "inputs_stack/padding1": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel" + }, + "inputs_stack/input_slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "input_slot", + "namespace": "smithing_table_2_pocket" + } + }, + "inputs_stack/padding2": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel" + }, + "inputs_stack/material_slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "material_slot", + "namespace": "smithing_table_2_pocket" + } + }, + "inputs_panel": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "inputs_stack" + ] + }, + "inputs_panel/inputs_stack": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "inputs_stack", + "namespace": "smithing_table_2_pocket" + } + }, + "result_slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "slot_grid_item", + "namespace": "smithing_table_2_pocket" + } + }, + "cross_out_image": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image" + }, + "cross_out_icon": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "button", + "children": [ + "default", + "hover" + ] + }, + "cross_out_icon/default": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "cross_out_image", + "namespace": "smithing_table_2_pocket" + } + }, + "cross_out_icon/hover": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "crafting_arrow": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "children": [ + "cross_out" + ] + }, + "crafting_arrow/cross_out": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "button", + "extend": { + "name": "cross_out_icon", + "namespace": "smithing_table_2_pocket" + } + }, + "crafting_arrow_grid_item": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "crafting_arrow" + ] + }, + "crafting_arrow_grid_item/crafting_arrow": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "crafting_arrow", + "namespace": "smithing_table_2_pocket" + } + }, + "result_item_preview": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "smithing_preview_renderer" + ] + }, + "result_item_preview/smithing_preview_renderer": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "custom" + }, + "result_item_preview_grid_item": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "result_preview" + ] + }, + "result_item_preview_grid_item/result_preview": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "result_item_preview", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_table_contents_panel": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "grid", + "children": [ + "label_holder", + "inputs", + "result_slot", + "crafting_arrow", + "result_item_preview" + ] + }, + "smithing_table_contents_panel/label_holder": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "title_label" + ] + }, + "smithing_table_contents_panel/label_holder/title_label": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "label", + "extend": { + "name": "upgrade_label", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_table_contents_panel/inputs": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inputs_panel", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_table_contents_panel/result_slot": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "result_slot", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_table_contents_panel/crafting_arrow": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "crafting_arrow_grid_item", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_table_contents_panel/result_item_preview": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "result_item_preview_grid_item", + "namespace": "smithing_table_2_pocket" + } + }, + "chest_item_renderer": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "custom" + }, + "left_tab_inventory": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_left", + "namespace": "common_tabs" + } + }, + "left_navigation_tabs": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "left_tab_inventory" + ] + }, + "left_navigation_tabs/left_tab_inventory": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_inventory", + "namespace": "smithing_table_2_pocket" + } + }, + "inventory_scroll_panel": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "left_panel": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "gamepad_helpers_and_tabs_holder", + "content" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "navigation_tabs_holder" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "left_navigation_tabs" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "left_navigation_tabs", + "namespace": "smithing_table_2_pocket" + } + }, + "left_panel/content": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "inventory_scroll_panel" + ] + }, + "left_panel/content/bg": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "left_panel/content/inventory_scroll_panel": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_scroll_panel", + "namespace": "smithing_table_2_pocket" + } + }, + "right_tab_smithing_table": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_right", + "namespace": "common_tabs" + } + }, + "right_navigation_tabs": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "pocket_tab_close_and_help_button", + "fill", + "right_tab_smithing_table" + ] + }, + "right_navigation_tabs/pocket_tab_close_and_help_button": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "pocket_tab_close_and_help_button", + "namespace": "common_tabs" + } + }, + "right_navigation_tabs/fill": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel" + }, + "right_navigation_tabs/right_tab_smithing_table": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab_smithing_table", + "namespace": "smithing_table_2_pocket" + } + }, + "right_panel": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "content", + "navigation_tabs_holder" + ] + }, + "right_panel/content": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "smithing_content_stack_panel" + ] + }, + "right_panel/content/bg": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/content/smithing_content_stack_panel": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "grid", + "extend": { + "name": "smithing_table_contents_panel", + "namespace": "smithing_table_2_pocket" + } + }, + "right_panel/navigation_tabs_holder": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "right_navigation_tabs" + ] + }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "right_navigation_tabs", + "namespace": "smithing_table_2_pocket" + } + }, + "pocket_hotbar_and_content_panels": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "common" + } + }, + "smithing_table_panel": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "panel", + "children": [ + "pocket_hotbar_and_content_panels", + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "inventory_selected_icon_button", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "smithing_table_panel/pocket_hotbar_and_content_panels": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "smithing_table_2_pocket" + } + }, + "smithing_table_panel/container_gamepad_helpers": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "smithing_table_panel/selected_item_details_factory": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "smithing_table_panel/item_lock_notification_factory": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "smithing_table_panel/inventory_selected_icon_button": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "smithing_table_panel/inventory_take_progress_icon_button": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "smithing_table_panel/flying_item_renderer": { + "file": "ui/smithing_table_2_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "smoker": { + "smoker_screen": { + "file": "ui/smoker_screen.json", + "type": "screen", + "extend": { + "name": "furnace_screen", + "namespace": "furnace" + } + } + }, + "start": { + "achievements_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "inbox_bell_animated_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "inbox_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "unread_notification_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "feedback_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "feedback_icon_edu": { + "file": "ui/start_screen.json", + "type": "image" + }, + "Xbox_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "change_skin_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "manage_accounts_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "new_offers_icon": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "new_offer_icon", + "namespace": "common_store" + } + }, + "edu_ai_lesson_crafter_button_content": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "padded_label", + "padded_icon" + ] + }, + "edu_ai_lesson_crafter_button_content/padded_label": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "label" + ] + }, + "edu_ai_lesson_crafter_button_content/padded_label/label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "edu_ai_lesson_crafter_button_content/padded_icon": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "icon" + ] + }, + "edu_ai_lesson_crafter_button_content/padded_icon/icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "preview_tag": { + "file": "ui/start_screen.json", + "type": "image", + "children": [ + "preview_label" + ] + }, + "preview_tag/preview_label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "update_prompt_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "marketplace_error_icon": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "marketplace_error_icon", + "namespace": "common_store" + } + }, + "sale_ribbon_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "alex_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "gamerpic": { + "file": "ui/start_screen.json", + "type": "custom" + }, + "copyright": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "label", + "label_background" + ] + }, + "copyright/label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "copyright/label_background": { + "file": "ui/start_screen.json", + "type": "image" + }, + "development_version": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "label", + "label_background" + ] + }, + "development_version/label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "development_version/label_background": { + "file": "ui/start_screen.json", + "type": "image" + }, + "version": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "label", + "label_background" + ] + }, + "version/label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "version/label_background": { + "file": "ui/start_screen.json", + "type": "image" + }, + "trial_info": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "trial_label", + "label_background" + ] + }, + "trial_info/trial_label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "trial_info/label_background": { + "file": "ui/start_screen.json", + "type": "image" + }, + "text_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "copyright", + "development_version", + "version" + ] + }, + "text_panel/copyright": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "copyright", + "namespace": "start" + } + }, + "text_panel/development_version": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "development_version", + "namespace": "start" + } + }, + "text_panel/version": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "version", + "namespace": "start" + } + }, + "skin_or_profile_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "change_skin", + "change_skin_button_demo", + "dressing_room_button", + "switch_accounts", + "profile_button" + ] + }, + "skin_or_profile_panel/change_skin": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "change_skin_button", + "namespace": "start" + } + }, + "skin_or_profile_panel/change_skin_button_demo": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "change_skin_button_demo", + "namespace": "start" + } + }, + "skin_or_profile_panel/dressing_room_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "dressing_room_button", + "namespace": "start" + } + }, + "skin_or_profile_panel/switch_accounts": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "switch_accounts_button", + "namespace": "start" + } + }, + "skin_or_profile_panel/profile_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "profile_button", + "namespace": "start" + } + }, + "change_skin_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "change_skin_button_demo": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "switch_accounts_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "dressing_room_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "profile_button_content": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "gamerpic_offset_wrapper", + "padding_middle", + "vertically_central_text", + "padding_right" + ] + }, + "profile_button_content/gamerpic_offset_wrapper": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "gamerpic_with_border" + ] + }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "gamerpic", + "alex_icon", + "border_black" + ] + }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/gamerpic": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "gamerpic", + "namespace": "start" + } + }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/alex_icon": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "alex_icon", + "namespace": "start" + } + }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/border_black": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "focus_border_black", + "namespace": "common" + } + }, + "profile_button_content/padding_middle": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "profile_button_content/vertically_central_text": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "profile_button_label" + ] + }, + "profile_button_content/vertically_central_text/top_padding": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "profile_button_content/vertically_central_text/profile_button_label": { + "file": "ui/start_screen.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "profile_button_content/padding_right": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "profile_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_form_fitting_button", + "namespace": "common_buttons" + } + }, + "skin_viewer_panel": { + "file": "ui/start_screen.json", + "type": "input_panel", + "children": [ + "paper_doll_panel", + "paper_doll_name_tag" + ] + }, + "skin_viewer_panel/paper_doll_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "paper_doll", + "appearacne_loading_panel" + ] + }, + "skin_viewer_panel/paper_doll_panel/paper_doll": { + "file": "ui/start_screen.json", + "type": "custom" + }, + "skin_viewer_panel/paper_doll_panel/appearacne_loading_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "skin_viewer_panel/paper_doll_name_tag": { + "file": "ui/start_screen.json", + "type": "custom" + }, + "skin_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "change_profile_or_skin", + "viewer_panel" + ] + }, + "skin_panel/change_profile_or_skin": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "skin_or_profile_panel", + "namespace": "start" + } + }, + "skin_panel/viewer_panel": { + "file": "ui/start_screen.json", + "type": "input_panel", + "extend": { + "name": "skin_viewer_panel", + "namespace": "start" + } + }, + "friendsdrawer_button_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "friendsdrawer_button" + ] + }, + "friendsdrawer_button_panel/friendsdrawer_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "friendsbutton" + } + }, + "gathering_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "badge_and_caption_animated": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "caption_and_padding", + "badge_and_padding" + ] + }, + "badge_and_caption_animated/caption_and_padding": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "pad", + "caption" + ] + }, + "badge_and_caption_animated/caption_and_padding/pad": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "badge_and_caption_animated/caption_and_padding/caption": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "gathering_caption", + "namespace": "start" + } + }, + "badge_and_caption_animated/badge_and_padding": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "badge", + "fill" + ] + }, + "badge_and_caption_animated/badge_and_padding/badge": { + "file": "ui/start_screen.json", + "type": "image" + }, + "badge_and_caption_animated/badge_and_padding/fill": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "gathering_badge": { + "file": "ui/start_screen.json", + "type": "image" + }, + "badge_and_caption": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "caption_and_padding", + "badge_and_padding" + ] + }, + "badge_and_caption/caption_and_padding": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "pad", + "caption" + ] + }, + "badge_and_caption/caption_and_padding/pad": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "badge_and_caption/caption_and_padding/caption": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "gathering_caption", + "namespace": "start" + } + }, + "badge_and_caption/badge_and_padding": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "badge", + "fill" + ] + }, + "badge_and_caption/badge_and_padding/badge": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "gathering_badge", + "namespace": "start" + } + }, + "badge_and_caption/badge_and_padding/fill": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "gathering_caption": { + "file": "ui/start_screen.json", + "type": "image", + "children": [ + "countdown_text" + ] + }, + "gathering_caption/countdown_text": { + "file": "ui/start_screen.json", + "type": "label" + }, + "gathering_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "horizontal_panel", + "bottom_pad" + ] + }, + "gathering_panel/horizontal_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "pad", + "inner_panel" + ] + }, + "gathering_panel/horizontal_panel/pad": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "gathering_panel/horizontal_panel/inner_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "badge_and_caption", + "badge_and_caption_animated", + "gathering_button" + ] + }, + "gathering_panel/horizontal_panel/inner_panel/badge_and_caption": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "badge_and_caption", + "namespace": "start" + } + }, + "gathering_panel/horizontal_panel/inner_panel/badge_and_caption_animated": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "badge_and_caption_animated", + "namespace": "start" + } + }, + "gathering_panel/horizontal_panel/inner_panel/gathering_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "gathering_button", + "namespace": "start" + } + }, + "gathering_panel/bottom_pad": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "edu_feedback_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "release_feedback_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "pre_release_feedback_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "release_feedback_button", + "namespace": "start" + } + }, + "feedback_button": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "edu_feedback_button", + "release_feedback_button", + "pre_release_feedback_button" + ] + }, + "feedback_button/edu_feedback_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "edu_feedback_button", + "namespace": "start" + } + }, + "feedback_button/release_feedback_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "release_feedback_button", + "namespace": "start" + } + }, + "feedback_button/pre_release_feedback_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "pre_release_feedback_button", + "namespace": "start" + } + }, + "achievements_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "achievements_icon_button": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "achievements_button" + ] + }, + "achievements_icon_button/achievements_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "achievements_button", + "namespace": "start" + } + }, + "inbox_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "inbox_button_unread_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "background" + ] + }, + "inbox_button_unread_panel/background": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "unread_notification_icon", + "namespace": "start" + } + }, + "inbox_icon_button": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "inbox_button", + "inbox_button_unread_panel" + ] + }, + "inbox_icon_button/inbox_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "inbox_button", + "namespace": "start" + } + }, + "inbox_icon_button/inbox_button_unread_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "inbox_button_unread_panel", + "namespace": "start" + } + }, + "xbl_signin_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "platform_signin_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "column_frame": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "educator_resources_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "upper_online_buttons_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "top_pad", + "stacked_column", + "bottom_pad" + ] + }, + "upper_online_buttons_panel/top_pad": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "upper_online_buttons_panel/stacked_column": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "xbl_btn_padding", + "xbl_btn", + "platform_signin_btn", + "gamertag_pic_and_label" + ] + }, + "upper_online_buttons_panel/stacked_column/xbl_btn_padding": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "upper_online_buttons_panel/stacked_column/xbl_btn": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "column_frame", + "namespace": "start" + }, + "children": [ + "xbl_signin_button" + ] + }, + "upper_online_buttons_panel/stacked_column/xbl_btn/xbl_signin_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "xbl_signin_button", + "namespace": "start" + } + }, + "upper_online_buttons_panel/stacked_column/platform_signin_btn": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "column_frame", + "namespace": "start" + }, + "children": [ + "platform_signin_button" + ] + }, + "upper_online_buttons_panel/stacked_column/platform_signin_btn/platform_signin_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "platform_signin_button", + "namespace": "start" + } + }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "gamerpic_with_border", + "spacer", + "label_panel" + ] + }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/gamerpic_with_border": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "gamerpic", + "border_white" + ] + }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/gamerpic_with_border/gamerpic": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "gamerpic", + "namespace": "start" + } + }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/gamerpic_with_border/border_white": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/spacer": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/label_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "gamertag_label" + ] + }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/label_panel/gamertag_label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "upper_online_buttons_panel/bottom_pad": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "lower_online_buttons_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "stacked_column" + ] + }, + "lower_online_buttons_panel/stacked_column": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "feedback_padding", + "feedback_btn", + "signingin", + "achievements_padding", + "achievements_btn", + "inbox_padding", + "inbox_btn", + "profile_btn_padding", + "profile_btn" + ] + }, + "lower_online_buttons_panel/stacked_column/feedback_padding": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "lower_online_buttons_panel/stacked_column/feedback_btn": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "column_frame", + "namespace": "start" + }, + "children": [ + "feedback_button" + ] + }, + "lower_online_buttons_panel/stacked_column/feedback_btn/feedback_button": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "feedback_button", + "namespace": "start" + } + }, + "lower_online_buttons_panel/stacked_column/signingin": { + "file": "ui/start_screen.json", + "type": "label" + }, + "lower_online_buttons_panel/stacked_column/achievements_padding": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "lower_online_buttons_panel/stacked_column/achievements_btn": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "column_frame", + "namespace": "start" + }, + "children": [ + "achievements_icon_button" + ] + }, + "lower_online_buttons_panel/stacked_column/achievements_btn/achievements_icon_button": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "achievements_icon_button", + "namespace": "start" + } + }, + "lower_online_buttons_panel/stacked_column/inbox_padding": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "lower_online_buttons_panel/stacked_column/inbox_btn": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "column_frame", + "namespace": "start" + }, + "children": [ + "inbox_icon_button" + ] + }, + "lower_online_buttons_panel/stacked_column/inbox_btn/inbox_icon_button": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "inbox_icon_button", + "namespace": "start" + } + }, + "lower_online_buttons_panel/stacked_column/profile_btn_padding": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "lower_online_buttons_panel/stacked_column/profile_btn": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "column_frame", + "namespace": "start" + }, + "children": [ + "profile_button" + ] + }, + "lower_online_buttons_panel/stacked_column/profile_btn/profile_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "profile_button", + "namespace": "start" + } + }, + "main_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "main_button_dark": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "main_content_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "main_button_gif": { + "file": "ui/start_screen.json", + "type": "custom" + }, + "main_button_banner": { + "file": "ui/start_screen.json", + "type": "image", + "children": [ + "banner_label" + ] + }, + "main_button_banner/banner_label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "play_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "play_button_art": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "default_background", + "hover_background", + "label", + "default_foreground", + "hover_foreground" + ] + }, + "play_button_art/default_background": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "main_button_gif", + "namespace": "start" + } + }, + "play_button_art/hover_background": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "main_button_gif", + "namespace": "start" + } + }, + "play_button_art/label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "play_button_art/default_foreground": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "main_button_gif", + "namespace": "start" + } + }, + "play_button_art/hover_foreground": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "main_button_gif", + "namespace": "start" + } + }, + "play_button_stack": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "play_button", + "play_button_art", + "play_button_banner" + ] + }, + "play_button_stack/play_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "play_button", + "namespace": "start" + } + }, + "play_button_stack/play_button_art": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "play_button_art", + "namespace": "start" + } + }, + "play_button_stack/play_button_banner": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "main_button_banner", + "namespace": "start" + } + }, + "get_started_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "main_menu_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "featured_world_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "unlock_full_game_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "launch_editions_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "ai_lesson_crafter_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "settings_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "realms_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button_dark", + "namespace": "start" + } + }, + "servers_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "store_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "error_store_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "store_button_sale_banner": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "sale_ribbon_icon", + "namespace": "start" + }, + "children": [ + "banner_label_padding" + ] + }, + "store_button_sale_banner/banner_label_padding": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "banner_label" + ] + }, + "store_button_sale_banner/banner_label_padding/banner_label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "store_button_content": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "button_label", + "sales_banner" + ] + }, + "store_button_content/button_label": { + "file": "ui/start_screen.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "store_button_content/sales_banner": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "store_button_sale_banner", + "namespace": "start" + } + }, + "store_error_image": { + "file": "ui/start_screen.json", + "type": "image" + }, + "store_error_content": { + "file": "ui/start_screen.json", + "type": "image", + "children": [ + "marketplace_button_label" + ] + }, + "store_error_content/marketplace_button_label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "store_sale_label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "store_button_art": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "default_background", + "hover_background", + "label", + "default_foreground", + "hover_foreground" + ] + }, + "store_button_art/default_background": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "main_button_gif", + "namespace": "start" + } + }, + "store_button_art/hover_background": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "main_button_gif", + "namespace": "start" + } + }, + "store_button_art/label": { + "file": "ui/start_screen.json", + "type": "label" + }, + "store_button_art/default_foreground": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "main_button_gif", + "namespace": "start" + } + }, + "store_button_art/hover_foreground": { + "file": "ui/start_screen.json", + "type": "custom", + "extend": { + "name": "main_button_gif", + "namespace": "start" + } + }, + "store_button_stack": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "store_button", + "store_button_art", + "store_button_banner", + "update_icon", + "new_offers_icon" + ] + }, + "store_button_stack/store_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "store_button", + "namespace": "start" + } + }, + "store_button_stack/store_button_art": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "store_button_art", + "namespace": "start" + } + }, + "store_button_stack/store_button_banner": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "main_button_banner", + "namespace": "start" + } + }, + "store_button_stack/update_icon": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "update_prompt_icon", + "namespace": "start" + } + }, + "store_button_stack/new_offers_icon": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "new_offers_icon", + "namespace": "start" + } + }, + "buy_game_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_button", + "namespace": "start" + } + }, + "stacked_row": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "main_buttons_stack_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "title_offset_padding", + "title_panel_content", + "padding_fill_1", + "main_buttons_panel", + "main_buttons_panel_new_player_flow", + "padding_fill_2", + "padding_3" + ] + }, + "main_buttons_stack_panel/title_offset_padding": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "main_buttons_stack_panel/title_panel_content": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "start_title_panel_content", + "namespace": "common_art" + } + }, + "main_buttons_stack_panel/padding_fill_1": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "main_buttons_stack_panel/main_buttons_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "main_buttons_panel" + ] + }, + "main_buttons_stack_panel/main_buttons_panel/main_buttons_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "main_buttons_panel", + "namespace": "start" + } + }, + "main_buttons_stack_panel/main_buttons_panel_new_player_flow": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "main_buttons_panel_new_player_flow" + ] + }, + "main_buttons_stack_panel/main_buttons_panel_new_player_flow/main_buttons_panel_new_player_flow": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "main_buttons_panel_new_player_flow", + "namespace": "start" + } + }, + "main_buttons_stack_panel/padding_fill_2": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "gamepad_helpers" + ] + }, + "main_buttons_stack_panel/padding_fill_2/gamepad_helpers": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "start" + } + }, + "main_buttons_stack_panel/padding_3": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "main_buttons_panel_new_player_flow": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "stacked_rows" + ] + }, + "main_buttons_panel_new_player_flow/stacked_rows": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "test_label_row", + "spacer", + "get_started_row", + "main_menu_row" + ] + }, + "main_buttons_panel_new_player_flow/stacked_rows/test_label_row": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "trial_info" + ] + }, + "main_buttons_panel_new_player_flow/stacked_rows/test_label_row/trial_info": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "trial_info", + "namespace": "start" + } + }, + "main_buttons_panel_new_player_flow/stacked_rows/spacer": { + "file": "ui/start_screen.json", + "type": "panel" + }, + "main_buttons_panel_new_player_flow/stacked_rows/get_started_row": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "get_started_button" + ] + }, + "main_buttons_panel_new_player_flow/stacked_rows/get_started_row/get_started_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "get_started_button", + "namespace": "start" + } + }, + "main_buttons_panel_new_player_flow/stacked_rows/main_menu_row": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "main_menu_button" + ] + }, + "main_buttons_panel_new_player_flow/stacked_rows/main_menu_row/main_menu_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "main_menu_button", + "namespace": "start" + } + }, + "main_buttons_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "stacked_rows" + ] + }, + "main_buttons_panel/stacked_rows": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "play", + "featured_world", + "stacked_row_2", + "ai_lesson_crafter_row", + "edu_featured_button", + "settings_and_editions_panel", + "settings", + "realms", + "unlock_full_game_row", + "store", + "buy_game", + "launch_editions" + ] + }, + "main_buttons_panel/stacked_rows/play": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "play_button_stack", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/featured_world": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "featured_world_button" + ] + }, + "main_buttons_panel/stacked_rows/featured_world/featured_world_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "featured_world_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/stacked_row_2": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "stacked_columns" + ] + }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "stacked_col_0", + "stacked_col_1" + ] + }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_0": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "settings_button" + ] + }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_0/settings_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "settings_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_1": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "store_button", + "update_icon", + "new_offers_icon" + ] + }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_1/store_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "store_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_1/update_icon": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "update_prompt_icon", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_1/new_offers_icon": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "new_offers_icon", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/ai_lesson_crafter_row": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "ai_lesson_crafter_button", + "lesson_crafter_preview_overlay" + ] + }, + "main_buttons_panel/stacked_rows/ai_lesson_crafter_row/ai_lesson_crafter_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "ai_lesson_crafter_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/ai_lesson_crafter_row/lesson_crafter_preview_overlay": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "preview_tag", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/edu_featured_button": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "new_and_featured_button" + ] + }, + "main_buttons_panel/stacked_rows/edu_featured_button/new_and_featured_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "featured_button", + "namespace": "edu_featured" + } + }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "settings_and_editions", + "settings_panel" + ] + }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "settings_panel", + "editions_panel" + ] + }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions/settings_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "settings_button" + ] + }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions/settings_panel/settings_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "settings_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions/editions_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "launch_editions_button" + ] + }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions/editions_panel/launch_editions_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "launch_editions_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "settings_button" + ] + }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_panel/settings_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "settings_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/settings": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "settings_button" + ] + }, + "main_buttons_panel/stacked_rows/settings/settings_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "settings_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/realms": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "realms_button" + ] + }, + "main_buttons_panel/stacked_rows/realms/realms_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "realms_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/unlock_full_game_row": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "unlock_full_game" + ] + }, + "main_buttons_panel/stacked_rows/unlock_full_game_row/unlock_full_game": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "unlock_full_game_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/store": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "store_button_stack", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/buy_game": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "buy_game_button" + ] + }, + "main_buttons_panel/stacked_rows/buy_game/buy_game_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "buy_game_button", + "namespace": "start" + } + }, + "main_buttons_panel/stacked_rows/launch_editions": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "stacked_row", + "namespace": "start" + }, + "children": [ + "launch_editions_button" + ] + }, + "main_buttons_panel/stacked_rows/launch_editions/launch_editions_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "launch_editions_button", + "namespace": "start" + } + }, + "gamepad_helpers": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "gamepad_helper_a", + "gamepad_helper_b_and_padding", + "gamepad_helper_y_and_padding", + "gamepad_helper_x_and_padding" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "gamepad_helpers/gamepad_helper_b_and_padding": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_b" + ] + }, + "gamepad_helpers/gamepad_helper_b_and_padding/gamepad_helper_b": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "gamepad_helpers/gamepad_helper_y_and_padding": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_y" + ] + }, + "gamepad_helpers/gamepad_helper_y_and_padding/gamepad_helper_y": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y", + "namespace": "common" + } + }, + "gamepad_helpers/gamepad_helper_x_and_padding": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "gamepad_helper_x" + ] + }, + "gamepad_helpers/gamepad_helper_x_and_padding/gamepad_helper_x": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_x", + "namespace": "common" + } + }, + "invite_notification_icon": { + "file": "ui/start_screen.json", + "type": "image" + }, + "invite_notification_button": { + "file": "ui/start_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "notification_button_text": { + "file": "ui/start_screen.json", + "type": "label" + }, + "notification_button_text_background": { + "file": "ui/start_screen.json", + "type": "image" + }, + "notification_button_text_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "text" + ] + }, + "notification_button_text_panel/text": { + "file": "ui/start_screen.json", + "type": "label", + "extend": { + "name": "notification_button_text", + "namespace": "start" + }, + "children": [ + "background" + ] + }, + "notification_button_text_panel/text/background": { + "file": "ui/start_screen.json", + "type": "image", + "extend": { + "name": "notification_button_text_background", + "namespace": "start" + } + }, + "start_screen": { + "file": "ui/start_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "start_screen_content": { + "file": "ui/start_screen.json", + "type": "panel", + "children": [ + "main_buttons_and_title_panel", + "online_button_stack", + "skin_panel", + "text_panel", + "friendsdrawer_button_panel" + ] + }, + "start_screen_content/main_buttons_and_title_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_buttons_stack_panel", + "namespace": "start" + } + }, + "start_screen_content/online_button_stack": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "children": [ + "gathering_panel", + "upper_online_buttons_panel", + "lower_online_buttons_panel" + ] + }, + "start_screen_content/online_button_stack/gathering_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "gathering_panel", + "namespace": "start" + } + }, + "start_screen_content/online_button_stack/upper_online_buttons_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "upper_online_buttons_panel", + "namespace": "start" + } + }, + "start_screen_content/online_button_stack/lower_online_buttons_panel": { + "file": "ui/start_screen.json", + "type": "stack_panel", + "extend": { + "name": "lower_online_buttons_panel", + "namespace": "start" + } + }, + "start_screen_content/skin_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "skin_panel", + "namespace": "start" + } + }, + "start_screen_content/text_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "text_panel", + "namespace": "start" + } + }, + "start_screen_content/friendsdrawer_button_panel": { + "file": "ui/start_screen.json", + "type": "panel", + "extend": { + "name": "friendsdrawer_button_panel", + "namespace": "start" + } + } + }, + "stonecutter": { + "stonecutter_label": { + "file": "ui/stonecutter_screen.json", + "type": "label" + }, + "arrow_icon": { + "file": "ui/stonecutter_screen.json", + "type": "image" + }, + "stone_cell_image": { + "file": "ui/stonecutter_screen.json", + "type": "image" + }, + "container_cell_image": { + "file": "ui/stonecutter_screen.json", + "type": "image" + }, + "toolbar_background": { + "file": "ui/stonecutter_screen.json", + "type": "image" + }, + "highlight_slot_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "hover_text", + "highlight", + "white_border" + ] + }, + "highlight_slot_panel/hover_text": { + "file": "ui/stonecutter_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "highlight_slot_panel/highlight": { + "file": "ui/stonecutter_screen.json", + "type": "image", + "extend": { + "name": "highlight_slot", + "namespace": "common" + } + }, + "highlight_slot_panel/white_border": { + "file": "ui/stonecutter_screen.json", + "type": "image", + "extend": { + "name": "white_border_slot", + "namespace": "common" + } + }, + "stone_slot_button": { + "file": "ui/stonecutter_screen.json", + "type": "button", + "children": [ + "hover" + ] + }, + "stone_slot_button/hover": { + "file": "ui/stonecutter_screen.json", + "type": "unknown" + }, + "item_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "item_renderer" + ] + }, + "item_panel/item_renderer": { + "file": "ui/stonecutter_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + }, + "children": [ + "stack_count_label" + ] + }, + "item_panel/item_renderer/stack_count_label": { + "file": "ui/stonecutter_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "stone_button": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "children": [ + "banner_pattern", + "item_button_ref" + ] + }, + "stone_button/banner_pattern": { + "file": "ui/stonecutter_screen.json", + "type": "unknown" + }, + "stone_button/item_button_ref": { + "file": "ui/stonecutter_screen.json", + "type": "unknown" + }, + "scroll_grid": { + "file": "ui/stonecutter_screen.json", + "type": "grid" + }, + "scroll_grid_panel": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "grid" + ] + }, + "scroll_grid_panel/grid": { + "file": "ui/stonecutter_screen.json", + "type": "grid", + "extend": { + "name": "scroll_grid", + "namespace": "stonecutter" + } + }, + "scroll_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "stone_book_panel": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "scroll_panel" + ] + }, + "stone_book_panel/bg": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "stone_book_panel/scroll_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "extend": { + "name": "scroll_panel", + "namespace": "stonecutter" + } + }, + "result_slot_button": { + "file": "ui/stonecutter_screen.json", + "type": "button", + "extend": { + "name": "no_coalesce_container_slot_button", + "namespace": "common" + } + }, + "input_item_slot": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "result_item_slot": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "input_slots_stack_panel": { + "file": "ui/stonecutter_screen.json", + "type": "stack_panel", + "children": [ + "input_item_slot" + ] + }, + "input_slots_stack_panel/input_item_slot": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "input_item_slot", + "namespace": "stonecutter" + } + }, + "top_half_stack_panel": { + "file": "ui/stonecutter_screen.json", + "type": "stack_panel", + "children": [ + "input_slots_holder", + "padding_1", + "arrow_holder", + "padding_2", + "result_item_slot_holder" + ] + }, + "top_half_stack_panel/input_slots_holder": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "input_slots_stack_panel" + ] + }, + "top_half_stack_panel/input_slots_holder/input_slots_stack_panel": { + "file": "ui/stonecutter_screen.json", + "type": "stack_panel", + "extend": { + "name": "input_slots_stack_panel", + "namespace": "stonecutter" + } + }, + "top_half_stack_panel/padding_1": { + "file": "ui/stonecutter_screen.json", + "type": "panel" + }, + "top_half_stack_panel/arrow_holder": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "arrow_icon" + ] + }, + "top_half_stack_panel/arrow_holder/arrow_icon": { + "file": "ui/stonecutter_screen.json", + "type": "image", + "extend": { + "name": "arrow_icon", + "namespace": "stonecutter" + } + }, + "top_half_stack_panel/padding_2": { + "file": "ui/stonecutter_screen.json", + "type": "panel" + }, + "top_half_stack_panel/result_item_slot_holder": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "result_item_slot" + ] + }, + "top_half_stack_panel/result_item_slot_holder/result_item_slot": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "result_item_slot", + "namespace": "stonecutter" + } + }, + "top_half_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "top_half_stack_panel" + ] + }, + "top_half_panel/top_half_stack_panel": { + "file": "ui/stonecutter_screen.json", + "type": "stack_panel", + "extend": { + "name": "top_half_stack_panel", + "namespace": "stonecutter" + } + }, + "right_panel": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "stonecutter_screen_inventory" + ] + }, + "right_panel/common_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/stonecutter_screen_inventory": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "stonecutter_label", + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid" + ] + }, + "right_panel/stonecutter_screen_inventory/stonecutter_label": { + "file": "ui/stonecutter_screen.json", + "type": "label", + "extend": { + "name": "stonecutter_label", + "namespace": "stonecutter" + } + }, + "right_panel/stonecutter_screen_inventory/top_half_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "extend": { + "name": "top_half_panel", + "namespace": "stonecutter" + } + }, + "right_panel/stonecutter_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "right_panel/stonecutter_screen_inventory/hotbar_grid": { + "file": "ui/stonecutter_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "toolbar_panel": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "toolbar_background" + ] + }, + "toolbar_panel/toolbar_background": { + "file": "ui/stonecutter_screen.json", + "type": "image", + "extend": { + "name": "toolbar_background", + "namespace": "stonecutter" + }, + "children": [ + "toolbar_stack_panel" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { + "file": "ui/stonecutter_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "close_button_panel", + "padding_2" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { + "file": "ui/stonecutter_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "close_button" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { + "file": "ui/stonecutter_screen.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { + "file": "ui/stonecutter_screen.json", + "type": "panel" + }, + "toolbar_anchor": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "toolbar_panel" + ] + }, + "toolbar_anchor/toolbar_panel": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "toolbar_panel", + "namespace": "stonecutter" + } + }, + "center_fold": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "center_bg" + ] + }, + "center_fold/center_bg": { + "file": "ui/stonecutter_screen.json", + "type": "image" + }, + "screen_stack_panel": { + "file": "ui/stonecutter_screen.json", + "type": "stack_panel", + "children": [ + "stone_book_panel", + "center_fold", + "right_panel", + "toolbar_anchor" + ] + }, + "screen_stack_panel/stone_book_panel": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "stone_book_panel", + "namespace": "stonecutter" + } + }, + "screen_stack_panel/center_fold": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "center_fold", + "namespace": "stonecutter" + } + }, + "screen_stack_panel/right_panel": { + "file": "ui/stonecutter_screen.json", + "type": "input_panel", + "extend": { + "name": "right_panel", + "namespace": "stonecutter" + } + }, + "screen_stack_panel/toolbar_anchor": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "extend": { + "name": "toolbar_anchor", + "namespace": "stonecutter" + } + }, + "stonecutter_panel": { + "file": "ui/stonecutter_screen.json", + "type": "panel", + "children": [ + "screen_stack_panel", + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "inventory_selected_icon_button", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "stonecutter_panel/screen_stack_panel": { + "file": "ui/stonecutter_screen.json", + "type": "stack_panel", + "extend": { + "name": "screen_stack_panel", + "namespace": "stonecutter" + } + }, + "stonecutter_panel/container_gamepad_helpers": { + "file": "ui/stonecutter_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "stonecutter_panel/selected_item_details_factory": { + "file": "ui/stonecutter_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "stonecutter_panel/item_lock_notification_factory": { + "file": "ui/stonecutter_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "stonecutter_panel/inventory_selected_icon_button": { + "file": "ui/stonecutter_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "stonecutter_panel/inventory_take_progress_icon_button": { + "file": "ui/stonecutter_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "stonecutter_panel/flying_item_renderer": { + "file": "ui/stonecutter_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "stonecutter_screen": { + "file": "ui/stonecutter_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "stonecutter_pocket": { + "vertical_arrow_icon": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "image" + }, + "chest_item_renderer": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "custom" + }, + "stonecutter_item_renderer": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "custom" + }, + "input_item_slot": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "result_item_slot": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "right_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "children": [ + "content", + "navigation_tabs_holder" + ] + }, + "right_panel/content": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "stonecutter_content_stack_panel" + ] + }, + "right_panel/content/bg": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/content/stonecutter_content_stack_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "stonecutter_content_stack_panel", + "namespace": "stonecutter_pocket" + } + }, + "right_panel/navigation_tabs_holder": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "right_navigation_tabs" + ] + }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "right_navigation_tabs", + "namespace": "stonecutter_pocket" + } + }, + "right_tab_stonecutter": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_right", + "namespace": "common_tabs" + } + }, + "right_navigation_tabs": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "children": [ + "close", + "fill", + "right_tab_stonecutter" + ] + }, + "right_navigation_tabs/close": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "image", + "children": [ + "nodrop_zone", + "close_button" + ] + }, + "right_navigation_tabs/close/nodrop_zone": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "right_navigation_tabs/close/close_button": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "right_navigation_tabs/fill": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel" + }, + "right_navigation_tabs/right_tab_stonecutter": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "right_tab_stonecutter", + "namespace": "stonecutter_pocket" + } + }, + "input_slots_stack_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "children": [ + "input_item_slot" + ] + }, + "input_slots_stack_panel/input_item_slot": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "input_item_slot", + "namespace": "stonecutter_pocket" + } + }, + "stonecutter_content_stack_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "children": [ + "label_holder", + "padding_1", + "panel" + ] + }, + "stonecutter_content_stack_panel/label_holder": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "stonecutter_label" + ] + }, + "stonecutter_content_stack_panel/label_holder/stonecutter_label": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "label", + "extend": { + "name": "stonecutter_label", + "namespace": "stonecutter" + } + }, + "stonecutter_content_stack_panel/padding_1": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel" + }, + "stonecutter_content_stack_panel/panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "stonecutter_content_stack_panel/panel/stack_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "children": [ + "input_slots_holder", + "padding_3", + "arrow_holder", + "padding_4", + "result_item_slot_holder", + "padding_5" + ] + }, + "stonecutter_content_stack_panel/panel/stack_panel/input_slots_holder": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "input_slots_stack_panel" + ] + }, + "stonecutter_content_stack_panel/panel/stack_panel/input_slots_holder/input_slots_stack_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "input_slots_stack_panel", + "namespace": "stonecutter_pocket" + } + }, + "stonecutter_content_stack_panel/panel/stack_panel/padding_3": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel" + }, + "stonecutter_content_stack_panel/panel/stack_panel/arrow_holder": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "vertical_arrow_icon" + ] + }, + "stonecutter_content_stack_panel/panel/stack_panel/arrow_holder/vertical_arrow_icon": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "image", + "extend": { + "name": "vertical_arrow_icon", + "namespace": "stonecutter_pocket" + } + }, + "stonecutter_content_stack_panel/panel/stack_panel/padding_4": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel" + }, + "stonecutter_content_stack_panel/panel/stack_panel/result_item_slot_holder": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "result_item_slot" + ] + }, + "stonecutter_content_stack_panel/panel/stack_panel/result_item_slot_holder/result_item_slot": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "result_item_slot", + "namespace": "stonecutter_pocket" + } + }, + "stonecutter_content_stack_panel/panel/stack_panel/padding_5": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel" + }, + "inventory_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "children": [ + "inventory_title_label_centerer", + "inventory_scroll_panel" + ] + }, + "inventory_panel/inventory_title_label_centerer": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "inventory_title_label" + ] + }, + "inventory_panel/inventory_title_label_centerer/inventory_title_label": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "label" + }, + "inventory_panel/inventory_scroll_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_scroll_panel", + "namespace": "stonecutter_pocket" + } + }, + "inventory_scroll_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "pattern_button": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "stone_button", + "namespace": "stonecutter" + } + }, + "pattern_scroll_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scroll_panel", + "namespace": "stonecutter" + } + }, + "left_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "children": [ + "gamepad_helpers_and_tabs_holder", + "content" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "tabs_left_gamepad_helpers", + "navigation_tabs_holder" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/tabs_left_gamepad_helpers": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "tabs_left_gamepad_helpers", + "namespace": "common" + } + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "left_navigation_tabs" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "left_navigation_tabs", + "namespace": "stonecutter_pocket" + } + }, + "left_panel/content": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "inventory_panel", + "pattern_scroll_panel" + ] + }, + "left_panel/content/bg": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "left_panel/content/inventory_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "inventory_panel", + "namespace": "stonecutter_pocket" + } + }, + "left_panel/content/pattern_scroll_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pattern_scroll_panel", + "namespace": "stonecutter_pocket" + } + }, + "left_tab_stones": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_left", + "namespace": "common_tabs" + } + }, + "left_tab_inventory": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_left", + "namespace": "common_tabs" + } + }, + "left_navigation_tabs": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "children": [ + "left_tab_stones", + "padding", + "left_tab_inventory" + ] + }, + "left_navigation_tabs/left_tab_stones": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_stones", + "namespace": "stonecutter_pocket" + } + }, + "left_navigation_tabs/padding": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel" + }, + "left_navigation_tabs/left_tab_inventory": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_inventory", + "namespace": "stonecutter_pocket" + } + }, + "pocket_hotbar_and_content_panels": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "common" + } + }, + "stonecutter_panel": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "panel", + "children": [ + "pocket_hotbar_and_content_panels", + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "inventory_selected_icon_button", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "stonecutter_panel/pocket_hotbar_and_content_panels": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "stonecutter_pocket" + } + }, + "stonecutter_panel/container_gamepad_helpers": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "stonecutter_panel/selected_item_details_factory": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "stonecutter_panel/item_lock_notification_factory": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "stonecutter_panel/inventory_selected_icon_button": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "stonecutter_panel/inventory_take_progress_icon_button": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "stonecutter_panel/flying_item_renderer": { + "file": "ui/stonecutter_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "storage_management": { + "lock_icon": { + "file": "ui/storage_management.json", + "type": "image" + }, + "storage_header_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "header_panel" + ] + }, + "storage_header_panel/header_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "file_storage_dropdown", + "file_storage_dropdown_edu", + "clear_cache_button_panel", + "clear_download_cache_button_panel", + "clear_screenshots_cache_button_panel", + "delete_local_screenshots_button_panel", + "panel" + ] + }, + "storage_header_panel/header_panel/file_storage_dropdown": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "storage_header_panel/header_panel/file_storage_dropdown_edu": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "storage_header_panel/header_panel/clear_cache_button_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "clear_cache_button" + ] + }, + "storage_header_panel/header_panel/clear_cache_button_panel/clear_cache_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "storage_header_panel/header_panel/clear_download_cache_button_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "clear_download_button" + ] + }, + "storage_header_panel/header_panel/clear_download_cache_button_panel/clear_download_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "storage_header_panel/header_panel/clear_screenshots_cache_button_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "clear_screenshots_cache_button" + ] + }, + "storage_header_panel/header_panel/clear_screenshots_cache_button_panel/clear_screenshots_cache_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "storage_header_panel/header_panel/delete_local_screenshots_button_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "delete_local_screenshots_button" + ] + }, + "storage_header_panel/header_panel/delete_local_screenshots_button_panel/delete_local_screenshots_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "storage_header_panel/header_panel/panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "multiselect_button" + ] + }, + "storage_header_panel/header_panel/panel/multiselect_button": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "light_image_toggle", + "namespace": "common_toggles" + } + }, + "x_button_image": { + "file": "ui/storage_management.json", + "type": "image" + }, + "storage_main_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "scroll_content" + ] + }, + "storage_main_panel/scroll_content": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_scroll_pane", + "namespace": "storage_management" + } + }, + "storage_footer_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "visibleContent" + ] + }, + "storage_footer_panel/visibleContent": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "delete_button", + "share_button" + ] + }, + "storage_footer_panel/visibleContent/delete_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "storage_footer_panel/visibleContent/share_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "delete_checkbox": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "selected_checkbox_image" + ] + }, + "delete_checkbox/selected_checkbox_image": { + "file": "ui/storage_management.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "common" + } + }, + "generic_button": { + "file": "ui/storage_management.json", + "type": "image", + "children": [ + "picture", + "text" + ] + }, + "generic_button/picture": { + "file": "ui/storage_management.json", + "type": "image" + }, + "generic_button/text": { + "file": "ui/storage_management.json", + "type": "label" + }, + "common_scroll_pane": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "common_label": { + "file": "ui/storage_management.json", + "type": "label" + }, + "main_content_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "panel" + ] + }, + "main_content_panel/panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "spacing", + "delete_checkbox", + "image_panel", + "text_panel_offset" + ] + }, + "main_content_panel/panel/spacing": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "main_content_panel/panel/delete_checkbox": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "delete_checkbox", + "namespace": "storage_management" + } + }, + "main_content_panel/panel/image_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "image_border" + ] + }, + "main_content_panel/panel/image_panel/image_border": { + "file": "ui/storage_management.json", + "type": "image", + "children": [ + "image" + ] + }, + "main_content_panel/panel/image_panel/image_border/image": { + "file": "ui/storage_management.json", + "type": "image" + }, + "main_content_panel/panel/text_panel_offset": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "text_panel" + ] + }, + "main_content_panel/panel/text_panel_offset/text_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "main_content_panel/panel/text_panel_offset/text_panel/0": { + "file": "ui/storage_management.json", + "type": "unknown" + }, + "common_main_button": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "background", + "border", + "main_content_panel" + ] + }, + "common_main_button/background": { + "file": "ui/storage_management.json", + "type": "image" + }, + "common_main_button/border": { + "file": "ui/storage_management.json", + "type": "image" + }, + "common_main_button/main_content_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "main_content_panel", + "namespace": "storage_management" + } + }, + "base_glyph": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "image", + "padding" + ] + }, + "base_glyph/image": { + "file": "ui/storage_management.json", + "type": "image" + }, + "base_glyph/padding": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "main_item_text": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "main_content_panel", + "namespace": "storage_management" + } + }, + "grey_button": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "common_main_button", + "namespace": "storage_management" + } + }, + "icon_item_text": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "grey_button", + "namespace": "storage_management" + } + }, + "world_item_text": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "grey_button", + "namespace": "storage_management" + } + }, + "storage_main_item_toggle": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "main_item_toggle", + "contentPanel", + "padding" + ] + }, + "storage_main_item_toggle/main_item_toggle": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "storage_main_item_toggle/contentPanel": { + "file": "ui/storage_management.json", + "type": "stack_panel" + }, + "storage_main_item_toggle/padding": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_scroll_pane": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "category_stack_panel", + "multiselect_padding" + ] + }, + "storage_scroll_pane/category_stack_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "stack_panel", + "legacy_world_stack_panel", + "retailtopreview_world_stack_panel" + ] + }, + "storage_scroll_pane/category_stack_panel/stack_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel" + }, + "storage_scroll_pane/category_stack_panel/legacy_world_stack_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "legacy_world_controls" + ] + }, + "storage_scroll_pane/category_stack_panel/legacy_world_stack_panel/legacy_world_controls": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_main_item_legacy_world_toggle", + "namespace": "storage_management" + } + }, + "storage_scroll_pane/category_stack_panel/retailtopreview_world_stack_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "retailtopreview_world_controls" + ] + }, + "storage_scroll_pane/category_stack_panel/retailtopreview_world_stack_panel/retailtopreview_world_controls": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_main_item_retailtopreview_world_toggle", + "namespace": "storage_management" + } + }, + "storage_scroll_pane/multiselect_padding": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "world_controls": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_main_item_toggle", + "namespace": "storage_management" + } + }, + "world_template_controls": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_main_item_toggle", + "namespace": "storage_management" + } + }, + "resource_controls": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_main_item_toggle", + "namespace": "storage_management" + } + }, + "behavior_controls": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_main_item_toggle", + "namespace": "storage_management" + } + }, + "skin_controls": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_main_item_toggle", + "namespace": "storage_management" + } + }, + "cached_controls": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "storage_main_item_toggle", + "namespace": "storage_management" + } + }, + "resource_sub_item": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "dummy_panel", + "main_panel" + ] + }, + "resource_sub_item/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "resource_sub_item/main_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "content" + ] + }, + "resource_sub_item/main_panel/content": { + "file": "ui/storage_management.json", + "type": "unknown" + }, + "resource_toggle": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "content_toggle", + "item_button_panel" + ] + }, + "resource_toggle/content_toggle": { + "file": "ui/storage_management.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "unchecked", + "unchecked_hover" + ] + }, + "resource_toggle/content_toggle/default": { + "file": "ui/storage_management.json", + "type": "unknown" + }, + "resource_toggle/content_toggle/hover": { + "file": "ui/storage_management.json", + "type": "unknown" + }, + "resource_toggle/content_toggle/unchecked": { + "file": "ui/storage_management.json", + "type": "unknown" + }, + "resource_toggle/content_toggle/unchecked_hover": { + "file": "ui/storage_management.json", + "type": "unknown" + }, + "resource_toggle/item_button_panel": { + "file": "ui/storage_management.json", + "type": "input_panel", + "children": [ + "y_sizing_panel" + ] + }, + "resource_toggle/item_button_panel/y_sizing_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "border" + ] + }, + "resource_toggle/item_button_panel/y_sizing_panel/border": { + "file": "ui/storage_management.json", + "type": "image", + "children": [ + "button_panel" + ] + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "blank", + "padding_0", + "generate_texture_list_panel", + "padding_1", + "delete_button", + "padding_2", + "share_panel", + "padding_3", + "blank_3", + "padding_4", + "dependency_panel" + ] + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/blank": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "sub_item_blank_button", + "namespace": "storage_management" + } + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_0": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/generate_texture_list_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "blank", + "generate_texture_list_button" + ] + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/generate_texture_list_panel/blank": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "sub_item_blank_button", + "namespace": "storage_management" + } + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/generate_texture_list_panel/generate_texture_list_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "sub_item_tray_button", + "namespace": "storage_management" + } + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_1": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/delete_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "sub_item_tray_button", + "namespace": "storage_management" + } + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_2": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/share_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "blank", + "share_button" + ] + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/share_panel/blank": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "sub_item_blank_button", + "namespace": "storage_management" + } + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/share_panel/share_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "sub_item_tray_button", + "namespace": "storage_management" + } + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_3": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/blank_3": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "sub_item_blank_button", + "namespace": "storage_management" + } + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_4": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/dependency_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "blank", + "dependency_button" + ] + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/dependency_panel/blank": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "sub_item_blank_button", + "namespace": "storage_management" + } + }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/dependency_panel/dependency_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "sub_item_tray_button", + "namespace": "storage_management" + } + }, + "sub_item_tray_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "glyph_sub_icon": { + "file": "ui/storage_management.json", + "type": "image" + }, + "sub_item_blank_button": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "texture_icon_text": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "icon_item_text", + "namespace": "storage_management" + } + }, + "texture_icon_sub_item": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "texture_icon_text", + "namespace": "storage_management" + } + }, + "version_sub_item": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "texture_icon_text", + "namespace": "storage_management" + } + }, + "pack_description_sub_item": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "texture_icon_text", + "namespace": "storage_management" + } + }, + "world_sub_text": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "world_item_text", + "namespace": "storage_management" + } + }, + "world_template_sub_text": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "world_item_text", + "namespace": "storage_management" + } + }, + "basic_sub_item": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "icon_item_text", + "namespace": "storage_management" + } + }, + "dropdown_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "dropdown_button_content": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "image_panel", + "text_panel" + ] + }, + "dropdown_button_content/image_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "dropdown_button_content/image_panel/icon": { + "file": "ui/storage_management.json", + "type": "image" + }, + "dropdown_button_content/text_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "children": [ + "main_label" + ] + }, + "dropdown_button_content/text_panel/main_label": { + "file": "ui/storage_management.json", + "type": "label", + "extend": { + "name": "common_label", + "namespace": "storage_management" + } + }, + "filter_options": { + "file": "ui/storage_management.json", + "type": "input_panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "filter_options/0": { + "file": "ui/storage_management.json", + "type": "unknown" + }, + "light_assets": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "button_add": { + "file": "ui/storage_management.json", + "type": "image" + }, + "sort_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "light_assets", + "namespace": "storage_management" + }, + "children": [ + "default" + ] + }, + "sort_panel/default": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "sort_toggle": { + "file": "ui/storage_management.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "storage_scroll_panel": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "storage_main_item_legacy_world_toggle": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "main_item_toggle", + "contentPanel", + "padding" + ] + }, + "storage_main_item_legacy_world_toggle/main_item_toggle": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "storage_main_item_legacy_world_toggle/contentPanel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "sync_legacy_world_button_panel", + "dummy_panel", + "sync_legacy_world_description_panel", + "itemsPanel", + "sync_legacy_world_conversion_description_panel_dummy_panel", + "sync_legacy_world_conversion_description_panel", + "loading_legacy_worlds_panel" + ] + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_button_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "dummy_panel", + "sync_legacy_world_button" + ] + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_button_panel/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_button_panel/sync_legacy_world_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "storage_main_item_legacy_world_toggle/contentPanel/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_description_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "dummy_panel", + "sync_legacy_world_description" + ] + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_description_panel/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_description_panel/sync_legacy_world_description": { + "file": "ui/storage_management.json", + "type": "label" + }, + "storage_main_item_legacy_world_toggle/contentPanel/itemsPanel": { + "file": "ui/storage_management.json", + "type": "stack_panel" + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_conversion_description_panel_dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_conversion_description_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "dummy_panel", + "sync_legacy_world_conversion_description" + ] + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_conversion_description_panel/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_conversion_description_panel/sync_legacy_world_conversion_description": { + "file": "ui/storage_management.json", + "type": "label" + }, + "storage_main_item_legacy_world_toggle/contentPanel/loading_legacy_worlds_panel": { + "file": "ui/storage_management.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "loading_legacy_worlds_label", + "padding", + "progress_loading_bars" + ] + }, + "storage_main_item_legacy_world_toggle/contentPanel/loading_legacy_worlds_panel/loading_legacy_worlds_label": { + "file": "ui/storage_management.json", + "type": "label" + }, + "storage_main_item_legacy_world_toggle/contentPanel/loading_legacy_worlds_panel/padding": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_legacy_world_toggle/contentPanel/loading_legacy_worlds_panel/progress_loading_bars": { + "file": "ui/storage_management.json", + "type": "image" + }, + "storage_main_item_legacy_world_toggle/padding": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "legacy_world_main_item_text": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "main_content_panel", + "namespace": "storage_management" + } + }, + "storage_main_item_retailtopreview_world_toggle": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "main_item_toggle", + "contentPanel", + "padding" + ] + }, + "storage_main_item_retailtopreview_world_toggle/main_item_toggle": { + "file": "ui/storage_management.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "sync_retailtopreview_world_button_panel", + "dummy_panel", + "sync_retailtopreview_world_description_panel", + "itemsPanel", + "sync_retailtopreview_world_conversion_description_panel_dummy_panel", + "sync_retailtopreview_world_conversion_description_panel", + "loading_retailtopreview_worlds_panel" + ] + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_button_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "dummy_panel", + "sync_retailtopreview_world_button" + ] + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_button_panel/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_button_panel/sync_retailtopreview_world_button": { + "file": "ui/storage_management.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_description_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "dummy_panel", + "sync_retailtopreview_world_description" + ] + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_description_panel/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_description_panel/sync_retailtopreview_world_description": { + "file": "ui/storage_management.json", + "type": "label" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/itemsPanel": { + "file": "ui/storage_management.json", + "type": "stack_panel" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_conversion_description_panel_dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_conversion_description_panel": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "children": [ + "dummy_panel", + "sync_retailtopreview_world_conversion_description" + ] + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_conversion_description_panel/dummy_panel": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_conversion_description_panel/sync_retailtopreview_world_conversion_description": { + "file": "ui/storage_management.json", + "type": "label" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/loading_retailtopreview_worlds_panel": { + "file": "ui/storage_management.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "play" + }, + "children": [ + "loading_retailtopreview_worlds_label", + "padding", + "progress_loading_bars" + ] + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/loading_retailtopreview_worlds_panel/loading_retailtopreview_worlds_label": { + "file": "ui/storage_management.json", + "type": "label" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/loading_retailtopreview_worlds_panel/padding": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/loading_retailtopreview_worlds_panel/progress_loading_bars": { + "file": "ui/storage_management.json", + "type": "image" + }, + "storage_main_item_retailtopreview_world_toggle/padding": { + "file": "ui/storage_management.json", + "type": "panel" + }, + "retailtopreview_world_main_item_text": { + "file": "ui/storage_management.json", + "type": "stack_panel", + "extend": { + "name": "main_content_panel", + "namespace": "storage_management" + } + } + }, + "storage_management_popup": { + "storage_dependency_modal": { + "file": "ui/storage_management_popup.json", + "type": "input_panel", + "extend": { + "name": "modal_input_panel", + "namespace": "popup_dialog" + }, + "children": [ + "base" + ] + }, + "storage_dependency_modal/base": { + "file": "ui/storage_management_popup.json", + "type": "unknown", + "extend": { + "name": "modal_dialog_base", + "namespace": "popup_dialog" + }, + "children": [ + "background_with_buttons", + "title", + "dependencies", + "two_buttons" + ] + }, + "storage_dependency_modal/base/background_with_buttons": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "storage_dependency_modal/base/title": { + "file": "ui/storage_management_popup.json", + "type": "label", + "extend": { + "name": "modal_title_text", + "namespace": "popup_dialog" + } + }, + "storage_dependency_modal/base/dependencies": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "storage_dependency_panel", + "namespace": "storage_management_popup" + } + }, + "storage_dependency_modal/base/two_buttons": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "children": [ + "disabled_left", + "left", + "right" + ] + }, + "storage_dependency_modal/base/two_buttons/disabled_left": { + "file": "ui/storage_management_popup.json", + "type": "unknown", + "extend": { + "name": "modal_first_button", + "namespace": "popup_dialog" + } + }, + "storage_dependency_modal/base/two_buttons/left": { + "file": "ui/storage_management_popup.json", + "type": "unknown", + "extend": { + "name": "modal_first_button", + "namespace": "popup_dialog" + } + }, + "storage_dependency_modal/base/two_buttons/right": { + "file": "ui/storage_management_popup.json", + "type": "unknown", + "extend": { + "name": "modal_second_button", + "namespace": "popup_dialog" + } + }, + "storage_dependency_panel": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "children": [ + "scroll" + ] + }, + "storage_dependency_panel/scroll": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "storage_dependency_scroll_panel", + "namespace": "storage_management_popup" + } + }, + "storage_dependency_scroll_panel": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "dependency_item_content": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "children": [ + "content" + ] + }, + "dependency_item_content/content": { + "file": "ui/storage_management_popup.json", + "type": "unknown" + }, + "dependency_scroll_pane": { + "file": "ui/storage_management_popup.json", + "type": "stack_panel", + "children": [ + "main_label", + "contentPanel" + ] + }, + "dependency_scroll_pane/main_label": { + "file": "ui/storage_management_popup.json", + "type": "label" + }, + "dependency_scroll_pane/contentPanel": { + "file": "ui/storage_management_popup.json", + "type": "stack_panel" + }, + "dependency_item": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "pack_description_sub_item", + "namespace": "storage_management" + } + }, + "dependency_item_small": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "version_sub_item", + "namespace": "storage_management" + } + }, + "dependency_resource_item": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "dependency_item", + "namespace": "storage_management_popup" + } + }, + "dependency_resource_item_small": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "dependency_item_small", + "namespace": "storage_management_popup" + } + }, + "dependency_sub_item": { + "file": "ui/storage_management_popup.json", + "type": "stack_panel", + "children": [ + "border", + "padding" + ] + }, + "dependency_sub_item/border": { + "file": "ui/storage_management_popup.json", + "type": "image", + "children": [ + "stack" + ] + }, + "dependency_sub_item/border/stack": { + "file": "ui/storage_management_popup.json", + "type": "stack_panel", + "children": [ + "padding_0", + "wrapper", + "panel_0", + "contentPanel", + "panel_1", + "padding_1" + ] + }, + "dependency_sub_item/border/stack/padding_0": { + "file": "ui/storage_management_popup.json", + "type": "panel" + }, + "dependency_sub_item/border/stack/wrapper": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "children": [ + "dependency_item" + ] + }, + "dependency_sub_item/border/stack/wrapper/dependency_item": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "dependency_item", + "namespace": "storage_management_popup" + } + }, + "dependency_sub_item/border/stack/panel_0": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "children": [ + "main_label" + ] + }, + "dependency_sub_item/border/stack/panel_0/main_label": { + "file": "ui/storage_management_popup.json", + "type": "label" + }, + "dependency_sub_item/border/stack/contentPanel": { + "file": "ui/storage_management_popup.json", + "type": "stack_panel" + }, + "dependency_sub_item/border/stack/panel_1": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "children": [ + "remove_pack_button" + ] + }, + "dependency_sub_item/border/stack/panel_1/remove_pack_button": { + "file": "ui/storage_management_popup.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "dependency_sub_item/border/stack/padding_1": { + "file": "ui/storage_management_popup.json", + "type": "panel" + }, + "dependency_sub_item/padding": { + "file": "ui/storage_management_popup.json", + "type": "panel" + }, + "sharing_popup_content": { + "file": "ui/storage_management_popup.json", + "type": "panel", + "extend": { + "name": "progress_dialog_popup", + "namespace": "popup_dialog" + } + } + }, + "common_store": { + "store_base_screen": { + "file": "ui/store_common.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "label": { + "file": "ui/store_common.json", + "type": "label" + }, + "offer_image_panel": { + "file": "ui/store_common.json", + "type": "image" + }, + "banner_fill": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_description_background": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_description_background_dark": { + "file": "ui/store_common.json", + "type": "image" + }, + "text_style_label": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "text_label" + ] + }, + "text_style_label/text_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "sdl_texture": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_offer_grid_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "hover", + "pressed", + "icon_overlay_panel" + ] + }, + "store_offer_grid_button/hover": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "key_art_size_panel" + ] + }, + "store_offer_grid_button/hover/key_art_size_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "key_art_frame" + ] + }, + "store_offer_grid_button/hover/key_art_size_panel/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "store_offer_grid_button/pressed": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "key_art_size_panel" + ] + }, + "store_offer_grid_button/pressed/key_art_size_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "key_art_frame" + ] + }, + "store_offer_grid_button/pressed/key_art_size_panel/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "store_offer_grid_button/icon_overlay_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "icon_overlay_panel", + "namespace": "common_store" + } + }, + "ribbon_bar_text_background": { + "file": "ui/store_common.json", + "type": "image" + }, + "ribbon_bar_red_hover_text_background": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_background": { + "file": "ui/store_common.json", + "type": "image" + }, + "coin_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "tag": { + "file": "ui/store_common.json", + "type": "image", + "children": [ + "new_offer_label" + ] + }, + "tag/new_offer_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "marketplace_error_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "new_offer_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "tag", + "namespace": "common_store" + } + }, + "status_new_offer_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "new_offer_icon", + "namespace": "common_store" + } + }, + "update_balloon_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "badge_overlay_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "top", + "bottom" + ] + }, + "badge_overlay_panel/top": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "badge_overlay_stack", + "namespace": "common_store" + } + }, + "badge_overlay_panel/bottom": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "badge_overlay_stack", + "namespace": "common_store" + } + }, + "badge_overlay_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "left_badge", + "padding", + "right_badge" + ] + }, + "badge_overlay_stack/left_badge": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "content_card_badge", + "namespace": "common_store" + } + }, + "badge_overlay_stack/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "badge_overlay_stack/right_badge": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "content_card_badge", + "namespace": "common_store" + } + }, + "content_card_tail_image": { + "file": "ui/store_common.json", + "type": "image" + }, + "content_card_badge": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "leftTail", + "background", + "rightTail" + ] + }, + "content_card_badge/leftTail": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "content_card_tail_image", + "namespace": "common_store" + } + }, + "content_card_badge/background": { + "file": "ui/store_common.json", + "type": "image", + "children": [ + "outline" + ] + }, + "content_card_badge/background/outline": { + "file": "ui/store_common.json", + "type": "image", + "children": [ + "badgeStackPanel" + ] + }, + "content_card_badge/background/outline/badgeStackPanel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "paddingLeft", + "badgeIcon", + "paddingMiddle", + "badgeText", + "paddingRight" + ] + }, + "content_card_badge/background/outline/badgeStackPanel/paddingLeft": { + "file": "ui/store_common.json", + "type": "panel" + }, + "content_card_badge/background/outline/badgeStackPanel/badgeIcon": { + "file": "ui/store_common.json", + "type": "image" + }, + "content_card_badge/background/outline/badgeStackPanel/paddingMiddle": { + "file": "ui/store_common.json", + "type": "panel" + }, + "content_card_badge/background/outline/badgeStackPanel/badgeText": { + "file": "ui/store_common.json", + "type": "label" + }, + "content_card_badge/background/outline/badgeStackPanel/paddingRight": { + "file": "ui/store_common.json", + "type": "panel" + }, + "content_card_badge/rightTail": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "content_card_tail_image", + "namespace": "common_store" + } + }, + "icon_overlay_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "icon_overlay_position_factory" + ] + }, + "icon_overlay_panel/icon_overlay_position_factory": { + "file": "ui/store_common.json", + "type": "collection_panel", + "extend": { + "name": "icon_overlay_position_factory", + "namespace": "common_store" + } + }, + "icon_overlay_position_factory": { + "file": "ui/store_common.json", + "type": "collection_panel" + }, + "top_left_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "top_middle_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "top_right_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "left_middle_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "center_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "right_middle_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "bottom_left_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "bottom_middle_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "bottom_right_icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_factory", + "namespace": "common_store" + } + }, + "icon_factory": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "new_offer_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "new_icon" + ] + }, + "new_offer_icon_panel/new_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "status_new_offer_icon", + "namespace": "common_store" + } + }, + "update_offer_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "update_icon" + ] + }, + "update_offer_icon_panel/update_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "update_balloon_icon", + "namespace": "common_store" + } + }, + "icon_overlay_image_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "image_stack_panel" + ] + }, + "icon_overlay_image_panel/image_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "icon", + "padding" + ] + }, + "icon_overlay_image_panel/image_stack_panel/icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "status_icon_overlay", + "namespace": "common_store" + } + }, + "icon_overlay_image_panel/image_stack_panel/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "icon_overlay_sdl_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "status_icon_overlay": { + "file": "ui/store_common.json", + "type": "image", + "children": [ + "icon_overlay_label_panel" + ] + }, + "status_icon_overlay/icon_overlay_label_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "left_margin_padding", + "left_padding_1", + "left_padding_2", + "icon_panel", + "right_padding_1", + "right_padding_2", + "right_margin_padding" + ] + }, + "status_icon_overlay/icon_overlay_label_panel/left_margin_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "status_icon_overlay/icon_overlay_label_panel/left_padding_1": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "icon_overlay_sdl_padding", + "namespace": "common_store" + } + }, + "status_icon_overlay/icon_overlay_label_panel/left_padding_2": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "icon_overlay_sdl_padding", + "namespace": "common_store" + } + }, + "status_icon_overlay/icon_overlay_label_panel/icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "icon_overlay_label" + ] + }, + "status_icon_overlay/icon_overlay_label_panel/icon_panel/icon_overlay_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "status_icon_overlay/icon_overlay_label_panel/right_padding_1": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "icon_overlay_sdl_padding", + "namespace": "common_store" + } + }, + "status_icon_overlay/icon_overlay_label_panel/right_padding_2": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "icon_overlay_sdl_padding", + "namespace": "common_store" + } + }, + "status_icon_overlay/icon_overlay_label_panel/right_margin_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "status_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "new_offer_icon", + "update_icon" + ] + }, + "status_icon_panel/new_offer_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "status_new_offer_icon", + "namespace": "common_store" + } + }, + "status_icon_panel/update_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "update_balloon_icon", + "namespace": "common_store" + } + }, + "prompt_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "up_arrow_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "plus_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "bang_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "user_icon_small": { + "file": "ui/store_common.json", + "type": "image" + }, + "user_icon_hover": { + "file": "ui/store_common.json", + "type": "image" + }, + "gamepad_store_helper": { + "file": "ui/store_common.json", + "type": "panel" + }, + "purchase_coins_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "plus_button" + ] + }, + "purchase_coins_panel/plus_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "inventory_panel": { + "file": "ui/store_common.json", + "type": "input_panel", + "children": [ + "inventory_button" + ] + }, + "inventory_panel/inventory_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "progress_loading_bars": { + "file": "ui/store_common.json", + "type": "image" + }, + "progress_loading_spinner": { + "file": "ui/store_common.json", + "type": "image" + }, + "progress_loading": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "centerer", + "progress_loading_outline", + "stack_panel", + "store_failure_code" + ] + }, + "progress_loading/centerer": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "progress_loading_spinner" + ] + }, + "progress_loading/centerer/progress_loading_spinner": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "progress_loading/progress_loading_outline": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + } + }, + "progress_loading/stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "top_panel", + "padding", + "image" + ] + }, + "progress_loading/stack_panel/top_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "error_glyph_panel", + "padding", + "store_failure_text" + ] + }, + "progress_loading/stack_panel/top_panel/error_glyph_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "error_image" + ] + }, + "progress_loading/stack_panel/top_panel/error_glyph_panel/error_image": { + "file": "ui/store_common.json", + "type": "image" + }, + "progress_loading/stack_panel/top_panel/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "progress_loading/stack_panel/top_panel/store_failure_text": { + "file": "ui/store_common.json", + "type": "label" + }, + "progress_loading/stack_panel/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "progress_loading/stack_panel/image": { + "file": "ui/store_common.json", + "type": "image" + }, + "progress_loading/store_failure_code": { + "file": "ui/store_common.json", + "type": "label" + }, + "store_empty_progress_bar_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_full_progress_bar_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_progress_bar_nub": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_progress_bar_icon": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "empty_progress_bar_icon", + "progress_percent_panel" + ] + }, + "store_progress_bar_icon/empty_progress_bar_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_empty_progress_bar_icon", + "namespace": "common_store" + } + }, + "store_progress_bar_icon/progress_percent_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "full_progress_bar_icon", + "progress_bar_nub" + ] + }, + "store_progress_bar_icon/progress_percent_panel/full_progress_bar_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_full_progress_bar_icon", + "namespace": "common_store" + } + }, + "store_progress_bar_icon/progress_percent_panel/progress_bar_nub": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_progress_bar_nub", + "namespace": "common_store" + } + }, + "screen_contents_with_gamepad_helpers": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "dialog_panel", + "padding", + "gamepad_helpers_panel" + ] + }, + "screen_contents_with_gamepad_helpers/dialog_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "screen_contents_with_gamepad_helpers/dialog_panel/dialog": { + "file": "ui/store_common.json", + "type": "unknown" + }, + "screen_contents_with_gamepad_helpers/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "screen_contents_with_gamepad_helpers/gamepad_helpers_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "gamepad_helpers_a_and_b" + ] + }, + "screen_contents_with_gamepad_helpers/gamepad_helpers_panel/gamepad_helpers_a_and_b": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers_a_and_b", + "namespace": "common" + } + }, + "text_strike_through": { + "file": "ui/store_common.json", + "type": "image" + }, + "markdown_banner": { + "file": "ui/store_common.json", + "type": "image" + }, + "markdown_triangle": { + "file": "ui/store_common.json", + "type": "image" + }, + "timer_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "timer" + ] + }, + "timer_panel/timer": { + "file": "ui/store_common.json", + "type": "label" + }, + "store_offer_type_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "addon_pack_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "addon_pack_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "realms_plus_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "resource_pack_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "resource_pack_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "skinpack_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "skinpack_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "world_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "world_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "mashup_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "mashup_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "persona_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "persona_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "small_padding_panel": { + "file": "ui/store_common.json", + "type": "panel" + }, + "resource_pack_small_icon_with_buffer": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "resource_pack_small_icon", + "small_padding_panel" + ] + }, + "resource_pack_small_icon_with_buffer/resource_pack_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "resource_pack_small_icon", + "namespace": "common_store" + } + }, + "resource_pack_small_icon_with_buffer/small_padding_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "small_padding_panel", + "namespace": "common_store" + } + }, + "addon_pack_small_icon_with_buffer": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "addon_pack_small_icon", + "small_padding_panel" + ] + }, + "addon_pack_small_icon_with_buffer/addon_pack_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "addon_pack_small_icon", + "namespace": "common_store" + } + }, + "addon_pack_small_icon_with_buffer/small_padding_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "small_padding_panel", + "namespace": "common_store" + } + }, + "skinpack_small_icon_with_buffer": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "skinpack_small_icon", + "small_padding_panel" + ] + }, + "skinpack_small_icon_with_buffer/skinpack_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "skinpack_small_icon", + "namespace": "common_store" + } + }, + "skinpack_small_icon_with_buffer/small_padding_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "small_padding_panel", + "namespace": "common_store" + } + }, + "world_small_icon_with_buffer": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "world_small_icon", + "small_padding_panel" + ] + }, + "world_small_icon_with_buffer/world_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "world_small_icon", + "namespace": "common_store" + } + }, + "world_small_icon_with_buffer/small_padding_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "small_padding_panel", + "namespace": "common_store" + } + }, + "mashup_small_icon_with_buffer": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "mashup_small_icon", + "small_padding_panel" + ] + }, + "mashup_small_icon_with_buffer/mashup_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "mashup_small_icon", + "namespace": "common_store" + } + }, + "mashup_small_icon_with_buffer/small_padding_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "small_padding_panel", + "namespace": "common_store" + } + }, + "persona_small_icon_with_buffer": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "persona_small_icon", + "small_padding_panel" + ] + }, + "persona_small_icon_with_buffer/persona_small_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "persona_small_icon", + "namespace": "common_store" + } + }, + "persona_small_icon_with_buffer/small_padding_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "small_padding_panel", + "namespace": "common_store" + } + }, + "realms_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "realms_banner_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "csb_banner_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "csb_expiration": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "background", + "contents" + ] + }, + "csb_expiration/background": { + "file": "ui/store_common.json", + "type": "image" + }, + "csb_expiration/contents": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "csb_icon", + "pad_0", + "text_panel" + ] + }, + "csb_expiration/contents/csb_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "csb_banner_icon", + "namespace": "common_store" + } + }, + "csb_expiration/contents/pad_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "csb_expiration/contents/text_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "text" + ] + }, + "csb_expiration/contents/text_panel/text": { + "file": "ui/store_common.json", + "type": "label" + }, + "pack_icon_stack": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "pack_icon_stack_factory" + ] + }, + "pack_icon_stack/pack_icon_stack_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "pack_icon_stack_factory", + "namespace": "common_store" + } + }, + "pack_icon_stack_factory": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "markdown_background": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "banner_panel", + "triangle_panel" + ] + }, + "markdown_background/banner_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "banner" + ] + }, + "markdown_background/banner_panel/banner": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "markdown_banner", + "namespace": "common_store" + }, + "children": [ + "banner_content_stack_panel" + ] + }, + "markdown_background/banner_panel/banner/banner_content_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "timer_panel", + "pack_icon_panel", + "markdown_panel" + ] + }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/timer_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "timer_panel", + "namespace": "common_store" + } + }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/pack_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "pack_icon_stack" + ] + }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/pack_icon_panel/pack_icon_stack": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "pack_icon_stack", + "namespace": "common_store" + } + }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/markdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "markdown_label" + ] + }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/markdown_panel/markdown_label": { + "file": "ui/store_common.json", + "type": "unknown" + }, + "markdown_background/triangle_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "triangle" + ] + }, + "markdown_background/triangle_panel/triangle": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "markdown_triangle", + "namespace": "common_store" + } + }, + "store_top_bar": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_top_bar_filler": { + "file": "ui/store_common.json", + "type": "image" + }, + "direction_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "chevron_image" + ] + }, + "direction_button_panel/chevron_image": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "chevron_image", + "namespace": "common" + } + }, + "cycle_pack_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "cycle_pack_left_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "cycle_pack_button", + "namespace": "common_store" + } + }, + "cycle_pack_right_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "cycle_pack_button", + "namespace": "common_store" + } + }, + "restore_purchases": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "back_content_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "back_button" + ] + }, + "back_content_panel/back_button": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "back_title_button", + "namespace": "common" + } + }, + "unlock_with_coins_button_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "coin_panel", + "padding_1", + "unlock_text" + ] + }, + "unlock_with_coins_button_stack_panel/coin_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "coin" + ] + }, + "unlock_with_coins_button_stack_panel/coin_panel/coin": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "unlock_with_coins_button_stack_panel/padding_1": { + "file": "ui/store_common.json", + "type": "panel" + }, + "unlock_with_coins_button_stack_panel/unlock_text": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "store_dialog_with_coin_header": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "store_coins_title_label": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "standard_title_label", + "namespace": "common_dialogs" + } + }, + "search_header_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "gamepad_helper_y_alignment_hack", + "search_header_text_box_panel", + "store_layout_search_button", + "padding0" + ] + }, + "search_header_stack/gamepad_helper_y_alignment_hack": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "gamepad_helper_y" + ] + }, + "search_header_stack/gamepad_helper_y_alignment_hack/gamepad_helper_y": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y", + "namespace": "common" + } + }, + "search_header_stack/search_header_text_box_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "search_header_text_box", + "clear_button" + ] + }, + "search_header_stack/search_header_text_box_panel/search_header_text_box": { + "file": "ui/store_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "search_header_stack/search_header_text_box_panel/clear_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "search_header_stack/store_layout_search_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "store_layout_ribbon_search_button", + "namespace": "store_layout" + } + }, + "search_header_stack/padding0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "sdl_store_header_with_coins": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "sdl_store_header_with_coins_content" + ] + }, + "sdl_store_header_with_coins/sdl_store_header_with_coins_content": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "sdl_store_header_with_coins_content", + "namespace": "common_store" + } + }, + "top_bar_with_coins_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "top_bar" + ] + }, + "top_bar_with_coins_panel/top_bar": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_top_bar", + "namespace": "common_store" + }, + "children": [ + "title_stack_panel" + ] + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "padding1", + "back_button_content_panel", + "padding2", + "header_title_panel", + "padding3", + "padding4", + "status_and_coins", + "padding5", + "search_header_stack" + ] + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding1": { + "file": "ui/store_common.json", + "type": "panel" + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/back_button_content_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "back_content_panel", + "namespace": "common_store" + } + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding2": { + "file": "ui/store_common.json", + "type": "panel" + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/header_title_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "screen_header_title_panel", + "namespace": "common" + } + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding3": { + "file": "ui/store_common.json", + "type": "panel" + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding4": { + "file": "ui/store_common.json", + "type": "panel" + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/status_and_coins": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "status_with_coins", + "namespace": "common_store" + } + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding5": { + "file": "ui/store_common.json", + "type": "panel" + }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/search_header_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "search_header_stack", + "namespace": "common_store" + } + }, + "sdl_store_header_with_coins_content": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "top_bar_coins" + ] + }, + "sdl_store_header_with_coins_content/top_bar_coins": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "top_bar_with_coins_panel", + "namespace": "common_store" + } + }, + "store_header_with_coins": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "top_bar_coins", + "child_control" + ] + }, + "store_header_with_coins/top_bar_coins": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "top_bar_with_coins_panel", + "namespace": "common_store" + } + }, + "store_header_with_coins/child_control": { + "file": "ui/store_common.json", + "type": "unknown" + }, + "status_with_coins": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "inventory_panel", + "padding0", + "coin_balance_panel", + "padding1" + ] + }, + "status_with_coins/inventory_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "inventory_button" + ] + }, + "status_with_coins/inventory_panel/inventory_button": { + "file": "ui/store_common.json", + "type": "input_panel", + "extend": { + "name": "inventory_panel", + "namespace": "common_store" + } + }, + "status_with_coins/padding0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "status_with_coins/coin_balance_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "coin_balance_panel" + ] + }, + "status_with_coins/coin_balance_panel/coin_balance_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "purchase_coins_panel", + "namespace": "common_store" + } + }, + "status_with_coins/padding1": { + "file": "ui/store_common.json", + "type": "panel" + }, + "coins_with_title": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "coin_balance_panel", + "title_panel" + ] + }, + "coins_with_title/coin_balance_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "purchase_coins_panel", + "namespace": "common_store" + } + }, + "coins_with_title/title_panel": { + "file": "ui/store_common.json", + "type": "unknown" + }, + "wallet_button_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "purchase_coin_panel_alignment_hack", + "plus_image", + "gamepad_helper_x_alignment_hack" + ] + }, + "wallet_button_panel/purchase_coin_panel_alignment_hack": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "purchase_coin_panel" + ] + }, + "wallet_button_panel/purchase_coin_panel_alignment_hack/purchase_coin_panel": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "coin_balance_panel", + "namespace": "common_store" + } + }, + "wallet_button_panel/plus_image": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "wallet_button_panel/gamepad_helper_x_alignment_hack": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "gamepad_helper_x" + ] + }, + "wallet_button_panel/gamepad_helper_x_alignment_hack/gamepad_helper_x": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_x_14", + "namespace": "common" + } + }, + "coin_balance_panel": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "ribbon_bar_text_background", + "namespace": "common_store" + }, + "children": [ + "coin_purchase_in_progress_panel", + "horizontal_coin_stack" + ] + }, + "coin_balance_panel/coin_purchase_in_progress_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "coin_purchase_in_progress" + ] + }, + "coin_balance_panel/coin_purchase_in_progress_panel/coin_purchase_in_progress": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "coin_balance_panel/horizontal_coin_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "padding", + "coin_icon", + "small_filler", + "coin_text_holder" + ] + }, + "coin_balance_panel/horizontal_coin_stack/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "coin_balance_panel/horizontal_coin_stack/coin_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "coin_balance_panel/horizontal_coin_stack/small_filler": { + "file": "ui/store_common.json", + "type": "panel" + }, + "coin_balance_panel/horizontal_coin_stack/coin_text_holder": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "coin_balance_text" + ] + }, + "coin_balance_panel/horizontal_coin_stack/coin_text_holder/coin_balance_text": { + "file": "ui/store_common.json", + "type": "label" + }, + "my_account_button_content": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "my_account_content" + ] + }, + "my_account_button_content/my_account_content": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "user_icon", + "my_account_label_panel" + ] + }, + "my_account_button_content/my_account_content/user_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "my_account_button_content/my_account_content/my_account_label_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "padding", + "my_account_center_label" + ] + }, + "my_account_button_content/my_account_content/my_account_label_panel/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "my_account_button_content/my_account_content/my_account_label_panel/my_account_center_label": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "my_account_label" + ] + }, + "my_account_button_content/my_account_content/my_account_label_panel/my_account_center_label/my_account_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "inventory_button_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "inventory_button" + ] + }, + "inventory_button_panel/inventory_button": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "status_panel" + ] + }, + "inventory_button_panel/inventory_button/status_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "inventory_button", + "namespace": "common_store" + } + }, + "inventory_button": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "my_content_button", + "updates_with_bevel", + "label_alignment_pannel" + ] + }, + "inventory_button/my_content_button": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "library_icon", + "library_icon_bevel" + ] + }, + "inventory_button/my_content_button/library_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "inventory_button/my_content_button/library_icon_bevel": { + "file": "ui/store_common.json", + "type": "image" + }, + "inventory_button/updates_with_bevel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "update_glyph", + "updates_bevel" + ] + }, + "inventory_button/updates_with_bevel/update_glyph": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "bang_icon", + "namespace": "common_store" + } + }, + "inventory_button/updates_with_bevel/updates_bevel": { + "file": "ui/store_common.json", + "type": "image" + }, + "inventory_button/label_alignment_pannel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "label_panel" + ] + }, + "inventory_button/label_alignment_pannel/label_panel": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "ribbon_bar_text_background", + "namespace": "common_store" + }, + "children": [ + "inventory_label" + ] + }, + "inventory_button/label_alignment_pannel/label_panel/inventory_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "xbl_button_content": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "xbl_icon", + "padding_0", + "disconnected_label", + "padding_1", + "error_icon_panel" + ] + }, + "xbl_button_content/xbl_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "xbl_button_content/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "xbl_button_content/disconnected_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "xbl_button_content/padding_1": { + "file": "ui/store_common.json", + "type": "panel" + }, + "xbl_button_content/error_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "error_icon" + ] + }, + "xbl_button_content/error_icon_panel/error_icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "disclaimer_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "legal_text_label" + ] + }, + "disclaimer_panel/legal_text_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "grey_bar_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "color_panel", + "pad" + ] + }, + "grey_bar_panel/color_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "grey_bar", + "green_bar" + ] + }, + "grey_bar_panel/color_panel/grey_bar": { + "file": "ui/store_common.json", + "type": "image" + }, + "grey_bar_panel/color_panel/green_bar": { + "file": "ui/store_common.json", + "type": "image" + }, + "grey_bar_panel/pad": { + "file": "ui/store_common.json", + "type": "panel" + }, + "tab_name_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "bar_panel", + "button_panel", + "pad_1" + ] + }, + "tab_name_panel/bar_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "green_bar" + ] + }, + "tab_name_panel/bar_panel/green_bar": { + "file": "ui/store_common.json", + "type": "image" + }, + "tab_name_panel/button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "tab_name_button_grey", + "tab_name_button_white" + ] + }, + "tab_name_panel/button_panel/tab_name_button_grey": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "tab_name_panel/button_panel/tab_name_button_white": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "tab_name_panel/pad_1": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_item_title_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_title" + ] + }, + "store_offer_item_title_panel/offer_title": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "store_offer_title", + "namespace": "common_store" + } + }, + "store_offer_item_creator_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "pack_icon_panel", + "creator_label" + ] + }, + "store_offer_item_creator_panel/pack_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "pack_icon_stack" + ] + }, + "store_offer_item_creator_panel/pack_icon_panel/pack_icon_stack": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "pack_icon_stack", + "namespace": "common_store" + } + }, + "store_offer_item_creator_panel/creator_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "store_offer_ratings": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "rating_text_panel" + ] + }, + "store_offer_ratings/rating_text_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "rating_text_panel", + "namespace": "common_store" + } + }, + "vertical_store_offer_price_info_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "sales_banner" + ] + }, + "vertical_store_offer_price_info_panel/sales_banner": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "markdown_stack_panels", + "store_offer_prompt_panel", + "padding_to_right" + ] + }, + "vertical_store_offer_price_info_panel/sales_banner/markdown_stack_panels": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "markdown_panel", + "padding_markdown_panel_right" + ] + }, + "vertical_store_offer_price_info_panel/sales_banner/markdown_stack_panels/markdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "offer_price_markdown_panel", + "namespace": "common_store" + } + }, + "vertical_store_offer_price_info_panel/sales_banner/markdown_stack_panels/padding_markdown_panel_right": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_store_offer_price_info_panel/sales_banner/store_offer_prompt_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_status_text" + ] + }, + "vertical_store_offer_price_info_panel/sales_banner/store_offer_prompt_panel/offer_status_text": { + "file": "ui/store_common.json", + "type": "label" + }, + "vertical_store_offer_price_info_panel/sales_banner/padding_to_right": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_price_info_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "sales_banner" + ] + }, + "store_offer_price_info_panel/sales_banner": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "sales_markdown_percentage_panel", + "fill_panel_with_markdown", + "coin_panel", + "padding_3", + "offer_prompt_panel" + ] + }, + "store_offer_price_info_panel/sales_banner/sales_markdown_percentage_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_sales_markdown_percentage_panel", + "namespace": "common_store" + } + }, + "store_offer_price_info_panel/sales_banner/fill_panel_with_markdown": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "fill_markdown_panel_left", + "markdown_panel", + "padding_markdown_panel_right" + ] + }, + "store_offer_price_info_panel/sales_banner/fill_panel_with_markdown/fill_markdown_panel_left": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_price_info_panel/sales_banner/fill_panel_with_markdown/markdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "offer_price_markdown_panel", + "namespace": "common_store" + } + }, + "store_offer_price_info_panel/sales_banner/fill_panel_with_markdown/padding_markdown_panel_right": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_price_info_panel/sales_banner/coin_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_coin_icon" + ] + }, + "store_offer_price_info_panel/sales_banner/coin_panel/offer_coin_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "store_offer_price_info_panel/sales_banner/padding_3": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_price_info_panel/sales_banner/offer_prompt_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_prompt_panel", + "namespace": "common_store" + } + }, + "store_offer_sales_markdown_percentage_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "markdown_background" + ] + }, + "store_offer_sales_markdown_percentage_panel/markdown_background": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "store_offer_prompt_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_status_text" + ] + }, + "store_offer_prompt_panel/offer_status_text": { + "file": "ui/store_common.json", + "type": "label" + }, + "featured_key_art": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "bg", + "focus_border" + ] + }, + "featured_key_art/bg": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "featured_key_art", + "progress_loading", + "new_offer_icon" + ] + }, + "featured_key_art/bg/featured_key_art": { + "file": "ui/store_common.json", + "type": "image" + }, + "featured_key_art/bg/progress_loading": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "featured_key_art/bg/new_offer_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "status_new_offer_icon", + "namespace": "common_store" + } + }, + "featured_key_art/focus_border": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "price_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "featured_icon_panel", + "price_label_panel", + "padding" + ] + }, + "price_panel/featured_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "featured_offer_coin_icon" + ] + }, + "price_panel/featured_icon_panel/featured_offer_coin_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "price_panel/price_label_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "price" + ] + }, + "price_panel/price_label_panel/price": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "common_store" + } + }, + "price_panel/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_padding_4": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_padding_2": { + "file": "ui/store_common.json", + "type": "panel" + }, + "sdl_vertical_padding_fill": { + "file": "ui/store_common.json", + "type": "panel" + }, + "footer": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "restore_purchases" + ] + }, + "footer/restore_purchases": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "restore_purchases", + "namespace": "common_store" + } + }, + "store_section_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "store_section_panel_outline", + "section_panel" + ] + }, + "store_section_panel/store_section_panel_outline": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_section_panel/section_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "header", + "section_panel" + ] + }, + "store_section_panel/section_panel/header": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "style_header", + "namespace": "common_store" + } + }, + "store_section_panel/section_panel/section_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "background" + ] + }, + "store_section_panel/section_panel/section_panel/background": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_section_factory": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "store_static_section_factory": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "rtx_label": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "banner" + ] + }, + "rtx_label/banner": { + "file": "ui/store_common.json", + "type": "image", + "children": [ + "icon" + ] + }, + "rtx_label/banner/icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "subscription_chevron": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "subscription_chevron_panel" + ] + }, + "subscription_chevron/subscription_chevron_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "csb_chevron", + "sales_banner_background" + ] + }, + "subscription_chevron/subscription_chevron_panel/csb_chevron": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "csb_banner", + "namespace": "common_store" + } + }, + "subscription_chevron/subscription_chevron_panel/sales_banner_background": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "markdown_banner", + "namespace": "common_store" + } + }, + "csb_banner": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "banner" + ] + }, + "csb_banner/banner": { + "file": "ui/store_common.json", + "type": "image" + }, + "pagination_content_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "padding_left", + "first_page_button", + "pagination_middle_buttons_panel", + "padding_right_fill", + "go_to_top_button" + ] + }, + "pagination_content_panel/padding_left": { + "file": "ui/store_common.json", + "type": "panel" + }, + "pagination_content_panel/first_page_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "pagination_content_panel/pagination_middle_buttons_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "pagination_middle_buttons_panel", + "namespace": "common_store" + } + }, + "pagination_content_panel/padding_right_fill": { + "file": "ui/store_common.json", + "type": "panel" + }, + "pagination_content_panel/go_to_top_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "pagination_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "top_padding", + "pagination_content", + "bottom_padding" + ] + }, + "pagination_panel/top_padding": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "vertical_padding_8px", + "namespace": "common" + } + }, + "pagination_panel/pagination_content": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "pagination_content_panel", + "namespace": "common_store" + } + }, + "pagination_panel/bottom_padding": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "vertical_padding_8px", + "namespace": "common" + } + }, + "store_offer_grid_panel_content": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "header_centerer_panel", + "store_offer_grid_factory", + "pagination_centerer", + "divider" + ] + }, + "store_offer_grid_panel_content/header_centerer_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "vert_stack_centering_panel", + "namespace": "common" + } + }, + "store_offer_grid_panel_content/store_offer_grid_factory": { + "file": "ui/store_common.json", + "type": "collection_panel", + "extend": { + "name": "store_offer_grid_factory", + "namespace": "common_store" + } + }, + "store_offer_grid_panel_content/pagination_centerer": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "vert_stack_centering_panel", + "namespace": "common" + } + }, + "store_offer_grid_panel_content/divider": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "store_offer_grid_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "vert_stack_centering_panel", + "namespace": "common" + } + }, + "pagination_top_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "top_button_image" + ] + }, + "pagination_top_button_panel/top_button_image": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "up_arrow_icon", + "namespace": "common_store" + } + }, + "pagination_middle_buttons_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "previous_page_button", + "current_page_number_panel", + "next_page_button" + ] + }, + "pagination_middle_buttons_panel/previous_page_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "pagination_middle_buttons_panel/current_page_number_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "current_page_number" + ] + }, + "pagination_middle_buttons_panel/current_page_number_panel/current_page_number": { + "file": "ui/store_common.json", + "type": "label" + }, + "pagination_middle_buttons_panel/next_page_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "vertical_store_offer_grid_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "header", + "centering_panel", + "padding_0", + "divider" + ] + }, + "vertical_store_offer_grid_panel/header": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "style_header", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_panel/centering_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "vertical_store_offer_grid_content" + ] + }, + "vertical_store_offer_grid_panel/centering_panel/vertical_store_offer_grid_content": { + "file": "ui/store_common.json", + "type": "grid", + "extend": { + "name": "store_offer_grid", + "namespace": "store_item_list" + } + }, + "vertical_store_offer_grid_panel/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_store_offer_grid_panel/divider": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "carousel_row_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "top_panel", + "top_padding", + "middle_panel", + "bottom_panel", + "bottom_padding", + "divider_panel" + ] + }, + "carousel_row_panel/top_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "pad_0", + "tab_names_factory_panel" + ] + }, + "carousel_row_panel/top_panel/pad_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "carousel_row_panel/top_panel/tab_names_factory_panel": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "carousel_row_panel/top_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "carousel_row_panel/middle_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "left_button_panel", + "main_panel_factory", + "right_button_panel" + ] + }, + "carousel_row_panel/middle_panel/left_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "left_button", + "left_bumper" + ] + }, + "carousel_row_panel/middle_panel/left_button_panel/left_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "cycle_pack_button", + "namespace": "common_store" + } + }, + "carousel_row_panel/middle_panel/left_button_panel/left_bumper": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_bumper", + "namespace": "common" + } + }, + "carousel_row_panel/middle_panel/main_panel_factory": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "carousel_factory", + "namespace": "common_store" + } + }, + "carousel_row_panel/middle_panel/right_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "right_button", + "right_bumper" + ] + }, + "carousel_row_panel/middle_panel/right_button_panel/right_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "cycle_pack_button", + "namespace": "common_store" + } + }, + "carousel_row_panel/middle_panel/right_button_panel/right_bumper": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_bumper", + "namespace": "common" + } + }, + "carousel_row_panel/bottom_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "grey_bar_factory_panel" + ] + }, + "carousel_row_panel/bottom_panel/grey_bar_factory_panel": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "carousel_row_panel/bottom_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "carousel_row_panel/divider_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "carousel_row_panel/divider_panel/divider": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "carousel_factory": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "hero_row_l2_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "header", + "centering_panel", + "padding_0", + "divider" + ] + }, + "hero_row_l2_panel/header": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "style_header", + "namespace": "common_store" + } + }, + "hero_row_l2_panel/centering_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "l2_featured_stack" + ] + }, + "hero_row_l2_panel/centering_panel/l2_featured_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "padding_0", + "featured_item_1", + "padding_1", + "featured_item_2", + "padding_2", + "featured_item_3", + "padding_3" + ] + }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/featured_item_1": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/padding_1": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/featured_item_2": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/padding_2": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/featured_item_3": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/padding_3": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_row_l2_panel/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_row_l2_panel/divider": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "blade_row_key_art": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "blade_row_key_art_image" + ] + }, + "blade_row_key_art/blade_row_key_art_image": { + "file": "ui/store_common.json", + "type": "image", + "children": [ + "key_art_border" + ] + }, + "blade_row_key_art/blade_row_key_art_image/key_art_border": { + "file": "ui/store_common.json", + "type": "image" + }, + "one_key_art_screenshot": { + "file": "ui/store_common.json", + "type": "image" + }, + "one_key_art_screenshot_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "blade_offer_frame" + ] + }, + "one_key_art_screenshot_panel/blade_offer_frame": { + "file": "ui/store_common.json", + "type": "unknown", + "children": [ + "one_key_art_screenshot" + ] + }, + "one_key_art_screenshot_panel/blade_offer_frame/one_key_art_screenshot": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "one_key_art_screenshot", + "namespace": "common_store" + }, + "children": [ + "one_key_art_frame" + ] + }, + "one_key_art_screenshot_panel/blade_offer_frame/one_key_art_screenshot/one_key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "screenshots_grid": { + "file": "ui/store_common.json", + "type": "collection_panel", + "children": [ + "screenshot_1", + "screenshot_2", + "screenshot_3", + "screenshot_4" + ] + }, + "screenshots_grid/screenshot_1": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "one_key_art_screenshot_panel", + "namespace": "common_store" + } + }, + "screenshots_grid/screenshot_2": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "one_key_art_screenshot_panel", + "namespace": "common_store" + } + }, + "screenshots_grid/screenshot_3": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "one_key_art_screenshot_panel", + "namespace": "common_store" + } + }, + "screenshots_grid/screenshot_4": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "one_key_art_screenshot_panel", + "namespace": "common_store" + } + }, + "blade_offer_details_title": { + "file": "ui/store_common.json", + "type": "label" + }, + "blade_offer_sale_markdown": { + "file": "ui/store_common.json", + "type": "label" + }, + "blade_offer_description_details": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "blade_title_stack", + "blade_offer_creator_label", + "blade_offer_description_padding_2", + "ratings_and_coins", + "blade_offer_description_padding_3" + ] + }, + "blade_offer_description_details/blade_title_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "blade_title" + ] + }, + "blade_offer_description_details/blade_title_stack/blade_title": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "blade_offer_details_title", + "namespace": "common_store" + } + }, + "blade_offer_description_details/blade_offer_creator_label": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "store_offer_item_creator_panel", + "namespace": "common_store" + } + }, + "blade_offer_description_details/blade_offer_description_padding_2": { + "file": "ui/store_common.json", + "type": "panel" + }, + "blade_offer_description_details/ratings_and_coins": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "subscription_panel", + "blade_sales_markdown_percentage_panel", + "ratings_panel", + "blade_rating_count_panel", + "fill_padding", + "blade_offer_price_markdown_panel", + "price_panel", + "price_panel_padding_right" + ] + }, + "blade_offer_description_details/ratings_and_coins/subscription_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "subscription_chevron", + "namespace": "common_store" + } + }, + "blade_offer_description_details/ratings_and_coins/blade_sales_markdown_percentage_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "blade_markdown_background" + ] + }, + "blade_offer_description_details/ratings_and_coins/blade_sales_markdown_percentage_panel/blade_markdown_background": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "blade_offer_description_details/ratings_and_coins/ratings_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "blade_ratings" + ] + }, + "blade_offer_description_details/ratings_and_coins/ratings_panel/blade_ratings": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "ratings_description", + "namespace": "common_store" + } + }, + "blade_offer_description_details/ratings_and_coins/blade_rating_count_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_rating_count_panel", + "namespace": "common_store" + } + }, + "blade_offer_description_details/ratings_and_coins/fill_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "blade_offer_description_details/ratings_and_coins/blade_offer_price_markdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "offer_price_markdown_panel", + "namespace": "common_store" + } + }, + "blade_offer_description_details/ratings_and_coins/price_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "price" + ] + }, + "blade_offer_description_details/ratings_and_coins/price_panel/price": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "price_panel", + "namespace": "common_store" + } + }, + "blade_offer_description_details/ratings_and_coins/price_panel_padding_right": { + "file": "ui/store_common.json", + "type": "panel" + }, + "blade_offer_description_details/blade_offer_description_padding_3": { + "file": "ui/store_common.json", + "type": "panel" + }, + "screenshots_and_offer_details_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "blade_offer_screenshots_grid", + "blade_offer_description_area" + ] + }, + "screenshots_and_offer_details_panel/blade_offer_screenshots_grid": { + "file": "ui/store_common.json", + "type": "collection_panel", + "extend": { + "name": "screenshots_grid", + "namespace": "common_store" + } + }, + "screenshots_and_offer_details_panel/blade_offer_description_area": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "blade_offer_description_border", + "hero_blade_offer_description_details" + ] + }, + "screenshots_and_offer_details_panel/blade_offer_description_area/blade_offer_description_border": { + "file": "ui/store_common.json", + "type": "image" + }, + "screenshots_and_offer_details_panel/blade_offer_description_area/hero_blade_offer_description_details": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "blade_offer_description_details", + "namespace": "common_store" + } + }, + "blade_row_featured_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "blade_row_featured_key_art", + "blade_offer_screenshots_and_details_panel" + ] + }, + "blade_row_featured_panel/blade_row_featured_key_art": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "blade_row_key_art", + "namespace": "common_store" + } + }, + "blade_row_featured_panel/blade_offer_screenshots_and_details_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "screenshots_and_offer_details_panel", + "namespace": "common_store" + } + }, + "transparent_content_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "hero_blade_row_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "blade_row_transparent_button" + ] + }, + "hero_blade_row_panel/blade_row_transparent_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "transparent_content_button", + "namespace": "common_store" + } + }, + "hero_row_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "header", + "centering_panel", + "padding_0", + "divider" + ] + }, + "hero_row_panel/header": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "style_header", + "namespace": "common_store" + } + }, + "hero_row_panel/centering_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "featured_stack" + ] + }, + "hero_row_panel/centering_panel/featured_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "hero_offer", + "padding_0", + "hero_offer_grid" + ] + }, + "hero_row_panel/centering_panel/featured_stack/hero_offer": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "single_image_with_border_button", + "namespace": "common_buttons" + } + }, + "hero_row_panel/centering_panel/featured_stack/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_row_panel/centering_panel/featured_stack/hero_offer_grid": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "hero_offer_grid", + "namespace": "common_store" + } + }, + "hero_row_panel/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_row_panel/divider": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "hero_offer": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "featured_key_art", + "rtx_label", + "offer_description_area" + ] + }, + "hero_offer/featured_key_art": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "featured_key_art", + "namespace": "common_store" + } + }, + "hero_offer/rtx_label": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "rtx_label", + "namespace": "common_store" + } + }, + "hero_offer/offer_description_area": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "hero_offer_description_details" + ] + }, + "hero_offer/offer_description_area/hero_offer_description_details": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "hero_offer_description_details", + "namespace": "common_store" + } + }, + "hero_offer_details_title": { + "file": "ui/store_common.json", + "type": "label" + }, + "hero_offer_description_details": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "hero_title_stack", + "padding_5", + "progress", + "creator_label", + "padding_0", + "durable_offer_info_panel", + "padding_1" + ] + }, + "hero_offer_description_details/hero_title_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "title" + ] + }, + "hero_offer_description_details/hero_title_stack/title": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "hero_offer_details_title", + "namespace": "common_store" + } + }, + "hero_offer_description_details/padding_5": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_offer_description_details/progress": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "hero_offer_download_progress", + "namespace": "common_store" + } + }, + "hero_offer_description_details/creator_label": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "store_offer_item_creator_panel", + "namespace": "common_store" + } + }, + "hero_offer_description_details/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_offer_description_details/durable_offer_info_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "offer_status_panel" + ] + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "subscription_panel", + "sales_markdown_percentage_panel", + "ratings_panel", + "rating_count_panel", + "pack_icon_panel", + "fill_padding", + "offer_price_markdown_panel", + "price_panel" + ] + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/subscription_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "subscription_chevron", + "namespace": "common_store" + } + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/sales_markdown_percentage_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "markdown_banner" + ] + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/sales_markdown_percentage_panel/markdown_banner": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/ratings_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "ratings" + ] + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/ratings_panel/ratings": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "ratings_description", + "namespace": "common_store" + } + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/rating_count_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_rating_count_panel", + "namespace": "common_store" + } + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/pack_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "pack_icon_stack" + ] + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/pack_icon_panel/pack_icon_stack": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "pack_icon_stack", + "namespace": "common_store" + } + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/fill_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/offer_price_markdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "offer_price_markdown_panel", + "namespace": "common_store" + } + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/price_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "price" + ] + }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/price_panel/price": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "price_panel", + "namespace": "common_store" + } + }, + "hero_offer_description_details/padding_1": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_offer_download_progress": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "label", + "bar" + ] + }, + "hero_offer_download_progress/label": { + "file": "ui/store_common.json", + "type": "label" + }, + "hero_offer_download_progress/bar": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_progress_bar_icon", + "namespace": "common_store" + } + }, + "rating_text_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "left_padding", + "star_panel", + "middle_padding", + "rating_label" + ] + }, + "rating_text_panel/left_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "rating_text_panel/star_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "rating_star" + ] + }, + "rating_text_panel/star_panel/rating_star": { + "file": "ui/store_common.json", + "type": "image" + }, + "rating_text_panel/middle_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "rating_text_panel/rating_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "ratings_description": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "rating_text_panel" + ] + }, + "ratings_description/rating_text_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "rating_text_panel", + "namespace": "common_store" + } + }, + "store_rating_count_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "rating_count_text" + ] + }, + "store_rating_count_panel/rating_count_text": { + "file": "ui/store_common.json", + "type": "label" + }, + "hero_offer_grid": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "row_1", + "padding_0", + "row_2" + ] + }, + "hero_offer_grid/row_1": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "offer_1", + "padding_0", + "offer_2" + ] + }, + "hero_offer_grid/row_1/offer_1": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "hero_offer_grid/row_1/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_offer_grid/row_1/offer_2": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "hero_offer_grid/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_offer_grid/row_2": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "offer_1", + "padding_0", + "offer_2" + ] + }, + "hero_offer_grid/row_2/offer_1": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "hero_offer_grid/row_2/padding_0": { + "file": "ui/store_common.json", + "type": "panel" + }, + "hero_offer_grid/row_2/offer_2": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "offer_download_progress": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "label", + "bar" + ] + }, + "offer_download_progress/label": { + "file": "ui/store_common.json", + "type": "label" + }, + "offer_download_progress/bar": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_progress_bar_icon", + "namespace": "common_store" + } + }, + "banner_button": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "new_ui_width_fitting_button_panel", + "namespace": "common_buttons" + } + }, + "sdl_text_aligned_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "sdl_content_aligned_panel", + "namespace": "common_store" + } + }, + "sdl_text_minecraftTen_aligned_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "sdl_content_aligned_panel", + "namespace": "common_store" + } + }, + "sdl_content_aligned_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "left__padding_panel", + "control", + "right_padding_panel" + ] + }, + "sdl_content_aligned_panel/left__padding_panel": { + "file": "ui/store_common.json", + "type": "panel" + }, + "sdl_content_aligned_panel/control": { + "file": "ui/store_common.json", + "type": "unknown" + }, + "sdl_content_aligned_panel/right_padding_panel": { + "file": "ui/store_common.json", + "type": "panel" + }, + "sdl_aligned_text": { + "file": "ui/store_common.json", + "type": "label" + }, + "sdl_aligned_minecraftTen_text": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "content_offer_key_art": { + "file": "ui/store_common.json", + "type": "image" + }, + "vertical_content_offer_header": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "header" + ] + }, + "vertical_content_offer_header/header": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "sdl_text_aligned_panel", + "namespace": "common_store" + } + }, + "vertical_content_offer_panel": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "vertical_offer_grid_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_section_panel", + "namespace": "common_store" + } + }, + "offer_content": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_item" + ] + }, + "offer_content/offer_item": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "vertical_offer_content": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_item" + ] + }, + "vertical_offer_content/offer_item": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "vertical_store_offer_grid_item", + "namespace": "common_store" + } + }, + "vertical_coin_offer_content": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_item" + ] + }, + "vertical_coin_offer_content/offer_item": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "vertical_store_coin_offer_grid_item", + "namespace": "common_store" + } + }, + "store_offer_key_art": { + "file": "ui/store_common.json", + "type": "image" + }, + "store_offer_grid_show_more": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "frame", + "offer_button" + ] + }, + "store_offer_grid_show_more/frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "title" + ] + }, + "store_offer_grid_show_more/frame/title": { + "file": "ui/store_common.json", + "type": "label" + }, + "store_offer_grid_show_more/offer_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "hover", + "pressed" + ] + }, + "store_offer_grid_show_more/offer_button/hover": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + }, + "children": [ + "key_art_size_panel" + ] + }, + "store_offer_grid_show_more/offer_button/hover/key_art_size_panel": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_grid_show_more/offer_button/pressed": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + }, + "children": [ + "key_art_size_panel" + ] + }, + "store_offer_grid_show_more/offer_button/pressed/key_art_size_panel": { + "file": "ui/store_common.json", + "type": "panel" + }, + "persona_grid_show_more": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "row_offer_sale_markdown": { + "file": "ui/store_common.json", + "type": "label" + }, + "discount_label": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "label_panel", + "icon_panel" + ] + }, + "discount_label/label_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "label" + ] + }, + "discount_label/label_panel/label": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "discount_label/icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "discount_label/icon_panel/icon": { + "file": "ui/store_common.json", + "type": "image" + }, + "hero_offer_sale_markdown": { + "file": "ui/store_common.json", + "type": "label" + }, + "offer_price_markdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_price" + ] + }, + "offer_price_markdown_panel/offer_price": { + "file": "ui/store_common.json", + "type": "label", + "children": [ + "text_strike_through" + ] + }, + "offer_price_markdown_panel/offer_price/text_strike_through": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "text_strike_through", + "namespace": "common_store" + } + }, + "store_offer_title": { + "file": "ui/store_common.json", + "type": "label" + }, + "store_offer_key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "key_art", + "progress_loading" + ] + }, + "store_offer_key_art_frame/key_art": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_key_art", + "namespace": "common_store" + }, + "children": [ + "key_art_frame", + "csb_expiration_banner" + ] + }, + "store_offer_key_art_frame/key_art/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "store_offer_key_art_frame/key_art/csb_expiration_banner": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "csb_expiration", + "namespace": "common_store" + } + }, + "store_offer_key_art_frame/progress_loading": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_item": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "frame", + "dark_frame" + ] + }, + "vertical_store_offer_grid_item/frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "horizontal_stack_panel", + "offer_button" + ] + }, + "vertical_store_offer_grid_item/frame/horizontal_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "vertical_store_offer_grid_inside_frame", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_item/frame/offer_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "store_offer_grid_button", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_item/dark_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_description_background_dark", + "namespace": "common_store" + }, + "children": [ + "horizontal_stack_panel", + "offer_button" + ] + }, + "vertical_store_offer_grid_item/dark_frame/horizontal_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "vertical_store_offer_grid_inside_frame", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_item/dark_frame/offer_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "store_offer_grid_button", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_inside_frame": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "key_art_size_panel", + "offer_details_general_panel" + ] + }, + "vertical_store_offer_grid_inside_frame/key_art_size_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "key_art_frame", + "key_art" + ] + }, + "vertical_store_offer_grid_inside_frame/key_art_size_panel/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "vertical_store_offer_grid_inside_frame/key_art_size_panel/key_art": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_key_art", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "general_offer_details_stack_panel" + ] + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "title_panel_with_padding", + "creator_label_panel_with_padding", + "ratings_and_cost_pannel_with_padding" + ] + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/title_panel_with_padding": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "title" + ] + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/title_panel_with_padding/title": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_item_title_panel", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/creator_label_panel_with_padding": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "creator_label" + ] + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/creator_label_panel_with_padding/creator_label": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "store_offer_item_creator_panel", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "ratings", + "rating_and_price_padding", + "offer_price_info_panel", + "right_side_padding" + ] + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding/ratings": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_ratings", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding/rating_and_price_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding/offer_price_info_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "vertical_store_offer_price_info_panel", + "namespace": "common_store" + } + }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding/right_side_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_store_coin_offer_grid_item": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "frame", + "dark_frame" + ] + }, + "vertical_store_coin_offer_grid_item/frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "horizontal_stack_panel" + ] + }, + "vertical_store_coin_offer_grid_item/frame/horizontal_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "vertical_coin_offer_grid_inside_frame", + "namespace": "common_store" + } + }, + "vertical_store_coin_offer_grid_item/dark_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_description_background_dark", + "namespace": "common_store" + }, + "children": [ + "horizontal_stack_panel", + "offer_button" + ] + }, + "vertical_store_coin_offer_grid_item/dark_frame/horizontal_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "vertical_coin_offer_grid_inside_frame", + "namespace": "common_store" + } + }, + "vertical_store_coin_offer_grid_item/dark_frame/offer_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "store_offer_grid_button", + "namespace": "common_store" + } + }, + "vertical_coin_offer_grid_inside_frame": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "key_art_size_panel", + "padding", + "coin_panel", + "Minecoins_panel" + ] + }, + "vertical_coin_offer_grid_inside_frame/key_art_size_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "key_art_frame", + "key_art" + ] + }, + "vertical_coin_offer_grid_inside_frame/key_art_size_panel/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "vertical_coin_offer_grid_inside_frame/key_art_size_panel/key_art": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_key_art", + "namespace": "common_store" + } + }, + "vertical_coin_offer_grid_inside_frame/padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_coin_offer_grid_inside_frame/coin_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_coin_icon" + ] + }, + "vertical_coin_offer_grid_inside_frame/coin_panel/offer_coin_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "minecoins_vert_stack_panel" + ] + }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "minecoins_panel_with_padding", + "title_panel_with_padding" + ] + }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/minecoins_panel_with_padding": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "minecoins_prompt_panel" + ] + }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/minecoins_panel_with_padding/minecoins_prompt_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "minecoins_offer_status_text" + ] + }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/minecoins_panel_with_padding/minecoins_prompt_panel/minecoins_offer_status_text": { + "file": "ui/store_common.json", + "type": "label" + }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/title_panel_with_padding": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "title" + ] + }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/title_panel_with_padding/title": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_item_title_panel", + "namespace": "common_store" + } + }, + "offer_prompt_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "coin_panel", + "padding_3", + "offer_status_text_panel" + ] + }, + "offer_prompt_panel/coin_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_coin_icon" + ] + }, + "offer_prompt_panel/coin_panel/offer_coin_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "offer_prompt_panel/padding_3": { + "file": "ui/store_common.json", + "type": "panel" + }, + "offer_prompt_panel/offer_status_text_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_status_text" + ] + }, + "offer_prompt_panel/offer_status_text_panel/offer_status_text": { + "file": "ui/store_common.json", + "type": "label" + }, + "store_offer_grid_item": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "frame" + ] + }, + "store_offer_grid_item/frame": { + "file": "ui/store_common.json", + "type": "unknown", + "children": [ + "key_art", + "progress_loading", + "progress", + "durable_offer_info_panel", + "offer_button" + ] + }, + "store_offer_grid_item/frame/key_art": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_key_art", + "namespace": "common_store" + }, + "children": [ + "key_art_frame", + "csb_plus_expiration_banner", + "badge_overlay_panel" + ] + }, + "store_offer_grid_item/frame/key_art/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "store_offer_grid_item/frame/key_art/csb_plus_expiration_banner": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "csb_expiration", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/key_art/badge_overlay_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "badge_overlay_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/progress_loading": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/progress": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "offer_download_progress", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "title_label_padding_stack", + "offer_status_panel" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "title_label_vert_stack_panel", + "no_durable_status_padding" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/title_label_vert_stack_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "title", + "creator_label", + "offer_price_info_panel" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/title_label_vert_stack_panel/title": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_item_title_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/title_label_vert_stack_panel/creator_label": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "store_offer_item_creator_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/title_label_vert_stack_panel/offer_price_info_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "store_offer_price_info_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/no_durable_status_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "rtx_label", + "subscription_panel", + "sales_banner", + "ratings", + "rating_count_panel", + "pack_icon_panel", + "fill_markdown_panel_left", + "markdown_panel", + "padding_markdown_panel_right", + "offer_prompt_panel", + "padding_6", + "timer_panel", + "padding_2" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/rtx_label": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "rtx_label", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/subscription_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "subscription_chevron", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_banner": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "sales_markdown_percentage_panel" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_banner/sales_markdown_percentage_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "markdown_banner" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_banner/sales_markdown_percentage_panel/markdown_banner": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/ratings": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_ratings", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/rating_count_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_rating_count_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/pack_icon_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "pack_icon_stack" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/pack_icon_panel/pack_icon_stack": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "pack_icon_stack", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/fill_markdown_panel_left": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/markdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "offer_price_markdown_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_markdown_panel_right": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/offer_prompt_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "offer_prompt_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_6": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/timer_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "sale_timer" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/timer_panel/sale_timer": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "timer_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_2": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_offer_grid_item/frame/offer_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "store_offer_grid_button", + "namespace": "common_store" + } + }, + "thumbnail_only_offer": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "frame" + ] + }, + "thumbnail_only_offer/frame": { + "file": "ui/store_common.json", + "type": "unknown", + "children": [ + "key_art", + "offer_button" + ] + }, + "thumbnail_only_offer/frame/key_art": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_key_art", + "namespace": "common_store" + }, + "children": [ + "key_art_frame", + "offer_coin_icon" + ] + }, + "thumbnail_only_offer/frame/key_art/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "thumbnail_only_offer/frame/key_art/offer_coin_icon": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "coin_icon", + "namespace": "common_store" + } + }, + "thumbnail_only_offer/frame/offer_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "store_offer_grid_button", + "namespace": "common_store" + } + }, + "store_section_header_label": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "common_store" + } + }, + "persona_store_row_offer": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "persona_offer" + ] + }, + "persona_store_row_offer/persona_offer": { + "file": "ui/store_common.json", + "type": "unknown", + "extend": { + "name": "persona_piece_offer", + "namespace": "persona_sdl" + } + }, + "thumnail_only_row_offer": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "generic_store_offer" + ] + }, + "thumnail_only_row_offer/generic_store_offer": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "thumbnail_only_offer", + "namespace": "common_store" + } + }, + "generic_store_row_offer_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "generic_store_offer" + ] + }, + "generic_store_row_offer_panel/generic_store_offer": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "store_row_show_more_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "show_more_button" + ] + }, + "store_row_show_more_button_panel/show_more_button": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_show_more", + "namespace": "common_store" + } + }, + "persona_show_more_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "show_more_button" + ] + }, + "persona_show_more_button_panel/show_more_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "persona_grid_show_more", + "namespace": "common_store" + } + }, + "persona_grid_panel_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "default_piece_button", + "persona_grid_panel" + ] + }, + "persona_grid_panel_stack/default_piece_button": { + "file": "ui/store_common.json", + "type": "unknown", + "extend": { + "name": "default_piece_button_panel", + "namespace": "persona_sdl" + } + }, + "persona_grid_panel_stack/persona_grid_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "persona_grid_panel", + "namespace": "common_store" + } + }, + "persona_grid_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "persona_offer_grid" + ] + }, + "persona_grid_panel/persona_offer_grid": { + "file": "ui/store_common.json", + "type": "grid", + "extend": { + "name": "persona_offer_grid", + "namespace": "store_item_list" + } + }, + "store_offer_grid_factory": { + "file": "ui/store_common.json", + "type": "collection_panel" + }, + "non_collection_item_horizontal_padding": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_2px", + "namespace": "common" + } + }, + "horizontal_store_offer_row_factory": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "static_offer_row_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "store_row_dropdown_panel" + ] + }, + "static_offer_row_panel/store_row_dropdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "store_row_section_panel" + ] + }, + "static_offer_row_panel/store_row_dropdown_panel/store_row_section_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_section_panel", + "namespace": "common_store" + } + }, + "store_row_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "store_row_dropdown_panel" + ] + }, + "store_row_panel/store_row_dropdown_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "store_row_section_panel" + ] + }, + "store_row_panel/store_row_dropdown_panel/store_row_section_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_section_panel", + "namespace": "common_store" + } + }, + "vertical_store_row_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_section_panel", + "namespace": "common_store" + } + }, + "style_header": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "background", + "style_header" + ] + }, + "style_header/background": { + "file": "ui/store_common.json", + "type": "image" + }, + "style_header/style_header": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "style_header_panel", + "namespace": "common_store" + } + }, + "style_header_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "row_header", + "row_carousel_padding" + ] + }, + "style_header_panel/row_header": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "label_panel" + ] + }, + "style_header_panel/row_header/label_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "indent", + "row_header_label_centering_panel", + "on_sale_banner", + "time_remaining_label" + ] + }, + "style_header_panel/row_header/label_panel/indent": { + "file": "ui/store_common.json", + "type": "panel" + }, + "style_header_panel/row_header/label_panel/row_header_label_centering_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "row_header_label" + ] + }, + "style_header_panel/row_header/label_panel/row_header_label_centering_panel/row_header_label": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "store_section_header_label", + "namespace": "common_store" + } + }, + "style_header_panel/row_header/label_panel/on_sale_banner": { + "file": "ui/store_common.json", + "type": "image", + "children": [ + "padding_panel" + ] + }, + "style_header_panel/row_header/label_panel/on_sale_banner/padding_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "sales_row_header_label", + "triangle" + ] + }, + "style_header_panel/row_header/label_panel/on_sale_banner/padding_panel/sales_row_header_label": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "store_section_header_label", + "namespace": "common_store" + } + }, + "style_header_panel/row_header/label_panel/on_sale_banner/padding_panel/triangle": { + "file": "ui/store_common.json", + "type": "image" + }, + "style_header_panel/row_header/label_panel/time_remaining_label": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "common_store" + } + }, + "style_header_panel/row_carousel_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "store_row_cycle_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "cycle_button_panel" + ] + }, + "store_row_cycle_button_panel/cycle_button_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "page_indicator_panel" + ] + }, + "store_row_cycle_button_panel/cycle_button_panel/page_indicator_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "page_indicator" + ] + }, + "store_row_cycle_button_panel/cycle_button_panel/page_indicator_panel/page_indicator": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "page_indicator_panel", + "namespace": "common_store" + } + }, + "store_row": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "carousel_panel", + "divider" + ] + }, + "store_row/carousel_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "progress_loading", + "cycle_pack_horizontal_stack" + ] + }, + "store_row/carousel_panel/progress_loading": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "store_row/carousel_panel/cycle_pack_horizontal_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "cycle_pack_left_button_panel", + "offer_grid_panel", + "cycle_pack_right_button_panel" + ] + }, + "store_row/carousel_panel/cycle_pack_horizontal_stack/cycle_pack_left_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_row_cycle_button_panel", + "namespace": "common_store" + } + }, + "store_row/carousel_panel/cycle_pack_horizontal_stack/offer_grid_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_grid" + ] + }, + "store_row/carousel_panel/cycle_pack_horizontal_stack/offer_grid_panel/offer_grid": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_store_offer_row_factory", + "namespace": "common_store" + } + }, + "store_row/carousel_panel/cycle_pack_horizontal_stack/cycle_pack_right_button_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "store_row_cycle_button_panel", + "namespace": "common_store" + } + }, + "store_row/divider": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "page_indicator_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "first_of_three", + "second_of_three", + "third_of_three", + "first_of_two", + "second_of_two" + ] + }, + "page_indicator_panel/first_of_three": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "page_indicator", + "namespace": "common_store" + } + }, + "page_indicator_panel/second_of_three": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "page_indicator", + "namespace": "common_store" + } + }, + "page_indicator_panel/third_of_three": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "page_indicator", + "namespace": "common_store" + } + }, + "page_indicator_panel/first_of_two": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "page_indicator", + "namespace": "common_store" + } + }, + "page_indicator_panel/second_of_two": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "page_indicator", + "namespace": "common_store" + } + }, + "page_indicator": { + "file": "ui/store_common.json", + "type": "image" + }, + "popup_dialog__no_store_connection": { + "file": "ui/store_common.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "popup_dialog_bg", + "popup_dialog_message", + "popup_dialog_middle_button" + ] + }, + "popup_dialog__no_store_connection/popup_dialog_bg": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "popup_dialog" + } + }, + "popup_dialog__no_store_connection/popup_dialog_message": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog__no_store_connection/popup_dialog_middle_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "popup_dialog_middle_button", + "namespace": "popup_dialog" + } + }, + "popup_dialog__restore_popup": { + "file": "ui/store_common.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "popup_dialog_bg", + "popup_dialog_message" + ] + }, + "popup_dialog__restore_popup/popup_dialog_bg": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "popup_dialog" + } + }, + "popup_dialog__restore_popup/popup_dialog_message": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog__restore_failed": { + "file": "ui/store_common.json", + "type": "input_panel", + "extend": { + "name": "popup_dialog", + "namespace": "popup_dialog" + }, + "children": [ + "popup_dialog_bg", + "popup_dialog_message", + "popup_dialog_middle_button" + ] + }, + "popup_dialog__restore_failed/popup_dialog_bg": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "popup_dialog_bg", + "namespace": "popup_dialog" + } + }, + "popup_dialog__restore_failed/popup_dialog_message": { + "file": "ui/store_common.json", + "type": "label", + "extend": { + "name": "popup_dialog_message", + "namespace": "popup_dialog" + } + }, + "popup_dialog__restore_failed/popup_dialog_middle_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "popup_dialog_middle_button", + "namespace": "popup_dialog" + } + }, + "suggested_content_offers_grid_item": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "frame" + ] + }, + "suggested_content_offers_grid_item/frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "key_art", + "progress_loading", + "progress", + "title_label_panel", + "offer_button" + ] + }, + "suggested_content_offers_grid_item/frame/key_art": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "store_offer_key_art", + "namespace": "common_store" + }, + "children": [ + "key_art_frame" + ] + }, + "suggested_content_offers_grid_item/frame/key_art/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "suggested_content_offers_grid_item/frame/progress_loading": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "suggested_content_offers_grid_item/frame/progress": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "offer_download_progress", + "namespace": "common_store" + } + }, + "suggested_content_offers_grid_item/frame/title_label_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "title", + "offer_type" + ] + }, + "suggested_content_offers_grid_item/frame/title_label_panel/title": { + "file": "ui/store_common.json", + "type": "label" + }, + "suggested_content_offers_grid_item/frame/title_label_panel/offer_type": { + "file": "ui/store_common.json", + "type": "label" + }, + "suggested_content_offers_grid_item/frame/offer_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "hover", + "pressed" + ] + }, + "suggested_content_offers_grid_item/frame/offer_button/hover": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + }, + "children": [ + "key_art_size_panel" + ] + }, + "suggested_content_offers_grid_item/frame/offer_button/hover/key_art_size_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "key_art_frame" + ] + }, + "suggested_content_offers_grid_item/frame/offer_button/hover/key_art_size_panel/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "suggested_content_offers_grid_item/frame/offer_button/pressed": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + }, + "children": [ + "key_art_size_panel" + ] + }, + "suggested_content_offers_grid_item/frame/offer_button/pressed/key_art_size_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "key_art_frame" + ] + }, + "suggested_content_offers_grid_item/frame/offer_button/pressed/key_art_size_panel/key_art_frame": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "suggested_content_offers_grid": { + "file": "ui/store_common.json", + "type": "grid" + }, + "more_suggested_content_offers_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "dark_glyph_button", + "namespace": "common_buttons" + } + }, + "suggested_content_offers_panel_base": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "content", + "progress_loading" + ] + }, + "suggested_content_offers_panel_base/content": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "suggested_content_offers_grid", + "more_suggested_content_offers_button" + ] + }, + "suggested_content_offers_panel_base/content/suggested_content_offers_grid": { + "file": "ui/store_common.json", + "type": "grid", + "extend": { + "name": "suggested_content_offers_grid", + "namespace": "common_store" + } + }, + "suggested_content_offers_panel_base/content/more_suggested_content_offers_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "more_suggested_content_offers_button", + "namespace": "common_store" + } + }, + "suggested_content_offers_panel_base/progress_loading": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "suggested_content_offers_panel_3x1": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "suggested_content_offers_panel_base", + "namespace": "common_store" + } + }, + "suggested_content_offers_panel_4x1": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "suggested_content_offers_panel_base", + "namespace": "common_store" + } + }, + "search_text_box_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "search_text_box", + "clear_button", + "loading_spinner" + ] + }, + "search_text_box_panel/search_text_box": { + "file": "ui/store_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "search_text_box_panel/clear_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "search_text_box_panel/loading_spinner": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "search_label_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offset_panel" + ] + }, + "search_label_panel/offset_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "label" + ] + }, + "search_label_panel/offset_panel/label": { + "file": "ui/store_common.json", + "type": "label" + }, + "error_text_panel": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "error_text_content" + ] + }, + "error_text_panel/error_text_content": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "top_padding", + "label_panel", + "bottom_padding" + ] + }, + "error_text_panel/error_text_content/top_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "error_text_panel/error_text_content/label_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "search_label_panel", + "namespace": "common_store" + } + }, + "error_text_panel/error_text_content/bottom_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "results_text_panel": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "results_panel" + ] + }, + "results_text_panel/results_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "top_padding", + "results_content", + "bottom_padding" + ] + }, + "results_text_panel/results_panel/top_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "results_text_panel/results_panel/results_content": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "label_panel", + "mid_padding", + "results_close_centering_panel", + "right_padding" + ] + }, + "results_text_panel/results_panel/results_content/label_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "search_label_panel", + "namespace": "common_store" + } + }, + "results_text_panel/results_panel/results_content/mid_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "results_text_panel/results_panel/results_content/results_close_centering_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "results_close_button" + ] + }, + "results_text_panel/results_panel/results_content/results_close_centering_panel/results_close_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "results_text_panel/results_panel/results_content/right_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "results_text_panel/results_panel/bottom_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "filter_logo_content_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "filter_logo_image", + "filter_count_label" + ] + }, + "filter_logo_content_panel/filter_logo_image": { + "file": "ui/store_common.json", + "type": "image" + }, + "filter_logo_content_panel/filter_count_label": { + "file": "ui/store_common.json", + "type": "label" + }, + "filter_sort_toggle": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "dark_content_toggle", + "namespace": "common_toggles" + } + }, + "filter_sort_submenu_scrolling_panel_section": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "submenu_scrolling_panel" + ] + }, + "filter_sort_submenu_scrolling_panel_section/submenu_scrolling_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "filter_sort_grid_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "filter_sort_grid" + ] + }, + "filter_sort_grid_panel/filter_sort_grid": { + "file": "ui/store_common.json", + "type": "stack_panel" + }, + "sort_button_content_panel": { + "file": "ui/store_common.json", + "type": "image" + }, + "search_panel_filter": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "search_text_box", + "filter_button", + "sort_button" + ] + }, + "search_panel_filter/search_text_box": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "search_text_box_panel", + "namespace": "common_store" + } + }, + "search_panel_filter/filter_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "search_panel_filter/sort_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "search_results_and_error_stack": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "mid_padding_1", + "error_text_panel", + "mid_padding_2", + "results_text_panel" + ] + }, + "search_results_and_error_stack/mid_padding_1": { + "file": "ui/store_common.json", + "type": "panel" + }, + "search_results_and_error_stack/error_text_panel": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "error_text_panel", + "namespace": "common_store" + } + }, + "search_results_and_error_stack/mid_padding_2": { + "file": "ui/store_common.json", + "type": "panel" + }, + "search_results_and_error_stack/results_text_panel": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "results_text_panel", + "namespace": "common_store" + } + }, + "search_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "search_panel_content" + ] + }, + "search_panel/search_panel_content": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "search_text_box", + "search_results_and_error_panel", + "bottom_padding" + ] + }, + "search_panel/search_panel_content/search_text_box": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "search_panel_filter", + "namespace": "common_store" + } + }, + "search_panel/search_panel_content/search_results_and_error_panel": { + "file": "ui/store_common.json", + "type": "stack_panel", + "extend": { + "name": "search_results_and_error_stack", + "namespace": "common_store" + } + }, + "search_panel/search_panel_content/bottom_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "search_and_offer_content": { + "file": "ui/store_common.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "search_and_offer_panel" + ] + }, + "search_and_offer_content/search_and_offer_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "search_and_offer_content" + ] + }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "top_padding", + "upper_section_panel", + "search_panel", + "offer_content_panel", + "bottom_padding" + ] + }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/top_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/upper_section_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "upper_section" + ] + }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/upper_section_panel/upper_section": { + "file": "ui/store_common.json", + "type": "unknown" + }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/search_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "search_panel", + "namespace": "common_store" + } + }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/offer_content_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "offer_content" + ] + }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/offer_content_panel/offer_content": { + "file": "ui/store_common.json", + "type": "unknown" + }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/bottom_padding": { + "file": "ui/store_common.json", + "type": "panel" + }, + "search_object": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "search_object_content" + ] + }, + "search_object/search_object_content": { + "file": "ui/store_common.json", + "type": "input_panel", + "extend": { + "name": "search_and_offer_content", + "namespace": "common_store" + } + }, + "sort_and_filter_menu_modal_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "filter_menu" + ] + }, + "sort_and_filter_menu_modal_panel/filter_menu": { + "file": "ui/store_common.json", + "type": "unknown" + }, + "sort_and_filter_menu_modals": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "filter_menu_modal", + "sort_menu_panel" + ] + }, + "sort_and_filter_menu_modals/filter_menu_modal": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "sort_and_filter_menu_modal_panel", + "namespace": "common_store" + } + }, + "sort_and_filter_menu_modals/sort_menu_panel": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "sort_and_filter_menu_modal_panel", + "namespace": "common_store" + } + }, + "search_filter_sort_background": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + }, + "search_filter_background_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "search_filter_sort_background" + ] + }, + "search_filter_background_panel/search_filter_sort_background": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "search_filter_sort_background", + "namespace": "common_store" + } + }, + "close_bg_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "close_bg_button/default": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "search_filter_background_panel", + "namespace": "common_store" + } + }, + "close_bg_button/hover": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "search_filter_background_panel", + "namespace": "common_store" + } + }, + "close_bg_button/pressed": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "search_filter_background_panel", + "namespace": "common_store" + } + }, + "close_bg_panel": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "header_close_button", + "main_close_button" + ] + }, + "close_bg_panel/header_close_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "close_bg_button", + "namespace": "common_store" + } + }, + "close_bg_panel/main_close_button": { + "file": "ui/store_common.json", + "type": "button", + "extend": { + "name": "close_bg_button", + "namespace": "common_store" + } + }, + "vertical_line_divider_row": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "vert_line_divider_row_top_buffer", + "vertical_line_divider_horizontal_panel_with_padding", + "vert_line_divider_row_bottom_buffer" + ] + }, + "vertical_line_divider_row/vert_line_divider_row_top_buffer": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_line_divider_row/vertical_line_divider_horizontal_panel_with_padding": { + "file": "ui/store_common.json", + "type": "stack_panel", + "children": [ + "vert_line_divider_row_left_buffer", + "vertical_line_divider_row_line", + "vert_line_divider_row_right_buffer" + ] + }, + "vertical_line_divider_row/vertical_line_divider_horizontal_panel_with_padding/vert_line_divider_row_left_buffer": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_line_divider_row/vertical_line_divider_horizontal_panel_with_padding/vertical_line_divider_row_line": { + "file": "ui/store_common.json", + "type": "image", + "extend": { + "name": "sdl_texture", + "namespace": "common_store" + } + }, + "vertical_line_divider_row/vertical_line_divider_horizontal_panel_with_padding/vert_line_divider_row_right_buffer": { + "file": "ui/store_common.json", + "type": "panel" + }, + "vertical_line_divider_row/vert_line_divider_row_bottom_buffer": { + "file": "ui/store_common.json", + "type": "panel" + }, + "sdl_dropdown_header_row_button": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "light_content_toggle", + "namespace": "common_toggles" + } + }, + "sdl_subcategory_button": { + "file": "ui/store_common.json", + "type": "unknown", + "extend": { + "name": "subcategory_button", + "namespace": "persona_sdl" + } + }, + "sdl_dropdown_header_row": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "drowdown_header_row_content" + ] + }, + "sdl_dropdown_header_row/drowdown_header_row_content": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "button_aspects" + ] + }, + "sdl_dropdown_header_row/drowdown_header_row_content/button_aspects": { + "file": "ui/store_common.json", + "type": "panel", + "extend": { + "name": "sdl_dropdown_header_row_button", + "namespace": "common_store" + } + }, + "sdl_dropdown_data_row": { + "file": "ui/store_common.json", + "type": "panel", + "children": [ + "row_background", + "button_aspects" + ] + }, + "sdl_dropdown_data_row/row_background": { + "file": "ui/store_common.json", + "type": "image" + }, + "sdl_dropdown_data_row/button_aspects": { + "file": "ui/store_common.json", + "type": "unknown", + "extend": { + "name": "sdl_subcategory_button", + "namespace": "common_store" + } + } + }, + "store_layout": { + "sdl_scrolling_content_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "sdl_scrolling_content_stack" + ] + }, + "sdl_scrolling_content_panel/sdl_scrolling_content_stack": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "sdl_scrolling_content_stack", + "namespace": "store_layout" + } + }, + "sdl_scrolling_content_stack": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "padding_0", + "store_screen_layout_factory", + "footer" + ] + }, + "sdl_scrolling_content_stack/padding_0": { + "file": "ui/store_data_driven_screen.json", + "type": "panel" + }, + "sdl_scrolling_content_stack/store_screen_layout_factory": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown" + }, + "sdl_scrolling_content_stack/footer": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "footer", + "namespace": "common_store" + } + }, + "sdl_scrolling_section_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "children": [ + "padding0", + "top_static_sdl_section", + "padding1", + "sdl_scrolling_section" + ] + }, + "sdl_scrolling_section_panel/padding0": { + "file": "ui/store_data_driven_screen.json", + "type": "panel" + }, + "sdl_scrolling_section_panel/top_static_sdl_section": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_static_section_factory", + "namespace": "common_store" + } + }, + "sdl_scrolling_section_panel/padding1": { + "file": "ui/store_data_driven_screen.json", + "type": "panel" + }, + "sdl_scrolling_section_panel/sdl_scrolling_section": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "sdl_scrolling_section", + "namespace": "store_layout" + } + }, + "sdl_scrolling_section": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "character_creator_sdl_scroll_section": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "sdl_scrolling_section_panel", + "namespace": "store_layout" + } + }, + "character_creator_sdl_section": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "children": [ + "sdl_section" + ] + }, + "character_creator_sdl_section/sdl_section": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown", + "extend": { + "name": "dialog_background_object", + "namespace": "persona_sdl" + } + }, + "character_creator_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "left_main_panel_padding", + "character_creator_sdl_portion", + "middle_main_panel_padding", + "right_main_panel", + "right_main_panel_padding" + ] + }, + "character_creator_panel/left_main_panel_padding": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown", + "extend": { + "name": "horizontal_2_padding", + "namespace": "persona_sdl" + } + }, + "character_creator_panel/character_creator_sdl_portion": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "character_creator_sdl_section", + "namespace": "store_layout" + } + }, + "character_creator_panel/middle_main_panel_padding": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown", + "extend": { + "name": "horizontal_1_padding", + "namespace": "persona_sdl" + } + }, + "character_creator_panel/right_main_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_static_section_factory", + "namespace": "common_store" + } + }, + "character_creator_panel/right_main_panel_padding": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown", + "extend": { + "name": "horizontal_2_padding", + "namespace": "persona_sdl" + } + }, + "character_creator_screen_layout": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "character_creator_panel" + ] + }, + "character_creator_screen_layout/character_creator_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "character_creator_panel", + "namespace": "store_layout" + } + }, + "main_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "input_panel", + "children": [ + "background", + "main_panel_content", + "progress_loading" + ] + }, + "main_panel/background": { + "file": "ui/store_data_driven_screen.json", + "type": "image" + }, + "main_panel/main_panel_content": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "children": [ + "nav_panel", + "main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill" + ] + }, + "main_panel/main_panel_content/nav_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "sdl_screen_content" + ] + }, + "main_panel/main_panel_content/nav_panel/sdl_screen_content": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown" + }, + "main_panel/main_panel_content/main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "sdl_screen_content" + ] + }, + "main_panel/main_panel_content/main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill/sdl_screen_content": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown" + }, + "main_panel/progress_loading": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "nav_button_content": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "children": [ + "image_panel", + "small_padding", + "label_panel" + ] + }, + "nav_button_content/image_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "nav_image_panel", + "namespace": "store_layout" + } + }, + "nav_button_content/small_padding": { + "file": "ui/store_data_driven_screen.json", + "type": "panel" + }, + "nav_button_content/label_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown" + }, + "default_nav_label_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "button_text_label" + ] + }, + "default_nav_label_panel/button_text_label": { + "file": "ui/store_data_driven_screen.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "styled_nav_label_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "button_text_label" + ] + }, + "styled_nav_label_panel/button_text_label": { + "file": "ui/store_data_driven_screen.json", + "type": "label", + "extend": { + "name": "default_styled_button_text_label", + "namespace": "store_layout" + } + }, + "styled_nav_label_panel_minecraftTen": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "button_text_label" + ] + }, + "styled_nav_label_panel_minecraftTen/button_text_label": { + "file": "ui/store_data_driven_screen.json", + "type": "label", + "extend": { + "name": "default_styled_button_text_label", + "namespace": "store_layout" + } + }, + "default_styled_button_text_label": { + "file": "ui/store_data_driven_screen.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "nav_image_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "button_image_panel", + "button_animated_panel" + ] + }, + "nav_image_panel/button_image_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "nav_button_image_panel", + "namespace": "store_layout" + } + }, + "nav_image_panel/button_animated_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "nav_button_image_panel", + "namespace": "store_layout" + } + }, + "nav_button_image_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "button_image" + ] + }, + "nav_button_image_panel/button_image": { + "file": "ui/store_data_driven_screen.json", + "type": "unknown" + }, + "nav_button_image": { + "file": "ui/store_data_driven_screen.json", + "type": "image" + }, + "nav_button_animation": { + "file": "ui/store_data_driven_screen.json", + "type": "image" + }, + "nav_button_fill": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "nav_button_standard", + "namespace": "store_layout" + } + }, + "nav_button_fill_styled": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "nav_button_standard", + "namespace": "store_layout" + } + }, + "nav_button_fill_styled_mc10": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "nav_button_standard", + "namespace": "store_layout" + } + }, + "nav_button_standard_styled": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "nav_button_standard", + "namespace": "store_layout" + } + }, + "nav_button_standard_styled_mc10": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "nav_button_standard", + "namespace": "store_layout" + } + }, + "nav_button_standard": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "nav_button" + ] + }, + "nav_button_standard/nav_button": { + "file": "ui/store_data_driven_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "nav_button_grid_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "nav_button_grid" + ] + }, + "nav_button_grid_panel/nav_button_grid": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel" + }, + "store_layout_ribbon_search_button": { + "file": "ui/store_data_driven_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "store_layout_ribbon_search_button_content": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "button_image" + ] + }, + "store_layout_ribbon_search_button_content/button_image": { + "file": "ui/store_data_driven_screen.json", + "type": "image" + }, + "store_data_driven_screen_base": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "store_base_screen", + "namespace": "common_store" + } + }, + "store_screen_modal_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "one_button_dialog", + "popup_dialog_factory" + ] + }, + "store_screen_modal_panel/one_button_dialog": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "store_screen_modal_panel/popup_dialog_factory": { + "file": "ui/store_data_driven_screen.json", + "type": "factory" + }, + "dialog_button": { + "file": "ui/store_data_driven_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "store_screen_main_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "main_content_view", + "sort_and_filter_modals" + ] + }, + "store_screen_main_panel/main_content_view": { + "file": "ui/store_data_driven_screen.json", + "type": "input_panel", + "extend": { + "name": "sidebar_view", + "namespace": "sidebar_navigation" + } + }, + "store_screen_main_panel/sort_and_filter_modals": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "sort_and_filter_menu_modals", + "namespace": "common_store" + } + }, + "store_full_screen_content": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "mouse_input_focus_panel", + "screen_content", + "popup_dialog_factory", + "character_selector_dialog_factory", + "custom_skin_dialog_factory" + ] + }, + "store_full_screen_content/mouse_input_focus_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "input_panel" + }, + "store_full_screen_content/screen_content": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "children": [ + "top_bar_section", + "main_panel" + ] + }, + "store_full_screen_content/screen_content/top_bar_section": { + "file": "ui/store_data_driven_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_static_section_factory", + "namespace": "common_store" + } + }, + "store_full_screen_content/screen_content/main_panel": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "children": [ + "main_panel_content" + ] + }, + "store_full_screen_content/screen_content/main_panel/main_panel_content": { + "file": "ui/store_data_driven_screen.json", + "type": "panel", + "extend": { + "name": "store_screen_main_panel", + "namespace": "store_layout" + } + }, + "store_full_screen_content/popup_dialog_factory": { + "file": "ui/store_data_driven_screen.json", + "type": "factory" + }, + "store_full_screen_content/character_selector_dialog_factory": { + "file": "ui/store_data_driven_screen.json", + "type": "factory" + }, + "store_full_screen_content/custom_skin_dialog_factory": { + "file": "ui/store_data_driven_screen.json", + "type": "factory" + }, + "sdl_base_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "store_data_driven_screen_base", + "namespace": "store_layout" + } + }, + "character_creator_base_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "sdl_base_screen", + "namespace": "store_layout" + } + }, + "store_data_driven_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "sdl_base_screen", + "namespace": "store_layout" + } + }, + "character_creator_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "character_creator_base_screen", + "namespace": "store_layout" + } + }, + "dressing_room_color_picker_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "character_creator_screen", + "namespace": "store_layout" + } + }, + "expanded_appearance_view_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "character_creator_base_screen", + "namespace": "store_layout" + } + }, + "non_scrollable_sdl_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "sdl_base_screen", + "namespace": "store_layout" + } + }, + "skin_selector_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "sdl_base_screen", + "namespace": "store_layout" + } + }, + "store_data_driven_modal_one_button_screen": { + "file": "ui/store_data_driven_screen.json", + "type": "screen", + "extend": { + "name": "store_data_driven_screen_base", + "namespace": "store_layout" + } + } + }, + "filter_menu": { + "filter_clear_button_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "clear_button" + ] + }, + "filter_clear_button_panel/clear_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "chevron_icon_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "chevron_icon" + ] + }, + "chevron_icon_panel/chevron_icon": { + "file": "ui/store_filter_menu_screen.json", + "type": "image" + }, + "filter_variables_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel" + }, + "filter_option_button_content": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "left_chevron_icon_panel", + "filter_type_and_selected_panel", + "right_chevron_icon_panel" + ] + }, + "filter_option_button_content/left_chevron_icon_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "chevron_icon_panel", + "namespace": "filter_menu" + } + }, + "filter_option_button_content/filter_type_and_selected_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "filter_type_label", + "middle_padding", + "selected_label", + "bottom_padding" + ] + }, + "filter_option_button_content/filter_type_and_selected_panel/top_padding": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel" + }, + "filter_option_button_content/filter_type_and_selected_panel/filter_type_label": { + "file": "ui/store_filter_menu_screen.json", + "type": "label" + }, + "filter_option_button_content/filter_type_and_selected_panel/middle_padding": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel" + }, + "filter_option_button_content/filter_type_and_selected_panel/selected_label": { + "file": "ui/store_filter_menu_screen.json", + "type": "label" + }, + "filter_option_button_content/filter_type_and_selected_panel/bottom_padding": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel" + }, + "filter_option_button_content/right_chevron_icon_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "chevron_icon_panel", + "namespace": "filter_menu" + } + }, + "filter_options_button_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "filter_variables_panel" + ] + }, + "filter_options_button_panel/filter_variables_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_variables_panel", + "namespace": "filter_menu" + }, + "children": [ + "filter_options_button" + ] + }, + "filter_options_button_panel/filter_variables_panel/filter_options_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "filter_main_menu_options_button_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_title_bar_content": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "filter_logo_and_count_panel", + "centered_filter_title_label", + "filter_title_padding_close_button", + "centered_x" + ] + }, + "filter_title_bar_content/filter_logo_and_count_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_logo_content_panel", + "namespace": "common_store" + } + }, + "filter_title_bar_content/centered_filter_title_label": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "filter_title_label" + ] + }, + "filter_title_bar_content/centered_filter_title_label/filter_title_label": { + "file": "ui/store_filter_menu_screen.json", + "type": "label" + }, + "filter_title_bar_content/filter_title_padding_close_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel" + }, + "filter_title_bar_content/centered_x": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "close_x_image" + ] + }, + "filter_title_bar_content/centered_x/close_x_image": { + "file": "ui/store_filter_menu_screen.json", + "type": "image" + }, + "filter_title_bar": { + "file": "ui/store_filter_menu_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "filter_checkbox_toggle": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_sort_toggle", + "namespace": "common_store" + } + }, + "filter_checkbox_no_icon_toggle": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "filter_checkbox_no_icon_toggle" + ] + }, + "filter_checkbox_no_icon_toggle/filter_checkbox_no_icon_toggle": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_toggle", + "namespace": "filter_menu" + } + }, + "pack_type_sub_menu_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "pack_type_sub_menu" + ] + }, + "pack_type_sub_menu_panel/pack_type_sub_menu": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "addon_packs_filter", + "skin_packs_filter", + "texture_packs_filter", + "worlds_template_filter_panel", + "mashup_packs_filter" + ] + }, + "pack_type_sub_menu_panel/pack_type_sub_menu/addon_packs_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_toggle", + "namespace": "filter_menu" + } + }, + "pack_type_sub_menu_panel/pack_type_sub_menu/skin_packs_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_toggle", + "namespace": "filter_menu" + } + }, + "pack_type_sub_menu_panel/pack_type_sub_menu/texture_packs_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_toggle", + "namespace": "filter_menu" + } + }, + "pack_type_sub_menu_panel/pack_type_sub_menu/worlds_template_filter_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "worlds_template_filter", + "world_template_type_filters" + ] + }, + "pack_type_sub_menu_panel/pack_type_sub_menu/worlds_template_filter_panel/worlds_template_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_toggle", + "namespace": "filter_menu" + } + }, + "pack_type_sub_menu_panel/pack_type_sub_menu/worlds_template_filter_panel/world_template_type_filters": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_sort_grid_panel", + "namespace": "common_store" + } + }, + "pack_type_sub_menu_panel/pack_type_sub_menu/mashup_packs_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_toggle", + "namespace": "filter_menu" + } + }, + "offer_type_sub_menu_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "bundles_filter", + "realms_plus_filter", + "csb_filter" + ] + }, + "offer_type_sub_menu_panel/bundles_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_toggle", + "namespace": "filter_menu" + } + }, + "offer_type_sub_menu_panel/realms_plus_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "realms_plus_filter", + "namespace": "filter_menu" + } + }, + "offer_type_sub_menu_panel/csb_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "csb_filter", + "namespace": "filter_menu" + } + }, + "realms_plus_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "realms_plus_filter" + ] + }, + "realms_plus_filter/realms_plus_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_toggle", + "namespace": "filter_menu" + } + }, + "csb_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "csb_filter" + ] + }, + "csb_filter/csb_filter": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_checkbox_no_icon_toggle", + "namespace": "filter_menu" + } + }, + "realms_plus_gradient_content_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "gradient", + "particles", + "content_panel" + ] + }, + "realms_plus_gradient_content_panel/gradient": { + "file": "ui/store_filter_menu_screen.json", + "type": "image" + }, + "realms_plus_gradient_content_panel/particles": { + "file": "ui/store_filter_menu_screen.json", + "type": "image" + }, + "realms_plus_gradient_content_panel/content_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_content_panel", + "namespace": "common_toggles" + } + }, + "csb_gradient_content_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "gradient", + "particles", + "content_panel" + ] + }, + "csb_gradient_content_panel/gradient": { + "file": "ui/store_filter_menu_screen.json", + "type": "image" + }, + "csb_gradient_content_panel/particles": { + "file": "ui/store_filter_menu_screen.json", + "type": "image" + }, + "csb_gradient_content_panel/content_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_content_panel", + "namespace": "common_toggles" + } + }, + "filter_section_content": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "section_title_button", + "clear_button", + "section_sub_menu" + ] + }, + "filter_section_content/section_title_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_section_content/clear_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_clear_button_panel", + "namespace": "filter_menu" + } + }, + "filter_section_content/section_sub_menu": { + "file": "ui/store_filter_menu_screen.json", + "type": "unknown" + }, + "filter_section_content_dynamic": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_variables_panel", + "namespace": "filter_menu" + }, + "children": [ + "filter_section_content" + ] + }, + "filter_section_content_dynamic/filter_section_content": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "filter_section_content", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "filter_title_bar_panel", + "offer_type_button", + "pack_type_button", + "minecoin_button", + "rating_button", + "creator_button", + "graphics_button", + "installed_state_button", + "filter_main_menu_filter_toggles_section", + "clear_button_panel" + ] + }, + "filter_main_menu_content/filter_title_bar_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "button", + "extend": { + "name": "filter_title_bar", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content/offer_type_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content/pack_type_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content/minecoin_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content/rating_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content/creator_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content/graphics_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content/installed_state_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content/filter_main_menu_filter_toggles_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "filter_main_menu_filter_toggle_grid_panel" + ] + }, + "filter_main_menu_content/filter_main_menu_filter_toggles_section/filter_main_menu_filter_toggle_grid_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_sort_grid_panel", + "namespace": "common_store" + } + }, + "filter_main_menu_content/clear_button_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_clear_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content_persona": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "children": [ + "filter_title_bar_panel", + "persona_body_button", + "persona_style_button", + "emote_filter_section", + "minecoin_button", + "clear_button_panel" + ] + }, + "filter_main_menu_content_persona/filter_title_bar_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "button", + "extend": { + "name": "filter_title_bar", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content_persona/persona_body_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content_persona/persona_style_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content_persona/emote_filter_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "filter_emote_toggle_grid_panel" + ] + }, + "filter_main_menu_content_persona/emote_filter_section/filter_emote_toggle_grid_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_sort_grid_panel", + "namespace": "common_store" + } + }, + "filter_main_menu_content_persona/minecoin_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_options_button_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_content_persona/clear_button_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_clear_button_panel", + "namespace": "filter_menu" + } + }, + "filter_section_content_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "filter_menu_screen" + ] + }, + "filter_section_content_panel/filter_menu_screen": { + "file": "ui/store_filter_menu_screen.json", + "type": "unknown" + }, + "filter_main_menu_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_section_content_panel", + "namespace": "filter_menu" + } + }, + "filter_main_menu_section_persona": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_section_content_panel", + "namespace": "filter_menu" + } + }, + "filter_pack_type_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_section_content_panel", + "namespace": "filter_menu" + } + }, + "filter_offer_type_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_section_content_panel", + "namespace": "filter_menu" + } + }, + "filter_type_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_section_content_panel", + "namespace": "filter_menu" + } + }, + "filter_menu_content": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "filter_main_menu_screen", + "filter_offer_type_screen", + "filter_pack_type_screen", + "filter_minecoin_section", + "filter_rating_section", + "filter_creator_section", + "filter_graphics_section", + "filter_installed_state_section" + ] + }, + "filter_menu_content/filter_main_menu_screen": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content/filter_offer_type_screen": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_offer_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content/filter_pack_type_screen": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_pack_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content/filter_minecoin_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content/filter_rating_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content/filter_creator_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content/filter_graphics_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content/filter_installed_state_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content_persona": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "children": [ + "filter_main_menu_screen", + "filter_style_section", + "filter_body_section", + "filter_minecoin_section" + ] + }, + "filter_menu_content_persona/filter_main_menu_screen": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_main_menu_section_persona", + "namespace": "filter_menu" + } + }, + "filter_menu_content_persona/filter_style_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content_persona/filter_body_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_content_persona/filter_minecoin_section": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_type_section", + "namespace": "filter_menu" + } + }, + "filter_menu_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "top_padding", + "alignment_panel" + ] + }, + "filter_menu_panel/top_padding": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "filter_menu_panel/alignment_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "left_padding", + "filter_menu_content_scroll", + "right_padding" + ] + }, + "filter_menu_panel/alignment_panel/left_padding": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "filter_menu_panel/alignment_panel/filter_menu_content_scroll": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "filter_menu_panel/alignment_panel/right_padding": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "filter_menu_screen_content": { + "file": "ui/store_filter_menu_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "filter_main_panel", + "filter_main_panel_persona", + "filter_menu_close_background_button" + ] + }, + "filter_menu_screen_content/filter_main_panel": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "filter_menu_panel", + "namespace": "filter_menu" + } + }, + "filter_menu_screen_content/filter_main_panel_persona": { + "file": "ui/store_filter_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "filter_menu_panel", + "namespace": "filter_menu" + } + }, + "filter_menu_screen_content/filter_menu_close_background_button": { + "file": "ui/store_filter_menu_screen.json", + "type": "panel", + "extend": { + "name": "close_bg_panel", + "namespace": "common_store" + } + } + }, + "store_inventory": { + "sign_in_button": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "no_xbl_and_local_content_warning_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "image_and_description_bg_panel", + "bottom_padding" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel": { + "file": "ui/store_inventory_screen.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "image_and_description_panel" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "image_and_description_stack" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "warning_image_and_label_1", + "bottom_padding" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/top_padding": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "xbl_image_center_panel", + "xbl_image_padding_warning", + "warning_label_centering_panel" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_center_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "xbl_sign_in_image" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_center_panel/xbl_sign_in_image": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_padding_warning": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "warning_label_stack" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "message_text", + "xbl_image_padding_warning", + "sign_in_button_centering_panel" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/top_padding": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/message_text": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "sign_in_panel_text_body", + "namespace": "store_inventory" + } + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/xbl_image_padding_warning": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/sign_in_button_centering_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "sigh_in_button" + ] + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/sign_in_button_centering_panel/sigh_in_button": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "sign_in_button", + "namespace": "store_inventory" + } + }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/bottom_padding": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_local_content_warning_panel/bottom_padding": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_no_local_conent_warning_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "image_and_description_bg_panel", + "bottom_padding" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel": { + "file": "ui/store_inventory_screen.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "common_store" + }, + "children": [ + "image_and_description_panel" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "image_and_description_stack" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "warning_image_and_label_1", + "bottom_padding" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/top_padding": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "xbl_image_center_panel", + "xbl_image_padding_warning", + "warning_label_centering_panel" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_center_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "xbl_sign_in_image" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_center_panel/xbl_sign_in_image": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_padding_warning": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "warning_label_stack" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "message_text", + "xbl_image_padding_warning", + "sign_in_button_centering_panel" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/top_padding": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/message_text": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "sign_in_panel_text_body", + "namespace": "store_inventory" + } + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/xbl_image_padding_warning": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/sign_in_button_centering_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "sigh_in_button" + ] + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/sign_in_button_centering_panel/sigh_in_button": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "sign_in_button", + "namespace": "store_inventory" + } + }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/bottom_padding": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "no_xbl_and_no_local_conent_warning_panel/bottom_padding": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "inventory_sign_in_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "no_xbl_and_local_content_warning_panel", + "no_xbl_and_no_local_conent_warning_panel" + ] + }, + "inventory_sign_in_panel/no_xbl_and_local_content_warning_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "no_xbl_and_local_content_warning_panel", + "namespace": "store_inventory" + } + }, + "inventory_sign_in_panel/no_xbl_and_no_local_conent_warning_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "no_xbl_and_no_local_conent_warning_panel", + "namespace": "store_inventory" + } + }, + "divider_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "top_pad", + "divider", + "bottom_pad" + ] + }, + "divider_panel/top_pad": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "divider_panel/divider": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "common" + } + }, + "divider_panel/bottom_pad": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "right_image": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "down_image": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "section_toggle_base": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "light_image_toggle_collection", + "namespace": "common_toggles" + } + }, + "owned_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "store_inventory" + } + }, + "current_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "store_inventory" + } + }, + "removed_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "store_inventory" + } + }, + "subscriptions_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "section_toggle_base", + "namespace": "store_inventory" + } + }, + "inventory_left_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "top_pad", + "owned_toggle", + "owned_dropdown_box_panel", + "divider_0", + "csub_panel", + "divider_1", + "subscriptions_toggle" + ] + }, + "inventory_left_panel/top_pad": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "inventory_left_panel/owned_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "owned_toggle", + "namespace": "store_inventory" + } + }, + "inventory_left_panel/owned_dropdown_box_panel": { + "file": "ui/store_inventory_screen.json", + "type": "image", + "children": [ + "owned_dropdown_box" + ] + }, + "inventory_left_panel/owned_dropdown_box_panel/owned_dropdown_box": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "dropdown_box", + "namespace": "store_inventory" + } + }, + "inventory_left_panel/divider_0": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "divider_panel", + "namespace": "store_inventory" + } + }, + "inventory_left_panel/csub_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "csub_stack_panel" + ] + }, + "inventory_left_panel/csub_panel/csub_stack_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "csub_stack_panel", + "namespace": "store_inventory" + } + }, + "inventory_left_panel/divider_1": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "divider_panel", + "namespace": "store_inventory" + } + }, + "inventory_left_panel/subscriptions_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "subscriptions_toggle", + "namespace": "store_inventory" + } + }, + "csub_stack_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "padding_title_vertical", + "section_title", + "dropdown_panel" + ] + }, + "csub_stack_panel/padding_title_vertical": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "csub_stack_panel/section_title": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "padding_title_horizontal", + "testTitle" + ] + }, + "csub_stack_panel/section_title/padding_title_horizontal": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "csub_stack_panel/section_title/testTitle": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "csb_header", + "namespace": "common_csb" + } + }, + "csub_stack_panel/dropdown_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "dropdown_stack_panel" + ] + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "current_toggle", + "current_dropdown_box_panel", + "pad_1", + "removed_toggle", + "removed_dropdown_box_panel", + "pad_2" + ] + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/current_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "current_toggle", + "namespace": "store_inventory" + } + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/current_dropdown_box_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "current_dropdown_box" + ] + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/current_dropdown_box_panel/current_dropdown_box": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "dropdown_box", + "namespace": "store_inventory" + } + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/pad_1": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/removed_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "removed_toggle", + "namespace": "store_inventory" + } + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/removed_dropdown_box_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "removed_dropdown_box" + ] + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/removed_dropdown_box_panel/removed_dropdown_box": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "dropdown_box", + "namespace": "store_inventory" + } + }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/pad_2": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "subscriptions_text_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "subscriptions_text" + ] + }, + "subscriptions_text_panel/subscriptions_text": { + "file": "ui/store_inventory_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "realms_plus_stack_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "section_title", + "dropdown_panel" + ] + }, + "realms_plus_stack_panel/section_title": { + "file": "ui/store_inventory_screen.json", + "type": "image", + "children": [ + "border", + "section_title_label", + "particles" + ] + }, + "realms_plus_stack_panel/section_title/border": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "realms_plus_stack_panel/section_title/section_title_label": { + "file": "ui/store_inventory_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "realms_plus_stack_panel/section_title/particles": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "realms_plus_stack_panel/dropdown_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "dropdown_stack_panel" + ] + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "current_toggle", + "current_dropdown_box_panel", + "pad_1", + "removed_toggle", + "removed_dropdown_box_panel", + "pad_2" + ] + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/pad_0": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/current_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "current_toggle", + "namespace": "store_inventory" + } + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/current_dropdown_box_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "current_dropdown_box" + ] + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/current_dropdown_box_panel/current_dropdown_box": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "dropdown_box", + "namespace": "store_inventory" + } + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/pad_1": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/removed_toggle": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "removed_toggle", + "namespace": "store_inventory" + } + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/removed_dropdown_box_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "removed_dropdown_box" + ] + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/removed_dropdown_box_panel/removed_dropdown_box": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "dropdown_box", + "namespace": "store_inventory" + } + }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/pad_2": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "dropdown_button_content": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "title_label", + "pad_0_fill", + "pad_0", + "icon_panel", + "pad_1", + "pad_2", + "count_panel", + "pad_3", + "right_carrot", + "down_carrot" + ] + }, + "dropdown_button_content/title_label": { + "file": "ui/store_inventory_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "dropdown_button_content/pad_0_fill": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "dropdown_button_content/pad_0": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "dropdown_button_content/icon_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "block_icon" + ] + }, + "dropdown_button_content/icon_panel/block_icon": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "dropdown_button_content/pad_1": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "dropdown_button_content/pad_2": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "dropdown_button_content/count_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "count" + ] + }, + "dropdown_button_content/count_panel/count": { + "file": "ui/store_inventory_screen.json", + "type": "label" + }, + "dropdown_button_content/pad_3": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "dropdown_button_content/right_carrot": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "right" + ] + }, + "dropdown_button_content/right_carrot/right": { + "file": "ui/store_inventory_screen.json", + "type": "image", + "extend": { + "name": "right_image", + "namespace": "store_inventory" + } + }, + "dropdown_button_content/down_carrot": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "down" + ] + }, + "dropdown_button_content/down_carrot/down": { + "file": "ui/store_inventory_screen.json", + "type": "image", + "extend": { + "name": "down_image", + "namespace": "store_inventory" + } + }, + "owned_dropdown_content": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "dropdown_button_content", + "namespace": "store_inventory" + } + }, + "current_dropdown_content": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "dropdown_button_content", + "namespace": "store_inventory" + } + }, + "removed_dropdown_content": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "dropdown_button_content", + "namespace": "store_inventory" + } + }, + "dropdown_box": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "top_pad", + "all", + "divider_0", + "addons", + "divider_1", + "skins", + "divider_2", + "worlds", + "divider_3", + "textures", + "divider_4", + "mashups", + "bottom_pad" + ] + }, + "dropdown_box/top_pad": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "dropdown_box/all": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "category_panel_button", + "namespace": "store_inventory" + } + }, + "dropdown_box/divider_0": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "divider_panel", + "namespace": "store_inventory" + } + }, + "dropdown_box/addons": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "category_panel_button", + "namespace": "store_inventory" + } + }, + "dropdown_box/divider_1": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "divider_panel", + "namespace": "store_inventory" + } + }, + "dropdown_box/skins": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "category_panel_button", + "namespace": "store_inventory" + } + }, + "dropdown_box/divider_2": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "divider_panel", + "namespace": "store_inventory" + } + }, + "dropdown_box/worlds": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "category_panel_button", + "namespace": "store_inventory" + } + }, + "dropdown_box/divider_3": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "divider_panel", + "namespace": "store_inventory" + } + }, + "dropdown_box/textures": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "category_panel_button", + "namespace": "store_inventory" + } + }, + "dropdown_box/divider_4": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "divider_panel", + "namespace": "store_inventory" + } + }, + "dropdown_box/mashups": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "category_panel_button", + "namespace": "store_inventory" + } + }, + "dropdown_box/bottom_pad": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "category_panel_button": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "category_panel_button/default": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "category_stack_panel", + "namespace": "store_inventory" + } + }, + "category_panel_button/hover": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "category_stack_panel", + "namespace": "store_inventory" + } + }, + "category_panel_button/pressed": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "category_stack_panel", + "namespace": "store_inventory" + } + }, + "category_stack_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "text", + "fill_pad", + "icon", + "pad_1", + "number" + ] + }, + "category_stack_panel/text": { + "file": "ui/store_inventory_screen.json", + "type": "label" + }, + "category_stack_panel/fill_pad": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "category_stack_panel/icon": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "category_stack_panel/pad_1": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "category_stack_panel/number": { + "file": "ui/store_inventory_screen.json", + "type": "label" + }, + "search_object": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "search_object", + "namespace": "common_store" + } + }, + "list_panel": { + "file": "ui/store_inventory_screen.json", + "type": "input_panel", + "children": [ + "list_panel_content", + "progress_loading" + ] + }, + "list_panel/list_panel_content": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "search_and_offers_grid_scroll_panel" + ] + }, + "list_panel/list_panel_content/search_and_offers_grid_scroll_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "list_panel/progress_loading": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "items_content_section": { + "file": "ui/store_inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "list_panel", + "namespace": "store_inventory" + } + }, + "subscriptions_content_section": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "left_pad", + "search_and_offers_grid_scroll_panel" + ] + }, + "subscriptions_content_section/left_pad": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "subscriptions_content_section/search_and_offers_grid_scroll_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "right_pane_factory": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel" + }, + "content_area": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "control" + ] + }, + "content_area/control": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "right_pane_factory" + ] + }, + "content_area/control/right_pane_factory": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "right_pane_factory", + "namespace": "store_inventory" + } + }, + "main_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "children": [ + "inventory_left_panel", + "divider_panel", + "inventory_right_panel" + ] + }, + "main_panel/inventory_left_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "inventory_left_image", + "left_scrolling_panel" + ] + }, + "main_panel/inventory_left_panel/inventory_left_image": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "main_panel/inventory_left_panel/left_scrolling_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "main_panel/divider_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "main_divider" + ] + }, + "main_panel/divider_panel/main_divider": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "main_panel/inventory_right_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "right_panel_background_image", + "content_right_panel" + ] + }, + "main_panel/inventory_right_panel/right_panel_background_image": { + "file": "ui/store_inventory_screen.json", + "type": "image" + }, + "main_panel/inventory_right_panel/content_right_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "content_area", + "namespace": "store_inventory" + } + }, + "store_inventory_screen_main_panel": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "main_content_view", + "sort_and_filter_modals" + ] + }, + "store_inventory_screen_main_panel/main_content_view": { + "file": "ui/store_inventory_screen.json", + "type": "input_panel", + "extend": { + "name": "sidebar_view", + "namespace": "sidebar_navigation" + } + }, + "store_inventory_screen_main_panel/sort_and_filter_modals": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "extend": { + "name": "sort_and_filter_menu_modals", + "namespace": "common_store" + } + }, + "store_search_screen_content": { + "file": "ui/store_inventory_screen.json", + "type": "panel", + "children": [ + "main_panel", + "popup_dialog_factory" + ] + }, + "store_search_screen_content/main_panel": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_header_with_coins", + "namespace": "common_store" + } + }, + "store_search_screen_content/popup_dialog_factory": { + "file": "ui/store_inventory_screen.json", + "type": "factory" + }, + "store_inventory_screen": { + "file": "ui/store_inventory_screen.json", + "type": "screen", + "extend": { + "name": "store_base_screen", + "namespace": "common_store" + } + }, + "signin_text_section_body": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel" + }, + "signin_text": { + "file": "ui/store_inventory_screen.json", + "type": "label" + }, + "signin_text_02": { + "file": "ui/store_inventory_screen.json", + "type": "label" + }, + "signin_text_section": { + "file": "ui/store_inventory_screen.json", + "type": "stack_panel", + "extend": { + "name": "signin_text_section_body", + "namespace": "store_inventory" + }, + "children": [ + "signin_text", + "line_1_padding_line_2", + "signin_text_02" + ] + }, + "signin_text_section/signin_text": { + "file": "ui/store_inventory_screen.json", + "type": "label", + "extend": { + "name": "signin_text", + "namespace": "store_inventory" + } + }, + "signin_text_section/line_1_padding_line_2": { + "file": "ui/store_inventory_screen.json", + "type": "panel" + }, + "signin_text_section/signin_text_02": { + "file": "ui/store_inventory_screen.json", + "type": "label", + "extend": { + "name": "signin_text_02", + "namespace": "store_inventory" + } + }, + "sign_in_panel_text_body": { + "file": "ui/store_inventory_screen.json", + "type": "button", + "extend": { + "name": "text_body_focus_border_for_controller_button", + "namespace": "common_buttons" + } + } + }, + "store_item_list": { + "store_offer_key_art": { + "file": "ui/store_item_list_screen.json", + "type": "image" + }, + "main_panel": { + "file": "ui/store_item_list_screen.json", + "type": "input_panel", + "children": [ + "search_object", + "progress_loading" + ] + }, + "main_panel/search_object": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "search_object", + "namespace": "common_store" + } + }, + "main_panel/progress_loading": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "scrolling_content_stack": { + "file": "ui/store_item_list_screen.json", + "type": "stack_panel", + "children": [ + "search_panel" + ] + }, + "scrolling_content_stack/search_panel": { + "file": "ui/store_item_list_screen.json", + "type": "unknown", + "extend": { + "name": "search_object_panel", + "namespace": "common_store" + } + }, + "store_offer_grid": { + "file": "ui/store_item_list_screen.json", + "type": "grid" + }, + "persona_offer_grid": { + "file": "ui/store_item_list_screen.json", + "type": "grid" + }, + "vertical_store_offer_grid": { + "file": "ui/store_item_list_screen.json", + "type": "grid" + }, + "store_offer_title": { + "file": "ui/store_item_list_screen.json", + "type": "label" + }, + "store_offer_grid_item": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "frame" + ] + }, + "store_offer_grid_item/frame": { + "file": "ui/store_item_list_screen.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "key_art", + "progress", + "title_label_panel", + "durable_offer_info_panel", + "offer_button" + ] + }, + "store_offer_grid_item/frame/key_art": { + "file": "ui/store_item_list_screen.json", + "type": "image", + "extend": { + "name": "store_offer_key_art", + "namespace": "store_item_list" + }, + "children": [ + "key_art_frame", + "csb_expiration_banner" + ] + }, + "store_offer_grid_item/frame/key_art/key_art_frame": { + "file": "ui/store_item_list_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "store_offer_grid_item/frame/key_art/csb_expiration_banner": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "csb_expiration", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/progress": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "offer_download_progress", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/title_label_panel": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "durable_offer_title_label" + ] + }, + "store_offer_grid_item/frame/title_label_panel/durable_offer_title_label": { + "file": "ui/store_item_list_screen.json", + "type": "stack_panel", + "children": [ + "title", + "creator_label" + ] + }, + "store_offer_grid_item/frame/title_label_panel/durable_offer_title_label/title": { + "file": "ui/store_item_list_screen.json", + "type": "label", + "extend": { + "name": "store_offer_title", + "namespace": "store_item_list" + } + }, + "store_offer_grid_item/frame/title_label_panel/durable_offer_title_label/creator_label": { + "file": "ui/store_item_list_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_offer_item_creator_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel": { + "file": "ui/store_item_list_screen.json", + "type": "stack_panel", + "children": [ + "offer_status_panel" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel": { + "file": "ui/store_item_list_screen.json", + "type": "stack_panel", + "children": [ + "subscription_panel", + "rtx_label", + "sales_markdown_percentage_panel", + "pack_icon_panel", + "fill_markdown_panel_left", + "markdown_panel", + "padding_markdown_panel_right", + "offer_prompt_panel", + "padding_6" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/subscription_panel": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "subscription_chevron", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/rtx_label": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "rtx_label", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_markdown_percentage_panel": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "markdown_banner" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_markdown_percentage_panel/markdown_banner": { + "file": "ui/store_item_list_screen.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/pack_icon_panel": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "pack_icon_stack" + ] + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/pack_icon_panel/pack_icon_stack": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "pack_icon_stack", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/fill_markdown_panel_left": { + "file": "ui/store_item_list_screen.json", + "type": "panel" + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/markdown_panel": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "offer_price_markdown_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_markdown_panel_right": { + "file": "ui/store_item_list_screen.json", + "type": "panel" + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/offer_prompt_panel": { + "file": "ui/store_item_list_screen.json", + "type": "stack_panel", + "extend": { + "name": "offer_prompt_panel", + "namespace": "common_store" + } + }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_6": { + "file": "ui/store_item_list_screen.json", + "type": "panel" + }, + "store_offer_grid_item/frame/offer_button": { + "file": "ui/store_item_list_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "hover", + "pressed", + "offer_status_icon" + ] + }, + "store_offer_grid_item/frame/offer_button/hover": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "key_art_size_panel" + ] + }, + "store_offer_grid_item/frame/offer_button/hover/key_art_size_panel": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "key_art_frame" + ] + }, + "store_offer_grid_item/frame/offer_button/hover/key_art_size_panel/key_art_frame": { + "file": "ui/store_item_list_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "store_offer_grid_item/frame/offer_button/pressed": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "key_art_size_panel" + ] + }, + "store_offer_grid_item/frame/offer_button/pressed/key_art_size_panel": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "key_art_frame" + ] + }, + "store_offer_grid_item/frame/offer_button/pressed/key_art_size_panel/key_art_frame": { + "file": "ui/store_item_list_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "store_offer_grid_item/frame/offer_button/offer_status_icon": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "extend": { + "name": "status_icon_panel", + "namespace": "common_store" + } + }, + "store_screen_content": { + "file": "ui/store_item_list_screen.json", + "type": "panel", + "children": [ + "main_panel", + "popup_dialog_factory" + ] + }, + "store_screen_content/main_panel": { + "file": "ui/store_item_list_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_header_with_coins", + "namespace": "common_store" + } + }, + "store_screen_content/popup_dialog_factory": { + "file": "ui/store_item_list_screen.json", + "type": "factory" + } + }, + "store_progress": { + "store_progress_screen": { + "file": "ui/store_progress_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "screen_content": { + "file": "ui/store_progress_screen.json", + "type": "panel", + "children": [ + "title_image", + "progress_dialog" + ] + }, + "screen_content/title_image": { + "file": "ui/store_progress_screen.json", + "type": "image" + }, + "screen_content/progress_dialog": { + "file": "ui/store_progress_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "dialog_content": { + "file": "ui/store_progress_screen.json", + "type": "stack_panel", + "children": [ + "tooltip_panel", + "padding", + "progress_panel" + ] + }, + "dialog_content/tooltip_panel": { + "file": "ui/store_progress_screen.json", + "type": "panel", + "children": [ + "tooltip_text" + ] + }, + "dialog_content/tooltip_panel/tooltip_text": { + "file": "ui/store_progress_screen.json", + "type": "label" + }, + "dialog_content/padding": { + "file": "ui/store_progress_screen.json", + "type": "panel" + }, + "dialog_content/progress_panel": { + "file": "ui/store_progress_screen.json", + "type": "panel", + "children": [ + "empty_progress_bar", + "progress_percent_panel" + ] + }, + "dialog_content/progress_panel/empty_progress_bar": { + "file": "ui/store_progress_screen.json", + "type": "image", + "extend": { + "name": "store_empty_progress_bar_icon", + "namespace": "common_store" + } + }, + "dialog_content/progress_panel/progress_percent_panel": { + "file": "ui/store_progress_screen.json", + "type": "panel", + "children": [ + "full_progress_bar", + "progress_bar_nub" + ] + }, + "dialog_content/progress_panel/progress_percent_panel/full_progress_bar": { + "file": "ui/store_progress_screen.json", + "type": "image", + "extend": { + "name": "store_full_progress_bar_icon", + "namespace": "common_store" + } + }, + "dialog_content/progress_panel/progress_percent_panel/progress_bar_nub": { + "file": "ui/store_progress_screen.json", + "type": "image", + "extend": { + "name": "store_progress_bar_nub", + "namespace": "common_store" + } + }, + "screen_background": { + "file": "ui/store_progress_screen.json", + "type": "image" + } + }, + "promo_timeline": { + "promo_banner_factory": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel" + }, + "promo_banner_button_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "promo_banner_button", + "progress_loading_spinner" + ] + }, + "promo_banner_button_content/promo_banner_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "promo_banner_button_content/progress_loading_spinner": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "promo_banner_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_banner_panel_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "banner_image", + "banner_text_panel", + "button_stack_panel" + ] + }, + "promo_banner_panel_content/banner_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "promo_banner_image", + "namespace": "promo_timeline" + } + }, + "promo_banner_panel_content/banner_text_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "title_stack_panel", + "description" + ] + }, + "promo_banner_panel_content/banner_text_panel/padding_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_banner_panel_content/banner_text_panel/title_stack_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "banner_title" + ] + }, + "promo_banner_panel_content/banner_text_panel/title_stack_panel/banner_title": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "sdl_text_minecraftTen_aligned_panel", + "namespace": "promo_timeline" + } + }, + "promo_banner_panel_content/banner_text_panel/description": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "sdl_text_aligned_panel", + "namespace": "promo_timeline" + } + }, + "promo_banner_panel_content/button_stack_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "left_offset", + "banner_button", + "right_offset" + ] + }, + "promo_banner_panel_content/button_stack_panel/left_offset": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_banner_panel_content/button_stack_panel/banner_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "sdl_content_aligned_panel", + "namespace": "promo_timeline" + } + }, + "promo_banner_panel_content/button_stack_panel/right_offset": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_banner_holiday_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "banner_full_button" + ] + }, + "promo_banner_holiday_panel/banner_full_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "promo_banner_holiday_panel/banner_full_button/default": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promo_banner_panel_content", + "namespace": "promo_timeline" + } + }, + "promo_banner_holiday_panel/banner_full_button/hover": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promo_banner_panel_content", + "namespace": "promo_timeline" + } + }, + "promo_banner_holiday_panel/banner_full_button/pressed": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promo_banner_panel_content", + "namespace": "promo_timeline" + } + }, + "image_message_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "image_message_row_content", + "padding_0" + ] + }, + "image_message_panel/image_message_row_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "image_message_row_content", + "namespace": "promo_timeline" + } + }, + "image_message_panel/padding_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "image_message_row_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "gray_background", + "row_button" + ] + }, + "image_message_row_content/gray_background": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "message_text", + "row_image" + ] + }, + "image_message_row_content/gray_background/message_text": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label" + }, + "image_message_row_content/gray_background/row_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "promo_image_panel", + "namespace": "promo_timeline" + } + }, + "image_message_row_content/row_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "promo_image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "children": [ + "button_image_panel", + "button_animated_panel" + ] + }, + "promo_image_panel/button_image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promo_button_image_panel", + "namespace": "promo_timeline" + } + }, + "promo_image_panel/button_animated_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promo_button_image_panel", + "namespace": "promo_timeline" + } + }, + "promo_button_image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "button_image" + ] + }, + "promo_button_image_panel/button_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "unknown" + }, + "promo_button_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_button_animation": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "banner_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "new_ui_width_fitting_button_panel", + "namespace": "common_buttons" + } + }, + "sdl_text_aligned_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "sdl_content_aligned_panel", + "namespace": "promo_timeline" + } + }, + "sdl_text_minecraftTen_aligned_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "sdl_content_aligned_panel", + "namespace": "promo_timeline" + } + }, + "sdl_content_aligned_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "left__padding_panel", + "control", + "right_padding_panel" + ] + }, + "sdl_content_aligned_panel/left__padding_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "sdl_content_aligned_panel/control": { + "file": "ui/store_promo_timeline_screen.json", + "type": "unknown" + }, + "sdl_content_aligned_panel/right_padding_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "sdl_aligned_text": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label" + }, + "sdl_aligned_minecraftTen_text": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "colored_direction_button_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "chevron_image" + ] + }, + "colored_direction_button_panel/chevron_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "chevron_image", + "namespace": "common" + } + }, + "left_corner_art": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "right_corner_art": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_landing_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "input_panel", + "children": [ + "promo_landing_panel_content", + "left_corner_art", + "right_corner_art" + ] + }, + "promo_landing_panel/promo_landing_panel_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "promo_top", + "pad_0", + "promo_bottom_panel", + "pad_1" + ] + }, + "promo_landing_panel/promo_landing_panel_content/promo_top": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_screen_top_section", + "namespace": "promo_timeline" + } + }, + "promo_landing_panel/promo_landing_panel_content/pad_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "promo_bottom" + ] + }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "children": [ + "promotion_period_carousel_panel" + ] + }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "input_panel", + "children": [ + "left_button_panel", + "offer_grid", + "right_button_panel" + ] + }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/left_button_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "left_button" + ] + }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/left_button_panel/left_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_left_button", + "namespace": "common_store" + } + }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/offer_grid": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promotion_period_offer_panel", + "namespace": "promo_timeline" + } + }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/right_button_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "right_button" + ] + }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/right_button_panel/right_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_right_button", + "namespace": "common_store" + } + }, + "promo_landing_panel/promo_landing_panel_content/pad_1": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_landing_panel/left_corner_art": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "left_corner_art", + "namespace": "promo_timeline" + } + }, + "promo_landing_panel/right_corner_art": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "right_corner_art", + "namespace": "promo_timeline" + } + }, + "promotion_screen_top_section": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "promotion_screen_top_section/main_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "promotion_top_main_panel", + "namespace": "promo_timeline" + } + }, + "promotion_top_main_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "children": [ + "promotion_top_main_stack" + ] + }, + "promotion_top_main_panel/promotion_top_main_stack": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "main_panel_title", + "promo_single_top", + "promo_multi_item" + ] + }, + "promotion_top_main_panel/promotion_top_main_stack/main_panel_title": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "main_panel_title", + "namespace": "promo_timeline" + } + }, + "promotion_top_main_panel/promotion_top_main_stack/promo_single_top": { + "file": "ui/store_promo_timeline_screen.json", + "type": "input_panel", + "children": [ + "single_item_view" + ] + }, + "promotion_top_main_panel/promotion_top_main_stack/promo_single_top/single_item_view": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_detail_panel", + "namespace": "promo_timeline" + } + }, + "promotion_top_main_panel/promotion_top_main_stack/promo_multi_item": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "main_panel_title": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "header_stack", + "padding_1", + "divdier_centering_panel", + "padding_2" + ] + }, + "main_panel_title/padding_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "main_panel_title/header_stack": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "back_button_centering_panel", + "padding_1", + "header_panel", + "padding_2", + "claim_all_button_panel" + ] + }, + "main_panel_title/header_stack/padding_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "main_panel_title/header_stack/back_button_centering_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "main_panel_title/header_stack/back_button_centering_panel/button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "back_button", + "namespace": "common" + } + }, + "main_panel_title/header_stack/padding_1": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "main_panel_title/header_stack/header_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "title_and_description" + ] + }, + "main_panel_title/header_stack/header_panel/title_and_description": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label" + }, + "main_panel_title/header_stack/padding_2": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "main_panel_title/header_stack/claim_all_button_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "claim_all_button" + ] + }, + "main_panel_title/header_stack/claim_all_button_panel/claim_all_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "light_text_form_fitting_button", + "namespace": "common_buttons" + } + }, + "main_panel_title/padding_1": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "main_panel_title/divdier_centering_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "main_panel_title/divdier_centering_panel/divider": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "main_panel_title/padding_2": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_multi_item_grid": { + "file": "ui/store_promo_timeline_screen.json", + "type": "grid" + }, + "promo_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "promo_button/default": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "key_art_size_panel" + ] + }, + "promo_button/default/key_art_size_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "key_art_frame", + "button_frame" + ] + }, + "promo_button/default/key_art_size_panel/key_art_frame": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "focus_border_black", + "namespace": "common" + }, + "children": [ + "sizing_panel", + "platform_restricted_warning_image" + ] + }, + "promo_button/default/key_art_size_panel/key_art_frame/sizing_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_button/default/key_art_size_panel/key_art_frame/platform_restricted_warning_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_button/default/key_art_size_panel/button_frame": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "focus_border_black", + "namespace": "common" + } + }, + "promo_button/hover": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "key_art_size_panel" + ] + }, + "promo_button/hover/key_art_size_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "key_art_frame", + "button_frame" + ] + }, + "promo_button/hover/key_art_size_panel/key_art_frame": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + }, + "children": [ + "sizing_panel" + ] + }, + "promo_button/hover/key_art_size_panel/key_art_frame/sizing_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_button/hover/key_art_size_panel/button_frame": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "promo_button/pressed": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "key_art_frame", + "button_frame" + ] + }, + "promo_button/pressed/key_art_frame": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + }, + "children": [ + "sizing_panel" + ] + }, + "promo_button/pressed/key_art_frame/sizing_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_button/pressed/button_frame": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "promo_grid_item": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "background_image", + "promo_button", + "platform_restricted_error_multi_item" + ] + }, + "promo_grid_item/background_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "store_description_background", + "namespace": "common_store" + }, + "children": [ + "promo_content" + ] + }, + "promo_grid_item/background_image/promo_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_grid_item_content", + "namespace": "promo_timeline" + } + }, + "promo_grid_item/promo_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "promo_button", + "namespace": "promo_timeline" + } + }, + "promo_grid_item/platform_restricted_error_multi_item": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "platform_restricted_error", + "namespace": "promo_timeline" + } + }, + "platform_restricted_error": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "platform_restricted_error_button" + ] + }, + "platform_restricted_error/platform_restricted_error_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed", + "white_overlay_to_gray_out" + ] + }, + "platform_restricted_error/platform_restricted_error_button/default": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "platform_restricted_error/platform_restricted_error_button/hover": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "platform_restricted_error/platform_restricted_error_button/pressed": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "platform_restricted_error/platform_restricted_error_button/white_overlay_to_gray_out": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_grid_item_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "thumbnail_image", + "persona_key_art_frame", + "padding_0", + "title_tooltip" + ] + }, + "promo_grid_item_content/thumbnail_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_grid_item_content/persona_key_art_frame": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "persona_image_panel", + "background", + "rarity_bar_panel" + ] + }, + "promo_grid_item_content/persona_key_art_frame/persona_image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_grid_item_content/persona_key_art_frame/background": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "item_rarity_color_background", + "namespace": "persona_common" + } + }, + "promo_grid_item_content/persona_key_art_frame/rarity_bar_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "rarity_bar", + "namespace": "persona_common" + } + }, + "promo_grid_item_content/padding_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_grid_item_content/title_tooltip": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "promo_title", + "tooltip" + ] + }, + "promo_grid_item_content/title_tooltip/promo_title": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "promo_grid_item_content/title_tooltip/tooltip": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_timer_panel", + "namespace": "promo_timeline" + } + }, + "promotion_period_grid_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "promotion_offer_grid_image" + ] + }, + "promotion_period_grid_panel/promotion_offer_grid_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "item_selected_bg", + "promotion_offer_grid_stack_panel" + ] + }, + "promotion_period_grid_panel/promotion_offer_grid_image/item_selected_bg": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "day_label_panel", + "pad", + "image_centering_panel" + ] + }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/day_label_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "day_label" + ] + }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/day_label_panel/day_label": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/pad": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/image_centering_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "image_panel" + ] + }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/image_centering_panel/image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "item_button" + ] + }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/image_centering_panel/image_panel/item_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_period_grid_item", + "namespace": "promo_timeline" + } + }, + "promotion_period_offer_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "period_1", + "padding_0", + "period_2", + "padding_1", + "period_3", + "padding_2", + "period_4", + "padding_3", + "period_5", + "padding_4", + "period_6", + "padding_5", + "period_7" + ] + }, + "promotion_period_offer_panel/period_1": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_period_grid_panel", + "namespace": "promo_timeline" + } + }, + "promotion_period_offer_panel/padding_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promotion_period_offer_panel/period_2": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_period_grid_panel", + "namespace": "promo_timeline" + } + }, + "promotion_period_offer_panel/padding_1": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promotion_period_offer_panel/period_3": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_period_grid_panel", + "namespace": "promo_timeline" + } + }, + "promotion_period_offer_panel/padding_2": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promotion_period_offer_panel/period_4": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_period_grid_panel", + "namespace": "promo_timeline" + } + }, + "promotion_period_offer_panel/padding_3": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promotion_period_offer_panel/period_5": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_period_grid_panel", + "namespace": "promo_timeline" + } + }, + "promotion_period_offer_panel/padding_4": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promotion_period_offer_panel/period_6": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_period_grid_panel", + "namespace": "promo_timeline" + } + }, + "promotion_period_offer_panel/padding_5": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promotion_period_offer_panel/period_7": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promotion_period_grid_panel", + "namespace": "promo_timeline" + } + }, + "toggle_button_control": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "green_check", + "key_art_image_panel" + ] + }, + "toggle_button_control/green_check": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "toggle_button_control/key_art_image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "image_loading_panel", + "key_art_image" + ] + }, + "toggle_button_control/key_art_image_panel/image_loading_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "toggle_button_control/key_art_image_panel/key_art_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "checked_border": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "toggle_checked", + "namespace": "common_toggles" + } + }, + "promotion_period_grid_item": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "frame" + ] + }, + "promotion_period_grid_item/frame": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "offer_button" + ] + }, + "promotion_period_grid_item/frame/offer_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "offer_toggle_button" + ] + }, + "promotion_period_grid_item/frame/offer_button/offer_toggle_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "dark_ui_toggle", + "namespace": "common_toggles" + } + }, + "vertical_padding_2px": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "timer_icon_tooltip_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "limited_status_image" + ] + }, + "timer_icon_tooltip_panel/limited_status_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "timer_tooltip_panel_right_extending": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "timer_tooltip_panel_right_extending/default": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "timer_tooltip_panel_right_extending/hover": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "timer_tooltip_panel_right_extending/pressed": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "timer_tooltip_panel_left_extending": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "timer_tooltip_panel_left_extending/default": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "timer_tooltip_panel_left_extending/hover": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "timer_tooltip_panel_left_extending/pressed": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "no_timer_tooltip_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "no_timer_tooltip_panel/default": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "no_timer_tooltip_panel/hover": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "no_timer_tooltip_panel/pressed": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "promo_timer_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "timer_icon_and_tooltip_panel", + "padding", + "timer_text" + ] + }, + "promo_timer_panel/timer_icon_and_tooltip_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "tooltip_button_right_extending", + "tooltip_button_left_extending", + "notooltip_button", + "timer_icon" + ] + }, + "promo_timer_panel/timer_icon_and_tooltip_panel/tooltip_button_right_extending": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "timer_tooltip_panel_right_extending", + "namespace": "promo_timeline" + } + }, + "promo_timer_panel/timer_icon_and_tooltip_panel/tooltip_button_left_extending": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "timer_tooltip_panel_left_extending", + "namespace": "promo_timeline" + } + }, + "promo_timer_panel/timer_icon_and_tooltip_panel/notooltip_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "no_timer_tooltip_panel", + "namespace": "promo_timeline" + } + }, + "promo_timer_panel/timer_icon_and_tooltip_panel/timer_icon": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_timer_panel/padding": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_timer_panel/timer_text": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label" + }, + "offer_title_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "offer_title_label" + ] + }, + "offer_title_panel/offer_title_label": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label" + }, + "title_and_author_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "author_button_panel" + ] + }, + "title_and_author_panel/author_button_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "summary_author_button" + ] + }, + "title_and_author_panel/author_button_panel/summary_author_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "glyph_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "item_glyph_count_panel" + ] + }, + "glyph_panel/item_glyph_count_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "glyph_icon_panel", + "center_item_glyph_padding", + "item_glyph_count_panel_label", + "item_glyph_panel_padding" + ] + }, + "glyph_panel/item_glyph_count_panel/glyph_icon_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "glyph_icon" + ] + }, + "glyph_panel/item_glyph_count_panel/glyph_icon_panel/glyph_icon": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "glyph_panel/item_glyph_count_panel/center_item_glyph_padding": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "glyph_panel/item_glyph_count_panel/item_glyph_count_panel_label": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label" + }, + "glyph_panel/item_glyph_count_panel/item_glyph_panel_padding": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding_8px", + "namespace": "pdp" + } + }, + "vertical_glyph_section_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "glyph_content", + "bottom_glyph_content_padding" + ] + }, + "vertical_glyph_section_content/glyph_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "glyph_panel", + "namespace": "promo_timeline" + } + }, + "vertical_glyph_section_content/bottom_glyph_content_padding": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "promo_timeline" + } + }, + "glyph_section_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "glyphs" + ] + }, + "glyph_section_panel/glyphs": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "skin_glyph_section", + "world_glyph_section", + "resource_pack_glyph_section" + ] + }, + "glyph_section_panel/glyphs/skin_glyph_section": { + "file": "ui/store_promo_timeline_screen.json", + "type": "unknown" + }, + "glyph_section_panel/glyphs/world_glyph_section": { + "file": "ui/store_promo_timeline_screen.json", + "type": "unknown" + }, + "glyph_section_panel/glyphs/resource_pack_glyph_section": { + "file": "ui/store_promo_timeline_screen.json", + "type": "unknown" + }, + "vertical_glyph_section_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "glyph_section_panel", + "namespace": "promo_timeline" + } + }, + "image_glyphs_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "world_panel", + "persona_panel", + "divider", + "info" + ] + }, + "image_glyphs_panel/world_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "border", + "world_key_image" + ] + }, + "image_glyphs_panel/world_panel/border": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "image_glyphs_panel/world_panel/world_key_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "image_glyphs_panel/persona_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "border", + "persona_image", + "background", + "rarity_bar_panel" + ] + }, + "image_glyphs_panel/persona_panel/border": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "image_glyphs_panel/persona_panel/persona_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "image_glyphs_panel/persona_panel/background": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "item_rarity_color_background", + "namespace": "persona_common" + } + }, + "image_glyphs_panel/persona_panel/rarity_bar_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "rarity_bar", + "namespace": "persona_common" + } + }, + "image_glyphs_panel/divider": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "image_glyphs_panel/info": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "summary_title_and_author_panel", + "glyph_section" + ] + }, + "image_glyphs_panel/info/summary_title_and_author_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "title_and_author_panel", + "namespace": "promo_timeline" + } + }, + "image_glyphs_panel/info/glyph_section": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "glyph_section_panel" + ] + }, + "image_glyphs_panel/info/glyph_section/glyph_section_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "vertical_glyph_section_panel", + "namespace": "promo_timeline" + } + }, + "promo_lower_button_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "promo_banner_button", + "progress_loading_spinner" + ] + }, + "promo_lower_button_content/promo_banner_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "promo_lower_button_content/progress_loading_spinner": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + }, + "free_discount_label": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label" + }, + "promo_upper_button_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "markdown", + "promo_item_action_text_panel", + "download_progress_bar" + ] + }, + "promo_upper_button_content/markdown": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "sales_banner_offset_panel", + "price_markdown_panel" + ] + }, + "promo_upper_button_content/markdown/sales_banner_offset_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "sales_banner_panel" + ] + }, + "promo_upper_button_content/markdown/sales_banner_offset_panel/sales_banner_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "markdown_banner" + ] + }, + "promo_upper_button_content/markdown/sales_banner_offset_panel/sales_banner_panel/markdown_banner": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "markdown_background", + "namespace": "common_store" + } + }, + "promo_upper_button_content/markdown/price_markdown_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "offer_price" + ] + }, + "promo_upper_button_content/markdown/price_markdown_panel/offer_price": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label", + "children": [ + "text_strike_through" + ] + }, + "promo_upper_button_content/markdown/price_markdown_panel/offer_price/text_strike_through": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "text_strike_through", + "namespace": "common_store" + } + }, + "promo_upper_button_content/promo_item_action_text_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "warning_image_panel", + "promo_item_action_text" + ] + }, + "promo_upper_button_content/promo_item_action_text_panel/warning_image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "platform_restricted_warning_image", + "padding" + ] + }, + "promo_upper_button_content/promo_item_action_text_panel/warning_image_panel/platform_restricted_warning_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_upper_button_content/promo_item_action_text_panel/warning_image_panel/padding": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_upper_button_content/promo_item_action_text_panel/promo_item_action_text": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "promo_upper_button_content/download_progress_bar": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "store_progress_bar_icon", + "namespace": "common_store" + } + }, + "description_section_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "contents_description" + ] + }, + "description_section_panel/contents_description": { + "file": "ui/store_promo_timeline_screen.json", + "type": "label" + }, + "offset_title_offer": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "title_panel" + ] + }, + "offset_title_offer/pad_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "offset_title_offer/title_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "offer_title_panel", + "namespace": "promo_timeline" + } + }, + "offset_promo_timer": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "promo_timer" + ] + }, + "offset_promo_timer/pad_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "offset_promo_timer/promo_timer": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_timer_panel", + "namespace": "promo_timeline" + } + }, + "offset_image_glyphs_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "smaller_panel" + ] + }, + "offset_image_glyphs_panel/pad_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "offset_image_glyphs_panel/smaller_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "details", + "description" + ] + }, + "offset_image_glyphs_panel/smaller_panel/details": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "image_glyphs_panel", + "namespace": "promo_timeline" + } + }, + "offset_image_glyphs_panel/smaller_panel/description": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "description_section_panel", + "namespace": "promo_timeline" + } + }, + "promo_pack_detail_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "offset_title_panel", + "offsetted_promo_timer", + "pad_0", + "offsetted_details", + "pad_1" + ] + }, + "promo_pack_detail_panel/offset_title_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "offset_title_offer", + "namespace": "promo_timeline" + } + }, + "promo_pack_detail_panel/offsetted_promo_timer": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "offset_promo_timer", + "namespace": "promo_timeline" + } + }, + "promo_pack_detail_panel/pad_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_pack_detail_panel/offsetted_details": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "offset_image_glyphs_panel", + "namespace": "promo_timeline" + } + }, + "promo_pack_detail_panel/pad_1": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_left_inner_top_scrolling_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "input_panel", + "children": [ + "details" + ] + }, + "promo_left_inner_top_scrolling_content/details": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_pack_detail_panel", + "namespace": "promo_timeline" + } + }, + "promo_left_inner_top": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "top", + "padding2" + ] + }, + "promo_left_inner_top/top": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "promo_left_inner_top/padding2": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "vertical_padding_2px", + "namespace": "promo_timeline" + } + }, + "promo_left_inner_bottom": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "banner_button_top_panel", + "banner_button_bottom" + ] + }, + "promo_left_inner_bottom/banner_button_top_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "banner_button_top", + "platform_restricted_error_single_item" + ] + }, + "promo_left_inner_bottom/banner_button_top_panel/banner_button_top": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "promo_left_inner_bottom/banner_button_top_panel/platform_restricted_error_single_item": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "platform_restricted_error", + "namespace": "promo_timeline" + } + }, + "promo_left_inner_bottom/banner_button_bottom": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "promo_left_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "top", + "bottom_buttons_padded", + "padding" + ] + }, + "promo_left_panel/top": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_left_inner_top", + "namespace": "promo_timeline" + } + }, + "promo_left_panel/bottom_buttons_padded": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "pad_0", + "bottom" + ] + }, + "promo_left_panel/bottom_buttons_padded/pad_0": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_left_panel/bottom_buttons_padded/bottom": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_left_inner_bottom", + "namespace": "promo_timeline" + } + }, + "promo_left_panel/padding": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_world_image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "image" + ] + }, + "promo_world_image_panel/image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "key_image" + ] + }, + "promo_world_image_panel/image/key_image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "children": [ + "border" + ] + }, + "promo_world_image_panel/image/key_image/border": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "promo_grey_bar_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "grey_bar", + "green_bar", + "padding" + ] + }, + "promo_grey_bar_panel/grey_bar": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_grey_bar_panel/green_bar": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_grey_bar_panel/padding": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_world_button_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "pan_left_button", + "navigation_bar", + "pan_right_button" + ] + }, + "promo_world_button_panel/pan_left_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_left_button", + "namespace": "common_store" + } + }, + "promo_world_button_panel/navigation_bar": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "grey_bar" + ] + }, + "promo_world_button_panel/navigation_bar/grey_bar": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "children": [ + "grey_bar_factory_panel" + ] + }, + "promo_world_button_panel/navigation_bar/grey_bar/grey_bar_factory_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel" + }, + "promo_world_button_panel/pan_right_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "cycle_pack_right_button", + "namespace": "common_store" + } + }, + "promo_world_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "image", + "padding1", + "buttons", + "padding_3" + ] + }, + "promo_world_panel/image": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promo_world_image_panel", + "namespace": "promo_timeline" + } + }, + "promo_world_panel/padding1": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_world_panel/buttons": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_world_button_panel", + "namespace": "promo_timeline" + } + }, + "promo_world_panel/padding_3": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_skin_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "size_control" + ] + }, + "promo_skin_panel/size_control": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "background", + "skin_button" + ] + }, + "promo_skin_panel/size_control/background": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image" + }, + "promo_skin_panel/size_control/skin_button": { + "file": "ui/store_promo_timeline_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed", + "content_panel" + ] + }, + "promo_skin_panel/size_control/skin_button/default": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "promo_skin_panel/size_control/skin_button/hover": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "promo_skin_panel/size_control/skin_button/pressed": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "promo_skin_panel/size_control/skin_button/content_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "paper_doll" + ] + }, + "promo_skin_panel/size_control/skin_button/content_panel/paper_doll": { + "file": "ui/store_promo_timeline_screen.json", + "type": "custom" + }, + "promo_skin_grid_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "promo_skin_pack_grid" + ] + }, + "promo_skin_grid_panel/promo_skin_pack_grid": { + "file": "ui/store_promo_timeline_screen.json", + "type": "grid" + }, + "promo_right_panel_scroll_content": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "world_screenshots_panel", + "skin_image_panel", + "persona_preview" + ] + }, + "promo_right_panel_scroll_content/world_screenshots_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "world_panel" + ] + }, + "promo_right_panel_scroll_content/world_screenshots_panel/world_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_world_panel", + "namespace": "promo_timeline" + } + }, + "promo_right_panel_scroll_content/skin_image_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "skin_panel" + ] + }, + "promo_right_panel_scroll_content/skin_image_panel/skin_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "unknown", + "extend": { + "name": "skin_scroll_panel", + "namespace": "promo_timeline" + } + }, + "promo_right_panel_scroll_content/persona_preview": { + "file": "ui/store_promo_timeline_screen.json", + "type": "input_panel", + "extend": { + "name": "promotion_skin_viewer_panel", + "namespace": "promo_timeline" + } + }, + "skin_scroll_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "unknown", + "extend": { + "name": "scroll_section", + "namespace": "persona_sdl" + } + }, + "persona_classic_skin_grid_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "persona_skin_pack_category_grid" + ] + }, + "persona_classic_skin_grid_panel/persona_skin_pack_category_grid": { + "file": "ui/store_promo_timeline_screen.json", + "type": "grid" + }, + "promo_right_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "promo_detail_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "children": [ + "detail", + "center_spacing", + "right" + ] + }, + "promo_detail_panel/detail": { + "file": "ui/store_promo_timeline_screen.json", + "type": "stack_panel", + "extend": { + "name": "promo_left_panel", + "namespace": "promo_timeline" + } + }, + "promo_detail_panel/center_spacing": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel" + }, + "promo_detail_panel/right": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "extend": { + "name": "promo_right_panel", + "namespace": "promo_timeline" + } + }, + "promotion_skin_viewer_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "input_panel", + "children": [ + "popup_dialog_factory", + "character_loading_panel", + "skin_model_panel" + ] + }, + "promotion_skin_viewer_panel/popup_dialog_factory": { + "file": "ui/store_promo_timeline_screen.json", + "type": "factory" + }, + "promotion_skin_viewer_panel/character_loading_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "loading_icon", + "namespace": "persona_common" + } + }, + "promotion_skin_viewer_panel/skin_model_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "skin_model", + "arrow_panel" + ] + }, + "promotion_skin_viewer_panel/skin_model_panel/skin_model": { + "file": "ui/store_promo_timeline_screen.json", + "type": "custom" + }, + "promotion_skin_viewer_panel/skin_model_panel/arrow_panel": { + "file": "ui/store_promo_timeline_screen.json", + "type": "panel", + "children": [ + "rotate_arrows" + ] + }, + "promotion_skin_viewer_panel/skin_model_panel/arrow_panel/rotate_arrows": { + "file": "ui/store_promo_timeline_screen.json", + "type": "image", + "extend": { + "name": "skin_rotation_arrows", + "namespace": "skin_picker" + } + }, + "promo_popup_toast": { + "file": "ui/store_promo_timeline_screen.json", + "type": "input_panel", + "extend": { + "name": "popup_common", + "namespace": "persona_popups" + } + } + }, + "store_sale_item_list": { + "banner_header": { + "file": "ui/store_sales_item_list_screen.json", + "type": "panel", + "children": [ + "label_panel" + ] + }, + "banner_header/label_panel": { + "file": "ui/store_sales_item_list_screen.json", + "type": "panel", + "children": [ + "on_sale_banner", + "time_remaining_label" + ] + }, + "banner_header/label_panel/on_sale_banner": { + "file": "ui/store_sales_item_list_screen.json", + "type": "image", + "children": [ + "padding_panel" + ] + }, + "banner_header/label_panel/on_sale_banner/padding_panel": { + "file": "ui/store_sales_item_list_screen.json", + "type": "panel", + "children": [ + "sales_row_header_label", + "triangle" + ] + }, + "banner_header/label_panel/on_sale_banner/padding_panel/sales_row_header_label": { + "file": "ui/store_sales_item_list_screen.json", + "type": "label", + "extend": { + "name": "store_section_header_label", + "namespace": "common_store" + } + }, + "banner_header/label_panel/on_sale_banner/padding_panel/triangle": { + "file": "ui/store_sales_item_list_screen.json", + "type": "image" + }, + "banner_header/label_panel/time_remaining_label": { + "file": "ui/store_sales_item_list_screen.json", + "type": "label", + "extend": { + "name": "label", + "namespace": "common_store" + } + }, + "sales_offer_content": { + "file": "ui/store_sales_item_list_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "sales_panel" + ] + }, + "sales_offer_content/top_padding": { + "file": "ui/store_sales_item_list_screen.json", + "type": "panel" + }, + "sales_offer_content/sales_panel": { + "file": "ui/store_sales_item_list_screen.json", + "type": "stack_panel", + "children": [ + "sales_banner_panel", + "top_sales_grid_padding", + "sales_grid_panel" + ] + }, + "sales_offer_content/sales_panel/sales_banner_panel": { + "file": "ui/store_sales_item_list_screen.json", + "type": "panel", + "extend": { + "name": "banner_header", + "namespace": "store_sale_item_list" + } + }, + "sales_offer_content/sales_panel/top_sales_grid_padding": { + "file": "ui/store_sales_item_list_screen.json", + "type": "panel" + }, + "sales_offer_content/sales_panel/sales_grid_panel": { + "file": "ui/store_sales_item_list_screen.json", + "type": "panel", + "children": [ + "sales_offer_grid" + ] + }, + "sales_offer_content/sales_panel/sales_grid_panel/sales_offer_grid": { + "file": "ui/store_sales_item_list_screen.json", + "type": "grid", + "extend": { + "name": "store_offer_grid", + "namespace": "store_item_list" + } + }, + "all_offer_content": { + "file": "ui/store_sales_item_list_screen.json", + "type": "panel", + "children": [ + "store_offer_grid_panel" + ] + }, + "all_offer_content/store_offer_grid_panel": { + "file": "ui/store_sales_item_list_screen.json", + "type": "grid", + "extend": { + "name": "store_offer_grid", + "namespace": "store_item_list" + } + } + }, + "store_search": { + "store_offer_grid_item": { + "file": "ui/store_search_screen.json", + "type": "panel", + "extend": { + "name": "store_offer_grid_item", + "namespace": "common_store" + } + }, + "trending_row_content": { + "file": "ui/store_search_screen.json", + "type": "panel", + "children": [ + "trending_row_panel" + ] + }, + "trending_row_content/trending_row_panel": { + "file": "ui/store_search_screen.json", + "type": "stack_panel", + "children": [ + "trending_row_label_panel", + "mid_padding", + "trending_offers_grid", + "bottom_padding" + ] + }, + "trending_row_content/trending_row_panel/trending_row_label_panel": { + "file": "ui/store_search_screen.json", + "type": "panel", + "children": [ + "trending_row_label" + ] + }, + "trending_row_content/trending_row_panel/trending_row_label_panel/trending_row_label": { + "file": "ui/store_search_screen.json", + "type": "label" + }, + "trending_row_content/trending_row_panel/mid_padding": { + "file": "ui/store_search_screen.json", + "type": "panel" + }, + "trending_row_content/trending_row_panel/trending_offers_grid": { + "file": "ui/store_search_screen.json", + "type": "grid" + }, + "trending_row_content/trending_row_panel/bottom_padding": { + "file": "ui/store_search_screen.json", + "type": "panel" + }, + "trending_rows_grid": { + "file": "ui/store_search_screen.json", + "type": "grid" + }, + "search_offer_content": { + "file": "ui/store_search_screen.json", + "type": "panel", + "children": [ + "trending_grid", + "item_list_panel" + ] + }, + "search_offer_content/trending_grid": { + "file": "ui/store_search_screen.json", + "type": "grid", + "extend": { + "name": "trending_rows_grid", + "namespace": "store_search" + } + }, + "search_offer_content/item_list_panel": { + "file": "ui/store_search_screen.json", + "type": "panel", + "children": [ + "item_list_grid" + ] + }, + "search_offer_content/item_list_panel/item_list_grid": { + "file": "ui/store_search_screen.json", + "type": "grid", + "extend": { + "name": "store_offer_grid", + "namespace": "store_item_list" + } + }, + "main_panel": { + "file": "ui/store_search_screen.json", + "type": "input_panel", + "children": [ + "seach_object", + "progress_loading" + ] + }, + "main_panel/seach_object": { + "file": "ui/store_search_screen.json", + "type": "panel", + "extend": { + "name": "search_object", + "namespace": "common_store" + } + }, + "main_panel/progress_loading": { + "file": "ui/store_search_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "store_search_screen_content": { + "file": "ui/store_search_screen.json", + "type": "panel", + "children": [ + "main_panel", + "popup_dialog_factory" + ] + }, + "store_search_screen_content/main_panel": { + "file": "ui/store_search_screen.json", + "type": "stack_panel", + "extend": { + "name": "store_header_with_coins", + "namespace": "common_store" + } + }, + "store_search_screen_content/popup_dialog_factory": { + "file": "ui/store_search_screen.json", + "type": "factory" + }, + "store_search_screen": { + "file": "ui/store_search_screen.json", + "type": "screen", + "extend": { + "name": "store_base_screen", + "namespace": "common_store" + } + } + }, + "sort_menu": { + "sort_menu_toggle_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "children": [ + "sort_menu_toggle_panel" + ] + }, + "sort_menu_toggle_panel/sort_menu_toggle_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "children": [ + "sort_menu_toggle" + ] + }, + "sort_menu_toggle_panel/sort_menu_toggle_panel/sort_menu_toggle": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_sort_toggle", + "namespace": "common_store" + } + }, + "sort_menu_first_button_content_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "children": [ + "left_padding", + "centered_sort_logo_icon", + "logo_padding_labels", + "labels_stack_panel", + "labels_padding_x_image", + "x_image_panel" + ] + }, + "sort_menu_first_button_content_panel/left_padding": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel" + }, + "sort_menu_first_button_content_panel/centered_sort_logo_icon": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "children": [ + "sort_logo_icon" + ] + }, + "sort_menu_first_button_content_panel/centered_sort_logo_icon/sort_logo_icon": { + "file": "ui/store_sort_menu_screen.json", + "type": "image", + "extend": { + "name": "sort_button_content_panel", + "namespace": "common_store" + } + }, + "sort_menu_first_button_content_panel/logo_padding_labels": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel" + }, + "sort_menu_first_button_content_panel/labels_stack_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "sort_const_word_top", + "middle_padding", + "current_sort_value_label_bottom", + "bottom_padding" + ] + }, + "sort_menu_first_button_content_panel/labels_stack_panel/top_padding": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel" + }, + "sort_menu_first_button_content_panel/labels_stack_panel/sort_const_word_top": { + "file": "ui/store_sort_menu_screen.json", + "type": "label" + }, + "sort_menu_first_button_content_panel/labels_stack_panel/middle_padding": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel" + }, + "sort_menu_first_button_content_panel/labels_stack_panel/current_sort_value_label_bottom": { + "file": "ui/store_sort_menu_screen.json", + "type": "label" + }, + "sort_menu_first_button_content_panel/labels_stack_panel/bottom_padding": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel" + }, + "sort_menu_first_button_content_panel/labels_padding_x_image": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel" + }, + "sort_menu_first_button_content_panel/x_image_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "children": [ + "x_image" + ] + }, + "sort_menu_first_button_content_panel/x_image_panel/x_image": { + "file": "ui/store_sort_menu_screen.json", + "type": "image" + }, + "sort_menu_toggles": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "children": [ + "relevance_toggle_panel", + "sort_toggle_grid" + ] + }, + "sort_menu_toggles/relevance_toggle_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "children": [ + "relevance_toggle" + ] + }, + "sort_menu_toggles/relevance_toggle_panel/relevance_toggle": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "extend": { + "name": "sort_menu_toggle_panel", + "namespace": "sort_menu" + } + }, + "sort_menu_toggles/sort_toggle_grid": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_sort_grid_panel", + "namespace": "common_store" + } + }, + "sort_menu_show": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "children": [ + "1st_button_centering_panel", + "sort_scrolling_content_panel" + ] + }, + "sort_menu_show/1st_button_centering_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "children": [ + "first_button_main" + ] + }, + "sort_menu_show/1st_button_centering_panel/first_button_main": { + "file": "ui/store_sort_menu_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "sort_menu_show/sort_scrolling_content_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "extend": { + "name": "filter_sort_submenu_scrolling_panel_section", + "namespace": "common_store" + } + }, + "sort_menu_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "vertical_stack_panel", + "namespace": "common" + }, + "children": [ + "top_padding", + "alignment_panel" + ] + }, + "sort_menu_panel/top_padding": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sort_menu_panel/alignment_panel": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_stack_panel", + "namespace": "common" + }, + "children": [ + "left_padding", + "sort_menu_show", + "right_padding" + ] + }, + "sort_menu_panel/alignment_panel/left_padding": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sort_menu_panel/alignment_panel/sort_menu_show": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "sort_menu_show", + "namespace": "sort_menu" + } + }, + "sort_menu_panel/alignment_panel/right_padding": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "sort_menu_screen_content": { + "file": "ui/store_sort_menu_screen.json", + "type": "input_panel", + "extend": { + "name": "modal_area_panel_base", + "namespace": "common" + }, + "children": [ + "sort_menu_main", + "sort_menu_main_persona", + "sort_menu_background" + ] + }, + "sort_menu_screen_content/sort_menu_main": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "sort_menu_panel", + "namespace": "sort_menu" + } + }, + "sort_menu_screen_content/sort_menu_main_persona": { + "file": "ui/store_sort_menu_screen.json", + "type": "stack_panel", + "extend": { + "name": "sort_menu_panel", + "namespace": "sort_menu" + } + }, + "sort_menu_screen_content/sort_menu_background": { + "file": "ui/store_sort_menu_screen.json", + "type": "panel", + "extend": { + "name": "close_bg_panel", + "namespace": "common_store" + } + } + }, + "structure_editor": { + "small_padding": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "help_icon": { + "file": "ui/structure_editor_screen.json", + "type": "image" + }, + "common_text_label": { + "file": "ui/structure_editor_screen.json", + "type": "label" + }, + "text_edit_control": { + "file": "ui/structure_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "axis_selection_panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "label", + "edit_box" + ] + }, + "axis_selection_panel/label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "axis_selection_panel/edit_box": { + "file": "ui/structure_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "structure_editor" + } + }, + "grid_axis_selection_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "label_container", + "axis_grid" + ] + }, + "grid_axis_selection_panel/label_container": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "grid_axis_selection_panel/label_container/label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "grid_axis_selection_panel/axis_grid": { + "file": "ui/structure_editor_screen.json", + "type": "grid", + "children": [ + "X", + "Y", + "Z" + ] + }, + "grid_axis_selection_panel/axis_grid/X": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "axis_selection_panel", + "namespace": "structure_editor" + } + }, + "grid_axis_selection_panel/axis_grid/Y": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "axis_selection_panel", + "namespace": "structure_editor" + } + }, + "grid_axis_selection_panel/axis_grid/Z": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "axis_selection_panel", + "namespace": "structure_editor" + } + }, + "3d_export_button": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "save_button": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "export_button": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "load_button": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "detect_button": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "import_button": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "reset_button": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "help_button": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "toggle_option_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "toggle", + "offset_0", + "first_label_wrapper", + "second_label_wrapper" + ] + }, + "toggle_option_panel/toggle": { + "file": "ui/structure_editor_screen.json", + "type": "toggle", + "extend": { + "name": "option_toggle_control", + "namespace": "settings_common" + } + }, + "toggle_option_panel/offset_0": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "toggle_option_panel/first_label_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "first_label" + ] + }, + "toggle_option_panel/first_label_wrapper/first_label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "toggle_option_panel/second_label_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "second_label" + ] + }, + "toggle_option_panel/second_label_wrapper/second_label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "include_entities_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "label", + "toggle_wrapper" + ] + }, + "include_entities_panel/label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "include_entities_panel/toggle_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "toggle" + ] + }, + "include_entities_panel/toggle_wrapper/toggle": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_option_panel", + "namespace": "structure_editor" + } + }, + "waterlogging_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "label", + "toggle_wrapper" + ] + }, + "waterlogging_panel/label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "waterlogging_panel/toggle_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "toggle" + ] + }, + "waterlogging_panel/toggle_wrapper/toggle": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_option_panel", + "namespace": "structure_editor" + } + }, + "show_bounding_box_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "label", + "toggle_wrapper" + ] + }, + "show_bounding_box_panel/label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "show_bounding_box_panel/toggle_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "toggle" + ] + }, + "show_bounding_box_panel/toggle_wrapper/toggle": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_option_panel", + "namespace": "structure_editor" + } + }, + "include_player_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "label", + "toggle_wrapper" + ] + }, + "include_player_panel/label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "include_player_panel/toggle_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "toggle" + ] + }, + "include_player_panel/toggle_wrapper/toggle": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_option_panel", + "namespace": "structure_editor" + } + }, + "remove_blocks_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "label", + "toggle_wrapper" + ] + }, + "remove_blocks_panel/label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "remove_blocks_panel/toggle_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "toggle" + ] + }, + "remove_blocks_panel/toggle_wrapper/toggle": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "toggle_option_panel", + "namespace": "structure_editor" + } + }, + "3d_export_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "size_offset_panel", + "offset_0", + "offset_2", + "remove_blocks" + ] + }, + "3d_export_mode_panel/size_offset_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "size_panel", + "offset_panel" + ] + }, + "3d_export_mode_panel/size_offset_panel/size_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_axis_selection_panel", + "namespace": "structure_editor" + } + }, + "3d_export_mode_panel/size_offset_panel/offset_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_axis_selection_panel", + "namespace": "structure_editor" + } + }, + "3d_export_mode_panel/offset_0": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "3d_export_mode_panel/offset_2": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "3d_export_mode_panel/remove_blocks": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "remove_blocks_panel", + "namespace": "structure_editor" + } + }, + "save_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "structure_name", + "size_offset_panel", + "detect_offset", + "detect", + "include_entities_offset", + "include_entities", + "remove_blocks_offset", + "remove_blocks", + "redstone_save_offset", + "redstone_save_mode", + "trailing_offset" + ] + }, + "save_mode_panel/structure_name": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "structure_name_wrapper", + "namespace": "structure_editor" + } + }, + "save_mode_panel/size_offset_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "size_panel", + "offset_panel" + ] + }, + "save_mode_panel/size_offset_panel/size_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_axis_selection_panel", + "namespace": "structure_editor" + } + }, + "save_mode_panel/size_offset_panel/offset_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_axis_selection_panel", + "namespace": "structure_editor" + } + }, + "save_mode_panel/detect_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_mode_panel/detect": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "detect_button_wrapper", + "namespace": "structure_editor" + } + }, + "save_mode_panel/include_entities_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_mode_panel/include_entities": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "include_entities_panel", + "namespace": "structure_editor" + } + }, + "save_mode_panel/remove_blocks_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_mode_panel/remove_blocks": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "remove_blocks_panel", + "namespace": "structure_editor" + } + }, + "save_mode_panel/redstone_save_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_mode_panel/redstone_save_mode": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "redstone_save_mode_panel", + "namespace": "structure_editor" + } + }, + "save_mode_panel/trailing_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "mirror_checkbox": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "label", + "padding", + "check_box" + ] + }, + "mirror_checkbox/label": { + "file": "ui/structure_editor_screen.json", + "type": "label" + }, + "mirror_checkbox/padding": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "mirror_checkbox/check_box": { + "file": "ui/structure_editor_screen.json", + "type": "toggle", + "extend": { + "name": "checkbox", + "namespace": "common" + } + }, + "mirror_checkboxes": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "mirror_checkbox_x", + "padding", + "mirror_checkbox_z" + ] + }, + "mirror_checkboxes/mirror_checkbox_x": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "mirror_checkbox", + "namespace": "structure_editor" + } + }, + "mirror_checkboxes/padding": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "mirror_checkboxes/mirror_checkbox_z": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "mirror_checkbox", + "namespace": "structure_editor" + } + }, + "load_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "structure_name", + "offset_panel", + "include_entities_offset", + "include_entities", + "remove_blocks_offset", + "waterlog_blocks", + "waterlog_blocks_offset", + "remove_blocks", + "integrity_offset", + "integrity_label", + "integrity_field", + "offset_1", + "seed_label", + "seed_field", + "offset_2", + "rotation_slider", + "mirror_label", + "mirror_checkboxes_centerer", + "checkbox_offset", + "animation_mode", + "animation_time_label", + "animation_time_field" + ] + }, + "load_mode_panel/structure_name": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "structure_name_wrapper", + "namespace": "structure_editor" + } + }, + "load_mode_panel/offset_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_axis_selection_panel", + "namespace": "structure_editor" + } + }, + "load_mode_panel/include_entities_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_mode_panel/include_entities": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "include_entities_panel", + "namespace": "structure_editor" + } + }, + "load_mode_panel/remove_blocks_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_mode_panel/waterlog_blocks": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "waterlogging_panel", + "namespace": "structure_editor" + } + }, + "load_mode_panel/waterlog_blocks_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_mode_panel/remove_blocks": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "remove_blocks_panel", + "namespace": "structure_editor" + } + }, + "load_mode_panel/integrity_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_mode_panel/integrity_label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "load_mode_panel/integrity_field": { + "file": "ui/structure_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "structure_editor" + } + }, + "load_mode_panel/offset_1": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_mode_panel/seed_label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "load_mode_panel/seed_field": { + "file": "ui/structure_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "structure_editor" + } + }, + "load_mode_panel/offset_2": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_mode_panel/rotation_slider": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "option_slider", + "namespace": "settings_common" + } + }, + "load_mode_panel/mirror_label": { + "file": "ui/structure_editor_screen.json", + "type": "label" + }, + "load_mode_panel/mirror_checkboxes_centerer": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "mirror_checkboxes" + ] + }, + "load_mode_panel/mirror_checkboxes_centerer/mirror_checkboxes": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "mirror_checkboxes", + "namespace": "structure_editor" + } + }, + "load_mode_panel/checkbox_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_mode_panel/animation_mode": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "animation_mode_dropdown", + "namespace": "structure_editor" + } + }, + "load_mode_panel/animation_time_label": { + "file": "ui/structure_editor_screen.json", + "type": "label" + }, + "load_mode_panel/animation_time_field": { + "file": "ui/structure_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "structure_editor" + } + }, + "data_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "top_offset", + "data_label", + "data_label_offset", + "data_field", + "data_field_offset" + ] + }, + "data_mode_panel/top_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "data_mode_panel/data_label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "data_mode_panel/data_label_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "data_mode_panel/data_field": { + "file": "ui/structure_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "structure_editor" + } + }, + "data_mode_panel/data_field_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "corner_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "structure_name" + ] + }, + "corner_mode_panel/structure_name": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "structure_name_wrapper", + "namespace": "structure_editor" + } + }, + "help_button_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "help", + "help_divider" + ] + }, + "help_button_panel/help": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "structure_editor" + } + }, + "help_button_panel/help_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_button_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "divider", + "save", + "save_divider", + "export", + "export_divider", + "import_divider", + "reset", + "reset_divider" + ] + }, + "save_button_panel/divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_button_panel/save": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "save_button", + "namespace": "structure_editor" + } + }, + "save_button_panel/save_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_button_panel/export": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "export_button", + "namespace": "structure_editor" + } + }, + "save_button_panel/export_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_button_panel/import_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_button_panel/reset": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "reset_button", + "namespace": "structure_editor" + } + }, + "save_button_panel/reset_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_button_panel_no_export": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "divider", + "save", + "save_divider", + "reset", + "reset_divider" + ] + }, + "save_button_panel_no_export/divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_button_panel_no_export/save": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "save_button", + "namespace": "structure_editor" + } + }, + "save_button_panel_no_export/save_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "save_button_panel_no_export/reset": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "reset_button", + "namespace": "structure_editor" + } + }, + "save_button_panel_no_export/reset_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_button_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "divider", + "load", + "load_divider", + "export_divider", + "import", + "import_divider", + "reset", + "reset_divider" + ] + }, + "load_button_panel/divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_button_panel/load": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "load_button", + "namespace": "structure_editor" + } + }, + "load_button_panel/load_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_button_panel/export_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_button_panel/import": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "import_button", + "namespace": "structure_editor" + } + }, + "load_button_panel/import_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_button_panel/reset": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "reset_button", + "namespace": "structure_editor" + } + }, + "load_button_panel/reset_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_button_panel_no_export": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "divider", + "load", + "load_divider", + "reset", + "reset_divider" + ] + }, + "load_button_panel_no_export/divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_button_panel_no_export/load": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "load_button", + "namespace": "structure_editor" + } + }, + "load_button_panel_no_export/load_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "load_button_panel_no_export/reset": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "reset_button", + "namespace": "structure_editor" + } + }, + "load_button_panel_no_export/reset_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "3d_export_button_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "divider", + "3d_export", + "3d_export_divider", + "import", + "import_divider", + "reset", + "reset_divider" + ] + }, + "3d_export_button_panel/divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "3d_export_button_panel/3d_export": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "3d_export_button", + "namespace": "structure_editor" + } + }, + "3d_export_button_panel/3d_export_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "3d_export_button_panel/import": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "import_button", + "namespace": "structure_editor" + } + }, + "3d_export_button_panel/import_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "3d_export_button_panel/reset": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "reset_button", + "namespace": "structure_editor" + } + }, + "3d_export_button_panel/reset_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "data_button_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "divider", + "reset", + "reset_divider" + ] + }, + "data_button_panel/divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "data_button_panel/reset": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "reset_button", + "namespace": "structure_editor" + } + }, + "data_button_panel/reset_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "corner_button_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "reset_divider" + ] + }, + "corner_button_panel/reset_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "button_panel_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "children": [ + "panel" + ] + }, + "button_panel_wrapper/panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "divider", + "save_panel", + "save_panel_no_export", + "corner_panel", + "load_panel_no_export", + "load_panel", + "3d_export_panel", + "data_panel", + "how_to_play_button", + "end_divider" + ] + }, + "button_panel_wrapper/panel/divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "button_panel_wrapper/panel/save_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "save_button_panel", + "namespace": "structure_editor" + } + }, + "button_panel_wrapper/panel/save_panel_no_export": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "save_button_panel_no_export", + "namespace": "structure_editor" + } + }, + "button_panel_wrapper/panel/corner_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "corner_button_panel", + "namespace": "structure_editor" + } + }, + "button_panel_wrapper/panel/load_panel_no_export": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "load_button_panel_no_export", + "namespace": "structure_editor" + } + }, + "button_panel_wrapper/panel/load_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "load_button_panel", + "namespace": "structure_editor" + } + }, + "button_panel_wrapper/panel/3d_export_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "3d_export_button_panel", + "namespace": "structure_editor" + } + }, + "button_panel_wrapper/panel/data_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_button_panel", + "namespace": "structure_editor" + } + }, + "button_panel_wrapper/panel/how_to_play_button": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "help_button_panel", + "namespace": "structure_editor" + } + }, + "button_panel_wrapper/panel/end_divider": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "redstone_dropdown_content": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "redstone_save_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "animation_mode_dropdown_content": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "animation_mode_dropdown": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "structure_name_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "structure_name", + "structure_name_offset" + ] + }, + "structure_name_wrapper/structure_name": { + "file": "ui/structure_editor_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_control", + "namespace": "structure_editor" + } + }, + "structure_name_wrapper/structure_name_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "detect_button_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "detect", + "detect_offset" + ] + }, + "detect_button_wrapper/detect": { + "file": "ui/structure_editor_screen.json", + "type": "button", + "extend": { + "name": "detect_button", + "namespace": "structure_editor" + } + }, + "detect_button_wrapper/detect_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "mode_dropdown_content": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "option_radio_dropdown_group", + "namespace": "settings_common" + } + }, + "mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "option_dropdown", + "namespace": "settings_common" + } + }, + "scrolling_panel_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_4", + "namespace": "common" + }, + "children": [ + "scrolling_panel" + ] + }, + "scrolling_panel_wrapper/scrolling_panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "structure_editor" + } + }, + "scrolling_panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "scroll_panel_content": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "content_stack_panel" + ] + }, + "scroll_panel_content/content_stack_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "base_offset", + "mode_panel", + "mode_panel_offset", + "3d_export_mode_panel", + "save_mode_panel", + "load_mode_panel", + "data_mode_panel", + "corner_mode_panel", + "base_mode_offset", + "show_bounding_box", + "show_bounding_box_offset", + "offset_2" + ] + }, + "scroll_panel_content/content_stack_panel/base_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "scroll_panel_content/content_stack_panel/mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "mode_panel", + "namespace": "structure_editor" + } + }, + "scroll_panel_content/content_stack_panel/mode_panel_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "scroll_panel_content/content_stack_panel/3d_export_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "3d_export_mode_panel", + "namespace": "structure_editor" + } + }, + "scroll_panel_content/content_stack_panel/save_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "save_mode_panel", + "namespace": "structure_editor" + } + }, + "scroll_panel_content/content_stack_panel/load_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "load_mode_panel", + "namespace": "structure_editor" + } + }, + "scroll_panel_content/content_stack_panel/data_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "data_mode_panel", + "namespace": "structure_editor" + } + }, + "scroll_panel_content/content_stack_panel/corner_mode_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "corner_mode_panel", + "namespace": "structure_editor" + } + }, + "scroll_panel_content/content_stack_panel/base_mode_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "scroll_panel_content/content_stack_panel/show_bounding_box": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "show_bounding_box_panel", + "namespace": "structure_editor" + } + }, + "scroll_panel_content/content_stack_panel/show_bounding_box_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "scroll_panel_content/content_stack_panel/offset_2": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "left_divider_content": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "left_divider_content/scrolling_panel": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "extend": { + "name": "scrolling_panel_wrapper", + "namespace": "structure_editor" + } + }, + "save_message_text": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "save_message_label" + ] + }, + "save_message_text/save_message_label": { + "file": "ui/structure_editor_screen.json", + "type": "label" + }, + "import_message_text": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "save_message_label" + ] + }, + "import_message_text/save_message_label": { + "file": "ui/structure_editor_screen.json", + "type": "label" + }, + "import_failed_message_text": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "save_message_label" + ] + }, + "import_failed_message_text/save_message_label": { + "file": "ui/structure_editor_screen.json", + "type": "label" + }, + "export_disabled_label": { + "file": "ui/structure_editor_screen.json", + "type": "label" + }, + "image_panel_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_4", + "namespace": "common" + }, + "children": [ + "image_panel", + "save_message_factory", + "import_message_factory", + "import_failed_message_factory", + "export_disabled" + ] + }, + "image_panel_wrapper/image_panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "image_panel", + "namespace": "structure_editor" + } + }, + "image_panel_wrapper/save_message_factory": { + "file": "ui/structure_editor_screen.json", + "type": "factory" + }, + "image_panel_wrapper/import_message_factory": { + "file": "ui/structure_editor_screen.json", + "type": "factory" + }, + "image_panel_wrapper/import_failed_message_factory": { + "file": "ui/structure_editor_screen.json", + "type": "factory" + }, + "image_panel_wrapper/export_disabled": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "export_disabled_label", + "namespace": "structure_editor" + } + }, + "corner_text": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_4", + "namespace": "common" + }, + "children": [ + "image_panel" + ] + }, + "corner_text/image_panel": { + "file": "ui/structure_editor_screen.json", + "type": "unknown", + "extend": { + "name": "corner_text_section", + "namespace": "structure_editor" + } + }, + "image_panel": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "border_indent" + ] + }, + "image_panel/border_indent": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "background_gradient", + "image_outline", + "structure_renderer", + "text_corner", + "progress_panel", + "rotate_arrows" + ] + }, + "image_panel/border_indent/background_gradient": { + "file": "ui/structure_editor_screen.json", + "type": "custom", + "extend": { + "name": "background_gradient", + "namespace": "structure_editor" + } + }, + "image_panel/border_indent/image_outline": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "image_panel/border_indent/structure_renderer": { + "file": "ui/structure_editor_screen.json", + "type": "input_panel", + "extend": { + "name": "structure_renderer", + "namespace": "structure_editor" + } + }, + "image_panel/border_indent/text_corner": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "corner_text_panel", + "namespace": "structure_editor" + } + }, + "image_panel/border_indent/progress_panel": { + "file": "ui/structure_editor_screen.json", + "type": "input_panel", + "extend": { + "name": "progress_panel", + "namespace": "structure_editor" + } + }, + "image_panel/border_indent/rotate_arrows": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "extend": { + "name": "rotation_arrows", + "namespace": "structure_editor" + } + }, + "progress_panel": { + "file": "ui/structure_editor_screen.json", + "type": "input_panel", + "children": [ + "stack_panel" + ] + }, + "progress_panel/stack_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "label_wrapper", + "progress_bar" + ] + }, + "progress_panel/stack_panel/label_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "progress_label" + ] + }, + "progress_panel/stack_panel/label_wrapper/progress_label": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "progress_panel/stack_panel/progress_bar": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "progress_bar_icon", + "namespace": "file_upload" + } + }, + "background_gradient": { + "file": "ui/structure_editor_screen.json", + "type": "custom" + }, + "corner_text_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "paragraph_1_corner", + "padding_1", + "paragraph_2_corner" + ] + }, + "corner_text_panel/paragraph_1_corner": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "corner_text_panel/padding_1": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "small_padding", + "namespace": "structure_editor" + } + }, + "corner_text_panel/paragraph_2_corner": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "paragraph", + "namespace": "how_to_play_common" + } + }, + "structure_renderer": { + "file": "ui/structure_editor_screen.json", + "type": "input_panel", + "children": [ + "renderer" + ] + }, + "structure_renderer/renderer": { + "file": "ui/structure_editor_screen.json", + "type": "custom" + }, + "black_border": { + "file": "ui/structure_editor_screen.json", + "type": "image" + }, + "rotation_arrows": { + "file": "ui/structure_editor_screen.json", + "type": "image" + }, + "right_divider_content": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "children": [ + "base_offset", + "preview", + "image_offset", + "button_wrapper" + ] + }, + "right_divider_content/base_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "right_divider_content/preview": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "extend": { + "name": "image_panel_wrapper", + "namespace": "structure_editor" + } + }, + "right_divider_content/image_offset": { + "file": "ui/structure_editor_screen.json", + "type": "panel" + }, + "right_divider_content/button_wrapper": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "buttons" + ] + }, + "right_divider_content/button_wrapper/buttons": { + "file": "ui/structure_editor_screen.json", + "type": "image", + "extend": { + "name": "button_panel_wrapper", + "namespace": "structure_editor" + } + }, + "divider_content": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "left_side", + "right_side" + ] + }, + "divider_content/left_side": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "left_divider_content", + "namespace": "structure_editor" + } + }, + "divider_content/right_side": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "right_divider_content", + "namespace": "structure_editor" + } + }, + "structure_editor_content": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "children": [ + "background_panel", + "title", + "content" + ] + }, + "structure_editor_content/background_panel": { + "file": "ui/structure_editor_screen.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + }, + "structure_editor_content/title": { + "file": "ui/structure_editor_screen.json", + "type": "label", + "extend": { + "name": "common_text_label", + "namespace": "structure_editor" + } + }, + "structure_editor_content/content": { + "file": "ui/structure_editor_screen.json", + "type": "panel", + "extend": { + "name": "divider_content", + "namespace": "structure_editor" + } + }, + "structure_editor_screen": { + "file": "ui/structure_editor_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "submit_feedback": { + "send_feedback_button": { + "file": "ui/submit_feedback_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "write_feedback_panel": { + "file": "ui/submit_feedback_screen.json", + "type": "stack_panel", + "children": [ + "pad_1", + "write_feedback_label", + "pad_2", + "feedback_textbox", + "remaining_characters_panel" + ] + }, + "write_feedback_panel/pad_1": { + "file": "ui/submit_feedback_screen.json", + "type": "panel" + }, + "write_feedback_panel/write_feedback_label": { + "file": "ui/submit_feedback_screen.json", + "type": "label" + }, + "write_feedback_panel/pad_2": { + "file": "ui/submit_feedback_screen.json", + "type": "panel" + }, + "write_feedback_panel/feedback_textbox": { + "file": "ui/submit_feedback_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "write_feedback_panel/remaining_characters_panel": { + "file": "ui/submit_feedback_screen.json", + "type": "panel", + "children": [ + "remaining_characters_count_label" + ] + }, + "write_feedback_panel/remaining_characters_panel/remaining_characters_count_label": { + "file": "ui/submit_feedback_screen.json", + "type": "label" + }, + "scroll_panel": { + "file": "ui/submit_feedback_screen.json", + "type": "panel", + "children": [ + "write_feedback_panel" + ] + }, + "scroll_panel/write_feedback_panel": { + "file": "ui/submit_feedback_screen.json", + "type": "stack_panel", + "extend": { + "name": "write_feedback_panel", + "namespace": "submit_feedback" + } + }, + "main_panel": { + "file": "ui/submit_feedback_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "main_panel/scrolling_panel": { + "file": "ui/submit_feedback_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "submit_feedback_screen": { + "file": "ui/submit_feedback_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "submit_feedback_content": { + "file": "ui/submit_feedback_screen.json", + "type": "panel", + "children": [ + "submit_feedback_main_panel", + "progress_loading" + ] + }, + "submit_feedback_content/submit_feedback_main_panel": { + "file": "ui/submit_feedback_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "submit_feedback_content/progress_loading": { + "file": "ui/submit_feedback_screen.json", + "type": "image", + "extend": { + "name": "progress_loading_spinner", + "namespace": "common_store" + } + } + }, + "tabbed_upsell": { + "padding_horizontal": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel" + }, + "padding_vertical": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel" + }, + "text_horizontal_padding": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel" + }, + "tabbed_upsell_buy_now_button": { + "file": "ui/tabbed_upsell_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "tabbed_buy_now_label": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "tabbed_buy_now_label/button_label": { + "file": "ui/tabbed_upsell_screen.json", + "type": "label" + }, + "label_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "children": [ + "label_text" + ] + }, + "label_panel/label_text": { + "file": "ui/tabbed_upsell_screen.json", + "type": "label" + }, + "text_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "children": [ + "tab_content_title_panel", + "tab_content_description_panel", + "tab_content_description_panel_second" + ] + }, + "text_panel/tab_content_title_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "label_panel", + "namespace": "tabbed_upsell" + } + }, + "text_panel/tab_content_description_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "label_panel", + "namespace": "tabbed_upsell" + } + }, + "text_panel/tab_content_description_panel_second": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "label_panel", + "namespace": "tabbed_upsell" + } + }, + "dialog_image": { + "file": "ui/tabbed_upsell_screen.json", + "type": "image" + }, + "dialog_image_with_border": { + "file": "ui/tabbed_upsell_screen.json", + "type": "image", + "children": [ + "dialog_image" + ] + }, + "dialog_image_with_border/dialog_image": { + "file": "ui/tabbed_upsell_screen.json", + "type": "image", + "extend": { + "name": "dialog_image", + "namespace": "tabbed_upsell" + } + }, + "content_image_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "children": [ + "minecraft_dialog_image_with_border", + "horizontal_padding_01", + "scrolling_panel" + ] + }, + "content_image_panel/minecraft_dialog_image_with_border": { + "file": "ui/tabbed_upsell_screen.json", + "type": "image", + "extend": { + "name": "dialog_image_with_border", + "namespace": "tabbed_upsell" + } + }, + "content_image_panel/horizontal_padding_01": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "text_horizontal_padding", + "namespace": "tabbed_upsell" + } + }, + "content_image_panel/scrolling_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "scroll_text": { + "file": "ui/tabbed_upsell_screen.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "image_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "children": [ + "dialog_image_with_border", + "focus_image" + ] + }, + "image_panel/dialog_image_with_border": { + "file": "ui/tabbed_upsell_screen.json", + "type": "image", + "extend": { + "name": "dialog_image_with_border", + "namespace": "tabbed_upsell" + } + }, + "image_panel/focus_image": { + "file": "ui/tabbed_upsell_screen.json", + "type": "unknown" + }, + "top_tab": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "tab_top", + "namespace": "common_tabs" + } + }, + "tab_navigation_panel_layout": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "children": [ + "navigation_tabs" + ] + }, + "tab_navigation_panel_layout/navigation_tabs": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content": { + "file": "ui/tabbed_upsell_screen.json", + "type": "unknown" + }, + "common_tab_navigation_panel_layout": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel" + }, + "tabbed_tab_navigation_panel_layout": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_tab_navigation_panel_layout", + "namespace": "tabbed_upsell" + }, + "children": [ + "minecraft_navigation_tab", + "nav_padding_01", + "xbl_navigation_tab", + "nav_padding_02", + "achievements_navigation_tab3", + "nav_padding_03", + "multiplayer_navigation_tab4", + "nav_padding_04", + "server_navigation_tab", + "nav_padding_05", + "store_navigation_tab", + "nav_padding_06", + "creative_navigation_tab", + "nav_padding_07", + "packs_navigation_tab", + "nav_padding_08", + "seeds_navigation_tab" + ] + }, + "tabbed_tab_navigation_panel_layout/minecraft_navigation_tab": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_01": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/xbl_navigation_tab": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_02": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/achievements_navigation_tab3": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_03": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/multiplayer_navigation_tab4": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_04": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/server_navigation_tab": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_05": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/store_navigation_tab": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_06": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/creative_navigation_tab": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_07": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/packs_navigation_tab": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_08": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_navigation_panel_layout/seeds_navigation_tab": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "children": [ + "minecraft_tab_content", + "xbl_tab_content2", + "achievements_tab_content3", + "multiplayer_tab_content4", + "server_tab_content5", + "store_tab_content6", + "creative_tab_content7", + "packs_tab_content8", + "seeds_tab_content9" + ] + }, + "tabbed_tab_content_panel_layout/minecraft_tab_content": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "minecraft_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout/xbl_tab_content2": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "xbl_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout/achievements_tab_content3": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "achievements_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout/multiplayer_tab_content4": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "multiplayer_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout/server_tab_content5": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "server_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout/store_tab_content6": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "store_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout/creative_tab_content7": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "creative_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout/packs_tab_content8": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "packs_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_tab_content_panel_layout/seeds_tab_content9": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "seeds_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "common_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "common_tab_content_panel/content": { + "file": "ui/tabbed_upsell_screen.json", + "type": "unknown" + }, + "minecraft_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "xbl_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "achievements_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "multiplayer_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "server_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "store_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "creative_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "packs_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "seeds_tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "tabbed_upsell" + } + }, + "common_tab_screen_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "children": [ + "tab_navigation_panel", + "padding_01", + "tab_content_panel" + ] + }, + "common_tab_screen_panel/tab_navigation_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "tab_navigation_panel_layout", + "namespace": "tabbed_upsell" + } + }, + "common_tab_screen_panel/padding_01": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "tabbed_upsell" + } + }, + "common_tab_screen_panel/tab_content_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "unknown" + }, + "tabbed_screen_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_tab_screen_panel", + "namespace": "tabbed_upsell" + } + }, + "button_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "children": [ + "padding_5", + "buy_now_button", + "padding_6" + ] + }, + "button_panel/padding_5": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "button_panel/buy_now_button": { + "file": "ui/tabbed_upsell_screen.json", + "type": "button", + "extend": { + "name": "tabbed_upsell_buy_now_button", + "namespace": "tabbed_upsell" + } + }, + "button_panel/padding_6": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tab_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "children": [ + "padding_3", + "main_control", + "padding_4" + ] + }, + "tab_panel/padding_3": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tab_panel/main_control": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "tabbed_screen_panel", + "namespace": "tabbed_upsell" + } + }, + "tab_panel/padding_4": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "tabbed_upsell" + } + }, + "tabbed_upsell_content": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "tab_panel", + "padding_1", + "button_panel", + "padding_2" + ] + }, + "tabbed_upsell_content/padding_0": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "tabbed_upsell" + } + }, + "tabbed_upsell_content/tab_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "tab_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_upsell_content/padding_1": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "tabbed_upsell" + } + }, + "tabbed_upsell_content/button_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_panel", + "namespace": "tabbed_upsell" + } + }, + "tabbed_upsell_content/padding_2": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "tabbed_upsell" + } + }, + "tabbed_upsell_screen": { + "file": "ui/tabbed_upsell_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "tabbed_upsell_screen_panel": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "children": [ + "tabbed_upsell_screen_content", + "background" + ] + }, + "tabbed_upsell_screen_panel/tabbed_upsell_screen_content": { + "file": "ui/tabbed_upsell_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "tabbed_upsell_screen_panel/background": { + "file": "ui/tabbed_upsell_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + } + }, + "thanks_for_testing": { + "padding_horizontal": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel" + }, + "padding_vertical": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel" + }, + "text_horizontal_padding": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel" + }, + "tabbed_upsell_buy_now_button": { + "file": "ui/thanks_for_testing_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "tabbed_buy_now_label": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "tabbed_buy_now_label/button_label": { + "file": "ui/thanks_for_testing_screen.json", + "type": "label" + }, + "label_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "children": [ + "label_text" + ] + }, + "label_panel/label_text": { + "file": "ui/thanks_for_testing_screen.json", + "type": "label" + }, + "text_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "children": [ + "tab_content_title_panel", + "tab_content_description_panel", + "tab_content_description_panel_second" + ] + }, + "text_panel/tab_content_title_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "label_panel", + "namespace": "thanks_for_testing" + } + }, + "text_panel/tab_content_description_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "label_panel", + "namespace": "thanks_for_testing" + } + }, + "text_panel/tab_content_description_panel_second": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "label_panel", + "namespace": "thanks_for_testing" + } + }, + "dialog_image": { + "file": "ui/thanks_for_testing_screen.json", + "type": "image" + }, + "dialog_image_with_border": { + "file": "ui/thanks_for_testing_screen.json", + "type": "image", + "children": [ + "dialog_image" + ] + }, + "dialog_image_with_border/dialog_image": { + "file": "ui/thanks_for_testing_screen.json", + "type": "image", + "extend": { + "name": "dialog_image", + "namespace": "thanks_for_testing" + } + }, + "content_image_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "children": [ + "minecraft_dialog_image_with_border", + "horizontal_padding_01", + "scrolling_panel" + ] + }, + "content_image_panel/minecraft_dialog_image_with_border": { + "file": "ui/thanks_for_testing_screen.json", + "type": "image", + "extend": { + "name": "dialog_image_with_border", + "namespace": "thanks_for_testing" + } + }, + "content_image_panel/horizontal_padding_01": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "text_horizontal_padding", + "namespace": "thanks_for_testing" + } + }, + "content_image_panel/scrolling_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "scroll_text": { + "file": "ui/thanks_for_testing_screen.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "image_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "children": [ + "dialog_image_with_border", + "focus_image" + ] + }, + "image_panel/dialog_image_with_border": { + "file": "ui/thanks_for_testing_screen.json", + "type": "image", + "extend": { + "name": "dialog_image_with_border", + "namespace": "thanks_for_testing" + } + }, + "image_panel/focus_image": { + "file": "ui/thanks_for_testing_screen.json", + "type": "unknown" + }, + "top_tab": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "tab_top", + "namespace": "common_tabs" + } + }, + "tab_navigation_panel_layout": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "children": [ + "navigation_tabs" + ] + }, + "tab_navigation_panel_layout/navigation_tabs": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "tab_navigation_panel_layout/navigation_tabs/content": { + "file": "ui/thanks_for_testing_screen.json", + "type": "unknown" + }, + "common_tab_navigation_panel_layout": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel" + }, + "tabbed_tab_navigation_panel_layout": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_tab_navigation_panel_layout", + "namespace": "thanks_for_testing" + }, + "children": [ + "minecraft_navigation_tab", + "nav_padding_01", + "xbl_navigation_tab", + "nav_padding_02", + "achievements_navigation_tab3", + "nav_padding_03", + "multiplayer_navigation_tab4", + "nav_padding_04", + "server_navigation_tab", + "nav_padding_05", + "store_navigation_tab", + "nav_padding_06", + "creative_navigation_tab", + "nav_padding_07", + "packs_navigation_tab", + "nav_padding_08", + "seeds_navigation_tab" + ] + }, + "tabbed_tab_navigation_panel_layout/minecraft_navigation_tab": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_01": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/xbl_navigation_tab": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_02": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/achievements_navigation_tab3": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_03": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/multiplayer_navigation_tab4": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_04": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/server_navigation_tab": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_05": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/store_navigation_tab": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_06": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/creative_navigation_tab": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_07": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/packs_navigation_tab": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/nav_padding_08": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_navigation_panel_layout/seeds_navigation_tab": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "top_tab", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "children": [ + "minecraft_tab_content", + "xbl_tab_content2", + "achievements_tab_content3", + "multiplayer_tab_content4", + "server_tab_content5", + "store_tab_content6", + "creative_tab_content7", + "packs_tab_content8", + "seeds_tab_content9" + ] + }, + "tabbed_tab_content_panel_layout/minecraft_tab_content": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "minecraft_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout/xbl_tab_content2": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "xbl_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout/achievements_tab_content3": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "achievements_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout/multiplayer_tab_content4": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "multiplayer_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout/server_tab_content5": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "server_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout/store_tab_content6": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "store_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout/creative_tab_content7": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "creative_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout/packs_tab_content8": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "packs_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_tab_content_panel_layout/seeds_tab_content9": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "seeds_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "common_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "children": [ + "content" + ] + }, + "common_tab_content_panel/content": { + "file": "ui/thanks_for_testing_screen.json", + "type": "unknown" + }, + "minecraft_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "xbl_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "achievements_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "multiplayer_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "server_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "store_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "creative_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "packs_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "seeds_tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "common_tab_content_panel", + "namespace": "thanks_for_testing" + } + }, + "common_tab_screen_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "children": [ + "tab_navigation_panel", + "padding_01", + "tab_content_panel" + ] + }, + "common_tab_screen_panel/tab_navigation_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "extend": { + "name": "tab_navigation_panel_layout", + "namespace": "thanks_for_testing" + } + }, + "common_tab_screen_panel/padding_01": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "thanks_for_testing" + } + }, + "common_tab_screen_panel/tab_content_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "unknown" + }, + "tabbed_screen_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "extend": { + "name": "common_tab_screen_panel", + "namespace": "thanks_for_testing" + } + }, + "button_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "children": [ + "padding_5", + "buy_now_button", + "padding_6" + ] + }, + "button_panel/padding_5": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "button_panel/buy_now_button": { + "file": "ui/thanks_for_testing_screen.json", + "type": "button", + "extend": { + "name": "tabbed_upsell_buy_now_button", + "namespace": "thanks_for_testing" + } + }, + "button_panel/padding_6": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tab_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "children": [ + "padding_3", + "main_control", + "padding_4" + ] + }, + "tab_panel/padding_3": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tab_panel/main_control": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "extend": { + "name": "tabbed_screen_panel", + "namespace": "thanks_for_testing" + } + }, + "tab_panel/padding_4": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "thanks_for_testing" + } + }, + "tabbed_upsell_content": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "tab_panel", + "padding_1", + "button_panel", + "padding_2" + ] + }, + "tabbed_upsell_content/padding_0": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "thanks_for_testing" + } + }, + "tabbed_upsell_content/tab_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "extend": { + "name": "tab_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_upsell_content/padding_1": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "thanks_for_testing" + } + }, + "tabbed_upsell_content/button_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_panel", + "namespace": "thanks_for_testing" + } + }, + "tabbed_upsell_content/padding_2": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "thanks_for_testing" + } + }, + "thanks_for_testing_screen": { + "file": "ui/thanks_for_testing_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "tabbed_upsell_screen_panel": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "children": [ + "tabbed_upsell_screen_content", + "background" + ] + }, + "tabbed_upsell_screen_panel/tabbed_upsell_screen_content": { + "file": "ui/thanks_for_testing_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "tabbed_upsell_screen_panel/background": { + "file": "ui/thanks_for_testing_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + } + }, + "third_party_store": { + "third_party_store_screen": { + "file": "ui/third_party_store_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "toast_screen": { + "toast_image": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "toast_icon": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "toast_icon" + ] + }, + "toast_icon/toast_icon": { + "file": "ui/toast_screen.json", + "type": "image", + "extend": { + "name": "toast_image", + "namespace": "toast_screen" + } + }, + "xbox_icon": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "toast_icon", + "namespace": "toast_screen" + } + }, + "third_party_invite_icon": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "toast_icon", + "namespace": "toast_screen" + } + }, + "third_party_achievement_icon": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "toast_icon", + "namespace": "toast_screen" + } + }, + "persona_icon": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "item" + ] + }, + "persona_icon/item": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "piece_item_display", + "namespace": "persona_common" + } + }, + "resource_pack_icon": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "resource_pack_image" + ] + }, + "resource_pack_icon/resource_pack_image": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "key_art_image": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "resource_pack_icon", + "namespace": "toast_screen" + } + }, + "gamer_score_icon": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "toast_label": { + "file": "ui/toast_screen.json", + "type": "label" + }, + "static_button_state_panel": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "static_button": { + "file": "ui/toast_screen.json", + "type": "button", + "extend": { + "name": "light_button_assets", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "static_button/default": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "static_button_state_panel", + "namespace": "toast_screen" + } + }, + "static_button/hover": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "static_button_state_panel", + "namespace": "toast_screen" + } + }, + "static_button/pressed": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "static_button_state_panel", + "namespace": "toast_screen" + } + }, + "static_button/locked": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "static_button_state_panel", + "namespace": "toast_screen" + } + }, + "popup": { + "file": "ui/toast_screen.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "background", + "popup_content" + ] + }, + "popup/background": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "popup/popup_content": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "icon_padding", + "text_padding", + "text_panel", + "button_panel" + ] + }, + "popup/popup_content/icon_padding": { + "file": "ui/toast_screen.json", + "type": "stack_panel" + }, + "popup/popup_content/text_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "popup/popup_content/text_panel": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "text_stack_panel" + ] + }, + "popup/popup_content/text_panel/text_stack_panel": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "extend": { + "name": "text_stack_panel", + "namespace": "toast_screen" + } + }, + "popup/popup_content/button_panel": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "visual_button" + ] + }, + "popup/popup_content/button_panel/visual_button": { + "file": "ui/toast_screen.json", + "type": "button", + "extend": { + "name": "static_button", + "namespace": "toast_screen" + } + }, + "item_renderer": { + "file": "ui/toast_screen.json", + "type": "custom" + }, + "game_tip_label": { + "file": "ui/toast_screen.json", + "type": "label" + }, + "toast_progress_bar": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "toast_duration_progress_bar" + ] + }, + "toast_progress_bar/toast_duration_progress_bar": { + "file": "ui/toast_screen.json", + "type": "custom" + }, + "recipe_unlocked_icon": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "padding_vertical", + "item_renderer" + ] + }, + "recipe_unlocked_icon/padding_vertical": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_icon/item_renderer": { + "file": "ui/toast_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "toast_screen" + } + }, + "recipe_unlocked_popup": { + "file": "ui/toast_screen.json", + "type": "image", + "children": [ + "input_panel" + ] + }, + "recipe_unlocked_popup/input_panel": { + "file": "ui/toast_screen.json", + "type": "input_panel", + "children": [ + "label_panel" + ] + }, + "recipe_unlocked_popup/input_panel/label_panel": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "horizontal_padding_1", + "recipe_unlocked_icon", + "horizontal_padding_2", + "label_panel", + "horizontal_padding_3" + ] + }, + "recipe_unlocked_popup/input_panel/label_panel/horizontal_padding_1": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_popup/input_panel/label_panel/recipe_unlocked_icon": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "extend": { + "name": "recipe_unlocked_icon", + "namespace": "toast_screen" + } + }, + "recipe_unlocked_popup/input_panel/label_panel/horizontal_padding_2": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_popup/input_panel/label_panel/label_panel": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "padding_vertical_1", + "label", + "padding_vertical_2" + ] + }, + "recipe_unlocked_popup/input_panel/label_panel/label_panel/padding_vertical_1": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_popup/input_panel/label_panel/label_panel/label": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "game_tip_label", + "namespace": "toast_screen" + } + }, + "recipe_unlocked_popup/input_panel/label_panel/label_panel/padding_vertical_2": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_popup/input_panel/label_panel/horizontal_padding_3": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_pocket_popup": { + "file": "ui/toast_screen.json", + "type": "image", + "children": [ + "input_panel" + ] + }, + "recipe_unlocked_pocket_popup/input_panel": { + "file": "ui/toast_screen.json", + "type": "input_panel", + "children": [ + "label_panel" + ] + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "horizontal_padding_1", + "recipe_unlocked_icon", + "horizontal_padding_2", + "label_panel", + "horizontal_padding_3" + ] + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/horizontal_padding_1": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/recipe_unlocked_icon": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "extend": { + "name": "recipe_unlocked_icon", + "namespace": "toast_screen" + } + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/horizontal_padding_2": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/label_panel": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "padding_vertical", + "label", + "padding_vertical_1" + ] + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/label_panel/padding_vertical": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/label_panel/label": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "game_tip_label", + "namespace": "toast_screen" + } + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/label_panel/padding_vertical_1": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/horizontal_padding_3": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "text_stack_panel": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "title", + "subtitle" + ] + }, + "text_stack_panel/title": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "toast_label", + "namespace": "toast_screen" + } + }, + "text_stack_panel/subtitle": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "icon_padding", + "subtext_offset" + ] + }, + "text_stack_panel/subtitle/icon_padding": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "gamer_score_icon" + ] + }, + "text_stack_panel/subtitle/icon_padding/gamer_score_icon": { + "file": "ui/toast_screen.json", + "type": "image", + "extend": { + "name": "gamer_score_icon", + "namespace": "toast_screen" + } + }, + "text_stack_panel/subtitle/subtext_offset": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "subtext" + ] + }, + "text_stack_panel/subtitle/subtext_offset/subtext": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "toast_label", + "namespace": "toast_screen" + } + }, + "join_button_icon": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "chat_popup": { + "file": "ui/toast_screen.json", + "type": "input_panel", + "extend": { + "name": "popup", + "namespace": "toast_screen" + } + }, + "splitscreen_join_popup": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "join_button_icon", + "join_prompt_text_panel" + ] + }, + "splitscreen_join_popup/join_button_icon": { + "file": "ui/toast_screen.json", + "type": "image", + "extend": { + "name": "join_button_icon", + "namespace": "toast_screen" + } + }, + "splitscreen_join_popup/join_prompt_text_panel": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "join_prompt_text" + ] + }, + "splitscreen_join_popup/join_prompt_text_panel/join_prompt_text": { + "file": "ui/toast_screen.json", + "type": "label" + }, + "formfitting_alpha_toast": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "bg" + ] + }, + "formfitting_alpha_toast/bg": { + "file": "ui/toast_screen.json", + "type": "image", + "children": [ + "label" + ] + }, + "formfitting_alpha_toast/bg/label": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "toast_label", + "namespace": "toast_screen" + } + }, + "snackbar": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "body" + ] + }, + "snackbar/body": { + "file": "ui/toast_screen.json", + "type": "image", + "children": [ + "background" + ] + }, + "snackbar/body/background": { + "file": "ui/toast_screen.json", + "type": "image", + "children": [ + "content", + "right_shadow" + ] + }, + "snackbar/body/background/content": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "left_padding", + "vertically_central_text", + "right_padding" + ] + }, + "snackbar/body/background/content/left_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "snackbar/body/background/content/vertically_central_text": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "top_padding", + "text" + ] + }, + "snackbar/body/background/content/vertically_central_text/top_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "snackbar/body/background/content/vertically_central_text/text": { + "file": "ui/toast_screen.json", + "type": "label" + }, + "snackbar/body/background/content/right_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "snackbar/body/background/right_shadow": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "progress_button_content": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "gamepad_icon_glyph", + "spacer", + "progress_button_label" + ] + }, + "progress_button_content/gamepad_icon_glyph": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "game_tip_label", + "namespace": "toast_screen" + } + }, + "progress_button_content/spacer": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "progress_button_content/progress_button_label": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "game_tip_label", + "namespace": "toast_screen" + } + }, + "progress_popup": { + "file": "ui/toast_screen.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "background", + "popup_content" + ] + }, + "progress_popup/background": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "progress_popup/popup_content": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "progress_toast_image", + "profilepicture", + "text_padding", + "progress_content_vertical_panel", + "divider_padding", + "divider_image", + "popup_decline_button", + "end_padding" + ] + }, + "progress_popup/popup_content/progress_toast_image": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "progress_popup/popup_content/profilepicture": { + "file": "ui/toast_screen.json", + "type": "custom" + }, + "progress_popup/popup_content/text_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "progress_popup/popup_content/progress_content_vertical_panel": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "title_text_label", + "subtext", + "stacked_progress_bar", + "end_progress_padding" + ] + }, + "progress_popup/popup_content/progress_content_vertical_panel/title_text_label": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "game_tip_label", + "namespace": "toast_screen" + } + }, + "progress_popup/popup_content/progress_content_vertical_panel/subtext": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "toast_label", + "namespace": "toast_screen" + } + }, + "progress_popup/popup_content/progress_content_vertical_panel/stacked_progress_bar": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "toast_progress_bar", + "namespace": "toast_screen" + } + }, + "progress_popup/popup_content/progress_content_vertical_panel/end_progress_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "progress_popup/popup_content/divider_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "progress_popup/popup_content/divider_image": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "progress_popup/popup_content/popup_decline_button": { + "file": "ui/toast_screen.json", + "type": "button", + "extend": { + "name": "no_background_content_button", + "namespace": "common_buttons" + } + }, + "progress_popup/popup_content/end_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "party_invite_popup": { + "file": "ui/toast_screen.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "background", + "party_invite_content" + ] + }, + "party_invite_popup/background": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "party_invite_popup/party_invite_content": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "profilepicture", + "text_padding", + "party_invite_content_vertical_panel", + "divider_padding", + "divider_image", + "party_invite_button", + "end_padding" + ] + }, + "party_invite_popup/party_invite_content/profilepicture": { + "file": "ui/toast_screen.json", + "type": "custom" + }, + "party_invite_popup/party_invite_content/text_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "party_invite_popup/party_invite_content/party_invite_content_vertical_panel": { + "file": "ui/toast_screen.json", + "type": "stack_panel", + "children": [ + "title_text_label", + "subtext", + "end_padding" + ] + }, + "party_invite_popup/party_invite_content/party_invite_content_vertical_panel/title_text_label": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "game_tip_label", + "namespace": "toast_screen" + } + }, + "party_invite_popup/party_invite_content/party_invite_content_vertical_panel/subtext": { + "file": "ui/toast_screen.json", + "type": "label", + "extend": { + "name": "toast_label", + "namespace": "toast_screen" + } + }, + "party_invite_popup/party_invite_content/party_invite_content_vertical_panel/end_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "party_invite_popup/party_invite_content/divider_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "party_invite_popup/party_invite_content/divider_image": { + "file": "ui/toast_screen.json", + "type": "image" + }, + "party_invite_popup/party_invite_content/party_invite_button": { + "file": "ui/toast_screen.json", + "type": "button", + "extend": { + "name": "no_background_content_button", + "namespace": "common_buttons" + } + }, + "party_invite_popup/party_invite_content/end_padding": { + "file": "ui/toast_screen.json", + "type": "panel" + }, + "party_travel_popup": { + "file": "ui/toast_screen.json", + "type": "input_panel", + "extend": { + "name": "progress_popup", + "namespace": "toast_screen" + } + }, + "toast_screen": { + "file": "ui/toast_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "toast_screen_content": { + "file": "ui/toast_screen.json", + "type": "panel", + "children": [ + "content_log_panel", + "perf_turtle_panel" + ] + }, + "toast_screen_content/content_log_panel": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "content_log_panel", + "namespace": "content_log" + } + }, + "toast_screen_content/perf_turtle_panel": { + "file": "ui/toast_screen.json", + "type": "panel", + "extend": { + "name": "perf_turtle_panel", + "namespace": "perf_turtle" + } + } + }, + "token_faq": { + "main_panel": { + "file": "ui/token_faq_screen.json", + "type": "stack_panel", + "children": [ + "faq_question_1", + "faq_question_1_divider", + "faq_question_2", + "faq_question_2_divider", + "faq_question_3", + "faq_question_3_divider", + "faq_question_4", + "faq_question_4_divider", + "faq_question_5" + ] + }, + "main_panel/faq_question_1": { + "file": "ui/token_faq_screen.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "main_panel/faq_question_1_divider": { + "file": "ui/token_faq_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "main_panel/faq_question_2": { + "file": "ui/token_faq_screen.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "main_panel/faq_question_2_divider": { + "file": "ui/token_faq_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "main_panel/faq_question_3": { + "file": "ui/token_faq_screen.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "main_panel/faq_question_3_divider": { + "file": "ui/token_faq_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "main_panel/faq_question_4": { + "file": "ui/token_faq_screen.json", + "type": "button", + "extend": { + "name": "image_right_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "main_panel/faq_question_4_divider": { + "file": "ui/token_faq_screen.json", + "type": "stack_panel", + "extend": { + "name": "section_divider", + "namespace": "common" + } + }, + "main_panel/faq_question_5": { + "file": "ui/token_faq_screen.json", + "type": "button", + "extend": { + "name": "image_left_faq_question_body", + "namespace": "realmsPlus_faq" + } + }, + "scrolling_panel": { + "file": "ui/token_faq_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "token_faq_screen_content": { + "file": "ui/token_faq_screen.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "token_faq_screen_content/dialog": { + "file": "ui/token_faq_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "background": { + "file": "ui/token_faq_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + }, + "token_faq_screen": { + "file": "ui/token_faq_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "token_content_panel": { + "file": "ui/token_faq_screen.json", + "type": "stack_panel", + "children": [ + "token_info_text" + ] + }, + "token_content_panel/token_info_text": { + "file": "ui/token_faq_screen.json", + "type": "label" + }, + "token_popup_content": { + "file": "ui/token_faq_screen.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "token_popup_content/dialog": { + "file": "ui/token_faq_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_two_buttons", + "namespace": "common_dialogs" + } + }, + "token_faq_button_panel": { + "file": "ui/token_faq_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "back_button_panel": { + "file": "ui/token_faq_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "token_popup": { + "file": "ui/token_faq_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + } + }, + "trade": { + "cycle_recipe_button": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "cycle_recipe_left_button": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "cycle_recipe_button", + "namespace": "trade" + } + }, + "cycle_recipe_right_button": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "cycle_recipe_button", + "namespace": "trade" + } + }, + "arrow_image": { + "file": "ui/trade_screen.json", + "type": "image" + }, + "cross_out_icon": { + "file": "ui/trade_screen.json", + "type": "image" + }, + "highlight_slot_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "hover_text" + ] + }, + "highlight_slot_panel/hover_text": { + "file": "ui/trade_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "recipe_button": { + "file": "ui/trade_screen.json", + "type": "button", + "children": [ + "hover" + ] + }, + "recipe_button/hover": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "highlight_slot_panel", + "namespace": "trade" + } + }, + "recipe_item_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "item_renderer", + "recipe_button" + ] + }, + "recipe_item_panel/item_renderer": { + "file": "ui/trade_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + }, + "children": [ + "stack_count_label" + ] + }, + "recipe_item_panel/item_renderer/stack_count_label": { + "file": "ui/trade_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "recipe_item_panel/recipe_button": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "recipe_button", + "namespace": "trade" + } + }, + "trade_item_slot": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "container_item" + ] + }, + "trade_item_slot/container_item": { + "file": "ui/trade_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "trade_item_slotB": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "trade_item_slot", + "namespace": "trade" + } + }, + "trade_item_slot_result_button": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "trade_item_slot_result": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "trade_item_slot", + "namespace": "trade" + } + }, + "arrow": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "arrow_image", + "cross_out_icon", + "recipe_button" + ] + }, + "arrow/arrow_image": { + "file": "ui/trade_screen.json", + "type": "image", + "extend": { + "name": "arrow_image", + "namespace": "trade" + } + }, + "arrow/cross_out_icon": { + "file": "ui/trade_screen.json", + "type": "image", + "extend": { + "name": "cross_out_icon", + "namespace": "trade" + } + }, + "arrow/recipe_button": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "recipe_button", + "namespace": "trade" + } + }, + "purchase_grid_item": { + "file": "ui/trade_screen.json", + "type": "stack_panel", + "children": [ + "top_item", + "padding", + "bottom_item" + ] + }, + "purchase_grid_item/top_item": { + "file": "ui/trade_screen.json", + "type": "unknown" + }, + "purchase_grid_item/padding": { + "file": "ui/trade_screen.json", + "type": "panel" + }, + "purchase_grid_item/bottom_item": { + "file": "ui/trade_screen.json", + "type": "unknown" + }, + "purchase_grid": { + "file": "ui/trade_screen.json", + "type": "grid", + "children": [ + "grid_slot1", + "grid_slot2", + "arrow", + "result_item_slot" + ] + }, + "purchase_grid/grid_slot1": { + "file": "ui/trade_screen.json", + "type": "stack_panel", + "extend": { + "name": "purchase_grid_item", + "namespace": "trade" + } + }, + "purchase_grid/grid_slot2": { + "file": "ui/trade_screen.json", + "type": "stack_panel", + "extend": { + "name": "purchase_grid_item", + "namespace": "trade" + } + }, + "purchase_grid/arrow": { + "file": "ui/trade_screen.json", + "type": "stack_panel", + "extend": { + "name": "purchase_grid_item", + "namespace": "trade" + } + }, + "purchase_grid/result_item_slot": { + "file": "ui/trade_screen.json", + "type": "stack_panel", + "extend": { + "name": "purchase_grid_item", + "namespace": "trade" + } + }, + "greyed_item_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "item_renderer" + ] + }, + "greyed_item_panel/item_renderer": { + "file": "ui/trade_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "cycle_panel_keyboard": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "left", + "right" + ] + }, + "cycle_panel_keyboard/left": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "cycle_recipe_left_button", + "namespace": "trade" + } + }, + "cycle_panel_keyboard/right": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "cycle_recipe_right_button", + "namespace": "trade" + } + }, + "cycle_panel_gamepad": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "left", + "right" + ] + }, + "cycle_panel_gamepad/left": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "cycle_recipe_left_button", + "namespace": "trade" + } + }, + "cycle_panel_gamepad/right": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "cycle_recipe_right_button", + "namespace": "trade" + } + }, + "cycle_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "keyboard", + "gamepad" + ] + }, + "cycle_panel/keyboard": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "cycle_panel_keyboard", + "namespace": "trade" + } + }, + "cycle_panel/gamepad": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "cycle_panel_gamepad", + "namespace": "trade" + } + }, + "merchant_purchase_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "purchase_grid" + ] + }, + "merchant_purchase_panel/purchase_grid": { + "file": "ui/trade_screen.json", + "type": "grid", + "extend": { + "name": "purchase_grid", + "namespace": "trade" + } + }, + "top_half_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "villager_name_label", + "cycle_panel", + "merchant_purchase_panel" + ] + }, + "top_half_panel/villager_name_label": { + "file": "ui/trade_screen.json", + "type": "label", + "extend": { + "name": "section_heading_label", + "namespace": "common" + } + }, + "top_half_panel/cycle_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "cycle_panel", + "namespace": "trade" + } + }, + "top_half_panel/merchant_purchase_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "merchant_purchase_panel", + "namespace": "trade" + } + }, + "trade_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "root_panel", + "flying_item_renderer" + ] + }, + "trade_panel/gamepad_helpers": { + "file": "ui/trade_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "trade_panel/selected_item_details_factory": { + "file": "ui/trade_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "trade_panel/item_lock_notification_factory": { + "file": "ui/trade_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "trade_panel/root_panel": { + "file": "ui/trade_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "trade_inventory" + ] + }, + "trade_panel/root_panel/common_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "trade_panel/root_panel/trade_inventory": { + "file": "ui/trade_screen.json", + "type": "panel", + "children": [ + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid_template", + "inventory_selected_icon_button", + "gamepad_cursor" + ] + }, + "trade_panel/root_panel/trade_inventory/top_half_panel": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "top_half_panel", + "namespace": "trade" + } + }, + "trade_panel/root_panel/trade_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/trade_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "trade_panel/root_panel/trade_inventory/hotbar_grid_template": { + "file": "ui/trade_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "trade_panel/root_panel/trade_inventory/inventory_selected_icon_button": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "trade_panel/root_panel/trade_inventory/gamepad_cursor": { + "file": "ui/trade_screen.json", + "type": "button", + "extend": { + "name": "gamepad_cursor_button", + "namespace": "common" + } + }, + "trade_panel/flying_item_renderer": { + "file": "ui/trade_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "trade_screen": { + "file": "ui/trade_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "trade_pocket": { + "background_image": { + "file": "ui/trade_screen_pocket.json", + "type": "image" + }, + "recipe_item_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "children": [ + "item_renderer" + ] + }, + "recipe_item_panel/item_renderer": { + "file": "ui/trade_screen_pocket.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + }, + "children": [ + "stack_count_label" + ] + }, + "recipe_item_panel/item_renderer/stack_count_label": { + "file": "ui/trade_screen_pocket.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "result_item_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "children": [ + "output_item_name", + "recipe_item_panel" + ] + }, + "result_item_panel/output_item_name": { + "file": "ui/trade_screen_pocket.json", + "type": "label" + }, + "result_item_panel/recipe_item_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "recipe_item_panel", + "namespace": "trade" + } + }, + "trade_item_slot": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "children": [ + "container_item" + ] + }, + "trade_item_slot/container_item": { + "file": "ui/trade_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "trade_item_slotB": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "trade_item_slot", + "namespace": "trade_pocket" + } + }, + "trade_item_slot_result_button": { + "file": "ui/trade_screen_pocket.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "trade_item_slot_result": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "trade_item_slot", + "namespace": "trade_pocket" + } + }, + "purchase_grid": { + "file": "ui/trade_screen_pocket.json", + "type": "grid", + "children": [ + "grid_slot1", + "grid_slot2", + "arrow", + "result_item_slot" + ] + }, + "purchase_grid/grid_slot1": { + "file": "ui/trade_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "purchase_grid_item", + "namespace": "trade" + } + }, + "purchase_grid/grid_slot2": { + "file": "ui/trade_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "purchase_grid_item", + "namespace": "trade" + } + }, + "purchase_grid/arrow": { + "file": "ui/trade_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "purchase_grid_item", + "namespace": "trade" + } + }, + "purchase_grid/result_item_slot": { + "file": "ui/trade_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "purchase_grid_item", + "namespace": "trade" + } + }, + "merchant_purchase_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "children": [ + "left", + "purchase_grid", + "right" + ] + }, + "merchant_purchase_panel/left": { + "file": "ui/trade_screen_pocket.json", + "type": "button", + "extend": { + "name": "cycle_recipe_left_button", + "namespace": "trade" + } + }, + "merchant_purchase_panel/purchase_grid": { + "file": "ui/trade_screen_pocket.json", + "type": "grid", + "extend": { + "name": "purchase_grid", + "namespace": "trade_pocket" + } + }, + "merchant_purchase_panel/right": { + "file": "ui/trade_screen_pocket.json", + "type": "button", + "extend": { + "name": "cycle_recipe_right_button", + "namespace": "trade" + } + }, + "merchant_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "children": [ + "merchant_purchase_panel" + ] + }, + "merchant_panel/merchant_purchase_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "merchant_purchase_panel", + "namespace": "trade_pocket" + } + }, + "inventory_grid": { + "file": "ui/trade_screen_pocket.json", + "type": "grid" + }, + "inventory_content": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "inventory_content/scrolling_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "half_screen": { + "file": "ui/trade_screen_pocket.json", + "type": "panel" + }, + "inventory_half_screen": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "half_screen", + "namespace": "trade_pocket" + }, + "children": [ + "inventory_content" + ] + }, + "inventory_half_screen/inventory_content": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_content", + "namespace": "trade_pocket" + } + }, + "merchant_half_screen": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "half_screen", + "namespace": "trade_pocket" + }, + "children": [ + "merchant_panel" + ] + }, + "merchant_half_screen/merchant_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "merchant_panel", + "namespace": "trade_pocket" + } + }, + "header": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "children": [ + "header_background", + "close_button", + "villager_name_label" + ] + }, + "header/header_background": { + "file": "ui/trade_screen_pocket.json", + "type": "image" + }, + "header/close_button": { + "file": "ui/trade_screen_pocket.json", + "type": "button", + "extend": { + "name": "legacy_pocket_close_button", + "namespace": "common" + } + }, + "header/villager_name_label": { + "file": "ui/trade_screen_pocket.json", + "type": "label" + }, + "trade_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + }, + "children": [ + "bg", + "root_panel", + "header", + "inventory", + "merchant_half_screen", + "gamepad_helpers", + "container_gamepad_helpers", + "inventory_selected_icon_button", + "selected_item_details_factory", + "item_lock_notification_factory", + "flying_item_renderer" + ] + }, + "trade_panel/bg": { + "file": "ui/trade_screen_pocket.json", + "type": "image", + "extend": { + "name": "background_image", + "namespace": "trade_pocket" + } + }, + "trade_panel/root_panel": { + "file": "ui/trade_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "trade_panel/header": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "header", + "namespace": "trade_pocket" + } + }, + "trade_panel/inventory": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_half_screen", + "namespace": "trade_pocket" + } + }, + "trade_panel/merchant_half_screen": { + "file": "ui/trade_screen_pocket.json", + "type": "panel", + "extend": { + "name": "merchant_half_screen", + "namespace": "trade_pocket" + } + }, + "trade_panel/gamepad_helpers": { + "file": "ui/trade_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "trade_panel/container_gamepad_helpers": { + "file": "ui/trade_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "trade_panel/inventory_selected_icon_button": { + "file": "ui/trade_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "trade_panel/selected_item_details_factory": { + "file": "ui/trade_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "trade_panel/item_lock_notification_factory": { + "file": "ui/trade_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "trade_panel/flying_item_renderer": { + "file": "ui/trade_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "trade2": { + "toolbar_background": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "arrow_left_image": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "arrow_right_image": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "trade_cell_image": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "cross_out_image": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "lock_image": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "scroll_background_image": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "red_slash": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "blue_progress_bar": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "white_progress_bar": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "empty_progress_bar": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "progress_bar_nub": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "hover_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "children": [ + "hover_text" + ] + }, + "hover_button/hover_text": { + "file": "ui/trade_2_screen.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "stack_count_label": { + "file": "ui/trade_2_screen.json", + "type": "label" + }, + "changed_item_count_label": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "children": [ + "stack_count_label", + "padding", + "second_stack_count_label" + ] + }, + "changed_item_count_label/stack_count_label": { + "file": "ui/trade_2_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "trade2" + }, + "children": [ + "red_slash", + "red_slash_double" + ] + }, + "changed_item_count_label/stack_count_label/red_slash": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "red_slash", + "namespace": "trade2" + } + }, + "changed_item_count_label/stack_count_label/red_slash_double": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "red_slash", + "namespace": "trade2" + } + }, + "changed_item_count_label/padding": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "changed_item_count_label/second_stack_count_label": { + "file": "ui/trade_2_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "trade2" + } + }, + "single_item_grid": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "children": [ + "item_with_count" + ] + }, + "single_item_grid/item_with_count": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "item_renderer" + ] + }, + "single_item_grid/item_with_count/item_renderer": { + "file": "ui/trade_2_screen.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + }, + "children": [ + "stack_count_label", + "changed_item_count_label", + "hover_button" + ] + }, + "single_item_grid/item_with_count/item_renderer/stack_count_label": { + "file": "ui/trade_2_screen.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "trade2" + } + }, + "single_item_grid/item_with_count/item_renderer/changed_item_count_label": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "changed_item_count_label", + "namespace": "trade2" + } + }, + "single_item_grid/item_with_count/item_renderer/hover_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "hover_button", + "namespace": "trade2" + } + }, + "trade_item_1": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "extend": { + "name": "single_item_grid", + "namespace": "trade2" + } + }, + "trade_item_2": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "extend": { + "name": "single_item_grid", + "namespace": "trade2" + } + }, + "sell_item": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "extend": { + "name": "single_item_grid", + "namespace": "trade2" + } + }, + "arrow_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "arrow_image", + "cross_out_image", + "lock_image" + ] + }, + "arrow_holder/arrow_image": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "arrow_right_image", + "namespace": "trade2" + } + }, + "arrow_holder/cross_out_image": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "cross_out_image", + "namespace": "trade2" + } + }, + "arrow_holder/lock_image": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "lock_image", + "namespace": "trade2" + } + }, + "toggle_content": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "trade_item_1", + "padding_2", + "padding_2_extra", + "trade_item_2", + "padding_3", + "padding_3_extra", + "arrow_holder", + "padding_4", + "sell_item_holder", + "sell_item_holder_with_less_padding", + "padding_5" + ] + }, + "toggle_content/padding_1": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toggle_content/trade_item_1": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "extend": { + "name": "trade_item_1", + "namespace": "trade2" + } + }, + "toggle_content/padding_2": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toggle_content/padding_2_extra": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toggle_content/trade_item_2": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "extend": { + "name": "trade_item_2", + "namespace": "trade2" + } + }, + "toggle_content/padding_3": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toggle_content/padding_3_extra": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toggle_content/arrow_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "arrow_holder", + "namespace": "trade2" + } + }, + "toggle_content/padding_4": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toggle_content/sell_item_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "sell_item" + ] + }, + "toggle_content/sell_item_holder/sell_item": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "extend": { + "name": "sell_item", + "namespace": "trade2" + } + }, + "toggle_content/sell_item_holder_with_less_padding": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "sell_item" + ] + }, + "toggle_content/sell_item_holder_with_less_padding/sell_item": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "extend": { + "name": "sell_item", + "namespace": "trade2" + } + }, + "toggle_content/padding_5": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toggle_content_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "toggle_content" + ] + }, + "toggle_content_holder/toggle_content": { + "file": "ui/trade_2_screen.json", + "type": "unknown" + }, + "trade_toggle_unchecked": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "toggle_checked_normal", + "toggle_checked_red" + ] + }, + "trade_toggle_unchecked/toggle_checked_normal": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "toggle_unchecked", + "namespace": "common_toggles" + } + }, + "trade_toggle_unchecked/toggle_checked_red": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "toggle_unchecked", + "namespace": "common_toggles" + } + }, + "trade_toggle_checked": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "toggle_checked_normal", + "toggle_checked_red" + ] + }, + "trade_toggle_checked/toggle_checked_normal": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "toggle_checked", + "namespace": "common_toggles" + } + }, + "trade_toggle_checked/toggle_checked_red": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "toggle_checked", + "namespace": "common_toggles" + } + }, + "trade_toggle_locked": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "toggle_locked", + "namespace": "common_toggles" + } + }, + "trade_actual_toggle": { + "file": "ui/trade_2_screen.json", + "type": "toggle", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "trade_toggle": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "light_image_toggle_collection", + "namespace": "common_toggles" + } + }, + "trade_toggle_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "trade_toggle" + ] + }, + "trade_toggle_holder/trade_toggle": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "trade_toggle", + "namespace": "trade2" + } + }, + "trade_toggle_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel" + }, + "tier_label": { + "file": "ui/trade_2_screen.json", + "type": "label" + }, + "tier_label_locked": { + "file": "ui/trade_2_screen.json", + "type": "label" + }, + "tier_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "tier_label_holder", + "trade_toggle_stack_panel" + ] + }, + "tier_stack_panel/padding": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "tier_stack_panel/tier_label_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "tier_label", + "tier_label_locked" + ] + }, + "tier_stack_panel/tier_label_holder/tier_label": { + "file": "ui/trade_2_screen.json", + "type": "label", + "extend": { + "name": "tier_label", + "namespace": "trade2" + } + }, + "tier_stack_panel/tier_label_holder/tier_label_locked": { + "file": "ui/trade_2_screen.json", + "type": "label", + "extend": { + "name": "tier_label_locked", + "namespace": "trade2" + } + }, + "tier_stack_panel/trade_toggle_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "trade_toggle_stack_panel", + "namespace": "trade2" + } + }, + "trade_selector_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel" + }, + "scroll_inner_input_panel": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "trade_selector_stack_panel" + ] + }, + "scroll_inner_input_panel/trade_selector_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "trade_selector_stack_panel", + "namespace": "trade2" + } + }, + "trade_scroll_panel": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "left_panel": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "trade_scroll_panel" + ] + }, + "left_panel/bg": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "left_panel/trade_scroll_panel": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "trade_scroll_panel", + "namespace": "trade2" + } + }, + "exp_progress_bar": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "empty_progress_bar" + ] + }, + "exp_progress_bar/empty_progress_bar": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "empty_progress_bar", + "namespace": "trade2" + }, + "children": [ + "progress_bar_nub", + "blue_progress_bar", + "white_progress_bar" + ] + }, + "exp_progress_bar/empty_progress_bar/progress_bar_nub": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "progress_bar_nub", + "namespace": "trade2" + } + }, + "exp_progress_bar/empty_progress_bar/blue_progress_bar": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "blue_progress_bar", + "namespace": "trade2" + } + }, + "exp_progress_bar/empty_progress_bar/white_progress_bar": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "white_progress_bar", + "namespace": "trade2" + } + }, + "trade_details": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "item_panel_image" + ] + }, + "trade_details/item_panel_image": { + "file": "ui/trade_2_screen.json", + "type": "image", + "children": [ + "item_text_label" + ] + }, + "trade_details/item_panel_image/item_text_label": { + "file": "ui/trade_2_screen.json", + "type": "label" + }, + "trade_details_factory": { + "file": "ui/trade_2_screen.json", + "type": "factory" + }, + "trade_details_factory_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "trade_details_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "trade_details_1_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "trade_details_button", + "namespace": "trade2" + } + }, + "trade_details_2_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "trade_details_button", + "namespace": "trade2" + } + }, + "enchantment_details_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "trade_details_button", + "namespace": "trade2" + } + }, + "trade_result_item_slot_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "red_cell_image": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "container_cell_image": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "cell_image", + "red_cell_image" + ] + }, + "container_cell_image/cell_image": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "common" + } + }, + "container_cell_image/red_cell_image": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "red_cell_image", + "namespace": "trade2" + } + }, + "item_slot": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "ingredient_1_item_slot": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "item_slot", + "namespace": "trade2" + } + }, + "ingredient_2_item_slot": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "item_slot", + "namespace": "trade2" + } + }, + "result_item_slot": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "item_slot", + "namespace": "trade2" + } + }, + "item_slot_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "ingredient_1_item_slot", + "trade_details_1_button", + "trade_details_1_factory_holder" + ] + }, + "item_slot_holder/ingredient_1_item_slot": { + "file": "ui/trade_2_screen.json", + "type": "unknown" + }, + "item_slot_holder/trade_details_1_button": { + "file": "ui/trade_2_screen.json", + "type": "unknown" + }, + "item_slot_holder/trade_details_1_factory_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "trade_details_factory_holder", + "namespace": "trade2" + } + }, + "item_slots_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "children": [ + "ingredient_item_1_holder", + "ingredient_item_2_holder", + "pointing_right_arrow_holder", + "pointing_left_arrow_holder", + "result_item_slot_holder" + ] + }, + "item_slots_stack_panel/ingredient_item_1_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "item_slot_holder", + "namespace": "trade2" + } + }, + "item_slots_stack_panel/ingredient_item_2_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "item_slot_holder", + "namespace": "trade2" + } + }, + "item_slots_stack_panel/pointing_right_arrow_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "arrow_right_image" + ] + }, + "item_slots_stack_panel/pointing_right_arrow_holder/arrow_right_image": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "arrow_right_image", + "namespace": "trade2" + } + }, + "item_slots_stack_panel/pointing_left_arrow_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "arrow_left_image" + ] + }, + "item_slots_stack_panel/pointing_left_arrow_holder/arrow_left_image": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "arrow_left_image", + "namespace": "trade2" + } + }, + "item_slots_stack_panel/result_item_slot_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "item_slot_holder", + "namespace": "trade2" + } + }, + "trade_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "how_to_play_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "top_half_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "children": [ + "item_slots_holder", + "padding_1", + "trade_button_holder", + "how_to_play_button_holder" + ] + }, + "top_half_stack_panel/item_slots_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "item_slots_stack_panel" + ] + }, + "top_half_stack_panel/item_slots_holder/item_slots_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "item_slots_stack_panel", + "namespace": "trade2" + } + }, + "top_half_stack_panel/padding_1": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "top_half_stack_panel/trade_button_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "trade_button" + ] + }, + "top_half_stack_panel/trade_button_holder/trade_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "trade_button", + "namespace": "trade2" + } + }, + "top_half_stack_panel/how_to_play_button_holder": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "how_to_play_button" + ] + }, + "top_half_stack_panel/how_to_play_button_holder/how_to_play_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "how_to_play_button", + "namespace": "trade2" + } + }, + "top_half_panel": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "top_half_stack_panel" + ] + }, + "top_half_panel/top_half_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "top_half_stack_panel", + "namespace": "trade2" + } + }, + "villager_name_label": { + "file": "ui/trade_2_screen.json", + "type": "label" + }, + "right_panel": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "common_panel", + "trade_screen_inventory" + ] + }, + "right_panel/common_panel": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/trade_screen_inventory": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "villager_name_label", + "exp_progress_bar", + "top_half_panel", + "inventory_panel_bottom_half_with_label", + "hotbar_grid" + ] + }, + "right_panel/trade_screen_inventory/villager_name_label": { + "file": "ui/trade_2_screen.json", + "type": "label", + "extend": { + "name": "villager_name_label", + "namespace": "trade2" + } + }, + "right_panel/trade_screen_inventory/exp_progress_bar": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "exp_progress_bar", + "namespace": "trade2" + } + }, + "right_panel/trade_screen_inventory/top_half_panel": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "top_half_panel", + "namespace": "trade2" + } + }, + "right_panel/trade_screen_inventory/inventory_panel_bottom_half_with_label": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half_with_label", + "namespace": "common" + } + }, + "right_panel/trade_screen_inventory/hotbar_grid": { + "file": "ui/trade_2_screen.json", + "type": "grid", + "extend": { + "name": "hotbar_grid_template", + "namespace": "common" + } + }, + "toolbar_panel": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "toolbar_background" + ] + }, + "toolbar_panel/toolbar_background": { + "file": "ui/trade_2_screen.json", + "type": "image", + "extend": { + "name": "toolbar_background", + "namespace": "trade2" + }, + "children": [ + "toolbar_stack_panel" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "close_button_panel", + "padding_2" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "close_button" + ] + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { + "file": "ui/trade_2_screen.json", + "type": "panel" + }, + "toolbar_anchor": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "toolbar_panel" + ] + }, + "toolbar_anchor/toolbar_panel": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "toolbar_panel", + "namespace": "trade2" + } + }, + "center_fold": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "center_bg" + ] + }, + "center_fold/center_bg": { + "file": "ui/trade_2_screen.json", + "type": "image" + }, + "screen_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "children": [ + "left_panel", + "center_fold", + "right_panel", + "toolbar_anchor" + ] + }, + "screen_stack_panel/left_panel": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "left_panel", + "namespace": "trade2" + } + }, + "screen_stack_panel/center_fold": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "center_fold", + "namespace": "trade2" + } + }, + "screen_stack_panel/right_panel": { + "file": "ui/trade_2_screen.json", + "type": "input_panel", + "extend": { + "name": "right_panel", + "namespace": "trade2" + } + }, + "screen_stack_panel/toolbar_anchor": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "extend": { + "name": "toolbar_anchor", + "namespace": "trade2" + } + }, + "gamepad_helper_x": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_x", + "namespace": "common" + } + }, + "gamepad_helper_y": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y", + "namespace": "common" + } + }, + "screen_panel": { + "file": "ui/trade_2_screen.json", + "type": "panel", + "children": [ + "screen_stack_panel", + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "inventory_selected_icon_button", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "screen_panel/screen_stack_panel": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "screen_stack_panel", + "namespace": "trade2" + } + }, + "screen_panel/container_gamepad_helpers": { + "file": "ui/trade_2_screen.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "screen_panel/selected_item_details_factory": { + "file": "ui/trade_2_screen.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "screen_panel/item_lock_notification_factory": { + "file": "ui/trade_2_screen.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "screen_panel/inventory_selected_icon_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "screen_panel/inventory_take_progress_icon_button": { + "file": "ui/trade_2_screen.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "screen_panel/flying_item_renderer": { + "file": "ui/trade_2_screen.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + }, + "trade_screen": { + "file": "ui/trade_2_screen.json", + "type": "screen", + "extend": { + "name": "inventory_screen_common", + "namespace": "common" + } + } + }, + "trade2_pocket": { + "chest_item_renderer": { + "file": "ui/trade_2_screen_pocket.json", + "type": "custom" + }, + "trade_icon": { + "file": "ui/trade_2_screen_pocket.json", + "type": "image" + }, + "arrow_right_image": { + "file": "ui/trade_2_screen_pocket.json", + "type": "image" + }, + "right_navigation_tabs": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "pocket_tab_close_button", + "fill" + ] + }, + "right_navigation_tabs/pocket_tab_close_button": { + "file": "ui/trade_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "pocket_tab_close_button", + "namespace": "common_tabs" + } + }, + "right_navigation_tabs/fill": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "trade_slots_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "scroll_background_image", + "namespace": "trade2" + }, + "children": [ + "item_slots_stack_panel" + ] + }, + "trade_slots_panel/item_slots_stack_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "item_slots_stack_panel", + "namespace": "trade2" + } + }, + "trade_and_help_buttons": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "trade_button_holder", + "how_to_play_button_holder" + ] + }, + "trade_and_help_buttons/trade_button_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "trade_button" + ] + }, + "trade_and_help_buttons/trade_button_holder/trade_button": { + "file": "ui/trade_2_screen_pocket.json", + "type": "button", + "extend": { + "name": "trade_button", + "namespace": "trade2" + } + }, + "trade_and_help_buttons/how_to_play_button_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "how_to_play_button" + ] + }, + "trade_and_help_buttons/how_to_play_button_holder/how_to_play_button": { + "file": "ui/trade_2_screen_pocket.json", + "type": "button", + "extend": { + "name": "how_to_play_button", + "namespace": "trade2" + } + }, + "name_and_trade_slots_stack_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "padding_1", + "villager_name_label_holder", + "padding_2", + "exp_progress_bar_holder", + "padding_3", + "trade_slots_panel", + "padding_4", + "trade_and_help_buttons" + ] + }, + "name_and_trade_slots_stack_panel/padding_1": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "name_and_trade_slots_stack_panel/villager_name_label_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "villager_name_label" + ] + }, + "name_and_trade_slots_stack_panel/villager_name_label_holder/villager_name_label": { + "file": "ui/trade_2_screen_pocket.json", + "type": "label", + "extend": { + "name": "villager_name_label", + "namespace": "trade2" + } + }, + "name_and_trade_slots_stack_panel/padding_2": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "name_and_trade_slots_stack_panel/exp_progress_bar_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "exp_progress_bar" + ] + }, + "name_and_trade_slots_stack_panel/exp_progress_bar_holder/exp_progress_bar": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "exp_progress_bar", + "namespace": "trade2" + } + }, + "name_and_trade_slots_stack_panel/padding_3": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "name_and_trade_slots_stack_panel/trade_slots_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "trade_slots_panel", + "namespace": "trade2_pocket" + } + }, + "name_and_trade_slots_stack_panel/padding_4": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "name_and_trade_slots_stack_panel/trade_and_help_buttons": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "trade_and_help_buttons", + "namespace": "trade2_pocket" + } + }, + "right_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "content", + "navigation_tabs_holder" + ] + }, + "right_panel/content": { + "file": "ui/trade_2_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "name_and_trade_slots_stack_panel" + ] + }, + "right_panel/content/bg": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "right_panel/content/name_and_trade_slots_stack_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "name_and_trade_slots_stack_panel", + "namespace": "trade2_pocket" + } + }, + "right_panel/navigation_tabs_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "right_navigation_tabs" + ] + }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "right_navigation_tabs", + "namespace": "trade2_pocket" + } + }, + "left_tab_trade": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_left", + "namespace": "common_tabs" + } + }, + "left_tab_inventory": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "pocket_tab_left", + "namespace": "common_tabs" + } + }, + "left_navigation_tabs": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "left_tab_trades", + "padding", + "left_tab_inventory" + ] + }, + "left_navigation_tabs/left_tab_trades": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_trade", + "namespace": "trade2_pocket" + } + }, + "left_navigation_tabs/padding": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "left_navigation_tabs/left_tab_inventory": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "left_tab_inventory", + "namespace": "trade2_pocket" + } + }, + "arrow_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "arrow_image", + "cross_out_image", + "lock_image" + ] + }, + "arrow_holder/arrow_image": { + "file": "ui/trade_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "arrow_right_image", + "namespace": "trade2_pocket" + } + }, + "arrow_holder/cross_out_image": { + "file": "ui/trade_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "cross_out_image", + "namespace": "trade2" + } + }, + "arrow_holder/lock_image": { + "file": "ui/trade_2_screen_pocket.json", + "type": "image", + "extend": { + "name": "lock_image", + "namespace": "trade2" + } + }, + "inventory_scroll_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "toggle_content": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "padding_1", + "trade_item_holder", + "padding_2", + "arrow_holder", + "padding_3", + "sell_item_holder", + "padding_4" + ] + }, + "toggle_content/padding_1": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "toggle_content/trade_item_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "padding_left", + "trade_item_1", + "padding_middle", + "trade_item_2", + "padding_right" + ] + }, + "toggle_content/trade_item_holder/padding_left": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "toggle_content/trade_item_holder/trade_item_1": { + "file": "ui/trade_2_screen_pocket.json", + "type": "grid", + "extend": { + "name": "trade_item_1", + "namespace": "trade2" + } + }, + "toggle_content/trade_item_holder/padding_middle": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "toggle_content/trade_item_holder/trade_item_2": { + "file": "ui/trade_2_screen_pocket.json", + "type": "grid", + "extend": { + "name": "trade_item_2", + "namespace": "trade2" + } + }, + "toggle_content/trade_item_holder/padding_right": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "toggle_content/padding_2": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "toggle_content/arrow_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "arrow_holder", + "namespace": "trade2_pocket" + } + }, + "toggle_content/padding_3": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "toggle_content/sell_item_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "sell_item" + ] + }, + "toggle_content/sell_item_holder/sell_item": { + "file": "ui/trade_2_screen_pocket.json", + "type": "grid", + "extend": { + "name": "sell_item", + "namespace": "trade2" + } + }, + "toggle_content/padding_4": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel" + }, + "left_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "children": [ + "gamepad_helpers_and_tabs_holder", + "content" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "tabs_left_gamepad_helpers", + "navigation_tabs_holder" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/tabs_left_gamepad_helpers": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "tabs_left_gamepad_helpers", + "namespace": "common" + } + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "left_navigation_tabs" + ] + }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "left_navigation_tabs", + "namespace": "trade2_pocket" + } + }, + "left_panel/content": { + "file": "ui/trade_2_screen_pocket.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "bg", + "inventory_scroll_panel", + "trade_scroll_panel" + ] + }, + "left_panel/content/bg": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "left_panel/content/inventory_scroll_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "inventory_scroll_panel", + "namespace": "trade2_pocket" + } + }, + "left_panel/content/trade_scroll_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "extend": { + "name": "trade_scroll_panel", + "namespace": "trade2" + } + }, + "pocket_hotbar_and_content_panels": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "common" + } + }, + "screen_panel": { + "file": "ui/trade_2_screen_pocket.json", + "type": "panel", + "children": [ + "pocket_hotbar_and_content_panels", + "container_gamepad_helpers", + "selected_item_details_factory", + "item_lock_notification_factory", + "inventory_selected_icon_button", + "inventory_take_progress_icon_button", + "flying_item_renderer" + ] + }, + "screen_panel/pocket_hotbar_and_content_panels": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "pocket_hotbar_and_content_panels", + "namespace": "trade2_pocket" + } + }, + "screen_panel/container_gamepad_helpers": { + "file": "ui/trade_2_screen_pocket.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "screen_panel/selected_item_details_factory": { + "file": "ui/trade_2_screen_pocket.json", + "type": "factory", + "extend": { + "name": "selected_item_details_factory", + "namespace": "common" + } + }, + "screen_panel/item_lock_notification_factory": { + "file": "ui/trade_2_screen_pocket.json", + "type": "factory", + "extend": { + "name": "item_lock_notification_factory", + "namespace": "common" + } + }, + "screen_panel/inventory_selected_icon_button": { + "file": "ui/trade_2_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_selected_icon_button", + "namespace": "common" + } + }, + "screen_panel/inventory_take_progress_icon_button": { + "file": "ui/trade_2_screen_pocket.json", + "type": "button", + "extend": { + "name": "inventory_take_progress_icon_button", + "namespace": "common" + } + }, + "screen_panel/flying_item_renderer": { + "file": "ui/trade_2_screen_pocket.json", + "type": "custom", + "extend": { + "name": "flying_item_renderer", + "namespace": "common" + } + } + }, + "trialUpsell": { + "normal_stroke_button": { + "file": "ui/trial_upsell_screen.json", + "type": "image" + }, + "normal_description_label": { + "file": "ui/trial_upsell_screen.json", + "type": "label" + }, + "trialTime": { + "file": "ui/trial_upsell_screen.json", + "type": "custom" + }, + "trial_label": { + "file": "ui/trial_upsell_screen.json", + "type": "label" + }, + "trial_description_panel": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "children": [ + "description_text" + ] + }, + "trial_description_panel/description_text": { + "file": "ui/trial_upsell_screen.json", + "type": "label", + "extend": { + "name": "normal_description_label", + "namespace": "trialUpsell" + } + }, + "trial_expired_description_panel": { + "file": "ui/trial_upsell_screen.json", + "type": "stack_panel", + "children": [ + "vertical_padding_0", + "line1", + "vertical_padding_1", + "line2", + "line3", + "line4", + "line5" + ] + }, + "trial_expired_description_panel/vertical_padding_0": { + "file": "ui/trial_upsell_screen.json", + "type": "panel" + }, + "trial_expired_description_panel/line1": { + "file": "ui/trial_upsell_screen.json", + "type": "label", + "extend": { + "name": "normal_description_label", + "namespace": "trialUpsell" + } + }, + "trial_expired_description_panel/vertical_padding_1": { + "file": "ui/trial_upsell_screen.json", + "type": "panel" + }, + "trial_expired_description_panel/line2": { + "file": "ui/trial_upsell_screen.json", + "type": "label", + "extend": { + "name": "normal_description_label", + "namespace": "trialUpsell" + } + }, + "trial_expired_description_panel/line3": { + "file": "ui/trial_upsell_screen.json", + "type": "label", + "extend": { + "name": "normal_description_label", + "namespace": "trialUpsell" + } + }, + "trial_expired_description_panel/line4": { + "file": "ui/trial_upsell_screen.json", + "type": "label", + "extend": { + "name": "normal_description_label", + "namespace": "trialUpsell" + } + }, + "trial_expired_description_panel/line5": { + "file": "ui/trial_upsell_screen.json", + "type": "label", + "extend": { + "name": "normal_description_label", + "namespace": "trialUpsell" + } + }, + "continue_button": { + "file": "ui/trial_upsell_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "buy_button": { + "file": "ui/trial_upsell_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "root_panel": { + "file": "ui/trial_upsell_screen.json", + "type": "panel" + }, + "trial_upsell_screen_dialog": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "trial_upsell_expired_screen_dialog": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "button_content_panel": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "children": [ + "buy", + "continue" + ] + }, + "button_content_panel/buy": { + "file": "ui/trial_upsell_screen.json", + "type": "button", + "extend": { + "name": "buy_button", + "namespace": "trialUpsell" + } + }, + "button_content_panel/continue": { + "file": "ui/trial_upsell_screen.json", + "type": "button", + "extend": { + "name": "continue_button", + "namespace": "trialUpsell" + } + }, + "trial_upsell_screen": { + "file": "ui/trial_upsell_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "trial_upsell_screen_content": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "children": [ + "trialTime", + "root_panel" + ] + }, + "trial_upsell_screen_content/trialTime": { + "file": "ui/trial_upsell_screen.json", + "type": "custom", + "extend": { + "name": "trialTime", + "namespace": "trialUpsell" + } + }, + "trial_upsell_screen_content/root_panel": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "extend": { + "name": "root_panel", + "namespace": "trialUpsell" + }, + "children": [ + "trial_upsell_screen_dialog" + ] + }, + "trial_upsell_screen_content/root_panel/trial_upsell_screen_dialog": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "extend": { + "name": "trial_upsell_screen_dialog", + "namespace": "trialUpsell" + } + }, + "trial_upsell_expired_screen": { + "file": "ui/trial_upsell_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "trial_upsell_expired_screen_content": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "children": [ + "trialTime", + "root_panel" + ] + }, + "trial_upsell_expired_screen_content/trialTime": { + "file": "ui/trial_upsell_screen.json", + "type": "custom", + "extend": { + "name": "trialTime", + "namespace": "trialUpsell" + } + }, + "trial_upsell_expired_screen_content/root_panel": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "extend": { + "name": "root_panel", + "namespace": "trialUpsell" + }, + "children": [ + "trial_upsell_expired_screen_dialog" + ] + }, + "trial_upsell_expired_screen_content/root_panel/trial_upsell_expired_screen_dialog": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "extend": { + "name": "trial_upsell_expired_screen_dialog", + "namespace": "trialUpsell" + } + }, + "content_description_panel": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "content_description_panel/scrolling_panel": { + "file": "ui/trial_upsell_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + } + }, + "ugc_viewer": { + "padding": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel" + }, + "world_label": { + "file": "ui/ugc_viewer_screen.json", + "type": "label" + }, + "world_image": { + "file": "ui/ugc_viewer_screen.json", + "type": "image" + }, + "button_content": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "button_content/stack_panel": { + "file": "ui/ugc_viewer_screen.json", + "type": "stack_panel", + "children": [ + "world_label", + "world_panel" + ] + }, + "button_content/stack_panel/world_label": { + "file": "ui/ugc_viewer_screen.json", + "type": "label", + "extend": { + "name": "world_label", + "namespace": "ugc_viewer" + } + }, + "button_content/stack_panel/world_panel": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "children": [ + "background" + ] + }, + "button_content/stack_panel/world_panel/background": { + "file": "ui/ugc_viewer_screen.json", + "type": "image", + "children": [ + "world_image" + ] + }, + "button_content/stack_panel/world_panel/background/world_image": { + "file": "ui/ugc_viewer_screen.json", + "type": "image", + "extend": { + "name": "world_image", + "namespace": "ugc_viewer" + } + }, + "grid_item": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "children": [ + "button" + ] + }, + "grid_item/button": { + "file": "ui/ugc_viewer_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "place_holder_control": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "children": [ + "search_icon", + "place_holder_text" + ] + }, + "place_holder_control/search_icon": { + "file": "ui/ugc_viewer_screen.json", + "type": "image" + }, + "place_holder_control/place_holder_text": { + "file": "ui/ugc_viewer_screen.json", + "type": "label", + "extend": { + "name": "text_edit_box_place_holder_label", + "namespace": "common" + } + }, + "search_box": { + "file": "ui/ugc_viewer_screen.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "grid_content": { + "file": "ui/ugc_viewer_screen.json", + "type": "grid" + }, + "scrolling_content": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "children": [ + "grid_content" + ] + }, + "scrolling_content/grid_content": { + "file": "ui/ugc_viewer_screen.json", + "type": "grid", + "extend": { + "name": "grid_content", + "namespace": "ugc_viewer" + } + }, + "main_panel": { + "file": "ui/ugc_viewer_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "centerer_panel_0", + "padding_1", + "centerer_panel_1", + "padding_2" + ] + }, + "main_panel/padding_0": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "ugc_viewer" + } + }, + "main_panel/centerer_panel_0": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "children": [ + "search_box" + ] + }, + "main_panel/centerer_panel_0/search_box": { + "file": "ui/ugc_viewer_screen.json", + "type": "edit_box", + "extend": { + "name": "search_box", + "namespace": "ugc_viewer" + } + }, + "main_panel/padding_1": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "ugc_viewer" + } + }, + "main_panel/centerer_panel_1": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "main_panel/centerer_panel_1/scrolling_panel": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "main_panel/padding_2": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "extend": { + "name": "padding", + "namespace": "ugc_viewer" + } + }, + "ugc_viewer_screen": { + "file": "ui/ugc_viewer_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "screen_content": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "children": [ + "main_panel" + ] + }, + "screen_content/main_panel": { + "file": "ui/ugc_viewer_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_no_buttons", + "namespace": "common_dialogs" + } + } + }, + "common_art": { + "title_image": { + "file": "ui/ui_art_assets_common.json", + "type": "image" + }, + "title_image_edu": { + "file": "ui/ui_art_assets_common.json", + "type": "image" + }, + "splash_text": { + "file": "ui/ui_art_assets_common.json", + "type": "custom" + }, + "title_panel_pocket": { + "file": "ui/ui_art_assets_common.json", + "type": "panel", + "children": [ + "title_image", + "splash_text" + ] + }, + "title_panel_pocket/title_image": { + "file": "ui/ui_art_assets_common.json", + "type": "image", + "extend": { + "name": "title_image", + "namespace": "common_art" + } + }, + "title_panel_pocket/splash_text": { + "file": "ui/ui_art_assets_common.json", + "type": "custom", + "extend": { + "name": "splash_text", + "namespace": "common_art" + } + }, + "title_panel_win10": { + "file": "ui/ui_art_assets_common.json", + "type": "panel", + "children": [ + "title_image", + "splash_text" + ] + }, + "title_panel_win10/title_image": { + "file": "ui/ui_art_assets_common.json", + "type": "image", + "extend": { + "name": "title_image", + "namespace": "common_art" + } + }, + "title_panel_win10/splash_text": { + "file": "ui/ui_art_assets_common.json", + "type": "custom", + "extend": { + "name": "splash_text", + "namespace": "common_art" + } + }, + "title_panel_osx": { + "file": "ui/ui_art_assets_common.json", + "type": "panel", + "children": [ + "title_image", + "splash_text" + ] + }, + "title_panel_osx/title_image": { + "file": "ui/ui_art_assets_common.json", + "type": "image", + "extend": { + "name": "title_image", + "namespace": "common_art" + } + }, + "title_panel_osx/splash_text": { + "file": "ui/ui_art_assets_common.json", + "type": "custom", + "extend": { + "name": "splash_text", + "namespace": "common_art" + } + }, + "title_panel_edu_desktop": { + "file": "ui/ui_art_assets_common.json", + "type": "panel", + "children": [ + "banner_control", + "title_control" + ] + }, + "title_panel_edu_desktop/banner_control": { + "file": "ui/ui_art_assets_common.json", + "type": "panel", + "children": [ + "banner", + "drop_shadow" + ] + }, + "title_panel_edu_desktop/banner_control/banner": { + "file": "ui/ui_art_assets_common.json", + "type": "image" + }, + "title_panel_edu_desktop/banner_control/drop_shadow": { + "file": "ui/ui_art_assets_common.json", + "type": "image" + }, + "title_panel_edu_desktop/title_control": { + "file": "ui/ui_art_assets_common.json", + "type": "panel", + "children": [ + "title_image_edu", + "splash_text" + ] + }, + "title_panel_edu_desktop/title_control/title_image_edu": { + "file": "ui/ui_art_assets_common.json", + "type": "image", + "extend": { + "name": "title_image_edu", + "namespace": "common_art" + } + }, + "title_panel_edu_desktop/title_control/splash_text": { + "file": "ui/ui_art_assets_common.json", + "type": "custom", + "extend": { + "name": "splash_text", + "namespace": "common_art" + } + }, + "title_panel_edu_mobile": { + "file": "ui/ui_art_assets_common.json", + "type": "panel", + "children": [ + "title_control" + ] + }, + "title_panel_edu_mobile/title_control": { + "file": "ui/ui_art_assets_common.json", + "type": "panel", + "children": [ + "title_image_edu", + "splash_text" + ] + }, + "title_panel_edu_mobile/title_control/title_image_edu": { + "file": "ui/ui_art_assets_common.json", + "type": "image", + "extend": { + "name": "title_image_edu", + "namespace": "common_art" + } + }, + "title_panel_edu_mobile/title_control/splash_text": { + "file": "ui/ui_art_assets_common.json", + "type": "custom", + "extend": { + "name": "splash_text", + "namespace": "common_art" + } + }, + "title_panel_content": { + "file": "ui/ui_art_assets_common.json", + "type": "panel" + }, + "start_title_panel_content": { + "file": "ui/ui_art_assets_common.json", + "type": "panel" + }, + "pause_logo_panel": { + "file": "ui/ui_art_assets_common.json", + "type": "input_panel", + "children": [ + "logo" + ] + }, + "pause_logo_panel/logo": { + "file": "ui/ui_art_assets_common.json", + "type": "unknown" + } + }, + "common": { + "empty_panel": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "vertical_padding_8px": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "horizontal_padding_2px": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "empty_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "horizontal_stack_panel": { + "file": "ui/ui_common.json", + "type": "stack_panel" + }, + "vertical_stack_panel": { + "file": "ui/ui_common.json", + "type": "stack_panel" + }, + "vert_stack_centering_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "stack_content" + ] + }, + "vert_stack_centering_panel/stack_content": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "button": { + "file": "ui/ui_common.json", + "type": "button" + }, + "screen_header_title_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "store_header_title" + ] + }, + "screen_header_title_panel/store_header_title": { + "file": "ui/ui_common.json", + "type": "label" + }, + "back_button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "no_background_content_button", + "namespace": "common_buttons" + } + }, + "back_title_button": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "panel1", + "padding1", + "panel2" + ] + }, + "back_title_button/panel1": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "button" + ] + }, + "back_title_button/panel1/button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "back_button", + "namespace": "common" + } + }, + "back_title_button/padding1": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "back_title_button/panel2": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "label" + ] + }, + "back_title_button/panel2/label": { + "file": "ui/ui_common.json", + "type": "label" + }, + "chevron_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "back_button_content": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "chevron_panel", + "padding1", + "label_panel" + ] + }, + "back_button_content/chevron_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "left_chevron" + ] + }, + "back_button_content/chevron_panel/left_chevron": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "chevron_image", + "namespace": "common" + } + }, + "back_button_content/padding1": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "back_button_content/label_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "label" + ] + }, + "back_button_content/label_panel/label": { + "file": "ui/ui_common.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "label_hover": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "hover" + ] + }, + "label_hover/hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "tts_activate_sibling": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "pressed", + "hover" + ] + }, + "tts_activate_sibling/default": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "tts_activate_sibling/pressed": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "label_hover", + "namespace": "common" + } + }, + "tts_activate_sibling/hover": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "label_hover", + "namespace": "common" + } + }, + "back_title_button_content": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "padding1", + "chevron_panel", + "padding2" + ] + }, + "back_title_button_content/padding1": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "back_title_button_content/chevron_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "left_chevron" + ] + }, + "back_title_button_content/chevron_panel/left_chevron": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "chevron_image", + "namespace": "common" + } + }, + "back_title_button_content/padding2": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "toggle_visuals": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "unchecked", + "checked", + "unchecked_hover", + "checked_hover", + "unchecked_locked", + "checked_locked", + "unchecked_locked_hover", + "checked_locked_hover" + ] + }, + "toggle_visuals/unchecked": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "toggle_visuals/checked": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "toggle_visuals/unchecked_hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "toggle_visuals/checked_hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "toggle_visuals/unchecked_locked": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "toggle_visuals/checked_locked": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "toggle_visuals/unchecked_locked_hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "toggle_visuals/checked_locked_hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "toggle_visuals", + "namespace": "common" + } + }, + "radio_toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "checkbox": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "checkbox_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "checked_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "common" + } + }, + "unchecked_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "common" + } + }, + "checked_hover_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "common" + } + }, + "unchecked_hover_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_image", + "namespace": "common" + } + }, + "rotating_text": { + "file": "ui/ui_common.json", + "type": "carousel_label" + }, + "button_text": { + "file": "ui/ui_common.json", + "type": "label" + }, + "toggle_state_template": { + "file": "ui/ui_common.json", + "type": "image" + }, + "new_button_label": { + "file": "ui/ui_common.json", + "type": "label" + }, + "checkbox_checked_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "toggle_state_template", + "namespace": "common" + } + }, + "checkbox_unchecked_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "toggle_state_template", + "namespace": "common" + } + }, + "checkbox_checked_hover_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_checked_state", + "namespace": "common" + } + }, + "checkbox_unchecked_hover_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_unchecked_state", + "namespace": "common" + } + }, + "checkbox_checked_locked_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_checked_state", + "namespace": "common" + } + }, + "checkbox_unchecked_locked_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "toggle_state_template", + "namespace": "common" + } + }, + "radio_toggle_checked_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_unchecked_state", + "namespace": "common" + } + }, + "radio_toggle_unchecked_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_unchecked_state", + "namespace": "common" + } + }, + "radio_toggle_checked_hover_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "toggle_state_template", + "namespace": "common" + } + }, + "radio_toggle_unchecked_hover_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_unchecked_hover_state", + "namespace": "common" + } + }, + "radio_toggle_checked_locked_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "toggle_state_template", + "namespace": "common" + } + }, + "radio_toggle_unchecked_locked_state": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "checkbox_unchecked_locked_state", + "namespace": "common" + } + }, + "slider_button_state": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_button_layout": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_button_state", + "namespace": "common" + } + }, + "slider_button_hover_layout": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_button_state", + "namespace": "common" + } + }, + "slider_button_locked_layout": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_button_state", + "namespace": "common" + } + }, + "slider_button_indent_layout": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_button_state", + "namespace": "common" + } + }, + "slider_box": { + "file": "ui/ui_common.json", + "type": "slider_box", + "children": [ + "default", + "hover", + "indent", + "locked" + ] + }, + "slider_box/default": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "slider_box/hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "slider_box/indent": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "slider_box/locked": { + "file": "ui/ui_common.json", + "type": "unknown", + "children": [ + "transparent_grey" + ] + }, + "slider_box/locked/transparent_grey": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_background": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_background_hover": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_progress": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_progress_hover": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_border": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_bar_default": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_border", + "namespace": "common" + }, + "children": [ + "sizing_panel", + "transparent_grey" + ] + }, + "slider_bar_default/sizing_panel": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "slider_bar_default/transparent_grey": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_bar_hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_bar_default", + "namespace": "common" + } + }, + "slider_step": { + "file": "ui/ui_common.json", + "type": "image" + }, + "slider_step_hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_step", + "namespace": "common" + } + }, + "slider_step_progress": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_step", + "namespace": "common" + } + }, + "slider_step_progress_hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_step", + "namespace": "common" + } + }, + "slider": { + "file": "ui/ui_common.json", + "type": "slider", + "children": [ + "slider_box", + "slider_bar_default", + "slider_bar_hover" + ] + }, + "slider/slider_box": { + "file": "ui/ui_common.json", + "type": "slider_box", + "extend": { + "name": "slider_box", + "namespace": "common" + } + }, + "slider/slider_bar_default": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_bar_default", + "namespace": "common" + } + }, + "slider/slider_bar_hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slider_bar_hover", + "namespace": "common" + } + }, + "dropdown_background": { + "file": "ui/ui_common.json", + "type": "image" + }, + "dropdown": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "dropdown_content" + ] + }, + "dropdown/dropdown_content": { + "file": "ui/ui_common.json", + "type": "input_panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "dropdown/dropdown_content/0": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "dropdown_no_scrollpanel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "dropdown", + "namespace": "common" + } + }, + "square_image_border_white": { + "file": "ui/ui_common.json", + "type": "image" + }, + "focus_border_white": { + "file": "ui/ui_common.json", + "type": "image" + }, + "focus_border_yellow": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "focus_border_black": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "non_interact_focus_border": { + "file": "ui/ui_common.json", + "type": "image" + }, + "non_interact_focus_border_button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed", + "content" + ] + }, + "non_interact_focus_border_button/default": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "non_interact_focus_border_button/hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "non_interact_focus_border_button/pressed": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "non_interact_focus_border_button/content": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "tts_label_focus_wrapper": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "label", + "focus_border" + ] + }, + "tts_label_focus_wrapper/label": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "tts_label_focus_wrapper/focus_border": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "default_indent": { + "file": "ui/ui_common.json", + "type": "image" + }, + "edit_box_indent": { + "file": "ui/ui_common.json", + "type": "image" + }, + "edit_box_indent_hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "edit_box_indent", + "namespace": "common" + } + }, + "transparent_edit_box_indent": { + "file": "ui/ui_common.json", + "type": "image" + }, + "transparent_edit_box_indent_hover": { + "file": "ui/ui_common.json", + "type": "image" + }, + "text_edit_box_label": { + "file": "ui/ui_common.json", + "type": "label" + }, + "text_edit_box_place_holder_label": { + "file": "ui/ui_common.json", + "type": "label" + }, + "text_magnifying_glass_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "text_close_X_button_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "text_close_X_button_image_hover": { + "file": "ui/ui_common.json", + "type": "image" + }, + "clear_text_button": { + "file": "ui/ui_common.json", + "type": "button", + "children": [ + "default", + "hover", + "pressed" + ] + }, + "clear_text_button/default": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "text_close_X_button_image", + "namespace": "common" + } + }, + "clear_text_button/hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "text_close_X_button_image_hover", + "namespace": "common" + } + }, + "clear_text_button/pressed": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "text_close_X_button_image_hover", + "namespace": "common" + } + }, + "text_edit_box": { + "file": "ui/ui_common.json", + "type": "edit_box", + "children": [ + "centering_panel", + "locked", + "default", + "hover", + "pressed" + ] + }, + "text_edit_box/centering_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "clipper_panel" + ] + }, + "text_edit_box/centering_panel/clipper_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "magnifying_glass", + "clear_text_button_panel", + "visibility_panel" + ] + }, + "text_edit_box/centering_panel/clipper_panel/magnifying_glass": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "text_magnifying_glass_image", + "namespace": "common" + } + }, + "text_edit_box/centering_panel/clipper_panel/clear_text_button_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "clear_text_button" + ] + }, + "text_edit_box/centering_panel/clipper_panel/clear_text_button_panel/clear_text_button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "clear_text_button", + "namespace": "common" + } + }, + "text_edit_box/centering_panel/clipper_panel/visibility_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "place_holder_control" + ] + }, + "text_edit_box/centering_panel/clipper_panel/visibility_panel/place_holder_control": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "text_edit_box/locked": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "edit_box_indent" + ] + }, + "text_edit_box/locked/edit_box_indent": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "text_edit_box/default": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "text_edit_box/hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "text_edit_box/pressed": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "text_edit_box_scrolling_content": { + "file": "ui/ui_common.json", + "type": "input_panel" + }, + "scrollable_text_edit_box": { + "file": "ui/ui_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + }, + "children": [ + "centering_panel", + "locked", + "default", + "hover", + "pressed" + ] + }, + "scrollable_text_edit_box/centering_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "clipper_panel" + ] + }, + "scrollable_text_edit_box/centering_panel/clipper_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "text_edit_text_control", + "visibility_panel" + ] + }, + "scrollable_text_edit_box/centering_panel/clipper_panel/text_edit_text_control": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "scrollable_text_edit_box/centering_panel/clipper_panel/visibility_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "place_holder_control" + ] + }, + "scrollable_text_edit_box/centering_panel/clipper_panel/visibility_panel/place_holder_control": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scrollable_text_edit_box/locked": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "edit_box_indent" + ] + }, + "scrollable_text_edit_box/locked/edit_box_indent": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scrollable_text_edit_box/default": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scrollable_text_edit_box/hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scrollable_text_edit_box/pressed": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "transparent_text_edit_box": { + "file": "ui/ui_common.json", + "type": "edit_box", + "children": [ + "clipper_panel", + "locked", + "default", + "hover", + "pressed" + ] + }, + "transparent_text_edit_box/clipper_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "visibility_panel" + ] + }, + "transparent_text_edit_box/clipper_panel/visibility_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "place_holder_control" + ] + }, + "transparent_text_edit_box/clipper_panel/visibility_panel/place_holder_control": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "transparent_text_edit_box/locked": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "edit_box_indent" + ] + }, + "transparent_text_edit_box/locked/edit_box_indent": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "transparent_text_edit_box/default": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "transparent_text_edit_box/hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "transparent_text_edit_box/pressed": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "multiline_text_edit_box": { + "file": "ui/ui_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "scrollable_multiline_text_edit_box": { + "file": "ui/ui_common.json", + "type": "edit_box", + "extend": { + "name": "scrollable_text_edit_box", + "namespace": "common" + } + }, + "dirt_background": { + "file": "ui/ui_common.json", + "type": "image" + }, + "portal_background": { + "file": "ui/ui_common.json", + "type": "image" + }, + "empty_progress_bar": { + "file": "ui/ui_common.json", + "type": "image" + }, + "filled_progress_bar": { + "file": "ui/ui_common.json", + "type": "image" + }, + "empty_progress_bar_beveled": { + "file": "ui/ui_common.json", + "type": "image" + }, + "progress_bar_beveled_overlay": { + "file": "ui/ui_common.json", + "type": "image" + }, + "filled_progress_bar_for_collections": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "filled_progress_bar", + "namespace": "common" + } + }, + "progress_bar": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "empty_progress_bar", + "filled_progress_bar" + ] + }, + "progress_bar/empty_progress_bar": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "empty_progress_bar", + "namespace": "common" + } + }, + "progress_bar/filled_progress_bar": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "filled_progress_bar", + "namespace": "common" + } + }, + "progress_bar_for_collections": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "progress_bar", + "namespace": "common" + }, + "children": [ + "empty_progress_bar", + "filled_progress_bar_for_collections" + ] + }, + "progress_bar_for_collections/empty_progress_bar": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "empty_progress_bar", + "namespace": "common" + } + }, + "progress_bar_for_collections/filled_progress_bar_for_collections": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "filled_progress_bar_for_collections", + "namespace": "common" + } + }, + "horizontal_divider": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "divider_image" + ] + }, + "horizontal_divider/divider_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "vertical_divider": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "divider_image" + ] + }, + "vertical_divider/divider_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "underline": { + "file": "ui/ui_common.json", + "type": "image" + }, + "single_line_label": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "label_panel" + ] + }, + "single_line_label/label_panel": { + "file": "ui/ui_common.json", + "type": "label", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "single_line_label/label_panel/0": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "gamepad_helper_icon_description": { + "file": "ui/ui_common.json", + "type": "label" + }, + "gamepad_helper_icon_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "keyboard_helper_icon_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "gamepad_helper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "icon_panel", + "description_panel" + ] + }, + "gamepad_helper/icon_panel": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "gamepad_helper/description_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "desc" + ] + }, + "gamepad_helper/description_panel/desc": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "gamepad_helpers": { + "file": "ui/ui_common.json", + "type": "stack_panel" + }, + "gamepad_helpers_a_and_b": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "gamepad_helper_a", + "control", + "gamepad_helper_b" + ] + }, + "gamepad_helpers_a_and_b/gamepad_helper_a": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "gamepad_helpers_a_and_b/control": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "gamepad_helpers_a_and_b/gamepad_helper_b": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "container_gamepad_helpers": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "common" + }, + "children": [ + "fill_panel", + "buttons", + "buffer_panel_right" + ] + }, + "container_gamepad_helpers/fill_panel": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "container_gamepad_helpers/buttons": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "gamepad_helper_x", + "gamepad_helper_a", + "gamepad_helper_y", + "gamepad_helper_b" + ] + }, + "container_gamepad_helpers/buttons/gamepad_helper_x": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "container_gamepad_helpers/buttons/gamepad_helper_a": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "container_gamepad_helpers/buttons/gamepad_helper_y": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "container_gamepad_helpers/buttons/gamepad_helper_b": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "container_gamepad_helpers/buffer_panel_right": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "container_gamepad_helpers_pocket": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "container_gamepad_helpers", + "namespace": "common" + } + }, + "gamepad_helper_bumpers": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "gamepad_helper_left_bumper", + "gamepad_helper_right_bumper" + ] + }, + "gamepad_helper_bumpers/gamepad_helper_left_bumper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_bumper", + "namespace": "common" + } + }, + "gamepad_helper_bumpers/gamepad_helper_right_bumper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_bumper", + "namespace": "common" + } + }, + "tabs_left_gamepad_helpers": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "gamepad_helper_left_bumper", + "gamepad_helper_left_trigger" + ] + }, + "tabs_left_gamepad_helpers/gamepad_helper_left_bumper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_bumper", + "namespace": "common" + } + }, + "tabs_left_gamepad_helpers/gamepad_helper_left_trigger": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_left_trigger", + "namespace": "common" + } + }, + "tabs_right_gamepad_helpers": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "gamepad_helper_right_bumper", + "gamepad_helper_right_trigger" + ] + }, + "tabs_right_gamepad_helpers/gamepad_helper_right_bumper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_bumper", + "namespace": "common" + } + }, + "tabs_right_gamepad_helpers/gamepad_helper_right_trigger": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_right_trigger", + "namespace": "common" + } + }, + "container_x_gamepad_helper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_x_14", + "namespace": "common" + } + }, + "container_y_gamepad_helper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_y_14", + "namespace": "common" + } + }, + "container_a_gamepad_helper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a_14", + "namespace": "common" + } + }, + "container_b_gamepad_helper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b_14", + "namespace": "common" + } + }, + "keyboard_helper_description": { + "file": "ui/ui_common.json", + "type": "label" + }, + "keyboard_helper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "image_centerer", + "centerer" + ] + }, + "keyboard_helper/image_centerer": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "image" + ] + }, + "keyboard_helper/image_centerer/image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "keyboard_helper_icon_image", + "namespace": "common" + }, + "children": [ + "keyboard_character" + ] + }, + "keyboard_helper/image_centerer/image/keyboard_character": { + "file": "ui/ui_common.json", + "type": "label" + }, + "keyboard_helper/centerer": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "desc" + ] + }, + "keyboard_helper/centerer/desc": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "keyboard_helpers": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "gamepad_icon_button": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "gamepad_helper_icon_image", + "namespace": "common" + } + }, + "gamepad_helper_start": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_a": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_a_14": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_b": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_b_14": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_x": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_x_14": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_y": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_y_14": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "keyboard_helper_keys": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper", + "namespace": "common" + } + }, + "gamepad_helper_left_trigger": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_right_trigger": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "keyboard_left_trigger": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper", + "namespace": "common" + } + }, + "keyboard_right_trigger": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "keyboard_helper", + "namespace": "common" + } + }, + "gamepad_icon_dpad": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "gamepad_helper_icon_image", + "namespace": "common" + } + }, + "gamepad_helper_dpad": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_dpad_down": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_dpad_left": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_dpad_right": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_dpad_up": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_icon_thumbstick": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "gamepad_helper_icon_image", + "namespace": "common" + } + }, + "gamepad_helper_thumbstick": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_thumbstick_right": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_thumbstick_left": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_left_bumper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "gamepad_helper_right_bumper": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper", + "namespace": "common" + } + }, + "dialog_background_common": { + "file": "ui/ui_common.json", + "type": "image" + }, + "dialog_background_hollow_common": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_common", + "namespace": "common" + }, + "children": [ + "control" + ] + }, + "dialog_background_hollow_common/control": { + "file": "ui/ui_common.json", + "type": "image" + }, + "dialog_background_opaque": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_common", + "namespace": "common" + } + }, + "dialog_background_hollow_1": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_background_hollow_2": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_background_hollow_3": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_background_hollow_4": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_background_hollow_4_thin": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_background_hollow_5": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_background_hollow_6": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_background_hollow_7": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_background_hollow_8": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common" + } + }, + "dialog_divider": { + "file": "ui/ui_common.json", + "type": "image" + }, + "normal_button": { + "file": "ui/ui_common.json", + "type": "image" + }, + "normal_stroke_button": { + "file": "ui/ui_common.json", + "type": "image" + }, + "section_heading_label": { + "file": "ui/ui_common.json", + "type": "label" + }, + "center_fold": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "center_bg" + ] + }, + "center_fold/center_bg": { + "file": "ui/ui_common.json", + "type": "image" + }, + "section_divider": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "padding1", + "divider_parent", + "padding2" + ] + }, + "section_divider/padding1": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "section_divider/divider_parent": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "section_divider/divider_parent/divider": { + "file": "ui/ui_common.json", + "type": "image" + }, + "section_divider/padding2": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "minecraftTenLabel": { + "file": "ui/ui_common.json", + "type": "label" + }, + "close_button_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "close_button_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "close_button_image" + ] + }, + "close_button_panel/close_button_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "close_button_image", + "namespace": "common" + } + }, + "close_button": { + "file": "ui/ui_common.json", + "type": "button", + "children": [ + "default", + "hover", + "pressed" + ] + }, + "close_button/default": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button/hover": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button/pressed": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button_grey_bg": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "close_button_grey_bg/default": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button_grey_bg/hover": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button_grey_bg/pressed": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button_high_contrast": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + }, + "children": [ + "background", + "default", + "hover", + "pressed" + ] + }, + "close_button_high_contrast/background": { + "file": "ui/ui_common.json", + "type": "image" + }, + "close_button_high_contrast/default": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button_high_contrast/hover": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "close_button_high_contrast/pressed": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "compact_close_button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "compact_close_button/default": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "compact_close_button/hover": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "compact_close_button/pressed": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "light_close_button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "light_close_button/default": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "light_close_button/hover": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "light_close_button/pressed": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "close_button_panel", + "namespace": "common" + } + }, + "help_button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "help_button/default": { + "file": "ui/ui_common.json", + "type": "image" + }, + "help_button/hover": { + "file": "ui/ui_common.json", + "type": "image" + }, + "help_button/pressed": { + "file": "ui/ui_common.json", + "type": "image" + }, + "cell_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "cell_image_selected": { + "file": "ui/ui_common.json", + "type": "image" + }, + "cell_image_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "cell_image", + "cell_image_selected" + ] + }, + "cell_image_panel/cell_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "cell_image", + "namespace": "common" + } + }, + "cell_image_panel/cell_image_selected": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "cell_image_selected", + "namespace": "common" + } + }, + "cell_overlay": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "highlight_slot": { + "file": "ui/ui_common.json", + "type": "image" + }, + "white_border_slot": { + "file": "ui/ui_common.json", + "type": "image" + }, + "progressive_select_progress_bar": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "stack_progress_bar_down" + ] + }, + "progressive_select_progress_bar/stack_progress_bar_down": { + "file": "ui/ui_common.json", + "type": "image", + "children": [ + "progressive_select_progress_bar", + "progressive_select_text" + ] + }, + "progressive_select_progress_bar/stack_progress_bar_down/progressive_select_progress_bar": { + "file": "ui/ui_common.json", + "type": "image" + }, + "progressive_select_progress_bar/stack_progress_bar_down/progressive_select_text": { + "file": "ui/ui_common.json", + "type": "label" + }, + "stack_splitting_overlay": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "classic_stack_splitting_overlay", + "pocket_stack_splitting_overlay" + ] + }, + "stack_splitting_overlay/classic_stack_splitting_overlay": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "stack_splitting_bar" + ] + }, + "stack_splitting_overlay/classic_stack_splitting_overlay/stack_splitting_bar": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_hold_icon_holding", + "namespace": "common" + } + }, + "stack_splitting_overlay/pocket_stack_splitting_overlay": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "stack_splitting_bar" + ] + }, + "stack_splitting_overlay/pocket_stack_splitting_overlay/stack_splitting_bar": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_hold_icon_holding", + "namespace": "common" + } + }, + "inventory_hold_icon_holding": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "progressive_down", + "progressive_up", + "progressive_left_side", + "progressive_right_side" + ] + }, + "inventory_hold_icon_holding/progressive_down": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "progressive_select_progress_bar", + "namespace": "common" + } + }, + "inventory_hold_icon_holding/progressive_up": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "progressive_select_progress_bar", + "namespace": "common" + } + }, + "inventory_hold_icon_holding/progressive_left_side": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "progressive_select_progress_bar", + "namespace": "common" + } + }, + "inventory_hold_icon_holding/progressive_right_side": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "progressive_select_progress_bar", + "namespace": "common" + } + }, + "inventory_hold_icon_release": { + "file": "ui/ui_common.json", + "type": "custom" + }, + "highlight_slot_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "highlight", + "white_border" + ] + }, + "highlight_slot_panel/highlight": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "highlight_slot", + "namespace": "common" + }, + "children": [ + "hover_text" + ] + }, + "highlight_slot_panel/highlight/hover_text": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "highlight_slot_panel/white_border": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "white_border_slot", + "namespace": "common" + } + }, + "pocket_ui_highlight_slot": { + "file": "ui/ui_common.json", + "type": "image" + }, + "hover_text": { + "file": "ui/ui_common.json", + "type": "custom" + }, + "screen_background": { + "file": "ui/ui_common.json", + "type": "image" + }, + "stack_count_label": { + "file": "ui/ui_common.json", + "type": "label" + }, + "durability_bar": { + "file": "ui/ui_common.json", + "type": "custom" + }, + "durability_bar_grabbed": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "durability_bar", + "namespace": "common" + } + }, + "storage_bar": { + "file": "ui/ui_common.json", + "type": "custom" + }, + "storage_bar_grabbed": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "storage_bar", + "namespace": "common" + } + }, + "item_renderer": { + "file": "ui/ui_common.json", + "type": "custom" + }, + "filtered_item_renderer": { + "file": "ui/ui_common.json", + "type": "custom" + }, + "flying_item_renderer": { + "file": "ui/ui_common.json", + "type": "custom" + }, + "selected_item_details": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "item_panel_image" + ] + }, + "selected_item_details/item_panel_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "item_panel_image", + "namespace": "common" + } + }, + "item_panel_image": { + "file": "ui/ui_common.json", + "type": "image", + "children": [ + "item_text_label" + ] + }, + "item_panel_image/item_text_label": { + "file": "ui/ui_common.json", + "type": "label", + "extend": { + "name": "item_text_label", + "namespace": "common" + } + }, + "item_text_label": { + "file": "ui/ui_common.json", + "type": "label" + }, + "selected_item_details_factory": { + "file": "ui/ui_common.json", + "type": "factory" + }, + "item_lock_notification": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "notification_background_image" + ] + }, + "item_lock_notification/notification_background_image": { + "file": "ui/ui_common.json", + "type": "image", + "children": [ + "notification_text_label" + ] + }, + "item_lock_notification/notification_background_image/notification_text_label": { + "file": "ui/ui_common.json", + "type": "label" + }, + "item_lock_notification_factory": { + "file": "ui/ui_common.json", + "type": "factory" + }, + "layout_toggle_content": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "image", + "icon" + ] + }, + "layout_toggle_content/image": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "layout_toggle_content/icon": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "layout_template_toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "light_template_toggle", + "namespace": "common_toggles" + } + }, + "layout_toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "light_image_toggle", + "namespace": "common_toggles" + } + }, + "creative_layout_toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "layout_toggle", + "namespace": "common" + } + }, + "recipe_book_layout_toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "layout_toggle", + "namespace": "common" + } + }, + "survival_layout_toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "layout_toggle", + "namespace": "common" + } + }, + "furnace_recipe_book_layout_toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "layout_toggle", + "namespace": "common" + } + }, + "furnace_survival_layout_toggle": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "layout_toggle", + "namespace": "common" + } + }, + "crafting_root_input_panel": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + } + }, + "toolbar_background_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "empty_panel_size_y_0": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "scroll_background_and_viewport": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "background", + "scrolling_view_port" + ] + }, + "scroll_background_and_viewport/background": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scroll_background_and_viewport/scrolling_view_port": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "scrolling_content" + ] + }, + "scroll_background_and_viewport/scrolling_view_port/scrolling_content": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scroll_bar_and_track": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "stack_panel" + ] + }, + "scroll_bar_and_track/stack_panel": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "empty_panel_0", + "panel", + "empty_panel_1" + ] + }, + "scroll_bar_and_track/stack_panel/empty_panel_0": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "scroll_bar_and_track/stack_panel/panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "centered_panel" + ] + }, + "scroll_bar_and_track/stack_panel/panel/centered_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "track", + "scroll_box" + ] + }, + "scroll_bar_and_track/stack_panel/panel/centered_panel/track": { + "file": "ui/ui_common.json", + "type": "scroll_track", + "extend": { + "name": "scrollbar_track", + "namespace": "common" + } + }, + "scroll_bar_and_track/stack_panel/panel/centered_panel/scroll_box": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "scroll_box", + "namespace": "common" + } + }, + "scroll_bar_and_track/stack_panel/empty_panel_1": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "scroll_view_control": { + "file": "ui/ui_common.json", + "type": "scroll_view", + "children": [ + "stack_panel", + "panel" + ] + }, + "scroll_view_control/stack_panel": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "background_and_viewport", + "bar_and_track" + ] + }, + "scroll_view_control/stack_panel/background_and_viewport": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "scroll_background_and_viewport", + "namespace": "common" + } + }, + "scroll_view_control/stack_panel/bar_and_track": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "scroll_bar_and_track", + "namespace": "common" + } + }, + "scroll_view_control/panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "background_and_viewport", + "bar_and_track" + ] + }, + "scroll_view_control/panel/background_and_viewport": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "scroll_background_and_viewport", + "namespace": "common" + } + }, + "scroll_view_control/panel/bar_and_track": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "scroll_bar_and_track", + "namespace": "common" + } + }, + "scrollbar_track": { + "file": "ui/ui_common.json", + "type": "scroll_track", + "children": [ + "bar_indent" + ] + }, + "scrollbar_track/bar_indent": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scroll_box": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "box" + ] + }, + "scroll_box/box": { + "file": "ui/ui_common.json", + "type": "scrollbar_box", + "children": [ + "mouse_box", + "touch_box" + ] + }, + "scroll_box/box/mouse_box": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scroll_box/box/touch_box": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "scroll_box_indent": { + "file": "ui/ui_common.json", + "type": "image" + }, + "scrollbar_box_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "touch_scrollbar_box_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "new_touch_scrollbar_box_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "container_touch_scrollbar_box_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "scroll_indent_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "scrolling_panel_base": { + "file": "ui/ui_common.json", + "type": "input_panel" + }, + "scrolling_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "scroll_touch", + "scroll_mouse" + ] + }, + "scrolling_panel/scroll_touch": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "scrolling_panel_base", + "namespace": "common" + } + }, + "scrolling_panel/scroll_mouse": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "scrolling_panel_base", + "namespace": "common" + } + }, + "scrolling_panel_with_offset": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "mapped_scroll_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "container_scroll_panel", + "namespace": "common" + } + }, + "scroll_panel_pocket": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "mapped_scroll_panel", + "namespace": "common" + } + }, + "container_slot_button_prototype": { + "file": "ui/ui_common.json", + "type": "button", + "children": [ + "hover" + ] + }, + "container_slot_button_prototype/hover": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "no_coalesce_container_slot_button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "container_slot_button_prototype", + "namespace": "common" + } + }, + "pocket_ui_container_slot": { + "file": "ui/ui_common.json", + "type": "button", + "children": [ + "hover" + ] + }, + "pocket_ui_container_slot/hover": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "highlight_square" + ] + }, + "pocket_ui_container_slot/hover/highlight_square": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "pocket_ui_highlight_slot", + "namespace": "common" + } + }, + "slot_selected": { + "file": "ui/ui_common.json", + "type": "image", + "children": [ + "progress_bar_release" + ] + }, + "slot_selected/progress_bar_release": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "inventory_hold_icon_release", + "namespace": "common" + } + }, + "container_item": { + "file": "ui/ui_common.json", + "type": "input_panel", + "children": [ + "item_cell", + "item_cell_overlay_ref", + "item_selected_image", + "item_button_ref", + "container_item_lock_overlay", + "item_lock_cell_image", + "bundle_slot_panel" + ] + }, + "container_item/item_cell": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "item", + "durability_bar", + "storage_bar" + ] + }, + "container_item/item_cell/item": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "stack_count_label" + ] + }, + "container_item/item_cell/item/stack_count_label": { + "file": "ui/ui_common.json", + "type": "label", + "extend": { + "name": "stack_count_label", + "namespace": "common" + } + }, + "container_item/item_cell/durability_bar": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "durability_bar", + "namespace": "common" + } + }, + "container_item/item_cell/storage_bar": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "storage_bar", + "namespace": "common" + } + }, + "container_item/item_cell_overlay_ref": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "container_item/item_selected_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "slot_selected", + "namespace": "common" + } + }, + "container_item/item_button_ref": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "container_item/container_item_lock_overlay": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "container_item_lock_overlay", + "namespace": "common" + } + }, + "container_item/item_lock_cell_image": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "item_lock_cell_image", + "namespace": "common" + } + }, + "container_item/bundle_slot_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "bundle_slot_panel", + "namespace": "gameplay" + } + }, + "pocket_ui_container_item": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "pocket_ui_large_container_item": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "pocket_ui_container_item", + "namespace": "common" + } + }, + "container_item_lock_yellow": { + "file": "ui/ui_common.json", + "type": "image" + }, + "container_item_lock_red": { + "file": "ui/ui_common.json", + "type": "image" + }, + "container_item_lock_overlay": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "container_item_lock_yellow", + "container_item_lock_red" + ] + }, + "container_item_lock_overlay/container_item_lock_yellow": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "container_item_lock_yellow", + "namespace": "common" + } + }, + "container_item_lock_overlay/container_item_lock_red": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "container_item_lock_red", + "namespace": "common" + } + }, + "item_lock_cell_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "container_grid": { + "file": "ui/ui_common.json", + "type": "grid" + }, + "pocket_container_grid": { + "file": "ui/ui_common.json", + "type": "grid", + "extend": { + "name": "container_grid", + "namespace": "common" + } + }, + "container_scroll_box_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "container_scroll_bar_side_rails": { + "file": "ui/ui_common.json", + "type": "image" + }, + "container_scrollbar_track": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "rails" + ] + }, + "container_scrollbar_track/rails": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "container_scroll_bar_side_rails", + "namespace": "common" + } + }, + "container_scroll_background_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "container_scroll_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel_with_offset", + "namespace": "common" + } + }, + "pocket_ui_highlight_selected_slot": { + "file": "ui/ui_common.json", + "type": "image" + }, + "pocket_hotbar_panel": { + "file": "ui/ui_common.json", + "type": "input_panel", + "children": [ + "bg", + "hotbar_grid" + ] + }, + "pocket_hotbar_panel/bg": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "pocket_hotbar_panel/hotbar_grid": { + "file": "ui/ui_common.json", + "type": "grid", + "extend": { + "name": "container_grid", + "namespace": "common" + } + }, + "drop_item_panel": { + "file": "ui/ui_common.json", + "type": "input_panel" + }, + "pocket_hotbar_and_content_panels": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "pocket_content_panels", + "hotbar_drop_item_panel" + ] + }, + "pocket_hotbar_and_content_panels/pocket_content_panels": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "pocket_content_panels", + "namespace": "common" + } + }, + "pocket_hotbar_and_content_panels/hotbar_drop_item_panel": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "drop_item_panel", + "namespace": "common" + }, + "children": [ + "pocket_hotbar_panel" + ] + }, + "pocket_hotbar_and_content_panels/hotbar_drop_item_panel/pocket_hotbar_panel": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "pocket_hotbar_panel", + "namespace": "common" + } + }, + "blank_pocket_content_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "pocket_content_panels": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "left_panel", + "offset_panel", + "right_panel" + ] + }, + "pocket_content_panels/left_panel": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "pocket_content_panels/offset_panel": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "root_panel", + "namespace": "common" + }, + "children": [ + "center_bg" + ] + }, + "pocket_content_panels/offset_panel/center_bg": { + "file": "ui/ui_common.json", + "type": "image" + }, + "pocket_content_panels/right_panel": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "inventory_selected_icon": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "item_renderer", + "namespace": "common" + } + }, + "inventory_selected_stack_size_text": { + "file": "ui/ui_common.json", + "type": "label" + }, + "inventory_hold_icon": { + "file": "ui/ui_common.json", + "type": "custom" + }, + "inventory_selected_item_lock_overlay": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "container_item_lock_yellow", + "container_item_lock_red" + ] + }, + "inventory_selected_item_lock_overlay/container_item_lock_yellow": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "container_item_lock_yellow", + "namespace": "common" + } + }, + "inventory_selected_item_lock_overlay/container_item_lock_red": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "container_item_lock_red", + "namespace": "common" + } + }, + "inventory_icon_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "selected_item_icon", + "selected_stack_size_text", + "selected_item_lock_overlay", + "hover_text" + ] + }, + "inventory_icon_panel/selected_item_icon": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "inventory_selected_icon", + "namespace": "common" + } + }, + "inventory_icon_panel/selected_stack_size_text": { + "file": "ui/ui_common.json", + "type": "label", + "extend": { + "name": "inventory_selected_stack_size_text", + "namespace": "common" + } + }, + "inventory_icon_panel/selected_item_lock_overlay": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_selected_item_lock_overlay", + "namespace": "common" + } + }, + "inventory_icon_panel/hover_text": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "hover_text", + "namespace": "common" + } + }, + "inventory_selected_icon_button": { + "file": "ui/ui_common.json", + "type": "button", + "children": [ + "default", + "pressed", + "hover", + "durability_bar_grabbed", + "storage_bar_grabbed" + ] + }, + "inventory_selected_icon_button/default": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_icon_panel", + "namespace": "common" + } + }, + "inventory_selected_icon_button/pressed": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_icon_panel", + "namespace": "common" + } + }, + "inventory_selected_icon_button/hover": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_icon_panel", + "namespace": "common" + } + }, + "inventory_selected_icon_button/durability_bar_grabbed": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "durability_bar_grabbed", + "namespace": "common" + } + }, + "inventory_selected_icon_button/storage_bar_grabbed": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "storage_bar_grabbed", + "namespace": "common" + } + }, + "inventory_take_progress_icon_button": { + "file": "ui/ui_common.json", + "type": "button", + "children": [ + "default", + "pressed", + "hover" + ] + }, + "inventory_take_progress_icon_button/default": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "inventory_hold_icon", + "namespace": "common" + } + }, + "inventory_take_progress_icon_button/pressed": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "inventory_hold_icon", + "namespace": "common" + } + }, + "inventory_take_progress_icon_button/hover": { + "file": "ui/ui_common.json", + "type": "custom", + "extend": { + "name": "inventory_hold_icon", + "namespace": "common" + } + }, + "gamepad_cursor_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "gamepad_cursor_button": { + "file": "ui/ui_common.json", + "type": "button", + "children": [ + "default", + "pressed", + "hover" + ] + }, + "gamepad_cursor_button/default": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "gamepad_cursor_image", + "namespace": "common" + } + }, + "gamepad_cursor_button/pressed": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "gamepad_cursor_image", + "namespace": "common" + } + }, + "gamepad_cursor_button/hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "gamepad_cursor_image", + "namespace": "common" + } + }, + "grid_item_for_inventory": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "grid_item_for_hotbar": { + "file": "ui/ui_common.json", + "type": "input_panel", + "extend": { + "name": "container_item", + "namespace": "common" + } + }, + "hotbar_grid_template": { + "file": "ui/ui_common.json", + "type": "grid" + }, + "inventory_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "inventory_grid" + ] + }, + "inventory_panel/inventory_grid": { + "file": "ui/ui_common.json", + "type": "grid" + }, + "inventory_panel_bottom_half": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "inventory_panel" + ] + }, + "inventory_panel_bottom_half/inventory_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_panel", + "namespace": "common" + } + }, + "inventory_panel_bottom_half_with_label": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_panel_bottom_half", + "namespace": "common" + }, + "children": [ + "inventory_panel", + "inventory_label" + ] + }, + "inventory_panel_bottom_half_with_label/inventory_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "inventory_panel", + "namespace": "common" + } + }, + "inventory_panel_bottom_half_with_label/inventory_label": { + "file": "ui/ui_common.json", + "type": "label", + "extend": { + "name": "section_heading_label", + "namespace": "common" + } + }, + "common_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "bg_image", + "dialog_divider", + "close_button_holder" + ] + }, + "common_panel/bg_image": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "common_panel/dialog_divider": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dialog_divider", + "namespace": "common" + } + }, + "common_panel/close_button_holder": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "close", + "compact_close" + ] + }, + "common_panel/close_button_holder/close": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "common_panel/close_button_holder/compact_close": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "compact_close_button", + "namespace": "common" + } + }, + "root_panel": { + "file": "ui/ui_common.json", + "type": "input_panel" + }, + "input_panel": { + "file": "ui/ui_common.json", + "type": "input_panel" + }, + "base_screen": { + "file": "ui/ui_common.json", + "type": "screen", + "children": [ + "variables_button_mappings_and_controls", + "loading_bars_background" + ] + }, + "base_screen/variables_button_mappings_and_controls": { + "file": "ui/ui_common.json", + "type": "input_panel", + "children": [ + "bg_no_safezone_screen_panel", + "safezone_screen_matrix", + "screen_background" + ] + }, + "base_screen/variables_button_mappings_and_controls/bg_no_safezone_screen_panel": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "base_screen/variables_button_mappings_and_controls/safezone_screen_matrix": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "safezone_outer_matrix", + "namespace": "common" + } + }, + "base_screen/variables_button_mappings_and_controls/screen_background": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "full_screen_background", + "namespace": "common_dialogs" + } + }, + "base_screen/loading_bars_background": { + "file": "ui/ui_common.json", + "type": "image", + "children": [ + "loading_bars" + ] + }, + "base_screen/loading_bars_background/loading_bars": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "common_store" + } + }, + "render_below_base_screen": { + "file": "ui/ui_common.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "safezone_buffer": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "top_safezone_vertical_buffer": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "safezone_buffer", + "namespace": "common" + } + }, + "bottom_safezone_vertical_buffer": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "safezone_buffer", + "namespace": "common" + } + }, + "left_safezone_horizontal_buffer": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "safezone_buffer", + "namespace": "common" + } + }, + "right_safezone_horizontal_buffer": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "safezone_buffer", + "namespace": "common" + } + }, + "safe_zone_stack": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "top_outer_control", + "top_inner_control", + "header_bar" + ] + }, + "safe_zone_stack/top_outer_control": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "safe_zone_stack/top_inner_control": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "safe_zone_stack/header_bar": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "safezone_inner_matrix": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "outer_top", + "inner_top", + "safezone_screen_panel", + "inner_bottom", + "outer_bottom" + ] + }, + "safezone_inner_matrix/outer_top": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "top_safezone_vertical_buffer", + "namespace": "common" + }, + "children": [ + "top_side_control" + ] + }, + "safezone_inner_matrix/outer_top/top_side_control": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "safezone_inner_matrix/inner_top": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "top_safezone_vertical_buffer", + "namespace": "common" + }, + "children": [ + "top_side_control" + ] + }, + "safezone_inner_matrix/inner_top/top_side_control": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "safezone_inner_matrix/safezone_screen_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "screen_panel", + "namespace": "common" + } + }, + "safezone_inner_matrix/inner_bottom": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "bottom_safezone_vertical_buffer", + "namespace": "common" + } + }, + "safezone_inner_matrix/outer_bottom": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "bottom_safezone_vertical_buffer", + "namespace": "common" + } + }, + "safezone_outer_matrix": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "outer_left", + "inner_left", + "inner_matrix", + "inner_right", + "outer_right" + ] + }, + "safezone_outer_matrix/outer_left": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "left_safezone_horizontal_buffer", + "namespace": "common" + }, + "children": [ + "outer_left_safe_zone_stack" + ] + }, + "safezone_outer_matrix/outer_left/outer_left_safe_zone_stack": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "safe_zone_stack", + "namespace": "common" + } + }, + "safezone_outer_matrix/inner_left": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "left_safezone_horizontal_buffer", + "namespace": "common" + }, + "children": [ + "inner_left_safe_zone_stack" + ] + }, + "safezone_outer_matrix/inner_left/inner_left_safe_zone_stack": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "safe_zone_stack", + "namespace": "common" + } + }, + "safezone_outer_matrix/inner_matrix": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "safezone_inner_matrix", + "namespace": "common" + } + }, + "safezone_outer_matrix/inner_right": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "right_safezone_horizontal_buffer", + "namespace": "common" + }, + "children": [ + "inner_right_safe_zone_stack" + ] + }, + "safezone_outer_matrix/inner_right/inner_right_safe_zone_stack": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "safe_zone_stack", + "namespace": "common" + } + }, + "safezone_outer_matrix/outer_right": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "right_safezone_horizontal_buffer", + "namespace": "common" + }, + "children": [ + "outer_right_safe_zone_stack" + ] + }, + "safezone_outer_matrix/outer_right/outer_right_safe_zone_stack": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "safe_zone_stack", + "namespace": "common" + } + }, + "bundle_tooltip_wrapper": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "bundle_tooltip_factory_wrapper", + "bundle_touch_tooltip" + ] + }, + "bundle_tooltip_wrapper/bundle_tooltip_factory_wrapper": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "bundle_tooltip_factory_wrapper", + "namespace": "gameplay" + } + }, + "bundle_tooltip_wrapper/bundle_touch_tooltip": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "bundle_touch_tooltip", + "namespace": "gameplay" + } + }, + "screen_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "root_screen_panel", + "additional_screen_content", + "popup_dialog_factory", + "bundle_hover_tooltip" + ] + }, + "screen_panel/root_screen_panel": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "screen_panel/additional_screen_content": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "screen_panel/popup_dialog_factory": { + "file": "ui/ui_common.json", + "type": "factory" + }, + "screen_panel/bundle_hover_tooltip": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "bundle_tooltip_wrapper", + "namespace": "common" + } + }, + "base_screen_empty_panel": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "modal_screen": { + "file": "ui/ui_common.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "realms_error_modal_screen": { + "file": "ui/ui_common.json", + "type": "screen", + "extend": { + "name": "modal_screen", + "namespace": "common" + } + }, + "modal_area_panel_base": { + "file": "ui/ui_common.json", + "type": "input_panel" + }, + "inactive_modal_pane_fade": { + "file": "ui/ui_common.json", + "type": "image" + }, + "inventory_screen_common": { + "file": "ui/ui_common.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "fullscreen_header": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "top_bar", + "child_control" + ] + }, + "fullscreen_header/top_bar": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "top_bar", + "namespace": "common" + }, + "children": [ + "title_stack_panel" + ] + }, + "fullscreen_header/top_bar/title_stack_panel": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "padding1", + "back_button_content_panel", + "padding2" + ] + }, + "fullscreen_header/top_bar/title_stack_panel/padding1": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "fullscreen_header/top_bar/title_stack_panel/back_button_content_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "back_content_panel", + "namespace": "common" + } + }, + "fullscreen_header/top_bar/title_stack_panel/padding2": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "fullscreen_header/child_control": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "back_content_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "back_button" + ] + }, + "back_content_panel/back_button": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "extend": { + "name": "back_title_button", + "namespace": "common" + } + }, + "top_bar": { + "file": "ui/ui_common.json", + "type": "image" + }, + "tooltip_background": { + "file": "ui/ui_common.json", + "type": "image" + }, + "tooltip_button_content": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "tooltip_background", + "namespace": "common" + }, + "children": [ + "tooltip_panel_content" + ] + }, + "tooltip_button_content/tooltip_panel_content": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "static_tooltip_popup_with_image_and_text": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "tooltip_background", + "namespace": "common" + }, + "children": [ + "image_and_text_stack_panel", + "tooltip_chevron" + ] + }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "tooltip_text_image_panel", + "padding", + "tooltip_text" + ] + }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "tooltip_image_panel" + ] + }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel/tooltip_image_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel/tooltip_image_panel/0": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/padding": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text": { + "file": "ui/ui_common.json", + "type": "label" + }, + "static_tooltip_popup_with_image_and_text/tooltip_chevron": { + "file": "ui/ui_common.json", + "type": "image" + }, + "dynamic_tooltip_popup_with_custom_content": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "tooltip_background", + "namespace": "common" + }, + "children": [ + "tooltip_content", + "tooltip_chevron" + ] + }, + "dynamic_tooltip_popup_with_custom_content/tooltip_content": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "dynamic_tooltip_popup_with_custom_content/tooltip_chevron": { + "file": "ui/ui_common.json", + "type": "image" + }, + "dynamic_tooltip_popup_with_image_and_text": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "tooltip_background", + "namespace": "common" + }, + "children": [ + "image_and_text_stack_panel", + "tooltip_chevron" + ] + }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel": { + "file": "ui/ui_common.json", + "type": "stack_panel", + "children": [ + "tooltip_text_image_panel", + "padding", + "tooltip_text" + ] + }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "tooltip_image_panel" + ] + }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel/tooltip_image_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0", + "0" + ] + }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel/tooltip_image_panel/0": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/padding": { + "file": "ui/ui_common.json", + "type": "panel" + }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text": { + "file": "ui/ui_common.json", + "type": "label" + }, + "dynamic_tooltip_popup_with_image_and_text/tooltip_chevron": { + "file": "ui/ui_common.json", + "type": "image" + }, + "dynamic_tooltip_left": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "dynamic_tooltip_below": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "dynamic_custom_tooltip_below": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_custom_content", + "namespace": "common" + } + }, + "dynamic_tooltip": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "above", + "below" + ] + }, + "dynamic_tooltip/above": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "content" + ] + }, + "dynamic_tooltip/above/content": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "dynamic_tooltip/below": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "content" + ] + }, + "dynamic_tooltip/below/content": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_below", + "namespace": "common" + } + }, + "legacy_pocket_close_button_default": { + "file": "ui/ui_common.json", + "type": "image" + }, + "legacy_pocket_close_button_pressed": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "legacy_pocket_close_button_default", + "namespace": "common" + } + }, + "legacy_pocket_close_button": { + "file": "ui/ui_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "legacy_pocket_close_button/default": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "legacy_pocket_close_button_default", + "namespace": "common" + } + }, + "legacy_pocket_close_button/hover": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "legacy_pocket_close_button_default", + "namespace": "common" + } + }, + "legacy_pocket_close_button/pressed": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "legacy_pocket_close_button_pressed", + "namespace": "common" + } + }, + "info_icon": { + "file": "ui/ui_common.json", + "type": "image" + }, + "error_glyph": { + "file": "ui/ui_common.json", + "type": "image" + }, + "creative_icon": { + "file": "ui/ui_common.json", + "type": "image" + }, + "inventory_icon": { + "file": "ui/ui_common.json", + "type": "image" + }, + "recipe_book_icon": { + "file": "ui/ui_common.json", + "type": "image" + }, + "tab_icon_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "search_icon": { + "file": "ui/ui_common.json", + "type": "image", + "extend": { + "name": "tab_icon_image", + "namespace": "common" + } + }, + "service_repo_image_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "service_repo_image", + "progress_loading" + ] + }, + "service_repo_image_panel/service_repo_image": { + "file": "ui/ui_common.json", + "type": "image" + }, + "service_repo_image_panel/progress_loading": { + "file": "ui/ui_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "common_cycler": { + "file": "ui/ui_common.json", + "type": "unknown" + }, + "image_cycler": { + "file": "ui/ui_common.json", + "type": "image_cycler", + "extend": { + "name": "common_cycler", + "namespace": "common" + } + }, + "text_cycler": { + "file": "ui/ui_common.json", + "type": "label_cycler", + "extend": { + "name": "common_cycler", + "namespace": "common" + } + }, + "squaring_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "squaring_panel" + ] + }, + "squaring_panel/squaring_panel": { + "file": "ui/ui_common.json", + "type": "panel", + "children": [ + "squaring_panel_content" + ] + }, + "squaring_panel/squaring_panel/squaring_panel_content": { + "file": "ui/ui_common.json", + "type": "unknown" + } + }, + "common-classic": { + "button": { + "file": "ui/ui_common_classic.json", + "type": "button" + }, + "button_state_default": { + "file": "ui/ui_common_classic.json", + "type": "image" + }, + "button_state_hover": { + "file": "ui/ui_common_classic.json", + "type": "image", + "extend": { + "name": "button_state_default", + "namespace": "common-classic" + } + }, + "button_state_pressed": { + "file": "ui/ui_common_classic.json", + "type": "image", + "extend": { + "name": "button_state_default", + "namespace": "common-classic" + } + }, + "toggle": { + "file": "ui/ui_common_classic.json", + "type": "panel", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "toggle_checked_state": { + "file": "ui/ui_common_classic.json", + "type": "image" + }, + "toggle_unchecked_state": { + "file": "ui/ui_common_classic.json", + "type": "image" + }, + "toggle_checked_hovered_state": { + "file": "ui/ui_common_classic.json", + "type": "panel", + "children": [ + "toggle_checked_state", + "hover" + ] + }, + "toggle_checked_hovered_state/toggle_checked_state": { + "file": "ui/ui_common_classic.json", + "type": "image", + "extend": { + "name": "toggle_checked_state", + "namespace": "common-classic" + } + }, + "toggle_checked_hovered_state/hover": { + "file": "ui/ui_common_classic.json", + "type": "image" + }, + "toggle_unchecked_hovered_state": { + "file": "ui/ui_common_classic.json", + "type": "panel", + "children": [ + "toggle_unchecked_state", + "hover" + ] + }, + "toggle_unchecked_hovered_state/toggle_unchecked_state": { + "file": "ui/ui_common_classic.json", + "type": "image", + "extend": { + "name": "toggle_unchecked_state", + "namespace": "common-classic" + } + }, + "toggle_unchecked_hovered_state/hover": { + "file": "ui/ui_common_classic.json", + "type": "image" + } + }, + "edu_common": { + "light_label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "dark_label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "readable_label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "slider_toggle": { + "file": "ui/ui_edu_common.json", + "type": "toggle", + "extend": { + "name": "option_toggle_control", + "namespace": "settings_common" + } + }, + "trash_default": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "trash_hover": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "trash_pressed": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "photo_trash_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "children": [ + "default", + "hover", + "pressed" + ] + }, + "photo_trash_button/default": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "trash_default", + "namespace": "edu_common" + } + }, + "photo_trash_button/hover": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "trash_hover", + "namespace": "edu_common" + } + }, + "photo_trash_button/pressed": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "trash_pressed", + "namespace": "edu_common" + } + }, + "download_progress_modal_panel": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "downloading" + ] + }, + "download_progress_modal_panel/downloading": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "modal_progress_panel_with_cancel", + "namespace": "edu_common" + } + }, + "loading_progress_modal_panel": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "input_panel", + "namespace": "common" + }, + "children": [ + "loading" + ] + }, + "loading_progress_modal_panel/loading": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "modal_progress_panel_no_button", + "namespace": "edu_common" + } + }, + "modal_cancel_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "modal_progress_panel_with_cancel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "common_panel", + "title", + "content", + "cancel_button" + ] + }, + "modal_progress_panel_with_cancel/common_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "modal_progress_panel_with_cancel/title": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "modal_progress_panel_with_cancel/content": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "title_panel", + "label", + "progress_loading_bars" + ] + }, + "modal_progress_panel_with_cancel/content/title_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "title_panel", + "namespace": "progress" + } + }, + "modal_progress_panel_with_cancel/content/label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "modal_progress_panel_with_cancel/content/progress_loading_bars": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "modal_progress_panel_with_cancel/cancel_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "modal_cancel_button", + "namespace": "edu_common" + } + }, + "modal_progress_panel_no_button": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "common_panel", + "content" + ] + }, + "modal_progress_panel_no_button/common_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "modal_progress_panel_no_button/content": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "progress_title_text", + "progress_loading_bars" + ] + }, + "modal_progress_panel_no_button/content/progress_title_text": { + "file": "ui/ui_edu_common.json", + "type": "label", + "extend": { + "name": "progress_title_text", + "namespace": "progress" + } + }, + "modal_progress_panel_no_button/content/progress_loading_bars": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "progress_loading_bars", + "namespace": "progress" + } + }, + "apple_animation": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "book_animation": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "edu_loading_animation": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "book_animation", + "namespace": "edu_common" + } + }, + "horizontal_stack_item": { + "file": "ui/ui_edu_common.json", + "type": "panel" + }, + "vertical_stack_item": { + "file": "ui/ui_edu_common.json", + "type": "panel" + }, + "back_button_padded": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "back_button_padding_before", + "back_button" + ] + }, + "back_button_padded/back_button_padding_before": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "back_button_padded/back_button": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "back_title_button", + "namespace": "common" + } + }, + "home_button_content": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "home_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "underline_text": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "label_hover" + ] + }, + "underline_text/label_hover": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "single_line_label", + "namespace": "common" + } + }, + "underline_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "underline_button/default": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "underline_text", + "namespace": "edu_common" + } + }, + "underline_button/hover": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "underline_text", + "namespace": "edu_common" + } + }, + "underline_button/pressed": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "underline_text", + "namespace": "edu_common" + } + }, + "edu_screen_header": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "top_bar", + "namespace": "common" + }, + "children": [ + "title_controls" + ] + }, + "edu_screen_header/title_controls": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "back_item", + "image_item", + "image_item_template", + "title_text_padding", + "title_item" + ] + }, + "edu_screen_header/title_controls/back_item": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "horizontal_stack_item", + "namespace": "edu_common" + }, + "children": [ + "back_button", + "gamepad" + ] + }, + "edu_screen_header/title_controls/back_item/back_button": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "back_button_padded", + "namespace": "edu_common" + } + }, + "edu_screen_header/title_controls/back_item/gamepad": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "edu_screen_header/title_controls/image_item": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "horizontal_stack_item", + "namespace": "edu_common" + }, + "children": [ + "image" + ] + }, + "edu_screen_header/title_controls/image_item/image": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "edu_screen_header/title_controls/image_item_template": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "horizontal_stack_item", + "namespace": "edu_common" + }, + "children": [ + "image" + ] + }, + "edu_screen_header/title_controls/image_item_template/image": { + "file": "ui/ui_edu_common.json", + "type": "image", + "children": [ + "image_color" + ] + }, + "edu_screen_header/title_controls/image_item_template/image/image_color": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "edu_screen_header/title_controls/title_text_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_screen_header/title_controls/title_item": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "horizontal_stack_item", + "namespace": "edu_common" + }, + "children": [ + "title" + ] + }, + "edu_screen_header/title_controls/title_item/title": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "share_dialog_title": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "share_header_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "title", + "close_button" + ] + }, + "share_header_panel/title": { + "file": "ui/ui_edu_common.json", + "type": "label", + "extend": { + "name": "share_dialog_title", + "namespace": "edu_common" + } + }, + "share_header_panel/close_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "teams_advanced_share_header_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_header_panel", + "namespace": "edu_common" + } + }, + "add_resource_share_header_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_header_panel", + "namespace": "edu_common" + } + }, + "body_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "body_stack" + ] + }, + "body_panel/body_stack": { + "file": "ui/ui_edu_common.json", + "type": "unknown" + }, + "teams_body_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "body_panel", + "namespace": "edu_common" + } + }, + "teams_body_resource_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "body_panel", + "namespace": "edu_common" + } + }, + "teams_simple_body_resource_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "body_panel", + "namespace": "edu_common" + } + }, + "joincode_body_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "body_panel", + "namespace": "edu_common" + } + }, + "add_resource_body_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "body_panel", + "namespace": "edu_common" + } + }, + "icon_section": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "icon_stack_panel", + "icon_padding" + ] + }, + "icon_section/icon_stack_panel": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_stack_panel", + "namespace": "edu_common" + } + }, + "icon_section/icon_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_resources_section": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "divider", + "add_resource_label", + "teams_padding_middle", + "resource_button" + ] + }, + "add_resources_section/divider": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "edu_common" + } + }, + "add_resources_section/add_resource_label": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_dialog_body_text", + "namespace": "edu_common" + } + }, + "add_resources_section/teams_padding_middle": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_resources_section/resource_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "edit_resource_uri_glyph": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "edit_resources_section": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "divider", + "resource_label_text", + "teams_padding_middle", + "edit_resource_body_button_stack" + ] + }, + "edit_resources_section/divider": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "horizontal_divider", + "namespace": "edu_common" + } + }, + "edit_resources_section/resource_label_text": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_dialog_body_text", + "namespace": "edu_common" + } + }, + "edit_resources_section/teams_padding_middle": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edit_resources_section/edit_resource_body_button_stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "resource_button", + "padding_middle", + "edit_resource_uri_button" + ] + }, + "edit_resources_section/edit_resource_body_button_stack/resource_button": { + "file": "ui/ui_edu_common.json", + "type": "unknown", + "extend": { + "name": "shared_resource_uri_button", + "namespace": "edu_pause" + } + }, + "edit_resources_section/edit_resource_body_button_stack/padding_middle": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edit_resources_section/edit_resource_body_button_stack/edit_resource_uri_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "body_content_stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "body_text_centering_panel", + "padding_middle", + "icons", + "copy_link_centering_panel", + "add_resources", + "edit_resources" + ] + }, + "body_content_stack/body_text_centering_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "body_text" + ] + }, + "body_content_stack/body_text_centering_panel/body_text": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_dialog_body_text", + "namespace": "edu_common" + } + }, + "body_content_stack/padding_middle": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "body_content_stack/icons": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "icon_section", + "namespace": "edu_common" + } + }, + "body_content_stack/copy_link_centering_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "copy_link_panel" + ] + }, + "body_content_stack/copy_link_centering_panel/copy_link_panel": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "copy_link_stack_panel", + "namespace": "edu_common" + } + }, + "body_content_stack/add_resources": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "add_resources_section", + "namespace": "edu_common" + } + }, + "body_content_stack/edit_resources": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "edit_resources_section", + "namespace": "edu_common" + } + }, + "teams_simple_body_content_stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "body_content_stack", + "namespace": "edu_common" + } + }, + "teams_body_content_stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "body_content_stack", + "namespace": "edu_common" + } + }, + "teams_body_resource_content_stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "body_content_stack", + "namespace": "edu_common" + } + }, + "joincode_body_content_stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "body_content_stack", + "namespace": "edu_common" + } + }, + "add_resource_body_content_stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "label_one_centering_panel", + "label_padding_middle", + "label_two_centering_panel", + "learn_more_padding_middle", + "link1", + "url_padding_middle", + "url_label", + "url_textbox", + "inline_notification", + "inline_notification_spacer", + "button_name_label", + "button_middle_spacer", + "button_name_textbox", + "button_name_textbox_next_disabled" + ] + }, + "add_resource_body_content_stack/label_one_centering_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "teams_share_label" + ] + }, + "add_resource_body_content_stack/label_one_centering_panel/teams_share_label": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_dialog_body_text", + "namespace": "edu_common" + } + }, + "add_resource_body_content_stack/label_padding_middle": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_resource_body_content_stack/label_two_centering_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "vertical_stack_item", + "namespace": "edu_common" + }, + "children": [ + "teams_share_label" + ] + }, + "add_resource_body_content_stack/label_two_centering_panel/teams_share_label": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_dialog_body_text", + "namespace": "edu_common" + } + }, + "add_resource_body_content_stack/learn_more_padding_middle": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_resource_body_content_stack/link1": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "edu_common" + } + }, + "add_resource_body_content_stack/url_padding_middle": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_resource_body_content_stack/url_label": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_dialog_body_text", + "namespace": "edu_common" + } + }, + "add_resource_body_content_stack/url_textbox": { + "file": "ui/ui_edu_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "add_resource_body_content_stack/inline_notification": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "inline_notification", + "namespace": "edu_common" + } + }, + "add_resource_body_content_stack/inline_notification_spacer": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_resource_body_content_stack/button_name_label": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "share_dialog_body_text", + "namespace": "edu_common" + } + }, + "add_resource_body_content_stack/button_middle_spacer": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "add_resource_body_content_stack/button_name_textbox": { + "file": "ui/ui_edu_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "add_resource_body_content_stack/button_name_textbox_next_disabled": { + "file": "ui/ui_edu_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "add_edit_resource_body_content_stack": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "scroll_content" + ] + }, + "add_edit_resource_body_content_stack/scroll_content": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "add_edit_resource_body_content_stack/scroll_content/scrolling_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "resource_popup_buttons": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "done_button", + "button_padding", + "back_button_panel" + ] + }, + "resource_popup_buttons/done_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "resource_popup_buttons/button_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "resource_popup_buttons/back_button_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "back_button_enabled", + "back_button_disabled" + ] + }, + "resource_popup_buttons/back_button_panel/back_button_enabled": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "resource_popup_buttons/back_button_panel/back_button_disabled": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "add_resource_popup_lower_button_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "edit_resource_popup_buttons", + "add_resource_popup_buttons" + ] + }, + "add_resource_popup_lower_button_panel/edit_resource_popup_buttons": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "resource_popup_buttons", + "namespace": "edu_common" + } + }, + "add_resource_popup_lower_button_panel/add_resource_popup_buttons": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "resource_popup_buttons", + "namespace": "edu_common" + } + }, + "share_dialog_body_text": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "tts_border", + "text" + ] + }, + "share_dialog_body_text/tts_border": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "share_dialog_body_text/text": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "share_icon": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "share_label": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "share_image_offset_panel" + ] + }, + "share_label/share_image_offset_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "link_share" + ] + }, + "share_label/share_image_offset_panel/link_share": { + "file": "ui/ui_edu_common.json", + "type": "image", + "extend": { + "name": "share_icon", + "namespace": "edu_common" + } + }, + "copy_link_stack_panel": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "link_box", + "copy_button" + ] + }, + "copy_link_stack_panel/link_box": { + "file": "ui/ui_edu_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "copy_link_stack_panel/copy_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "icon_stack_panel": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "padding_left", + "teams_button", + "teams_mail_padding", + "mail_button", + "mail_classrooms_padding", + "classrooms_button", + "padding_right" + ] + }, + "icon_stack_panel/padding_left": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "icon_stack_panel/teams_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "default_share_button", + "namespace": "edu_common" + } + }, + "icon_stack_panel/teams_mail_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "icon_stack_panel/mail_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "default_share_button", + "namespace": "edu_common" + } + }, + "icon_stack_panel/mail_classrooms_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "icon_stack_panel/classrooms_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "default_share_button", + "namespace": "edu_common" + } + }, + "icon_stack_panel/padding_right": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "default_share_button_contents": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "background", + "image" + ] + }, + "default_share_button_contents/background": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "default_share_button_contents/image": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "default_share_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "default_share_button/default": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "default_share_button_contents", + "namespace": "edu_common" + } + }, + "default_share_button/hover": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "default_share_button_contents", + "namespace": "edu_common" + } + }, + "default_share_button/pressed": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "default_share_button_contents", + "namespace": "edu_common" + } + }, + "vertical_divider": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "vertical_divider/divider": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "horizontal_divider": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "divider" + ] + }, + "horizontal_divider/divider": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "stack_panel_grid_slot": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "stack_panel_grid_item_panel" + ] + }, + "stack_panel_grid_slot/stack_panel_grid_item_panel": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "stack_panel_grid_item" + ] + }, + "stack_panel_grid_slot/stack_panel_grid_item_panel/stack_panel_grid_item": { + "file": "ui/ui_edu_common.json", + "type": "unknown" + }, + "stack_panel_grid_row": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "stack_panel_grid_row_item", + "divider" + ] + }, + "stack_panel_grid_row/stack_panel_grid_row_item": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "row" + ] + }, + "stack_panel_grid_row/stack_panel_grid_row_item/row": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel" + }, + "stack_panel_grid_row/divider": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "line" + ] + }, + "stack_panel_grid_row/divider/line": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "stack_panel_grid": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel" + }, + "border": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "description_panel": { + "file": "ui/ui_edu_common.json", + "type": "image", + "children": [ + "border", + "description" + ] + }, + "description_panel/border": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "description_panel/description": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "edu_share_text_popup": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "teams_edu_share_text_popup": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "teams_edu_share_resource_popup": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "teams_edu_simple_share_resource_popup": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "joincode_edu_popup": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "add_resource_dialog": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "share_popup_dialog_factory": { + "file": "ui/ui_edu_common.json", + "type": "factory" + }, + "inline_notification": { + "file": "ui/ui_edu_common.json", + "type": "image", + "children": [ + "stack" + ] + }, + "inline_notification/stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "icon", + "spacer", + "warning_text" + ] + }, + "inline_notification/stack/icon": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "inline_notification/stack/spacer": { + "file": "ui/ui_edu_common.json", + "type": "panel" + }, + "inline_notification/stack/warning_text": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "search_button_content": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "search_bar_and_home_button": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "search_bar", + "search_button", + "search_pad", + "home_button", + "end_pad" + ] + }, + "search_bar_and_home_button/search_bar": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "search_bar" + ] + }, + "search_bar_and_home_button/search_bar/search_bar": { + "file": "ui/ui_edu_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "search_bar_and_home_button/search_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "search_bar_and_home_button/search_pad": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "search_bar_and_home_button/home_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "home_button", + "namespace": "edu_common" + } + }, + "search_bar_and_home_button/end_pad": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "hotbar_hint": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "inactive_slot_dimmer", + "bound_key_glyph_background" + ] + }, + "hotbar_hint/inactive_slot_dimmer": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "hotbar_hint/bound_key_glyph_background": { + "file": "ui/ui_edu_common.json", + "type": "image", + "children": [ + "bound_key_glyph_text" + ] + }, + "hotbar_hint/bound_key_glyph_background/bound_key_glyph_text": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "view_toggle_content": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "extend": { + "name": "edu_common", + "namespace": "edu_common" + }, + "children": [ + "button_image_templates", + "button_image_worlds", + "button_label_wrapper", + "left_edge_text_padding" + ] + }, + "view_toggle_content/button_image_templates": { + "file": "ui/ui_edu_common.json", + "type": "image", + "children": [ + "image_color_templates" + ] + }, + "view_toggle_content/button_image_templates/image_color_templates": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "view_toggle_content/button_image_worlds": { + "file": "ui/ui_edu_common.json", + "type": "image" + }, + "view_toggle_content/button_label_wrapper": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "view_toggle_content/button_label_wrapper/button_label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "view_toggle_content/left_edge_text_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "worlds_and_templates_search_bar": { + "file": "ui/ui_edu_common.json", + "type": "image", + "children": [ + "stack_panel" + ] + }, + "worlds_and_templates_search_bar/stack_panel": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "search_bar_wrapper", + "temp_padding", + "view_toggle_background" + ] + }, + "worlds_and_templates_search_bar/stack_panel/search_bar_wrapper": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "search_bar" + ] + }, + "worlds_and_templates_search_bar/stack_panel/search_bar_wrapper/search_bar": { + "file": "ui/ui_edu_common.json", + "type": "edit_box", + "extend": { + "name": "text_edit_box", + "namespace": "common" + } + }, + "worlds_and_templates_search_bar/stack_panel/temp_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background": { + "file": "ui/ui_edu_common.json", + "type": "image", + "children": [ + "stack_panel" + ] + }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background/stack_panel": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "left_edge_padding", + "view_toggle_button", + "right_edge_padding" + ] + }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background/stack_panel/left_edge_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background/stack_panel/view_toggle_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "dark_content_form_fitting_button", + "namespace": "common_buttons" + } + }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background/stack_panel/right_edge_padding": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_conflict_resolution_popup_dialog_factory": { + "file": "ui/ui_edu_common.json", + "type": "factory" + }, + "edu_cloud_conflict_resolution_popup": { + "file": "ui/ui_edu_common.json", + "type": "input_panel", + "extend": { + "name": "form_fit_modal_dialog_popup", + "namespace": "popup_dialog" + } + }, + "edu_cloud_conflict_resolution_content": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "conflict_resolution_description_wrapper", + "padding1", + "world_info_wrapper", + "padding2", + "keep_local_button", + "keep_cloud_button", + "keep_both_button" + ] + }, + "edu_cloud_conflict_resolution_content/conflict_resolution_description_wrapper": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "tts_border", + "conflict_resolution_description" + ] + }, + "edu_cloud_conflict_resolution_content/conflict_resolution_description_wrapper/tts_border": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "edu_cloud_conflict_resolution_content/conflict_resolution_description_wrapper/conflict_resolution_description": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "edu_cloud_conflict_resolution_content/padding1": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_conflict_resolution_content/world_info_wrapper": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "children": [ + "tts_border", + "world_info_stack" + ] + }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/tts_border": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel", + "children": [ + "local_world_name_label", + "local_world_last_changed_label", + "cloud_world_name_label", + "cloud_world_last_changed_label" + ] + }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack/local_world_name_label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack/local_world_last_changed_label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack/cloud_world_name_label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack/cloud_world_last_changed_label": { + "file": "ui/ui_edu_common.json", + "type": "label" + }, + "edu_cloud_conflict_resolution_content/padding2": { + "file": "ui/ui_edu_common.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "edu_cloud_conflict_resolution_content/keep_local_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "edu_cloud_conflict_resolution_content/keep_cloud_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "edu_cloud_conflict_resolution_content/keep_both_button": { + "file": "ui/ui_edu_common.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "nested_buttons_base_definition": { + "file": "ui/ui_edu_common.json", + "type": "stack_panel" + } + }, + "purchase_common": { + "banner_fill": { + "file": "ui/ui_purchase_common.json", + "type": "image" + }, + "banner_empty": { + "file": "ui/ui_purchase_common.json", + "type": "image" + }, + "screenshots_grid_item": { + "file": "ui/ui_purchase_common.json", + "type": "panel", + "children": [ + "frame" + ] + }, + "screenshots_grid_item/frame": { + "file": "ui/ui_purchase_common.json", + "type": "image", + "extend": { + "name": "banner_empty", + "namespace": "purchase_common" + }, + "children": [ + "screenshot_image", + "progress_loading", + "screenshot_button" + ] + }, + "screenshots_grid_item/frame/screenshot_image": { + "file": "ui/ui_purchase_common.json", + "type": "image" + }, + "screenshots_grid_item/frame/progress_loading": { + "file": "ui/ui_purchase_common.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "screenshots_grid_item/frame/screenshot_button": { + "file": "ui/ui_purchase_common.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "hover", + "pressed" + ] + }, + "screenshots_grid_item/frame/screenshot_button/hover": { + "file": "ui/ui_purchase_common.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "screenshots_grid_item/frame/screenshot_button/pressed": { + "file": "ui/ui_purchase_common.json", + "type": "image", + "extend": { + "name": "focus_border_white", + "namespace": "common" + } + }, + "screenshots_grid": { + "file": "ui/ui_purchase_common.json", + "type": "grid" + }, + "key_image_frame": { + "file": "ui/ui_purchase_common.json", + "type": "image", + "extend": { + "name": "banner_empty", + "namespace": "purchase_common" + }, + "children": [ + "zoomed" + ] + }, + "key_image_frame/zoomed": { + "file": "ui/ui_purchase_common.json", + "type": "image" + }, + "offer_grid_item": { + "file": "ui/ui_purchase_common.json", + "type": "panel", + "children": [ + "frame" + ] + }, + "offer_grid_item/frame": { + "file": "ui/ui_purchase_common.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "purchase_common" + }, + "children": [ + "offer_key_art", + "offer_button" + ] + }, + "offer_grid_item/frame/offer_key_art": { + "file": "ui/ui_purchase_common.json", + "type": "image" + }, + "offer_grid_item/frame/offer_button": { + "file": "ui/ui_purchase_common.json", + "type": "button", + "children": [ + "hover", + "pressed" + ] + }, + "offer_grid_item/frame/offer_button/hover": { + "file": "ui/ui_purchase_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "offer_grid_item/frame/offer_button/pressed": { + "file": "ui/ui_purchase_common.json", + "type": "image", + "extend": { + "name": "square_image_border_white", + "namespace": "common" + } + }, + "offer_grid": { + "file": "ui/ui_purchase_common.json", + "type": "grid" + }, + "key_art_and_text": { + "file": "ui/ui_purchase_common.json", + "type": "stack_panel", + "children": [ + "key_image_panel", + "padding", + "description_scroll" + ] + }, + "key_art_and_text/key_image_panel": { + "file": "ui/ui_purchase_common.json", + "type": "input_panel", + "children": [ + "key_image" + ] + }, + "key_art_and_text/key_image_panel/key_image": { + "file": "ui/ui_purchase_common.json", + "type": "image", + "extend": { + "name": "key_image_frame", + "namespace": "purchase_common" + } + }, + "key_art_and_text/padding": { + "file": "ui/ui_purchase_common.json", + "type": "panel" + }, + "key_art_and_text/description_scroll": { + "file": "ui/ui_purchase_common.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "pack_description": { + "file": "ui/ui_purchase_common.json", + "type": "label" + } + }, + "common_buttons": { + "button_image": { + "file": "ui/ui_template_buttons.json", + "type": "image" + }, + "background_button_image": { + "file": "ui/ui_template_buttons.json", + "type": "image" + }, + "locked_button_image": { + "file": "ui/ui_template_buttons.json", + "type": "image" + }, + "light_button_assets": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + } + }, + "dark_button_assets": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + } + }, + "focus_border": { + "file": "ui/ui_template_buttons.json", + "type": "image" + }, + "new_ui_button_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "button_content", + "border" + ] + }, + "new_ui_button_panel/button_content": { + "file": "ui/ui_template_buttons.json", + "type": "panel" + }, + "new_ui_button_panel/border": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "new_ui_form_fitting_button_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "border" + ] + }, + "new_ui_form_fitting_button_panel/border": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "new_ui_width_fitting_button_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "border" + ] + }, + "new_ui_width_fitting_button_panel/border": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "new_ui_height_fitting_button_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "border" + ] + }, + "new_ui_height_fitting_button_panel/border": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "borderless_form_fitting_button_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel" + }, + "light_text_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_button_assets", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "light_text_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_text_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_text_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_text_button/locked": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_text_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "dark_button_assets", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "dark_text_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_text_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_text_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_text_button/locked": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "new_ui_binding_button_label": { + "file": "ui/ui_template_buttons.json", + "type": "label" + }, + "underline_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "underline_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "label_default" + ] + }, + "underline_button/default/label_default": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "single_line_label", + "namespace": "common" + } + }, + "underline_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "label_hover" + ] + }, + "underline_button/hover/label_hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "single_line_label", + "namespace": "common" + } + }, + "underline_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "label_hover" + ] + }, + "underline_button/pressed/label_hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "single_line_label", + "namespace": "common" + } + }, + "read_button": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "read_button_inner" + ] + }, + "read_button/read_button_inner": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "underline_button", + "namespace": "common_buttons" + } + }, + "light_content_form_fitting_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "dark_content_form_fitting_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "light_text_form_fitting_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "dark_text_form_fitting_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "transparent_content_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "single_image_with_border_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "light_content_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_button_assets", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "light_content_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_content_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_content_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_content_button/locked": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_content_button_control_content": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "light_content_button_control_content/default": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_content_button_control_content/hover": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_content_button_control_content/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_content_button_control_content/locked": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "deactivated_light_content_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "dark_content_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "dark_button_assets", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "dark_content_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_content_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_content_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_content_button/locked": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "no_background_content_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "no_background_content_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "no_background_content_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "no_background_content_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "no_background_content_button/locked": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "button_content_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "content" + ] + }, + "button_content_panel/content": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "form_fitting_button_content_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "content" + ] + }, + "form_fitting_button_content_panel/content": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "horizontal_form_fitting": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "content" + ] + }, + "horizontal_form_fitting/content": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "width_fitting_button_content_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "content" + ] + }, + "width_fitting_button_content_panel/content": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "height_fitting_button_content_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "content" + ] + }, + "height_fitting_button_content_panel/content": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "light_glyph_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_button_assets", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "light_glyph_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "light_glyph_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "light_glyph_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "light_glyph_button/locked": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "dark_glyph_button_default": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "dark_glyph_button_hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "dark_glyph_button_pressed": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "dark_glyph_button_locked": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + } + }, + "dark_glyph_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "dark_button_assets", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "dark_glyph_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "dark_glyph_button_default", + "namespace": "common_buttons" + } + }, + "dark_glyph_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "dark_glyph_button_hover", + "namespace": "common_buttons" + } + }, + "dark_glyph_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "dark_glyph_button_pressed", + "namespace": "common_buttons" + } + }, + "dark_glyph_button/locked": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "dark_glyph_button_locked", + "namespace": "common_buttons" + } + }, + "dark_glyph_button_with_custom_control": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "dark_glyph_button", + "namespace": "common_buttons" + }, + "children": [ + "custom_control", + "default", + "hover", + "pressed", + "locked" + ] + }, + "dark_glyph_button_with_custom_control/custom_control": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_glyph_button_with_custom_control/default": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "dark_glyph_button_default", + "namespace": "common_buttons" + } + }, + "dark_glyph_button_with_custom_control/hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "dark_glyph_button_hover", + "namespace": "common_buttons" + } + }, + "dark_glyph_button_with_custom_control/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "dark_glyph_button_pressed", + "namespace": "common_buttons" + } + }, + "dark_glyph_button_with_custom_control/locked": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "dark_glyph_button_locked", + "namespace": "common_buttons" + } + }, + "glyph_content_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "glyph_button_content" + ] + }, + "glyph_content_panel/glyph_button_content": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "hyperlink_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "hyperlink_content_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "nested_button_assets": { + "file": "ui/ui_template_buttons.json", + "type": "image" + }, + "nested_overlay_assets": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "nested_button_assets", + "namespace": "common_buttons" + } + }, + "nested_label_content_background_assets": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "nested_button_assets", + "namespace": "common_buttons" + } + }, + "nested_label_background_assets": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "nested_button_assets", + "namespace": "common_buttons" + } + }, + "nested_transparent_label_content_background_assets": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "assets" + ] + }, + "nested_transparent_label_content_background_assets/assets": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "nested_button_assets", + "namespace": "common_buttons" + } + }, + "nested_base_label": { + "file": "ui/ui_template_buttons.json", + "type": "label" + }, + "nested_centered_label_control": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "label" + ] + }, + "nested_centered_label_control/label": { + "file": "ui/ui_template_buttons.json", + "type": "label", + "extend": { + "name": "nested_base_label", + "namespace": "common_buttons" + } + }, + "nested_label_with_image_control": { + "file": "ui/ui_template_buttons.json", + "type": "stack_panel", + "children": [ + "image", + "image_to_label_padding", + "label_panel" + ] + }, + "nested_label_with_image_control/image": { + "file": "ui/ui_template_buttons.json", + "type": "image" + }, + "nested_label_with_image_control/image_to_label_padding": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "nested_label_with_image_control/label_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "label" + ] + }, + "nested_label_with_image_control/label_panel/label": { + "file": "ui/ui_template_buttons.json", + "type": "label", + "extend": { + "name": "nested_base_label", + "namespace": "common_buttons" + } + }, + "nested_six_part_empty_definition": { + "file": "ui/ui_template_buttons.json", + "type": "label" + }, + "nested_six_part_label_control": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "left_top_label", + "left_middle_label", + "left_bottom_label", + "right_top_label", + "right_middle_label", + "right_bottom_label" + ] + }, + "nested_six_part_label_control/left_top_label": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_six_part_label_control/left_middle_label": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_six_part_label_control/left_bottom_label": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_six_part_label_control/right_top_label": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_six_part_label_control/right_middle_label": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_six_part_label_control/right_bottom_label": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_dark_button_assets": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "nested_button_assets", + "namespace": "common_buttons" + } + }, + "nested_content_background_assets": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "nested_button_assets", + "namespace": "common_buttons" + } + }, + "nested_content_overlay_assets": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "nested_button_assets", + "namespace": "common_buttons" + } + }, + "nested_dark_control_with_image": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "background", + "image_panel" + ] + }, + "nested_dark_control_with_image/background": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "nested_dark_button_assets", + "namespace": "common_buttons" + } + }, + "nested_dark_control_with_image/image_panel": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "image" + ] + }, + "nested_dark_control_with_image/image_panel/image": { + "file": "ui/ui_template_buttons.json", + "type": "image" + }, + "nestable_button": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "nested_controls_panel", + "base_button" + ] + }, + "nestable_button/nested_controls_panel": { + "file": "ui/ui_template_buttons.json", + "type": "input_panel", + "children": [ + "locked_overlay", + "nested_controls" + ] + }, + "nestable_button/nested_controls_panel/locked_overlay": { + "file": "ui/ui_template_buttons.json", + "type": "image" + }, + "nestable_button/nested_controls_panel/nested_controls": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nestable_button/base_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "nestable_button/base_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "nested_button_base", + "namespace": "common_buttons" + } + }, + "nestable_button/base_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "nested_button_base", + "namespace": "common_buttons" + } + }, + "nestable_button/base_button/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "nested_button_base", + "namespace": "common_buttons" + } + }, + "nestable_button/base_button/locked": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "nested_button_base", + "namespace": "common_buttons" + } + }, + "nested_button_base": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "button_overlay", + "button_control" + ] + }, + "nested_button_base/button_overlay": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_button_base/button_control": { + "file": "ui/ui_template_buttons.json", + "type": "stack_panel", + "children": [ + "control_area", + "button_stack_padding", + "label_area" + ] + }, + "nested_button_base/button_control/control_area": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "background", + "control", + "overlay" + ] + }, + "nested_button_base/button_control/control_area/background": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_button_base/button_control/control_area/control": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_button_base/button_control/control_area/overlay": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_button_base/button_control/button_stack_padding": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "nested_button_base/button_control/label_area": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "children": [ + "background", + "control_background", + "control" + ] + }, + "nested_button_base/button_control/label_area/background": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_button_base/button_control/label_area/control_background": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "nested_button_base/button_control/label_area/control": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + }, + "dark_nestable_button": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "nestable_button", + "namespace": "common_buttons" + } + }, + "transparent_label_nestable_button": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "nestable_button", + "namespace": "common_buttons" + } + }, + "static_tooltip_notification_panel": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "pressed", + "hover", + "locked", + "static_tooltip_popup_panel" + ] + }, + "static_tooltip_notification_panel/default": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "tooltip_button_content", + "namespace": "common" + } + }, + "static_tooltip_notification_panel/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "tooltip_button_content", + "namespace": "common" + } + }, + "static_tooltip_notification_panel/hover": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "tooltip_button_content", + "namespace": "common" + } + }, + "static_tooltip_notification_panel/locked": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "tooltip_button_content", + "namespace": "common" + } + }, + "static_tooltip_notification_panel/static_tooltip_popup_panel": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "static_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "dynamic_tooltip_notification_panel": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "pressed", + "hover", + "locked", + "dyanmic_tooltip_popup_panel" + ] + }, + "dynamic_tooltip_notification_panel/default": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "tooltip_button_content", + "namespace": "common" + } + }, + "dynamic_tooltip_notification_panel/pressed": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "tooltip_button_content", + "namespace": "common" + } + }, + "dynamic_tooltip_notification_panel/hover": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "tooltip_button_content", + "namespace": "common" + } + }, + "dynamic_tooltip_notification_panel/locked": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "tooltip_button_content", + "namespace": "common" + } + }, + "dynamic_tooltip_notification_panel/dyanmic_tooltip_popup_panel": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "dynamic_tooltip_popup_with_image_and_text", + "namespace": "common" + } + }, + "text_body_focus_border_for_controller_button": { + "file": "ui/ui_template_buttons.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "text_control" + ] + }, + "text_body_focus_border_for_controller_button/default": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "text_body_focus_border_for_controller_button/hover": { + "file": "ui/ui_template_buttons.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + }, + "children": [ + "focus_border" + ] + }, + "text_body_focus_border_for_controller_button/hover/focus_border": { + "file": "ui/ui_template_buttons.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "text_body_focus_border_for_controller_button/text_control": { + "file": "ui/ui_template_buttons.json", + "type": "unknown" + } + }, + "common_dialogs": { + "standard_title_label": { + "file": "ui/ui_template_dialogs.json", + "type": "label" + }, + "title_label": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "common_dialogs_0", + "common_dialogs_1" + ] + }, + "title_label/common_dialogs_0": { + "file": "ui/ui_template_dialogs.json", + "type": "label", + "extend": { + "name": "standard_title_label", + "namespace": "common_dialogs" + } + }, + "title_label/common_dialogs_1": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_three_buttons": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "common_panel", + "title_label", + "panel_indent", + "top_button_panel", + "middle_button_panel", + "bottom_button_panel" + ] + }, + "main_panel_three_buttons/common_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel_three_buttons/title_label": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "main_panel_three_buttons/panel_indent": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "main_panel_three_buttons/panel_indent/inside_header_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_three_buttons/top_button_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_three_buttons/middle_button_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_three_buttons/bottom_button_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_two_buttons": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "common_panel", + "title_label", + "panel_indent", + "top_button_panel", + "bottom_button_panel" + ] + }, + "main_panel_two_buttons/common_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel_two_buttons/title_label": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "main_panel_two_buttons/panel_indent": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "main_panel_two_buttons/panel_indent/inside_header_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_two_buttons/top_button_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_two_buttons/bottom_button_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_one_button": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "common_panel", + "title_label", + "panel_indent", + "bottom_button_panel" + ] + }, + "main_panel_one_button/common_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel_one_button/title_label": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "main_panel_one_button/panel_indent": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "main_panel_one_button/panel_indent/inside_header_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_one_button/bottom_button_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_no_buttons": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "common_panel", + "title_label", + "panel_indent" + ] + }, + "main_panel_no_buttons/common_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel_no_buttons/title_label": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "main_panel_no_buttons/panel_indent": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "main_panel_no_buttons/panel_indent/inside_header_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_no_title_no_buttons": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "common_panel", + "panel_indent" + ] + }, + "main_panel_no_title_no_buttons/common_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel_no_title_no_buttons/panel_indent": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "main_panel_no_title_no_buttons/panel_indent/inside_header_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_small_title_one_button": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "common_panel", + "title_label", + "panel_indent", + "bottom_button_panel" + ] + }, + "main_panel_small_title_one_button/common_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "main_panel_small_title_one_button/title_label": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "main_panel_small_title_one_button/panel_indent": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "main_panel_small_title_one_button/panel_indent/inside_header_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel_small_title_one_button/bottom_button_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "main_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "modal_background_image", + "panel_indent" + ] + }, + "main_panel/modal_background_image": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown", + "extend": { + "name": "modal_background_image", + "namespace": "modal" + } + }, + "main_panel/panel_indent": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "main_panel/panel_indent/inside_header_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "form_fitting_main_panel_no_buttons": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "common_panel" + ] + }, + "form_fitting_main_panel_no_buttons/common_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common_dialogs" + } + }, + "common_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "bg_image" + ] + }, + "common_panel/bg_image": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "dialog_background_common": { + "file": "ui/ui_template_dialogs.json", + "type": "image" + }, + "dialog_background_thin": { + "file": "ui/ui_template_dialogs.json", + "type": "image" + }, + "flat_solid_background": { + "file": "ui/ui_template_dialogs.json", + "type": "image" + }, + "dialog_background_hollow_common": { + "file": "ui/ui_template_dialogs.json", + "type": "image", + "extend": { + "name": "dialog_background_common", + "namespace": "common_dialogs" + }, + "children": [ + "control" + ] + }, + "dialog_background_hollow_common/control": { + "file": "ui/ui_template_dialogs.json", + "type": "image", + "children": [ + "inside_header_panel", + "close_button_holder", + "title_label" + ] + }, + "dialog_background_hollow_common/control/inside_header_panel": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "dialog_background_hollow_common/control/close_button_holder": { + "file": "ui/ui_template_dialogs.json", + "type": "stack_panel", + "extend": { + "name": "common_close_button_holder", + "namespace": "common_dialogs" + } + }, + "dialog_background_hollow_common/control/title_label": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "common_close_button_holder": { + "file": "ui/ui_template_dialogs.json", + "type": "stack_panel", + "children": [ + "close", + "compact_close" + ] + }, + "common_close_button_holder/close": { + "file": "ui/ui_template_dialogs.json", + "type": "button", + "extend": { + "name": "close_button", + "namespace": "common" + } + }, + "common_close_button_holder/compact_close": { + "file": "ui/ui_template_dialogs.json", + "type": "button", + "extend": { + "name": "compact_close_button", + "namespace": "common" + } + }, + "dialog_background_opaque": { + "file": "ui/ui_template_dialogs.json", + "type": "image", + "extend": { + "name": "dialog_background_common", + "namespace": "common_dialogs" + } + }, + "dialog_background_opaque_with_child": { + "file": "ui/ui_template_dialogs.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common_dialogs" + } + }, + "dialog_background_hollow_1": { + "file": "ui/ui_template_dialogs.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common_dialogs" + } + }, + "dialog_background_hollow_2": { + "file": "ui/ui_template_dialogs.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common_dialogs" + } + }, + "dialog_background_hollow_3": { + "file": "ui/ui_template_dialogs.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common_dialogs" + } + }, + "dialog_background_hollow_4": { + "file": "ui/ui_template_dialogs.json", + "type": "image", + "extend": { + "name": "dialog_background_hollow_common", + "namespace": "common_dialogs" + } + }, + "dialog_background_hollow_6": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown", + "extend": { + "name": "dialog_background_hollow_common:", + "namespace": "common_dialogs" + } + }, + "full_screen_background": { + "file": "ui/ui_template_dialogs.json", + "type": "panel", + "children": [ + "background" + ] + }, + "full_screen_background/background": { + "file": "ui/ui_template_dialogs.json", + "type": "unknown" + }, + "background_image": { + "file": "ui/ui_template_dialogs.json", + "type": "image" + } + }, + "common_tabs": { + "empty_tab_panel": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "children": [ + "img" + ] + }, + "empty_tab_panel/img": { + "file": "ui/ui_template_tabs.json", + "type": "unknown" + }, + "empty_tab_content": { + "file": "ui/ui_template_tabs.json", + "type": "panel" + }, + "tab_image": { + "file": "ui/ui_template_tabs.json", + "type": "image" + }, + "tab_panel": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "children": [ + "tab_image", + "tab_content_sizer" + ] + }, + "tab_panel/tab_image": { + "file": "ui/ui_template_tabs.json", + "type": "unknown" + }, + "tab_panel/tab_content_sizer": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "children": [ + "tab_content" + ] + }, + "tab_panel/tab_content_sizer/tab_content": { + "file": "ui/ui_template_tabs.json", + "type": "unknown" + }, + "base_tab": { + "file": "ui/ui_template_tabs.json", + "type": "panel" + }, + "tab_top": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "extend": { + "name": "base_tab", + "namespace": "common_tabs" + } + }, + "tab_left": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "extend": { + "name": "base_tab", + "namespace": "common_tabs" + } + }, + "tab_right": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "extend": { + "name": "base_tab", + "namespace": "common_tabs" + } + }, + "pocket_empty_tab_panel": { + "file": "ui/ui_template_tabs.json", + "type": "panel" + }, + "pocket_tab_left": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "extend": { + "name": "tab_left", + "namespace": "common_tabs" + } + }, + "pocket_left_tab_v2": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "extend": { + "name": "tab_left", + "namespace": "common_tabs" + } + }, + "pocket_tab_right": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "extend": { + "name": "tab_right", + "namespace": "common_tabs" + } + }, + "pocket_right_tab_v2": { + "file": "ui/ui_template_tabs.json", + "type": "panel", + "extend": { + "name": "tab_right", + "namespace": "common_tabs" + } + }, + "pocket_tab_close_button": { + "file": "ui/ui_template_tabs.json", + "type": "image", + "children": [ + "close_button" + ] + }, + "pocket_tab_close_button/close_button": { + "file": "ui/ui_template_tabs.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "pocket_tab_help_button": { + "file": "ui/ui_template_tabs.json", + "type": "image", + "children": [ + "help_button" + ] + }, + "pocket_tab_help_button/help_button": { + "file": "ui/ui_template_tabs.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "common" + } + }, + "pocket_tab_close_and_help_button": { + "file": "ui/ui_template_tabs.json", + "type": "image", + "children": [ + "close_button", + "help_button" + ] + }, + "pocket_tab_close_and_help_button/close_button": { + "file": "ui/ui_template_tabs.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "pocket_tab_close_and_help_button/help_button": { + "file": "ui/ui_template_tabs.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "common" + } + }, + "tab_close_and_help_button": { + "file": "ui/ui_template_tabs.json", + "type": "image", + "children": [ + "close_button", + "help_button" + ] + }, + "tab_close_and_help_button/close_button": { + "file": "ui/ui_template_tabs.json", + "type": "button", + "extend": { + "name": "light_close_button", + "namespace": "common" + } + }, + "tab_close_and_help_button/help_button": { + "file": "ui/ui_template_tabs.json", + "type": "button", + "extend": { + "name": "help_button", + "namespace": "common" + } + } + }, + "common_toggles": { + "content_toggle_image_panel": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "children": [ + "icon" + ] + }, + "content_toggle_image_panel/icon": { + "file": "ui/ui_template_toggles.json", + "type": "image" + }, + "content_toggle_label_panel": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "children": [ + "toggle_label" + ] + }, + "content_toggle_label_panel/toggle_label": { + "file": "ui/ui_template_toggles.json", + "type": "label" + }, + "content_toggle_icon_panel": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "children": [ + "content_toggle_image" + ] + }, + "content_toggle_icon_panel/content_toggle_image": { + "file": "ui/ui_template_toggles.json", + "type": "image" + }, + "toggle_content_panel": { + "file": "ui/ui_template_toggles.json", + "type": "stack_panel", + "children": [ + "toggle_image_panel", + "toggle_image_padding_label", + "toggle_label_panel", + "toggle_label_padding_toggle_icon", + "toggle_icon" + ] + }, + "toggle_content_panel/toggle_image_panel": { + "file": "ui/ui_template_toggles.json", + "type": "unknown" + }, + "toggle_content_panel/toggle_image_padding_label": { + "file": "ui/ui_template_toggles.json", + "type": "panel" + }, + "toggle_content_panel/toggle_label_panel": { + "file": "ui/ui_template_toggles.json", + "type": "unknown" + }, + "toggle_content_panel/toggle_label_padding_toggle_icon": { + "file": "ui/ui_template_toggles.json", + "type": "panel" + }, + "toggle_content_panel/toggle_icon": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "content_toggle_icon_panel", + "namespace": "common_toggles" + } + }, + "vertical_form_fitting_toggle_content": { + "file": "ui/ui_template_toggles.json", + "type": "stack_panel", + "children": [ + "toggle_image_panel", + "toggle_image_padding_label", + "toggle_label_panel", + "toggle_label_padding_toggle_icon", + "toggle_icon" + ] + }, + "vertical_form_fitting_toggle_content/toggle_image_panel": { + "file": "ui/ui_template_toggles.json", + "type": "unknown" + }, + "vertical_form_fitting_toggle_content/toggle_image_padding_label": { + "file": "ui/ui_template_toggles.json", + "type": "panel" + }, + "vertical_form_fitting_toggle_content/toggle_label_panel": { + "file": "ui/ui_template_toggles.json", + "type": "unknown" + }, + "vertical_form_fitting_toggle_content/toggle_label_padding_toggle_icon": { + "file": "ui/ui_template_toggles.json", + "type": "panel" + }, + "vertical_form_fitting_toggle_content/toggle_icon": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "content_toggle_icon_panel", + "namespace": "common_toggles" + } + }, + "light_text_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "light_image_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "light_content_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "dark_ui_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "dark_text_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "dark_ui_toggle", + "namespace": "common_toggles" + } + }, + "dark_image_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "dark_ui_toggle", + "namespace": "common_toggles" + } + }, + "dark_content_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "dark_ui_toggle", + "namespace": "common_toggles" + } + }, + "dark_vertical_template_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "dark_template_toggle", + "namespace": "common_toggles" + } + }, + "dark_vertical_form_fitting_content_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "children": [ + "dark_content_toggle" + ] + }, + "dark_vertical_form_fitting_content_toggle/dark_content_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle", + "namespace": "common_toggles" + } + }, + "dark_template_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_template_toggle", + "namespace": "common_toggles" + } + }, + "light_template_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle", + "namespace": "common" + } + }, + "light_ui_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel" + }, + "switch_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_image_toggle", + "namespace": "common_toggles" + } + }, + "light_text_toggle_collection": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle_collection", + "namespace": "common_toggles" + } + }, + "light_image_toggle_collection": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle_collection", + "namespace": "common_toggles" + } + }, + "dark_text_toggle_collection": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "dark_ui_toggle_collection", + "namespace": "common_toggles" + } + }, + "dark_image_toggle_collection": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "dark_ui_toggle_collection", + "namespace": "common_toggles" + } + }, + "dark_ui_toggle_collection": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_ui_toggle_collection", + "namespace": "common_toggles" + } + }, + "light_ui_toggle_collection": { + "file": "ui/ui_template_toggles.json", + "type": "panel" + }, + "switch_toggle_collection": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_image_toggle_collection", + "namespace": "common_toggles" + } + }, + "toggle_state_panel": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "children": [ + "button_panel" + ] + }, + "toggle_state_panel/button_panel": { + "file": "ui/ui_template_toggles.json", + "type": "unknown" + }, + "toggle_unchecked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_state_panel", + "namespace": "common_toggles" + } + }, + "toggle_checked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_state_panel", + "namespace": "common_toggles" + } + }, + "toggle_unchecked_hover": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_state_panel", + "namespace": "common_toggles" + } + }, + "toggle_checked_hover": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_state_panel", + "namespace": "common_toggles" + } + }, + "toggle_locked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_state_panel", + "namespace": "common_toggles" + } + }, + "toggle_unchecked_locked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_state_panel", + "namespace": "common_toggles" + } + }, + "toggle_checked_locked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_state_panel", + "namespace": "common_toggles" + } + }, + "toggle_unchecked_hover_with_chevron": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_unchecked_hover", + "namespace": "common_toggles" + } + }, + "toggle_checked_hover_with_chevron": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "toggle_checked_hover", + "namespace": "common_toggles" + } + }, + "toggle_image": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "children": [ + "image" + ] + }, + "toggle_image/image": { + "file": "ui/ui_template_toggles.json", + "type": "unknown" + }, + "radio_off_icon": { + "file": "ui/ui_template_toggles.json", + "type": "image" + }, + "radio_off_hover_icon": { + "file": "ui/ui_template_toggles.json", + "type": "image" + }, + "radio_on_icon": { + "file": "ui/ui_template_toggles.json", + "type": "image" + }, + "radio_on_hover_icon": { + "file": "ui/ui_template_toggles.json", + "type": "image" + }, + "check_box_button_toggle_image": { + "file": "ui/ui_template_toggles.json", + "type": "image" + }, + "checkbox_button_checked_state": { + "file": "ui/ui_template_toggles.json", + "type": "image", + "extend": { + "name": "check_box_button_toggle_image", + "namespace": "common_toggles" + } + }, + "checkbox_button_unchecked_state": { + "file": "ui/ui_template_toggles.json", + "type": "image", + "extend": { + "name": "check_box_button_toggle_image", + "namespace": "common_toggles" + } + }, + "checkbox_button_checked_hover_state": { + "file": "ui/ui_template_toggles.json", + "type": "image", + "extend": { + "name": "check_box_button_toggle_image", + "namespace": "common_toggles" + } + }, + "checkbox_button_unchecked_hover_state": { + "file": "ui/ui_template_toggles.json", + "type": "image", + "extend": { + "name": "check_box_button_toggle_image", + "namespace": "common_toggles" + } + }, + "checkbox_button_checked_locked_state": { + "file": "ui/ui_template_toggles.json", + "type": "image", + "extend": { + "name": "check_box_button_toggle_image", + "namespace": "common_toggles" + } + }, + "checkbox_button_unchecked_locked_state": { + "file": "ui/ui_template_toggles.json", + "type": "image", + "extend": { + "name": "check_box_button_toggle_image", + "namespace": "common_toggles" + } + }, + "toggle_checkbox_unchecked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "check_box_button_ui_panel", + "namespace": "common_toggles" + } + }, + "toggle_checkbox_checked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "check_box_button_ui_panel", + "namespace": "common_toggles" + } + }, + "toggle_checkbox_unchecked_hover": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "check_box_button_ui_panel", + "namespace": "common_toggles" + } + }, + "toggle_checkbox_checked_hover": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "check_box_button_ui_panel", + "namespace": "common_toggles" + } + }, + "toggle_checkbox_unchecked_locked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "check_box_button_ui_panel", + "namespace": "common_toggles" + } + }, + "toggle_checkbox_checked_locked": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "check_box_button_ui_panel", + "namespace": "common_toggles" + } + }, + "check_box_button_ui_panel": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "new_ui_button_panel", + "namespace": "common_buttons" + }, + "children": [ + "toggle_image" + ] + }, + "check_box_button_ui_panel/toggle_image": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "children": [ + "button_content", + "border", + "checkbox_image" + ] + }, + "check_box_button_ui_panel/toggle_image/button_content": { + "file": "ui/ui_template_toggles.json", + "type": "panel" + }, + "check_box_button_ui_panel/toggle_image/border": { + "file": "ui/ui_template_toggles.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "common_buttons" + } + }, + "check_box_button_ui_panel/toggle_image/checkbox_image": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "children": [ + "image" + ] + }, + "check_box_button_ui_panel/toggle_image/checkbox_image/image": { + "file": "ui/ui_template_toggles.json", + "type": "unknown" + }, + "button_and_checkbox_template": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_template_toggle", + "namespace": "common_toggles" + } + }, + "button_with_checkbox_toggle": { + "file": "ui/ui_template_toggles.json", + "type": "panel", + "extend": { + "name": "light_text_toggle", + "namespace": "common_toggles" + } + } + }, + "friendsbutton": { + "friendsdrawer_animated_icon": { + "file": "ui/ui_friendsbutton.json", + "type": "image" + }, + "profilepicture": { + "file": "ui/ui_friendsbutton.json", + "type": "custom" + }, + "persona_icon_with_border": { + "file": "ui/ui_friendsbutton.json", + "type": "panel", + "children": [ + "profile_icon", + "border_black" + ] + }, + "persona_icon_with_border/profile_icon": { + "file": "ui/ui_friendsbutton.json", + "type": "custom", + "extend": { + "name": "profilepicture", + "namespace": "friendsbutton" + } + }, + "persona_icon_with_border/border_black": { + "file": "ui/ui_friendsbutton.json", + "type": "image", + "extend": { + "name": "focus_border_black", + "namespace": "common" + } + }, + "friendsdrawer_persona_icons": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel" + }, + "social_button_stackpanel": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "extend": { + "name": "friendsdrawer_persona_icons", + "namespace": "friendsbutton" + }, + "children": [ + "image_panel" + ] + }, + "social_button_stackpanel/image_panel": { + "file": "ui/ui_friendsbutton.json", + "type": "panel", + "children": [ + "social_icon" + ] + }, + "social_button_stackpanel/image_panel/social_icon": { + "file": "ui/ui_friendsbutton.json", + "type": "image", + "extend": { + "name": "friendsdrawer_animated_icon", + "namespace": "friendsbutton" + } + }, + "social_button_hover_stackpanel": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "extend": { + "name": "social_button_stackpanel", + "namespace": "friendsbutton" + } + }, + "self_persona_stackpanel": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "extend": { + "name": "friendsdrawer_persona_icons", + "namespace": "friendsbutton" + }, + "children": [ + "self_icon" + ] + }, + "self_persona_stackpanel/self_icon": { + "file": "ui/ui_friendsbutton.json", + "type": "panel", + "extend": { + "name": "persona_icon_with_border", + "namespace": "friendsbutton" + } + }, + "single_friend_persona_stackpanel": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "extend": { + "name": "friendsdrawer_persona_icons", + "namespace": "friendsbutton" + }, + "children": [ + "self_icon", + "friend_one_icon" + ] + }, + "single_friend_persona_stackpanel/self_icon": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "extend": { + "name": "self_persona_stackpanel", + "namespace": "friendsbutton" + } + }, + "single_friend_persona_stackpanel/friend_one_icon": { + "file": "ui/ui_friendsbutton.json", + "type": "panel", + "extend": { + "name": "persona_icon_with_border", + "namespace": "friendsbutton" + } + }, + "many_friend_persona_stackpanel": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "extend": { + "name": "friendsdrawer_persona_icons", + "namespace": "friendsbutton" + }, + "children": [ + "self_icon", + "extra_friends_text_panel" + ] + }, + "many_friend_persona_stackpanel/self_icon": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "extend": { + "name": "self_persona_stackpanel", + "namespace": "friendsbutton" + } + }, + "many_friend_persona_stackpanel/extra_friends_text_panel": { + "file": "ui/ui_friendsbutton.json", + "type": "panel", + "children": [ + "background", + "extra_members_label", + "border_black" + ] + }, + "many_friend_persona_stackpanel/extra_friends_text_panel/background": { + "file": "ui/ui_friendsbutton.json", + "type": "image" + }, + "many_friend_persona_stackpanel/extra_friends_text_panel/extra_members_label": { + "file": "ui/ui_friendsbutton.json", + "type": "label" + }, + "many_friend_persona_stackpanel/extra_friends_text_panel/border_black": { + "file": "ui/ui_friendsbutton.json", + "type": "image", + "extend": { + "name": "focus_border_black", + "namespace": "common" + } + }, + "button": { + "file": "ui/ui_friendsbutton.json", + "type": "button", + "extend": { + "name": "light_content_form_fitting_button", + "namespace": "common_buttons" + }, + "children": [ + "default", + "hover", + "pressed", + "locked" + ] + }, + "button/default": { + "file": "ui/ui_friendsbutton.json", + "type": "unknown" + }, + "button/hover": { + "file": "ui/ui_friendsbutton.json", + "type": "unknown" + }, + "button/pressed": { + "file": "ui/ui_friendsbutton.json", + "type": "unknown" + }, + "button/locked": { + "file": "ui/ui_friendsbutton.json", + "type": "unknown" + }, + "social_factory_stackpanel_default": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel" + }, + "social_factory_stackpanel_hovered": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel" + }, + "friendsdrawer_button_content": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "children": [ + "social_factory_stackpanel", + "padding_middle", + "vertically_centered_text", + "padding_right" + ] + }, + "friendsdrawer_button_content/social_factory_stackpanel": { + "file": "ui/ui_friendsbutton.json", + "type": "unknown" + }, + "friendsdrawer_button_content/padding_middle": { + "file": "ui/ui_friendsbutton.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "friendsdrawer_button_content/vertically_centered_text": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "children": [ + "top_padding", + "profile_button_label" + ] + }, + "friendsdrawer_button_content/vertically_centered_text/top_padding": { + "file": "ui/ui_friendsbutton.json", + "type": "panel" + }, + "friendsdrawer_button_content/vertically_centered_text/profile_button_label": { + "file": "ui/ui_friendsbutton.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + }, + "friendsdrawer_button_content/padding_right": { + "file": "ui/ui_friendsbutton.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "friendsdrawer_hover_button_content": { + "file": "ui/ui_friendsbutton.json", + "type": "stack_panel", + "extend": { + "name": "friendsdrawer_button_content", + "namespace": "friendsbutton" + } + }, + "friends_drawer_popup": { + "file": "ui/ui_friendsbutton.json", + "type": "button", + "extend": { + "name": "static_tooltip_notification_panel", + "namespace": "common_buttons" + } + } + }, + "iconbutton": { + "iconbutton_animated_icon": { + "file": "ui/ui_iconbutton.json", + "type": "image" + }, + "button": { + "file": "ui/ui_iconbutton.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "iconbutton_button_content": { + "file": "ui/ui_iconbutton.json", + "type": "stack_panel", + "children": [ + "icon_wrapper", + "padding_middle", + "vertically_centered_text" + ] + }, + "iconbutton_button_content/icon_wrapper": { + "file": "ui/ui_iconbutton.json", + "type": "panel", + "children": [ + "icon_with_border" + ] + }, + "iconbutton_button_content/icon_wrapper/icon_with_border": { + "file": "ui/ui_iconbutton.json", + "type": "panel", + "children": [ + "iconbutton_animated_icon", + "border_black" + ] + }, + "iconbutton_button_content/icon_wrapper/icon_with_border/iconbutton_animated_icon": { + "file": "ui/ui_iconbutton.json", + "type": "image", + "extend": { + "name": "iconbutton_animated_icon", + "namespace": "iconbutton" + } + }, + "iconbutton_button_content/icon_wrapper/icon_with_border/border_black": { + "file": "ui/ui_iconbutton.json", + "type": "image", + "extend": { + "name": "focus_border_black", + "namespace": "common" + } + }, + "iconbutton_button_content/padding_middle": { + "file": "ui/ui_iconbutton.json", + "type": "panel", + "extend": { + "name": "empty_panel", + "namespace": "common" + } + }, + "iconbutton_button_content/vertically_centered_text": { + "file": "ui/ui_iconbutton.json", + "type": "stack_panel", + "children": [ + "top_padding", + "profile_button_label" + ] + }, + "iconbutton_button_content/vertically_centered_text/top_padding": { + "file": "ui/ui_iconbutton.json", + "type": "panel" + }, + "iconbutton_button_content/vertically_centered_text/profile_button_label": { + "file": "ui/ui_iconbutton.json", + "type": "label", + "extend": { + "name": "new_ui_binding_button_label", + "namespace": "common_buttons" + } + } + }, + "update_dimensions": { + "update_dimensions_update_and_play_button": { + "file": "ui/update_dimensions.json", + "type": "button", + "extend": { + "name": "popup_dialog_button", + "namespace": "popup_dialog" + } + }, + "update_dimensions_description": { + "file": "ui/update_dimensions.json", + "type": "label" + }, + "update_dimensions_label_panel": { + "file": "ui/update_dimensions.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "make_backup_checkbox": { + "file": "ui/update_dimensions.json", + "type": "panel", + "extend": { + "name": "checkbox", + "namespace": "common" + }, + "children": [ + "header_description_stack_panel" + ] + }, + "make_backup_checkbox/header_description_stack_panel": { + "file": "ui/update_dimensions.json", + "type": "stack_panel", + "children": [ + "checkbox_visuals", + "buffer_panel", + "another_panel" + ] + }, + "make_backup_checkbox/header_description_stack_panel/checkbox_visuals": { + "file": "ui/update_dimensions.json", + "type": "panel", + "extend": { + "name": "toggle_visuals", + "namespace": "common" + } + }, + "make_backup_checkbox/header_description_stack_panel/buffer_panel": { + "file": "ui/update_dimensions.json", + "type": "panel", + "children": [ + "label" + ] + }, + "make_backup_checkbox/header_description_stack_panel/buffer_panel/label": { + "file": "ui/update_dimensions.json", + "type": "label" + }, + "make_backup_checkbox/header_description_stack_panel/another_panel": { + "file": "ui/update_dimensions.json", + "type": "panel" + }, + "world_upgrade": { + "file": "ui/update_dimensions.json", + "type": "image" + }, + "update_dimensions_dialog": { + "file": "ui/update_dimensions.json", + "type": "panel", + "extend": { + "name": "main_panel_three_buttons", + "namespace": "common_dialogs" + }, + "children": [ + "common_panel", + "title_label", + "panel_indent", + "top_button_panel", + "bottom_button_panel", + "world_upgrade_image" + ] + }, + "update_dimensions_dialog/common_panel": { + "file": "ui/update_dimensions.json", + "type": "panel", + "extend": { + "name": "common_panel", + "namespace": "common" + } + }, + "update_dimensions_dialog/title_label": { + "file": "ui/update_dimensions.json", + "type": "panel", + "extend": { + "name": "title_label", + "namespace": "common_dialogs" + } + }, + "update_dimensions_dialog/panel_indent": { + "file": "ui/update_dimensions.json", + "type": "panel", + "children": [ + "inside_header_panel" + ] + }, + "update_dimensions_dialog/panel_indent/inside_header_panel": { + "file": "ui/update_dimensions.json", + "type": "unknown" + }, + "update_dimensions_dialog/top_button_panel": { + "file": "ui/update_dimensions.json", + "type": "unknown" + }, + "update_dimensions_dialog/bottom_button_panel": { + "file": "ui/update_dimensions.json", + "type": "unknown" + }, + "update_dimensions_dialog/world_upgrade_image": { + "file": "ui/update_dimensions.json", + "type": "image", + "extend": { + "name": "world_upgrade", + "namespace": "update_dimensions" + } + }, + "gamepad_helpers": { + "file": "ui/update_dimensions.json", + "type": "panel", + "children": [ + "gamepad_helper_a" + ] + }, + "gamepad_helpers/gamepad_helper_a": { + "file": "ui/update_dimensions.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_a", + "namespace": "common" + } + }, + "update_dimensions_screen": { + "file": "ui/update_dimensions.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "update_dimensions_screen_content": { + "file": "ui/update_dimensions.json", + "type": "panel", + "children": [ + "update_dimensions_dialog", + "gamepad_helpers" + ] + }, + "update_dimensions_screen_content/update_dimensions_dialog": { + "file": "ui/update_dimensions.json", + "type": "panel", + "extend": { + "name": "update_dimensions_dialog", + "namespace": "update_dimensions" + } + }, + "update_dimensions_screen_content/gamepad_helpers": { + "file": "ui/update_dimensions.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "update_dimensions" + } + } + }, + "update_version": { + "update_version_screen": { + "file": "ui/update_version.json", + "type": "screen", + "extend": { + "name": "modal_screen", + "namespace": "common" + } + }, + "update_version_popup": { + "file": "ui/update_version.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "background": { + "file": "ui/update_version.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + }, + "update_version_content": { + "file": "ui/update_version.json", + "type": "stack_panel", + "children": [ + "top_of_version_panel", + "spacer_1px", + "update_body_text", + "spacer_1px_2" + ] + }, + "update_version_content/top_of_version_panel": { + "file": "ui/update_version.json", + "type": "stack_panel", + "extend": { + "name": "picture_and_patch_notes", + "namespace": "update_version" + } + }, + "update_version_content/spacer_1px": { + "file": "ui/update_version.json", + "type": "panel" + }, + "update_version_content/update_body_text": { + "file": "ui/update_version.json", + "type": "label", + "extend": { + "name": "update_body_text", + "namespace": "update_version" + } + }, + "update_version_content/spacer_1px_2": { + "file": "ui/update_version.json", + "type": "panel" + }, + "patch_notes_panel": { + "file": "ui/update_version.json", + "type": "image", + "children": [ + "patch_notes_text" + ] + }, + "patch_notes_panel/patch_notes_text": { + "file": "ui/update_version.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "picture_and_patch_notes": { + "file": "ui/update_version.json", + "type": "stack_panel", + "children": [ + "patch_notes_image_outline", + "patch_notes_panel" + ] + }, + "picture_and_patch_notes/patch_notes_image_outline": { + "file": "ui/update_version.json", + "type": "image", + "children": [ + "patch_notes_image" + ] + }, + "picture_and_patch_notes/patch_notes_image_outline/patch_notes_image": { + "file": "ui/update_version.json", + "type": "image" + }, + "picture_and_patch_notes/patch_notes_panel": { + "file": "ui/update_version.json", + "type": "image", + "extend": { + "name": "patch_notes_panel", + "namespace": "update_version" + } + }, + "patch_notes": { + "file": "ui/update_version.json", + "type": "panel", + "children": [ + "patch_notes_text" + ] + }, + "patch_notes/patch_notes_text": { + "file": "ui/update_version.json", + "type": "label" + }, + "update_body_text": { + "file": "ui/update_version.json", + "type": "label" + }, + "update_button": { + "file": "ui/update_version.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + } + }, + "world_recovery": { + "world_recovery_screen": { + "file": "ui/world_recovery_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "world_recovery_screen_content": { + "file": "ui/world_recovery_screen.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "world_recovery_screen_content/dialog": { + "file": "ui/world_recovery_screen.json", + "type": "panel", + "extend": { + "name": "main_panel_one_button", + "namespace": "common_dialogs" + } + }, + "description_panel": { + "file": "ui/world_recovery_screen.json", + "type": "panel", + "extend": { + "name": "tts_label_focus_wrapper", + "namespace": "common" + } + }, + "scrolling_panel": { + "file": "ui/world_recovery_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "description_label": { + "file": "ui/world_recovery_screen.json", + "type": "label" + }, + "button_panel": { + "file": "ui/world_recovery_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "background": { + "file": "ui/world_recovery_screen.json", + "type": "image", + "extend": { + "name": "screen_background", + "namespace": "common" + } + } + }, + "world_templates": { + "horizontal_padding": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_icon": { + "file": "ui/world_templates_screen.json", + "type": "image" + }, + "realms_icon": { + "file": "ui/world_templates_screen.json", + "type": "image" + }, + "label_background": { + "file": "ui/world_templates_screen.json", + "type": "image" + }, + "lock_icon": { + "file": "ui/world_templates_screen.json", + "type": "image" + }, + "realms_plus_icon": { + "file": "ui/world_templates_screen.json", + "type": "image", + "extend": { + "name": "store_offer_type_icon", + "namespace": "common_store" + } + }, + "new_world_toggle": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "dark_image_toggle", + "namespace": "common_toggles" + } + }, + "new_realm_toggle": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "dark_image_toggle", + "namespace": "common_toggles" + } + }, + "world_button_content": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "horizontal_padding_0", + "icon_panel", + "horizontal_padding_1", + "world_button_label_panel", + "horizontal_padding_2" + ] + }, + "world_button_content/horizontal_padding_0": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding", + "namespace": "world_templates" + } + }, + "world_button_content/icon_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_button_content/horizontal_padding_1": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding", + "namespace": "world_templates" + } + }, + "world_button_content/world_button_label_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "world_button_label" + ] + }, + "world_button_content/world_button_label_panel/world_button_label": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "world_button_label", + "namespace": "world_templates" + } + }, + "world_button_content/horizontal_padding_2": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "horizontal_padding", + "namespace": "world_templates" + } + }, + "world_button_label": { + "file": "ui/world_templates_screen.json", + "type": "label" + }, + "common_button_template": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "light_glyph_button", + "namespace": "common_buttons" + } + }, + "generate_random": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "help_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "grid_button_content_template": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "content" + ] + }, + "grid_button_content_template/content": { + "file": "ui/world_templates_screen.json", + "type": "unknown" + }, + "label_content_template": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "label_panel" + ] + }, + "label_content_template/label_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "label_panel_layout" + ] + }, + "label_content_template/label_panel/label_panel_layout": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "label" + ] + }, + "label_content_template/label_panel/label_panel_layout/label": { + "file": "ui/world_templates_screen.json", + "type": "label" + }, + "my_templates_label": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "world_templates" + } + }, + "realms_plus_templates_label": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "world_templates" + } + }, + "custom_templates_label": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "label_content_template", + "namespace": "world_templates" + } + }, + "generate_random_button": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_button_content_template", + "namespace": "world_templates" + } + }, + "realms_templates_info": { + "file": "ui/world_templates_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "world_templates" + }, + "children": [ + "info_label" + ] + }, + "realms_templates_info/info_label": { + "file": "ui/world_templates_screen.json", + "type": "label" + }, + "world_list_text": { + "file": "ui/world_templates_screen.json", + "type": "label" + }, + "world_template_screenshot": { + "file": "ui/world_templates_screen.json", + "type": "image", + "children": [ + "picture" + ] + }, + "world_template_screenshot/picture": { + "file": "ui/world_templates_screen.json", + "type": "image" + }, + "world_template_name": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "world_templates" + } + }, + "world_template_description": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "world_templates" + } + }, + "world_template_version": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "world_templates" + } + }, + "template_download_text": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "world_list_text", + "namespace": "world_templates" + } + }, + "world_template_text_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "text_indent" + ] + }, + "world_template_text_panel/text_indent": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "top_side", + "bottom_side" + ] + }, + "world_template_text_panel/text_indent/top_side": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "world_template_name", + "download_text_label" + ] + }, + "world_template_text_panel/text_indent/top_side/world_template_name": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "world_template_name", + "namespace": "world_templates" + } + }, + "world_template_text_panel/text_indent/top_side/download_text_label": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "template_download_text", + "namespace": "world_templates" + } + }, + "world_template_text_panel/text_indent/bottom_side": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "csb_icon", + "pad", + "world_template_description", + "world_template_version" + ] + }, + "world_template_text_panel/text_indent/bottom_side/csb_icon": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "csb_banner", + "namespace": "world_templates" + } + }, + "world_template_text_panel/text_indent/bottom_side/pad": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_template_text_panel/text_indent/bottom_side/world_template_description": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "world_template_description", + "namespace": "world_templates" + } + }, + "world_template_text_panel/text_indent/bottom_side/world_template_version": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "world_template_version", + "namespace": "world_templates" + } + }, + "csb_banner": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "banner" + ] + }, + "csb_banner/banner": { + "file": "ui/world_templates_screen.json", + "type": "image" + }, + "world_template_content_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "world_template_screenshot", + "world_template_text_panel", + "lock_panel" + ] + }, + "world_template_content_panel/world_template_screenshot": { + "file": "ui/world_templates_screen.json", + "type": "image", + "extend": { + "name": "world_template_screenshot", + "namespace": "world_templates" + } + }, + "world_template_content_panel/world_template_text_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "world_template_text_panel", + "namespace": "world_templates" + } + }, + "world_template_content_panel/lock_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "lock_icon" + ] + }, + "world_template_content_panel/lock_panel/lock_icon": { + "file": "ui/world_templates_screen.json", + "type": "image", + "extend": { + "name": "lock_icon", + "namespace": "world_templates" + } + }, + "world_template_item_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "realms_plus_template_item_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "dark_content_button", + "namespace": "common_buttons" + } + }, + "world_template_item": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "world_template_item_button" + ] + }, + "world_template_item/world_template_item_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "world_template_item_button", + "namespace": "world_templates" + } + }, + "realms_plus_template_item": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "realms_plus_template_item_button" + ] + }, + "realms_plus_template_item/realms_plus_template_item_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "realms_plus_template_item_button", + "namespace": "world_templates" + } + }, + "world_template_item_grid": { + "file": "ui/world_templates_screen.json", + "type": "grid" + }, + "see_more_templates_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "dark_text_button", + "namespace": "common_buttons" + } + }, + "suggested_see_more_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "see_more_templates_button", + "namespace": "world_templates" + } + }, + "realms_plus_see_more_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "see_more_templates_button", + "namespace": "world_templates" + } + }, + "world_template_inventory_see_more_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "see_more_templates_button", + "namespace": "world_templates" + } + }, + "custom_world_template_see_more_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "see_more_templates_button", + "namespace": "world_templates" + } + }, + "world_template_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel" + }, + "suggested_template_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_template_section_factory", + "namespace": "world_templates" + } + }, + "realms_plus_template_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_template_section_factory", + "namespace": "world_templates" + } + }, + "world_template_inventory_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_template_section_factory", + "namespace": "world_templates" + } + }, + "custom_world_template_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_template_section_factory", + "namespace": "world_templates" + } + }, + "custom_world_template_item_grid": { + "file": "ui/world_templates_screen.json", + "type": "grid" + }, + "no_owned_templates_text_label": { + "file": "ui/world_templates_screen.json", + "type": "label" + }, + "no_owned_templates_text": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "no_owned_templates_text_label", + "namespace": "world_templates" + } + }, + "no_template_content_owned": { + "file": "ui/world_templates_screen.json", + "type": "image", + "children": [ + "no_template_content_owned_text_panel" + ] + }, + "no_template_content_owned/no_template_content_owned_text_panel": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "no_owned_templates_text", + "namespace": "world_templates" + } + }, + "common_scrolling_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "common_content": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "scrolling_offsets": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "common_scrolling_panel", + "namespace": "world_templates" + } + }, + "template_scroll_content": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "common_content", + "namespace": "world_templates" + }, + "children": [ + "scrolling_panel" + ] + }, + "template_scroll_content/scrolling_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_offsets", + "namespace": "world_templates" + } + }, + "common_scroll_pane": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "template_scroll_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "common_scroll_pane", + "namespace": "world_templates" + }, + "children": [ + "world_template_screen_content_stack_panel" + ] + }, + "template_scroll_panel/world_template_screen_content_stack_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_template_screen_content_stack_panel", + "namespace": "world_templates" + } + }, + "world_list_grids_stack": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "template_list_panel", + "store_panel", + "custom_template_panel", + "realms_info_panel" + ] + }, + "world_list_grids_stack/template_list_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "my_templates_label_panel", + "world_template_inventory_section_factory", + "template_bottom_padding" + ] + }, + "world_list_grids_stack/template_list_panel/my_templates_label_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "my_templates_label", + "namespace": "world_templates" + } + }, + "world_list_grids_stack/template_list_panel/world_template_inventory_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_template_inventory_section_factory", + "namespace": "world_templates" + } + }, + "world_list_grids_stack/template_list_panel/template_bottom_padding": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_list_grids_stack/store_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "loading_panel", + "store_grids" + ] + }, + "world_list_grids_stack/store_panel/loading_panel": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "progress_loading", + "namespace": "common_store" + } + }, + "world_list_grids_stack/store_panel/store_grids": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "realms_plus_list_panel", + "suggested_content_panel" + ] + }, + "world_list_grids_stack/store_panel/store_grids/realms_plus_list_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "realms_plus_label_panel", + "realms_plus_template_section_factory", + "realms_plus_template_bottom_padding" + ] + }, + "world_list_grids_stack/store_panel/store_grids/realms_plus_list_panel/realms_plus_label_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_plus_templates_label", + "namespace": "world_templates" + } + }, + "world_list_grids_stack/store_panel/store_grids/realms_plus_list_panel/realms_plus_template_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "realms_plus_template_section_factory", + "namespace": "world_templates" + } + }, + "world_list_grids_stack/store_panel/store_grids/realms_plus_list_panel/realms_plus_template_bottom_padding": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_list_grids_stack/store_panel/store_grids/suggested_content_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "suggested_content_offers_title_label", + "suggested_template_section_factory", + "suggested_template_bottom_padding" + ] + }, + "world_list_grids_stack/store_panel/store_grids/suggested_content_panel/suggested_content_offers_title_label": { + "file": "ui/world_templates_screen.json", + "type": "label", + "extend": { + "name": "suggested_content_offers_title_label", + "namespace": "resource_packs" + } + }, + "world_list_grids_stack/store_panel/store_grids/suggested_content_panel/suggested_template_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "suggested_template_section_factory", + "namespace": "world_templates" + } + }, + "world_list_grids_stack/store_panel/store_grids/suggested_content_panel/suggested_template_bottom_padding": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_list_grids_stack/custom_template_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "custom_templates_label_panel", + "custom_world_template_section_factory", + "custom_template_list_bottom_padding" + ] + }, + "world_list_grids_stack/custom_template_panel/custom_templates_label_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "custom_templates_label", + "namespace": "world_templates" + } + }, + "world_list_grids_stack/custom_template_panel/custom_world_template_section_factory": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "custom_world_template_section_factory", + "namespace": "world_templates" + } + }, + "world_list_grids_stack/custom_template_panel/custom_template_list_bottom_padding": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_list_grids_stack/realms_info_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "padding", + "realms_templates_info", + "open_uri_button" + ] + }, + "world_list_grids_stack/realms_info_panel/padding": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_list_grids_stack/realms_info_panel/realms_templates_info": { + "file": "ui/world_templates_screen.json", + "type": "image", + "extend": { + "name": "realms_templates_info", + "namespace": "world_templates" + } + }, + "world_list_grids_stack/realms_info_panel/open_uri_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "open_account_setting_button", + "namespace": "disconnect" + } + }, + "world_list_grid_content": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "world_list_grids_stack" + ] + }, + "world_list_grid_content/world_list_grids_stack": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "world_list_grids_stack", + "namespace": "world_templates" + } + }, + "world_template_screen_content_stack_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "children": [ + "padding_0", + "crossplatform_disabled_panel", + "crossplatform_disable_spacer", + "generate_random_panel", + "generate_random_button_bottom_padding", + "world_list_grid_content" + ] + }, + "world_template_screen_content_stack_panel/padding_0": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_template_screen_content_stack_panel/crossplatform_disabled_panel": { + "file": "ui/world_templates_screen.json", + "type": "image", + "extend": { + "name": "label_background", + "namespace": "world_templates" + }, + "children": [ + "disable_text" + ] + }, + "world_template_screen_content_stack_panel/crossplatform_disabled_panel/disable_text": { + "file": "ui/world_templates_screen.json", + "type": "label" + }, + "world_template_screen_content_stack_panel/crossplatform_disable_spacer": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_template_screen_content_stack_panel/generate_random_panel": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "generate_random_button", + "namespace": "world_templates" + } + }, + "world_template_screen_content_stack_panel/generate_random_button_bottom_padding": { + "file": "ui/world_templates_screen.json", + "type": "panel" + }, + "world_template_screen_content_stack_panel/world_list_grid_content": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "extend": { + "name": "world_list_grid_content", + "namespace": "world_templates" + } + }, + "open_account_setting_button": { + "file": "ui/world_templates_screen.json", + "type": "button", + "extend": { + "name": "hyperlink_button", + "namespace": "common_buttons" + } + }, + "world_templates_screen": { + "file": "ui/world_templates_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "world_templates_picker_content": { + "file": "ui/world_templates_screen.json", + "type": "panel", + "children": [ + "background" + ] + }, + "world_templates_picker_content/background": { + "file": "ui/world_templates_screen.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + } + }, + "xbl_console_qr_signin": { + "banner_fill": { + "file": "ui/xbl_console_qr_signin.json", + "type": "image" + }, + "main_panel_qr": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "children": [ + "left_panel", + "divider", + "right_panel" + ] + }, + "main_panel_qr/left_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "extend": { + "name": "left_panel", + "namespace": "xbl_console_qr_signin" + } + }, + "main_panel_qr/divider": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "extend": { + "name": "vertical_divider", + "namespace": "common" + } + }, + "main_panel_qr/right_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "children": [ + "scrolling_panel_sizer" + ] + }, + "main_panel_qr/right_panel/scrolling_panel_sizer": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "children": [ + "right_scroll_panel" + ] + }, + "main_panel_qr/right_panel/scrolling_panel_sizer/right_scroll_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "button", + "extend": { + "name": "scroll_content_focus_border", + "namespace": "xbl_console_qr_signin" + } + }, + "common_scrolling_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "gamepad_helpers": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "children": [ + "gamepad_helper_b" + ] + }, + "gamepad_helpers/gamepad_helper_b": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "xbl_console_qr_signin": { + "file": "ui/xbl_console_qr_signin.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "xbl_console_qr_signin_screen_content": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "dialog" + ] + }, + "xbl_console_qr_signin_screen_content/gamepad_helpers": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "xbl_console_qr_signin" + } + }, + "xbl_console_qr_signin_screen_content/dialog": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "extend": { + "name": "dialog", + "namespace": "xbl_console_qr_signin" + } + }, + "dialog": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "extend": { + "name": "form_fitting_main_panel_no_buttons", + "namespace": "common_dialogs" + } + }, + "scroll_content_focus_border": { + "file": "ui/xbl_console_qr_signin.json", + "type": "button", + "extend": { + "name": "non_interact_focus_border_button", + "namespace": "common" + } + }, + "left_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "children": [ + "left_header", + "padding_1", + "left_body", + "padding_2", + "qr_panel" + ] + }, + "left_panel/left_header": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "left_panel/padding_1": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "left_panel/left_body": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + }, + "left_panel/padding_2": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "left_panel/qr_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "children": [ + "qr_border", + "qr_code", + "bee_overlay" + ] + }, + "left_panel/qr_panel/qr_border": { + "file": "ui/xbl_console_qr_signin.json", + "type": "image" + }, + "left_panel/qr_panel/qr_code": { + "file": "ui/xbl_console_qr_signin.json", + "type": "custom" + }, + "left_panel/qr_panel/bee_overlay": { + "file": "ui/xbl_console_qr_signin.json", + "type": "image" + }, + "input_panel_wrapper": { + "file": "ui/xbl_console_qr_signin.json", + "type": "input_panel", + "children": [ + "r_scroll_panel" + ] + }, + "input_panel_wrapper/r_scroll_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "extend": { + "name": "right_scroll_panel", + "namespace": "xbl_console_qr_signin" + } + }, + "right_scroll_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "children": [ + "right_header", + "padding_1", + "website_message_label", + "padding_2", + "wrapper_panel_1", + "padding_3", + "code_message_label", + "padding_4", + "wrapper_panel_2", + "padding_5", + "code_message_body1", + "padding_6", + "code_message_body2", + "padding_7", + "warning_messages" + ] + }, + "right_scroll_panel/right_header": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label", + "extend": { + "name": "minecraftTenLabel", + "namespace": "common" + } + }, + "right_scroll_panel/padding_1": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "right_scroll_panel/website_message_label": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + }, + "right_scroll_panel/padding_2": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "right_scroll_panel/wrapper_panel_1": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "children": [ + "banner_1" + ] + }, + "right_scroll_panel/wrapper_panel_1/banner_1": { + "file": "ui/xbl_console_qr_signin.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "xbl_console_qr_signin" + }, + "children": [ + "url_label" + ] + }, + "right_scroll_panel/wrapper_panel_1/banner_1/url_label": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + }, + "right_scroll_panel/padding_3": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "right_scroll_panel/code_message_label": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + }, + "right_scroll_panel/padding_4": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "right_scroll_panel/wrapper_panel_2": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel", + "children": [ + "banner_2" + ] + }, + "right_scroll_panel/wrapper_panel_2/banner_2": { + "file": "ui/xbl_console_qr_signin.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "xbl_console_qr_signin" + }, + "children": [ + "code_label" + ] + }, + "right_scroll_panel/wrapper_panel_2/banner_2/code_label": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + }, + "right_scroll_panel/padding_5": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "right_scroll_panel/code_message_body1": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + }, + "right_scroll_panel/padding_6": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "right_scroll_panel/code_message_body2": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + }, + "right_scroll_panel/padding_7": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "right_scroll_panel/warning_messages": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "extend": { + "name": "ps4_warning_message_panel", + "namespace": "xbl_console_qr_signin" + } + }, + "ps4_warning_message_panel": { + "file": "ui/xbl_console_qr_signin.json", + "type": "stack_panel", + "children": [ + "sign_in_account_message", + "padding_1", + "permanent_linking_message" + ] + }, + "ps4_warning_message_panel/sign_in_account_message": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + }, + "ps4_warning_message_panel/padding_1": { + "file": "ui/xbl_console_qr_signin.json", + "type": "panel" + }, + "ps4_warning_message_panel/permanent_linking_message": { + "file": "ui/xbl_console_qr_signin.json", + "type": "label" + } + }, + "xbl_console_signin": { + "banner_fill": { + "file": "ui/xbl_console_signin.json", + "type": "image" + }, + "main_panel": { + "file": "ui/xbl_console_signin.json", + "type": "stack_panel", + "children": [ + "padding_0", + "message_label_panel", + "padding_1", + "website_message_label", + "banner_1", + "padding_2", + "code_message_label", + "banner_2" + ] + }, + "main_panel/padding_0": { + "file": "ui/xbl_console_signin.json", + "type": "panel" + }, + "main_panel/message_label_panel": { + "file": "ui/xbl_console_signin.json", + "type": "stack_panel", + "children": [ + "message_label" + ] + }, + "main_panel/message_label_panel/message_label": { + "file": "ui/xbl_console_signin.json", + "type": "label" + }, + "main_panel/padding_1": { + "file": "ui/xbl_console_signin.json", + "type": "panel" + }, + "main_panel/website_message_label": { + "file": "ui/xbl_console_signin.json", + "type": "label" + }, + "main_panel/banner_1": { + "file": "ui/xbl_console_signin.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "xbl_console_signin" + }, + "children": [ + "url_label" + ] + }, + "main_panel/banner_1/url_label": { + "file": "ui/xbl_console_signin.json", + "type": "label" + }, + "main_panel/padding_2": { + "file": "ui/xbl_console_signin.json", + "type": "panel" + }, + "main_panel/code_message_label": { + "file": "ui/xbl_console_signin.json", + "type": "label" + }, + "main_panel/banner_2": { + "file": "ui/xbl_console_signin.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "xbl_console_signin" + }, + "children": [ + "code_label" + ] + }, + "main_panel/banner_2/code_label": { + "file": "ui/xbl_console_signin.json", + "type": "label" + }, + "gamepad_helpers": { + "file": "ui/xbl_console_signin.json", + "type": "panel", + "children": [ + "gamepad_helper_b" + ] + }, + "gamepad_helpers/gamepad_helper_b": { + "file": "ui/xbl_console_signin.json", + "type": "stack_panel", + "extend": { + "name": "gamepad_helper_b", + "namespace": "common" + } + }, + "xbl_console_signin": { + "file": "ui/xbl_console_signin.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "xbl_console_signin_screen_content": { + "file": "ui/xbl_console_signin.json", + "type": "panel", + "children": [ + "gamepad_helpers", + "dialog" + ] + }, + "xbl_console_signin_screen_content/gamepad_helpers": { + "file": "ui/xbl_console_signin.json", + "type": "panel", + "extend": { + "name": "gamepad_helpers", + "namespace": "xbl_console_signin" + } + }, + "xbl_console_signin_screen_content/dialog": { + "file": "ui/xbl_console_signin.json", + "type": "panel", + "extend": { + "name": "dialog", + "namespace": "xbl_console_signin" + } + }, + "dialog": { + "file": "ui/xbl_console_signin.json", + "type": "panel", + "extend": { + "name": "form_fitting_main_panel_no_buttons", + "namespace": "common_dialogs" + } + } + }, + "xbl_console_signin_succeeded": { + "banner_fill": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "image" + }, + "gamer_score_icon": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "image" + }, + "profile_pic": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "custom" + }, + "gamertag_label": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "label" + }, + "gamer_score_label": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "label" + }, + "gamer_score_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "stack_panel", + "children": [ + "gamer_score_icon", + "padding_0", + "gamer_score_panel" + ] + }, + "gamer_score_panel/gamer_score_icon": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "image", + "extend": { + "name": "gamer_score_icon", + "namespace": "xbl_console_signin_succeeded" + } + }, + "gamer_score_panel/padding_0": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel" + }, + "gamer_score_panel/gamer_score_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "children": [ + "gamer_score" + ] + }, + "gamer_score_panel/gamer_score_panel/gamer_score": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "label", + "extend": { + "name": "gamer_score_label", + "namespace": "xbl_console_signin_succeeded" + } + }, + "button_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "children": [ + "play" + ] + }, + "button_panel/play": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "button", + "extend": { + "name": "light_text_button", + "namespace": "common_buttons" + } + }, + "text_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "children": [ + "new_account_text" + ] + }, + "text_panel/new_account_text": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "label" + }, + "third_party_platform_legal_text": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "extend": { + "name": "text_panel", + "namespace": "xbl_console_signin_succeeded" + } + }, + "new_account_text_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "extend": { + "name": "text_panel", + "namespace": "xbl_console_signin_succeeded" + } + }, + "gamer_profile_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "stack_panel", + "children": [ + "picture_panel", + "padding_1", + "info_panel" + ] + }, + "gamer_profile_panel/picture_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "children": [ + "banner" + ] + }, + "gamer_profile_panel/picture_panel/banner": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "image", + "extend": { + "name": "banner_fill", + "namespace": "xbl_console_signin_succeeded" + }, + "children": [ + "profile_pic" + ] + }, + "gamer_profile_panel/picture_panel/banner/profile_pic": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "custom", + "extend": { + "name": "profile_pic", + "namespace": "xbl_console_signin_succeeded" + } + }, + "gamer_profile_panel/padding_1": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel" + }, + "gamer_profile_panel/info_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "children": [ + "profile_info_panel" + ] + }, + "gamer_profile_panel/info_panel/profile_info_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "stack_panel", + "children": [ + "gamertag_label", + "padding_0", + "gamer_score_panel" + ] + }, + "gamer_profile_panel/info_panel/profile_info_panel/gamertag_label": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "label", + "extend": { + "name": "gamertag_label", + "namespace": "xbl_console_signin_succeeded" + } + }, + "gamer_profile_panel/info_panel/profile_info_panel/padding_0": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel" + }, + "gamer_profile_panel/info_panel/profile_info_panel/gamer_score_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "stack_panel", + "extend": { + "name": "gamer_score_panel", + "namespace": "xbl_console_signin_succeeded" + } + }, + "main_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "stack_panel", + "children": [ + "profile", + "padding_0", + "third_party_legal_text_panel", + "padding_1", + "new_account_text_panel", + "padding_2", + "button_panel" + ] + }, + "main_panel/profile": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "stack_panel", + "extend": { + "name": "gamer_profile_panel", + "namespace": "xbl_console_signin_succeeded" + } + }, + "main_panel/padding_0": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel" + }, + "main_panel/third_party_legal_text_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "extend": { + "name": "third_party_platform_legal_text", + "namespace": "xbl_console_signin_succeeded" + } + }, + "main_panel/padding_1": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel" + }, + "main_panel/new_account_text_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "extend": { + "name": "new_account_text_panel", + "namespace": "xbl_console_signin_succeeded" + } + }, + "main_panel/padding_2": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel" + }, + "main_panel/button_panel": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "extend": { + "name": "button_panel", + "namespace": "xbl_console_signin_succeeded" + } + }, + "xbl_console_signin_succeeded": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "xbl_console_signin_succeeded_screen_content": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "children": [ + "dialog" + ] + }, + "xbl_console_signin_succeeded_screen_content/dialog": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "extend": { + "name": "dialog", + "namespace": "xbl_console_signin_succeeded" + } + }, + "dialog": { + "file": "ui/xbl_console_signin_succeeded.json", + "type": "panel", + "extend": { + "name": "form_fitting_main_panel_no_buttons", + "namespace": "common_dialogs" + } + } + }, + "xbl_immediate_signin": { + "xbl_immediate_signin_screen": { + "file": "ui/xbl_immediate_signin.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "xbl_immediate_signin_screen_content": { + "file": "ui/xbl_immediate_signin.json", + "type": "panel", + "children": [ + "root_panel" + ] + }, + "xbl_immediate_signin_screen_content/root_panel": { + "file": "ui/xbl_immediate_signin.json", + "type": "panel" + } + }, + "win10_trial_conversion": { + "padding_horizontal": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel" + }, + "padding_vertical": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel" + }, + "padding_vertical_3": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel" + }, + "background_image": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image" + }, + "title_image": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image" + }, + "focus_border": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image" + }, + "pack_image": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image" + }, + "pack_image_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "children": [ + "pack_image" + ] + }, + "pack_image_panel/pack_image": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "pack_image_with_border", + "namespace": "win10_trial_conversion" + } + }, + "title_image_border": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "children": [ + "image" + ] + }, + "title_image_border/image": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "title_image", + "namespace": "win10_trial_conversion" + } + }, + "pack_image_with_border": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "children": [ + "image" + ] + }, + "pack_image_with_border/image": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "pack_image", + "namespace": "win10_trial_conversion" + } + }, + "label_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "label" + }, + "button_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "children": [ + "padding_5", + "buy_now_button", + "padding_6" + ] + }, + "button_panel/padding_5": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "button_panel/buy_now_button": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "button", + "extend": { + "name": "buy_now_button", + "namespace": "win10_trial_conversion" + } + }, + "button_panel/padding_6": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "buy_now_button": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "button", + "extend": { + "name": "light_content_button", + "namespace": "common_buttons" + } + }, + "buy_now_label": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "children": [ + "button_label" + ] + }, + "buy_now_label/button_label": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "label", + "extend": { + "name": "label_panel", + "namespace": "win10_trial_conversion" + } + }, + "is_focused": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "focus_border", + "namespace": "win10_trial_conversion" + } + }, + "filler_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel" + }, + "focus_border_button": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "button", + "extend": { + "name": "button", + "namespace": "common" + }, + "children": [ + "default", + "hover", + "pressed" + ] + }, + "focus_border_button/default": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "filler_panel", + "namespace": "win10_trial_conversion" + } + }, + "focus_border_button/hover": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "is_focused", + "namespace": "win10_trial_conversion" + } + }, + "focus_border_button/pressed": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "is_focused", + "namespace": "win10_trial_conversion" + } + }, + "grid_item": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "pack_image_pane", + "padding_2", + "pack_panel", + "padding_3" + ] + }, + "grid_item/padding_1": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "grid_item/pack_image_pane": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "pack_image_panel", + "namespace": "win10_trial_conversion" + } + }, + "grid_item/padding_2": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "grid_item/pack_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "extend": { + "name": "pack_panel", + "namespace": "win10_trial_conversion" + } + }, + "grid_item/padding_3": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "grid_item_vertical": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "children": [ + "grid_item_horizontal", + "pack_grid" + ] + }, + "grid_item_vertical/grid_item_horizontal": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "extend": { + "name": "grid_item", + "namespace": "win10_trial_conversion" + } + }, + "grid_item_vertical/pack_grid": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "button", + "extend": { + "name": "focus_border_button", + "namespace": "win10_trial_conversion" + } + }, + "pack_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "children": [ + "packtitle", + "padding_2", + "packdesc" + ] + }, + "pack_panel/packtitle": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "label", + "extend": { + "name": "label_panel", + "namespace": "win10_trial_conversion" + } + }, + "pack_panel/padding_2": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "win10_trial_conversion" + } + }, + "pack_panel/packdesc": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "label", + "extend": { + "name": "label_panel", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "title_panel", + "padding_2", + "title_image_panel", + "padding_3", + "offer_panel", + "padding_4", + "button_panel", + "padding_5", + "include_panel", + "padding_6", + "pack_list_grid" + ] + }, + "collection_main_panel/padding_1": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/title_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "label", + "extend": { + "name": "label_panel", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/padding_2": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/title_image_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "children": [ + "border_image" + ] + }, + "collection_main_panel/title_image_panel/border_image": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "title_image_border", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/padding_3": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/offer_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "label_panel", + "padding_2" + ] + }, + "collection_main_panel/offer_panel/padding_1": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/offer_panel/label_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "children": [ + "offer_label" + ] + }, + "collection_main_panel/offer_panel/label_panel/offer_label": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "label", + "extend": { + "name": "label_panel", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/offer_panel/padding_2": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/padding_4": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/button_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "extend": { + "name": "button_panel", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/padding_5": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical_3", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/include_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "include_label" + ] + }, + "collection_main_panel/include_panel/padding_1": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/include_panel/include_label": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "label", + "extend": { + "name": "label_panel", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/padding_6": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "win10_trial_conversion" + } + }, + "collection_main_panel/pack_list_grid": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "grid" + }, + "background_image_with_border": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "children": [ + "main_panel_no_buttons" + ] + }, + "background_image_with_border/main_panel_no_buttons": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "extend": { + "name": "collection_main_panel", + "namespace": "win10_trial_conversion" + } + }, + "win10_trial_conversion_main_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "children": [ + "scrolling_panel" + ] + }, + "win10_trial_conversion_main_panel/scrolling_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "scrolling_panel", + "namespace": "common" + } + }, + "vertical_main_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "panel", + "padding_2" + ] + }, + "vertical_main_panel/padding_1": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "win10_trial_conversion" + } + }, + "vertical_main_panel/panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "extend": { + "name": "horizontal_main_panel", + "namespace": "win10_trial_conversion" + } + }, + "vertical_main_panel/padding_2": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_vertical", + "namespace": "win10_trial_conversion" + } + }, + "horizontal_main_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "children": [ + "padding_1", + "starter_collection", + "padding_2", + "master_collection" + ] + }, + "horizontal_main_panel/padding_1": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "horizontal_main_panel/starter_collection": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "background_image_with_border", + "namespace": "win10_trial_conversion" + } + }, + "horizontal_main_panel/padding_2": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "panel", + "extend": { + "name": "padding_horizontal", + "namespace": "win10_trial_conversion" + } + }, + "horizontal_main_panel/master_collection": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "image", + "extend": { + "name": "background_image_with_border", + "namespace": "win10_trial_conversion" + } + }, + "win10_trial_conversion_screen": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "screen", + "extend": { + "name": "base_screen", + "namespace": "common" + } + }, + "win10_trial_conversion_panel": { + "file": "ui/win10_trial_conversion_screen.json", + "type": "stack_panel", + "extend": { + "name": "fullscreen_header", + "namespace": "common" + } + } + } +} \ No newline at end of file diff --git a/src/compilers/Configuration.ts b/src/compilers/Configuration.ts new file mode 100644 index 0000000..c06d5d2 --- /dev/null +++ b/src/compilers/Configuration.ts @@ -0,0 +1,92 @@ +import fs from "fs" +import path from "path" +import jsonc from "jsonc-parser" +import { Config, RetBindingValue } from "../../config.js" +import { createRequire } from "module" +import { rebaseUIFiles } from "../analyzer/rebaseUIFiles.js" +import { generateUIDefs } from "../analyzer/generate-ui-defs.js" +import { genCustomCode } from "../analyzer/generate-code.js" + +const options: Record = {} + +for (const arg of process.argv) { + if (arg.startsWith("--")) options[arg.slice(2)] = true +} + +export let isTestMode = false +try { + const { name } = jsonc.parse(fs.readFileSync(path.resolve("package.json"), "utf-8")) + if (name === "asajs") isTestMode = true +} catch (error) {} + +if (!fs.existsSync("asajs.config.js")) { + if (isTestMode) { + fs.writeFileSync( + "asajs.config.js", + [ + `export function RandomBindingString(length, base = 32) { + const chars = "0123456789abcdefghijklmnopqrstuvwxyz".slice(0, base) + const out = new Array() + + try { + const buffer = new Uint8Array(length) + crypto.getRandomValues(buffer) + for (let i = 0; i < length; i++) { + out[i] = chars[buffer[i] % base] + } + } catch { + for (let i = 0; i < length; i++) { + out[i] = chars[Math.floor(Math.random() * base)] + } + } + + return \`#$\{out.join("")}\` +}\n`, + + fs.readFileSync("resources/example-config.js", "utf-8").replace("asajs/", "./"), + ].join("\n"), + ) + } else { + fs.writeFileSync( + "asajs.config.js", + [ + 'import { RandomBindingString } from "asajs"\n', + fs.readFileSync(path.join(process.cwd(), "node_modules/asajs/resources/example-config.js"), "utf-8"), + ].join("\n"), + ) + } +} + +export const config: Config = createRequire(import.meta.url)(path.resolve(process.cwd(), "asajs.config.js")).config +export const debugMode = options["debug"] ?? false + +export const isBuildMode = options["build"] ?? config.compiler?.enabled ?? false +export const isLinkMode = options["link"] ?? config.compiler?.autoImport ?? false +export const unLinked = options["unlink"] ?? !(config.compiler?.autoImport ?? true) +export const buildFolder = config.compiler?.buildFolder || "build" +export const uiBuildFolder = config.compiler?.uiBuildFolder || "asajs" +export const isNotObfuscate = debugMode || !(config.compiler?.obfuscateStringName ?? false) +export const allowRandomStringName = !(debugMode || !(config.compiler?.allowRandomStringName ?? true)) +export const namespaceCount = config.compiler?.namespaceCount ?? 15 +export const forceRandomStringLength = config.compiler?.forceRandomStringLength + +export const bindingFuntions = config.binding_functions + +if (!fs.existsSync(".gitignore")) { + fs.writeFileSync(".gitignore", "node_modules\ncustom", "utf-8") +} + +if (config.ui_analyzer?.enabled) { + config.ui_analyzer.imports?.forEach(v => { + if (!fs.existsSync(path.join(config.ui_analyzer?.generate_path || "database", `${v}.ts`))) { + if (!fs.existsSync(path.join("database", `${v}-defs.json`))) { + if (fs.existsSync(path.join("custom", v, "ui/_ui_defs.json"))) { + rebaseUIFiles(v) + generateUIDefs(v) + } else throw new Error(`${v} ui_defs.json not found`) + } + + genCustomCode(v) + } + }) +} diff --git a/src/compilers/FormatProperties.ts b/src/compilers/FormatProperties.ts new file mode 100644 index 0000000..2a866df --- /dev/null +++ b/src/compilers/FormatProperties.ts @@ -0,0 +1,68 @@ +import { AnimationKeyframe } from "../components/AnimationKeyframe.js" +import { AnimType } from "../types/enums/AnimType.js" +import { BagBinding } from "../types/enums/BagBinding.js" +import { KeyframeAnimationProperties } from "../types/properties/element/Animation.js" +import { Binding } from "../types/properties/value.js" +import { config } from "./Configuration.js" + +export function FormatProperties(properties: any) { + const property_bag: Record = {} + + for (const key in properties) { + const value = properties[key] + + if (key.startsWith("#")) { + property_bag[key] = value + delete properties[key] + } + + if (key.startsWith("$")) { + const [varName, varType] = key.split("|") + if (!varType) break + switch (varType) { + case "d": + properties[`${varName}|default`] = value + delete properties[key] + break + + case "default": + break + + default: + throw new Error("Invalid variable type") + } + } + } + + if (config.compiler?.fixInventoryItemRenderer && property_bag[BagBinding.ITEM_ID_AUX]) { + property_bag[BagBinding.ITEM_ID_AUX] = `(${property_bag[BagBinding.ITEM_ID_AUX]} / 1)` + } + + if (properties.anchor) { + properties.anchor_from = properties.anchor_to = properties.anchor + delete properties.anchor + } + + if (properties.fit_to_width) { + properties["$fit_to_width"] = properties.fit_to_width + delete properties.fit_to_width + } + + if (Object.keys(property_bag).length) { + if (properties.property_bag) { + properties.property_bag = { ...property_bag, ...properties.property_bag } + } else { + properties.property_bag = property_bag + } + } + + return properties +} + +export function FormatAnimationProperties(properties: KeyframeAnimationProperties) { + if (properties.next instanceof AnimationKeyframe) { + properties.next = `${properties.next}` + } + + return properties +} diff --git a/src/compilers/Memory.ts b/src/compilers/Memory.ts new file mode 100644 index 0000000..4bd4494 --- /dev/null +++ b/src/compilers/Memory.ts @@ -0,0 +1,53 @@ +import { AnimationKeyframe } from "../components/AnimationKeyframe.js" +import { Class } from "../components/Class.js" +import { UI } from "../components/UI.js" +import { AnimType } from "../types/enums/AnimType.js" +import { Renderer } from "../types/enums/Renderer.js" +import { Type } from "../types/enums/Type.js" +import { isBuildMode } from "./Configuration.js" + +type Element = UI | AnimationKeyframe +interface FileInterface { + namespace: string + elements: Element[] +} +type Files = Map + +export const MemoryModify: Record> = {} + +export class Memory extends Class { + protected static files: Files = new Map() + + public static add(element: UI | AnimationKeyframe) { + if (!isBuildMode) return + let file = Memory.files.get(element.path) + + if (!file) { + file = { namespace: element.namespace, elements: [] } + Memory.files.set(element.path, file) + } + + if (file.namespace === element.namespace) file.elements.push(element) + else { + console.error(`Namespace mismatch on ${element.name} (${element.namespace} !== ${file.namespace})`) + process.exit(1) + } + } + + public static build() { + const data: Map = new Map() + + Array.from(Memory.files.entries()).forEach(([path, { elements, namespace }]) => { + const record: Record = {} + + elements.forEach(element => (record[element.name] = element)) + + data.set(path, { + namespace, + ...record, + }) + }) + + return data + } +} diff --git a/src/compilers/PreCompile.ts b/src/compilers/PreCompile.ts new file mode 100644 index 0000000..6dccbe0 --- /dev/null +++ b/src/compilers/PreCompile.ts @@ -0,0 +1,42 @@ +declare global { + interface Map { + toJSON(): Record + } + + interface Array { + lastItem(): T + } +} + +Map.prototype.toJSON = function () { + const obj: any = {} + this.forEach((value, key) => (obj[key] = value)) + return obj +} + +Array.prototype.lastItem = function () { + return this[this.length - 1] +} + +const now = performance.now() +type LogType = "INFO" | "WARN" + +function TypeHighlight(type: LogType) { + switch (type) { + case "INFO": + return `\x1b[32mINFO\x1b[0m` + case "WARN": + return `\x1b[33mWARN\x1b[0m` + default: + return type satisfies never + } +} + +export function Log(type: LogType, message: string) { + console.log( + `\x1b[90m[${(performance.now() - now).toFixed(2)}ms]\x1b[0m`, + `[${TypeHighlight(type)}]`, + message, + "\x1b[0m", + ) +} diff --git a/src/compilers/bindings/Binary.ts b/src/compilers/bindings/Binary.ts new file mode 100644 index 0000000..ec7a1a7 --- /dev/null +++ b/src/compilers/bindings/Binary.ts @@ -0,0 +1,47 @@ +import { RandomBindingString } from "../../components/Utils.js" +import { Binding } from "../../types/properties/value.js" +import { defaultFunctions } from "./Function.js" +import { GenBinding } from "./types.js" + +export function intToBin(input: string) { + const { abs, negabs } = defaultFunctions + + const ret = RandomBindingString() + const bindings: GenBinding[] = [] + + // negative bit + bindings.push({ + source: `(${input} < 0)`, + target: `${ret}0`, + }) + + return { + ret, + bindings, + } +} + +export function binToInt(input: Binding) { + const ret = RandomBindingString() + const bindings: GenBinding[] = [] + + const nevBind = (input + "0") as Binding + + // Is reverse to positive + bindings.push({ + source: `(-1 + ((${nevBind} = 0) * 2))`, + target: `${ret}0`, + }) + + bindings.push({ + source: `(${Array.from({ length: 31 }, ($, i) => { + return `${input}${i + 1}` + }).join(" + ")})`, + target: ret, + }) + + return { + ret, + bindings, + } +} diff --git a/src/compilers/bindings/Checker.ts b/src/compilers/bindings/Checker.ts new file mode 100644 index 0000000..208a37b --- /dev/null +++ b/src/compilers/bindings/Checker.ts @@ -0,0 +1,47 @@ +export function isBlankChar(char: string) { + return /\s/.test(char) +} + +export function isWordChar(char: string) { + return char && /\w/.test(char) +} + +export function isNumberChar(char: string) { + return /\d/.test(char) +} + +export function isHexChar(char: string) { + return /[0-9a-fA-F]/.test(char) +} + +export function isBinaryChar(char: string) { + return /[01]/.test(char) +} + +export function isOctalChar(char: string) { + return /[0-7]/.test(char) +} + +export function isCompileBinding(input: string) { + return input.startsWith("[") && input.endsWith("]") +} + +export function isHasBinding(input: string) { + return /#\w+/.test(input) +} + +export function isBinding(input: string) { + return /^#\w+$/.test(input) +} + +export function isVariable(input: string) { + return /^\$\w+$/.test(input) +} + +export function isNumber(input: string) { + return /^[+-]?(?:\d+|\d+\.\d*|\.\d+)(?:[eE][+-]?\d+)?$/.test(input) +} + +export function isString(input: string) { + return /^'.+'$/.test(input) +} diff --git a/src/compilers/bindings/Function.ts b/src/compilers/bindings/Function.ts new file mode 100644 index 0000000..0fa1fe3 --- /dev/null +++ b/src/compilers/bindings/Function.ts @@ -0,0 +1,339 @@ +import { bs, RandomBindingString, RandomString, ResolveBinding, vs } from "../../components/Utils.js" +import { Binding, BindingItem, Variable } from "../../types/properties/value.js" +import { bindingFuntions } from "../Configuration.js" +import { isBinding, isNumber, isString, isVariable } from "./Checker.js" +import { Expression, GenBinding } from "./types.js" + +type CallbackRet = { + genBindings?: GenBinding[] + doNotAddParentesis?: boolean + value: Expression +} +type Callback = (...args: Expression[]) => CallbackRet + +export const FunctionMap = new Map() + +export const defaultFunctions = { + /** + * Returns the absolute value of a number (the value without regard to whether it is positive or negative). For example, the absolute value of -5 is the same as the absolute value of 5. + * @param number + * @returns + */ + abs: number => { + const randomBinding = RandomBindingString() + return { + genBindings: [{ source: `((-1 + (${number} > 0) * 2) * ${number})`, target: randomBinding }], + value: randomBinding, + } + }, + + /** + * Returns the negative absolute value of a number (the value without regard to whether it is positive or negative). For example, the absolute value of 5 is the same as the negative absolute value of -5. + * @param number + * @returns + */ + negabs: number => { + const randomBinding = RandomBindingString() + return { + genBindings: [{ source: `((-1 + (${number} < 0) * 2) * ${number})`, target: randomBinding }], + value: randomBinding, + } + }, + + /** + * Generate a new binding for expression + * @param expression + * @returns + */ + new: expression => { + const randomBinding = RandomBindingString() + return { + genBindings: [{ source: expression, target: randomBinding }], + value: randomBinding, + } + }, + + sqrt: input => { + const ret = RandomBindingString() + + const isNegative = RandomBindingString() + const isLowerThanTwo = RandomBindingString() + const next = RandomBindingString() + const nextEqualOrGreaterThan = RandomBindingString() + + const isNextEqualOrGreaterThanRet = `(${nextEqualOrGreaterThan} * ${ret})` + const isNotNextEqualOrGreaterThanRet = `((not ${nextEqualOrGreaterThan}) * ${next})` + + const lowerThanTwoPart = `(${isLowerThanTwo} * ${input})` + const notLowerThanTwoPart = `((not ${isLowerThanTwo}) * (${isNextEqualOrGreaterThanRet} + ${isNotNextEqualOrGreaterThanRet}))` + + const negativePart = `(${isNegative} * -1)` + const notNegativePart = `((not ${isNegative}) * (${lowerThanTwoPart} + ${notLowerThanTwoPart}))` + + return { + genBindings: [ + { + source: `(${input} < 0)`, + target: isNegative, + }, + { + source: `(${input} < 2)`, + target: isLowerThanTwo, + }, + { + source: input, + target: ret, + }, + { + source: `(${ret} + ${input} / ${ret}) / 2`, + target: next, + }, + { + source: `(${next} = ${ret}) or (${next} > ${ret})`, + target: nextEqualOrGreaterThan, + }, + { + source: `${negativePart} + ${notNegativePart}`, + target: ret, + }, + ], + value: ret, + } + }, + + cache_value: (cache_binding, override_binding, is_read) => { + return { + value: `((${is_read} * ${cache_binding}) + ((not ${is_read}) * ${override_binding}))`, + } + }, + + vector_length: (x, y, z) => { + const newBind = defaultFunctions.new(`${y} * ${y} + ${x} * ${x} + ${z} * ${z}`) as CallbackRet + const sqrtBind = defaultFunctions.sqrt(newBind.value) as CallbackRet + + return { + genBindings: [newBind.genBindings![0], ...sqrtBind.genBindings!], + value: sqrtBind.value, + } + }, + + strlen: str => { + if (!/\#\w+/.test(str)) throw new Error("Invalid string") + + const count = RandomBindingString() + const inputStr = RandomBindingString() + + return { + genBindings: [ + { + source: `0 * (${str} = 'a')`, + target: count, + }, + { + source: `'a' + ${str}`, + target: inputStr, + }, + { + source: `${count} + (not ((('%.' + (${count} + 1) + 's') * ${inputStr}) = ${inputStr}))`, + target: count, + }, + ], + value: count, + } + }, + + not_contains: (source_str, contains_str) => { + return { + value: `(${source_str} - ${contains_str}) = ${source_str}`, + } + }, + + contains: (source_str, contains_str) => { + return { + value: `not ((${source_str} - ${contains_str}) = ${source_str})`, + } + }, + + starts_with: (source_str, start_str) => { + const prefix = `'asajs:${RandomString(5)}:'` + if (isString(source_str)) { + if (isString(start_str)) { + return { + value: `${source_str.slice(1, -1).startsWith(start_str.slice(1, -1))}`, + } + } else { + source_str = prefix.slice(0, -1) + source_str.slice(1) + const start_str_bind = RandomBindingString() + + return { + genBindings: [ + { + source: `${prefix} + ${start_str}`, + target: start_str_bind, + }, + ], + value: `not ((${source_str} - ${start_str_bind}) = ${source_str})`, + } + } + } else { + if (isString(start_str)) { + const strLength = start_str.length - 2 + return { + value: `('%.${strLength}s' * ${source_str} = ${start_str})`, + } + } else { + const source_str_bind = RandomBindingString() + const start_str_bind = RandomBindingString() + + return { + genBindings: [ + { + source: `${prefix} + ${source_str}`, + target: source_str_bind, + }, + { + source: `${prefix} + ${start_str}`, + target: start_str_bind, + }, + ], + value: `not ((${source_str_bind} - ${start_str_bind}) = ${source_str_bind})`, + } + } + } + }, + + str_slice: (str, start, end) => { + const prefix = `'asajs:${RandomString(5)}:'` + + const genStrBinds: GenBinding = { + source: ``, + target: RandomBindingString(), + } + + if (isBinding(str)) genStrBinds.source = `(${prefix} + ${str})` + else if (isString(str)) genStrBinds.source = `${prefix.slice(0, -1)}${str.slice(1)}` + else throw new Error("Invalid str") + + if (isBinding(start)) start = `('%.' + (${prefix.length - 2} + ${start}) + 's')` + else if (isNumber(start)) start = `'%.${+start + prefix.length - 2}s'` + else throw new Error("Invalid start") + + if (end) { + if (isBinding(end)) end = `('%.' + (${prefix.length - 2} + ${end}) + 's')` + else if (isNumber(end)) end = `'%.${+end + prefix.length - 2}s'` + else throw new Error("Invalid end") + + const sliceEnd: GenBinding = { + source: `(${end} * ${genStrBinds.target})`, + target: RandomBindingString(), + } + + return { + genBindings: [genStrBinds, sliceEnd], + value: `${sliceEnd.target} - (${start} * ${sliceEnd.target})`, + } + } else { + return { + genBindings: [genStrBinds], + value: `${genStrBinds.target} - (${start} * ${genStrBinds.target})`, + } + } + }, + + bs: input_binding => { + if (!isBinding(input_binding)) throw new Error("Invalid input binding") + return { + doNotAddParentesis: true, + value: bs(input_binding), + } + }, + + vs: input_variable => { + if (!isVariable(input_variable)) throw new Error("Invalid input binding") + return { + doNotAddParentesis: true, + value: vs(input_variable), + } + }, + + /** + * Return a translatable string + * @param key + * @returns + */ + translatable: key => { + return { + genBindings: [], + value: `'%' + ${key}`, + } + }, + + /** + * Return a binary of int32 number in string + * @param value + * @param bait + * @returns + */ + // bin: value => { + // const {} = intToBin(value) + + // return { + // value, + // } + // }, + + /** + * Generate value bindings + * @param value + * @param bait + * @returns + */ + bind: (value, bait) => { + const ret = RandomBindingString() + + if (!bait) { + throw new Error("Bait is required") + } + + return { + genBindings: [{ source: `((${bait} - ${bait}) + ${value})`, target: ret }], + value: ret, + } + }, + + /** + * Return a int of float number, because string in JSON-UI cannot read it. + * @param input + * @returns + */ + int: input => { + const ret = RandomBindingString() + return { + genBindings: [{ source: `${input}`, target: ret }], + value: ret, + } + }, +} satisfies Record + +Object.entries(defaultFunctions).forEach(([key, value]) => FunctionMap.set(key, value)) +if (bindingFuntions) + Object.entries(bindingFuntions).forEach(([key, value]) => { + // @ts-ignore + FunctionMap.set(key, (...args) => { + const { generate_bindings, return_value } = value(...args) + if (generate_bindings) { + const resolve = ResolveBinding(new Map(), ...(generate_bindings as BindingItem[])) + return { + genBindings: resolve.map(({ source_property_name, target_property_name }) => ({ + source: source_property_name!, + target: target_property_name!, + })), + value: return_value, + } + } + + return { + value: return_value, + } + }) + }) diff --git a/src/compilers/bindings/Lexer.ts b/src/compilers/bindings/Lexer.ts new file mode 100644 index 0000000..04fc2ce --- /dev/null +++ b/src/compilers/bindings/Lexer.ts @@ -0,0 +1,263 @@ +import { makeToken, TokenKind, Token, TSToken, TSTokenKind } from "./types.js" +import * as Checker from "./Checker.js" + +export function Lexer(input: string, start: number = 0, end?: number) { + const tokens: Token[] = [] + + if (input.length === 0) return tokens + const length = (end ||= input.length) + + let index = start + do { + const token = input[index] + + if (Checker.isBlankChar(token)) continue + + switch (token) { + // Literals + case "#": + case "$": { + const start = index++ + while (index < length) { + const token = input[index] + if (Checker.isWordChar(token)) index++ + else { + if (start + 1 === index) { + console.error( + `\x1b[31merror: ${input + "\n" + " ".repeat(index + 6) + "^"}\nInvalid character.\x1b[0m`, + ) + throw new Error() + } + break + } + } + + tokens.push(makeToken(input, TokenKind.VARIABLE, start, index-- - start)) + + break + } + + case ",": + tokens.push(makeToken(input, TokenKind.COMMA, index)) + break + + // Single operators + case "+": + case "-": + case "*": + case "/": + case "%": + case "^": + case "?": + case ":": + tokens.push(makeToken(input, TokenKind.OPERATOR, index)) + break + + case "(": + tokens.push(makeToken(input, TokenKind.OPEN_PARENTHESIS, index)) + break + + case ")": + tokens.push(makeToken(input, TokenKind.CLOSE_PARENTHESIS, index)) + break + + // Double operators + case "&": + case "|": + case "=": + if (input[index + 1] === input[index]) tokens.push(makeToken(input, TokenKind.OPERATOR, index++, 2)) + else tokens.push(makeToken(input, TokenKind.OPERATOR, index)) + break + + case "!": + case ">": + case "<": + if (input[index + 1] === "=") tokens.push(makeToken(input, TokenKind.OPERATOR, index++, 2)) + else { + if (input[index] === input[index + 1]) { + if (input[index] !== "!") { + if (input[++index] === input[index + 1]) + tokens.push(makeToken(input, TokenKind.OPERATOR, index++ - 1, 3)) + else tokens.push(makeToken(input, TokenKind.OPERATOR, index - 1, 2)) + } else tokens.push(makeToken(input, TokenKind.OPERATOR, index)) + } else tokens.push(makeToken(input, TokenKind.OPERATOR, index)) + } + break + + // string + case "'": { + const start = index++ + + do { + const token = input[index] + if (token === "'") break + } while (++index < length) + + tokens.push(makeToken(input, TokenKind.STRING, start, index - start + 1)) + + break + } + + // template string + case "f": { + if (input[index + 1] === "'") { + const tsTokens: TSToken[] = [] + const start = index + index += 2 + + const templateStringTokens = (start: number) => { + while (index < length) { + const char = input[index++] + + if (char === "#") { + if (input[index] === "{") { + if (start !== index - 1) + tsTokens.push({ + kind: TSTokenKind.STRING, + tokens: { + kind: TokenKind.STRING, + start: start, + length: index - start, + value: `'${input.slice(start, index - 1)}'`, + }, + }) + start = index + 1 + eatExpression(index) + tsTokens.push({ + kind: TSTokenKind.EXPRESSION, + tokens: Lexer(input, start, index), + }) + start = index += 1 + } + } else if (char === "'") { + if (start !== index - 1) + tsTokens.push({ + kind: TSTokenKind.STRING, + tokens: { + kind: TokenKind.STRING, + start: start, + length: index - start, + value: `'${input.slice(start, index - 1)}'`, + }, + }) + index-- + break + } + } + } + + const eatExpression = (start: number) => { + while (index < length) { + const char = input[index] + if (char === "'") eatString(++index) + else if (char === "}") break + else if (char === "f") { + if (input[++index] === "'") { + eatTemplateString(++index) + } + } + index++ + } + } + + const eatTemplateString = (start: number) => { + while (index < length) { + const char = input[index] + + if (char === "'") break + else if (char === "#") { + if (input[++index] === "{") eatExpression(++index) + } + + index++ + } + } + + const eatString = (start: number) => { + while (index < length) { + const char = input[index] + if (char === "'") break + index++ + } + } + + templateStringTokens(index) + + if (tsTokens.length) + tokens.push(makeToken(tsTokens, TokenKind.TEMPLATE_STRING, start, index - start)) + else tokens.push(makeToken(input, TokenKind.STRING, start + 1, index - start - 1)) + break + } + } + + default: { + let start = index + + if (Checker.isNumberChar(token)) { + if (token === "0") { + const numType = input[index + 1] + if (numType === "x") { + index += 2 + while (Checker.isHexChar(input[index + 1])) index++ + if (start + 2 === index) { + console.error( + `\x1b[31merror: ${input + "\n" + " ".repeat(index + 6) + "^"}\nInvalid character.\x1b[0m`, + ) + throw new Error() + } + tokens.push(makeToken(input, TokenKind.INT, start, index - start + 1)) + break + } else if (numType === "b") { + index += 2 + while (Checker.isBinaryChar(input[index + 1])) index++ + tokens.push(makeToken(input, TokenKind.INT, start, index - start + 1)) + if (start + 2 === index) { + console.error( + `\x1b[31merror: ${input + "\n" + " ".repeat(index + 6) + "^"}\nInvalid character.\x1b[0m`, + ) + throw new Error() + } + break + } else if (numType === "o") { + index += 2 + while (Checker.isOctalChar(input[index + 1])) index++ + tokens.push(makeToken(input, TokenKind.INT, start, index - start + 1)) + if (start + 2 === index) { + console.error( + `\x1b[31merror: ${input + "\n" + " ".repeat(index + 6) + "^"}\nInvalid character.\x1b[0m`, + ) + throw new Error() + } + break + } + } + + while (Checker.isNumberChar(input[index + 1])) index++ + if (input[index + 1] === "e") { + index++ + if (input[index + 1] === "-") index++ + if (!Checker.isNumberChar(input[index + 1])) { + console.error( + `\x1b[31merror: ${input + "\n" + " ".repeat(index + 7) + "^"}\nInvalid character.\x1b[0m`, + ) + throw new Error() + } + while (Checker.isNumberChar(input[index + 1])) index++ + } + + tokens.push(makeToken(input, TokenKind.INT, start, index - start + 1)) + } else if (Checker.isWordChar(token)) { + while (Checker.isWordChar(input[index + 1])) index++ + tokens.push(makeToken(input, TokenKind.WORD, start, index - start + 1)) + } else if (!Checker.isBlankChar(token)) { + console.error( + `\x1b[31merror: ${input + "\n" + " ".repeat(index + 7) + "^"}\nInvalid character.\x1b[0m`, + ) + throw new Error() + } + } + } + } while (++index < length) + + return tokens +} diff --git a/src/compilers/bindings/Parser.ts b/src/compilers/bindings/Parser.ts new file mode 100644 index 0000000..0e53cde --- /dev/null +++ b/src/compilers/bindings/Parser.ts @@ -0,0 +1,449 @@ +import { Expression, GenBinding, Token, TokenKind, TSToken, TSTokenKind } from "./types.js" +import { BindingType } from "../../types/enums/BindingType.js" +import { BindingItem } from "../../types/properties/value.js" +import { FunctionMap } from "./Function.js" +import { Lexer } from "./Lexer.js" +import { RandomBindingString } from "../../components/Utils.js" +import { isHasBinding } from "./Checker.js" + +export class Parser { + position: number = 0 + + genBindings: GenBinding[] = [] + output: Expression + tokens: Token[] + + static hasError = false + + constructor( + private input: string, + private cache = new Map(), + tokens?: Token[], + ) { + if (tokens) { + this.tokens = tokens + tokens = undefined + } else this.tokens = Lexer(input) + + this.output = this.parseExpression() + + if (this.at()) { + this.expect(TokenKind.EOF, "Unexpected token!") + } + } + + static intToBin(input: string) { + const bindings: GenBinding[] = [] + const rtn = RandomBindingString() + + for (let i = 0; i < 30; i++) { + bindings.push({ + source: `(${input} / ${2 ** i} - (${input} / ${2 ** (i + 1)}) * 2)`, + target: `${rtn}${i}`, + }) + } + + return { + ret: rtn, + bindings, + } + } + + intToBin(input: string) { + const inStr = `expr:${input}` + + if (this.cache.has(inStr)) { + return this.cache.get(inStr) as string + } else { + const { ret, bindings } = Parser.intToBin(input) + this.cache.set(inStr, ret) + this.genBindings.push(...bindings) + return ret + } + } + + at() { + return this.tokens[this.position] + } + + eat() { + return this.tokens[this.position++] + } + + last() { + return this.tokens[this.tokens.length - 1] + } + + private parseExpression(): Expression { + return this.parseBinaryExpression() + } + + private parseBinaryExpression(): Expression { + let left = this.parseOrExpression(), + current + + while ((current = this.at()) && current.kind === TokenKind.OPERATOR && current.value === "?") { + this.eat() + let middle = this.parseExpression(), + right: string + + if ((current = this.at()) && current.kind === TokenKind.OPERATOR && current.value === ":") { + this.eat() + right = this.parseExpression() + } else this.expect(TokenKind.OPERATOR, "Unexpected token!") + + let leftBind, middleBind, rightBind + + if (isHasBinding(left)) { + leftBind = RandomBindingString() + this.genBindings.push({ + source: `((0 + ${left}) > 0)`, + target: leftBind, + }) + } else this.expect(TokenKind.WORD, "Unexpected token!") + + if (isHasBinding(middle)) { + middleBind = RandomBindingString() + this.genBindings.push({ + source: middle, + target: middleBind, + }) + } else this.expect(TokenKind.WORD, "Unexpected token!") + + if (isHasBinding(right!)) { + rightBind = RandomBindingString() + this.genBindings.push({ + source: right!, + target: rightBind, + }) + } else this.expect(TokenKind.WORD, "Unexpected token!") + + const ifTrueExpression = `(('prefix' + ${leftBind} + ${middleBind}) - ('prefixfalse' + ${middleBind})) - 'prefixtrue')` + const ifFalseExpression = `(('prefix' + ${leftBind} + ${rightBind}) - ('prefixtrue' + ${rightBind})) - 'prefixfalse')` + + return `(${ifTrueExpression} + ${ifFalseExpression})` + } + + return left + } + + private parseOrExpression(): Expression { + let left = this.parseAndExpression(), + current + + while ((current = this.at()) && current.kind === TokenKind.OPERATOR && current.value === "||") { + this.eat() + left = `(${left} or ${this.parseAndExpression()})` + } + + return left + } + + private parseAndExpression(): Expression { + let left = this.parseComparisonExpression(), + current + + while ((current = this.at()) && current.kind === TokenKind.OPERATOR && current.value === "&&") { + this.eat() + left = `(${left} and ${this.parseComparisonExpression()})` + } + + return left + } + + private parseComparisonExpression(): Expression { + let left = this.parseAdditiveExpression(), + current + + while ( + (current = this.at()) && + current.kind === TokenKind.OPERATOR && + ["==", ">", "<", ">=", "<=", "!="].includes(current.value) + ) { + const operator = this.eat() + const right = this.parseAdditiveExpression() + + switch (operator.value) { + case "==": + left = `(${left} = ${right})` + break + + case "!=": + left = `(not (${left} = ${right}))` + break + + case ">=": + case "<=": + left = `((${left} ${operator.value[0]} ${right}) or (${left} = ${right}))` + break + + default: + left = `(${left} ${operator.value} ${right})` + break + } + } + + return left + } + + private parseAdditiveExpression(): Expression { + let left = this.parseMultiplicativeExpression(), + current + + while ( + (current = this.at()) && + current?.kind === TokenKind.OPERATOR && + ["+", "-"].includes(current.value) + ) { + const operator = this.eat() + const right = this.parseMultiplicativeExpression() + + left = `(${left} ${operator.value} ${right})` + } + + return left + } + + private parseMultiplicativeExpression(): Expression { + let left = this.parseBitwiseLogicExpression(), + current + + while ( + (current = this.at()) && + current?.kind === TokenKind.OPERATOR && + ["*", "/", "%"].includes(current.value) + ) { + const operator = this.eat() + const right = this.parsePrimaryExpression() + + if (current.value === "%") { + const cacheStr = `expr:${left}${operator.value}${right}` + if (this.cache.has(cacheStr)) { + return (left = this.cache.get(cacheStr) as Expression) + } + + const ret = RandomBindingString() + + this.genBindings.push({ + source: `(${left} - (${left} / ${right} * ${right}))`, + target: ret, + }) + + this.cache.set(cacheStr, ret) + left = ret + } else left = `(${left} ${operator.value} ${right})` + } + + return left + } + + private parseBitwiseLogicExpression(): Expression { + // TODO + return this.parseBitwiseShiftExpression() + } + + private parseBitwiseShiftExpression(): Expression { + // TODO + return this.parsePrimaryExpression() + } + + private parsePrimaryExpression(): Expression { + const left = this.at() + + switch (left?.kind) { + case TokenKind.WORD: + return this.parseCallableOrLiteral(this.eat()) + + case TokenKind.OPEN_PARENTHESIS: { + this.eat() + const value = this.parseExpression() + this.expect(TokenKind.CLOSE_PARENTHESIS, "Unexpected token!") + this.eat() + return `(${value})` + } + + case TokenKind.INT: { + const numberToken = this.eat() + + switch (numberToken.value[1]) { + case "x": + return "" + parseInt(numberToken.value.slice(2) as string, 16) + + case "o": + return "" + parseInt(numberToken.value.slice(2) as string, 8) + + case "b": + return "" + parseInt(numberToken.value.slice(2) as string, 2) + + default: + const [num, exp] = (numberToken.value).split("e") + return "" + (exp ? +num * 10 ** +exp : num) + } + } + + case TokenKind.VARIABLE: + case TokenKind.STRING: + return this.eat().value + + case TokenKind.TEMPLATE_STRING: { + const out = (this.eat().value).map(v => { + if (v.kind === TSTokenKind.STRING) return v.tokens.value + else { + const bakTokens = this.tokens + const bakPosition = this.position + + this.tokens = v.tokens + this.position = 0 + + const out = this.parseExpression() + + this.tokens = bakTokens + this.position = bakPosition + + return out + } + }) + return out.length === 1 ? (out[0] as string) : `(${out.join(" + ")})` + } + + case TokenKind.OPERATOR: { + if (left.value === "-" || left.value === "+") { + this.eat() + + let negative = left.value === "-", + current + + while ((current = this.at()) && current.kind === TokenKind.OPERATOR) { + if (current.value === "-") { + this.eat() + negative = !negative + } else if (current.value === "+") { + this.eat() + continue + } + } + + const value = this.parsePrimaryExpression() + + return negative ? `(0 - ${value})` : value + } else if (left.value === "!") { + this.eat() + + let not = true, + current + + while ((current = this.at()) && current.kind === TokenKind.OPERATOR) { + if (current.value === "!") { + this.eat() + not = !not + } + } + + const value = this.parsePrimaryExpression() + return not ? `(not ${value})` : value + } + } + + default: + this.expect(TokenKind.INT, "Unexpected token!") + } + + return left.value + } + + private parseCallableOrLiteral(callerToken: Token): Expression { + const left = this.at() + + if (left?.kind === TokenKind.OPEN_PARENTHESIS) { + this.eat() + const args: Expression[] = [] + + if (this.at().kind === TokenKind.COMMA) { + this.expect(TokenKind.INT, "Unexpected token!") + } + + if (this.at().kind !== TokenKind.CLOSE_PARENTHESIS) { + args.push(this.parseExpression()) + + while (this.at().kind === TokenKind.COMMA) { + this.eat() + if (this.at().kind === TokenKind.CLOSE_PARENTHESIS) { + this.expect(TokenKind.INT, "Unexpected token!") + } + args.push(this.parseExpression()) + } + } + + this.eat() + + const inputStr = `func:${callerToken.value}(${args.join(", ")})` + + if (this.cache.has(inputStr)) { + return this.cache.get(inputStr) as Expression + } else { + const ret = this.functionCall(callerToken.value, ...args) + this.cache.set(inputStr, ret) + return ret + } + } else if (left?.kind === TokenKind.OPERATOR) { + this.warn( + `Implicit string literal '${callerToken.value}'. Use quoted string ('${callerToken.value}') for clarity!`, + callerToken, + ) + return callerToken.value + } else { + if (callerToken.kind === TokenKind.WORD) + this.warn( + `Implicit string literal '${callerToken.value}'. Use quoted string ('${callerToken.value}') for clarity!`, + callerToken, + ) + else this.expect(TokenKind.WORD, "Unexpected token!") + return callerToken.value + } + } + + private functionCall(name: string, ...params: Expression[]): Expression { + const func = FunctionMap.get(name.toLowerCase()) + if (!func) { + return this.expect(TokenKind.WORD, "Function not found!")! + } else { + const { genBindings, value, doNotAddParentesis } = func(...params) + if (genBindings) this.genBindings.push(...genBindings) + return doNotAddParentesis ? value : `(${value})` + } + } + + private expect(kind: TokenKind, err: string) { + const prev = this.at() || this.last() + if (!prev || prev.kind !== kind) { + Parser.hasError = true + throw new Error( + `\x1b[31m${this.getPointer(prev)}\n` + `[ERROR]: ${err}\x1b[0m - Expected ${TokenKind[kind]}`, + ) + } + } + + private warn(err: string, token?: Token) { + const prev = token || this.at() + console.warn(`\x1b[33mwarn:${this.getPointer(prev, true)}\n` + `[WARNING]: ${err}\x1b[0m`) + } + + private getPointer(token: Token, isWarn = false) { + return this.input + "\n" + " ".repeat(token.start + (isWarn ? 5 : 7)) + "^".repeat(token.length) + } + + out(): { gen?: BindingItem[]; out: Expression; cache: Map } { + return { + out: `(${this.output})`, + cache: this.cache, + gen: this.genBindings.map( + ({ source, target }) => + { + binding_type: BindingType.VIEW, + source_property_name: `(${source})`, + target_property_name: `${target}`, + }, + ), + } + } +} diff --git a/src/compilers/bindings/index.ts b/src/compilers/bindings/index.ts new file mode 100644 index 0000000..6ef98e5 --- /dev/null +++ b/src/compilers/bindings/index.ts @@ -0,0 +1,4 @@ +export * from "./Checker.js" +export * from "./Lexer.js" +export * from "./Parser.js" +export * from "./types.js" diff --git a/src/compilers/bindings/types.ts b/src/compilers/bindings/types.ts new file mode 100644 index 0000000..8b59f10 --- /dev/null +++ b/src/compilers/bindings/types.ts @@ -0,0 +1,69 @@ +export enum TokenKind { + VARIABLE, + STRING, + TEMPLATE_STRING, + WORD, + + INT, + FLOAT, + + OPEN_PARENTHESIS, + CLOSE_PARENTHESIS, + + OPERATOR, + COMMA, + + EOF, +} + +export enum TSTokenKind { + STRING, + EXPRESSION, +} + +export type TSToken = + | { + kind: TSTokenKind.EXPRESSION + tokens: Token[] + } + | { + kind: TSTokenKind.STRING + tokens: Token + } + +export interface BaseToken { + start: number + length: number +} + +export interface NormalToken extends BaseToken { + value: string + kind: Exclude +} + +export interface TemplateToken extends BaseToken { + value: TSToken[] + kind: TokenKind.TEMPLATE_STRING +} + +export type Token = NormalToken | TemplateToken + +export type Expression = string + +export function makeToken( + input: T extends TokenKind.TEMPLATE_STRING ? TSToken[] : string, + kind: T, + start: number, + length: number = 1, +): Token { + if (kind === TokenKind.TEMPLATE_STRING) { + return { kind: kind, start, length, value: input as TSToken[] } + } else { + return { kind, start, length, value: input.slice(start, start + length) as string } + } +} + +export interface GenBinding { + source: string + target: string +} diff --git a/src/compilers/ui/buildcache.ts b/src/compilers/ui/buildcache.ts new file mode 100644 index 0000000..3216234 --- /dev/null +++ b/src/compilers/ui/buildcache.ts @@ -0,0 +1,66 @@ +import fs from "fs/promises" +import { buildFolder } from "../Configuration.js" + +export class BuildCache { + private static queue: Promise = Promise.resolve() + + private static async enqueue(task: () => Promise): Promise { + let result!: T + this.queue = this.queue.then(async () => { + result = await task() + }) + return this.queue.then(() => result) + } + + static async get(key: string): Promise { + return this.enqueue(async () => { + try { + return await fs + .readFile(`${buildFolder}/cache.json`, "utf-8") + .then(data => JSON.parse(data)[key] ?? null) + } catch (error) { + return null + } + }) + } + + static async getWithDefault(key: string, defaultValue: (() => T) | T): Promise { + const outVal = typeof defaultValue === "function" ? (defaultValue as () => T)() : defaultValue + return this.get(key).then(value => value ?? outVal) + } + + static async getWithSetDefault(key: string, defaultValue: (() => T) | T): Promise { + const outVal = typeof defaultValue === "function" ? (defaultValue as () => T)() : defaultValue + + return this.enqueue(async () => { + let data: Record = {} + + try { + data = JSON.parse(await fs.readFile(`${buildFolder}/cache.json`, "utf-8")) + } catch {} + + if (key in data) return data[key] + data[key] = outVal + + await fs.writeFile(`${buildFolder}/cache.json`, JSON.stringify(data), "utf-8") + return outVal + }) + } + + static async set(key: string, value: unknown) { + return this.enqueue(async () => { + try { + return fs.writeFile( + `${buildFolder}/cache.json`, + JSON.stringify({ + ...(await fs.readFile(`${buildFolder}/cache.json`, "utf-8").then(data => JSON.parse(data))), + [key]: value, + }), + "utf-8", + ) + } catch (error) { + return fs.writeFile(`${buildFolder}/cache.json`, JSON.stringify({ [key]: value }), "utf-8") + } + }) + } +} diff --git a/src/compilers/ui/builder.ts b/src/compilers/ui/builder.ts new file mode 100644 index 0000000..6a5e286 --- /dev/null +++ b/src/compilers/ui/builder.ts @@ -0,0 +1,114 @@ +import { buildFolder, config, isBuildMode, isLinkMode, isTestMode, unLinked } from "../Configuration.js" +import { Memory } from "../Memory.js" +import { createBuildFolder, gamePath, getBuildFolderName, linkToGame, unlink } from "./linker.js" +import { genManifest, version } from "./manifest.js" +import { UI } from "../../components/UI.js" +import { Type } from "../../types/enums/Type.js" +import fs from "fs/promises" +import { BuildCache } from "./buildcache.js" +import { disableRSP, enableRSP } from "./installer.js" +import { Log } from "../PreCompile.js" +import path from "path" +import { API_events } from "../../components/API.js" +import { Parser } from "../bindings/Parser.js" + +async function buildUI() { + const build = Memory.build() + + build.set("ui/_ui_defs.json", { + ui_defs: Array.from(build.keys(), v => v.replace(/\\/g, "/")), + }) + + if (config.global_variables) build.set("ui/_global_variables.json", config.global_variables) + + const out = await Promise.all( + Array.from(build.entries()).map(async ([file, value]) => { + const outFile = `${buildFolder}/${file}` + await fs + .stat(outFile.split(/\\|\//g).slice(0, -1).join("/")) + .catch(async () => await fs.mkdir(outFile.split(/\\|\//g).slice(0, -1).join("/"), { recursive: true })) + + await fs + .writeFile( + outFile, + JSON.stringify( + Object.fromEntries( + Object.entries(value).map(([key, value]: [string, any]) => { + const extend = (value as UI).extend + return [extend ? key + String(extend) : key, value] + }), + ), + ), + "utf-8", + ) + .then(() => + Log("INFO", `${outFile.replace(/\\/g, "/")} with ${Object.keys(value).length} elements created!`), + ) + build.delete(file) + return file + }), + ) + + await Promise.all([ + fs + .writeFile(`${buildFolder}/manifest.json`, await genManifest(), "utf-8") + .then(() => Log("INFO", `${buildFolder}/manifest.json created!`)), + fs + .writeFile(`${buildFolder}/.gitignore`, [...out, "manifest.json"].join("\n"), "utf-8") + .then(() => Log("INFO", `${buildFolder}/.gitignore created!`)), + BuildCache.set("build-files", [...out, "manifest.json"]).then(() => Log("INFO", "build-files set!")), + BuildCache.set("version", version).then(() => Log("INFO", "version set!")), + fs + .stat(`${buildFolder}/pack_icon.png`) + .catch(() => + fs + .copyFile( + isTestMode + ? "resources/pack_icon.png" + : path.join(process.cwd(), "node_modules/asajs/resources/pack_icon.png"), + `${buildFolder}/pack_icon.png`, + ) + .then(() => Log("INFO", `${buildFolder}/pack_icon.png copied!`)), + ) + .catch(() => Log("WARN", `cannot copy ${buildFolder}/pack_icon.png!`)), + ]).catch(error => console.error(error)) + + return out.length +} + +if (isBuildMode) { + let first = true + process.on("beforeExit", async () => { + if (first) { + first = false + if (Parser.hasError) { + console.error() + return + } + await createBuildFolder() + await buildUI() + if (isLinkMode) await linkToGame() + if (config.compiler?.autoEnable) await enableRSP() + else await disableRSP() + Log("INFO", "Build completed!") + console.log("========================= PACK INFO =========================") + console.log("Name:", `\x1b[32m${config.packinfo?.name || "MyPack"}\x1b[0m`) + console.log( + "Description:", + `\x1b[32m${config.packinfo?.description || "Create your Minecraft JSON-UI resource packs using JavaScript."}\x1b[0m`, + ) + console.log("Version:", config.packinfo?.version || [4, 0, 0]) + console.log("UUID:", await BuildCache.get<[string, string]>("uuid")) + if (gamePath) + console.log( + "Install Path:", + `\x1b[32m"${path.join(gamePath, "development_resource_packs", await getBuildFolderName())}"\x1b[0m`, + ) + console.log("=============================================================") + + // API events + API_events.onBuildFinish.forEach(v => v(config)) + } + }) +} else if (isLinkMode) linkToGame() +else if (unLinked) unlink() diff --git a/src/compilers/ui/installer.ts b/src/compilers/ui/installer.ts new file mode 100644 index 0000000..24a6c6a --- /dev/null +++ b/src/compilers/ui/installer.ts @@ -0,0 +1,191 @@ +import os from "os" +import path from "path" +import fs from "fs" +import fsp from "fs/promises" +import { config } from "../Configuration.js" +import { BuildCache } from "./buildcache.js" +import { version } from "./manifest.js" +import { Log } from "../PreCompile.js" + +interface PackInfo { + pack_id: string + subpack?: string + version: [number, number, number] +} + +export interface PathInfo { + os: Platform + isGdk: Platform extends "win32" ? boolean : never + gamepath: string | null +} + +export const pathinfo: PathInfo = { + os: os.platform(), + isGdk: false, + gamepath: null, +} + +function getGlobalResourcePackFile(gamepath: string) { + return path.join(gamepath, "minecraftpe/global_resource_packs.json") +} + +async function readGlobalRspFile(filepath: string) { + try { + if (await fsp.stat(filepath)) { + return JSON.parse(await fsp.readFile(filepath, "utf-8")) as PackInfo[] + } + } catch (error) { + return null + } +} + +async function writeGlobalRspFile(filepath: string, data: PackInfo[]) { + try { + await fsp.writeFile(filepath, JSON.stringify(data), "utf-8") + } catch (error) { + return null + } +} + +export async function enable(uuid: string, version: [number, number, number], filepath: string) { + try { + const globalRsp = await readGlobalRspFile(filepath) + if (!globalRsp) return null + const index = globalRsp.findIndex(data => data.pack_id === uuid) + if (index === -1) { + globalRsp.push({ pack_id: uuid, version }) + await writeGlobalRspFile(filepath, globalRsp) + return true + } else if (globalRsp[index].version.join(".") !== version.join(".")) { + globalRsp[index].version = version + await writeGlobalRspFile(filepath, globalRsp) + return true + } + return false + } catch (error) { + return null + } +} + +export async function disable(uuid: string, filepath: string) { + try { + let globalRsp = await readGlobalRspFile(filepath) + if (!globalRsp) return null + let isWrite = false + globalRsp = globalRsp.filter(data => { + if (data.pack_id === uuid) isWrite = true + return data.pack_id !== uuid + }) + if (isWrite) { + await writeGlobalRspFile(filepath, globalRsp) + return true + } else return false + } catch (error) { + return null + } +} + +export async function enableRSP() { + if (pathinfo.isGdk && pathinfo.gamepath) { + const ids: string[] = [], + gamepath = path.join(pathinfo.gamepath, "../../..") + if (config.compiler?.gdkUserId && /^\d+$/.test(config.compiler.gdkUserId)) ids.push(config.compiler.gdkUserId) + else + ids.push(...(await fsp.readdir(gamepath, { withFileTypes: false })).filter((id: string) => id !== "Shared")) + + const [uuid] = await Promise.all([BuildCache.get<[string, string]>("uuid")]) + + if (!uuid) return + await Promise.all( + ids.map(async (id: string) => + enable(uuid[0]!, version, getGlobalResourcePackFile(path.join(gamepath, id, "games/com.mojang"))).then( + v => { + if (v) { + Log("INFO", "Resource Pack enabled automaticly for " + id) + } + }, + ), + ), + ) + } else if (pathinfo.gamepath) { + const [uuid] = await Promise.all([BuildCache.get<[string, string]>("uuid")]) + if (!uuid) return + await enable(uuid[0]!, version, getGlobalResourcePackFile(pathinfo.gamepath)).then(v => { + if (v) { + Log("INFO", "Resource Pack enabled automaticly") + } + }) + } +} + +export async function disableRSP() { + if (pathinfo.isGdk && pathinfo.gamepath) { + const gamepath = path.join(pathinfo.gamepath, "../../..") + const [uuid] = await Promise.all([BuildCache.get<[string, string]>("uuid")]) + if (!uuid) return + await Promise.all( + (await fsp.readdir(gamepath, { withFileTypes: false })).map(async (id: string) => + disable(uuid[0]!, getGlobalResourcePackFile(path.join(gamepath, id, "games/com.mojang"))).then(v => { + if (v) { + Log("INFO", "Resource Pack disabled automaticly for " + id) + } + }), + ), + ) + } else if (pathinfo.gamepath) { + const [uuid] = await Promise.all([BuildCache.get<[string, string]>("uuid")]) + if (!uuid) return + await disable(uuid[0]!, getGlobalResourcePackFile(pathinfo.gamepath)).then(v => { + if (v) { + Log("INFO", "Resource Pack disabled automaticly") + } + }) + } +} + +export function getGamedataPath() { + switch (pathinfo.os) { + case "win32": { + if (/Windows (10|11)/.test(os.version())) { + let gamedata = path.join( + process.env.APPDATA!, + config.compiler?.importToPreview ? "Minecraft Bedrock Preview" : "Minecraft Bedrock", + "\\Users\\Shared\\games\\com.mojang", + ) + + if (fs.existsSync(gamedata)) { + pathinfo.isGdk = true + return (pathinfo.gamepath = gamedata) + } + + gamedata = path.join( + process.env.LOCALAPPDATA!, + "Packages", + config.compiler?.importToPreview + ? "Microsoft.MinecraftWindowsBeta_8wekyb3d8bbwe" + : "Microsoft.MinecraftUWP_8wekyb3d8bbwe", + "LocalState\\games\\com.mojang", + ) + + if (fs.existsSync(gamedata)) { + return (pathinfo.gamepath = gamedata) + } + } + } + + case "linux": { + const gamedata = path.join(process.env.HOME!, "/.local/share/mcpelauncher/games/com.mojang") + if (fs.existsSync(gamedata)) return (pathinfo.gamepath = gamedata) + else { + return (pathinfo.gamepath = path.join( + process.env.HOME!, + "/.var/app/io.mrarm.mcpelauncher/data/mcpelauncher/games/com.mojang", + )) + } + } + + default: { + console.warn(`Your platform is not supported the install feature yet! \nYour OS version: ${os.version()}`) + } + } +} diff --git a/src/compilers/ui/linker.ts b/src/compilers/ui/linker.ts new file mode 100644 index 0000000..19a96bf --- /dev/null +++ b/src/compilers/ui/linker.ts @@ -0,0 +1,78 @@ +import fs from "fs/promises" +import { BuildCache } from "./buildcache.js" +import { RandomString } from "../../components/Utils.js" +import path from "path" +import { getGamedataPath, PathInfo, pathinfo } from "./installer.js" +import { Log } from "../PreCompile.js" + +const HEX: string[] = Array.from({ length: 256 }, (_, i) => i.toString(16).padStart(2, "0")) + +function genUUID(): string { + const b = Array.from({ length: 16 }, () => Math.floor(Math.random() * 256)) + + // version 4 + b[6] = (b[6] & 0x0f) | 0x40 + // variant 10xx + b[8] = (b[8] & 0x3f) | 0x80 + + return ( + `${HEX[b[0]]}${HEX[b[1]]}${HEX[b[2]]}${HEX[b[3]]}-` + + `${HEX[b[4]]}${HEX[b[5]]}-` + + `${HEX[b[6]]}${HEX[b[7]]}-` + + `${HEX[b[8]]}${HEX[b[9]]}-` + + `${HEX[b[10]]}${HEX[b[11]]}${HEX[b[12]]}${HEX[b[13]]}${HEX[b[14]]}${HEX[b[15]]}` + ) +} + +export async function clearBuild() { + const files: string[] = (await BuildCache.get("build-files")) || [] + await Promise.all(files.map(file => fs.rm(`build/${file}`).catch(() => null))).then(() => { + if (files.length) { + Log("INFO", `Build folder cleared (${files.length} files removed)!`) + } + }) +} + +export async function createBuildFolder() { + return fs + .stat("build") + .catch(() => fs.mkdir("build").then(() => Log("INFO", "Build folder created!"))) + .then(() => clearBuild()) +} + +export async function getBuildFolderName() { + return await BuildCache.getWithSetDefault("build-key", () => `asajs-build-${RandomString(16)}`) +} + +export let gamePath: string | null = null +export async function linkToGame() { + const gamedataPath = getGamedataPath() + await BuildCache.set("last-gamedata-path", pathinfo) + if (gamedataPath) { + const sourcePath = path.resolve("build") + const targetPath = path.resolve(gamedataPath, "development_resource_packs", await getBuildFolderName()) + await fs.stat(targetPath).catch(async () => { + await fs + .symlink(sourcePath, targetPath, "junction") + .then(() => Log("INFO", "Linked build folder to gamedata!")) + }) + gamePath = gamedataPath + } else console.warn("No gamedata path found, cannot link!") +} + +export async function unlink() { + const gamedataPath = await BuildCache.get("last-gamedata-path") + if (!gamedataPath?.gamepath) return + const targetPath = path.resolve(gamedataPath.gamepath, "development_resource_packs", await getBuildFolderName()) + try { + await fs.unlink(targetPath).then(() => Log("INFO", "Unlinked build folder from gamedata!")) + } catch (error) { + console.error(error) + } +} + +export async function getUUID(): Promise<[string, string]> { + return await BuildCache.getWithSetDefault("uuid", () => { + return [genUUID(), genUUID()] + }) +} diff --git a/src/compilers/ui/manifest.ts b/src/compilers/ui/manifest.ts new file mode 100644 index 0000000..bc2c4b0 --- /dev/null +++ b/src/compilers/ui/manifest.ts @@ -0,0 +1,29 @@ +import { config } from "../Configuration.js" +import { getUUID } from "./linker.js" + +export const version = config.packinfo?.version || [4, 0, 1] + +export async function genManifest() { + const [uuid1, uuid2] = await getUUID() + return JSON.stringify({ + format_version: 2, + header: { + name: config.packinfo?.name || "AsaJS", + description: + config.packinfo?.description || "Create your Minecraft JSON-UI resource packs using JavaScript.", + uuid: uuid1, + version, + min_engine_version: [1, 21, 80], + }, + modules: [ + { + description: "This resource pack generate by AsaJS.", + type: "resources", + uuid: uuid2, + version: version, + }, + ], + subpacks: config.packinfo?.subpacks, + metadata: config.packinfo?.metadata, + }) +} diff --git a/src/components/API.ts b/src/components/API.ts new file mode 100644 index 0000000..32b883a --- /dev/null +++ b/src/components/API.ts @@ -0,0 +1,11 @@ +import { Config } from "../../config.js" + +export const API_events: { onBuildFinish: ((config: Config) => void)[] } = { + onBuildFinish: [], +} + +export const API = { + onBuildFinish: function (callback: (config: Config) => void) { + API_events.onBuildFinish.push(callback) + }, +} diff --git a/src/components/Animation.ts b/src/components/Animation.ts new file mode 100644 index 0000000..2dced74 --- /dev/null +++ b/src/components/Animation.ts @@ -0,0 +1,156 @@ +import { AnimType } from "../types/enums/AnimType.js" +import { SmartAnimation } from "../types/enums/SmartAnimation.js" +import { AnimationProperties } from "../types/properties/element/Animation.js" +import { Control } from "../types/properties/value.js" +import { Class } from "./Class.js" +import { KeyframeController } from "./KeyframeController.js" + +import util from "node:util" + +type Anim = AnimationProperties | number +type AnimWithSmartAnimation = [SmartAnimation | Anim, ...Anim[]] + +export class Animation extends Class { + protected keyframes: KeyframeController[] = [] + protected loop = false + private smartAnimationMode: SmartAnimation = "none" + + constructor( + readonly type: T, + ...keyframes: AnimWithSmartAnimation + ) { + super() + + if ([AnimType.ASEPRITE_FLIP_BOOK, AnimType.FLIP_BOOK, AnimType.WAIT].includes(type)) { + throw new Error(`${type} is not need for Animation constructor, please use AnimetionKeyframe instead!`) + } + + if (typeof keyframes[0] === "string") { + this.smartAnimationMode = keyframes[0] + this.addKeyframes(...(keyframes.slice(1) as Anim[])) + } else this.addKeyframes(...(keyframes as Anim[])) + } + + protected lastKey() { + return this.keyframes[this.keyframes.length - 1] + } + + protected firstKey() { + return this.keyframes[0] + } + + at(index: number) { + const frame = this.keyframes[index] + if (frame) return frame + else throw new Error(`No frame at index ${index}`) + } + + private transformKeyframe(keyframe: Anim) { + if (typeof keyframe === "number") { + return { type: AnimType.WAIT, properties: >({ duration: keyframe }) } + } else { + return { type: this.type, properties: keyframe } + } + } + + private addKeyframes(...keyframes: Anim[]) { + if (this.smartAnimationMode === "none") { + for (const $ of keyframes) { + const { type, properties } = this.transformKeyframe($) + const keyframeController = new KeyframeController(type, properties) + const prevKeyframe = this.lastKey() + if (prevKeyframe) prevKeyframe.setNext(keyframeController) + this.keyframes.push(keyframeController) + } + } else if (this.smartAnimationMode === "frame") { + let lastDuration = 0 + + for (const $ of keyframes) { + const { type, properties } = <{ type: AnimType; properties: { from?: unknown; to?: unknown } }>( + (this.transformKeyframe($)) + ) + + if ((<{ duration?: number }>(properties)).duration !== undefined) + lastDuration = (<{ duration?: number }>(properties)).duration || 0 + ;(<{ duration?: number }>(properties)).duration = lastDuration + + if (type !== AnimType.WAIT) { + const { from, to } = properties + if (from === undefined) properties.from = to + else if (to === undefined) properties.to = from + } + + const keyframeController = new KeyframeController(type, >properties) + const prevKeyframe = this.lastKey() + if (prevKeyframe) prevKeyframe.setNext(keyframeController) + this.keyframes.push(keyframeController) + } + } else if (this.smartAnimationMode === "smooth" || this.smartAnimationMode === "smooth_loop") { + let lastDuration = 0, + lastTo + + for (const $ of keyframes) { + const { type, properties } = <{ type: AnimType; properties: { from?: unknown; to?: unknown } }>( + (this.transformKeyframe($)) + ) + + if (properties.to === undefined && type !== AnimType.WAIT) + throw new Error(`To property is required in smooth mode`) + + if ((<{ duration?: number }>(properties)).duration !== undefined) + lastDuration = (<{ duration?: number }>(properties)).duration || 0 + ;(<{ duration?: number }>(properties)).duration = lastDuration + + if (type !== AnimType.WAIT) { + if (properties.to) { + if (properties.from === undefined) properties.from = lastTo + lastTo = properties.to + } + } + + const keyframeController = new KeyframeController(type, >properties) + const prevKeyframe = this.lastKey() + if (prevKeyframe) prevKeyframe.setNext(keyframeController) + this.keyframes.push(keyframeController) + } + + if (this.smartAnimationMode === "smooth_loop") { + const firstKey = <{ properties: { from?: unknown } }>(this.firstKey()) + if (firstKey.properties.from === undefined && lastTo !== undefined) { + firstKey.properties.from = lastTo + } + } + } else throw new Error(`Unknown smart animation mode: ${this.smartAnimationMode}`) + + if (this.loop) this.lastKey().setNext(this.firstKey()) + } + + setLoop(boolean: boolean) { + this.loop = boolean + + if (this.loop) { + const prevKeyframe = this.lastKey() + if (prevKeyframe) prevKeyframe.setNext(this.firstKey() as KeyframeController) + } else { + const prevKeyframe = this.lastKey() + if (prevKeyframe) prevKeyframe.clearNext() + } + + return this + } + + toString(): Control { + return String(this.firstKey()) + } + + protected [util.inspect.custom]($: any, opts: any) { + const out = this.keyframes.map((v, i) => { + return ` \x1b[33m${i}\x1b[0m: \x1b[33mKeyframe\x1b[0m<\x1b[92m${v.type}\x1b[0m> \x1b[92m"${v}\x1b[92m"\x1b[0m ${util.inspect(v.serialize(), opts)}`.replace( + /\n/g, + "\n ", + ) + }) + + return `\x1b[33mAnimation\x1b[0m<\x1b[92m${this.type}\x1b[0m> \x1b[92m"${this}\x1b[92m"\x1b[0m {\n${out.join("\n")}\n}\n` + } +} diff --git a/src/components/AnimationKeyframe.ts b/src/components/AnimationKeyframe.ts new file mode 100644 index 0000000..6b3368e --- /dev/null +++ b/src/components/AnimationKeyframe.ts @@ -0,0 +1,90 @@ +import { config, isNotObfuscate, uiBuildFolder } from "../compilers/Configuration.js" +import { FormatAnimationProperties } from "../compilers/FormatProperties.js" +import { Memory } from "../compilers/Memory.js" +import { AnimType } from "../types/enums/AnimType.js" +import { KeyframeAnimationProperties } from "../types/properties/element/Animation.js" +import { Animation } from "./Animation.js" +import { Class } from "./Class.js" +import { defaultNamespace, RandomNamespace, RandomString } from "./Utils.js" +import nodepath from "path" + +import util from "node:util" +import { Control } from "../types/properties/value.js" + +const fileExt = config.compiler?.fileExtension + ? config.compiler.fileExtension.startsWith(".") + ? config.compiler.fileExtension + : `.${config.compiler.fileExtension}` + : ".json" + +export class AnimationKeyframe extends Class { + readonly path: string + readonly name: string + readonly namespace: string + + readonly extend?: AnimationKeyframe | Animation + + constructor( + readonly type: T, + readonly properties: KeyframeAnimationProperties, + name?: string, + namespace?: string, + path?: string, + allowObfuscate?: boolean, + ) { + super() + + if (name === "namespace") { + console.error("The 'namespace' cannot be used as a name") + process.exit(1) + } + + if (isNotObfuscate || !(allowObfuscate ?? true)) { + this.name = name?.match(/^(\w|\/)+/)?.[0] || RandomString(16) + this.namespace = namespace || defaultNamespace || RandomNamespace() + } else { + this.name = RandomString(16) + this.namespace = RandomNamespace() + } + + if (!path) this.path = nodepath.join(uiBuildFolder, `${this.namespace}${fileExt}`) + else this.path = path + + Memory.add(this) + } + + setNext(keyframe: AnimationKeyframe) { + this.properties.next = keyframe + return this + } + + clearNext() { + delete this.properties.next + return this + } + + protected toJsonUI() { + return FormatAnimationProperties(this.properties) + } + + protected toJSON() { + if (this.extend) { + return this.toJsonUI() + } else { + return { + anim_type: this.type, + ...this.toJsonUI(), + } + } + } + + toString(): Control { + return `@${this.namespace}.${this.name}` + } + + protected [util.inspect.custom]($: any, opts: any) { + return `\x1b[33mAnimationKeyFrame\x1b[0m<\x1b[92m${ + this.type + }\x1b[0m> \x1b[92m"${this}\x1b[92m"\x1b[0m ${util.inspect(this.toJsonUI(), opts)}\n` + } +} diff --git a/src/components/Class.ts b/src/components/Class.ts new file mode 100644 index 0000000..be58c58 --- /dev/null +++ b/src/components/Class.ts @@ -0,0 +1,10 @@ +export class Class { + private static arguments = "" + private static caller = "" + private static length = "" + private static name = "" + private static bind() {} + private static apply() {} + private static call() {} + private static toString() {} +} diff --git a/src/components/Factory.ts b/src/components/Factory.ts new file mode 100644 index 0000000..ffb3ef8 --- /dev/null +++ b/src/components/Factory.ts @@ -0,0 +1,53 @@ +import { Type } from "../types/enums/Type.js" +import { Variable } from "../types/properties/value.js" +import { Class } from "./Class.js" +import { UI } from "./UI.js" + +export class FactoryManager extends Class { + private maxChildrenSize?: number + private factoryVariables?: Array + private controlIds: Map> + private control?: UI + + constructor(protected name: string) { + super() + this.controlIds = new Map() + } + + setControlId(name: string, element: UI) { + if (this.control) throw new Error("Cannot set control id after setting control") + this.controlIds.set(name, element) + return this + } + + setControlIds(...elements: { name: string; element: UI }[]) { + elements.forEach(({ name, element }) => this.controlIds.set(name, element)) + return this + } + + setControl(element: UI) { + if (this.controlIds.size) throw new Error("Cannot set control after setting control ids") + this.control = element + return this + } + + setMaxChildrenSize(size: number) { + this.maxChildrenSize = size + return this + } + + protected toJSON() { + const obj: any = { name: this.name } + + if (this.maxChildrenSize) obj.max_children_size = this.maxChildrenSize + if (this.factoryVariables) obj.variables = this.factoryVariables + if (this.control) obj.control_name = this.control.toString().slice(1) + if (this.controlIds.size) { + const controlIds: Record = {} + this.controlIds.forEach((value, key) => (controlIds[key] = key + value.toString())) + obj.control_ids = controlIds + } + + return obj + } +} diff --git a/src/components/KeyframeController.ts b/src/components/KeyframeController.ts new file mode 100644 index 0000000..d1bdc7a --- /dev/null +++ b/src/components/KeyframeController.ts @@ -0,0 +1,13 @@ +import { AnimType } from "../types/enums/AnimType.js" +import { KeyframeAnimationProperties } from "../types/properties/element/Animation.js" +import { AnimationKeyframe } from "./AnimationKeyframe.js" + +export class KeyframeController extends AnimationKeyframe { + constructor(type: T, properties: KeyframeAnimationProperties, name?: string, namespace?: string, path?: string) { + super(type, properties, name, namespace, path) + } + + serialize() { + return this.toJsonUI() + } +} diff --git a/src/components/UI.ts b/src/components/UI.ts new file mode 100644 index 0000000..db5e581 --- /dev/null +++ b/src/components/UI.ts @@ -0,0 +1,485 @@ +import { FormatProperties } from "../compilers/FormatProperties.js" +import { Memory } from "../compilers/Memory.js" +import { AnimType } from "../types/enums/AnimType.js" +import { ArrayName } from "../types/enums/ArrayName.js" +import { Operation } from "../types/enums/Operation.js" +import { Renderer } from "../types/enums/Renderer.js" +import { Type } from "../types/enums/Type.js" +import { Properties } from "../types/properties/components.js" +import { + BindingItem, + ButtonMapping, + Control, + ModificationItem, + VariableItem, + Variables, +} from "../types/properties/value.js" +import { Animation } from "./Animation.js" +import { AnimationKeyframe } from "./AnimationKeyframe.js" +import { Class } from "./Class.js" +import { defaultNamespace, RandomNamespace, RandomString, ResolveBinding } from "./Utils.js" +import nodepath from "path" + +import util from "node:util" +import { config, isNotObfuscate, uiBuildFolder } from "../compilers/Configuration.js" +import { FactoryManager } from "./Factory.js" + +interface ExtendUI { + name: string + namespace: string + toString(): string +} + +const fileExt = config.compiler?.fileExtension + ? config.compiler.fileExtension.startsWith(".") + ? config.compiler.fileExtension + : `.${config.compiler.fileExtension}` + : ".json" + +type ChildInput> = { + child: C + properties?: C extends UI ? Partial> : never + name?: string + callback?: (name: string, parent: UI) => void +} + +export class UI extends Class { + readonly path: string + readonly name: string + readonly namespace: string + + readonly extend?: UI | ExtendUI + readonly extendable: boolean + + protected readonly controls = new Map, Properties]>() + protected readonly bindings: BindingItem[] = [] + protected readonly variables: VariableItem[] = [] + protected readonly buttonMappings: ButtonMapping[] = [] + protected readonly anims: (Animation | AnimationKeyframe)[] = [] + protected readonly extendType?: Type + protected factory?: FactoryManager + + protected properties: Properties = {} + protected bindCache = new Map() + + constructor( + public type?: T, + name?: string, + namespace?: string, + path?: string, + allowObfuscate?: boolean, + ) { + super() + + if (isNotObfuscate || !(allowObfuscate ?? true)) { + this.name = name || RandomString(16) + this.namespace = namespace || defaultNamespace || RandomNamespace() + } else { + this.name = RandomString(16) + this.namespace = RandomNamespace() + } + + if (!path) this.path = nodepath.join(uiBuildFolder, `${this.namespace}${fileExt}`) + else this.path = path + + this.extendable = this.name.search("/") === -1 + + Memory.add(this) + } + + /** + * Set properties for this element + * @param properties + * @returns + */ + setProperties(properties: Properties) { + this.properties = { ...this.properties, ...properties } + return this + } + + setFactory(factory: FactoryManager) { + this.factory = factory + return this + } + + /** + * Bind data (coming from the code) to this UI element to use. + * @param bindings + * @returns + */ + addBindings(...bindings: BindingItem[]) { + this.bindings.push(...ResolveBinding(this.bindCache, ...bindings)) + return this + } + + /** + * Changes variables values if conditions are met. + * @param variables + * @returns + */ + addVariables(variables: Variables) { + Object.entries(variables).forEach(([key, value]) => { + this.variables.push({ + requires: key, + ...value, + }) + }) + + return this + } + + /** + * Add button mappings for this element + * @param mappings + * @returns + */ + addButtonMappings(...mappings: ButtonMapping[]) { + this.buttonMappings.push(...mappings) + return this + } + + /** + * Children of the UI element. + * @param child + * @param properties + * @param name + * @returns + */ + addChild( + child: UI, + properties?: Properties, + name?: string, + callback?: (name: string, parent: UI) => void, + ) { + if (this === child) throw new Error("Cannot add a child to itself") + const childName = name || RandomString(16) + this.controls.set(childName, [child, properties || {}]) + callback?.(childName, this) + return this + } + + addChilds[]>(...childs: { [K in keyof UIs]: ChildInput }) { + const childrenList = childs as unknown as ChildInput>[] + + childrenList.forEach(({ child, properties, name, callback }) => { + this.addChild(child, properties, name, callback) + }) + + return this + } + + addAnimations(...anims: (Animation | AnimationKeyframe)[]) { + this.anims.push(...anims) + return this + } + + /** + * Return a extend of this element + * @param properties + * @param name + * @param namespace + * @returns + */ + createExtends(properties?: Properties, name?: string, namespace?: string) { + if (!this.extendable) throw new Error("This element is not extendable") + const ui = new UI(undefined, name, namespace) + if (properties) ui.setProperties(properties) + // @ts-ignore + ui.extend = this + // @ts-ignore + ui.extendType = this.type || this.extendType + return ui + } + + toString(): Control { + return `@${this.namespace}.${this.name}` + } + + protected toJsonUI() { + const obj: any = { + ...FormatProperties(this.properties), + } + + if (this.type) obj.type = this.type + + if (this.bindings.length) obj.bindings = this.bindings + if (this.variables.length) obj.variables = this.variables + if (this.buttonMappings.length) obj.button_mappings = this.buttonMappings + if (this.factory) obj.factory = this.factory + + if (this.anims.length) obj.anims = this.anims.map(a => String(a)) + + if (this.controls.size) { + obj.controls = [] + this.controls.forEach((e, key) => obj.controls.push({ [key + e[0]]: FormatProperties(e[1]) })) + } + + return obj + } + + protected toJSON() { + return this.toJsonUI() + } + + protected [util.inspect.custom]($: any, opts: any) { + return `\x1b[33mUI\x1b[0m<\x1b[92m${ + this.type || (this.extend ? `${this.extendType || "unknown"}:${this.extend}` : "unknown") + }\x1b[0m> \x1b[92m"${this}\x1b[92m"\x1b[0m ${util.inspect(this.toJsonUI(), opts)}\n` + } +} + +export class ModifyUI extends UI { + private isClearBinding: boolean = false + private isClearVariables: boolean = false + private isClearControls: boolean = false + private isClearAnims: boolean = false + private isClearButtonMappings: boolean = false + + protected modifications: ModificationItem[] = [] + + constructor(namespace: string, name: string, path: string) { + super(undefined, name, namespace, path, false) + } + + clearArray(arrayName: ArrayName) { + switch (arrayName) { + case ArrayName.BINDINGS: + this.isClearBinding = true + return this + case ArrayName.CONTROLS: + this.isClearControls = true + return this + case ArrayName.BUTTON_MAPPINGS: + this.isClearButtonMappings = true + return this + case ArrayName.ANIMS: + this.isClearAnims = true + return this + default: + return arrayName satisfies never + } + } + + /** + * Remove all variables of this modfy element + * @returns + */ + clearVariables() { + this.isClearVariables = true + return this + } + + /** + * Allows to modify the UI elements from resource packs below this one + * @returns + */ + addModifications(...modifications: ModificationItem[]) { + this.modifications.push(...modifications) + return this + } + + insertBackChild( + child: UI, + properties?: Properties, + name?: string, + ) { + if (this === child) throw new Error("Cannot add a child to itself") + if (!name) name = RandomString(16) + + return this.addModifications({ + array_name: ArrayName.CONTROLS, + operation: Operation.INSERT_BACK, + value: { + [`${name}${child}`]: properties || {}, + }, + }) + } + + insertFrontChild( + child: UI, + properties?: Properties, + name?: string, + ) { + if (this === child) throw new Error("Cannot add a child to itself") + if (!name) name = RandomString(16) + + return this.addModifications({ + array_name: ArrayName.CONTROLS, + operation: Operation.INSERT_FRONT, + value: [ + { + [`${name}${child}`]: properties || {}, + }, + ], + }) + } + + insertAfterChild( + where: S, + child: UI, + properties?: Properties, + name?: string, + ) { + if (this === child) throw new Error("Cannot add a child to itself") + if (!name) name = RandomString(16) + + return this.addModifications({ + array_name: ArrayName.CONTROLS, + operation: Operation.INSERT_AFTER, + control_name: where!, + value: { + [`${name}${child}`]: properties || {}, + }, + }) + } + + insertBeforeChild( + where: S, + child: UI, + properties?: Properties, + name?: string, + ) { + if (this === child) throw new Error("Cannot add a child to itself") + if (!name) name = RandomString(16) + + return this.addModifications({ + array_name: ArrayName.CONTROLS, + operation: Operation.INSERT_BEFORE, + control_name: where!, + value: { + [`${name}${child}`]: properties || {}, + }, + }) + } + + insertChild( + child: UI, + properties?: Properties, + name?: string, + ) { + return this.insertFrontChild(child, properties, name) + } + + replaceChild(where: S, child: UI, properties?: Properties) { + return this.addModifications({ + array_name: ArrayName.CONTROLS, + operation: Operation.REPLACE, + control_name: where!, + value: properties || {}, + }) + } + + /** + * Remove a child of this element + * @param name + * @returns + */ + removeChild(name: S) { + return this.addModifications({ + array_name: ArrayName.CONTROLS, + operation: Operation.REMOVE, + control_name: name, + }) + } + + insertBackBindings(...bindings: BindingItem[]) { + return this.addModifications({ + array_name: ArrayName.BINDINGS, + operation: Operation.INSERT_BACK, + value: ResolveBinding(this.bindCache, ...bindings), + }) + } + + insertFrontBindings(...bindings: BindingItem[]) { + return this.addModifications({ + array_name: ArrayName.BINDINGS, + operation: Operation.INSERT_FRONT, + value: ResolveBinding(this.bindCache, ...bindings), + }) + } + + insertBindings(...bindings: BindingItem[]) { + return this.insertFrontBindings(...bindings) + } + + /** + * Remove a binding of this element + * @param binding + */ + removeBinding(binding: BindingItem) { + return this.addModifications({ + array_name: ArrayName.BINDINGS, + operation: Operation.REMOVE, + where: binding, + }) + } + + insertBackButtonMappings(...buttonMappings: ButtonMapping[]) { + return this.addModifications({ + array_name: ArrayName.BUTTON_MAPPINGS, + operation: Operation.INSERT_BACK, + value: buttonMappings, + }) + } + + insertFrontButtonMappings(...buttonMappings: ButtonMapping[]) { + return this.addModifications({ + array_name: ArrayName.BUTTON_MAPPINGS, + operation: Operation.INSERT_FRONT, + value: buttonMappings, + }) + } + + insertButtonMappings(...buttonMappings: ButtonMapping[]) { + return this.insertFrontButtonMappings(...buttonMappings) + } + + /** + * Remove a button mapping of this element + * @param buttonMapping + * @returns + */ + removeButtonMapping(buttonMapping: ButtonMapping) { + return this.addModifications({ + array_name: ArrayName.BUTTON_MAPPINGS, + operation: Operation.REMOVE, + where: buttonMapping, + }) + } + + protected toJsonUIModify() { + const obj = this.toJsonUI() + + if (this.isClearBinding) obj.bindings = [] + if (this.isClearControls) obj.controls = [] + if (this.isClearAnims) obj.anims = [] + if (this.isClearVariables) obj.variables = [] + if (this.isClearButtonMappings) obj.button_mappings = [] + + if (this.modifications.length) { + // const map = new Map>() + + // this.modifications.forEach(mod => { + // const { operation, array_name, control_name, target, target_control, value, where } = mod + + // switch (array_name) { + // case ArrayName.CONTROLS: { + // } + // } + // }) + + obj.modifications = this.modifications + } + + return obj + } + + protected toJSON() { + const obj = this.toJsonUIModify() + return obj + } + + protected [util.inspect.custom]($: any, opts: any) { + return `\x1b[33mUI\x1b[0m<\x1b[92mmodify\x1b[0m> \x1b[92m"${this}\x1b[92m"\x1b[0m ${util.inspect(this.toJsonUIModify(), opts)}\n` + } +} diff --git a/src/components/Utils.ts b/src/components/Utils.ts new file mode 100644 index 0000000..b53e7a5 --- /dev/null +++ b/src/components/Utils.ts @@ -0,0 +1,570 @@ +import { Type } from "../types/enums/Type.js" +import { Array3, Binding, BindingItem, Variable } from "../types/properties/value.js" +import { ModifyUI, UI } from "./UI.js" + +import { Renderer } from "../types/enums/Renderer.js" +import { + Properties, + CollectionPanel, + Custom, + Grid, + Image, + InputPanel, + Label, + Panel, + Screen, + StackPanel, + TooltipTrigger, + Button, + Toggle, + Dropdown, + SelectionWheel, + EditBox, + ScrollbarBox, + ScrollbarTrack, + ScrollView, + Slider, + SliderBox, +} from "../types/properties/components.js" +import { ItemAuxID } from "../types/enums/Items.js" +import { Element, Namespace, VanillaElementChilds, VanillaType } from "../types/vanilla/intellisense.js" +import { paths } from "../types/vanilla/paths.js" +import { isCompileBinding } from "../compilers/bindings/Checker.js" +import { Parser } from "../compilers/bindings/Parser.js" +import { BindingType } from "../types/enums/BindingType.js" +import { AnimType } from "../types/enums/AnimType.js" +import { AnimationKeyframe } from "./AnimationKeyframe.js" +import { AnimationProperties, KeyframeAnimationProperties } from "../types/properties/element/Animation.js" +import { Animation } from "./Animation.js" +import { SmartAnimation } from "../types/enums/SmartAnimation.js" +import { MemoryModify } from "../compilers/Memory.js" +import { Lexer } from "../compilers/bindings/Lexer.js" +import { Token, TokenKind, TSToken, TSTokenKind } from "../compilers/bindings/types.js" +import { + allowRandomStringName, + forceRandomStringLength, + isNotObfuscate, + namespaceCount, +} from "../compilers/Configuration.js" +import { FactoryManager } from "./Factory.js" + +type CompileBinding = `[${string}]` + +export function Color(hex: string | number): Array3 { + if (typeof hex === "number") { + return [((hex >> 16) & 0xff) / 0xff, ((hex >> 8) & 0xff) / 0xff, (hex & 0xff) / 0xff] + } else { + if (hex.startsWith("#")) { + if (hex.length === 7) + return [ + parseInt(hex.slice(1, 3), 16) / 0xff, + parseInt(hex.slice(3, 5), 16) / 0xff, + parseInt(hex.slice(5, 7), 16) / 0xff, + ] + if (hex.length === 4) + return [ + parseInt(hex.slice(1, 2).repeat(2), 16) / 0xff, + parseInt(hex.slice(2, 3).repeat(2), 16) / 0xff, + parseInt(hex.slice(3, 4).repeat(2), 16) / 0xff, + ] + + console.error(`Invalid color: ${hex}`) + process.exit(1) + } else { + console.error(`Invalid color: ${hex}`) + process.exit(1) + } + } +} + +export function ResolveBinding(cache: Map, ...bindings: BindingItem[]) { + const result: BindingItem[] = [] + + for (const binding of bindings) { + if (binding.source_property_name) { + if (isCompileBinding(binding.source_property_name)) { + const inputBindings = binding.source_property_name.slice(1, -1) + if (binding.source_control_name) { + // @ts-ignore + const tokensMapping = (token: Token) => { + if (token.kind === TokenKind.VARIABLE) { + const mapkey = `mapping:${binding.source_control_name}:${token.value}` + + if (cache.has(mapkey)) { + return { + ...token, + value: cache.get(mapkey) as string, + } + } else { + const ret = RandomBindingString() + cache.set(mapkey, ret) + + result.push({ + source_property_name: token.value, + source_control_name: binding.source_control_name, + target_property_name: ret, + binding_type: BindingType.VIEW, + }) + + return { + ...token, + value: ret, + } + } + } else if (token.kind === TokenKind.TEMPLATE_STRING) { + return { + ...token, + // @ts-ignore + value: token.value.map((tstoken: TSToken) => { + if (tstoken.kind === TSTokenKind.STRING) return tstoken + else { + return { + ...tstoken, + tokens: tstoken.tokens.map(tokensMapping), + } + } + }), + } + } else return token + } + + const { gen, out } = new Parser(inputBindings, cache, Lexer(inputBindings).map(tokensMapping)).out() + + delete binding.source_control_name + + if (gen) result.push(...gen) + binding.source_property_name = out + } else { + const { gen, out } = new Parser(inputBindings, cache).out() + if (gen) result.push(...gen) + binding.source_property_name = out + } + } + binding.binding_type ||= BindingType.VIEW + if (!binding.target_property_name) throw new Error("Binding must have a target property name") + } else if (binding.binding_collection_name) { + if (Object.keys(binding).length > 1) binding.binding_type ||= BindingType.COLLECTION + else binding.binding_type ||= BindingType.COLLECTION_DETAILS + } + result.push(binding) + } + + return result +} + +export let defaultNamespace: string | null = null +export function SetDefaultNamespace(input: string) { + if (!/\p{L}+/u.test(input)) throw new Error("Invalid namespace") + defaultNamespace = input +} +export function ClearDefaultNamespace() { + defaultNamespace = null +} + +export function GenRandomString(length: number, base = 32) { + const chars = "0123456789abcdefghijklmnopqrstuvwxyz".slice(0, base) + const out = new Array(length) + if (forceRandomStringLength) length = forceRandomStringLength + + try { + const buffer = new Uint8Array(length) + crypto.getRandomValues(buffer) + for (let i = 0; i < length; i++) { + out[i] = chars[buffer[i] % base] + } + } catch { + for (let i = 0; i < length; i++) { + out[i] = chars[Math.floor(Math.random() * base)] + } + } + + return out.join("") +} + +const StringID = GenRandomString(5, undefined) +const nspl = allowRandomStringName + ? Array.from({ length: namespaceCount }, () => RandomString(16)) + : (() => { + return Array.from({ length: namespaceCount }, (i, index) => `${StringID}_namespace_${index + 1}`) + })() + +export function RandomNamespace() { + return nspl[Math.floor(Math.random() * nspl.length)] +} + +let rndStr = 1 +export function RandomString(length: number, base: number = 32, force?: boolean) { + if (force || allowRandomStringName) return GenRandomString(length, base) + else return `${StringID}_string_${rndStr++}` +} + +let rndStrBind = 1 +export function RandomBindingString(length: number = 16, base: number = 32, force?: boolean): Binding { + if (force || allowRandomStringName) return `#${GenRandomString(length, base)}` + else return `#${StringID}_binding_${rndStrBind++}` +} + +let rndVarBind = 1 +export function RandomVariableString(length: number = 16, base: number = 32, force?: boolean): Variable { + if (force || allowRandomStringName) return `$${GenRandomString(length, base)}` + else return `$${StringID}_variable_${rndVarBind++}` +} + +const rndMap = new Map() + +export function s(input: string) { + if (isNotObfuscate) return input + else { + if (rndMap.has(input)) return rndMap.get(input) as string + else { + const ret = RandomString(16) + rndMap.set(input, ret) + return ret + } + } +} + +export function bs(input: Binding): Binding { + if (isNotObfuscate) return input + else { + if (rndMap.has(input)) return rndMap.get(input) + else { + const ret = RandomBindingString() + rndMap.set(input, ret) + return ret + } + } +} + +export function vs(input: Variable): Variable { + let [name, mode]: [Variable, string] = input.split("|") as [Variable, string] + input = name + if (mode) mode = "|" + mode + else mode = "" + + if (isNotObfuscate) return `${name}${mode}` + else { + if (rndMap.has(input)) return `${rndMap.get(input)}${mode}` + else { + const ret = RandomVariableString() + rndMap.set(input, ret) + return `${ret}${mode}` + } + } +} + +export function GetItemByAuxID(auxID: number) { + const item = ItemAuxID[auxID] + if (item) return `minecraft:${item.toLowerCase()}` +} + +// Binding +/** + * Return format string binding input + * @param input + * @returns {CompileBinding} + */ +export function f(input: string): CompileBinding { + if (/^'.+'$/.test(input)) input = `f${input}` + else if (!/^f'.+'$/.test(input)) input = `f'${input}'` + return b(input) +} + +/** + * Return bracket binding input + * @param input + * @returns {CompileBinding} + */ +export function b(input: string): CompileBinding { + return `[${input}]` +} + +// Quick Elements +export function Modify>(namespace: T, name: K) { + // @ts-ignore + const getPath = paths[namespace] || paths[namespace][name] + + // @ts-ignore + const memoryUI = MemoryModify[getPath]?.[name] + // @ts-ignore + if (memoryUI) return memoryUI as ModifyUI, VanillaElementChilds> + const path = paths[namespace] + + if (!path) { + throw new Error(`Namespace '${namespace}' does not exist`) + // @ts-ignore + } else if (typeof path !== "string" && !getPath) { + throw new Error(`Element '${name}' does not exist in namespace '${namespace}'`) + } + // @ts-ignore + const modifyUI = new ModifyUI, VanillaElementChilds>( + namespace, + name, + // @ts-ignore + typeof path === "string" ? path : getPath, + ) + // @ts-ignore + ;(MemoryModify[getPath] ||= {})[name] = modifyUI + + return modifyUI +} + +export function Factory(name: string) { + return new FactoryManager(name) +} + +export function Panel(properties?: Panel, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.PANEL, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function CollectionPanel( + properties?: CollectionPanel, + namespace?: string, + name?: string, + allowObfuscate?: boolean, +) { + return new UI(Type.COLLECTION_PANEL, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function StackPanel(properties?: StackPanel, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.STACK_PANEL, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function InputPanel(properties?: InputPanel, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.INPUT_PANEL, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Grid(properties?: Grid, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.GRID, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Screen(properties?: Screen, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.SCREEN, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Image(properties?: Image, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.IMAGE, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Label(properties?: Label, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.LABEL, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Custom( + renderer: R, + properties?: Properties, + namespace?: string, + name?: string, + allowObfuscate?: boolean, +) { + const custom = new UI(Type.CUSTOM, name, namespace, undefined, allowObfuscate) + if (properties) custom.setProperties({ renderer, ...properties }) + return custom +} + +export function TooltipTrigger( + properties?: TooltipTrigger, + namespace?: string, + name?: string, + allowObfuscate?: boolean, +) { + return new UI(Type.TOOLTIP_TRIGGER, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Button(properties?: Button, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.BUTTON, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Toggle(properties?: Toggle, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.TOGGLE, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Dropdown(properties?: Dropdown, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.DROPDOWN, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function SelectionWheel( + properties?: SelectionWheel, + namespace?: string, + name?: string, + allowObfuscate?: boolean, +) { + return new UI(Type.SELECTION_WHEEL, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function EditBox(properties?: EditBox, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.EDIT_BOX, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function ScrollbarBox(properties?: ScrollbarBox, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.SCROLLBAR_BOX, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function ScrollbarTrack( + properties?: ScrollbarTrack, + namespace?: string, + name?: string, + allowObfuscate?: boolean, +) { + return new UI(Type.SCROLL_TRACK, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function ScrollView(properties?: ScrollView, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.SCROLL_VIEW, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function Slider(properties?: Slider, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.SLIDER, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function SliderBox(properties?: SliderBox, namespace?: string, name?: string, allowObfuscate?: boolean) { + return new UI(Type.SLIDER_BOX, name, namespace, undefined, allowObfuscate).setProperties(properties || {}) +} + +export function ExtendsOf( + element: UI, + properties?: Properties, + namespace?: string, + name?: string, + allowObfuscate?: boolean, +) { + if (!element.extendable) throw new Error("Cannot extend a UI that cannot be extended") + const ui = new UI(undefined, name, namespace, undefined, allowObfuscate) + if (properties) ui.setProperties(properties) + // @ts-ignore + ui.extend = element + // @ts-ignore + ui.extendType = element.type || element.extendType + return ui as typeof element +} + +export function VanillaExtendsOf, `${string}/${string}`>>( + originNamespace: T, + originName: K, + // @ts-ignore + properties?: Properties, null>, + namespace?: string, + name?: string, +) { + // @ts-ignore + const ui = new UI, null>(undefined, name, namespace) + if (properties) ui.setProperties(properties) + // @ts-ignore + ui.extend = { + name: originName, + namespace: originNamespace, + toString: () => `@${originNamespace}.${originName}`, + } + + return ui +} + +// Quick Keyframe +export function OffsetKeyframe( + properties?: KeyframeAnimationProperties, + namespace?: string, + name?: string, +) { + return new AnimationKeyframe(AnimType.OFFSET, properties || {}, name, namespace) +} + +export function SizeKeyframe( + properties?: KeyframeAnimationProperties, + namespace?: string, + name?: string, +) { + return new AnimationKeyframe(AnimType.SIZE, properties || {}, name, namespace) +} + +export function UVKeyframe(properties?: KeyframeAnimationProperties, namespace?: string, name?: string) { + return new AnimationKeyframe(AnimType.UV, properties || {}, name, namespace) +} + +export function ClipKeyframe( + properties?: KeyframeAnimationProperties, + namespace?: string, + name?: string, +) { + return new AnimationKeyframe(AnimType.CLIP, properties || {}, name, namespace) +} + +export function ColorKeyframe( + properties?: KeyframeAnimationProperties, + namespace?: string, + name?: string, +) { + return new AnimationKeyframe(AnimType.COLOR, properties || {}, name, namespace) +} + +export function AlphaKeyframe( + properties?: KeyframeAnimationProperties, + namespace?: string, + name?: string, +) { + return new AnimationKeyframe(AnimType.ALPHA, properties || {}, name, namespace) +} + +export function WaitKeyframe( + properties?: KeyframeAnimationProperties, + namespace?: string, + name?: string, +) { + return new AnimationKeyframe(AnimType.WAIT, properties || {}, name, namespace) +} + +export function FlipBookKeyframe( + properties?: KeyframeAnimationProperties, + namespace?: string, + name?: string, +) { + return new AnimationKeyframe(AnimType.FLIP_BOOK, properties || {}, name, namespace) +} + +export function AsepriteFlipBookKeyframe( + properties?: KeyframeAnimationProperties, + namespace?: string, + name?: string, +) { + return new AnimationKeyframe(AnimType.ASEPRITE_FLIP_BOOK, properties || {}, name, namespace) +} + +// Quick Animation +export type AnimationByType = AnimationProperties | number +export type AnimWithSmartAnim = [SmartAnimation | AnimationByType, ...AnimationByType[]] + +export function OffsetAnimation(...keyframes: AnimWithSmartAnim) { + return new Animation(AnimType.OFFSET, ...keyframes) +} + +export function SizeAnimation(...keyframes: AnimWithSmartAnim) { + return new Animation(AnimType.SIZE, ...keyframes) +} + +export function UVAnimation(...keyframes: AnimWithSmartAnim) { + return new Animation(AnimType.UV, ...keyframes) +} + +export function ClipAnimation(...keyframes: AnimWithSmartAnim) { + return new Animation(AnimType.CLIP, ...keyframes) +} + +export function ColorAnimation(...keyframes: AnimWithSmartAnim) { + return new Animation(AnimType.COLOR, ...keyframes) +} + +export function AlphaAnimation(...keyframes: AnimWithSmartAnim) { + return new Animation(AnimType.ALPHA, ...keyframes) +} + +// Animation ExtendsOf +export function AnimationExtendsOf( + animation: AnimationKeyframe | Animation, + properties?: AnimationProperties, +) { + const anim = new AnimationKeyframe(animation.type, properties || {}) + + // @ts-ignore + anim.extend = animation + + return anim +} diff --git a/src/index.ts b/src/index.ts new file mode 100644 index 0000000..d169504 --- /dev/null +++ b/src/index.ts @@ -0,0 +1,21 @@ +import "./compilers/PreCompile.js" +import "./compilers/Configuration.js" +import "./compilers/ui/builder.js" +import "./compilers/ui/installer.js" + +export { Animation } from "./components/Animation.js" +export { AnimationKeyframe } from "./components/AnimationKeyframe.js" +export { ModifyUI, UI } from "./components/UI.js" +export * from "./components/Utils.js" + +export * from "./types/enums/index.js" +export * as Properties from "./types/properties/index.js" + +export { ItemAuxID } from "./types/enums/Items.js" + +export { ArrayName, Operation } from "./types/properties/index.js" + +export * from "./compilers/bindings/Binary.js" +export { API } from "./components/API.js" + +export { MemoryModify } from "./compilers/Memory.js" diff --git a/src/types/enums/Anchor.ts b/src/types/enums/Anchor.ts new file mode 100644 index 0000000..0d5722d --- /dev/null +++ b/src/types/enums/Anchor.ts @@ -0,0 +1,11 @@ +export enum Anchor { + TOP_LEFT = "top_left", + TOP_MIDDLE = "top_middle", + TOP_RIGHT = "top_right", + LEFT_MIDDLE = "left_middle", + CENTER = "center", + RIGHT_MIDDLE = "right_middle", + BOTTOM_LEFT = "bottom_left", + BOTTOM_MIDDLE = "bottom_middle", + BOTTOM_RIGHT = "bottom_right", +} \ No newline at end of file diff --git a/src/types/enums/AnimType.ts b/src/types/enums/AnimType.ts new file mode 100644 index 0000000..e5470c9 --- /dev/null +++ b/src/types/enums/AnimType.ts @@ -0,0 +1,11 @@ +export enum AnimType { + ALPHA = "alpha", + CLIP = "clip", + COLOR = "color", + FLIP_BOOK = "flip_book", + OFFSET = "offset", + SIZE = "size", + UV = "uv", + WAIT = "wait", + ASEPRITE_FLIP_BOOK = "aseprite_flip_book", +} \ No newline at end of file diff --git a/src/types/enums/ArrayName.ts b/src/types/enums/ArrayName.ts new file mode 100644 index 0000000..e0cabb7 --- /dev/null +++ b/src/types/enums/ArrayName.ts @@ -0,0 +1,6 @@ +export enum ArrayName { + CONTROLS = "controls", + BINDINGS = "bindings", + BUTTON_MAPPINGS = "button_mappings", + ANIMS = "anims", +} diff --git a/src/types/enums/BagBinding.ts b/src/types/enums/BagBinding.ts new file mode 100644 index 0000000..998a2f9 --- /dev/null +++ b/src/types/enums/BagBinding.ts @@ -0,0 +1,66 @@ +export enum BagBinding { + VISIBLE = "#visible", + TEXT = "#text", + ENABLED = "#enabled", + GRAYSCALE = "#grayscale", + TEXTURE = "#texture", + TEXTURE_FILE_SYSTEM = "#texture_file_system", + CLIP_RATIO = "#clip_ratio", + TOGGLE_STATE = "#toggle_state", + FOCUS_CHANGE_UP = "#focus_change_up", + FOCUS_CHANGE_DOWN = "#focus_change_down", + FOCUS_CHANGE_LEFT = "#focus_change_left", + FOCUS_CHANGE_RIGHT = "#focus_change_right", + FOCUS_IDENTIFIER = "#focus_identifier", + ITEM_ID_AUX = "#item_id_aux", + DISABLED_FILTER_VISIBLE = "#disabled_filter_visible", + MAXIMUM_GRID_ITEMS = "#maximum_grid_items", + DEFAULT_FOCUS_PRECEDENCE = "#default_focus_precedence", + LABEL_TEXT = "#label_text", + BUTTON_NAVIGATION = "#button_navigation", + FONT_TYPE = "#font_type", + COLOR = "#color", + PROPAGATEALPHA = "#propagateAlpha", + BANNER_PATTERNS = "#banner_patterns", + BANNER_COLORS = "#banner_colors", + IP = "#ip", + PROGRESS_LABEL = "#progress_label", + PROGRESS_BAR_TOTAL_AMOUNT = "#progress_bar_total_amount", + PROGRESS_BAR_CURRENT_AMOUNT = "#progress_bar_current_amount", + PROGRESS_BAR_VISIBLE = "#progress_bar_visible", + BILINEAR = "#bilinear", + MODAL = "#modal", + ALWAYS_HANDLE_CONTROLLER_DIRECTION = "#always_handle_controller_direction", + FOCUS_ENABLED = "#focus_enabled", + SLIDER_STEPS = "#slider_steps", + SLIDER_VALUE = "#slider_value", + ITEM_NAME = "#item_name", + CAN_BE_DESELECTED = "#can_be_deselected", + CHARGED_ITEM = "#charged_item", + ITEM_CUSTOM_COLOR = "#item_custom_color", + BANNER_TYPE = "#banner_type", + ALPHA = "#alpha", + TOGGLE_ON_HOVER = "#toggle_on_hover", + ANCHORED_OFFSET_VALUE_X = "#anchored_offset_value_x", + ANCHORED_OFFSET_VALUE_Y = "#anchored_offset_value_y", + COINS_TEXT = "#coins_text", + COLLECTION_LENGTH = "#collection_length", + ZIP_FOLDER = "#zip_folder", + ANCHORED_OFFSET_VALUE = "#anchored_offset_value", + NO_XBL_ICON_VISIBLE = "#no_xbl_icon_visible", + IS_HERO_AUTHOR_VISIBLE = "#is_hero_author_visible", + HERO_OFFER_MARKDOWN_VISIBLE = "#hero_offer_markdown_visible", + HERO_PROGRESS_VISIBLE = "#hero_progress_visible", + HERO_OFFER_DOWNLOAD_PROGRESS_LABEL = "#hero_offer_download_progress_label", + OFFER_MARKDOWN_PERCENTAGE = "#offer_markdown_percentage", + OFFER_MARKDOWN_VISIBLE = "#offer_markdown_visible", + HERO_OFFER_MARKDOWN_PERCENTAGE = "#hero_offer_markdown_percentage", + OFFER_FULL_PRICE = "#offer_full_price", + OFFER_STRIKETHROUGH_PRICE_VISIBLE = "#offer_strikethrough_price_visible", + IS_COLLECTION_QUERY_ON_SALE = "#is_collection_query_on_sale", + SHOW_SALES_BANNER = "#show_sales_banner", + TIME_REMAINING_LABEL = "#time_remaining_label", + SHOW_SALES_TIMER = "#show_sales_timer", + HYPERLINK = "#hyperlink", + SEACH_RESULTS_CLOSE_BUTTON_VISIBLE = "#seach_results_close_button_visible", +} \ No newline at end of file diff --git a/src/types/enums/Binding.ts b/src/types/enums/Binding.ts new file mode 100644 index 0000000..055be8c --- /dev/null +++ b/src/types/enums/Binding.ts @@ -0,0 +1,3728 @@ +export enum Binding { + GAMERSCORE_VALUE = "#gamerscore_value", + ACHIEVEMENTS_VALUE = "#achievements_value", + TIME_PLAYED_VALUE = "#time_played_value", + ACHIEVEMENT_PERCENTAGE = "#achievement_percentage", + ACHIEVEMENT_GRID_DIMENSION = "#achievement_grid_dimension", + IS_GAMEPAD = "#is_gamepad", + IS_LOCKED = "#is_locked", + IS_UNLOCKED = "#is_unlocked", + ACHIEVEMENT_NAME = "#achievement_name", + TEXTURE_NAME = "#texture_name", + GRAYSCALE_TEXTURE = "#grayscale_texture", + TEXTURE_LOCATIONTYPE = "#texture_locationtype", + ACHIEVEMENT_DESCRIPTION = "#achievement_description", + ACHIEVEMENT_GAMER_SCORE = "#achievement_gamer_score", + ACHIEVEMENT_WORLD_SCORE = "#achievement_world_score", + TROPHY_PROGRESS_PERCENTAGE = "#trophy_progress_percentage", + PROGRESS_PERCENTAGE = "#progress_percentage", + PLAY_BUTTON_ENABLED = "#play_button_enabled", + PLAY_BUTTON_DISABLED = "#play_button_disabled", + SAVE_BUTTON_ENABLED = "#save_button_enabled", + SAVE_BUTTON_DISABLED = "#save_button_disabled", + TITLE_TEXT = "#title_text", + CROSS_OUT_ICON = "#cross_out_icon", + COST_TEXT = "#cost_text", + COST_TEXT_RED = "#cost_text_red", + COST_TEXT_GREEN = "#cost_text_green", + COLLECTION_TOTAL_ITEMS = "#collection_total_items", + INVENTORY_FOCUSED = "#inventory_focused", + SLOTS_FOCUSED = "#slots_focused", + BUTTON_TEXT = "#button_text", + BUTTON_VISIBLE = "#button_visible", + AUTHENTICATION_MESSAGE = "#authentication_message", + EULA_CLICKABLE = "#eula_clickable", + POPUP_TEXT = "#popup_text", + POPUP_MESSAGE_STUDENT_VISIBLE = "#popup_message_student_visible", + HYPERLINK_PROMPT_TEXT = "#hyperlink_prompt_text", + GAMEPAD_HELPER_VISIBLE = "#gamepad_helper_visible", + SELECTED = "#selected", + EXTRA_IMAGE_SELECTION = "#extra_image_selection", + ACTIVE = "#active", + BUTTON_HOVER = "#button_hover", + EMPTY_BOTTLE_IMAGE_VISIBLE = "#empty_bottle_image_visible", + BREWING_BUBBLES_RATIO = "#brewing_bubbles_ratio", + BREWING_ARROW_RATIO = "#brewing_arrow_ratio", + KEYBOARD_NOT_BEING_USED = "#keyboard_not_being_used", + KEYBOARD_BEING_USED = "#keyboard_being_used", + SEND_BUTTON_VISIBLE = "#send_button_visible", + BUTTONS_VISIBLE = "#buttons_visible", + CHAT_VISIBLE = "#chat_visible", + AUTO_COMPLETE_ITEM = "#auto_complete_item", + AUTO_COMPLETE_TEXT = "#auto_complete_text", + GET_GRID_SIZE = "#get_grid_size", + DISCONNECT_TEXT = "#disconnect_text", + SHOW_SELECTED_BUTTON_HIGHLIGHT = "#show_selected_button_highlight", + ACTIVE_ENCHANT = "#active_enchant", + INPUT_ITEM_ID = "#input_item_id", + INACTIVE_ENCHANT = "#inactive_enchant", + OUTPUT_ITEM_ID = "#output_item_id", + ENCHANT_HINT = "#enchant_hint", + OPEN = "#open", + PLAYER_LEVEL_COLOR = "#player_level_color", + PLAYER_LEVEL_INFO = "#player_level_info", + RUNES = "#runes", + COST = "#cost", + SINGLE_LABEL_VISIBLE = "#single_label_visible", + DUAL_LABEL_VISIBLE = "#dual_label_visible", + UPLOAD_CONTENT_VISIBLE = "#upload_content_visible", + WARNING_CONTENT_VISIBLE = "#warning_content_visible", + PLAY_BUTTON_VISIBLE = "#play_button_visible", + CANCEL_BUTTON_VISIBLE = "#cancel_button_visible", + WARNING_BUTTON2_VISIBLE = "#warning_button2_visible", + OUTPUT_NAME = "#output_name", + OUTPUT_NAMES = "#output_names", + OUTPUT_ID = "#output_id", + FURNACE_ARROW_RATIO = "#furnace_arrow_ratio", + FURNACE_FLAME_RATIO = "#furnace_flame_ratio", + GAMEPAD_ACTION_ITEM_GRID_DIMENSION = "#gamepad_action_item_grid_dimension", + ROOT_VISIBLE = "#root_visible", + CDA_VISIBLE = "#cda_visible", + BINDING_STATE = "#binding_state", + ACTION = "#action", + BINDING = "#binding", + CONFIRMATION = "#confirmation", + ENTITY_ID = "#entity_id", + EQUIP_GRID_DIMENSIONS = "#equip_grid_dimensions", + SADLE_SLOT_CENTERED = "#sadle_slot_centered", + HAS_ARMOR_SLOT = "#has_armor_slot", + IS_CHESTED = "#is_chested", + HORSE_NAME_LOC = "#horse_name_loc", + INV_GRID_DIMENSIONS = "#inv_grid_dimensions", + IS_NOT_CREATIVE_MODE = "#is_not_creative_mode", + IS_CREATIVE_MODE = "#is_creative_mode", + LEVEL_NUMBER = "#level_number", + LEVEL_NUMBER_VISIBLE = "#level_number_visible", + INVENTORY_TOUCH_BUTTON = "#inventory_touch_button", + EXP_PROGRESS = "#exp_progress", + SLOT_SELECTED = "#slot_selected", + CHAT_TEXT = "#chat_text", + INVENTORY_STACK_COUNT = "#inventory_stack_count", + STACK_COUNT_VISIBLE = "#stack_count_visible", + IS_NOT_RIDING = "#is_not_riding", + IS_RIDING = "#is_riding", + HUD_VISIBLE_CENTERED = "#hud_visible_centered", + HUD_VISIBLE_NOT_CENTERED = "#hud_visible_not_centered", + HOTBAR_ELIPSES_RIGHT_VISIBLE = "#hotbar_elipses_right_visible", + HOTBAR_ELIPSES_LEFT_VISIBLE = "#hotbar_elipses_left_visible", + HOTBAR_GRID_DIMENSIONS = "#hotbar_grid_dimensions", + EDU_HOTBAR_FIXED_INVENTORY_VISIBLE = "#edu_hotbar_fixed_inventory_visible", + HOTBAR_GRID_DIMENSIONS_FIXED_INVENTORY = "#hotbar_grid_dimensions_fixed_inventory", + ITEM_TEXT = "#item_text", + TIP_TEXT = "#tip_text", + BOSSNAME = "#bossName", + BAR_VISIBLE = "#bar_visible", + PLAYER_POSITION_VISIBLE = "#player_position_visible", + PLAYER_POSITION_TEXT = "#player_position_text", + HUD_VISIBLE_CENTERED_RIDINGVR = "#hud_visible_centered_ridingvr", + VR_RIDING = "#vr_riding", + BOSS_HUD_PADDING = "#boss_hud_padding", + HUD_VISIBLE = "#hud_visible", + EMPTY_ARMOR_IMAGE_VISIBLE = "#empty_armor_image_visible", + ONLINE_VISIBLE = "#online_visible", + OFFLINE_VISIBLE = "#offline_visible", + LABEL_LINE1 = "#label_line1", + LABEL_LINE2 = "#label_line2", + ONLINE_FRIEND_GRID_DIMENSION = "#online_friend_grid_dimension", + OFFLINE_FRIEND_GRID_DIMENSION = "#offline_friend_grid_dimension", + ONLINE_FRIENDS_VISIBLE = "#online_friends_visible", + OFFLINE_FRIENDS_VISIBLE = "#offline_friends_visible", + NO_FRIENDS_VISIBLE = "#no_friends_visible", + PREVIEW_SKIN = "#preview_skin", + ACHIEVEMENTS_VISIBLE = "#achievements_visible", + INVITE_BUTTON_VISIBLE = "#invite_button_visible", + IS_TRIAL_VERSION = "#is_trial_version", + IS_FULL_VERSION = "#is_full_version", + IP_ADDRESS_VISIBLE = "#ip_address_visible", + IP_ADDRESS_TEXT = "#ip_address_text", + PLAYERS_GRID_DIMENSION = "#players_grid_dimension", + BUTTON_ENABLED = "#button_enabled", + BUTTON_DISABLED = "#button_disabled", + LOCAL_ICON_VISIBLE = "#local_icon_visible", + TEXTURE_SOURCE = "#texture_source", + GAMERPIC_VISIBLE = "#gamerpic_visible", + GAMERTAG = "#gamertag", + REALMS_NOT_AVAILABLE_TEXT = "#realms_not_available_text", + REALMS_NOT_AVAILABLE_TEXT_VISIBLE = "#realms_not_available_text_visible", + REALMS_NEW_REALM_VISIBLE = "#realms_new_realm_visible", + REALMS_XBOX_LIVE_SIGNIN_VISIBLE = "#realms_xbox_live_signin_visible", + REALMS_CHECK_STORE_VISIBLE = "#realms_check_store_visible", + REALMS_WORLD_HEADER = "#realms_world_header", + REALMS_WORLD_DETAILS = "#realms_world_details", + REALMS_WORLD_PLAYER_COUNT = "#realms_world_player_count", + REALMS_EDIT_VISIBLE = "#realms_edit_visible", + REALMS_INFO_VISIBLE = "#realms_info_visible", + REALMS_NETWORK_WORLD_ITEM_GRID_DIMENSION = "#realms_network_world_item_grid_dimension", + NETWORK_WORLD_HEADER = "#network_world_header", + NETWORK_WORLD_DETAILS = "#network_world_details", + NETWORK_WORLD_PLAYER_COUNT = "#network_world_player_count", + GAME_ONLINE = "#game_online", + GAME_UNAVAILABLE = "#game_unavailable", + GAME_OFFLINE = "#game_offline", + LOCAL_WORLD_NAME = "#local_world_name", + LOCAL_WORLD_GAME_MODE = "#local_world_game_mode", + LOCAL_WORLD_DATE = "#local_world_date", + LOCAL_WORLDFILE_SIZE = "#local_worldfile_size", + LOCAL_AND_CLOUD_STORAGE_VISIBLE = "#local_and_cloud_storage_visible", + CLOUD_ONLY_STORAGE_VISIBLE = "#cloud_only_storage_visible", + LOCAL_WORLD_ITEM_GRID_DIMENSION = "#local_world_item_grid_dimension", + REALMS_NOTIFICATION_COUNT = "#realms_notification_count", + NO_LOCAL_WORLDS = "#no_local_worlds", + FRIENDS_GRID_VISIBLE = "#friends_grid_visible", + NO_FRIENDS_GRID_VISIBLE = "#no_friends_grid_visible", + MULTIPLAYER_PRIVILEGES_BLOCKED_VISIBLE = "#multiplayer_privileges_blocked_visible", + LAN_GRID_VISIBLE = "#lan_grid_visible", + SERVERS_GRID_VISIBLE = "#servers_grid_visible", + REALMS_WORLD_LIST_VISIBLE = "#realms_world_list_visible", + REALMS_INFORMATION_PANEL_VISIBLE = "#realms_information_panel_visible", + REALMS_NOT_AVAILABLE_CONTENT = "#realms_not_available_content", + REALMS_OUTDATED_PANEL_VISIBLE = "#realms_outdated_panel_visible", + LOCAL_ONLY_STORAGE_VISIBLE = "#local_only_storage_visible", + SCREENSHOT_PATH = "#screenshot_path", + TRASH_VISIBILITY_LEFT = "#trash_visibility_left", + TRASH_VISIBILITY_RIGHT = "#trash_visibility_right", + PHOTO_PAGE_ITEM_NAME_LEFT = "#photo_page_item_name_left", + PHOTO_PAGE_ITEM_NAME_RIGHT = "#photo_page_item_name_right", + PHOTO_VISIBILITY = "#photo_visibility", + PAGE_PREV_VISIBILITY = "#page_prev_visibility", + PAGE_NEXT_VISIBILITY = "#page_next_visibility", + EXPORT_VISIBILITY = "#export_visibility", + SELECTEDPACKS = "#selectedPacks", + SELECTEDPACKSIZE = "#selectedPackSize", + REQUIRED_RESOURCE_PACK_GRID_DIMENSION = "#required_resource_pack_grid_dimension", + OPTIONAL_RESOURCE_PACK_GRID_DIMENSION = "#optional_resource_pack_grid_dimension", + PROGRESS_TEXT = "#progress_text", + BAR_ANIMATION_VISIBLE = "#bar_animation_visible", + LOADING_BAR_VISIBLE = "#loading_bar_visible", + LOADING_BAR_TOTAL_AMOUNT = "#loading_bar_total_amount", + LOADING_BAR_CURRENT_AMOUNT = "#loading_bar_current_amount", + CANCEL_VISIBLE = "#cancel_visible", + CANCEL_NOT_VISIBLE = "#cancel_not_visible", + PENDING_INVITES_VISIBLE = "#pending_invites_visible", + RESPONSE_BUTTONS_VISIBLE = "#response_buttons_visible", + REALM_NAME = "#realm_name", + REALM_OWNER = "#realm_owner", + ACCEPT_PANEL_VISIBLE = "#accept_panel_visible", + INVITE_STATUS = "#invite_status", + GAMERTAG_ITEM_GRID_DIMENSION = "#gamertag_item_grid_dimension", + NO_INVITES_VISIBLE = "#no_invites_visible", + REALM_SUBSCRIPTION_ORIGIN_VISIBILITY = "#realm_subscription_origin_visibility", + MANAGE_SUBSCRIPTION_BUTTON_VISIBLE = "#manage_subscription_button_visible", + RENEW_SUBSCRIPTION_BUTTON_VISIBLE = "#renew_subscription_button_visible", + EXTEND_CONSUMABLE_BUTTON_VISIBLE = "#extend_consumable_button_visible", + RENEW_CONSUMABLE_BUTTON_VISIBLE = "#renew_consumable_button_visible", + OPEN_REALM_BUTTON_VISIBLE = "#open_realm_button_visible", + CLOSE_REALM_BUTTON_VISIBLE = "#close_realm_button_visible", + REALMS_SUBSCRIPTION_LOADING_MESSAGE_VISIBLE = "#realms_subscription_loading_message_visible", + REALMS_SUBSCRIPTION_INFO_VISIBLE = "#realms_subscription_info_visible", + BRANCH_NAME = "#branch_name", + COMMIT_ID = "#commit_id", + REALMS_BRANCH_GRID_DIMENSION = "#realms_branch_grid_dimension", + SELECTED_BRANCH_COMMIT_ID = "#selected_branch_commit_id", + PREV_BUTTON_VISIBLE = "#prev_button_visible", + PAGE_INDEX_TEXT = "#page_index_text", + NEXT_BUTTON_VISIBLE = "#next_button_visible", + DISABLED_PLAY_BUTTON_VISIBLE = "#disabled_play_button_visible", + IS_REALM_EXPIRED = "#is_realm_expired", + INVITE_FRIENDS_VISIBLE = "#invite_friends_visible", + MEMBERS_VISIBLE = "#members_visible", + MEMBERS_GRID_DIMENSION = "#members_grid_dimension", + INVITED_FRIENDS_GRID_DIMENSION = "#invited_friends_grid_dimension", + UNINVITED_FRIENDS_VISIBLE = "#uninvited_friends_visible", + UNINVITED_FRIENDS_GRID_DIMENSION = "#uninvited_friends_grid_dimension", + LOADING_FRIENDS = "#loading_friends", + PLAYER_NOT_REMOVED = "#player_not_removed", + REAL_NAME = "#real_name", + SHOW_MEMBER_SETTINGS = "#show_member_settings", + PLAYER_STATUS_VISIBLE = "#player_status_visible", + UNDO_ACTION_VISIBLE = "#undo_action_visible", + PLAYER_ONLINE = "#player_online", + PLAYER_OFFLINE = "#player_offline", + PENDING_INVITE_LEFT = "#pending_invite_left", + PENDING_INVITE_RIGHT = "#pending_invite_right", + PLUS_BUTTON_VISIBLE = "#plus_button_visible", + SCREENSHOT_TEXTURE_NAME = "#screenshot_texture_name", + SCREENSHOT_TEXTURE_FILE_SYSTEM = "#screenshot_texture_file_system", + SCREENSHOTS_GRID_DIMENSIONS = "#screenshots_grid_dimensions", + ZOOMED_TEXTURE_NAME = "#zoomed_texture_name", + ZOOMED_TEXTURE_FILE_SYSTEM = "#zoomed_texture_file_system", + UNLOCK_BUTTON_VISIBLE = "#unlock_button_visible", + CREATE_WORLD_BUTTON_VISIBLE = "#create_world_button_visible", + ICON_PATH = "#icon_path", + ICON_ZIP = "#icon_zip", + ICON_FILE_SYSTEM = "#icon_file_system", + IS_PREMIUM_UNLOCKED = "#is_premium_unlocked", + IS_PREMIUM_LOCKED = "#is_premium_locked", + SHOW_DESCRIPTION = "#show_description", + DIRECTION_BUTTON_VISIBLE = "#direction_button_visible", + DESCRIPTION = "#description", + NAME = "#name", + SIZE = "#size", + IS_SELECTED = "#is_selected", + SKIN_INDEX = "#skin_index", + SKIN_LOCK_VISIBLE = "#skin_lock_visible", + SKINS_GRID_DIMENSIONS = "#skins_grid_dimensions", + SKIN_NAME = "#skin_name", + SHOW_RELOAD_CUSTOM_SKIN_BUTTON = "#show_reload_custom_skin_button", + SHOW_PREVIEW_SKIN_LOCK = "#show_preview_skin_lock", + SHOW_PACK_LOCKED = "#show_pack_locked", + SHOW_PACK_UNLOCKED = "#show_pack_unlocked", + PREMIUM_SKINS_GRID_DIMENSIONS = "#premium_skins_grid_dimensions", + PACK_NAME = "#pack_name", + SHOW_NEW_PACK_ICON = "#show_new_pack_icon", + CYCLE_PACK_LEFT_BUTTON_VISIBLE = "#cycle_pack_left_button_visible", + PREMIUM_PACKS_GRID_DIMENSIONS = "#premium_packs_grid_dimensions", + DEFAULT_SKINS_GRID_DIMENSIONS = "#default_skins_grid_dimensions", + RECENT_SKINS_GRID_DIMENSIONS = "#recent_skins_grid_dimensions", + DEVELOPMENT_VERSION = "#development_version", + VERSION = "#version", + PLAYERNAME = "#playername", + FEEDBACK_VISIBLE = "#feedback_visible", + SIGN_IN_VISIBLE = "#sign_in_visible", + SIGNINGIN_VISIBLE = "#signingin_visible", + SIGNINGIN_TEXT = "#signingin_text", + NEW_OFFERS = "#new_offers", + TRIAL_GAME_MODE = "#trial_game_mode", + REALMS_NOTIFICATION_VISIBLE = "#realms_notification_visible", + FEATURED_TEXTURE_PATH = "#featured_texture_path", + FEATURED_TEXTURE_FILE_SYSTEM = "#featured_texture_file_system", + NEW_FEATURED_OFFER = "#new_featured_offer", + FEATURED_TITLE = "#featured_title", + FEATURED_DESC = "#featured_desc", + FEATURED_PRICE = "#featured_price", + OFFER_TEXTURE_NAME = "#offer_texture_name", + OFFER_TEXTURE_FILE_SYSTEM = "#offer_texture_file_system", + NEW_OFFER = "#new_offer", + VALID_OFFER_INDEX = "#valid_offer_index", + OFFER_GRID_DIMENSIONS = "#offer_grid_dimensions", + OFFER_CATEGORY_NAME = "#offer_category_name", + CATEGORY_GRID_DIMENSIONS = "#category_grid_dimensions", + IS_RESOURCE_PACK = "#is_resource_pack", + IS_ACHIEVEMENT = "#is_achievement", + IS_INVITE = "#is_invite", + TOAST_TITLE = "#toast_title", + TOAST_SUBTITLE = "#toast_subtitle", + KEYBOARD_HELPER_VISIBLE = "#keyboard_helper_visible", + ITEM_DURABILITY_VISIBLE = "#item_durability_visible", + ITEM_DURABILITY_TOTAL_AMOUNT = "#item_durability_total_amount", + ITEM_DURABILITY_CURRENT_AMOUNT = "#item_durability_current_amount", + SELECTED_ITEM_DURABILITY_VISIBLE = "#selected_item_durability_visible", + SELECTED_ITEM_DURABILITY_TOTAL_AMOUNT = "#selected_item_durability_total_amount", + SELECTED_ITEM_DURABILITY_CURRENT_AMOUNT = "#selected_item_durability_current_amount", + GESTURE_CONTROL_ENABLED = "#gesture_control_enabled", + SHOW_HOVERED_SELECTED_INVENTORY_SLOT = "#show_hovered_selected_inventory_slot", + SHOW_SELECTED_SLOT = "#show_selected_slot", + SHOW_HOVERED_SELECTED_SLOT = "#show_hovered_selected_slot", + START_SELECTED = "#start_selected", + INVENTORY_SELECTED_ITEM_STACK_COUNT = "#inventory_selected_item_stack_count", + INVENTORY_SELECTED_ITEM = "#inventory_selected_item", + INVENTORY_SELECTED_ITEM_COLOR = "#inventory_selected_item_color", + MESSAGE = "#message", + TITLE = "#title", + BINDING_BUTTON_TEXT = "#binding_button_text", + KEYMAPPING_NAME = "#keymapping_name", + VR_ROLL_TURN_SENSITIVITY_VISIBLE = "#vr_roll_turn_sensitivity_visible", + KEYBOARD_GRID_DIMENSION = "#keyboard_grid_dimension", + GAMEPAD_GRID_DIMENSION = "#gamepad_grid_dimension", + NOT_LOGGED_IN = "#not_logged_in", + LOGGED_IN = "#logged_in", + SHOW_MSAA = "#show_msaa", + SHOW_VR_MSAA = "#show_vr_msaa", + SHOW_TEXEL_AA = "#show_texel_aa", + DEVICE_HAS_POSITIONAL_TRACKING = "#device_has_positional_tracking", + LANGUAGE_GRID_DIMENSION = "#language_grid_dimension", + DEV_REALMS_ENVIRONMENT_RADIO_LOCAL = "#dev_realms_environment_radio_local", + DOWNLOAD_BUTTON_ENABLED = "#download_button_enabled", + UPLOAD_BUTTON_ENABLED = "#upload_button_enabled", + RESET_BUTTON_ENABLED = "#reset_button_enabled", + RESET_BUTTON_VISIBLE = "#reset_button_visible", + SECTION_TITLE = "#section_title", + DIALOG_TITLE = "#dialog_title", + ACHIEVMENT_WARNING_VISIBLE = "#achievment_warning_visible", + PLAYER_GAME_MODE_DROPDOWN_VISIBLE = "#player_game_mode_dropdown_visible", + SHOW_WORLD_TYPE_OPTIONS = "#show_world_type_options", + SHOW_CONVERT_TO_INFINITE_BUTTON = "#show_convert_to_infinite_button", + CAN_BE_XBOXLIVE_VISIBLE = "#can_be_xboxlive_visible", + CAN_BE_SERVER_VISIBLE = "#can_be_server_visible", + KEYBOARD_MOUSE_SENSITIVITY = "#keyboard_mouse_sensitivity", + VR_UI_MOUSE_SENSITIVITY = "#vr_ui_mouse_sensitivity", + CONTROLLER_SENSITIVITY = "#controller_sensitivity", + VR_SENSITIVITY = "#vr_sensitivity", + VR_ROLL_TURN_SENSITIVITY = "#vr_roll_turn_sensitivity", + TOUCH_SENSITIVITY = "#touch_sensitivity", + BUTTON_SIZE = "#button_size", + KEYBOARD_MOUSE_SENSITIVITY_ENABLED = "#keyboard_mouse_sensitivity_enabled", + VR_UI_MOUSE_SENSITIVITY_ENABLED = "#vr_ui_mouse_sensitivity_enabled", + KEYBOARD_MOUSE_INVERT_Y_AXIS_ENABLED = "#keyboard_mouse_invert_y_axis_enabled", + KEYBOARD_MOUSE_AUTOJUMP_ENABLED = "#keyboard_mouse_autojump_enabled", + KEYBOARD_MOUSE_TOGGLE_CROUCH_ENABLED = "#keyboard_mouse_toggle_crouch_enabled", + CONTROLLER_SENSITIVITY_ENABLED = "#controller_sensitivity_enabled", + VR_SENSITIVITY_ENABLED = "#vr_sensitivity_enabled", + VR_ROLL_TURN_SENSITIVITY_ENABLED = "#vr_roll_turn_sensitivity_enabled", + CONTROLLER_INVERT_Y_AXIS_ENABLED = "#controller_invert_y_axis_enabled", + CONTROLLER_AUTOJUMP_ENABLED = "#controller_autojump_enabled", + VR_AUTOJUMP_ENABLED = "#vr_autojump_enabled", + CONTROLLER_TOGGLE_CROUCH_ENABLED = "#controller_toggle_crouch_enabled", + CONTROLLER_VIBRATION_ENABLED = "#controller_vibration_enabled", + TOUCH_SENSITIVITY_ENABLED = "#touch_sensitivity_enabled", + TOUCH_INVERT_Y_AXIS_ENABLED = "#touch_invert_y_axis_enabled", + TOUCH_AUTOJUMP_ENABLED = "#touch_autojump_enabled", + TOUCH_VIBRATION_ENABLED = "#touch_vibration_enabled", + TOUCH_TOGGLE_CROUCH_ENABLED = "#touch_toggle_crouch_enabled", + SPLIT_CONTROLS_ENABLED = "#split_controls_enabled", + LEFT_HANDED_ENABLED = "#left_handed_enabled", + SWAP_JUMP_AND_SNEAK_ENABLED = "#swap_jump_and_sneak_enabled", + BUTTON_SIZE_ENABLED = "#button_size_enabled", + KEYBOARD_MOUSE_INVERT_Y_AXIS = "#keyboard_mouse_invert_y_axis", + KEYBOARD_MOUSE_AUTOJUMP = "#keyboard_mouse_autojump", + KEYBOARD_MOUSE_TOGGLE_CROUCH = "#keyboard_mouse_toggle_crouch", + CONTROLLER_INVERT_Y_AXIS = "#controller_invert_y_axis", + CONTROLLER_AUTOJUMP = "#controller_autojump", + VR_AUTOJUMP = "#vr_autojump", + CONTROLLER_TOGGLE_CROUCH = "#controller_toggle_crouch", + CONTROLLER_VIBRATION = "#controller_vibration", + TOUCH_INVERT_Y_AXIS = "#touch_invert_y_axis", + TOUCH_AUTOJUMP = "#touch_autojump", + TOUCH_VIBRATION = "#touch_vibration", + TOUCH_TOGGLE_CROUCH = "#touch_toggle_crouch", + SPLIT_CONTROLS = "#split_controls", + LEFT_HANDED = "#left_handed", + SWAP_JUMP_AND_SNEAK = "#swap_jump_and_sneak", + ALLOW_CELLULAR_DATA = "#allow_cellular_data", + PLAYER_NAME = "#player_name", + FULL_SCREEN = "#full_screen", + VIEW_BOBBING = "#view_bobbing", + GRAPHICS_TOGGLE = "#graphics_toggle", + FANCY_SKIES = "#fancy_skies", + TRANSPARENT_LEAVES = "#transparent_leaves", + HIDE_GUI = "#hide_gui", + VR_HIDE_GUI = "#vr_hide_gui", + TEXEL_AA = "#texel_aa", + VR_3D_RENDERING = "#vr_3d_rendering", + VR_MIRROR_TEXTURE = "#vr_mirror_texture", + LIMIT_WORLD_SIZE = "#limit_world_size", + COMFORT_CONTROLS = "#comfort_controls", + SHOW_COMFORT_SELECT_SCREEN = "#show_comfort_select_screen", + VR_LIVING_ROOM_CURSOR_CENTERED = "#vr_living_room_cursor_centered", + VR_HMD_DISPLACEMENT = "#vr_hmd_displacement", + VR_LINEAR_JUMP = "#vr_linear_jump", + VR_LINEAR_MOTION = "#vr_linear_motion", + STICKY_MINING = "#sticky_mining", + VR_HUD_DRIFTS = "#vr_hud_drifts", + VR_HEAD_STEERING = "#vr_head_steering", + STUTTER_TURN = "#stutter_turn", + STUTTER_CONSTANT_ANGLE_OR_TIME = "#stutter_constant_angle_or_time", + STUTTER_TURN_SOUND = "#stutter_turn_sound", + VR_ROLL_TURN = "#vr_roll_turn", + DEV_ENABLE_DEBUG_UI = "#dev_enable_debug_ui", + DEV_OFFERS_UNLOCKED = "#dev_offers_unlocked", + DEV_RENDER_BOUNDING_BOX = "#dev_render_bounding_box", + DEV_RENDER_PATHS = "#dev_render_paths", + DEV_RENDER_GOAL_STATE = "#dev_render_goal_state", + DEV_RESET_CLIENT_ID = "#dev_reset_client_id", + DEV_SHOW_CHUNK_MAP = "#dev_show_chunk_map", + DEV_ENABLE_PROFILER = "#dev_enable_profiler", + DEV_ACHIEVEMENTS_ALWAYS_ENABLED = "#dev_achievements_always_enabled", + DEV_USE_LOCAL_SERVER = "#dev_use_local_server", + DEV_USE_IPV6_ONLY = "#dev_use_ipv6_only", + DEV_USE_FPS_INDEPENDENT_TURNING = "#dev_use_fps_independent_turning", + DEV_USE_RETAIL_XBOX_SANDBOX = "#dev_use_retail_xbox_sandbox", + DEV_CREATE_REALM_WITHOUT_PURCHASE = "#dev_create_realm_without_purchase", + DEV_REALMS_ENDPOINT = "#dev_realms_endpoint", + DEV_REALMS_ENDPOINT_PAYMENT = "#dev_realms_endpoint_payment", + DEV_REALMS_RELYING_PARTY = "#dev_realms_relying_party", + DEV_REALMS_RELYING_PARTY_PAYMENT = "#dev_realms_relying_party_payment", + ALLOW_CELLULAR_DATA_ENABLED = "#allow_cellular_data_enabled", + PLAYER_NAME_ENABLED = "#player_name_enabled", + FULL_SCREEN_ENABLED = "#full_screen_enabled", + GUI_SCALE_ENABLED = "#gui_scale_enabled", + GAMMA_ENABLED = "#gamma_enabled", + VR_GAMMA_ENABLED = "#vr_gamma_enabled", + THIRD_PERSON_DROPDOWN_ENABLED = "#third_person_dropdown_enabled", + VIEW_BOBBING_ENABLED = "#view_bobbing_enabled", + GRAPHICS_TOGGLE_ENABLED = "#graphics_toggle_enabled", + FANCY_SKIES_ENABLED = "#fancy_skies_enabled", + TRANSPARENT_LEAVES_ENABLED = "#transparent_leaves_enabled", + HIDE_GUI_ENABLED = "#hide_gui_enabled", + VR_HIDE_GUI_ENABLED = "#vr_hide_gui_enabled", + FIELD_OF_VIEW_ENABLED = "#field_of_view_enabled", + RENDER_DISTANCE_ENABLED = "#render_distance_enabled", + VR_RENDER_DISTANCE_ENABLED = "#vr_render_distance_enabled", + MSAA_ENABLED = "#msaa_enabled", + VR_MSAA_ENABLED = "#vr_msaa_enabled", + TEXEL_AA_ENABLED = "#texel_aa_enabled", + PARTICLE_RENDER_DISTANCE_ENABLED = "#particle_render_distance_enabled", + VR_PARTICLE_RENDER_DISTANCE_ENABLED = "#vr_particle_render_distance_enabled", + VR_3D_RENDERING_ENABLED = "#vr_3d_rendering_enabled", + VR_MIRROR_TEXTURE_ENABLED = "#vr_mirror_texture_enabled", + LIMIT_WORLD_SIZE_ENABLED = "#limit_world_size_enabled", + COMFORT_CONTROLS_ENABLED = "#comfort_controls_enabled", + SHOW_COMFORT_SELECT_SCREEN_ENABLED = "#show_comfort_select_screen_enabled", + VR_LIVING_ROOM_CURSOR_CENTERED_ENABLED = "#vr_living_room_cursor_centered_enabled", + VR_HMD_DISPLACEMENT_ENABLED = "#vr_hmd_displacement_enabled", + VR_LINEAR_JUMP_ENABLED = "#vr_linear_jump_enabled", + VR_LINEAR_MOTION_ENABLED = "#vr_linear_motion_enabled", + STICKY_MINING_ENABLED = "#sticky_mining_enabled", + VR_HUD_DRIFTS_ENABLED = "#vr_hud_drifts_enabled", + VR_HEAD_STEERING_ENABLED = "#vr_head_steering_enabled", + STUTTER_TURN_ENABLED = "#stutter_turn_enabled", + STUTTER_CONSTANT_ANGLE_OR_TIME_ENABLED = "#stutter_constant_angle_or_time_enabled", + STUTTER_TURN_SOUND_ENABLED = "#stutter_turn_sound_enabled", + VR_ROLL_TURN_ENABLED = "#vr_roll_turn_enabled", + MASTER_VOLUME_ENABLED = "#master_volume_enabled", + MUSIC_VOLUME_ENABLED = "#music_volume_enabled", + SOUND_VOLUME_ENABLED = "#sound_volume_enabled", + WEATHER_VOLUME_ENABLED = "#weather_volume_enabled", + HOSTILE_CREATURE_VOLUME_ENABLED = "#hostile_creature_volume_enabled", + PLAYER_VOLUME_ENABLED = "#player_volume_enabled", + JUKEBOX_AND_NOTE_BLOCK_VOLUME_ENABLED = "#jukebox_and_note_block_volume_enabled", + BLOCK_VOLUME_ENABLED = "#block_volume_enabled", + FRIENDLY_CREATURE_VOLUME_ENABLED = "#friendly_creature_volume_enabled", + ENVIRONMENT_VOLUME_ENABLED = "#environment_volume_enabled", + DEV_ENABLE_DEBUG_UI_ENABLED = "#dev_enable_debug_ui_enabled", + DEV_OFFERS_UNLOCKED_ENABLED = "#dev_offers_unlocked_enabled", + DEV_RENDER_BOUNDING_BOX_ENABLED = "#dev_render_bounding_box_enabled", + DEV_RENDER_PATHS_ENABLED = "#dev_render_paths_enabled", + DEV_RENDER_GOAL_STATE_ENABLED = "#dev_render_goal_state_enabled", + DEV_RESET_CLIENT_ID_ENABLED = "#dev_reset_client_id_enabled", + DEV_SHOW_CHUNK_MAP_ENABLED = "#dev_show_chunk_map_enabled", + DEV_ENABLE_PROFILER_ENABLED = "#dev_enable_profiler_enabled", + DEV_ACHIEVEMENTS_ALWAYS_ENABLED_ENABLED = "#dev_achievements_always_enabled_enabled", + DEV_USE_LOCAL_SERVER_ENABLED = "#dev_use_local_server_enabled", + DEV_USE_IPV6_ONLY_ENABLED = "#dev_use_ipv6_only_enabled", + DEV_USE_FPS_INDEPENDENT_TURNING_ENABLED = "#dev_use_fps_independent_turning_enabled", + DEV_CONNECTION_QUALITY_ENABLED = "#dev_connection_quality_enabled", + DEV_USE_RETAIL_XBOX_SANDBOX_ENABLED = "#dev_use_retail_xbox_sandbox_enabled", + DEV_CREATE_REALM_WITHOUT_PURCHASE_ENABLED = "#dev_create_realm_without_purchase_enabled", + DEV_REALMS_ENVIRONMENT_DROPDOWN_ENABLED = "#dev_realms_environment_dropdown_enabled", + DEV_REALMS_ENDPOINT_ENABLED = "#dev_realms_endpoint_enabled", + DEV_REALMS_ENDPOINT_PAYMENT_ENABLED = "#dev_realms_endpoint_payment_enabled", + DEV_REALMS_RELYING_PARTY_ENABLED = "#dev_realms_relying_party_enabled", + DEV_REALMS_RELYING_PARTY_PAYMENT_ENABLED = "#dev_realms_relying_party_payment_enabled", + GUI_SCALE = "#gui_scale", + GAMMA = "#gamma", + VR_GAMMA = "#vr_gamma", + FIELD_OF_VIEW = "#field_of_view", + RENDER_DISTANCE = "#render_distance", + VR_RENDER_DISTANCE = "#vr_render_distance", + MSAA = "#msaa", + VR_MSAA = "#vr_msaa", + PARTICLE_RENDER_DISTANCE = "#particle_render_distance", + VR_PARTICLE_RENDER_DISTANCE = "#vr_particle_render_distance", + MASTER_VOLUME = "#master_volume", + MUSIC_VOLUME = "#music_volume", + SOUND_VOLUME = "#sound_volume", + WEATHER_VOLUME = "#weather_volume", + HOSTILE_CREATURE_VOLUME = "#hostile_creature_volume", + PLAYER_VOLUME = "#player_volume", + JUKEBOX_AND_NOTE_BLOCK_VOLUME = "#jukebox_and_note_block_volume", + BLOCK_VOLUME = "#block_volume", + FRIENDLY_CREATURE_VOLUME = "#friendly_creature_volume", + ENVIRONMENT_VOLUME = "#environment_volume", + DEV_CONNECTION_QUALITY = "#dev_connection_quality", + SELECTED_PACK_ITEMS_GLOBAL = "#selected_pack_items_global", + AVAILABLE_PACK_ITEMS_GLOBAL = "#available_pack_items_global", + SELECTED_GRID_DIMENSIONS_GLOBAL = "#selected_grid_dimensions_global", + AVAILABLE_GRID_DIMENSIONS_GLOBAL = "#available_grid_dimensions_global", + DEFAULT_ITEM_TEXTURE_GLOBAL = "#default_item_texture_global", + DEFAULT_ITEM_FILE_SYSTEM_GLOBAL = "#default_item_file_system_global", + TOTAL_SIZE_BINDING_GLOBAL = "#total_size_binding_global", + ALLOW_CHEATS = "#allow_cheats", + ALLOW_CHEATS_ENABLED = "#allow_cheats_enabled", + WORLD_NAME = "#world_name", + WORLD_NAME_ENABLED = "#world_name_enabled", + WORLD_GAME_MODE_DROPDOWN_ENABLED = "#world_game_mode_dropdown_enabled", + WORLD_DIFFICULTY_DROPDOWN_ENABLED = "#world_difficulty_dropdown_enabled", + PLAYER_GAME_MODE_DROPDOWN_ENABLED = "#player_game_mode_dropdown_enabled", + ALWAYS_DAY = "#always_day", + ALWAYS_DAY_ENABLED = "#always_day_enabled", + WORLD_SEED = "#world_seed", + WORLD_SEED_ENABLED = "#world_seed_enabled", + WORLD_TYPE_DROPDOWN_ENABLED = "#world_type_dropdown_enabled", + MULTIPLAYER_GAME = "#multiplayer_game", + MULTIPLAYER_GAME_ENABLED = "#multiplayer_game_enabled", + XBOXLIVE_VISIBLE = "#xboxlive_visible", + XBOXLIVE_VISIBILITY_ENABLED = "#xboxlive_visibility_enabled", + SERVER_VISIBLE = "#server_visible", + SERVER_VISIBILITY_ENABLED = "#server_visibility_enabled", + PLAYER_COUNT_2 = "#player_count_2", + PLAYER_COUNT_10 = "#player_count_10", + WORLD_TEXTURE_NAME = "#world_texture_name", + WORLD_TEXTURE_LOCATIONTYPE = "#world_texture_locationtype", + REALM_BUTTON_TEXT = "#realm_button_text", + REALM_TRIAL_AVAILABLE = "#realm_trial_available", + REALM_GRID_DIMENSION = "#realm_grid_dimension", + TEMPLATES_VISIBLE = "#templates_visible", + DARK_BANNER_VISIBLE = "#dark_banner_visible", + GREY_BANNER_VISIBLE = "#grey_banner_visible", + UPSELL_TEXT = "#upsell_text", + WORLD_GRID_DIMENSION = "#world_grid_dimension", + SKIP_BUTTON_VISIBLE = "#skip_button_visible", + VR_NON_RIDING = "#vr_non_riding", + PACK_HEADER_SIZE_VISIBLE = "#pack_header_size_visible", + CLIPBOARD_VISIBLE = "#clipboard_visible", + REFRESH_VISIBLE = "#refresh_visible", + DELETE_VISIBLE = "#delete_visible", + ERROR_CONTENT_LABEL = "#error_content_label", + PACK_TYPE_LABEL = "#pack_type_label", + MASHUP_KEY_ART_TEXTURE = "#mashup_key_art_texture", + MASHUP_KEY_ART_FILE_SYSTEM = "#mashup_key_art_file_system", + PANORAMA_TEXTURE = "#panorama_texture", + PANORAMA_TEXTURE_FILE_SYSTEM = "#panorama_texture_file_system", + PANORAMA_VIEW = "#panorama_view", + NAVIGATION_TAB_ICON = "#navigation_tab_icon", + MASHUP_LOCKED = "#mashup_locked", + NAVIGATION_TAB_GRID_SIZE = "#navigation_tab_grid_size", + PATCH_DESCRIPTION = "#patch_description", + MAIN_IMAGE_TEXTURE = "#main_image_texture", + MAIN_IMAGE_TEXTURE_SOURCE = "#main_image_texture_source", + STORE_IMAGE_TEXTURE = "#store_image_texture", + STORE_IMAGE_TEXTURE_SOURCE = "#store_image_texture_source", + REALMS_GAME_ONLINE = "#realms_game_online", + REALMS_GAME_UNAVAILABLE = "#realms_game_unavailable", + REALMS_GAME_OFFLINE = "#realms_game_offline", + LEAVE_REALM_BUTTON_VISIBLE = "#leave_realm_button_visible", + REALMS_GRIDS_VISIBLE = "#realms_grids_visible", + REALMS_NOTIFICATION_BUTTON_INVISIBLE = "#realms_notification_button_invisible", + REALMS_NOTIFICATION_BUTTON_VISIBLE = "#realms_notification_button_visible", + REALM_LABEL_VISIBLE = "#realm_label_visible", + LOADING_PERSONAL_REALMS_GRID_DIMENSION = "#loading_personal_realms_grid_dimension", + REALMS_LOADING_DISPLAY_MESSAGE = "#realms_loading_display_message", + LOADING_PERSONAL_REALMS_GRID_VISIBLE = "#loading_personal_realms_grid_visible", + REALM_TRIAL_BUTTON_VISIBLE = "#realm_trial_button_visible", + LOCAL_WORLDS_VISIBLE = "#local_worlds_visible", + LOADING_BARS_ANIMATION_VISIBLE = "#loading_bars_animation_visible", + FRIENDS_REALMS_VISIBLE = "#friends_realms_visible", + LOADING_FRIENDS_REALMS_GRID_DIMENSION = "#loading_friends_realms_grid_dimension", + LOADING_FRIENDS_REALMS_GRID_VISIBLE = "#loading_friends_realms_grid_visible", + NO_FRIENDS_REALMS_VISIBLE = "#no_friends_realms_visible", + MEMBERS_LIST_ENABLED = "#members_list_enabled", + RESOURCE_PACK_DESCRIPTION = "#resource_pack_description", + ACTIVATE_PACK_BUTTON_VISIBLE = "#activate_pack_button_visible", + PATH_TO_KEY_ART = "#path_to_key_art", + KEY_ART_FILE_SYSTEM = "#key_art_file_system", + PROGRESS_VISIBLE = "#progress_visible", + OFFER_DEBUG_TEXT = "#offer_debug_text", + OFFER_DEBUG_VISIBLE = "#offer_debug_visible", + TEXT_BOX_STRUCTURE_OFFSET_X = "#text_box_structure_offset_x", + TEXT_BOX_STRUCTURE_OFFSET_Y = "#text_box_structure_offset_y", + TEXT_BOX_STRUCTURE_OFFSET_Z = "#text_box_structure_offset_z", + TEXT_BOX_STRUCTURE_SIZE_X = "#text_box_structure_size_x", + TEXT_BOX_STRUCTURE_SIZE_Y = "#text_box_structure_size_y", + TEXT_BOX_STRUCTURE_SIZE_Z = "#text_box_structure_size_z", + TEXT_BOX_STRUCTURE_SEED = "#text_box_structure_seed", + TEXT_BOX_STRUCTURE_INTEGRITY = "#text_box_structure_integrity", + TEXT_BOX_STRUCTURE_NAME = "#text_box_structure_name", + SAVE_MODE_VISIBLE = "#save_mode_visible", + LOAD_MODE_VISIBLE = "#load_mode_visible", + DATA_MODE_VISIBLE = "#data_mode_visible", + TEXT_BOX_METADATA_NAME = "#text_box_metadata_name", + CORNER_MODE_VISIBLE = "#corner_mode_visible", + UGC_MAX_GRID_ITEMS = "#ugc_max_grid_items", + SCREENSHOT_TEXTURE = "#screenshot_texture", + SCREENSHOT_ZIP_FOLDER = "#screenshot_zip_folder", + SCREENSHOT_FILE_SYSTEM = "#screenshot_file_system", + WORLD_TEMPLATE_NAME = "#world_template_name", + WORLD_TEMPLATE_DESCRIPTION = "#world_template_description", + WORLD_TEMPLATE_VERSION = "#world_template_version", + WORLD_TEMPLATE_ITEM_GRID_DIMENSION = "#world_template_item_grid_dimension", + INVALID_WORLD_TEMPLATE_ITEM_GRID_DIMENSION = "#invalid_world_template_item_grid_dimension", + LOADING_WORLD_TEMPLATE_ITEM_GRID_DIMENSION = "#loading_world_template_item_grid_dimension", + UI_PROFILE_DROPDOWN_ENABLED = "#ui_profile_dropdown_enabled", + UI_PROFILE_DROPDOWN_TOGGLE_LABEL = "#ui_profile_dropdown_toggle_label", + MAX_FRAMERATE = "#max_framerate", + MAX_FRAMERATE_ENABLED = "#max_framerate_enabled", + MAX_FRAMERATE_STEPS = "#max_framerate_steps", + MAX_FRAMERATE_SLIDER_LABEL = "#max_framerate_slider_label", + VR_HAND_CONTROLS_ITEM = "#vr_hand_controls_item", + VR_HAND_CONTROLS_ITEM_ENABLED = "#vr_hand_controls_item_enabled", + VR_HAND_CONTROLS_HUD = "#vr_hand_controls_hud", + VR_HAND_CONTROLS_HUD_ENABLED = "#vr_hand_controls_hud_enabled", + VR_HAND_POINTER = "#vr_hand_pointer", + VR_HAND_POINTER_ENABLED = "#vr_hand_pointer_enabled", + VR_HANDS_VISIBLE = "#vr_hands_visible", + VR_HANDS_VISIBLE_ENABLED = "#vr_hands_visible_enabled", + ENABLE_CHAT_TEXT_TO_SPEECH = "#enable_chat_text_to_speech", + ENABLE_CHAT_TEXT_TO_SPEECH_ENABLED = "#enable_chat_text_to_speech_enabled", + STICKY_MINING_HAND = "#sticky_mining_hand", + STICKY_MINING_HAND_ENABLED = "#sticky_mining_hand_enabled", + REALM_NAME_ENABLED = "#realm_name_enabled", + REALMS_DIFFICULTY_DROPDOWN_ENABLED = "#realms_difficulty_dropdown_enabled", + REALMS_GAME_MODE_DROPDOWN_ENABLED = "#realms_game_mode_dropdown_enabled", + DIFFICULTY_OPTION_LABEL = "#difficulty_option_label", + GAMEMODE_OPTION_LABEL = "#gameMode_option_label", + WORLD_GAME_MODE_RADIO_SURVIVAL = "#world_game_mode_radio_survival", + WORLD_GAME_MODE_RADIO_CREATIVE = "#world_game_mode_radio_creative", + PLAYER_GAME_MODE_RADIO_SURVIVAL = "#player_game_mode_radio_survival", + PLAYER_GAME_MODE_RADIO_CREATIVE = "#player_game_mode_radio_creative", + WORLD_TYPE_RADIO_FLAT = "#world_type_radio_flat", + WORLD_TYPE_RADIO_INFINITE = "#world_type_radio_infinite", + WORLD_DIFFICULTY_RADIO_PEACEFUL = "#world_difficulty_radio_peaceful", + WORLD_DIFFICULTY_RADIO_EASY = "#world_difficulty_radio_easy", + WORLD_DIFFICULTY_RADIO_NORMAL = "#world_difficulty_radio_normal", + WORLD_DIFFICULTY_RADIO_HARD = "#world_difficulty_radio_hard", + ADVANCED_VIDEO_OPTIONS = "#advanced_video_options", + LANGUAGE_INITIAL_SELECTED = "#language_initial_selected", + DEV_DEBUG_HUD_DROPDOWN_ENABLED = "#dev_debug_hud_dropdown_enabled", + INVITE_TOGGLE_STATE = "#invite_toggle_state", + MEMBER_SETTINGS = "#member_settings", + OPERATOR = "#operator", + FORCE_USER_AGREEMENT_LEVEL = "#force_user_agreement_level", + FORCE_USER_AGREEMENT_LEVEL_ENABLED = "#force_user_agreement_level_enabled", + X_HELPER_VISIBLE = "#x_helper_visible", + Y_HELPER_VISIBLE = "#y_helper_visible", + COINS_WITHOUT_BONUS = "#coins_without_bonus", + COIN_OFFER_TEXTURE_NAME = "#coin_offer_texture_name", + COIN_OFFER_TEXTURE_FILE_SYSTEM = "#coin_offer_texture_file_system", + COIN_OFFERS_VISIBLE = "#coin_offers_visible", + COIN_LOADING_VISIBLE = "#coin_loading_visible", + BLOCK_TYPE_ICON_TEXTURE = "#block_type_icon_texture", + CLOSE_BUTTON_VISIBLE_BINDING_NAME = "#close_button_visible_binding_name", + MINIMIZE_BUTTON_VISIBLE_BINDING_NAME = "#minimize_button_visible_binding_name", + MAXIMIZED_INPUT_VISIBLE = "#maximized_input_visible", + BLOCK_TYPE_DROPDOWN_ENABLED = "#block_type_dropdown_enabled", + CONDITION_DROPDOWN_ENABLED = "#condition_dropdown_enabled", + REDSTONE_DROPDOWN_ENABLED = "#redstone_dropdown_enabled", + BLOCK_TYPE_DROPDOWN_TOGGLE_LABEL = "#block_type_dropdown_toggle_label", + CONDITION_DROPDOWN_TOGGLE_LABEL = "#condition_dropdown_toggle_label", + REDSTONE_DROPDOWN_TOGGLE_LABEL = "#redstone_dropdown_toggle_label", + TRACK_OUTPUT_BINDING = "#track_output_binding", + HAS_ONLY_ARMOR_SLOT = "#has_only_armor_slot", + HAS_ONLY_CARPET_SLOT = "#has_only_carpet_slot", + HAS_ARMOR_AND_SADDLE_SLOT = "#has_armor_and_saddle_slot", + HAS_CARPET_AND_SADDLE_SLOT = "#has_carpet_and_saddle_slot", + CHEST_TAB_TOGGLE = "#chest_tab_toggle", + RENDERER_TAB_TOGGLE = "#renderer_tab_toggle", + HAS_SADDLE_SLOT = "#has_saddle_slot", + EMPTY_OFFHAND_IMAGE_VISIBLE = "#empty_offhand_image_visible", + TOGGLE_INVITE_STATE = "#toggle_invite_state", + WORLD_DESCRIPTION = "#world_description", + WORLD_SCREENSHOTS_GRID_DIMENSIONS = "#world_screenshots_grid_dimensions", + WORLD_SCREENSHOT_TEXTURE_NAME = "#world_screenshot_texture_name", + WORLD_SCREENSHOT_TEXTURE_FILE_SYSTEM = "#world_screenshot_texture_file_system", + NAVIGATION_TAB = "#navigation_tab", + COIN_VISIBLE = "#coin_visible", + ACTION_BUTTON_VISIBLE = "#action_button_visible", + ITEM_MEETS_REQUIREMENTS = "#item_meets_requirements", + MOB_EFFECT_NAME = "#mob_effect_name", + MOB_EFFECT_TIMER = "#mob_effect_timer", + MOB_EFFECT_GRID_SIZE = "#mob_effect_grid_size", + LOCAL_WORLD_IMAGE = "#local_world_image", + LOCAL_WORLD_TEXTURE_SOURCE = "#local_world_texture_source", + WORLD_LOCK_VISIBLE = "#world_lock_visible", + NO_LOCAL_WORLDS_SWITCH_SETTING_VISIBLE = "#no_local_worlds_switch_setting_visible", + SWITCH_STORAGE_TYPE_ENABLED = "#switch_storage_type_enabled", + SWITCH_STORAGE_TYPE_TOGGLE_LABEL = "#switch_storage_type_toggle_label", + STORAGE_LOCATION_RADIO_EXTERNAL = "#storage_location_radio_external", + STORAGE_LOCATION_RADIO_PACKAGE = "#storage_location_radio_package", + JOIN_AND_DOWNLOAD_EVERYTHING = "#join_and_download_everything", + JOIN_AND_DOWNLOAD_ONLY_ADD_ON = "#join_and_download_only_add_on", + JOIN_AND_DOWNLOAD = "#join_and_download", + EMPTY_BINDING = "#empty_binding", + REMIX_NAME_CONTENT_BINDING_NAME = "#remix_name_content_binding_name", + REMIX_DESCRIPTION_CONTENT_BINDING_NAME = "#remix_description_content_binding_name", + NEW_TAG_VISIBLE = "#new_tag_visible", + POLYMORPHIC_BUTTON_VISIBLE = "#polymorphic_button_visible", + DOWNLOAD_PROGRESS_BAR_VISIBLE = "#download_progress_bar_visible", + DOWNLOAD_INFO_TEXT = "#download_info_text", + DOWNLOAD_INFO_VISIBLE = "#download_info_visible", + NAVIGATION_TAB_FOCUS_PRECEDENCE = "#navigation_tab_focus_precedence", + NAVIGATION_TAB_TOGGLE_ON_HOVER = "#navigation_tab_toggle_on_hover", + LOCAL_SAFE_ZONE_OFFSET = "#local_safe_zone_offset", + SAFE_ZONE = "#safe_zone", + SAFE_ZONE_ENABLED = "#safe_zone_enabled", + SAFE_ZONE_SLIDER_LABEL = "#safe_zone_slider_label", + BUTTON_ACTION_TEXT = "#button_action_text", + SKIN_PACK_PRICE = "#skin_pack_price", + DEPENDENCY_LABEL_TEXT = "#dependency_label_text", + DEPENDENT_PACKS_LENGTH = "#dependent_packs_length", + DELETE_BUTTON_ENABLED = "#delete_button_enabled", + SHARE_BUTTON_ENABLED = "#share_button_enabled", + CATEGORY_PANEL_VISIBLE = "#category_panel_visible", + STORAGE_PANEL_LENGTH = "#storage_panel_length", + SEARCH_PANEL_VISIBLE = "#search_panel_visible", + SEARCH_PANEL_LENGTH = "#search_panel_length", + MULTISELECTENABLED = "#multiselectEnabled", + STORAGE_DROPDOWN = "#storage_dropdown", + SHOW_DISCONNECTED_BUTTON = "#show_disconnected_button", + SHOW_SIGNIN_BUTTON = "#show_signin_button", + SHOW_XBL_PROFILE_INFO = "#show_xbl_profile_info", + GAMER_PIC_TEXTURE = "#gamer_pic_texture", + GAMER_PIC_FILE_SOURCE = "#gamer_pic_file_source", + FEATURED_ITEM_GRID_DIMENSION = "#featured_item_grid_dimension", + FEATURED_ITEM_TEXTURE_PATH = "#featured_item_texture_path", + FEATURED_ITEM_TEXTURE_FILE_SYSTEM = "#featured_item_texture_file_system", + ITEM_DOES_NOT_MEET_REQUIREMENTS = "#item_does_not_meet_requirements", + FEATURED_ITEM_DOES_NOT_MEET_REQUIREMENTS = "#featured_item_does_not_meet_requirements", + FEATURED_COIN_VISIBLE = "#featured_coin_visible", + TITLE_LABEL = "#title_label", + CREATOR_LABEL = "#creator_label", + OFFER_COIN_VISIBLE = "#offer_coin_visible", + OFFER_PRICE = "#offer_price", + COIN_BALANCE = "#coin_balance", + PAGE_LOADING_VISIBLE = "#page_loading_visible", + LIST_GRID_DIMENSIONS = "#list_grid_dimensions", + INVISIBLE_BLOCKS_BINDING_NAME = "#invisible_blocks_binding_name", + INVISIBLE_BLOCKS_ENABLED = "#invisible_blocks_enabled", + INVISIBLE_BLOCKS_TOGGLE_OFF = "#invisible_blocks_toggle_off", + INVISIBLE_BLOCKS_TOGGLE_ON = "#invisible_blocks_toggle_on", + INCLUDE_PLAYERS_BINDING_NAME = "#include_players_binding_name", + INCLUDE_PLAYERS_ENABLED = "#include_players_enabled", + INCLUDE_PLAYERS_TOGGLE_OFF = "#include_players_toggle_off", + INCLUDE_PLAYERS_TOGGLE_ON = "#include_players_toggle_on", + REMOVE_BLOCKS_BINDING_NAME = "#remove_blocks_binding_name", + REMOVE_BLOCKS_ENABLED = "#remove_blocks_enabled", + REMOVE_BLOCKS_TOGGLE_OFF = "#remove_blocks_toggle_off", + REMOVE_BLOCKS_TOGGLE_ON = "#remove_blocks_toggle_on", + MODE_DROPDOWN_ENABLED = "#mode_dropdown_enabled", + MODE_DROPDOWN_TOGGLE_LABEL = "#mode_dropdown_toggle_label", + PROGRESS_PANEL_VISIBLE = "#progress_panel_visible", + STRUCTURE_RENDERER_VISIBLE = "#structure_renderer_visible", + BOTTOM_LEFT_BLOCK = "#bottom_left_block", + TOP_RIGHT_BLOCK = "#top_right_block", + INCLUDE_ENTITIES = "#include_entities", + REMOVE_BLOCKS = "#remove_blocks", + INCLUDE_PLAYERS = "#include_players", + INCLUDE_ENTITIES_BINDING_NAME = "#include_entities_binding_name", + INCLUDE_ENTITIES_ENABLED = "#include_entities_enabled", + EXPORT_MODE_PANEL_VISIBLE = "#export_mode_panel_visible", + HAS_ICON = "#has_icon", + ITEM_STACK_COUNT = "#item_stack_count", + SELL_ITEM_NAME = "#sell_item_name", + SHOW_SECOND_TRADE_SLOT = "#show_second_trade_slot", + TEMPLATES_PADDING_VISIBLE = "#templates_padding_visible", + CONTENT_AREA_FOCUSED = "#content_area_focused", + SELECTOR_AREA_FOCUSED = "#selector_area_focused", + WEBSOCKET_ENCRYPTION = "#websocket_encryption", + WEBSOCKET_ENCRYPTION_ENABLED = "#websocket_encryption_enabled", + FILE_STORAGE_LOCATION_ENABLED = "#file_storage_location_enabled", + BUILD_ID = "#build_id", + BUILD_DATE = "#build_date", + SMOOTH_LIGHTING = "#smooth_lighting", + SMOOTH_LIGHTING_ENABLED = "#smooth_lighting_enabled", + DEV_SHOW_BUILD_INFO = "#dev_show_build_info", + DEV_SHOW_BUILD_INFO_ENABLED = "#dev_show_build_info_enabled", + DEV_REALMS_ENVIRONMENT_RADIO_PRODUCTION = "#dev_realms_environment_radio_production", + DEV_REALMS_ENVIRONMENT_RADIO_STAGING = "#dev_realms_environment_radio_staging", + DEV_REALMS_ENVIRONMENT_RADIO_DEV = "#dev_realms_environment_radio_dev", + COMMAND_IMPULSE_MODE = "#command_impulse_mode", + COMMAND_CHAIN_MODE = "#command_chain_mode", + COMMAND_REPEAT_MODE = "#command_repeat_mode", + COMMAND_CONDITIONAL_MODE = "#command_conditional_mode", + COMMAND_UNCONDITIONAL_MODE = "#command_unconditional_mode", + COMMAND_ALWAYS_ON_MODE = "#command_always_on_mode", + COMMAND_NEEDS_REDSTONE_MODE = "#command_needs_redstone_mode", + WORLD_GAME_MODE_RADIO_ADVENTURE = "#world_game_mode_radio_adventure", + PLAYER_GAME_MODE_RADIO_ADVENTURE = "#player_game_mode_radio_adventure", + WORLD_TYPE_RADIO_OLD = "#world_type_radio_old", + KEYBOARD_MOUSE_SENSITIVITY_SLIDER_LABEL = "#keyboard_mouse_sensitivity_slider_label", + VR_UI_MOUSE_SENSITIVITY_SLIDER_LABEL = "#vr_ui_mouse_sensitivity_slider_label", + CONTROLLER_SENSITIVITY_SLIDER_LABEL = "#controller_sensitivity_slider_label", + VR_SENSITIVITY_SLIDER_LABEL = "#vr_sensitivity_slider_label", + VR_ROLL_TURN_SENSITIVITY_SLIDER_LABEL = "#vr_roll_turn_sensitivity_slider_label", + TOUCH_SENSITIVITY_SLIDER_LABEL = "#touch_sensitivity_slider_label", + BUTTON_SIZE_SLIDER_LABEL = "#button_size_slider_label", + GAMERTAG_LABEL = "#gamertag_label", + GUI_SCALE_SLIDER_LABEL = "#gui_scale_slider_label", + GAMMA_SLIDER_LABEL = "#gamma_slider_label", + VR_GAMMA_SLIDER_LABEL = "#vr_gamma_slider_label", + FIELD_OF_VIEW_SLIDER_LABEL = "#field_of_view_slider_label", + RENDER_DISTANCE_SLIDER_LABEL = "#render_distance_slider_label", + VR_RENDER_DISTANCE_SLIDER_LABEL = "#vr_render_distance_slider_label", + MSAA_SLIDER_LABEL = "#msaa_slider_label", + VR_MSAA_SLIDER_LABEL = "#vr_msaa_slider_label", + PARTICLE_RENDER_DISTANCE_SLIDER_LABEL = "#particle_render_distance_slider_label", + VR_PARTICLE_RENDER_DISTANCE_SLIDER_LABEL = "#vr_particle_render_distance_slider_label", + UI_PROFILE_RADIO_CLASSIC = "#ui_profile_radio_classic", + UI_PROFILE_RADIO_POCKET = "#ui_profile_radio_pocket", + THIRDPERSON_RADIO_FIRST = "#thirdperson_radio_first", + THIRDPERSON_RADIO_THIRD_BACK = "#thirdperson_radio_third_back", + THIRDPERSON_RADIO_THIRD_FRONT = "#thirdperson_radio_third_front", + MUSIC_VOLUME_SLIDER_LABEL = "#music_volume_slider_label", + SOUND_VOLUME_SLIDER_LABEL = "#sound_volume_slider_label", + LANGUAGE_DESCRIPTION = "#language_description", + DEV_CONNECTION_QUALITY_SLIDER_LABEL = "#dev_connection_quality_slider_label", + DEBUG_HUD_RADIO_OFF = "#debug_hud_radio_off", + DEBUG_HUD_RADIO_BASIC = "#debug_hud_radio_basic", + DEBUG_HUD_RADIO_WORKERTHREADS = "#debug_hud_radio_workerthreads", + DEBUG_HUD_RADIO_RENDERCHUNKS = "#debug_hud_radio_renderchunks", + DEBUG_HUD_RADIO_DEBUGTEXTURES = "#debug_hud_radio_debugtextures", + DOWNLOAD_PROGRESS_BAR_PERCENTAGE = "#download_progress_bar_percentage", + EULA_VISIBLE = "#eula_visible", + BACKGROUND_VISIBLE = "#background_visible", + AUTO_SAVE_ANIMATION_VISIBLE = "#auto_save_animation_visible", + IS_PHOTO_PAGE = "#is_photo_page", + PICK_ITEM_VISIBLE = "#pick_item_visible", + PICK_GRID_DIMENSIONS = "#pick_grid_dimensions", + EDITABLE = "#editable", + FINALIZE_BUTTON_ENABLED = "#finalize_button_enabled", + CLOSE_BUTTON_VISIBLE = "#close_button_visible", + PAGE_NUMBER = "#page_number", + EDIT_CONTROLS_ACTIVE = "#edit_controls_active", + PAGE_VISIBLE = "#page_visible", + VIEWING = "#viewing", + SIGNING = "#signing", + PICKING = "#picking", + EXPORTING = "#exporting", + EMPTY_FUEL_IMAGE_VISIBLE = "#empty_fuel_image_visible", + BREWING_FUEL_RATIO = "#brewing_fuel_ratio", + LOCKED = "#locked", + LOCK_LABEL_TEXT = "#lock_label_text", + LOCK_VISIBLE = "#lock_visible", + KEYBOARD_BUTTON_FOCUS_OVERRIDE_UP = "#keyboard_button_focus_override_up", + KEYBOARD_BUTTON_FOCUS_OVERRIDE_DOWN = "#keyboard_button_focus_override_down", + HIDE_CHAT = "#hide_chat", + HIDE_CHAT_ENABLED = "#hide_chat_enabled", + BOTTOM_BUTTON_FOCUS_OVERRIDE_UP = "#bottom_button_focus_override_up", + BOTTOM_BUTTON_FOCUS_OVERRIDE_DOWN = "#bottom_button_focus_override_down", + CHAT_TITLE_TEXT = "#chat_title_text", + TEXT_CHAT_HIDDEN = "#text_chat_hidden", + PRICE_TEXT = "#price_text", + COINS_REQUIRED_FOR_PURCHASE = "#coins_required_for_purchase", + HAS_COIN_OFFERS = "#has_coin_offers", + COIN_OFFER_SIZE = "#coin_offer_size", + REPORT_BUTTON_VISIBLE_FEEDITEM = "#report_button_visible_feeditem", + DELETE_BUTTON_VISIBLE_FEEDITEM = "#delete_button_visible_feeditem", + REPORT_BUTTON_VISIBLE_COMMENT = "#report_button_visible_comment", + DELETE_BUTTON_VISIBLE_COMMENT = "#delete_button_visible_comment", + COMMENT_GRID_DIMENSION = "#comment_grid_dimension", + COMMENT_CONTENT = "#comment_content", + CONTENT = "#content", + TEXT_VISIBLE = "#text_visible", + LIKES_AND_COMMENTS = "#likes_and_comments", + SCREENSHOT_TEXTURE_SOURCE = "#screenshot_texture_source", + TEXTPOST_CONTENT = "#textpost_content", + TEXTPOST_VISIBLE = "#textpost_visible", + COMMENT_TEXT_BOX = "#comment_text_box", + GAMERPIC_TEXTURE = "#gamerpic_texture", + COMMENT_GAMERPIC_TEXTURE = "#comment_gamerpic_texture", + COMMENT_TEXTURE_SOURCE = "#comment_texture_source", + COMMENT_GAMERPIC_VISIBLE = "#comment_gamerpic_visible", + COMMENT_GAMERTAG = "#comment_gamertag", + LIKES_AND_TIME_SINCE_COMMENT_POST = "#likes_and_time_since_comment_post", + AUTHOR_GAMERTAG = "#author_gamertag", + TIME_SINCE_FEED_POST = "#time_since_feed_post", + ACCESS_SCREEN_VISIBLE = "#access_screen_visible", + NO_FEED_ITEM_VISIBLE = "#no_feed_item_visible", + FEED_GRID_DIMENSION = "#feed_grid_dimension", + FEED_TEXT_VISIBLE = "#feed_text_visible", + FEED_TEXTURE = "#feed_texture", + FEED_TEXTURE_SOURCE = "#feed_texture_source", + GAMERPIC_TEXTURE_SOURCE = "#gamerpic_texture_source", + FEED_SCREENSHOT_TEXTURE = "#feed_screenshot_texture", + FEED_SCREENSHOT_TEXTURE_SOURCE = "#feed_screenshot_texture_source", + SHARE_TEXT_BOX = "#share_text_box", + REPORT_BUTTON_VISIBLE = "#report_button_visible", + DELETE_BUTTON_VISIBLE = "#delete_button_visible", + FEED_WORLD_NAME = "#feed_world_name", + BUTTON_GLYPH_VISIBLE = "#button_glyph_visible", + CHEATS_ON = "#cheats_on", + HOST_MAIN_BUTTON_FOCUS_OVERRIDE_UP = "#host_main_button_focus_override_up", + HOST_MAIN_BUTTON_FOCUS_OVERRIDE_DOWN = "#host_main_button_focus_override_down", + SUB_COMMAND = "#sub_command", + HOST_TELEPORT_VISIBLE = "#host_teleport_visible", + HOST_TELEPORT_MAIN_VISIBLE = "#host_teleport_main_visible", + HOST_TELEPORT_PLAYERS_VISIBLE = "#host_teleport_players_visible", + HOST_TIME_VISIBLE = "#host_time_visible", + HOST_WEATHER_VISIBLE = "#host_weather_visible", + HOST_OPTION_FOCUS_ID = "#host_option_focus_id", + HOST_OPTION_FOCUS_OVERRIDE_LEFT = "#host_option_focus_override_left", + HOST_OPTION_FOCUS_OVERRIDE_RIGHT = "#host_option_focus_override_right", + HOST_OPTION_FOCUS_OVERRIDE_UP = "#host_option_focus_override_up", + HOST_OPTION_FOCUS_OVERRIDE_DOWN = "#host_option_focus_override_down", + HOST_MAIN_VISIBLE = "#host_main_visible", + SPLITSCREEN_ENABLED = "#splitscreen_enabled", + PAPER_DOLL_VISIBLE = "#paper_doll_visible", + IS_ARMOR_VISIBLE = "#is_armor_visible", + HUD_VISIBLE_CENTERED_GUI_ELEMENTS = "#hud_visible_centered_gui_elements", + JUKEBOX_TEXT = "#jukebox_text", + DROP_ITEM_TOOLTIP_HELPER_VISIBLE = "#drop_item_tooltip_helper_visible", + MINE_TOOLTIP_VISIBLE = "#mine_tooltip_visible", + CONTEXT_SENSITIVE_VISIBLE = "#context_sensitive_visible", + DISMOUNT_TOOLTIP_VISIBLE = "#dismount_tooltip_visible", + CRAFTING_TOOLTIP_HELPER_VISIBLE = "#crafting_tooltip_helper_visible", + PAPER_DOLL_VISIBLE_LIVING_ROOM = "#paper_doll_visible_living_room", + HUD_ALPHA = "#hud_alpha", + HUD_PROPAGATE_ALPHA = "#hud_propagate_alpha", + RECIPE_ITEM_NAME = "#recipe_item_name", + NEEDS_CRAFTING_TABLE = "#needs_crafting_table", + IS_LEFT_TAB_INVENTORY = "#is_left_tab_inventory", + POCKET_RIGHT_PANE_VISIBLE = "#pocket_right_pane_visible", + GAMEPAD_HELPER_X_VISIBLE = "#gamepad_helper_x_visible", + GAMEPAD_HELPER_Y_VISIBLE = "#gamepad_helper_y_visible", + GAMEPAD_HELPER_A_VISIBLE = "#gamepad_helper_a_visible", + GAMEPAD_HELPER_LS_VISIBLE = "#gamepad_helper_ls_visible", + IS_RECIPE_BOOK_LAYOUT = "#is_recipe_book_layout", + IS_CREATIVE_LAYOUT = "#is_creative_layout", + IS_SURVIVAL_LAYOUT = "#is_survival_layout", + IS_LEFT_TAB_SEARCH = "#is_left_tab_search", + CONTAINER_ITEM_BACKGROUND_TEXTURE = "#container_item_background_texture", + CONTAINER_ITEM_BACKGROUND = "#container_item_background", + CONTAINER_ITEM_MODIFIER = "#container_item_modifier", + RECIPE_BOOK_TOTAL_ITEMS = "#recipe_book_total_items", + TAB_LABEL_TEXT = "#tab_label_text", + CREATIVE_LAYOUT_BUTTON_VISIBLE = "#creative_layout_button_visible", + ANIMATING_TEXT_VISIBLE = "#animating_text_visible", + ANIMATING_TEXT = "#animating_text", + MANAGE_FEED_GRID_DIMENSION = "#manage_feed_grid_dimension", + MANAGE_CONTENT = "#manage_content", + MANAGE_FEED_TEXT_VISIBLE = "#manage_feed_text_visible", + TIME_SINCE_MANAGE_FEED_POST = "#time_since_manage_feed_post", + NRREPORTS = "#nrreports", + MANAGE_GAMERTAG = "#manage_gamertag", + MANAGE_FEED_TEXTURE = "#manage_feed_texture", + MANAGE_FEED_TEXTURE_SOURCE = "#manage_feed_texture_source", + MANAGE_TEXTPOST_CONTENT = "#manage_textpost_content", + MANAGE_TEXTPOST_VISIBLE = "#manage_textpost_visible", + MANAGE_GAMERPIC_TEXTURE = "#manage_gamerpic_texture", + MANAGE_GAMERPIC_TEXTURE_SOURCE = "#manage_gamerpic_texture_source", + MANAGE_GAMERPIC_VISIBLE = "#manage_gamerpic_visible", + PROGRESS_LOADING_ANIM_VISIBLE = "#progress_loading_anim_visible", + SECTION_CONTENT = "#section_content", + RATINGS_PANEL_5STARS_VISIBLE = "#ratings_panel_5stars_visible", + RATING_TEXT = "#rating_text", + NUMBER_OF_RATINGS = "#number_of_ratings", + PLAYER_RATING_NUMBER = "#player_rating_number", + PLAYER_RATING_VISIBLE = "#player_rating_visible", + RATINGS_VALID = "#ratings_valid", + MAIN_MASHUP_KEY_ART_TEXTURE = "#main_mashup_key_art_texture", + MAIN_MASHUP_KEY_ART_FILE_SYSTEM = "#main_mashup_key_art_file_system", + RATE_BUTTON_VISIBLE = "#rate_button_visible", + RESOURCE_PACK_INTERACT_VISIBLE = "#resource_pack_interact_visible", + AUTHOR_BUTTON_TEXT = "#author_button_text", + TOTAL_RATINGS_COUNT = "#total_ratings_count", + RATING_BUTTON_TEXT = "#rating_button_text", + PACK_TITLE = "#pack_title", + PACK_CONTENTS_DESCRIPTION = "#pack_contents_description", + CONTENTS_DESCRIPTION_VISIBLE = "#contents_description_visible", + AUTHOR_LABEL = "#author_label", + PACK_DESCRIPTION = "#pack_description", + MODAL_TITLE_TEXT = "#modal_title_text", + MODAL_LABEL_TEXT = "#modal_label_text", + MODAL_LEFT_BUTTON_TEXT = "#modal_left_button_text", + MODAL_MIDDLE_BUTTON_TEXT = "#modal_middle_button_text", + MODAL_RIGHTCANCEL_BUTTON_TEXT = "#modal_rightcancel_button_text", + SKIN_VISIBLE = "#skin_visible", + BASIC_VISIBLE = "#basic_visible", + MAXIMIZED_EDIT_VISIBLE = "#maximized_edit_visible", + MAXIMIZED_PLACEHOLDER_TEXT = "#maximized_placeholder_text", + BUTTON_NAME_EDIT_VISIBLE = "#button_name_edit_visible", + IS_URL_ACTION = "#is_url_action", + IS_COMMAND_ACTION = "#is_command_action", + COMMANDS_ENABLED = "#commands_enabled", + ACTION_COUNT = "#action_count", + HELP_VISIBLE = "#help_visible", + ADD_BUTTONS_ENABLED = "#add_buttons_enabled", + ADVANCED_VISIBLE = "#advanced_visible", + STUDENT_MODEL_UPDATE = "#student_model_update", + INTERACT_TEXT = "#interact_text", + STUDENT_BUTTON_TEXT = "#student_button_text", + IS_URL_BUTTON = "#is_url_button", + IS_COMMAND_BUTTON = "#is_command_button", + STUDENT_BUTTON_VISIBLE = "#student_button_visible", + STUDENT_BUTTON_GRID_DIMENSIONS = "#student_button_grid_dimensions", + STUDENT_VIEW_VISIBLE = "#student_view_visible", + TEACHER_VIEW_VISIBLE = "#teacher_view_visible", + SERVER_STORE_BUTTON_VISIBLE = "#server_store_button_visible", + SHOW_CLUBS = "#show_clubs", + DISCONNECTED_FROM_XBOX_LIVE_LABEL_VISIBLE = "#disconnected_from_xbox_live_label_visible", + PERMISSIONS_VISIBLE = "#permissions_visible", + PLAYER_PERMISSION_LEVEL_ICON_TEXTURE = "#player_permission_level_icon_texture", + PERMISSIONS_GRID_DIMENSION = "#permissions_grid_dimension", + OPTION_STATE_NAME = "#option_state_name", + OPTION_NAME = "#option_name", + PERMISSION_LEVEL_DROPDOWN_ICON_TEXTURE = "#permission_level_dropdown_icon_texture", + WORLD_BUTTON_FOCUS_IDENTIFIER = "#world_button_focus_identifier", + MENU_REALMS_FEED_VISIBLE = "#menu_realms_feed_visible", + MENU_REALMS_FEED_ENABLED = "#menu_realms_feed_enabled", + SERVERS_NETWORK_WORLD_ITEM_GRID_DIMENSION = "#servers_network_world_item_grid_dimension", + SERVER_PLAYER_COUNT = "#server_player_count", + THIRD_PARTY_FEATURED_ITEM_GRID_DIMENSION = "#third_party_featured_item_grid_dimension", + FEATURED_SERVERS_VISIBLE = "#featured_servers_visible", + THIRD_PARTY_SCREENSHOT_VISIBLE = "#third_party_screenshot_visible", + SHOW_PING_LOADING = "#show_ping_loading", + THIRD_PARTY_SERVER_NAME = "#third_party_server_name", + THIRD_PARTY_SERVER_MESSAGE = "#third_party_server_message", + THIRD_PARTY_SERVER_LOGO_TEXTURE_PATH = "#third_party_server_logo_texture_path", + THIRD_PARTY_SERVER_LOGO_RESOURCE_LOCATION = "#third_party_server_logo_resource_location", + LEGACY_WORLD_NAME = "#legacy_world_name", + LEGACY_WORLD_GAME_MODE = "#legacy_world_game_mode", + LEGACY_WORLD_DATE = "#legacy_world_date", + LEGACY_WORLD_DATE_VISIBLE = "#legacy_world_date_visible", + LEGACY_WORLDFILE_SIZE = "#legacy_worldfile_size", + LEGACY_WORLD_ITEM_GRID_DIMENSION = "#legacy_world_item_grid_dimension", + JOIN_BY_CODE_VISIBLE = "#join_by_code_visible", + SYNC_LEGACY_WORLDS_BUTTON_VISIBLE = "#sync_legacy_worlds_button_visible", + WORLDS_TAB_IMPORT_BUTTON_FOCUS_DOWN_OVERRIDE = "#worlds_tab_import_button_focus_down_override", + FRIENDS_TAB_INVITATION_BUTTON_FOCUS_DOWN_OVERRIDE = "#friends_tab_invitation_button_focus_down_override", + LOADING_LEGACY_WORLDS_GRID_VISIBLE = "#loading_legacy_worlds_grid_visible", + LEGACY_WORLDS_VISIBLE = "#legacy_worlds_visible", + DISCONNECTED_FROM_XBL_VISIBLE = "#disconnected_from_xbl_visible", + DISCONNECTED_FROM_NETWORK_VISIBLE = "#disconnected_from_network_visible", + LOADING_SERVERS_PROGRESS_VISIBLE = "#loading_servers_progress_visible", + FEATURE_SERVER_MESSAGE_VISIBLE = "#feature_server_message_visible", + BUMPER_TOOLTIPS_VISIBLE = "#bumper_tooltips_visible", + FOOTER_TEXT = "#footer_text", + LOADING_BAR_PERCENTAGE = "#loading_bar_percentage", + INVITED_FRIENDS_VISIBLE = "#invited_friends_visible", + MEMBER_LOADING_TEXT = "#member_loading_text", + BLOCKED_PLAYERS_VISIBLE = "#blocked_players_visible", + BLOCKED_PLAYERS_GRID_DIMENSION = "#blocked_players_grid_dimension", + LINKURL = "#linkurl", + COPY_SHARE_ENABLED = "#copy_share_enabled", + DEFAULT_MESSAGE_VISIBLE = "#default_message_visible", + REFRESH_MESSAGE_VISIBLE = "#refresh_message_visible", + TAG_FACTORY_LENGTH = "#tag_factory_length", + IS_USING_GAMEPAD = "#is_using_gamepad", + HAS_SUBPACKS = "#has_subpacks", + CONTENT_TIER_OPTIONS_VISIBLE = "#content_tier_options_visible", + CONTENT_TIER_LABEL = "#content_tier_label", + CONTENT_TIER_SUPPORTED = "#content_tier_supported", + INCOMPATIBLE_REASON = "#incompatible_reason", + SCREENSHOTPICKER_GRID_DIMENSION = "#screenshotpicker_grid_dimension", + VALIDATION_FAILURE_VISIBLE = "#validation_failure_visible", + SCREENSHOTPICKER_VISIBLE = "#screenshotpicker_visible", + SCREENSHOTPICKER_SCREENSHOT_TIME = "#screenshotpicker_screenshot_time", + SCREENSHOTPICKER_TIMESINCE_VISIBLE = "#screenshotpicker_timesince_visible", + SCREENSHOTPICKER_TEXTURE = "#screenshotpicker_texture", + SCREENSHOTPICKER_TEXTURE_SOURCE = "#screenshotpicker_texture_source", + VALIDATION_SUCCEEDED = "#validation_succeeded", + IS_DELETE_VISIBLE = "#is_delete_visible", + NO_SCREENSHOT_VISIBLE = "#no_screenshot_visible", + CAPTION_TEXT_BOX = "#caption_text_box", + TOGGLE_SELECTED = "#toggle_selected", + HOTBAR_VISIBLE_NOT_CENTERED = "#hotbar_visible_not_centered", + IS_LEFT_TAB_CONSTRUCT = "#is_left_tab_construct", + IS_LEFT_TAB_EQUIPMENT = "#is_left_tab_equipment", + IS_LEFT_TAB_ITEMS = "#is_left_tab_items", + IS_LEFT_TAB_NATURE = "#is_left_tab_nature", + FILTERING_ENABLED = "#filtering_enabled", + BUTTON_MODE_ENABLED = "#button_mode_enabled", + MEMBERS_PREVBUTTON_VISIBLE = "#members_prevButton_visible", + MEMBERS_NEXTBUTTON_VISIBLE = "#members_nextButton_visible", + INVITED_FRIENDS_PREVBUTTON_VISIBLE = "#invited_friends_prevButton_visible", + INVITED_FRIENDS_NEXTBUTTON_VISIBLE = "#invited_friends_nextButton_visible", + UNINVITED_FRIENDS_PREVBUTTON_VISIBLE = "#uninvited_friends_prevButton_visible", + UNINVITED_FRIENDS_NEXTBUTTON_VISIBLE = "#uninvited_friends_nextButton_visible", + BLOCKED_PLAYERS_PREVBUTTON_VISIBLE = "#blocked_players_prevButton_visible", + BLOCKED_PLAYERS_NEXTBUTTON_VISIBLE = "#blocked_players_nextButton_visible", + MEMBERS_PAGE_INDEX_TEXT = "#members_page_index_text", + MEMBERS_BUTTONS_VISIBLE = "#members_buttons_visible", + INVITED_FRIENDS_PAGE_INDEX_TEXT = "#invited_friends_page_index_text", + INVITED_FRIENDS_BUTTONS_VISIBLE = "#invited_friends_buttons_visible", + UNINVITED_FRIENDS_PAGE_INDEX_TEXT = "#uninvited_friends_page_index_text", + UNINVITED_FRIENDS_BUTTONS_VISIBLE = "#uninvited_friends_buttons_visible", + BLOCKED_PLAYERS_PAGE_INDEX_TEXT = "#blocked_players_page_index_text", + BLOCKED_PLAYERS_BUTTONS_VISIBLE = "#blocked_players_buttons_visible", + SAFE_ZONE_ALL = "#safe_zone_all", + SAFE_ZONE_ALL_ENABLED = "#safe_zone_all_enabled", + SAFE_ZONE_ALL_SLIDER_LABEL = "#safe_zone_all_slider_label", + SAFE_ZONE_X_SLIDER_LABEL = "#safe_zone_x_slider_label", + SAFE_ZONE_X = "#safe_zone_x", + SAFE_ZONE_X_ENABLED = "#safe_zone_x_enabled", + SAFE_ZONE_Y_SLIDER_LABEL = "#safe_zone_y_slider_label", + SAFE_ZONE_Y = "#safe_zone_y", + SAFE_ZONE_Y_ENABLED = "#safe_zone_y_enabled", + SCREEN_POSITION_X = "#screen_position_x", + SCREEN_POSITION_X_ENABLED = "#screen_position_x_enabled", + SCREEN_POSITION_X_SLIDER_LABEL = "#screen_position_x_slider_label", + SCREEN_POSITION_Y = "#screen_position_y", + SCREEN_POSITION_Y_ENABLED = "#screen_position_y_enabled", + SCREEN_POSITION_Y_SLIDER_LABEL = "#screen_position_y_slider_label", + IS_POSTING = "#is_posting", + FORM_BUTTON_LENGTH = "#form_button_length", + FORM_BUTTON_TEXTURE = "#form_button_texture", + FORM_BUTTON_TEXTURE_FILE_SYSTEM = "#form_button_texture_file_system", + CUSTOM_FORM_LENGTH = "#custom_form_length", + SUBMIT_BUTTON_VISIBLE = "#submit_button_visible", + CUSTOM_TOGGLE_STATE = "#custom_toggle_state", + CUSTOM_RADIO_TOGGLE = "#custom_radio_toggle", + CUSTOM_INPUT_TEXT = "#custom_input_text", + CUSTOM_RADIO_TOGGLED = "#custom_radio_toggled", + POLYMORPHIC_BUTTON_ENABLED = "#polymorphic_button_enabled", + GRID_BUTTON_FOCUS_ID = "#grid_button_focus_id", + GRID_BUTTON_OVERRIDE_LEFT = "#grid_button_override_left", + GRID_BUTTON_OVERRIDE_RIGHT = "#grid_button_override_right", + GRID_BUTTON_OVERRIDE_UP = "#grid_button_override_up", + SKIN_BUTTON_VISIBLE = "#skin_button_visible", + PACK_LOADING_PROGRESS_VISIBLE = "#pack_loading_progress_visible", + ACCEPT_SKIN_BUTTON_ENABLED = "#accept_skin_button_enabled", + LEFT_VISIBLE = "#left_visible", + SKIN_CYCLE_PACK_LEFT_BUTTON_ENABLED = "#skin_cycle_pack_left_button_enabled", + CYCLE_PACK_RIGHT_BUTTON_VISIBLE = "#cycle_pack_right_button_visible", + RIGHT_VISIBLE = "#right_visible", + SKIN_CYCLE_PACK_RIGHT_BUTTON_ENABLED = "#skin_cycle_pack_right_button_enabled", + SKIN_CONTENT_VISIBLE = "#skin_content_visible", + SKIN_SEARCH_PROGRESS_VISIBLE = "#skin_search_progress_visible", + HOWTOPLAY_VISIBLE = "#howtoplay_visible", + UPDATE_ICON_VISIBLE = "#update_icon_visible", + NEW_OFFER_ICON_VISIBLE = "#new_offer_icon_visible", + PROMPT_ICON_VISIBLE = "#prompt_icon_visible", + PROMPT_ICON_TEXTURE = "#prompt_icon_texture", + SIGN_IN_FOCUS_ENABLED = "#sign_in_focus_enabled", + FEATURED_GRID_ITEM_ID = "#featured_grid_item_id", + FEATURED_GRID_ITEM_OVERRIDE_UP = "#featured_grid_item_override_up", + FEATURED_GRID_ITEM_OVERRIDE_LEFT = "#featured_grid_item_override_left", + FEATURED_RATING_RATIO = "#featured_rating_ratio", + FEATURED_RATING = "#featured_rating", + FEATURED_RATINGS_VISIBLE = "#featured_ratings_visible", + FEATURED_CREATOR_LABEL = "#featured_creator_label", + FEATURED_PROMPT_TEXT = "#featured_prompt_text", + FEATURED_ICON_VISIBLE = "#featured_icon_visible", + FEATURED_OFFER_OVERRIDE_UP = "#featured_offer_override_up", + OFFER_DOWNLOAD_PROGRESS_LABEL = "#offer_download_progress_label", + SHOW_MORE_VISIBLE = "#show_more_visible", + SHOW_MORE_TEXT = "#show_more_text", + RATING_TEXT_VISIBLE = "#rating_text_visible", + OFFER_PROMPT_TEXT = "#offer_prompt_text", + OFFER_GRID_ITEM_BUTTON_FOCUS_ID = "#offer_grid_item_button_focus_id", + LEFT_MOST_GRID_ITEM_FOCUS_OVERRIDE_LEFT = "#left_most_grid_item_focus_override_left", + RIGHT_MOST_GRID_ITEM_FOCUS_OVERRIDE_RIGHT = "#right_most_grid_item_focus_override_right", + COLLECTION_PAGE_NUMBER_LABEL = "#collection_page_number_label", + OFFER_TYPE_LABEL = "#offer_type_label", + PROMO_TEXTURE_PATH = "#promo_texture_path", + PROMO_TEXTURE_FILE_SYSTEM = "#promo_texture_file_system", + PROMO_WRAPPED = "#promo_wrapped", + PROMO_ROW_VISIBLE = "#promo_row_visible", + PROMO_ROW_LOADING_VISIBLE = "#promo_row_loading_visible", + PROMO_ROW_TEXT = "#promo_row_text", + PROMO_UNLOCK_DATE = "#promo_unlock_date", + PAST_PROMO_TEXTURE_PATH = "#past_promo_texture_path", + PAST_PROMO_TEXTURE_FILE_SYSTEM = "#past_promo_texture_file_system", + PROMO_GRID_BUTTON_FOCUS_ID = "#promo_grid_button_focus_id", + PROMO_GRID_BUTTON_FOCUS_LEFT = "#promo_grid_button_focus_left", + PROMO_GRID_BUTTON_FOCUS_RIGHT = "#promo_grid_button_focus_right", + PAST_PROMO_ROW_GRID_DIMENSION = "#past_promo_row_grid_dimension", + PROMO_OFFER_TODAY = "#promo_offer_today", + FUTURE_PROMO_ROW_GRID_DIMENSION = "#future_promo_row_grid_dimension", + LIST_MAXIMUM_GRID_ITEMS = "#list_maximum_grid_items", + EXPORT_ENABLED = "#export_enabled", + EXPORT_VISIBLE = "#export_visible", + SHOW_XBOX_ICON = "#show_xbox_icon", + TEXT_PADDING_VISIBLE = "#text_padding_visible", + CONTROLLER_START_ICON = "#controller_start_icon", + ITEM_GRAYED_OUT = "#item_grayed_out", + NOT_BOUND = "#not_bound", + TEMPLATE_DOWNLOAD_TEXT = "#template_download_text", + DOWNLOAD_TEXT_VISIBLE = "#download_text_visible", + TEMPLATE_LIST_VISIBLE = "#template_list_visible", + SUGGESTED_CONTENT_VISIBLE = "#suggested_content_visible", + SUGGESTED_OFFERS_ITEM_GRID_DIMENSION = "#suggested_offers_item_grid_dimension", + TEXTURE_LOCATION_TYPE = "#texture_location_type", + GAMER_SCORE = "#gamer_score", + IS_NEW_ACCOUNT = "#is_new_account", + URL = "#url", + CODE = "#code", + GAMERTAG_FOUND = "#gamertag_found", + PLAYER_UUID = "#player_uuid", + BLOCK_PLAYER = "#block_player", + MUTE_PLAYER = "#mute_player", + FRIEND_STATUS_DROPDOWN_TOGGLE_LABEL = "#friend_status_dropdown_toggle_label", + IS_FRIEND = "#is_friend", + CURRENTLY_PLAYING_VISIBLE = "#currently_playing_visible", + CURRENTLY_PLAYING = "#currently_playing", + TEXTURE_PATH = "#texture_path", + REASON_SELECTED = "#reason_selected", + SHOW_ITEM = "#show_item", + INACTIVE_ITEM = "#inactive_item", + ITEM_PICKUP_TIME = "#item_pickup_time", + INVENTORY_SELECTED_BANNER_PATTERNS = "#inventory_selected_banner_patterns", + INVENTORY_SELECTED_BANNER_COLORS = "#inventory_selected_banner_colors", + GAMEPAD_CURSOR_VISIBLE = "#gamepad_cursor_visible", + SAFEZONE_OUTER_TOP = "#safezone_outer_top", + SAFEZONE_INNER_TOP = "#safezone_inner_top", + HIDE_TOOLTIPS = "#hide_tooltips", + HIDE_TOOLTIPS_ENABLED = "#hide_tooltips_enabled", + HIDE_GAMEPAD_CURSOR = "#hide_gamepad_cursor", + HIDE_GAMEPAD_CURSOR_ENABLED = "#hide_gamepad_cursor_enabled", + GAMEPAD_CURSOR_SENSITIVITY = "#gamepad_cursor_sensitivity", + GAMEPAD_CURSOR_SENSITIVITY_ENABLED = "#gamepad_cursor_sensitivity_enabled", + GAMEPAD_CURSOR_SENSITIVITY_SLIDER_LABEL = "#gamepad_cursor_sensitivity_slider_label", + SERVER_SETTINGS_VISIBLE = "#server_settings_visible", + CLASSROOM_SETTINGS_VISIBLE = "#classroom_settings_visible", + START_WITH_MAP = "#start_with_map", + START_WITH_MAP_ENABLED = "#start_with_map_enabled", + BONUS_CHEST = "#bonus_chest", + BONUS_CHEST_ENABLED = "#bonus_chest_enabled", + PLAYER_PERMISSIONS_DROPDOWN_TOGGLE_LABEL = "#player_permissions_dropdown_toggle_label", + PLAYER_PERMISSIONS_DROPDOWN_ENABLED = "#player_permissions_dropdown_enabled", + SHOW_PERMISSIONS_DROPDOWN = "#show_permissions_dropdown", + SERVER_SIM_DISTANCE = "#server_sim_distance", + SERVER_SIM_DISTANCE_ENABLED = "#server_sim_distance_enabled", + SERVER_SIM_DISTANCE_STEPS = "#server_sim_distance_steps", + SERVER_SIM_DISTANCE_SLIDER_LABEL = "#server_sim_distance_slider_label", + SHOW_COORDINATES = "#show_coordinates", + SHOW_COORDINATES_ENABLED = "#show_coordinates_enabled", + FIRE_SPREADS = "#fire_spreads", + FIRE_SPREADS_ENABLED = "#fire_spreads_enabled", + TNT_EXPLODES = "#tnt_explodes", + TNT_EXPLODES_ENABLED = "#tnt_explodes_enabled", + MOB_LOOT = "#mob_loot", + MOB_LOOT_ENABLED = "#mob_loot_enabled", + NATURAL_REGENERATION = "#natural_regeneration", + NATURAL_REGENERATION_ENABLED = "#natural_regeneration_enabled", + TILE_DROPS = "#tile_drops", + TILE_DROPS_ENABLED = "#tile_drops_enabled", + DAYLIGHT_CYCLE = "#daylight_cycle", + DAYLIGHT_CYCLE_ENABLED = "#daylight_cycle_enabled", + KEEP_INVENTORY = "#keep_inventory", + KEEP_INVENTORY_ENABLED = "#keep_inventory_enabled", + MOB_SPAWN = "#mob_spawn", + MOB_SPAWN_ENABLED = "#mob_spawn_enabled", + MOB_GRIEFING = "#mob_griefing", + MOB_GRIEFING_ENABLED = "#mob_griefing_enabled", + ENTITIES_DROP_LOOT = "#entities_drop_loot", + ENTITIES_DROP_LOOT_ENABLED = "#entities_drop_loot_enabled", + WEATHER_CYCLE = "#weather_cycle", + WEATHER_CYCLE_ENABLED = "#weather_cycle_enabled", + CLASSROOM_SETTINGS = "#classroom_settings", + CLASSROOM_SETTINGS_ENABLED = "#classroom_settings_enabled", + PERFECT_WEATHER = "#perfect_weather", + PERFECT_WEATHER_ENABLED = "#perfect_weather_enabled", + ALLOW_MOBS = "#allow_mobs", + ALLOW_MOBS_ENABLED = "#allow_mobs_enabled", + ALLOW_DESTRUCTIVE_ITEMS = "#allow_destructive_items", + ALLOW_DESTRUCTIVE_ITEMS_ENABLED = "#allow_destructive_items_enabled", + PLAYER_DAMAGE = "#player_damage", + PLAYER_DAMAGE_ENABLED = "#player_damage_enabled", + IMMUTABLE_WORLD = "#immutable_world", + IMMUTABLE_WORLD_ENABLED = "#immutable_world_enabled", + PVP_DAMAGE = "#pvp_damage", + PVP_DAMAGE_ENABLED = "#pvp_damage_enabled", + XBL_BROADCAST_DROPDOWN_TOGGLE_LABEL = "#xbl_broadcast_dropdown_toggle_label", + SHOW_BROADCAST_DROPDOWN = "#show_broadcast_dropdown", + MULTIPLAYER_WARNING_VISIBLE = "#multiplayer_warning_visible", + CLUB_DESCRIPTION_ENABLED = "#club_description_enabled", + CLUB_DESCRIPTION_VISIBLE = "#club_description_visible", + CLUB_DESCRIPTION = "#club_description", + MANAGE_FEED_BUTTON_ENABLED = "#manage_feed_button_enabled", + MANAGE_FEED_BUTTON_VISIBLE = "#manage_feed_button_visible", + CLUB_INFOTEXT_VISIBLE = "#club_infotext_visible", + SHOW_AUTO_SAVE_ICON = "#show_auto_save_icon", + SHOW_AUTO_SAVE_ICON_ENABLED = "#show_auto_save_icon_enabled", + HIDE_HAND = "#hide_hand", + HIDE_HAND_ENABLED = "#hide_hand_enabled", + HIDE_PAPERDOLL = "#hide_paperdoll", + HIDE_PAPERDOLL_ENABLED = "#hide_paperdoll_enabled", + CLASSIC_BOX_SELECTION = "#classic_box_selection", + CLASSIC_BOX_SELECTION_ENABLED = "#classic_box_selection_enabled", + VR_CLASSIC_BOX_SELECTION = "#vr_classic_box_selection", + VR_CLASSIC_BOX_SELECTION_ENABLED = "#vr_classic_box_selection_enabled", + INGAME_PLAYER_NAMES = "#ingame_player_names", + INGAME_PLAYER_NAMES_ENABLED = "#ingame_player_names_enabled", + INTERFACE_OPACITY = "#interface_opacity", + INTERFACE_OPACITY_ENABLED = "#interface_opacity_enabled", + INTERFACE_OPACITY_SLIDER_LABEL = "#interface_opacity_slider_label", + SPLIT_SCREEN_DROPDOWN_ENABLED = "#split_screen_dropdown_enabled", + SPLITSCREEN_INTERFACE_OPACITY_ENABLED = "#splitscreen_interface_opacity_enabled", + SPLITSCREEN_INGAME_PLAYER_NAMES = "#splitscreen_ingame_player_names", + SPLITSCREEN_INGAME_PLAYER_NAMES_ENABLED = "#splitscreen_ingame_player_names_enabled", + VR_HIDE_HUD = "#vr_hide_hud", + VR_HIDE_HUD_ENABLED = "#vr_hide_hud_enabled", + VR_HIDE_HAND = "#vr_hide_hand", + VR_HIDE_HAND_ENABLED = "#vr_hide_hand_enabled", + FIELD_OF_VIEW_TOGGLE = "#field_of_view_toggle", + FIELD_OF_VIEW_TOGGLE_ENABLED = "#field_of_view_toggle_enabled", + DEV_DATE_YEAR_OVERRIDE = "#dev_date_year_override", + DEV_DATE_MONTH_OVERRIDE = "#dev_date_month_override", + DEV_DATE_DAY_OVERRIDE = "#dev_date_day_override", + DEV_DISPLAY_OVERRIDE_DATETIME = "#dev_display_override_datetime", + DEV_DISPLAY_OVERRIDE_DATETIME_ENABLED = "#dev_display_override_datetime_enabled", + DEV_SAVE_CURRENT_OVERRIDE_DATE = "#dev_save_current_override_date", + DEV_SAVE_CURRENT_OVERRIDE_DATE_ENABLED = "#dev_save_current_override_date_enabled", + DEV_OVERRIDE_DAY_LENGTH = "#dev_override_day_length", + UPDATE_OVERRIDE_DATE_BUTTON_VISIBLE = "#update_override_date_button_visible", + OVERRIDE_DATE_OPTIONS_VISIBLE = "#override_date_options_visible", + DEV_SHOW_OVERRIDE_TREATMENTS_ENABLED = "#dev_show_override_treatments_enabled", + DEV_SHOW_OVERRIDE_TREATMENTS = "#dev_show_override_treatments", + DEV_TREATMENT_ID = "#dev_treatment_id", + DEV_TREATMENT_ID_ENABLED = "#dev_treatment_id_enabled", + TREATMENTS_GRID_DIMENSION = "#treatments_grid_dimension", + DEV_DISPLAY_TREATMENTS_PANEL = "#dev_display_treatments_panel", + TREATMENT_ID = "#treatment_id", + FEATURE_TOGGLE_STATE = "#feature_toggle_state", + FEATURE_TOGGLE_COUNT = "#feature_toggle_count", + DEV_SERVER_INSTANCE_THREAD = "#dev_server_instance_thread", + DEV_SERVER_INSTANCE_THREAD_ENABLED = "#dev_server_instance_thread_enabled", + DEV_FIND_MOBS = "#dev_find_mobs", + DEV_FIND_MOBS_ENABLED = "#dev_find_mobs_enabled", + DEV_RENDER_ATTACH_POS_ENABLED = "#dev_render_attach_pos_enabled", + DEV_NEW_CULLER = "#dev_new_culler", + DEV_NEW_CULLER_ENABLED = "#dev_new_culler_enabled", + DEV_ASSERTIONS_DEBUG_BREAK = "#dev_assertions_debug_break", + DEV_ASSERTIONS_DEBUG_BREAK_ENABLED = "#dev_assertions_debug_break_enabled", + DEV_MCE_ASSERTIONS_DEBUG_BREAK_HACK = "#dev_mce_assertions_debug_break_hack", + DEV_MCE_ASSERTIONS_DEBUG_BREAK_HACK_ENABLED = "#dev_mce_assertions_debug_break_hack_enabled", + DEV_SHOW_DEV_CONSOLE_BUTTON = "#dev_show_dev_console_button", + DEV_SHOW_DEV_CONSOLE_BUTTON_ENABLED = "#dev_show_dev_console_button_enabled", + DEV_ENABLE_MIXER_INTERACTIVE = "#dev_enable_mixer_interactive", + DEV_ENABLE_MIXER_INTERACTIVE_ENABLED = "#dev_enable_mixer_interactive_enabled", + DEV_SHOW_TCUI_REPLACEMENT = "#dev_show_tcui_replacement", + DEV_SHOW_TCUI_REPLACEMENT_ENABLED = "#dev_show_tcui_replacement_enabled", + DEV_USE_ZIPPED_IN_PACKAGE_PACKS = "#dev_use_zipped_in_package_packs", + DEV_USE_ZIPPED_IN_PACKAGE_PACKS_ENABLED = "#dev_use_zipped_in_package_packs_enabled", + DEV_IMPORT_PACKS_AS_ZIP = "#dev_import_packs_as_zip", + DEV_IMPORT_PACKS_AS_ZIP_ENABLED = "#dev_import_packs_as_zip_enabled", + DEV_USE_OVERRIDE_DATE = "#dev_use_override_date", + DEV_USE_OVERRIDE_DATE_ENABLED = "#dev_use_override_date_enabled", + DEV_DISPLAY_TREATMENTS_PANEL_ENABLED = "#dev_display_treatments_panel_enabled", + MEM_CHECK_TIMER = "#mem_check_timer", + MEM_CHECK_TIMER_ENABLED = "#mem_check_timer_enabled", + MEM_CHECK_TIMER_STEPS = "#mem_check_timer_steps", + PROTOCOL_VERSION = "#protocol_version", + WORLD_CONVERSION_VERSION = "#world_conversion_version", + HIDE_HUD = "#hide_hud", + HIDE_HUD_ENABLED = "#hide_hud_enabled", + VR_TRANSPARENT_LEAVES = "#vr_transparent_leaves", + VR_TRANSPARENT_LEAVES_ENABLED = "#vr_transparent_leaves_enabled", + RENDER_CLOUDS = "#render_clouds", + VR_SMOOTH_LIGHTING = "#vr_smooth_lighting", + VR_SMOOTH_LIGHTING_ENABLED = "#vr_smooth_lighting_enabled", + CAN_CHANGE_NAME = "#can_change_name", + LOADING_ACHIEVEMENT_PANEL_VISIBLE = "#loading_achievement_panel_visible", + ADHOC_TITLE = "#adhoc_title", + SHOW_MISSING_COINS = "#show_missing_coins", + REPORT_TO_CLUB_BUTTON_VISIBLE_FEEDITEM = "#report_to_club_button_visible_feeditem", + REPORT_TO_ENFORCEMENT_BUTTON_VISIBLE_FEEDITEM = "#report_to_enforcement_button_visible_feeditem", + REPORT_TO_CLUB_BUTTON_VISIBLE_COMMENT = "#report_to_club_button_visible_comment", + REPORT_TO_ENFORCEMENT_BUTTON_VISIBLE_COMMENT = "#report_to_enforcement_button_visible_comment", + REPORT_TO_ENFORCEMENT_BUTTON_VISIBLE = "#report_to_enforcement_button_visible", + REPORT_TO_CLUB_BUTTON_VISIBLE = "#report_to_club_button_visible", + INFINITE_PROGRESS_VISIBLE = "#infinite_progress_visible", + PROGRESS_TEXT_VISIBLE = "#progress_text_visible", + REALMS_BUTTON_VISIBLE = "#realms_button_visible", + IS_CREATIVE_AND_RECIPE_BOOK_LAYOUT = "#is_creative_and_recipe_book_layout", + IS_CREATIVE_AND_CREATIVE_LAYOUT = "#is_creative_and_creative_layout", + IS_DELETING = "#is_deleting", + IS_DONE_VALIDATING = "#is_done_validating", + IS_INTERACTION_BUTTON_VISIBLE = "#is_interaction_button_visible", + RATINGS_SUMMARY_VALID = "#ratings_summary_valid", + RATINGS_HOVER_BUTTON_FOCUS_ENABLED = "#ratings_hover_button_focus_enabled", + RATING_STATUS_VALID = "#rating_status_valid", + HAS_CONTENT_TIERING = "#has_content_tiering", + PLAYERNAME_VISIBLE = "#playername_visible", + INVITE_BUTTON_ENABLED = "#invite_button_enabled", + DISCONNECTED_FROM_NEX_LABEL_VISIBLE = "#disconnected_from_nex_label_visible", + DISCONNECTED_FROM_ADHOC_LABEL_VISIBLE = "#disconnected_from_adhoc_label_visible", + DISCONNECTED_FROM_CROSSPLATFORM_MULTIPLAYER = "#disconnected_from_crossplatform_multiplayer", + DISCONNECTED_FROM_MULTIPLAYER = "#disconnected_from_multiplayer", + PLAYER_TOGGLE_STATE = "#player_toggle_state", + OPTION_TOGGLE_STATE = "#option_toggle_state", + CAN_EDIT_PERMISSIONS = "#can_edit_permissions", + PERMISSION_LEVEL_DROPDOWN_LABEL = "#permission_level_dropdown_label", + FRIENDS_SERVER_ICON_TEXTURE_NAME = "#friends_server_icon_texture_name", + CROSS_PLATFORM_FRIENDS_SERVER_ICON_TEXTURE_NAME = "#cross_platform_friends_server_icon_texture_name", + NETWORK_WORLD_HEADER_ICON_TEXTURE_PATH = "#network_world_header_icon_texture_path", + NETWORK_WORLD_HEADER_ICON_TEXTURE_LOCATION = "#network_world_header_icon_texture_location", + PRIVILEGESBLOCKEDTEXT = "#privilegesBlockedText", + ADD_FRIEND_BUTTON_VISIBLE = "#add_friend_button_visible", + NO_NEX_MULTIPLAYER_GRID_VISIBLE = "#no_nex_multiplayer_grid_visible", + CROSS_PLATFORM_FRIENDS_GRID_VISIBLE = "#cross_platform_friends_grid_visible", + CROSS_PLATFORM_NO_FRIENDS_GRID_VISIBLE = "#cross_platform_no_friends_grid_visible", + NO_CROSS_PLATFORM_MULTIPLAYER_GRID_VISIBLE = "#no_cross_platform_multiplayer_grid_visible", + MULTIPLAYER_BLOCKED_PANEL_VISIBLE = "#multiplayer_blocked_panel_visible", + IS_COIN_VISIBLE = "#is_coin_visible", + CONFIRMATION_BUTTON_TEXT = "#confirmation_button_text", + MATCHING_BRANCH_NAME = "#matching_branch_name", + MATCHING_COMMIT_ID = "#matching_commit_id", + TIME_SINCE_TEXT = "#time_since_text", + WORLD_TEXT = "#world_text", + DATE_TEXT = "#date_text", + TIME_TEXT = "#time_text", + BACKUP_ITEM_BUTTON_ENABLED = "#backup_item_button_enabled", + REALMS_BACKUP_GRID_DIMENSION = "#realms_backup_grid_dimension", + BACKUP_INFOTEXT = "#backup_infotext", + BACKUP_NETWORK_ERRORMSG = "#backup_network_errormsg", + PROGRESS_LOADING_BARS_BACKUPS_VISIBLE = "#progress_loading_bars_backups_visible", + BACKUP_NETWORK_ERROR_VISIBLE = "#backup_network_error_visible", + OPTIONS_VISIBLE = "#options_visible", + HAS_ERRORS = "#has_errors", + ERROR_FREE = "#error_free", + REPORT_GENERATING = "#report_generating", + HAS_PACK_SETTINGS = "#has_pack_settings", + PLAYER_SCORE_SIDEBAR = "#player_score_sidebar", + PLAYER_NAME_SIDEBAR = "#player_name_sidebar", + OBJECTIVE_SIDEBAR_NAME = "#objective_sidebar_name", + SCOREBOARD_SIDEBAR_SIZE = "#scoreboard_sidebar_size", + SCOREBOARD_SIDEBAR_VISIBLE = "#scoreboard_sidebar_visible", + SCOREBOARD_LIST_PLAYER_ICON = "#scoreboard_list_player_icon", + SCOREBOARD_LIST_PLAYER_ICON_FILESYSTEM = "#scoreboard_list_player_icon_filesystem", + SCOREBOARD_LIST_PLAYER_NAME = "#scoreboard_list_player_name", + SCOREBOARD_LIST_PLAYER_SCORE = "#scoreboard_list_player_score", + SCOREBOARD_LIST_CONNECTION = "#scoreboard_list_connection", + SCOREBOARD_LIST_SIZE = "#scoreboard_list_size", + SCOREBOARD_LIST_SCORETYPE_SCORE = "#scoreboard_list_scoretype_score", + SCOREBOARD_LIST_SCORETYPE_HEARTS = "#scoreboard_list_scoretype_hearts", + SCOREBOARD_SHOW_TAB = "#scoreboard_show_tab", + SKIN_BUTTON_GAME_PAD_VISIBLE = "#skin_button_game_pad_visible", + SKIN_BUTTON_NOT_GAME_PAD_VISIBLE = "#skin_button_not_game_pad_visible", + IS_USING_GAMEPAD_ICON = "#is_using_gamepad_icon", + FOCUS_OVERRIDE_LEFT = "#focus_override_left", + FOCUS_OVERRIDE_RIGHT = "#focus_override_right", + NX_SIGNIN_TEXT = "#nx_signin_text", + GAMERPIC_TEXTURE_PATH = "#gamerpic_texture_path", + GAMERPIC_TEXTURE_LOCATION_TYPE = "#gamerpic_texture_location_type", + GAMERTAG_PIC_AND_LABEL_VISIBLE = "#gamertag_pic_and_label_visible", + ONLINE_BUTTONS_VISIBLE = "#online_buttons_visible", + HERO_OFFER_PRICE_TEXT = "#hero_offer_price_text", + HERO_OFFER_COIN_ICON_VISIBLE = "#hero_offer_coin_icon_visible", + HERO_OFFER_DESCRIPTION_VISIBLE = "#hero_offer_description_visible", + HERO_OFFER_TITLE = "#hero_offer_title", + HERO_OFFER_AUTHOR = "#hero_offer_author", + CATEGORY_COLLECTION_READY = "#category_collection_ready", + SEARCH_ERROR_PANEL_VISIBLE = "#search_error_panel_visible", + SEARCH_RESULTS_PANEL_VISIBLE = "#search_results_panel_visible", + FILTER_SELECTED_COUNT = "#filter_selected_count", + SEARCH_VISIBLE = "#search_visible", + FILTER_SCREEN_ENABLED = "#filter_screen_enabled", + TOP_ROW_FOCUS_OVERRIDE_UP = "#top_row_focus_override_up", + TRENDING_ROW_NAME = "#trending_row_name", + TRENDING_OFFERS_DIMENSIONS = "#trending_offers_dimensions", + TRENDING_ROWS_DIMENSIONS = "#trending_rows_dimensions", + SEARCH_ACTIVE = "#search_active", + TRENDING_PAGE_LOADING_VISIBLE = "#trending_page_loading_visible", + SORT_TYPE_TEXT = "#sort_type_text", + RELEVANCE_TOGGLE_VISIBLE = "#relevance_toggle_visible", + SORT_MENU_VISIBLE = "#sort_menu_visible", + SORT_SCREEN_ENABLED = "#sort_screen_enabled", + GENERATE_RANDOM_BUTTON_ENABLED = "#generate_random_button_enabled", + REALMS_INFO_TEXT = "#realms_info_text", + SEARCH_IN_PROGRESS = "#search_in_progress", + MESSAGE_PANEL_VISIBLE = "#message_panel_visible", + ADD_FRIEND_BUTTON_TEXT = "#add_friend_button_text", + REMOVE_FRIEND_BUTTON_TEXT = "#remove_friend_button_text", + ADD_REMOVE_IN_PROGRESS = "#add_remove_in_progress", + IS_SELECTED_SLOT = "#is_selected_slot", + SHOW_HOVERED_SLOT = "#show_hovered_slot", + USING_TOUCH = "#using_touch", + KEYBOARD_SHOW_FULL_KEYBOARD_OPTIONS_ENABLED = "#keyboard_show_full_keyboard_options_enabled", + KEYBOARD_SHOW_STANDARD_KEYBOARD_OPTIONS = "#keyboard_show_standard_keyboard_options", + KEYBOARD_SHOW_FULL_KEYBOARD_OPTIONS = "#keyboard_show_full_keyboard_options", + KEYBOARD_SMOOTH_ROTATION_SPEED = "#keyboard_smooth_rotation_speed", + KEYBOARD_SMOOTH_ROTATION_SPEED_ENABLED = "#keyboard_smooth_rotation_speed_enabled", + SWAP_GAMEPAD_AB_BUTTONS = "#swap_gamepad_ab_buttons", + SWAP_GAMEPAD_AB_BUTTONS_ENABLED = "#swap_gamepad_ab_buttons_enabled", + SWAP_GAMEPAD_XY_BUTTONS = "#swap_gamepad_xy_buttons", + SWAP_GAMEPAD_XY_BUTTONS_ENABLED = "#swap_gamepad_xy_buttons_enabled", + HOTBAR_ONLY_TOUCH = "#hotbar_only_touch", + HOTBAR_ONLY_TOUCH_ENABLED = "#hotbar_only_touch_enabled", + GENERAL_MULTIPLAYER_WARNING_TEXT = "#general_multiplayer_warning_text", + GENERAL_MULTIPLAYER_WARNING_LABEL_VISIBLE = "#general_multiplayer_warning_label_visible", + XBL_SHOW_BROADCAST_DROPDOWN = "#xbl_show_broadcast_dropdown", + CAN_BE_XBL_ENABLED = "#can_be_xbl_enabled", + EDUCATION_TOGGLE = "#education_toggle", + EDUCATION_TOGGLE_ENABLED = "#education_toggle_enabled", + EXPERIMENTAL_GAMEPLAY = "#experimental_gameplay", + EXPERIMENTAL_GAMEPLAY_ENABLED = "#experimental_gameplay_enabled", + SHOW_EXPERIMENTAL_GAMEPLAY = "#show_experimental_gameplay", + PVP = "#pvp", + PVP_ENABLED = "#pvp_enabled", + PLATFORM_SHOW_BROADCAST_DROPDOWN = "#platform_show_broadcast_dropdown", + CAN_BE_NEX_ENABLED = "#can_be_nex_enabled", + HOW_TO_PLAY_GAMEPAD_HELPER_LABEL_TEXT = "#how_to_play_gamepad_helper_label_text", + HOW_TO_PLAY_GAMEPAD_HELPER_LABEL_VISIBLE = "#how_to_play_gamepad_helper_label_visible", + SWITCH_COIN_DEBUG = "#switch_coin_debug", + SWITCH_COIN_DEBUG_ENABLED = "#switch_coin_debug_enabled", + SHOW_SWITCH_COIN_DEBUG = "#show_switch_coin_debug", + MULTITHREADED_RENDERING = "#multithreaded_rendering", + MULTITHREADED_RENDERING_ENABLED = "#multithreaded_rendering_enabled", + SHOW_MULTITHREADED_RENDERING = "#show_multithreaded_rendering", + DEV_XFORGE_REQUESTS_REQUIRE_SIGN_IN = "#dev_xforge_requests_require_sign_in", + DEV_XFORGE_REQUESTS_REQUIRE_SIGN_IN_ENABLED = "#dev_xforge_requests_require_sign_in_enabled", + ATMOSPHERICS = "#atmospherics", + ATMOSPHERICS_ENABLED = "#atmospherics_enabled", + EDGE_HIGHLIGHT = "#edge_highlight", + EDGE_HIGHLIGHT_ENABLED = "#edge_highlight_enabled", + BLOOM = "#bloom", + BLOOM_ENABLED = "#bloom_enabled", + TERRAIN_SHADOWS = "#terrain_shadows", + TERRAIN_SHADOWS_ENABLED = "#terrain_shadows_enabled", + SUPER_FANCY_WATER = "#super_fancy_water", + SUPER_FANCY_WATER_ENABLED = "#super_fancy_water_enabled", + RENDERING_PROFILE = "#rendering_profile", + RENDERING_PROFILE_SLIDER_ENABLED = "#rendering_profile_slider_enabled", + RENDERING_PROFILE_STEPS = "#rendering_profile_steps", + RENDER_CLOUDS_ENABLED = "#render_clouds_enabled", + SCREEN_ANIMATIONS = "#screen_animations", + SCREEN_ANIMATIONS_ENABLED = "#screen_animations_enabled", + SCREEN_ANIMATIONS_VISIBLE = "#screen_animations_visible", + DEVICE_ID = "#device_id", + COMMERCE_ID = "#commerce_id", + AUTO_UPDATE_ENABLED = "#auto_update_enabled", + AUTO_UPDATE_MODE_DROPDOWN_TOGGLE_LABEL = "#auto_update_mode_dropdown_toggle_label", + GUI_SCALE_VISIBLE = "#gui_scale_visible", + SHOW_IOS_ACCOUNT_ERROR = "#show_ios_account_error", + SHOW_POPUP_BUTTON = "#show_popup_button", + TEXT_EDIT_BOX_FOCUS_OVERRIDE_UP = "#text_edit_box_focus_override_up", + TEXT_EDIT_BOX_FOCUS_OVERRIDE_DOWN = "#text_edit_box_focus_override_down", + ACTION_BUTTON_ENABLED = "#action_button_enabled", + PURCHASE_PANEL_VISIBLE = "#purchase_panel_visible", + PURCHASE_WITH_CURRENCY_BUTTON_TEXT = "#purchase_with_currency_button_text", + PURCHASE_WITH_COINS_BUTTON_TEXT = "#purchase_with_coins_button_text", + MARKDOWN_PERCENTAGE = "#markdown_percentage", + IS_ON_SALE = "#is_on_sale", + FULL_PRICE = "#full_price", + ITEM_SKIN_COUNT = "#item_skin_count", + ITEM_SKIN_COUNT_VISIBLE = "#item_skin_count_visible", + ITEM_WORLD_TEMPLATE_COUNT = "#item_world_template_count", + ITEM_WORLD_TEMPLATE_COUNT_VISIBLE = "#item_world_template_count_visible", + ITEM_RESOURCE_PACK_COUNT = "#item_resource_pack_count", + ITEM_RESOURCE_PACK_COUNT_VISIBLE = "#item_resource_pack_count_visible", + TIME_UNTIL_SALE_EXPIRES = "#time_until_sale_expires", + PERSONAL_REALMS_GRID_VISIBLE = "#personal_realms_grid_visible", + REALM_NINTENDO_FIRST_REALM_PURCHASE_BUTTON_VISIBLE = "#realm_nintendo_first_realm_purchase_button_visible", + JOINABLE_REALMS_PANEL_VISIBLE = "#joinable_realms_panel_visible", + BUTTONNAME = "#ButtonName", + SALE_VISIBLE = "#sale_visible", + COIN_PURCHASE_IN_PROGRESS = "#coin_purchase_in_progress", + SHOW_NO_XBL_AND_LOCAL_CONTENT_WARNING = "#show_no_xbl_and_local_content_warning", + SHOW_NO_XBL_AND_NO_LOCAL_CONTENT_WARNING = "#show_no_xbl_and_no_local_content_warning", + IS_SALES_GRID_VISIBLE = "#is_sales_grid_visible", + SALES_GRID_ITEM_COUNT = "#sales_grid_item_count", + IS_STORE_OFFER_GRID_PANEL_VISIBLE = "#is_store_offer_grid_panel_visible", + BUBBLE_PARTICLES = "#bubble_particles", + BUBBLE_PARTICLES_ENABLED = "#bubble_particles_enabled", + POPUP_TITLE = "#popup_title", + POPUP_MESSAGE_STUDENT_TEXT = "#popup_message_student_text", + CHAT_SETTINGS_BUTTON_ENABLED = "#chat_settings_button_enabled", + CHAT_SETTINGS_MAIN_ENABLED = "#chat_settings_main_enabled", + NO_FRIENDS_GRID_MESSAGE_TEXT = "#no_friends_grid_message_text", + NO_FRIENDS_GRID_MESSAGE_VISIBLE = "#no_friends_grid_message_visible", + NO_CROSS_PLATFORM_FRIENDS_GRID_MESSAGE_TEXT = "#no_cross_platform_friends_grid_message_text", + NO_CROSS_PLATFORM_FRIENDS_GRID_MESSAGE_VISIBLE = "#no_cross_platform_friends_grid_message_visible", + GENERAL_NO_MULTIPLAYER_GRID_MESSAGE_TEXT = "#general_no_multiplayer_grid_message_text", + GENERAL_NO_MULTIPLAYER_GRID_MESSAGE_VISIBLE = "#general_no_multiplayer_grid_message_visible", + REALM_DEFAULT_PERMISSION_DROPDOWN_TOGGLE_LABEL = "#realm_default_permission_dropdown_toggle_label", + REALM_DEFAULT_PERMISSION_DROPDOWN_ENABLED = "#realm_default_permission_dropdown_enabled", + PERMISSION_DROPDOWN_VISIBLE = "#permission_dropdown_visible", + PERMISSION_COLLECTION_DROPDOWN_VISIBLE = "#permission_collection_dropdown_visible", + FORCE_PACK_DOWNLOAD_ENABLED_LEVEL = "#force_pack_download_enabled_level", + FILTER_SCREEN_VISIBLE = "#filter_screen_visible", + DURABLE_TITLE_VISIBLE = "#durable_title_visible", + SORT_SCREEN_VISIBLE = "#sort_screen_visible", + SAVE_ENABLED = "#save_enabled", + SAVE_VISIBLE = "#save_visible", + LOAD_ENABLED = "#load_enabled", + LOAD_VISIBLE = "#load_visible", + SAVE_MODE_PANEL_VISIBLE = "#save_mode_panel_visible", + LOAD_MODE_PANEL_VISIBLE = "#load_mode_panel_visible", + PRICE = "#price", + DEV_ASSERTIONS_SHOW_DIALOG = "#dev_assertions_show_dialog", + DEV_ASSERTIONS_SHOW_DIALOG_ENABLED = "#dev_assertions_show_dialog_enabled", + AUTOMATION_UNIT_BLACKLIST_TEST_TAGS = "#automation_unit_blacklist_test_tags", + AUTOMATION_REPEAT_COUNT = "#automation_repeat_count", + AUTOMATION_INGESTION_ENDPOINT = "#automation_ingestion_endpoint", + AUTOMATION_TESTRUN_ID = "#automation_testrun_id", + AUTOMATION_FUNCTIONAL_TEST_BLOCK_INPUT = "#automation_functional_test_block_input", + AUTOMATION_FUNCTIONAL_TEST_BLOCK_INPUT_ENABLED = "#automation_functional_test_block_input_enabled", + AUTOMATION_FUNCTIONAL_TEST_TAGS = "#automation_functional_test_tags", + AUTOMATION_UNIT_TEST_TAGS = "#automation_unit_test_tags", + AUTOMATION_FUNCTIONAL_BLACKLIST_TEST_TAGS = "#automation_functional_blacklist_test_tags", + PLATFORM_MULTIPLAYER_WARNING_TEXT = "#platform_multiplayer_warning_text", + PLATFORM_MULTIPLAYER_WARNING_LABEL_VISIBLE = "#platform_multiplayer_warning_label_visible", + XBL_MULTIPLAYER_WARNING_TEXT = "#xbl_multiplayer_warning_text", + XBL_MULTIPLAYER_WARNING_LABEL_VISIBLE = "#xbl_multiplayer_warning_label_visible", + CHAT_MESSAGE_SPACING = "#chat_message_spacing", + CHAT_MESSAGE_SPACING_ENABLED = "#chat_message_spacing_enabled", + CHAT_MESSAGE_SPACING_CUSTOM_TEXT = "#chat_message_spacing_custom_text", + CHAT_SETTINGS_FONT_SECTION_ENABLED = "#chat_settings_font_section_enabled", + CHAT_SETTINGS_ENABLED = "#chat_settings_enabled", + EDITOR_BUTTON_VISIBLE = "#editor_button_visible", + EDITOR_GRID_DIMENSIONS = "#editor_grid_dimensions", + SHOW_EDITOR_CHOOSER = "#show_editor_chooser", + SHOW_WEBVIEW = "#show_webview", + WEBVIEW_UPDATE = "#webview_update", + SHOW_RESET = "#show_reset", + SHOW_RESET_WARNING = "#show_reset_warning", + COINS_WITH_BONUS = "#coins_with_bonus", + FEED_COMMENT_ENABLED = "#feed_comment_enabled", + HUD_TITLE_TEXT_STRING = "#hud_title_text_string", + HUD_SUBTITLE_TEXT_STRING = "#hud_subtitle_text_string", + BUTTONS_PANEL_VISIBLE = "#buttons_panel_visible", + PURCHASE_PANEL_ENABLED = "#purchase_panel_enabled", + SECTION_TITLE_VISIBLE = "#section_title_visible", + ITEM_PAGE_SECTION_CONTENT = "#item_page_section_content", + LIST_HAS_DISPLAY_OBJECTIVE = "#list_has_display_objective", + WORLDNAME = "#worldname", + LIST_SCORES_NOT_EMPTY = "#list_scores_not_empty", + UNSCORED_NOT_EMPTY = "#unscored_not_empty", + PLAYER_LIST_TITLE = "#player_list_title", + PLAYER_RANK = "#player_rank", + PLAYER_ICON = "#player_icon", + PLAYER_ICON_FILESYSTEM = "#player_icon_filesystem", + PLAYER_SCORE = "#player_score", + UNSCORED_LIST_SIZE = "#unscored_list_size", + SCORED_LIST_SIZE = "#scored_list_size", + IS_OFFER_COLLECTION_QUERY = "#is_offer_collection_query", + STORE_HOME_BUTTON_VISIBLE = "#store_home_button_visible", + GAMERTAGPACKS = "#gamertagpacks", + STORE_SECTION_CONTENT = "#store_section_content", + IS_CREATOR_LABEL_VISIBLE = "#is_creator_label_visible", + RATINGS_VISIBLE = "#ratings_visible", + IS_OFFER_COLLECTION_QUERY_AND_NOT_SALE_COLLECTION = "#is_offer_collection_query_and_not_sale_collection", + STORE_ROW_VISIBLE = "#store_row_visible", + STORE_ROW_READY = "#store_row_ready", + ROW_GRID_DIMENSIONS = "#row_grid_dimensions", + NAV_BUTTON_TEXTURE = "#nav_button_texture", + IS_VALID_NAV_BUTTON = "#is_valid_nav_button", + THUMBNAIL_TEXTURE_PATH = "#thumbnail_texture_path", + THUMBNAIL_TEXTURE_FILE_SYSTEM = "#thumbnail_texture_file_system", + MAX_GRID_OFFERS = "#max_grid_offers", + TRENDING_ROWS_VISIBLE = "#trending_rows_visible", + XBOX_ICON_VISIBLE = "#xbox_icon_visible", + CODE_BUILDER = "#code_builder", + CODE_BUILDER_ENABLED = "#code_builder_enabled", + COMMAND_BLOCKS_ENABLED = "#command_blocks_enabled", + COMMAND_BLOCKS_ENABLED_ON = "#command_blocks_enabled_on", + AUTHENTICATION_VISIBLE = "#authentication_visible", + BUY_BUTTON_VISIBLE = "#buy_button_visible", + CONFIRM_BUTTON_VISIBLE = "#confirm_button_visible", + CONFIRM_BUTTON_ENABLED = "#confirm_button_enabled", + EDU_STORE_PURCHASE_BUTTON_TEXT = "#edu_store_purchase_button_text", + TERMS_VISIBLE = "#terms_visible", + EDU_STORE_VISIBLE = "#edu_store_visible", + FONT_COLOR_GRID_DIMENSION = "#font_color_grid_dimension", + CHAT_SETTINGS_FONT_COLOR_SECTION_ENABLED = "#chat_settings_font_color_section_enabled", + FONT_COLORS_TOGGLE_CHECK = "#font_colors_toggle_check", + CHAT_SETTINGS_COLOR_SECTION_ENABLED = "#chat_settings_color_section_enabled", + EDITOR_BUTTON_DEFAULT = "#editor_button_default", + EDITOR_BUTTON_TEXT = "#editor_button_text", + SHOW_WEBVIEW_PROGRESS = "#show_webview_progress", + UNDO_BUTTON_ENABLED = "#undo_button_enabled", + CONFIRM_SKIN_BUTTON_ENABLED = "#confirm_skin_button_enabled", + DELAY_RIGHT_SIDE_BUTTONS_VISIBLE = "#delay_right_side_buttons_visible", + IS_OWNED = "#is_owned", + CREATOR_NAME = "#creator_name", + KEY_ART_TEXTURE = "#key_art_texture", + SKIN_LOCKED = "#skin_locked", + SKIN_DEFAULT_FOCUS = "#skin_default_focus", + GAMEPAD_BUTTON_VISIBLE = "#gamepad_button_visible", + KEYBOARD_KEY_VISIBLE = "#keyboard_key_visible", + TOOLTIP_VISIBLE = "#tooltip_visible", + GAMEPAD_BUTTON_ICON = "#gamepad_button_icon", + KEYBOARD_KEY_TEXT = "#keyboard_key_text", + KEYBOARD_KEY_ALPHA = "#keyboard_key_alpha", + LEFT_HELPER_COUNT = "#left_helper_count", + RIGHT_HELPER_COUNT = "#right_helper_count", + HELPER_DESCRIPTION = "#helper_description", + WORLD_TEXTURE = "#world_texture", + FILE_SYSTEM = "#file_system", + AUTHOR = "#author", + SUBTITLE = "#subtitle", + IMPORTED_TEMPLATE = "#imported_template", + DOWNLOAD_IN_PROGRESS = "#download_in_progress", + SHOW_IN_GAME_PROMPT = "#show_in_game_prompt", + SHOW_FETCH_ERROR = "#show_fetch_error", + WELCOME = "#welcome", + SHOW_WORLDS_POPULATING_PROGRESS = "#show_worlds_populating_progress", + LIBRARY_MAX_GRID_ITEMS = "#library_max_grid_items", + LIBRARY_ITEM_TITLE = "#library_item_title", + CREATOR = "#creator", + GRID_DIMENSIONS = "#grid_dimensions", + KEY_ART_TEXTURE_PATH = "#key_art_texture_path", + KEY_ART_TEXTURE_FILE_SYSTEM = "#key_art_texture_file_system", + OFFER_PROMPT_TEXT_COLOR = "#offer_prompt_text_color", + BUNDLE_THUMBNAIL_GRID_DIMENSIONS = "#bundle_thumbnail_grid_dimensions", + IS_SALE_TIMER_VISIBLE = "#is_sale_timer_visible", + VIDEO_BUTTON_ENABLED = "#video_button_enabled", + SEE_MORE_BUTTON_TEXT = "#see_more_button_text", + REALMS_WORLD_EXPIRY_NOTIFICATION_VISIBLE = "#realms_world_expiry_notification_visible", + REALM_CONSUMABLE_TO_SUBSCRIPTION_VISIBILITY = "#realm_consumable_to_subscription_visibility", + TEACHER_CONTENT_VISIBLE = "#teacher_content_visible", + PACK_ICON_SECTION_CONTENT = "#pack_icon_section_content", + OFFER_PROMPT_TEXT_VISIBILITY = "#offer_prompt_text_visibility", + OFFER_STATUS_PANEL_VISIBLE = "#offer_status_panel_visible", + TOAST_SUBTITLE_VISIBLE = "#toast_subtitle_visible", + INVENTORY_SELECTED_ITEM_CHARGED_ITEM = "#inventory_selected_item_charged_item", + HIDE_KEYBOARD_TOOLTIPS = "#hide_keyboard_tooltips", + HIDE_KEYBOARD_TOOLTIPS_ENABLED = "#hide_keyboard_tooltips_enabled", + IS_WORLD_TEMPLATE_LOCKED = "#is_world_template_locked", + WORLD_TEMPLATE_OPTIONS_LOCK_WARNING_TEXT = "#world_template_options_lock_warning_text", + PLAYER_HAS_WORLD_TEMPLATE_OPTION_UNLOCK_PERMISSIONS = "#player_has_world_template_option_unlock_permissions", + RANDOM_TICK_SPEED = "#random_tick_speed", + RANDOM_TICK_SPEED_ENABLED = "#random_tick_speed_enabled", + DEV_OVERRIDE_TIME_SCALE = "#dev_override_time_scale", + DEV_SHOW_LATENCY_GRAPH = "#dev_show_latency_graph", + DEV_SHOW_LATENCY_GRAPH_ENABLED = "#dev_show_latency_graph_enabled", + DEV_NEWPARTICLESYSTEM = "#dev_newParticleSystem", + DEV_NEWPARTICLESYSTEM_ENABLED = "#dev_newParticleSystem_enabled", + IMAGE_TEXTURE = "#image_texture", + BODY_TEXT = "#body_text", + MUTE_ALL_TEXTURE = "#mute_all_texture", + MUTE_ALL_TEXT = "#mute_all_text", + CHAT_SETTINGS_MUTE_SECTION_ENABLED = "#chat_settings_mute_section_enabled", + CHAT_LINE_SPACING = "#chat_line_spacing", + CHAT_LINE_SPACING_ENABLED = "#chat_line_spacing_enabled", + CHAT_LINE_SPACING_CUSTOM_TEXT = "#chat_line_spacing_custom_text", + CONTENT_LOG_TEXT = "#content_log_text", + SIZE_TEXT = "#size_text", + VERSION_TEXT = "#version_text", + DELETE_REALM_BUTTON_VISIBLE = "#delete_realm_button_visible", + PACK_LOADING_NO_CONNECTION_VISIBLE = "#pack_loading_no_connection_visible", + EDUCATION_TEMPLATE_VISIBLE = "#education_template_visible", + EDUCATION_TEMPLATE_ITEM_GRID_DIMENSION = "#education_template_item_grid_dimension", + IMMEDIATERESPAWN = "#immediaterespawn", + IMMEDIATERESPAWN_ENABLED = "#immediaterespawn_enabled", + UNUSED_TREATMENTS_GRID_DIMENSION = "#unused_treatments_grid_dimension", + MINECRAFTACCOUNT_ID = "#MinecraftAccount_id", + UNUSED_TREATMENT_ID = "#unused_treatment_id", + FEATURE_TOGGLE_ENABLED = "#feature_toggle_enabled", + DEV_SHOW_SERVER_CHUNK_MAP = "#dev_show_server_chunk_map", + DEV_SHOW_SERVER_CHUNK_MAP_ENABLED = "#dev_show_server_chunk_map_enabled", + CONTENT_LOG = "#content_log", + CONTENT_LOG_ENABLED = "#content_log_enabled", + CONTENT_LOG_GUI = "#content_log_gui", + CONTENT_LOG_GUI_ENABLED = "#content_log_gui_enabled", + DEV_GAME_TIP = "#dev_game_tip", + DEV_GAME_TIP_ENABLED = "#dev_game_tip_enabled", + FILE_WATCHER = "#file_watcher", + FILE_WATCHER_ENABLED = "#file_watcher_enabled", + VSYNC_DROPDOWN_TOGGLE_LABEL = "#vsync_dropdown_toggle_label", + VSYNC_DROPDOWN_ENABLED = "#vsync_dropdown_enabled", + VSYNC_OFF = "#vsync_off", + VSYNC_ON = "#vsync_on", + VSYNC_ADAPTIVE = "#vsync_adaptive", + SIGN_IN_BUTTON_VISIBLE = "#sign_in_button_visible", + ASKING_TO_BUY_VISIBLE = "#asking_to_buy_visible", + CONFIRMING_PURCHASE_VISIBLE = "#confirming_purchase_visible", + SIGN_IN_IOS_VISIBLE = "#sign_in_ios_visible", + SHOW_POPUP_DISMISS_BUTTON = "#show_popup_dismiss_button", + FOCUS_OVERRIDE_UP = "#focus_override_up", + FOCUS_OVERRIDE_DOWN = "#focus_override_down", + FOCUS_ID_OVERRIDE = "#focus_id_override", + KEYART_PATH = "#keyart_path", + KEYART_TEXTURE_FILE_SYSTEM = "#keyart_texture_file_system", + OFFER_TITLE = "#offer_title", + BANNER_VISIBLE = "#banner_visible", + CHAT_TYPEFACE_DROPDOWN_ENABLED = "#chat_typeface_dropdown_enabled", + CHAT_TYPEFACE_DROPDOWN_TOGGLE_LABEL = "#chat_typeface_dropdown_toggle_label", + CHAT_FONT_SIZE = "#chat_font_size", + CHAT_FONT_SIZE_ENABLED = "#chat_font_size_enabled", + CHAT_FONT_SIZE_CUSTOM_LABEL = "#chat_font_size_custom_label", + CHAT_TYPEFACE_VISIBLE = "#chat_typeface_visible", + IS_RIGHT_TAB_LOOM = "#is_right_tab_loom", + IS_LEFT_TAB_PATTERNS = "#is_left_tab_patterns", + PATTERN_CELL_BACKGROUND_TEXTURE = "#pattern_cell_background_texture", + CONTAINER_CELL_BACKGROUND_TEXTURE = "#container_cell_background_texture", + EMPTY_IMAGE_VISIBLE = "#empty_image_visible", + PATTERN_SELECTOR_TOTAL_ITEMS = "#pattern_selector_total_items", + RESULT_PATTERNS = "#result_patterns", + RESULT_COLORS = "#result_colors", + CURRENCY_PURCHASE_VISIBLE = "#currency_purchase_visible", + PURCHASE_WITH_CURRENCY_DISCLAIMER = "#purchase_with_currency_disclaimer", + FORCE_PACK_DOWNLOAD_LOCKED_LEVEL = "#force_pack_download_locked_level", + GRID_LIST_VISIBLE = "#grid_list_visible", + SHOW_TIMER = "#show_timer", + HEADER_VISIBLE = "#header_visible", + SHOW_BANNER = "#show_banner", + NAV_SECTION_CONTENT = "#nav_section_content", + DISCLAIMER_TEXT_VISIBLE = "#disclaimer_text_visible", + TOAST_ICON_SECTION_CONTENT = "#toast_icon_section_content", + PACK_TEXTURE = "#pack_texture", + TITLE_NAME = "#title_name", + DESCRIPTION_TEXT = "#description_text", + DEV_DATE_HOUR_OVERRIDE = "#dev_date_hour_override", + DEV_LOAD_OVERRIDE_DATE = "#dev_load_override_date", + DEV_LOAD_OVERRIDE_DATE_ENABLED = "#dev_load_override_date_enabled", + TIMEZONETYPE_DROPDOWN_TOGGLE_LABEL = "#timezonetype_dropdown_toggle_label", + TIMEZONETYPE_DROPDOWN_ENABLED = "#timezonetype_dropdown_enabled", + TIMEZONETYPE_RADIO_LOCAL = "#timezonetype_radio_local", + TIMEZONETYPE_RADIO_UTC = "#timezonetype_radio_utc", + WINDOWS_STORE_DROPDOWN_TOGGLE_LABEL = "#windows_store_dropdown_toggle_label", + ACTIVE_STORES_LABEL = "#active_stores_label", + SELECT_WINDOWS_STORE_VISIBLE = "#select_windows_store_visible", + CONTENT_LOG_FILE = "#content_log_file", + CONTENT_LOG_FILE_ENABLED = "#content_log_file_enabled", + DEV_IDENTITY_ENV_DROPDOWN_TOGGLE_LABEL = "#dev_identity_env_dropdown_toggle_label", + DEV_IDENTITY_ENV_DROPDOWN_DROPDOWN_ENABLED = "#dev_identity_env_dropdown_dropdown_enabled", + IDENTITY_ENVIRONMENT_DEV = "#identity_environment_dev", + IDENTITY_ENVIRONMENT_TEST = "#identity_environment_test", + IDENTITY_ENVIRONMENT_PROD = "#identity_environment_prod", + DEV_DATE_MINUTE_OVERRIDE = "#dev_date_minute_override", + IS_RIGHT_TAB_CARTOGRAPHY = "#is_right_tab_cartography", + OUTPUT_DESCRIPTION = "#output_description", + TTS_DIALOG_BODY = "#tts_dialog_body", + TTS_DIALOG_TITLE = "#tts_dialog_title", + TTS_OFFER_NAME = "#tts_offer_name", + TURTLE_VISIBLE = "#turtle_visible", + TURTLE_TEXT = "#turtle_text", + LIMITED_STATUS_VISIBLE = "#limited_status_visible", + APPEARANCE_STATUS_BRIEF_LABEL = "#appearance_status_brief_label", + IS_RECENT_GRID_READY = "#is_recent_grid_ready", + IS_APPEARANCE_VISIBLE = "#is_appearance_visible", + IS_RIGHT_TAB_STONECUTTER = "#is_right_tab_stonecutter", + IS_LEFT_TAB_STONES = "#is_left_tab_stones", + STONE_CELL_BACKGROUND_TEXTURE = "#stone_cell_background_texture", + STONE_SELECTOR_TOTAL_ITEMS = "#stone_selector_total_items", + HAS_INPUT_ITEM = "#has_input_item", + IS_LEFT_TAB_TRADE = "#is_left_tab_trade", + TRADE_TOGGLE_ENABLED = "#trade_toggle_enabled", + TRADE_CROSS_OUT_VISIBLE = "#trade_cross_out_visible", + HAS_SECOND_BUY_ITEM = "#has_second_buy_item", + TRADE_CELL_BACKGROUND_TEXTURE = "#trade_cell_background_texture", + TRADE_ITEM_COUNT = "#trade_item_count", + SINGLE_SLASH_VISIBLE = "#single_slash_visible", + DOUBLE_SLASH_VISIBLE = "#double_slash_visible", + SECOND_TRADE_ITEM_COUNT = "#second_trade_item_count", + TRADE_PRICE_DIFFERENT = "#trade_price_different", + PADDING_AROUND_SELL_ITEM = "#padding_around_sell_item", + HOVER_TEXT = "#hover_text", + TRADE_POSSIBLE = "#trade_possible", + TRADE_TIER_TOTAL = "#trade_tier_total", + IS_TIER_UNLOCKED = "#is_tier_unlocked", + TIER_NAME = "#tier_name", + SHOW_LEVEL = "#show_level", + TIER_VISIBLE = "#tier_visible", + TRADE_SELECTOR_TOTAL = "#trade_selector_total", + EXP_BAR_VISIBLE = "#exp_bar_visible", + EXP_POSSIBLE_PROGRESS = "#exp_possible_progress", + TRADE_DETAILS_BUTTON_1_VISIBLE = "#trade_details_button_1_visible", + TRADE_DETAILS_BUTTON_2_VISIBLE = "#trade_details_button_2_visible", + ENCHANTMENT_DETAILS_BUTTON_VISIBLE = "#enchantment_details_button_visible", + ITEM_VALID = "#item_valid", + TRADE_BUTTON_ENABLED = "#trade_button_enabled", + NAME_LABEL = "#name_label", + TRADE_TOGGLE_STATE = "#trade_toggle_state", + TTS_ENABLED = "#tts_enabled", + SHIELD_IS_ACTIVE = "#shield_is_active", + INVENTORY_SELECTED_BANNER_TYPE = "#inventory_selected_banner_type", + UPDATE_SCREEN_PATCH_NOTES = "#update_screen_patch_notes", + UPDATE_SCREEN_DESCRIPTION = "#update_screen_description", + AUDIBLE_KEYMAPPING_NAME = "#audible_keymapping_name", + ENABLE_UI_TEXT_TO_SPEECH = "#enable_ui_text_to_speech", + ENABLE_UI_TEXT_TO_SPEECH_ENABLED = "#enable_ui_text_to_speech_enabled", + UPDATE_OVERRIDE_VERSION_BUTTON_VISIBLE = "#update_override_version_button_visible", + OVERRIDE_VERSION_OPTIONS_VISIBLE = "#override_version_options_visible", + DEV_VERSION_MAJOR_OVERRIDE = "#dev_version_major_override", + DEV_VERSION_MINOR_OVERRIDE = "#dev_version_minor_override", + DEV_VERSION_PATCH_OVERRIDE = "#dev_version_patch_override", + PERF_TURTLE = "#perf_turtle", + PERF_TURTLE_ENABLED = "#perf_turtle_enabled", + DEV_USE_VERSION_OVERRIDE = "#dev_use_version_override", + DEV_USE_VERSION_OVERRIDE_ENABLED = "#dev_use_version_override_enabled", + REALMS_GRID_DIMENSION = "#realms_grid_dimension", + BONUS_COINS_VISIBLE = "#bonus_coins_visible", + BONUS_COINS = "#bonus_coins", + EXECUTE_ON_FIRST_TICK = "#execute_on_first_tick", + EXECUTE_ON_FIRST_TICK_ENABLED = "#execute_on_first_tick_enabled", + MESSAGES_SIZE = "#messages_size", + ESTIMATED_TIME = "#estimated_time", + LESSON_COUNT = "#lesson_count", + LESSON_IS_ACTIVE_ITEM = "#lesson_is_active_item", + LESSON_SHOULD_ADD_SPACING_PANEL = "#lesson_should_add_spacing_panel", + LESSON_TITLE = "#lesson_title", + ITEM_TITLE = "#item_title", + ACTIVE_LESSON_CONTENT_TITLE = "#active_lesson_content_title", + CONTENT_TITLE = "#content_title", + ACTIVE_LESSON_TITLE = "#active_lesson_title", + ACTIVE_TITLE = "#active_title", + ACTIVE_LESSON_CREATOR = "#active_lesson_creator", + ACTIVE_CREATOR = "#active_creator", + ACTIVE_LESSON_GOALS = "#active_lesson_goals", + ACTIVE_GOALS = "#active_goals", + IS_ACTIVE_LESSON_MULTIPLAYER = "#is_active_lesson_multiplayer", + ACTIVE_TASKS_COUNT = "#active_tasks_count", + ACTIVE_TASK_LABEL = "#active_task_label", + TASK_TEXT = "#task_text", + SHOW_COURSE_CONTENT = "#show_course_content", + SHOW_COURSE_POPULATING_PROGRESS = "#show_course_populating_progress", + RECIPE_SEARCH_TIP_CHEVRON_VISIBLE = "#recipe_search_tip_chevron_visible", + RECIPE_SEARCH_TIP_BOX_VISIBLE = "#recipe_search_tip_box_visible", + SHOULD_DISPLAY_NEW_ICON = "#should_display_new_icon", + APPLY_TO_REALM_BUTTON_VISIBLE = "#apply_to_realm_button_visible", + BUNDLE_OFFER_PROMPT_TEXT_COLOR = "#bundle_offer_prompt_text_color", + BUNDLE_UPSELL_OFFER_ALPHA = "#bundle_upsell_offer_alpha", + IS_VALID_BUNDLE_UPSELL = "#is_valid_bundle_upsell", + IS_BUNDLE_UPSELL_LOADING = "#is_bundle_upsell_loading", + SINGE_BUNDLE_UPSELL_VISIBLE = "#singe_bundle_upsell_visible", + BUNDLE_UPSELL_OFFER_COUNT = "#bundle_upsell_offer_count", + BUNDLE_UPSELL_GRID_VISIBLE = "#bundle_upsell_grid_visible", + BUNDLE_UPSELL_CONTENT_VISIBLE = "#bundle_upsell_content_visible", + BUNDLE_UPSELL_PROGRESS_VISIBLE = "#bundle_upsell_progress_visible", + BUNDLE_UPSELL_ROW_VISIBLE = "#bundle_upsell_row_visible", + INTEGRITY_FIELD = "#integrity_field", + INTEGRITY_CONTENT_EDIT_BOX = "#integrity_content_edit_box", + SEED_CONTENT_EDIT_BOX = "#seed_content_edit_box", + ROTATION_ENABLED = "#rotation_enabled", + ROTATION_STEPS = "#rotation_steps", + ROTATION_TEXT_VALUE = "#rotation_text_value", + ROTATION_SLIDER_LABEL = "#rotation_slider_label", + MIRROR = "#mirror", + MIRROR_ENABLED = "#mirror_enabled", + MIRROR_STEPS = "#mirror_steps", + MIRROR_TEXT_VALUE = "#mirror_text_value", + MIRROR_SLIDER_LABEL = "#mirror_slider_label", + DATA_MODE_PANEL_VISIBLE = "#data_mode_panel_visible", + MINIMUM_TEMPLATE_VERSION = "#minimum_template_version", + MINIMUM_TEMPLATE_ENABLED = "#minimum_template_enabled", + CONTENT_LOG_GUI_OPTION_ENABLED = "#content_log_gui_option_enabled", + CONTENT_LOG_LOCATION_TEXT = "#content_log_location_text", + AD_ACCOUNT_NAME = "#ad_account_name", + LEAK_MEMORY_VALUE = "#leak_memory_value", + LEAK_MEMORY_ENABLED = "#leak_memory_enabled", + SHOW_AD_DEBUG_PANEL_BUTTON = "#show_ad_debug_panel_button", + SHOW_AD_DEBUG_PANEL_BUTTON_ENABLED = "#show_ad_debug_panel_button_enabled", + DEV_DISABLE_CLIENT_BLOB_CACHE = "#dev_disable_client_blob_cache", + DEV_DISABLE_CLIENT_BLOB_CACHE_ENABLED = "#dev_disable_client_blob_cache_enabled", + DEV_FORCE_CLIENT_BLOB_CACHE = "#dev_force_client_blob_cache", + DEV_FORCE_CLIENT_BLOB_CACHE_ENABLED = "#dev_force_client_blob_cache_enabled", + DEV_SHOW_DOC_ID = "#dev_show_doc_id", + DEV_SHOW_DOC_ID_ENABLED = "#dev_show_doc_id_enabled", + ERROR_TITLE_TEXT = "#error_title_text", + ERROR_NUMBER_LABEL = "#error_number_label", + ERROR_NUMBER = "#error_number", + CORRELATION_ID_LABEL = "#correlation_id_label", + CORRELATION_ID = "#correlation_id", + TOGGLE_TTS = "#toggle_tts", + TYPEFACE_RADIO_MOJANGLES = "#typeface_radio_mojangles", + TYPEFACE_RADIO_NOTOSANS = "#typeface_radio_notoSans", + TEN_PLAYER_BUTTON_VISIBLE = "#ten_player_button_visible", + TWO_PLAYER_BUTTON_VISIBLE = "#two_player_button_visible", + IS_ACTIVE_LESSON_ENABLED = "#is_active_lesson_enabled", + SHOW_EDU_ICON = "#show_edu_icon", + SHOW_END_POEM = "#show_end_poem", + SCROLL_FASTER = "#scroll_faster", + TEMPLATES_GRID_DIMENSION = "#templates_grid_dimension", + TEMPLATE_VERSION = "#template_version", + IS_SKIN_RETRIEVAL_FINISHED = "#is_skin_retrieval_finished", + LEGACY_SKIN = "#legacy_skin", + NO_NETWORK_MESSAGE_VISIBLE = "#no_network_message_visible", + NEXT_BUTTON_TEXT = "#next_button_text", + NEXT_BUTTON_ENABLED = "#next_button_enabled", + RESPAWN_ENABLED = "#respawn_enabled", + QUIT_ENABLED = "#quit_enabled", + BUTTONS_AND_DEATHMESSAGE_VISIBLE = "#buttons_and_deathmessage_visible", + LOADING_MESSAGE_VISIBLE = "#loading_message_visible", + JOINCODE_IS_FETCHING = "#joincode_is_fetching", + JOINCODE_FETCHING_ANIM_TEXTURE = "#joincode_fetching_anim_texture", + JOINCODE_ICON = "#joincode_icon", + JOINCODE_ICON_NAME = "#joincode_icon_name", + JOINCODE_ICON_SLOT_NAME = "#joincode_icon_slot_name", + JOINCODE_ICON_LEFT_FOCUS_OVERRIDE = "#joincode_icon_left_focus_override", + JOINCODE_ICON_FOCUS_ID = "#joincode_icon_focus_id", + JOINCODE_ICON_COUNT = "#joincode_icon_count", + SHOW_IP_ADDRESS = "#show_ip_address", + HAS_QUIZ = "#has_quiz", + START_HOSTING_BUTTON_VISIBLE = "#start_hosting_button_visible", + EDU_INFO_PANEL_VISIBLE = "#edu_info_panel_visible", + PERMISSIONS_DROPDOWN_LABEL = "#permissions_dropdown_label", + PERMISSIONS_DROPDOWN_ENABLED = "#permissions_dropdown_enabled", + PERMISSIONS_DROPDOWN_BUTTON_LABEL = "#permissions_dropdown_button_label", + PERMISSION_LEVEL_RADIO_VISITOR = "#permission_level_radio_visitor", + PERMISSION_LEVEL_RADIO_MEMBER = "#permission_level_radio_member", + PERMISSION_LEVEL_RADIO_OPERATOR = "#permission_level_radio_operator", + PLAYER_PERMISSIONS_DROPDOWN_TOGGLE_BUTTON_ICON_TEXTURE = "#player_permissions_dropdown_toggle_button_icon_texture", + REMOVE_PLAYER_BUTTON_VISIBLE = "#remove_player_button_visible", + TEMPLATE_COLUMN_COUNT = "#template_column_count", + DIVIDER_VISIBLE = "#divider_visible", + TEMPLATE_ROW_COUNT = "#template_row_count", + LOCAL_TEMPLATES_HEADER = "#local_templates_header", + LOCAL_VISIBLE = "#local_visible", + IN_BOUNDS = "#in_bounds", + IS_VIEW_MORE = "#is_view_more", + TEMPLATE_TEXTURE = "#template_texture", + TEMPLATE_TEXTURE_SOURCE = "#template_texture_source", + TEMPLATE_TEXTURE_ZIP = "#template_texture_zip", + WORLD_TEXTURE_SOURCE = "#world_texture_source", + IS_FIRST = "#is_first", + WORLD_COLUMN_COUNT = "#world_column_count", + WORLD_ROW_COUNT = "#world_row_count", + MESSAGE_TEXT_VISIBLE = "#message_text_visible", + MESSAGE_TEXT = "#message_text", + GAME_TIP_VISIBLE = "#game_tip_visible", + IMMERSIVE_READER_RUNNING = "#immersive_reader_running", + CAN_RETRY = "#can_retry", + ERROR_TEXT = "#error_text", + IMMERSIVE_READER_ERROR = "#immersive_reader_error", + IMMERSIVE_READER_LOADING = "#immersive_reader_loading", + ONLINE_XBOX_LIVE_FRIEND_GRID_DIMENSION = "#online_xbox_live_friend_grid_dimension", + OFFLINE_XBOX_LIVE_FRIEND_GRID_DIMENSION = "#offline_xbox_live_friend_grid_dimension", + ONLINE_PLATFORM_FRIEND_GRID_DIMENSION = "#online_platform_friend_grid_dimension", + OFFLINE_PLATFORM_FRIEND_GRID_DIMENSION = "#offline_platform_friend_grid_dimension", + ONLINE_PLATFORM_FRIENDS_VISIBLE = "#online_platform_friends_visible", + ONLINE_XBOX_LIVE_FRIENDS_VISIBLE = "#online_xbox_live_friends_visible", + OFFLINE_PLATFORM_FRIENDS_VISIBLE = "#offline_platform_friends_visible", + NO_PLATFORM_FRIENDS_VISIBLE = "#no_platform_friends_visible", + OFFLINE_XBOX_LIVE_FRIENDS_VISIBLE = "#offline_xbox_live_friends_visible", + NO_XBOX_LIVE_FRIENDS_VISIBLE = "#no_xbox_live_friends_visible", + CROSS_PLATFORM_ENABLED = "#cross_platform_enabled", + HEADER_TEXT = "#header_text", + ICON = "#icon", + BORDER_VISIBLE = "#border_visible", + CAN_CLEAR = "#can_clear", + CAN_CONFIRM = "#can_confirm", + FOUND_WORLD_NAME = "#found_world_name", + FOUND_HOST_NAME = "#found_host_name", + ERROR_MESSAGE = "#error_message", + SHOW_DEBUG = "#show_debug", + IS_IP_FALLBACK = "#is_ip_fallback", + QUIZ_URL_OBTAINED = "#quiz_url_obtained", + QUIZ_POPUP_TEXT = "#quiz_popup_text", + QUIZ_QUERY_IN_PROGRESS = "#quiz_query_in_progress", + IS_IMAGE_GRAYED_OUT = "#is_image_grayed_out", + IS_COMPLETE = "#is_complete", + ERROR_TYPE_LABEL = "#error_type_label", + HAS_ERRORS_OR_WARNINGS = "#has_errors_or_warnings", + ERROR_GRID_DIMENSIONS = "#error_grid_dimensions", + IP_TEXT_BOX = "#ip_text_box", + IP_TEXT_BOX_CONTENT = "#ip_text_box_content", + PORT_TEXT_BOX = "#port_text_box", + PORT_TEXT_BOX_CONTENT = "#port_text_box_content", + IS_IP_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_ip_tooltip_hover_panel_visible", + IP_TOOLTIP_HOVER_LABEL = "#ip_tooltip_hover_label", + IS_PORT_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_port_tooltip_hover_panel_visible", + PORT_TOOLTIP_HOVER_LABEL = "#port_tooltip_hover_label", + HAS_WORLDS = "#has_worlds", + LAN_NETWORK_WORLD_ITEM_GRID_DIMENSION = "#lan_network_world_item_grid_dimension", + IM_READER_BUTTON_VISIBLE = "#im_reader_button_visible", + PERSONA_ENABLED = "#persona_enabled", + DISCONNECTED_FROM_THIRD_PARTY_LABEL_VISIBLE = "#disconnected_from_third_party_label_visible", + PERMISSIONS_BUTTON_VISIBLE = "#permissions_button_visible", + PERMISSIONS_BUTTON_ENABLED = "#permissions_button_enabled", + IS_PLATFORM_ICON_VISIBLE = "#is_platform_icon_visible", + CONTENT_RATING_REVERSE = "#content_rating_reverse", + CONTENT_RATING = "#content_rating", + STAR_EMPTY = "#star_empty", + STAR_FULL = "#star_full", + RATINGS_STAR_DIMENSIONS = "#ratings_star_dimensions", + REALMS_EXPIRATION_LABEL = "#realms_expiration_label", + REALM_EXPIRATION_BANNER_VISIBLE = "#realm_expiration_banner_visible", + IN_REALMS_PLUS_BUTTON_VISIBLE = "#in_realms_plus_button_visible", + UPDATE_INFO_VISIBLE = "#update_info_visible", + UPDATE_CHECK_VISIBLE = "#update_check_visible", + LAST_UPDATE_TEXT = "#last_update_text", + IS_READ_MORE = "#is_read_more", + IS_READ_LESS = "#is_read_less", + IS_SPECAIL_OFFER_BANNER_VISIBLE = "#is_specail_offer_banner_visible", + SHOW_COLOR_PICKER = "#show_color_picker", + COLOR_SINGLE_PAGE_SIZE = "#color_single_page_size", + RIGHT_PANEL_TITLE_RARITY = "#right_panel_title_rarity", + SKIN_PACK_RIGHT_PANEL_USAGE_IS_LIMITED = "#skin_pack_right_panel_usage_is_limited", + SKIN_PACK_RIGHT_PANEL_USAGE_TEXT = "#skin_pack_right_panel_usage_text", + PURCHASE_WITH_CURRENCY_DISCLAIMER_VISIBLE = "#purchase_with_currency_disclaimer_visible", + IS_FEATURED_CLASSIC_SKIN_LOADING = "#is_featured_classic_skin_loading", + IS_FEATURED_PACK_VISIBLE = "#is_featured_pack_visible", + IS_CYCLE_CLASSIC_SKIN_FEATURED_SECTION_READY = "#is_cycle_classic_skin_featured_section_ready", + RIGHT_PANEL_DESCRIPTION = "#right_panel_description", + IS_RIGHT_PANEL_CLASSIC_CUSTOM_VISIBLE = "#is_right_panel_classic_custom_visible", + RIGHT_PANEL_TITLE = "#right_panel_title", + IS_RIGHT_PANEL_CLASSIC_SKIN_PACK_VISIBLE = "#is_right_panel_classic_skin_pack_visible", + SKIN_PACK_AUTHOR = "#skin_pack_author", + SKIN_COLOR_OPTION_ON = "#skin_color_option_on", + IS_OFFER_ON_SALE = "#is_offer_on_sale", + IS_LIMITED_TIME_OFFER = "#is_limited_time_offer", + IS_OFFER_PURCHASABLE_AND_NOT_FREE = "#is_offer_purchasable_and_not_free", + IS_OFFER_NEW = "#is_offer_new", + IS_OFFER_LOCKED = "#is_offer_locked", + CURRENT_PANEL_COLOR = "#current_panel_color", + IN_USE_TEXTURE = "#in_use_texture", + IN_USE_TEXTURE_FILE_SYSTEM = "#in_use_texture_file_system", + LEFT_COLOR_CYCLE_ENABLED = "#left_color_cycle_enabled", + OTHER_CHANNELS = "#other_channels", + COLOR_PICKER_TITLE = "#color_picker_title", + RIGHT_COLOR_CYCLE_ENABLED = "#right_color_cycle_enabled", + IS_SKIN_INDEX_VISIBLE = "#is_skin_index_visible", + IS_SKIN_SELECTED = "#is_skin_selected", + IS_SKIN_EQUIPPED = "#is_skin_equipped", + CLASSIC_SKIN_INDEX = "#classic_skin_index", + HAS_CAPES = "#has_capes", + DRESSING_ROOM_TABS_VISIBLE = "#dressing_room_tabs_visible", + RARITY_BAR_TEXTURE = "#rarity_bar_texture", + RARITY_BAR_VISIBLE = "#rarity_bar_visible", + RARITY_COLOR = "#rarity_color", + IS_PIECE_EQUIPPED = "#is_piece_equipped", + IS_PIECE_SELECTED = "#is_piece_selected", + IS_PIECE_BEING_PREVIEWED = "#is_piece_being_previewed", + HAS_DEFAULTS = "#has_defaults", + SIZING_OPTIONS_ON = "#sizing_options_on", + LIMB_TITLE = "#limb_title", + LEFT_LIMB_ENABLED = "#left_limb_enabled", + IS_LEG_OR_ARMS = "#is_leg_or_arms", + IS_NONE_OPTION_VISIBLE = "#is_none_option_visible", + IS_NONE_OPTION_ENABLED = "#is_none_option_enabled", + IS_FEATURED_CYCLE_BUTTON_ENABLED = "#is_featured_cycle_button_enabled", + IS_CYCLE_FEATURED_SECTION_READY = "#is_cycle_featured_section_ready", + IS_SUBCATEGORY_FEATURED_SECTION_VISIBLE = "#is_subcategory_featured_section_visible", + BODY_CATEGORY_SELECTED = "#body_category_selected", + STYLE_CATEGORY_SELECTED = "#style_category_selected", + PACK_ADDITIONAL_SKIN_COUNT_TEXT = "#pack_additional_skin_count_text", + IS_CLASSIC_SKIN_PACK_LOADING = "#is_classic_skin_pack_loading", + IS_SKIN_PACK_MULTIPLAYER_RESTRICTED = "#is_skin_pack_multiplayer_restricted", + IS_DEFAULT_SKINS_VISIBLE = "#is_default_skins_visible", + IS_OWNED_PACK_SECTION_VISIBLE = "#is_owned_pack_section_visible", + IS_PURCHASABLE_PACK_SECTION_VISIBLE = "#is_purchasable_pack_section_visible", + IS_SKIN_PACK_SCREEN_SEARCH_LOADING = "#is_skin_pack_screen_search_loading", + IS_SKIN_PACK_SECTION_VISIBLE = "#is_skin_pack_section_visible", + IS_PACK_CATEGORY_SECTION_VISIBLE = "#is_pack_category_section_visible", + CAPE_COUNT = "#cape_count", + IS_CAPE_SELECTION_VISIBLE = "#is_cape_selection_visible", + IS_CAPE_SECTION_VISIBLE = "#is_cape_section_visible", + IS_PIECE_SECTION_VISIBLE = "#is_piece_section_visible", + PREVIEW_APPEARANCE_ON = "#preview_appearance_on", + IS_CLASSIC_SKIN_CURRENT_OFFER_LOADING = "#is_classic_skin_current_offer_loading", + IS_CATEGORY_SECTION_VISIBLE = "#is_category_section_visible", + IS_CUSTOM_SKIN_POPUP_VISIBLE = "#is_custom_skin_popup_visible", + IS_SKIN_PICKER_SECTION_VISIBLE = "#is_skin_picker_section_visible", + NETWORK_WORLD_BUTTON_ENABLED = "#network_world_button_enabled", + IS_NETWORK_AVAILABLE_AND_PING_LOADING = "#is_network_available_and_ping_loading", + WORLDS_DISKSPACE = "#worlds_diskspace", + LOCAL_WORLDS_STORAGE_SIZE = "#local_worlds_storage_size", + LEGACY_WORLDS_STORAGE_SIZE = "#legacy_worlds_storage_size", + LEGACY_WORLDS_AUTO_SYNC_FAILED_VISIBLE = "#legacy_worlds_auto_sync_failed_visible", + IS_NETWORK_AVAILABLE_AND_MULTIPLAYER_VISIBLE = "#is_network_available_and_multiplayer_visible", + REALMSPLUS_EXPIRED_VISIBLE = "#realmsplus_expired_visible", + PLATFORM_PICTURE_PATH = "#platform_picture_path", + PLATFORM_NAME = "#platform_name", + PLATFORM_INFO_VISIBLE = "#platform_info_visible", + XBL_INFO_VISIBLE = "#xbl_info_visible", + MANAGE_OPTIONS_VISIBLE = "#manage_options_visible", + IS_PRESET_ADD_VISIBLE = "#is_preset_add_visible", + IS_RETRY_VISIBLE = "#is_retry_visible", + IS_PRESET_LOADING_VISIBLE = "#is_preset_loading_visible", + CENTER_PRESET_SIZE = "#center_preset_size", + ENABLE_EDIT_APPEARANCE = "#enable_edit_appearance", + LEFT_PANEL_TITLE = "#left_panel_title", + REALMS_SUBSCRIPTION_LOADING_FAILED_MESSAGE_VISIBLE = "#realms_subscription_loading_failed_message_visible", + BUY_VISIBLE = "#buy_visible", + AVAILABLE_GRID_VISIBLE = "#available_grid_visible", + REALMS_VISIBLE = "#realms_visible", + REALMS_GRID_VISIBLE = "#realms_grid_visible", + SELECTED_GRID_VISIBLE = "#selected_grid_visible", + ANY_EXCEPTIONS = "#any_exceptions", + NUM_ERRORS = "#num_errors", + NUM_WARNINGS = "#num_warnings", + HAS_WARNINGS = "#has_warnings", + ANY_ERRORS = "#any_errors", + ANY_WARNINGS = "#any_warnings", + PERMISSION_ICON = "#permission_icon", + CAN_CLICK_PLAYER_BUTTON = "#can_click_player_button", + PLATFORM_SIGNIN_TEXT = "#platform_signin_text", + PLAY_BUTTON_RIGHT_FOCUS = "#play_button_right_focus", + HAS_MARKETPLACE_ERRORS = "#has_marketplace_errors", + EDITIONS_VISIBLE = "#editions_visible", + REALMS_CHEVRON_VISIBILITY = "#realms_chevron_visibility", + INVENTORY_PAGE_LOADING_VISIBLE = "#inventory_page_loading_visible", + RATING_VISIBLE = "#rating_visible", + _3D_EXPORT_ENABLED = "#3d_export_enabled", + SHOW_BOUNDING_BOX_BINDING_NAME = "#show_bounding_box_binding_name", + SHOW_BOUNDING_BOX_ENABLED = "#show_bounding_box_enabled", + SHOW_BOUNDING_BOX_TOGGLE_OFF = "#show_bounding_box_toggle_off", + SHOW_BOUNDING_BOX_TOGGLE_ON = "#show_bounding_box_toggle_on", + MIRROR_X = "#mirror_x", + MIRROR_Z = "#mirror_z", + _3D_EXPORT_VISIBLE = "#3d_export_visible", + EXPORT_DISABLED_VISIBLE = "#export_disabled_visible", + HAS_FOCUS = "#has_focus", + BLOCK_POSITION = "#block_position", + _3D_EXPORT_MODE_PANEL_VISIBLE = "#3d_export_mode_panel_visible", + IS_DOWNLOAD_IN_PROGRESS = "#is_download_in_progress", + IS_LOADING_IN_PROGRESS = "#is_loading_in_progress", + CONVERTED_WORLD_PREVIEW_NAME = "#converted_world_preview_name", + CONVERTED_WORLD_PREVIEW_DATE_VISIBLE = "#converted_world_preview_date_visible", + CONVERTED_WORLD_PREVIEW_DATE = "#converted_world_preview_date", + CONVERTED_WORLD_PREVIEW_GAME_MODE = "#converted_world_preview_game_mode", + CONVERTED_WORLD_PREVIEW_FILE_SIZE = "#converted_world_preview_file_size", + CONVERTED_WORLD_PREVIEW_IMAGE = "#converted_world_preview_image", + CONVERTED_WORLD_PREVIEW_TEXTURE_SOURCE = "#converted_world_preview_texture_source", + REALMS_PLUS_TEMPLATE_ITEM_GRID_DIMENSION = "#realms_plus_template_item_grid_dimension", + REALMS_PLUS_LIST_VISIBLE = "#realms_plus_list_visible", + CUSTOM_TEMPLATE_LIST_VISIBLE = "#custom_template_list_visible", + CUSTOM_WORLD_TEMPLATE_ITEM_GRID_DIMENSION = "#custom_world_template_item_grid_dimension", + SHOULD_DISPLAY_NO_INTERNET_WARNING = "#should_display_no_internet_warning", + RESPAWN_RADIUS = "#respawn_radius", + RESPAWN_RADIUS_ENABLED = "#respawn_radius_enabled", + BASE_GAME_VERSION_DEBUG_TEXT = "#base_game_version_debug_text", + CAN_BE_PLATFORM_NETWORK_ENABLED = "#can_be_platform_network_enabled", + CAN_BE_SERVER_ENABLED = "#can_be_server_enabled", + CREATE_ON_REALM_VISIBLE = "#create_on_realm_visible", + STORE_MISMATCH_VISIBLE = "#store_mismatch_visible", + REALMS_SUBSCRIPTIONS_LOADING_FAILED_VISIBLE = "#realms_subscriptions_loading_failed_visible", + REALMS_SUBSCRIPTIONS_LOADING_VISIBLE = "#realms_subscriptions_loading_visible", + NO_ACTIVE_SUBSCRIPTIONS_VISIBLE = "#no_active_subscriptions_visible", + REALMS_PLUS_SUBSCRIPTIONS_DIMENSIONS = "#realms_plus_subscriptions_dimensions", + CAN_BUY_MORE_SUBSCRIPTIONS = "#can_buy_more_subscriptions", + ADDITIONAL_REALMS_SUBSCRIPTIONS_DIMENSIONS = "#additional_realms_subscriptions_dimensions", + ENABLE_AUTO_TEXT_TO_SPEECH = "#enable_auto_text_to_speech", + ENABLE_AUTO_TEXT_TO_SPEECH_ENABLED = "#enable_auto_text_to_speech_enabled", + ENABLE_OPEN_CHAT_MESSAGE = "#enable_open_chat_message", + ENABLE_OPEN_CHAT_MESSAGE_ENABLED = "#enable_open_chat_message_enabled", + AUTOMATION_REPEAT_FAILURES_ONLY = "#automation_repeat_failures_only", + DEV_TOGGLE_DEFAULT_FONT_OVERRIDES = "#dev_toggle_default_font_overrides", + DEV_TOGGLE_DEFAULT_FONT_OVERRIDES_VISIBLE = "#dev_toggle_default_font_overrides_visible", + DEV_DISABLE_RENDER_TERRAIN = "#dev_disable_render_terrain", + DEV_DISABLE_RENDER_TERRAIN_ENABLED = "#dev_disable_render_terrain_enabled", + DEV_DISABLE_RENDER_ENTITIES = "#dev_disable_render_entities", + DEV_DISABLE_RENDER_ENTITIES_ENABLED = "#dev_disable_render_entities_enabled", + DEV_DISABLE_RENDER_BLOCKENTITIES = "#dev_disable_render_blockentities", + DEV_DISABLE_RENDER_BLOCKENTITIES_ENABLED = "#dev_disable_render_blockentities_enabled", + DEV_DISABLE_RENDER_PARTICLES = "#dev_disable_render_particles", + DEV_DISABLE_RENDER_PARTICLES_ENABLED = "#dev_disable_render_particles_enabled", + DEV_DISABLE_RENDER_SKY = "#dev_disable_render_sky", + DEV_DISABLE_RENDER_SKY_ENABLED = "#dev_disable_render_sky_enabled", + DEV_DISABLE_RENDER_WEATHER = "#dev_disable_render_weather", + DEV_DISABLE_RENDER_WEATHER_ENABLED = "#dev_disable_render_weather_enabled", + DEV_DISABLE_RENDER_HUD = "#dev_disable_render_hud", + DEV_DISABLE_RENDER_HUD_ENABLED = "#dev_disable_render_hud_enabled", + DEV_DISABLE_RENDER_ITEM_IN_HAND = "#dev_disable_render_item_in_hand", + DEV_DISABLE_RENDER_ITEM_IN_HAND_ENABLED = "#dev_disable_render_item_in_hand_enabled", + AD_TOKEN_REFRESH_THRESHOLD = "#ad_token_refresh_threshold", + AD_TOKEN_REFRESH_THRESHOLD_TEXT_VALUE = "#ad_token_refresh_threshold_text_value", + AD_TOKEN_REFRESH_THRESHOLD_ENABLED = "#ad_token_refresh_threshold_enabled", + AD_TOKEN_REFRESH_THRESHOLD_STEPS = "#ad_token_refresh_threshold_steps", + ASYNC_TEXTURE_LOADS = "#async_texture_loads", + ASYNC_TEXTURE_LOADS_ENABLED = "#async_texture_loads_enabled", + SHOW_ASYNC_TEXTURE_LOADS = "#show_async_texture_loads", + ASYNC_MISSING_TEXTURE = "#async_missing_texture", + ASYNC_MISSING_TEXTURE_ENABLED = "#async_missing_texture_enabled", + SHOW_ASYNC_MISSING_TEXTURE = "#show_async_missing_texture", + SHOW_CORE_UI_SHORTCUTS = "#show_core_ui_shortcuts", + ALLOW_CONTENT_LOG_WRITE_TO_DISK = "#allow_content_log_write_to_disk", + HAS_ACCOUNT_ERROR = "#has_account_error", + AD_USE_SINGLE_SIGN_ON = "#ad_use_single_sign_on", + ACCOUNT_TRANSFER_STATUS = "#account_transfer_status", + REALMS_SUBSCRIPTION_TEXT = "#realms_subscription_text", + FAQ_PRICE_TEXT = "#faq_price_text", + CONTENT_TAB_SECTIONS = "#content_tab_sections", + PACKS_LABEL = "#packs_label", + CONTENT_SECTION_TEXT = "#content_section_text", + PLATFORM_TERM_CONTROLS = "#platform_term_controls", + PLATFORM_TERMS_TEXT = "#platform_terms_text", + TRIAL_DESCIPTION_TEXT = "#trial_desciption_text", + BUY_NOW_BANNER_TEXT = "#buy_now_banner_text", + REALMS_NAME_BOX = "#realms_name_box", + HAS_CHECKED_TOS = "#has_checked_tos", + BUY_NOW_BUTTON_TEXT = "#buy_now_button_text", + FEED_COMMENT_PAGE_COLLECTION_LENGTH = "#feed_comment_page_collection_length", + IS_AUTHOR_LINKED_ACCOUNT = "#is_author_linked_account", + COMMENT_PLATFORM_TAG = "#comment_platform_tag", + AUTHOR_PLATFORM_TAG = "#author_platform_tag", + UNLINK_WARNING_TEXT = "#unlink_warning_text", + UNLINK_CONSEQUENCES_ACKNOWLEDGED = "#unlink_consequences_acknowledged", + CONFIRM_0 = "#confirm_0", + CONFIRM_0_ENABLED = "#confirm_0_enabled", + CONFIRM_1 = "#confirm_1", + CONFIRM_1_ENABLED = "#confirm_1_enabled", + CONFIRM_2 = "#confirm_2", + CONFIRM_2_ENABLED = "#confirm_2_enabled", + CONFIRM_3 = "#confirm_3", + CONFIRM_3_ENABLED = "#confirm_3_enabled", + FEED_PAGE_COLLECTION_LENGTH = "#feed_page_collection_length", + PLATFORM_TAG = "#platform_tag", + IS_LOADING = "#is_loading", + GAMERPIC_TEXTURE_FILE_SYSTEM = "#gamerpic_texture_file_system", + THIRD_PARTY_PROFILE_PIC = "#third_party_profile_pic", + THIRD_PARTY_PROFILE_PIC_FILE_SYSTEM = "#third_party_profile_pic_file_system", + XBL_GAMERTAG = "#xbl_gamertag", + CURRENT_GAME_LABEL = "#current_game_label", + THIRD_PARTY_TAG = "#third_party_tag", + FRIEND_BUTTON_FOCUS_OVERRIDE_UP = "#friend_button_focus_override_up", + FRIEND_BUTTON_FOCUS_OVERRIDE_DOWN = "#friend_button_focus_override_down", + ONLINE_LINKED_ACCOUNT_FRIEND_GRID_DIMENSION = "#online_linked_account_friend_grid_dimension", + OFFLINE_LINKED_ACCOUNT_FRIEND_GRID_DIMENSION = "#offline_linked_account_friend_grid_dimension", + CAN_CHANGE_SKIN = "#can_change_skin", + IS_RIGHT_PANEL_CLASSIC_SKIN_PACK_TITLE_VISIBLE = "#is_right_panel_classic_skin_pack_title_visible", + IS_REDEEMABLE = "#is_redeemable", + CURRENT_COLOR_EQUIPPED = "#current_color_equipped", + IS_SKIN_NOT_EQUIPPABLE = "#is_skin_not_equippable", + ONLINE_SAFETY_DO_NOT_SHOW_AGAIN = "#online_safety_do_not_show_again", + MEMBERS_SECTION_CONTENT = "#members_section_content", + PAGE_COUNTER_LABEL = "#page_counter_label", + FRIENDS_PAGINATION_VISIBLE = "#friends_pagination_visible", + INVITED_SECTION_CONTENT = "#invited_section_content", + UNINVITED_SECTION_CONTENT = "#uninvited_section_content", + BLOCKED_SECTION_CONTENT = "#blocked_section_content", + THIRD_PARTY_PROFILE_NAME = "#third_party_profile_name", + HAS_EXPIRED = "#has_expired", + UNOWNED_GRID_VISIBLE = "#unowned_grid_visible", + SHOULD_SHOW_SUBSCRIPTION_TAB = "#should_show_subscription_tab", + IN_PROGRESS_TITLE = "#in_progress_title", + MESSAGE_LINE2_VISIBLE = "#message_line2_visible", + PROGRESS_LOADING_VISIBILITY = "#progress_loading_visibility", + REALMS_PLUS_ONE_MONTH_FREE_TRIAL_VISIBLE = "#realms_plus_one_month_free_trial_visible", + GFX_TEXTURE_LOAD_DELAY = "#gfx_texture_load_delay", + GFX_TEXTURE_LOAD_DELAY_ENABLED = "#gfx_texture_load_delay_enabled", + GFX_TEXTURE_LOAD_DELAY_STEPS = "#gfx_texture_load_delay_steps", + GFX_TEXTURE_LOAD_DELAY_TEXT_VALUE = "#gfx_texture_load_delay_text_value", + GFX_MAX_DEQUEUED_TEXTURES_PER_FRAME = "#gfx_max_dequeued_textures_per_frame", + GFX_MAX_DEQUEUED_TEXTURES_PER_FRAME_ENABLED = "#gfx_max_dequeued_textures_per_frame_enabled", + GFX_MAX_DEQUEUED_TEXTURES_PER_FRAME_STEPS = "#gfx_max_dequeued_textures_per_frame_steps", + GFX_MAX_DEQUEUED_TEXTURES_PER_FRAME_TEXT_VALUE = "#gfx_max_dequeued_textures_per_frame_text_value", + CROSSPLATFORM_TOGGLE = "#crossplatform_toggle", + CROSSPLATFORM_TOGGLE_ENABLED = "#crossplatform_toggle_enabled", + ONLY_TRUSTED_SKINS_ALLOWED = "#only_trusted_skins_allowed", + ONLY_TRUSTED_SKINS_ALLOWED_ENABLED = "#only_trusted_skins_allowed_enabled", + TERMS_AND_CONDITIONS_HYPERLINK = "#terms_and_conditions_hyperlink", + HAS_PERSONA_REWARD = "#has_persona_reward", + DEMO_CHOICE_VISIBLE = "#demo_choice_visible", + SIGN_IN_IOS_BUTTONS_VISIBLE = "#sign_in_ios_buttons_visible", + SUPPORTS_NETHERITE = "#supports_netherite", + KEYBOARD_BUTTON_VISIBLE = "#keyboard_button_visible", + SEND_BUTTON_ACCESSIBILITY_TEXT = "#send_button_accessibility_text", + OPEN_URI_BUTTON_VISIBLE = "#open_uri_button_visible", + SERVICE_BODY_TEXT = "#service_body_text", + SERVICE_BUTTON_VISIBLE = "#service_button_visible", + BUTTON_COUNT = "#button_count", + EMOTE_NAME = "#emote_name", + IS_TOUCH_MODE = "#is_touch_mode", + EMOTE_NAME_TOUCH = "#emote_name_touch", + EMOTE_IS_VALID = "#emote_is_valid", + EMOTE_IMAGE = "#emote_image", + EMOTE_IMAGE_FILE_SYSTEM = "#emote_image_file_system", + EMOTE_IMAGE_TINT = "#emote_image_tint", + IMAGE_IS_VALID = "#image_is_valid", + EMOTE_INDEX_NAME = "#emote_index_name", + BUTTON_PANEL_PURCHASE_DISALLOWED = "#button_panel_purchase_disallowed", + GAMEPAD_HELPER_RS_VISIBLE = "#gamepad_helper_rs_visible", + CRAFTING_LABEL_TEXT = "#crafting_label_text", + NO_XBOX_LIVE_FRIENDS_TEXT = "#no_xbox_live_friends_text", + TARGET_POOL_TEXT_BOX_VALUE = "#target_pool_text_box_value", + NAME_TEXT_BOX_VALUE = "#name_text_box_value", + TARGET_TEXT_BOX_VALUE = "#target_text_box_value", + FINAL_BLOCK_TEXT_BOX_VALUE = "#final_block_text_box_value", + JOINT_TYPE_TOGGLE_STATE = "#joint_type_toggle_state", + COMMAND_IDENTIFIER = "#command_identifier", + ADD_COMMAND_FOCUS_OVERRIDE_UP = "#add_command_focus_override_up", + COMMAND_FOCUS_OVERRIDE_DOWN = "#command_focus_override_down", + BUTTON_NAME_IDENTIFIER = "#button_name_identifier", + BUTTON_NAME_FOCUS_OVERRIDE_UP = "#button_name_focus_override_up", + BUTTON_MODE_IDENTIFIER = "#button_mode_identifier", + BUTTON_MODE_FOCUS_OVERRIDE_UP = "#button_mode_focus_override_up", + LOADING_PATCH_NOTES = "#loading_patch_notes", + SUNSETTING_DO_NOT_SHOW_AGAIN = "#sunsetting_do_not_show_again", + INTERATION_BUTTON_ENABLED = "#interation_button_enabled", + INTERACTION_BUTTON_VISIBLE = "#interaction_button_visible", + SKIN_PACK_SECTION_VISIBLE = "#skin_pack_section_visible", + UPDATE_NOTIFICATION_VISIBLE = "#update_notification_visible", + REALMS_INCOMPATIBLE_BUTTON_VISIBLE = "#realms_incompatible_button_visible", + RTX_LABEL_VISIBLE = "#rtx_label_visible", + ITEM_REALMS_EXPIRATION_LABEL = "#item_realms_expiration_label", + RATINGS_BUTTON_ENABLED = "#ratings_button_enabled", + RATING_FOOTER_TEXT = "#rating_footer_text", + RATINGS_INTERACT_PANEL_VISIBLE = "#ratings_interact_panel_visible", + USER_RATING_STAR_TEXTURE = "#user_rating_star_texture", + INTERACT_BUTTON_TEXT = "#interact_button_text", + EXIT_WORLD_BUTTON_VISIBLE = "#exit_world_button_visible", + PURCHASE_PANEL_VISIBLE_DISALLOWED = "#purchase_panel_visible_disallowed", + KICK_BUTTON_VISIBLE = "#kick_button_visible", + KICK_BUTTON_ENABLED = "#kick_button_enabled", + BAN_BUTTON_VISIBLE = "#ban_button_visible", + BAN_BUTTON_ENABLED = "#ban_button_enabled", + PERMISSION_OPTIONS_GRID_VISIBLE = "#permission_options_grid_visible", + ACHIEVEMENT_OFFER_LOCK_STATE_TEXTURE = "#achievement_offer_lock_state_texture", + COLOR_SELECTED = "#color_selected", + IS_SKIN_REALMS_PLUS = "#is_skin_realms_plus", + IS_PIECE_VISIBLE = "#is_piece_visible", + CATEGORY_SECTION_CONTENT = "#category_section_content", + OWNED_PACKS_SELECTED = "#owned_packs_selected", + PURCHASABLE_PACKS_SELECTED = "#purchasable_packs_selected", + IS_REALMS_PLUS_ENABLED = "#is_realms_plus_enabled", + REALMS_PLUS_PACKS_SELECTED = "#realms_plus_packs_selected", + IS_PLAY_AGAIN_BUTTON_ENABLED = "#is_play_again_button_enabled", + IS_EMOTE_OFFER_LIST_VISIBLE = "#is_emote_offer_list_visible", + IS_EMOTES_SECTION_VISIBLE = "#is_emotes_section_visible", + IS_ACHIEVEMENT_AWARD = "#is_achievement_award", + IS_RIGHT_INFO_WITH_BUTTONS_VISIBLE = "#is_right_info_with_buttons_visible", + ACTIVE_SKIN_NAME = "#active_skin_name", + CURRENT_SKIN_NAME = "#current_skin_name", + IS_USING_DRESSING_ROOM_DEBUGGING = "#is_using_dressing_room_debugging", + PREVIEW_SKIN_NAME = "#preview_skin_name", + SKIN_COLOR_OPTION_ENABLED = "#skin_color_option_enabled", + CAN_PAPERDOLL_ROTATE = "#can_paperdoll_rotate", + CAN_COLLECT_ACHIEVEMENT_AWARD = "#can_collect_achievement_award", + IS_OFFER_ACHIEVEMENT = "#is_offer_achievement", + COLOR_PICKER_INFO_PANEL_TITLE_COLOR = "#color_picker_info_panel_title_color", + COLOR_PICKER_INFO_PANEL_TITLE_NAME = "#color_picker_info_panel_title_name", + REALMS_PLUS_SKIN_PACK_TIMER = "#realms_plus_skin_pack_timer", + HAS_REALMS_PLUS_TIMER = "#has_realms_plus_timer", + SHOW_REALMS_PLUS_BUTTON = "#show_realms_plus_button", + IS_CLASSIC_SKIN_SECTION_VISIBLE = "#is_classic_skin_section_visible", + IS_NONE_EMOTE_OPTION_ENABLED = "#is_none_emote_option_enabled", + PERSONA_IS_UPDATING = "#persona_is_updating", + IS_THIRD_PARTY_SERVER_SELECTED = "#is_third_party_server_selected", + IS_ADDITIONAL_SERVER_SELECTED = "#is_additional_server_selected", + ADD_SERVER_INFO_VISIBLE = "#add_server_info_visible", + FEATURE_SERVER_MESSAGE_TEXT = "#feature_server_message_text", + DEVICE_SUNSETTING = "#device_sunsetting", + IS_ADDITIONAL_SERVER_LABEL_VISIBLE = "#is_additional_server_label_visible", + FEATURED_SERVERS_VISIBLE_AND_AVAILABLE = "#featured_servers_visible_and_available", + BETA_RETAIL_LEGACY_WORLDS_VISIBLE = "#beta_retail_legacy_worlds_visible", + BETA_RETAIL_LOCAL_WORLDS_VISIBLE = "#beta_retail_local_worlds_visible", + IS_SERVER_INFO_AVAILABLE_COLLECTION = "#is_server_info_available_collection", + TOGGLE_STATE = "#toggle_state", + ADD_SERVER_ENABLED = "#add_server_enabled", + BETA_RETAIL_LEGACY_WORLD_ITEM_GRID_DIMENSION = "#beta_retail_legacy_world_item_grid_dimension", + BETA_RETAIL_LOCAL_WORLD_ITEM_GRID_DIMENSION = "#beta_retail_local_world_item_grid_dimension", + REALMS_CHEVRON_VISIBLE = "#realms_chevron_visible", + NEWS_IS_READ_MORE = "#news_is_read_more", + NEWS_IS_READ_LESS = "#news_is_read_less", + NEWS_LABEL = "#news_label", + NEWS_TEXT = "#news_text", + GAMES_COLLECTION_LENGTH = "#games_collection_length", + AVAILABLE_GAME_DESCRIPTION = "#available_game_description", + AVAILABLE_GAME_TITLE = "#available_game_title", + AVAILABLE_GAME_SUBTITLE = "#available_game_subtitle", + AVAILABLE_GAME_IMAGE = "#available_game_image", + AVAILABLE_GAME_IMAGE_VISIBLE = "#available_game_image_visible", + DESCRIPTION_IS_READ_MORE = "#description_is_read_more", + DESCRIPTION_IS_READ_LESS = "#description_is_read_less", + DESCRIPTION_LABEL = "#description_label", + SCREENSHOT_COLLECTION_LENGTH = "#screenshot_collection_length", + THIS_SCREENSHOT_SELECTED = "#this_screenshot_selected", + SERVER_HAS_NEWS = "#server_has_news", + SERVER_HAS_GAMES = "#server_has_games", + SERVER_HAS_DESCRIPTION = "#server_has_description", + SERVER_HAS_SCREENSHOTS = "#server_has_screenshots", + INFO_THIRD_PARTY_SERVER_NAME = "#info_third_party_server_name", + INFO_THIRD_PARTY_SERVER_LOGO_TEXTURE_PATH = "#info_third_party_server_logo_texture_path", + INFO_THIRD_PARTY_SCREENSHOT_VISIBLE = "#info_third_party_screenshot_visible", + IS_SERVER_INFO_AVAILABLE = "#is_server_info_available", + INFO_ADDITIONAL_SERVER_NAME = "#info_additional_server_name", + DEEP_LINK_PROFILE_LOADING_VISIBLE = "#deep_link_profile_loading_visible", + ENABLE_ACHIEVEMENT_BUTTON = "#enable_achievement_button", + SELECTED_SKIN_NAME = "#selected_skin_name", + SELECTED_SKIN = "#selected_skin", + VALID_SKIN_OFFER_INDEX = "#valid_skin_offer_index", + IS_LOADING_OUTLINE_VISIBLE = "#is_loading_outline_visible", + SKIN_PACK_LOADING_PROGRESS_VISIBLE = "#skin_pack_loading_progress_visible", + BUY_GAME_VISIBLE = "#buy_game_visible", + THIS_PAGE_SELECTED = "#this_page_selected", + OFFER_COLLECTION_VISIBLE = "#offer_collection_visible", + TIMER_DURATION = "#timer_duration", + IS_HERO_CAROUSEL_VISIBLE = "#is_hero_carousel_visible", + CAROUSEL_SECTION_CONTENT = "#carousel_section_content", + GREY_BAR_SECTION_CONTENT = "#grey_bar_section_content", + BANNER_BUTTON_TEXT = "#banner_button_text", + PROMO_PAGE_IS_READY = "#promo_page_is_ready", + BANNER_TITLE_TEXT = "#banner_title_text", + BANNER_DESCRIPTION_TEXT = "#banner_description_text", + OFFER_COLLECTION_READY = "#offer_collection_ready", + IS_SEARCH_OFFER_LIST_VISIBLE = "#is_search_offer_list_visible", + ITEM_DESCRIPTION_TEXT = "#item_description_text", + ITEM_DESCRIPTION_COLOR = "#item_description_color", + ITEM_TITLE_TEXT = "#item_title_text", + ITEM_TIMER_VISIBLE = "#item_timer_visible", + ITEM_TIMER_TEXT = "#item_timer_text", + ITEM_CREATOR_TEXT = "#item_creator_text", + ITEM_IS_WORLD = "#item_is_world", + PDP_BUTTON_TEXT = "#pdp_button_text", + ITEM_IS_NOT_OWNED = "#item_is_not_owned", + ITEM_FULL_PRICE = "#item_full_price", + ITEM_ACTION_BUTTON_TEXT = "#item_action_button_text", + SCREENSHOT_LOCATION = "#screenshot_location", + CHARACTER_LOADING_IN_PROGRESS = "#character_loading_in_progress", + CYCLE_PROMOTIONS_LEFT_BUTTON_ENABLED = "#cycle_promotions_left_button_enabled", + CYCLE_PROMOTIONS_RIGHT_BUTTON_ENABLED = "#cycle_promotions_right_button_enabled", + END_OF_WEEK_OFFER_PANEL_VISIBLE = "#end_of_week_offer_panel_visible", + PROMOTION_LAST_WEEK_DAY_TEXT = "#promotion_last_week_day_text", + IS_VALID = "#is_valid", + PROMOTION_DAY_TEXT = "#promotion_day_text", + THIS_PROMO_SELECTED = "#this_promo_selected", + ITEM_HAS_BEEN_CLAIMED = "#item_has_been_claimed", + PROMOTION_THUMBNAIL_TEXTURE_PATH = "#promotion_thumbnail_texture_path", + PROMOTION_THUMBNAIL_TEXTURE_FILE_SYSTEM = "#promotion_thumbnail_texture_file_system", + PROMOTION_OFFER_GIFT_IMAGE = "#promotion_offer_gift_image", + PROMOTION_OFFER_VISIBLE = "#promotion_offer_visible", + PRICE_INFO_VISIBLE = "#price_info_visible", + INVENTORY_SECTION_CONTENT = "#inventory_section_content", + REALMS_ENABLED = "#realms_enabled", + COLLECTION_COUNT = "#collection_count", + SUBCATEGORIES_VISIBLE = "#subcategories_visible", + BOUNDING_TOGGLE_VISIBLE = "#bounding_toggle_visible", + CORNER_MODE_PANEL_VISIBLE = "#corner_mode_panel_visible", + CORNER_TEXT_VISIBLE = "#corner_text_visible", + ROTATION_ARROWS_VISIBLE = "#rotation_arrows_visible", + SERVICE_IMAGE_TEXTURE_FILENAME = "#service_image_texture_filename", + SERVICE_IMAGE_TEXTURE_LOCATION = "#service_image_texture_location", + SERVICE_IMAGE_REPO_READY = "#service_image_repo_ready", + INVENTORY_SELECTED_ITEM_LOCK_IN_INVENTORY = "#inventory_selected_item_lock_in_inventory", + ITEM_LOCK = "#item_lock", + ITEM_LOCK_IN_SLOT = "#item_lock_in_slot", + ITEM_LODESTONE_TRACKING_HANDLE = "#item_lodestone_tracking_handle", + ITEM_LOCK_IN_INVENTORY = "#item_lock_in_inventory", + INVENTORY_SELECTED_ITEM_LOCK_IN_SLOT = "#inventory_selected_item_lock_in_slot", + ARE_WORLD_LIST_GRIDS_READY = "#are_world_list_grids_ready", + REALMS_PLUS_ONE_MONTH_FREE_TRIAL_NOT_VISIBLE = "#realms_plus_one_month_free_trial_not_visible", + FREE_TRIAL_HEADER_TEXT = "#free_trial_header_text", + LANDING_INFO_LINE_4 = "#landing_info_line_4", + REALM_DESCRIPTION_ENABLED = "#realm_description_enabled", + REALM_DESCRIPTION_VISIBLE = "#realm_description_visible", + REALM_DESCRIPTION = "#realm_description", + DEV_PROGRESSION_ID = "#dev_progression_id", + DEV_PROGRESSION_ID_ENABLED = "#dev_progression_id_enabled", + DEV_SHOW_OVERRIDE_PROGRESSIONS = "#dev_show_override_progressions", + DEV_SHOW_OVERRIDE_PROGRESSIONS_ENABLED = "#dev_show_override_progressions_enabled", + CAMERA_SHAKE = "#camera_shake", + CAMERA_SHAKE_ENABLED = "#camera_shake_enabled", + GRAPHICS_UPSCALING = "#graphics_upscaling", + GRAPHICS_UPSCALING_ENABLED = "#graphics_upscaling_enabled", + RAYTRACING = "#raytracing", + RAYTRACING_ENABLED = "#raytracing_enabled", + RAYTRACING_RENDER_DISTANCE_SLIDER_LABEL = "#raytracing_render_distance_slider_label", + RAYTRACING_RENDER_DISTANCE = "#raytracing_render_distance", + RAYTRACING_RENDER_DISTANCE_TEXT_VALUE = "#raytracing_render_distance_text_value", + RAYTRACING_RENDER_DISTANCE_ENABLED = "#raytracing_render_distance_enabled", + RAYTRACING_RENDER_DISTANCE_STEPS = "#raytracing_render_distance_steps", + SHOW_RENDER_DISTANCE = "#show_render_distance", + RTX_RENDER_DISTANCE_WARNING_VISIBLE = "#rtx_render_distance_warning_visible", + PAD_VISIBLE = "#pad_visible", + RIGHT_BUTTON_VISIBLE = "#right_button_visible", + CONSUMABLE_NOT_EXTENDABLE_VISIBLE = "#consumable_not_extendable_visible", + MY_SUBSCRIPTIONS_VISIBLE = "#my_subscriptions_visible", + AVAILABLE_OR_ADDITIONAL_SUBSCRIPTIONS_TEXT = "#available_or_additional_subscriptions_text", + VR_VARIABLE_SNAP_ANGLE = "#vr_variable_snap_angle", + VR_VARIABLE_SNAP_ANGLE_ENABLED = "#vr_variable_snap_angle_enabled", + VR_SNAP_SOUND = "#vr_snap_sound", + VR_SNAP_SOUND_ENABLED = "#vr_snap_sound_enabled", + VR_MOVEMENT_DROPDOWN_ENABLED = "#vr_movement_dropdown_enabled", + VR_MOVEMENT_DROPDOWN_TOGGLE_LABEL = "#vr_movement_dropdown_toggle_label", + VR_JUMP_DROPDOWN_ENABLED = "#vr_jump_dropdown_enabled", + VR_JUMP_DROPDOWN_TOGGLE_LABEL = "#vr_jump_dropdown_toggle_label", + VR_HEAD_STEERING_DROPDOWN_ENABLED = "#vr_head_steering_dropdown_enabled", + VR_HEAD_STEERING_DROPDOWN_TOGGLE_LABEL = "#vr_head_steering_dropdown_toggle_label", + VR_STICKY_MINING_DROPDOWN_ENABLED = "#vr_sticky_mining_dropdown_enabled", + VR_STICKY_MINING_DROPDOWN_TOGGLE_LABEL = "#vr_sticky_mining_dropdown_toggle_label", + VR_HUD_POSITION_DROPDOWN_ENABLED = "#vr_hud_position_dropdown_enabled", + VR_HUD_POSITION_DROPDOWN_TOGGLE_LABEL = "#vr_hud_position_dropdown_toggle_label", + VR_HUD_DISTANCE_SLIDER_LABEL = "#vr_hud_distance_slider_label", + VR_HUD_DISTANCE = "#vr_hud_distance", + VR_HUD_DISTANCE_TEXT_VALUE = "#vr_hud_distance_text_value", + VR_HUD_DISTANCE_ENABLED = "#vr_hud_distance_enabled", + VR_CAMERA_MOVEMENT_RADIO_SNAP = "#vr_camera_movement_radio_snap", + VR_CAMERA_MOVEMENT_RADIO_CLASSIC = "#vr_camera_movement_radio_classic", + VR_CAMERA_MOVEMENT_RADIO_WHEEL = "#vr_camera_movement_radio_wheel", + VR_CAMERA_MOVEMENT_RADIO_SNAP_WHEEL = "#vr_camera_movement_radio_snap_wheel", + VR_MOVEMENT_RADIO_LINEAR = "#vr_movement_radio_linear", + VR_MOVEMENT_RADIO_CLASSIC = "#vr_movement_radio_classic", + VR_JUMP_RADIO_LINEAR = "#vr_jump_radio_linear", + VR_JUMP_RADIO_CLASSIC = "#vr_jump_radio_classic", + VR_HEAD_STEERING_RADIO_GAZE = "#vr_head_steering_radio_gaze", + VR_HEAD_STEERING_RADIO_PLAYER = "#vr_head_steering_radio_player", + VR_STICKY_MINING_RADIO_LOCK = "#vr_sticky_mining_radio_lock", + VR_STICKY_MINING_RADIO_CONTROLLER = "#vr_sticky_mining_radio_controller", + VR_STICKY_MINING_RADIO_DISABLED = "#vr_sticky_mining_radio_disabled", + VR_HUD_POSITION_RADIO_DRIFT = "#vr_hud_position_radio_drift", + VR_HUD_POSITION_RADIO_OFFHAND = "#vr_hud_position_radio_offhand", + VR_HUD_POSITION_RADIO_FIXED = "#vr_hud_position_radio_fixed", + NOT_HIDE_CHAT = "#not_hide_chat", + TEXTTOSPEECH_VOLUME_SLIDER_LABEL = "#texttospeech_volume_slider_label", + TEXTTOSPEECH_VOLUME = "#texttospeech_volume", + TEXTTOSPEECH_VOLUME_TEXT_VALUE = "#texttospeech_volume_text_value", + TEXTTOSPEECH_VOLUME_ENABLED = "#texttospeech_volume_enabled", + TEXT_BACKGROUND_OPACITY_SLIDER_LABEL = "#text_background_opacity_slider_label", + TEXT_BACKGROUND_OPACITY = "#text_background_opacity", + TEXT_BACKGROUND_OPACITY_TEXT_VALUE = "#text_background_opacity_text_value", + TEXT_BACKGROUND_OPACITY_ENABLED = "#text_background_opacity_enabled", + MAIN_VOLUME_SLIDER_LABEL = "#main_volume_slider_label", + MAIN_VOLUME = "#main_volume", + MAIN_VOLUME_TEXT_VALUE = "#main_volume_text_value", + MAIN_VOLUME_ENABLED = "#main_volume_enabled", + AMBIENT_VOLUME_SLIDER_LABEL = "#ambient_volume_slider_label", + AMBIENT_VOLUME = "#ambient_volume", + AMBIENT_VOLUME_TEXT_VALUE = "#ambient_volume_text_value", + AMBIENT_VOLUME_ENABLED = "#ambient_volume_enabled", + HOSTILE_VOLUME_SLIDER_LABEL = "#hostile_volume_slider_label", + HOSTILE_VOLUME = "#hostile_volume", + HOSTILE_VOLUME_TEXT_VALUE = "#hostile_volume_text_value", + HOSTILE_VOLUME_ENABLED = "#hostile_volume_enabled", + NEUTRAL_VOLUME_SLIDER_LABEL = "#neutral_volume_slider_label", + NEUTRAL_VOLUME = "#neutral_volume", + NEUTRAL_VOLUME_TEXT_VALUE = "#neutral_volume_text_value", + NEUTRAL_VOLUME_ENABLED = "#neutral_volume_enabled", + RECORD_VOLUME_SLIDER_LABEL = "#record_volume_slider_label", + RECORD_VOLUME = "#record_volume", + RECORD_VOLUME_TEXT_VALUE = "#record_volume_text_value", + RECORD_VOLUME_ENABLED = "#record_volume_enabled", + DEV_OVERRIDE_XBOX_SANDBOX = "#dev_override_xbox_sandbox", + DEV_OVERRIDE_XBOX_SANDBOX_ENABLED = "#dev_override_xbox_sandbox_enabled", + OVERRIDE_XBOX_SANDBOX_ON_WINDOWS = "#override_xbox_sandbox_on_windows", + DEV_XBOX_ENVIRONMENT_DROPDOWN_TOGGLE_LABEL = "#dev_xbox_environment_dropdown_toggle_label", + DEV_XBOX_ENVIRONMENT_DROPDOWN_ENABLED = "#dev_xbox_environment_dropdown_enabled", + OVERRIDE_XBOX_SANDBOX_VISIBLE = "#override_xbox_sandbox_visible", + PROGRESSIONS_GRID_DIMENSION = "#progressions_grid_dimension", + DEV_DISPLAY_PROGRESSIONS_PANEL = "#dev_display_progressions_panel", + PROGRESSION_ID = "#progression_id", + AZURE_SHARED_ACCESS_SIGNATURE = "#test_assets.azure_shared_access_signature", + AUTOMATION_SERVER_TEST_TAGS = "#automation_server_test_tags", + AUTOMATION_BROKEN_FUNCTIONAL_TEST_TAGS = "#automation_broken_functional_test_tags", + AUTOMATION_BROKEN_SERVER_TEST_TAGS = "#automation_broken_server_test_tags", + AUTOMATION_BROKEN_UNIT_TEST_TAGS = "#automation_broken_unit_test_tags", + AUTOMATION_SOAK_TEST_DURATION_MINUTES = "#automation_soak_test_duration_minutes", + REMOTE_IMGUI = "#remote_imgui", + REMOTE_IMGUI_ENABLED = "#remote_imgui_enabled", + DEV_RENDER_MOB_INFO_STATE = "#dev_render_mob_info_state", + DEV_RENDER_MOB_INFO_STATE_ENABLED = "#dev_render_mob_info_state_enabled", + DEV_EDU_DEMO = "#dev_edu_demo", + DEV_EDU_DEMO_ENABLED = "#dev_edu_demo_enabled", + ENABLE_TEXTURE_HOT_RELOADER = "#enable_texture_hot_reloader", + TEXTURE_HOT_RELOADER_ENABLED = "#texture_hot_reloader_enabled", + DEV_DISCOVERY_ENVIRONMENT_DROPDOWN_TOGGLE_LABEL = "#dev_discovery_environment_dropdown_toggle_label", + DEV_DISCOVERY_ENVIRONMENT_DROPDOWN_ENABLED = "#dev_discovery_environment_dropdown_enabled", + DEV_USE_SUNSET_OVERRIDES = "#dev_use_sunset_overrides", + DEV_USE_SUNSET_OVERRIDES_ENABLED = "#dev_use_sunset_overrides_enabled", + SUNSETTING_OVERRIDE_ENABLED = "#sunsetting_override_enabled", + DEV_SUNSETTING_TIER_DROPDOWN_TOGGLE_LABEL = "#dev_sunsetting_tier_dropdown_toggle_label", + DEV_SUNSETTING_TIER_DROPDOWN_ENABLED = "#dev_sunsetting_tier_dropdown_enabled", + DEV_SUNSET_STATE = "#dev_sunset_state", + DEV_SUNSET_STATE_ENABLED = "#dev_sunset_state_enabled", + INITIAL_SELECTED = "#initial_selected", + UI_FEATURE_TOGGLE_COUNT = "#ui_feature_toggle_count", + CORE_UI_ENABLED = "#core_ui_enabled", + DEV_NEW_ACHIEVEMENTS_SCREENS_RADIO_DIMENSION = "#dev_new_achievements_screens_radio_dimension", + DEV_DISPLAY_PROGRESSIONS_PANEL_ENABLED = "#dev_display_progressions_panel_enabled", + SHOW_RAYTRACING_RENDER_DISTANCE = "#show_raytracing_render_distance", + REALM_PRICE_LOADED = "#realm_price_loaded", + VR_CAMERA_MOEMENT_DROPDOWN_ENABLED = "#vr_camera_moement_dropdown_enabled", + VR_CAMERA_MOVEMENT_DROPDOWN_TOGGLE_LABEL = "#vr_camera_movement_dropdown_toggle_label", + VR_SNAP_ANGLE_SLIDER_LABEL = "#vr_snap_angle_slider_label", + VR_SNAP_ANGLE = "#vr_snap_angle", + VR_SNAP_ANGLE_TEXT_VALUE = "#vr_snap_angle_text_value", + VR_SNAP_ANGLE_ENABLED = "#vr_snap_angle_enabled", + VR_SNAP_ANGLE_STEPS = "#vr_snap_angle_steps", + DEV_DISPLAY_MOCK_HTTP_PANEL = "#dev_display_mock_http_panel", + RULE_DETAILS_LABEL = "#rule_details_label", + MOCK_HTTP_RULE_COUNT = "#mock_http_rule_count", + SIGN_IN_ERROR_VISIBLE = "#sign_in_error_visible", + SIGN_IN_ERROR_CLIENT_VISIBLE = "#sign_in_error_client_visible", + PACK_PROGRESS_VISIBLE = "#pack_progress_visible", + WELCOME_VISIBLE = "#welcome_visible", + DEMO_VISIBLE = "#demo_visible", + LOADING_TEXT = "#loading_text", + DEBUG_JSON_POPUP_ENABLED = "#debug_json_popup_enabled", + POPUP_HAS_TWO_BUTTONS = "#popup_has_two_buttons", + PROGRESS_LOADING_VISIBLE = "#progress_loading_visible", + REALM_SLOT_IS_FILLED = "#realm_slot_is_filled", + SLOT_WORLD_IMAGE = "#slot_world_image", + SLOT_WORLD_TEXTURE_SOURCE = "#slot_world_texture_source", + SLOT_NAME = "#slot_name", + SLOTS_VIEW_TOGGLE = "#slots_view_toggle", + UPLOAD_IN_PROGRESS = "#upload_in_progress", + CLOUD_UPLOAD_TERMS_ACCEPTED = "#cloud_upload_terms_accepted", + INTERACT_VISIBLE = "#interact_visible", + IS_GAMEPAD_TIP = "#is_gamepad_tip", + GAMEPAD_POSTFIX_TEXT = "#gamepad_postfix_text", + LEFT_TIPS_VISIBLE = "#left_tips_visible", + LEFT_TIP_BACKGROUND = "#left_tip_background", + ON_ENTER_ENABLED = "#on_enter_enabled", + ON_EXIT_ENABLED = "#on_exit_enabled", + PATCH_LINK_BUTTON_TEXT = "#patch_link_button_text", + PAPER_DOLL_SKIN = "#paper_doll_skin", + STORE_BUTTON_VISIBLE = "#store_button_visible", + SHOW_EQUIP_BUTTON_HELPER = "#show_equip_button_helper", + IS_SEE_PACK_IN_STORE_BUTTON_VISIBLE = "#is_see_pack_in_store_button_visible", + COLOR_EQUIPPED = "#color_equipped", + IS_CATEGORY_TOGGLE_SELECTED = "#is_category_toggle_selected", + REALMS_SIGN_IN_PROMPT = "#realms_sign_in_prompt", + REALMS_SIGN_IN_PROMPT_FRIENDS = "#realms_sign_in_prompt_friends", + REALMS_SIGN_IN_BUTTON_VISIBLE = "#realms_sign_in_button_visible", + VIEW_OFFERS_VISIBLE = "#view_offers_visible", + CLOUD_UPLOAD_ENABLED = "#cloud_upload_enabled", + CREATE_ON_REALMS_BUTTON_VISIBLE = "#create_on_realms_button_visible", + NO_PICS_ALERT_VISIBILITY = "#no_pics_alert_visibility", + RIGHT_PHOTO_VISIBILITY = "#right_photo_visibility", + LEFT_PHOTO_VISIBILITY = "#left_photo_visibility", + NO_PICK_PHOTOS_ALERT_VISIBILITY = "#no_pick_photos_alert_visibility", + SPINNER_ANIMATION_VISIBLE = "#spinner_animation_visible", + CREATE_BUTTON_VISIBLE = "#create_button_visible", + SLOT_IMAGE_VISIBLE = "#slot_image_visible", + SLOT_EDIT_BUTTONS_TOGGLE = "#slot_edit_buttons_toggle", + SLOT_IS_CURRENT_WORLD = "#slot_is_current_world", + NEW_SLOT_LABEL = "#new_slot_label", + SLOT_IS_FILLED = "#slot_is_filled", + WORLD_SLOT_NAME = "#world_slot_name", + WORLD_SLOT_TYPE = "#world_slot_type", + WARNING_TEXT_VISIBLE = "#warning_text_visible", + WORLD_IMAGE = "#world_image", + SIDEBAR_VERBOSE_TOGGLE_CHECK = "#sidebar_verbose_toggle_check", + SIDEBAR_OPTION_TOGGLE_CHECK = "#sidebar_option_toggle_check", + IS_SCREEN_NAV_BUTTON_VISIBLE = "#is_screen_nav_button_visible", + IS_VERBOSE_SIDEBAR_NAV_BUTTON_VISIBLE = "#is_verbose_sidebar_nav_button_visible", + IS_SIDEBAR_NAV_READY = "#is_sidebar_nav_ready", + IS_SIMPLE_SIDEBAR_STATE_ACTIVE = "#is_simple_sidebar_state_active", + SIDEBAR_SECTIONS = "#sidebar_sections", + IS_SIDEBAR_NAV_VISIBLE = "#is_sidebar_nav_visible", + IS_CONTROLLER_HOVER_VISIBLE = "#is_controller_hover_visible", + PAGE_LOADING_FINISHED = "#page_loading_finished", + SIMPLE_SIDEBAR_OPTION_TOGGLE_CHECK = "#simple_sidebar_option_toggle_check", + VERBOSE_SIDEBAR_OPTION_TOGGLE_CHECK = "#verbose_sidebar_option_toggle_check", + ACHIEVEMENTS_ICON_VISIBLE = "#achievements_icon_visible", + TOOLBOX_BUTTON_VISIBLE = "#toolbox_button_visible", + SWAP_VR_KEYBOARD_HELPER_VISIBLE = "#swap_vr_keyboard_helper_visible", + CLOUD_UPLOAD_DO_NOT_SHOW_AGAIN = "#cloud_upload_do_not_show_again", + IS_TOP_ROW_BUTTON_FOCUS_ENABLED = "#is_top_row_button_focus_enabled", + STORE_FAILURE_CODE = "#store_failure_code", + BANNER_TEXTURE_NAME = "#banner_texture_name", + BANNER_TEXTURE_FILEPATH = "#banner_texture_filepath", + TITLE_TEXT_COLOR = "#title_text_color", + DAY_FOUR_STRING = "#day_four_string", + ANIMATION_MODE_DROPDOWN_ENABLED = "#animation_mode_dropdown_enabled", + ANIMATION_MODE_DROPDOWN_TOGGLE_LABEL = "#animation_mode_dropdown_toggle_label", + TOAST_FONT_TYPE = "#toast_font_type", + BUNDLE_SELECTED_ITEM_AUX = "#bundle_selected_item_aux", + BUNDLE_SELECTED_ITEM_VISIBLE = "#bundle_selected_item_visible", + BUNDLE_SELECTED_ITEM_CHARGED_ITEM = "#bundle_selected_item_charged_item", + BUNDLE_SELECTED_ITEM_COLOR = "#bundle_selected_item_color", + BUNDLE_SELECTED_ARMOR_TRIM_MATERIAL = "#bundle_selected_armor_trim_material", + BUNDLE_SELECTED_BANNER_PATTERNS = "#bundle_selected_banner_patterns", + BUNDLE_SHIELD_BASE_COLOR_HOVERED = "#bundle_shield_base_color_hovered", + BUNDLE_SELECTED_BANNER_COLORS = "#bundle_selected_banner_colors", + BUNDLE_SELECTED_BANNER_TYPE = "#bundle_selected_banner_type", + BUNDLE_SELECTED_DECORATED_POT_SHERDS = "#bundle_selected_decorated_pot_sherds", + BUNDLE_OPEN_BACK = "#bundle_open_back", + BUNDLE_OPEN_FRONT = "#bundle_open_front", + IS_SELECTED_BUNDLE_ITEM_SLOT = "#is_selected_bundle_item_slot", + SHOW_BUNDLE_ITEM_SLOT = "#show_bundle_item_slot", + MORE_HIDDEN_ITEMS_TEXT = "#more_hidden_items_text", + IS_HIDDEN_ITEMS_LABEL = "#is_hidden_items_label", + BUNDLE_TOOLTIP_SIZE_X = "#bundle_tooltip_size_x", + BUNDLE_TOOLTIP_SIZE_Y = "#bundle_tooltip_size_y", + SHOW_BUNDLE_TOOLTIP_HOVER = "#show_bundle_tooltip_hover", + SHOW_BUNDLE_TOOLTIP_HOVER_SOUTHWEST = "#show_bundle_tooltip_hover_southwest", + SHOW_BUNDLE_TOOLTIP_HOVER_NORTHWEST = "#show_bundle_tooltip_hover_northwest", + SHOW_BUNDLE_TOOLTIP_HOVER_NORTHEAST = "#show_bundle_tooltip_hover_northeast", + SHOW_BUNDLE_TOOLTIP_HOVER_SOUTHEAST = "#show_bundle_tooltip_hover_southeast", + SHOW_BUNDLE_TOOLTIP_POCKET = "#show_bundle_tooltip_pocket", + IS_SELECTED_BUNDLE_FULL = "#is_selected_bundle_full", + BUNDLE_WEIGHT_BAR_RATIO = "#bundle_weight_bar_ratio", + IS_SELECTED_BUNDLE_EMPTY = "#is_selected_bundle_empty", + BUNDLE_TOOLTIP_GRID_DIMENSIONS = "#bundle_tooltip_grid_dimensions", + BUNDLE_NAME = "#bundle_name", + BUNDLE_HAS_SELECTED_ITEM = "#bundle_has_selected_item", + SELECTED_BUNDLE_ITEM_TEXT = "#selected_bundle_item_text", + EDU_AI_LESSON_CRAFTER_ON = "#edu_ai_lesson_crafter_on", + EDITIONS_VISIBLE_AND_NOT_REALMS_PROMO_VISIBLE = "#editions_visible_and_not_realms_promo_visible", + XOUT_BUTTON_VISIBLE_BINDING_NAME = "#Xout_button_visible_binding_name", + ACCESSIBILITY_COINS_WITH_BONUS = "#accessibility_coins_with_bonus", + ACCESSIBILITY_COINS_WITHOUT_BONUS = "#accessibility_coins_without_bonus", + ACCESSIBILITY_MINECOINS_AMOUNT = "#accessibility_minecoins_amount", + ACCESSIBILITY_SCALING_OPTION_TOOLTIP_TEXT = "#accessibility_scaling_option_tooltip_text", + ACTION_TEXT = "#action_text", + ACTIONBAR_TEXT_BACKGROUND_OPACITY = "#actionbar_text_background_opacity", + ACTIONBAR_TEXT_BACKGROUND_OPACITY_ENABLED = "#actionbar_text_background_opacity_enabled", + ACTIONBAR_TEXT_BACKGROUND_OPACITY_SLIDER_LABEL = "#actionbar_text_background_opacity_slider_label", + ACTIONBAR_TEXT_BACKGROUND_OPACITY_TEXT_VALUE = "#actionbar_text_background_opacity_text_value", + ACTIONS_COLLECTION_INDEX = "#actions_collection_index", + ACTIVATE_LINK = "#activate_link", + ACTIVATE_LINK_ENABLED = "#activate_link_enabled", + ACTIVATED_PURCHASE_PANEL_VISIBLE = "#activated_purchase_panel_visible", + ADD_INVITE_LINK_BUTTON_ENABLED = "#add_invite_link_button_enabled", + ADD_INVITE_LINK_BUTTON_VISIBLE = "#add_invite_link_button_visible", + ADDITIONAL_SERVER_TOGGLE_INDEX = "#additional_server_toggle_index", + ADDON_STACKING_WARNING_VISIBLE = "#addon_stacking_warning_visible", + ADVANCED_GRAPHICS_OPTIONS_BUTTON_VISIBLE = "#advanced_graphics_options_button_visible", + ADVANCED_GRAPHICS_OPTIONS_GRID_VISIBLE = "#advanced_graphics_options_grid_visible", + AGREE_TERMS_AND_CONDITIONS = "#agree_terms_and_conditions", + ANIMATION_NAME = "#animation_name", + ANIMATION_TIME_CONTENT_EDIT_BOX = "#animation_time_content_edit_box", + ANIMATION_TIME_FIELD = "#animation_time_field", + ANIMATION_TO_PLAY = "#animation_to_play", + ANIMATION_TO_PLAY_WHEN_DONE = "#animation_to_play_when_done", + APPEARANCE_STATUS_HOVER_LABEL = "#appearance_status_hover_label", + ARE_GAMEPAD_QUICK_SELECT_HELPERS_VISIBLE = "#are_gamepad_quick_select_helpers_visible", + ARMOR_TRIM_MATERIAL = "#armor_trim_material", + ARMOR_TRIM_PATTERN = "#armor_trim_pattern", + AUTHOR_TEXT_BOX = "#author_text_box", + AUTO_UPDATE_MODE_OFF = "#auto_update_mode_off", + AUTO_UPDATE_MODE_ON_WIFI_ONLY = "#auto_update_mode_on_wifi_only", + AUTO_UPDATE_MODE_ON_WITH_CELLULAR = "#auto_update_mode_on_with_cellular", + AVAILABLE_GRID_DIMENSIONS = "#available_grid_dimensions", + AVAILABLE_PACK_ITEMS = "#available_pack_items", + BACK_BUTTON_ACCESSIBILITY_TEXT = "#back_button_accessibility_text", + BACKGROUND_IMAGE_TEXTURE_FILE_SYSTEM = "#background_image_texture_file_system", + BACKGROUND_IMAGE_TEXTURE_PATH = "#background_image_texture_path", + BANNER_BUTTON_LEFT_PADDING_VISIBLE = "#banner_button_left_padding_visible", + BANNER_BUTTON_RIGHT_PADDING_VISIBLE = "#banner_button_right_padding_visible", + BANNER_DESCRIPTION_LEFT_PADDING_VISIBLE = "#banner_description_left_padding_visible", + BANNER_DESCRIPTION_RIGHT_PADDING_VISIBLE = "#banner_description_right_padding_visible", + BANNER_HOVER_TEXTURE_FILEPATH = "#banner_hover_texture_filepath", + BANNER_TITLE_LEFT_PADDING_VISIBLE = "#banner_title_left_padding_visible", + BANNER_TITLE_RIGHT_PADDING_VISIBLE = "#banner_title_right_padding_visible", + BETA_RETAIL_LEGACY_WORLD_DATE = "#beta_retail_legacy_world_date", + BETA_RETAIL_LEGACY_WORLD_FILESIZE = "#beta_retail_legacy_world_filesize", + BETA_RETAIL_LEGACY_WORLD_GAME_MODE = "#beta_retail_legacy_world_game_mode", + BETA_RETAIL_LEGACY_WORLD_IMAGE = "#beta_retail_legacy_world_image", + BETA_RETAIL_LEGACY_WORLD_NAME = "#beta_retail_legacy_world_name", + BETA_RETAIL_LEGACY_WORLD_TEXTURE_SOURCE = "#beta_retail_legacy_world_texture_source", + BETA_RETAIL_LOCAL_WORLD_DATE = "#beta_retail_local_world_date", + BETA_RETAIL_LOCAL_WORLD_FILESIZE = "#beta_retail_local_world_filesize", + BETA_RETAIL_LOCAL_WORLD_GAME_MODE = "#beta_retail_local_world_game_mode", + BETA_RETAIL_LOCAL_WORLD_IMAGE = "#beta_retail_local_world_image", + BETA_RETAIL_LOCAL_WORLD_NAME = "#beta_retail_local_world_name", + BETA_RETAIL_LOCAL_WORLD_TEXTURE_SOURCE = "#beta_retail_local_world_texture_source", + BLOCK_TYPE_DROPDOWN_LABEL_COLOR_BINDING = "#block_type_dropdown_label_color_binding", + BLOOM_STRENGTH = "#bloom_strength", + BLOOM_STRENGTH_ENABLED = "#bloom_strength_enabled", + BLOOM_STRENGTH_SLIDER_LABEL = "#bloom_strength_slider_label", + BLOOM_STRENGTH_TEXT_VALUE = "#bloom_strength_text_value", + BUNDLE_COIN_TEXTURE_FILE_SYSTEM = "#bundle_coin_texture_file_system", + BUNDLE_DESCRIPTION_COLLECTION_INDEX = "#bundle_description_collection_index", + BUNDLE_OR_HERO_PACK_ICON_SECTION_VISIBLE = "#bundle_or_hero_pack_icon_section_visible", + BUNDLE_PURCHASE_WARNING_TITLE = "#bundle_purchase_warning_title", + BUNDLE_THUMBNAIL_TEXTURE_FILE_SYSTEM = "#bundle_thumbnail_texture_file_system", + BUNDLE_THUMBNAIL_TEXTURE_NAME = "#bundle_thumbnail_texture_name", + BUTTON_DPAD_LEFT_DESCRIPTION = "#button_dpad_left_description", + BUTTON_NAME_TEXT = "#button_name_text", + BUTTON_THUMBSTICK_LEFT_DESCRIPTION = "#button_thumbstick_left_description", + BUTTON_THUMBSTICK_RIGHT_DESCRIPTION = "#button_thumbstick_right_description", + CALL_TO_ACTION_BUTTON_VISIBLE = "#call_to_action_button_visible", + CAN_MOVE = "#can_move", + CAN_SCROLL_LEFT = "#can_scroll_left", + CAN_SCROLL_RIGHT = "#can_scroll_right", + CAST_CHARACTER_OPTIONS_COLLECTION_INDEX = "#cast_character_options_collection_index", + CAST_CHARACTER_OPTIONS_DIMENSIONS = "#cast_character_options_dimensions", + CATEGORY = "#category", + CATEGORY_ADDONS_ICON_VISIBLE = "#category_addons_icon_visible", + CATEGORY_COLUMN_COLLECTION_INDEX = "#category_column_collection_index", + CATEGORY_MASHUPS_ICON_VISIBLE = "#category_mashups_icon_visible", + CATEGORY_ROW_COLLECTION_INDEX = "#category_row_collection_index", + CATEGORY_SKINS_ICON_VISIBLE = "#category_skins_icon_visible", + CATEGORY_TEXTURES_ICON_VISIBLE = "#category_textures_icon_visible", + CATEGORY_WORLDS_ICON_VISIBLE = "#category_worlds_icon_visible", + CHAT_ = "#chat_", + CHAT_BACKGROUND_OPACITY = "#chat_background_opacity", + CHAT_BACKGROUND_OPACITY_ENABLED = "#chat_background_opacity_enabled", + CHAT_BACKGROUND_OPACITY_SLIDER_LABEL = "#chat_background_opacity_slider_label", + CHAT_BACKGROUND_OPACITY_TEXT_VALUE = "#chat_background_opacity_text_value", + CHAT_COLOR_DROPDOWN_LABEL = "#chat_color_dropdown_label", + CHAT_COORDINATE_DROPDOWN_LABEL = "#chat_coordinate_dropdown_label", + CHAT_COORDINATE_DROPDOWN_VISIBLE = "#chat_coordinate_dropdown_visible", + CHAT_COORDINATE_TEXT_EDIT_VISIBLE = "#chat_coordinate_text_edit_visible", + CHAT_FONT_SIZE_SLIDER_LABEL = "#chat_font_size_slider_label", + CHAT_FONT_SIZE_STEPS = "#chat_font_size_steps", + CHAT_LINE_SPACING_SLIDER_LABEL = "#chat_line_spacing_slider_label", + CHAT_LINE_SPACING_TEXT_VALUE = "#chat_line_spacing_text_value", + CHAT_MESSAGE_DURATION_RADIO_TENSEC = "#chat_message_duration_radio_TenSec", + CHAT_MESSAGE_DURATION_RADIO_THIRTYSEC = "#chat_message_duration_radio_ThirtySec", + CHAT_MESSAGE_DURATION_RADIO_THREESEC = "#chat_message_duration_radio_ThreeSec", + CHAT_TYPEFACE_DROPDOWN_LABEL = "#chat_typeface_dropdown_label", + CLASSIC_STACK_SPLITTING_OVERLAY_VISIBLE = "#classic_stack_splitting_overlay_visible", + CLEAR_BUTTON_FOCUS_CHANGE_RIGHT = "#clear_button_focus_change_right", + CLOUD_FILE_LAST_CHANGED = "#cloud_file_last_changed", + CLOUD_FILE_LAST_CHANGED_ENABLED = "#cloud_file_last_changed_enabled", + CLOUD_FILE_NAME = "#cloud_file_name", + CLOUD_FILE_NAME_ENABLED = "#cloud_file_name_enabled", + COIN_BUNDLE_DESCRIPTION_FONT_COLOR = "#coin_bundle_description_font_color", + COIN_BUNDLE_DESCRIPTION_FONT_SIZE = "#coin_bundle_description_font_size", + COIN_BUNDLE_DESCRIPTION_FONT_TYPE = "#coin_bundle_description_font_type", + COIN_BUNDLE_DESCRIPTION_SECTION = "#coin_bundle_description_section", + COIN_BUNDLE_DESCRIPTION_TEXT = "#coin_bundle_description_text", + COIN_BUNDLE_DESCRIPTION_TEXT_TTS = "#coin_bundle_description_text_tts", + COIN_BUNDLE_SECTION_CONTENT = "#coin_bundle_section_content", + COIN_PROMPT_COLOR = "#coin_prompt_color", + COLLAPSED_COLLECTION_INDEX = "#collapsed_collection_index", + COLLAPSED_COLLECTION_NAME = "#collapsed_collection_name", + COLLAPSED_SHOW_MORE_VISIBLE = "#collapsed_show_more_visible", + COLLECTION_INDEX = "#collection_index", + COLLECTION_NAME = "#collection_name", + COLLECTION_NUMBER_SIZE = "#collection_number_size", + COLLECTION_PERMISSION_LEVEL_DROPDOWN_ICON_TEXTURE = "#collection_permission_level_dropdown_icon_texture", + COLLECTIONS = "#collections", + COLUMN_COLLECTION_INDEX = "#column_collection_index", + COMMAND_MACRO_COMMAND_ENABLED = "#command_macro_command_enabled", + COMMENT = "#comment", + COMMON = "#common", + CONSTRUCTOR = "#constructor", + CONTENT_LOG_GUI_LEVEL_ERROR = "#content_log_gui_level_error", + CONTENT_LOG_GUI_LEVEL_INFO = "#content_log_gui_level_info", + CONTENT_LOG_GUI_LEVEL_VERBOSE = "#content_log_gui_level_verbose", + CONTENT_LOG_GUI_LEVEL_WARN = "#content_log_gui_level_warn", + CONTENT_LOG_GUI_SHOW_ON_ERRORS = "#content_log_gui_show_on_errors", + CONTENT_LOG_GUI_SHOW_ON_ERRORS_ENABLED = "#content_log_gui_show_on_errors_enabled", + CONTENT_TIER_SLIDER_TEXT_VALUE = "#content_tier_slider_text_value", + CONTROL_CUSTOMIZATION_VISIBLE = "#control_customization_visible", + CONTROLLER_LEFT_BUMPER_DESCRIPTION = "#controller_left_bumper_description", + CONTROLLER_RIGHT_BUMPER_DESCRIPTION = "#controller_right_bumper_description", + COORDINATE_TYPE_FACING = "#coordinate_type_facing", + COORDINATE_TYPE_POSITION = "#coordinate_type_position", + CRAFTER_OUTPUT_ITEM_BANNER_COLORS = "#crafter_output_item_banner_colors", + CRAFTER_OUTPUT_ITEM_BANNER_PATTERNS = "#crafter_output_item_banner_patterns", + CRAFTER_OUTPUT_ITEM_BANNER_TYPE = "#crafter_output_item_banner_type", + CRAFTER_OUTPUT_ITEM_DECORATED_POT_SHERDS = "#crafter_output_item_decorated_pot_sherds", + CRAFTER_OUTPUT_ITEM_SHIELD_BASE_COLOR_HOVERED = "#crafter_output_item_shield_base_color_hovered", + CREATE_PERSONA_POPUP_CONFIRM_TEXT = "#create_persona_popup_confirm_text", + CSB_EXPIRATION_BANNER_VISIBLE = "#csb_expiration_banner_visible", + CSB_INCOMPATIBLE_BUTTON_VISIBLE = "#csb_incompatible_button_visible", + CSB_ONE_MONTH_FREE_TRIAL_VISIBLE = "#csb_one_month_free_trial_visible", + CSB_PURCHASED_WITH_BUY_PANEL = "#csb_purchased_with_buy_panel", + CSB_PURCHASED_WITH_CANCEL_PANEL = "#csb_purchased_with_cancel_panel", + CURRENT_USER_PROFILE_OPTIONS = "#current_user_profile_options", + CUSTOM_DROPDOWN_COLLECTION_INDEX = "#custom_dropdown_collection_index", + CUSTOM_ROT_Y = "#custom_rot_y", + CUSTOM_WORLD_TEMPLATE_FACTORY_COLLECTION = "#custom_world_template_factory_collection", + CUSTOMIZE_TOOLTIP_OPTION_TEXT = "#customize_tooltip_option_text", + CUSTOMIZE_TOOLTIP_OPTION_VISIBLE = "#customize_tooltip_option_visible", + CYCLE_LEFT_BUTTON_ACCESSIBILITY_TEXT = "#cycle_left_button_accessibility_text", + CYCLE_PACK_LEFT_BUTTON_ENABLED = "#cycle_pack_left_button_enabled", + CYCLE_PACK_RIGHT_BUTTON_ENABLED = "#cycle_pack_right_button_enabled", + CYCLE_RIGHT_BUTTON_ACCESSIBILITY_TEXT = "#cycle_right_button_accessibility_text", + CYCLE_SCREENSHOTS_LEFT_BUTTON_ENABLED = "#cycle_screenshots_left_button_enabled", + CYCLE_SCREENSHOTS_RIGHT_BUTTON_ENABLED = "#cycle_screenshots_right_button_enabled", + CYCLING_ICON_FILE_SYSTEM = "#cycling_icon_file_system", + CYCLING_ICON_PATH = "#cycling_icon_path", + CYCLING_ICON_ZIP = "#cycling_icon_zip", + DAMAGE_BOB = "#damage_bob", + DAMAGE_BOB_ENABLED = "#damage_bob_enabled", + DAMAGE_BOB_SLIDER_LABEL = "#damage_bob_slider_label", + DATA_FIELD = "#data_field", + DEACTIVATED_PURCHASE_HOVER_VISIBLE = "#deactivated_purchase_hover_visible", + DEACTIVATED_PURCHASE_PANEL_VISIBLE = "#deactivated_purchase_panel_visible", + DEBUG_DRAWER_BUTTON_VISIBLE = "#debug_drawer_button_visible", + DEBUG_HUD_RADIO_AUDIO = "#debug_hud_radio_audio", + DEBUG_HUD_RADIO_BUFFER_MEMORY = "#debug_hud_radio_buffer_memory", + DEBUG_HUD_RADIO_CACHESTORAGEUSAGE = "#debug_hud_radio_cachestorageusage", + DEBUG_HUD_RADIO_CAMERA = "#debug_hud_radio_camera", + DEBUG_HUD_RADIO_CLIENT_NETWORK = "#debug_hud_radio_client_network", + DEBUG_HUD_RADIO_IMAGEMEMORY = "#debug_hud_radio_imagememory", + DEBUG_HUD_RADIO_IMGUI = "#debug_hud_radio_imgui", + DEBUG_HUD_RADIO_LOCK_CONTENTION = "#debug_hud_radio_lock_contention", + DEBUG_HUD_RADIO_MATERIAL_MEMORY = "#debug_hud_radio_material_memory", + DEBUG_HUD_RADIO_OREUI = "#debug_hud_radio_oreui", + DEBUG_HUD_RADIO_PERIMAGEMEMORY = "#debug_hud_radio_perimagememory", + DEBUG_HUD_RADIO_PROFILER = "#debug_hud_radio_profiler", + DEBUG_HUD_RADIO_SERVER_NETWORK = "#debug_hud_radio_server_network", + DEBUG_HUD_RADIO_TEXTUREMEMORY = "#debug_hud_radio_texturememory", + DECORATED_POT_SHERDS = "#decorated_pot_sherds", + DEFAULT_ITEM_FILE_SYSTEM = "#default_item_file_system", + DEFAULT_ITEM_TEXTURE = "#default_item_texture", + DEFAULT_ITEM_ZIP = "#default_item_zip", + DEFAULT_MOVE_STICK_VISIBLE = "#default_move_stick_visible", + DEFAULT_MOVE_STICK_VISIBLE_ENABLED = "#default_move_stick_visible_enabled", + DEFAULT_PROMPT_COLOR = "#default_prompt_color", + DEFERRED_POINT_LIGHT_ENABLED = "#deferred_point_light_enabled", + DELETE_SELECTED_SAVES_BUTTON_ENABLED = "#delete_selected_saves_button_enabled", + DELETE_SELECTED_SAVES_BUTTON_TEXT = "#delete_selected_saves_button_text", + DEPENDENCY_TEXTURE_FILE_SYSTEM = "#dependency_texture_file_system", + DEPENDENT_PACKS_TEXTURE_FILE_SYSTEM = "#dependent_packs_texture_file_system", + DEPENDENT_PACKS_TEXTURE_ZIP = "#dependent_packs_texture_zip", + DESCRIPTION_COLLAPSED_VISIBLE = "#description_collapsed_visible", + DESCRIPTION_EXPANDED_VISIBLE = "#description_expanded_visible", + DEVICE_INFO_MEMORY_TIER_VISIBLE = "#device_info_memory_tier_visible", + DEVICE_INFO_OPTIONS_ENABLED = "#device_info_options_enabled", + DIAGNOSTICS_OPTIONS_ENABLED = "#diagnostics_options_enabled", + DISABLE_HEAD_FOLLOW_MOUSE = "#disable_head_follow_mouse", + DOCUMENT = "#document", + DRESSING_ROOM_BUTTON_FOCUS_CHANGE_OVERRIDE = "#dressing_room_button_focus_change_override", + DRESSING_ROOM_BUTTON_VISIBLE = "#dressing_room_button_visible", + DRESSING_ROOM_CONTROLLER_BUTTON_VISIBLE = "#dressing_room_controller_button_visible", + DROPDOWN_TOGGLE_TEXTURE_FILE_SYSTEM = "#dropdown_toggle_texture_file_system", + DY_D = "#dy_d", + ECOMODE_TOGGLE = "#ecomode_toggle", + ECOMODE_TOGGLE_ENABLED = "#ecomode_toggle_enabled", + EDIT_APPEARANCE_ERROR_TOOLTIP_VISIBLE = "#edit_appearance_error_tooltip_visible", + EDIT_WORLD_BUTTON_BUTTON_STRING = "#edit_world_button_button_string", + EDU_CLOUD_CONFLICT_RESOLUTION_CLOUD_DATE = "#edu_cloud_conflict_resolution_cloud_date", + EDU_CLOUD_CONFLICT_RESOLUTION_CLOUD_NAME = "#edu_cloud_conflict_resolution_cloud_name", + EDU_CLOUD_CONFLICT_RESOLUTION_DESCRIPTION = "#edu_cloud_conflict_resolution_description", + EDU_CLOUD_CONFLICT_RESOLUTION_LOCAL_DATE = "#edu_cloud_conflict_resolution_local_date", + EDU_CLOUD_CONFLICT_RESOLUTION_LOCAL_NAME = "#edu_cloud_conflict_resolution_local_name", + EDU_CLOUD_ERROR_HYPERLINK_LABEL = "#edu_cloud_error_hyperlink_label", + EDU_CLOUD_STORAGE_BODY_LABEL_TEXT = "#edu_cloud_storage_body_label_text", + EDU_CLOUD_UPLOAD = "#edu_cloud_upload", + EDU_CLOUD_UPLOAD_ENABLED = "#edu_cloud_upload_enabled", + EDU_CLOUD_UPLOAD_IMAGES_VISIBLE = "#edu_cloud_upload_images_visible", + EDU_EXTERNAL_LINK_DISPLAY_NAME = "#edu_external_link_display_name", + EDU_EXTERNAL_RESOURCE_URI_ENABLED = "#edu_external_resource_uri_enabled", + EDU_EXTERNAL_RESOURCE_URI_EXISTS = "#edu_external_resource_uri_exists", + EDU_SERVER_TIMEOUT_BUTTON_TEXT = "#edu_server_timeout_button_text", + EDU_SIGNED_IN_ONLY_UI_VISIBLE = "#edu_signed_in_only_ui_visible", + EDU_URI_RESOURCE_NAME = "#edu_uri_resource_name", + EDU_URI_RESOURCE_NAME_ENABLED = "#edu_uri_resource_name_enabled", + EDU_URI_RESOURCE_URI = "#edu_uri_resource_uri", + EDU_URI_RESOURCE_URI_ENABLED = "#edu_uri_resource_uri_enabled", + EMOTE_INDEX = "#emote_index", + EMOTE_WHEEL_SELECTION_VISIBLE = "#emote_wheel_selection_visible", + EMPTY_STAR_TEXTURE = "#empty_star_texture", + ENABLE_GRAPHICS_API_SWITCHING = "#enable_graphics_api_switching", + ENCHANT_ERROR = "#enchant_error", + ENTITLEMENTS_REFRESHING_VISIBLE = "#entitlements_refreshing_visible", + ENTRY_BUTTON_FOCUS_CHANGE_LEFT_OVERRIDE = "#entry_button_focus_change_left_override", + ENTRY_BUTTON_FOCUS_CHANGE_RIGHT_OVERRIDE = "#entry_button_focus_change_right_override", + ENTRY_BUTTON_FOCUS_ID_OVERRIDE = "#entry_button_focus_id_override", + ENTRY_BUTTON_TOOLTIP_VISIBLE = "#entry_button_tooltip_visible", + ENTRY_GRID_COLLECTION_INDEX = "#entry_grid_collection_index", + ENTRY_SELECTION_COLLECTION_INDEX = "#entry_selection_collection_index", + EPIC = "#epic", + ERROR_CODE = "#error_code", + EXISTING_WORLD_BUTTON_ENABLED = "#existing_world_button_enabled", + EXISTING_WORLD_ICON_FILE_SYSTEM = "#existing_world_icon_file_system", + EXPANDED_COLOR = "#expanded_color", + EXPANDED_SKIN_PACK_COLLECTION_INDEX = "#expanded_skin_pack_collection_index", + EXPERIMENTAL_TOGGLE_ENABLED = "#experimental_toggle_enabled", + EXPIRATION_CONTAINER_VISIBLE = "#expiration_container_visible", + EXPIRATION_DURATION_DROPDOWN_ENABLED = "#expiration_duration_dropdown_enabled", + EXPIRATION_DURATION_DROPDOWN_TOGGLE_LABEL = "#expiration_duration_dropdown_toggle_label", + EXPIRATION_DURATION_RADIO_DAY = "#expiration_duration_radio_day", + EXPIRATION_DURATION_RADIO_HALFDAY = "#expiration_duration_radio_halfDay", + EXPIRATION_DURATION_RADIO_HALFHOUR = "#expiration_duration_radio_halfHour", + EXPIRATION_DURATION_RADIO_HOUR = "#expiration_duration_radio_hour", + EXPIRATION_DURATION_RADIO_NEVER = "#expiration_duration_radio_never", + EXPIRATION_DURATION_RADIO_QUARTERDAY = "#expiration_duration_radio_quarterDay", + EXPIRATION_DURATION_RADIO_WEEK = "#expiration_duration_radio_week", + EXPORT_OFFSET_EDIT_BOX = "#export_offset_edit_box", + EXPORT_SIZE_EDIT_BOX = "#export_size_edit_box", + EXTERNAL_STORAGE_PERMISSION_DROPDOWN_VISIBLE = "#external_storage_permission_dropdown_visible", + FACTORY_COLLECTION_INDEX = "#factory_collection_index", + FADE_IN_ICON_TIME_SECONDS = "#fade_in_icon_time_seconds", + FAIL_REALMS_PURCHASE_FULFILLMENT_VISIBLE = "#fail_realms_purchase_fulfillment_visible", + FILE_STORAGE_LOCATION_TOGGLE_LABEL = "#file_storage_location_toggle_label", + FILLED_STAR_TEXTURE = "#filled_star_texture", + FILTER_OPTION_VISIBLE_ = "#filter_option_visible_", + FILTER_PACKTYPE_SELECTED_VISIBLE = "#filter_packtype_selected_visible", + FILTER_PROFANITY_OPTION_TOOLTIP_TEXT = "#filter_profanity_option_tooltip_text", + FILTER_SELECTED_ = "#filter_selected_", + FILTERED_LIGHT_MULTIPLIER = "#filtered_light_multiplier", + FIND_CROSS_PLATFORM_FRIENDS_ENABLED = "#find_cross_platform_friends_enabled", + FIRST_PARTY_MEMBER_PROFILE_OPTIONS = "#first_party_member_profile_options", + FLYING_ITEM_RENDERER = "#flying_item_renderer", + FOCUS_NAVIGATION_MODE_DOWN = "#focus_navigation_mode_down", + FOCUS_NAVIGATION_MODE_LEFT = "#focus_navigation_mode_left", + FOCUS_NAVIGATION_MODE_RIGHT = "#focus_navigation_mode_right", + FOCUS_NAVIGATION_MODE_UP = "#focus_navigation_mode_up", + FORCE_DIRTY_ANIMATION = "#force_dirty_animation", + FORCE_PACK_DOWNLOAD_ENABLED = "#force_pack_download_enabled", + FORCE_PACK_DOWNLOAD_LOCKED = "#force_pack_download_locked", + FORCE_SKIN_UPDATE = "#force_skin_update", + FORCE_USER_AGREEMENT_ADDON = "#force_user_agreement_addon", + FORCE_USER_AGREEMENT_ADDON_ENABLED = "#force_user_agreement_addon_enabled", + FORM_TEXT = "#form_text", + FRAME_PACING_OPTION_TOOLTIP_TEXT = "#frame_pacing_option_tooltip_text", + FREE_PREVIEW_REALM_AVAILABLE = "#free_preview_realm_available", + FREE_PREVIEW_REALM_BUTTON_VISIBLE = "#free_preview_realm_button_visible", + FREE_PREVIEW_REALM_NEW_BUTTON_VISIBLE = "#free_preview_realm_new_button_visible", + FREE_UP_SPACE_STORAGE_BAR_FILL_COLOR = "#free_up_space_storage_bar_fill_color", + FREE_UP_SPACE_STORAGE_BAR_PERCENT_FILLED = "#free_up_space_storage_bar_percent_filled", + FREE_UP_SPACE_STORAGE_BAR_TEXT_LEFT = "#free_up_space_storage_bar_text_left", + FREE_UP_SPACE_STORAGE_BAR_TEXT_RIGHT = "#free_up_space_storage_bar_text_right", + FRIEND_REALMS_GRID_DIMENSION = "#friend_realms_grid_dimension", + FRIENDS_DRAWER_BUTTON_ENABLED = "#friends_drawer_button_enabled", + FRIENDS_DRAWER_BUTTON_FOCUS_OVERRIDE = "#friends_drawer_button_focus_override", + FRIENDS_DRAWER_BUTTON_VISIBLE = "#friends_drawer_button_visible", + FRIENDS_NETWORK_WORLD_ITEM_GRID_DIMENSION = "#friends_network_world_item_grid_dimension", + FRIENDS_TAB_SHOW_NOT_BOUNCING = "#friends_tab_show_not_bouncing", + FVARIABLE = "#fvariable", + GATHERING_CAPTION_BACKGROUND_COLOR = "#gathering_caption_background_color", + GATHERING_CAPTION_FOREGROUND_COLOR = "#gathering_caption_foreground_color", + GENERATE_RANDOM_BUTTON_TEXT = "#generate_random_button_text", + GESTURE_DELTA_SOURCE = "#gesture_delta_source", + GESTURE_MOUSE_DELTA_X = "#gesture_mouse_delta_x", + GESTURE_MOUSE_DELTA_Y = "#gesture_mouse_delta_y", + GET_OFFLINE_AUTHCODE_MESSAGE_PANEL_VISIBLE = "#get_offline_authcode_message_panel_visible", + GIF_PATH = "#gif_path", + GRAPHICS_MODE_DROPDOWN_ENABLED = "#graphics_mode_dropdown_enabled", + GRAPHICS_MODE_DROPDOWN_TOGGLE_LABEL = "#graphics_mode_dropdown_toggle_label", + GRAPHICS_MODE_IS_RAY_TRACED = "#graphics_mode_is_ray_traced", + GRAPHICS_MODE_IS_SIMPLE_OR_FANCY = "#graphics_mode_is_simple_or_fancy", + GRAPHICS_MODE_OPTION_TOOLTIP_TEXT = "#graphics_mode_option_tooltip_text", + GRAPHICS_MODE_OPTION_WARNING_VISIBLE = "#graphics_mode_option_warning_visible", + GRAPHICS_MODE_PRESET_IS_VISIBLE = "#graphics_mode_preset_is_visible", + GRAPHICS_MODE_RADIO_DEFERRED = "#graphics_mode_radio_deferred", + GRAPHICS_MODE_RADIO_DEFERRED_ENABLED = "#graphics_mode_radio_deferred_enabled", + GRAPHICS_MODE_RADIO_FANCY = "#graphics_mode_radio_fancy", + GRAPHICS_MODE_RADIO_RAY_TRACED = "#graphics_mode_radio_ray_traced", + GRAPHICS_MODE_RADIO_RAY_TRACED_ENABLED = "#graphics_mode_radio_ray_traced_enabled", + GRAPHICS_MODE_RADIO_SIMPLE = "#graphics_mode_radio_simple", + GRAPHICS_MODE_SWITCH = "#graphics_mode_switch", + GRAPHICS_MODE_SWITCH_ENABLED = "#graphics_mode_switch_enabled", + GRAPHICS_QUALITY_PRESET_MODE_RADIO_CUSTOM = "#graphics_quality_preset_mode_radio_custom", + GRAPHICS_QUALITY_PRESET_MODE_RADIO_PERFORMANCE = "#graphics_quality_preset_mode_radio_performance", + GRAPHICS_QUALITY_PRESET_MODE_RADIO_VISUALS = "#graphics_quality_preset_mode_radio_visuals", + GRID_NUMBER_SIZE = "#grid_number_size", + GROUP_ITEM_GROUP_NAME = "#group_item_group_name", + GUI_ACCESSIBILITY_SCALING = "#gui_accessibility_scaling", + GUI_ACCESSIBILITY_SCALING_ENABLED = "#gui_accessibility_scaling_enabled", + GUI_SCALE_DISABLED_OPTION_TOOLTIP_TEXT = "#gui_scale_disabled_option_tooltip_text", + GUI_SCALE_DISABLED_OPTION_VISIBLE = "#gui_scale_disabled_option_visible", + HAS_HORSE_ARMOR_AND_SADDLE_SLOT = "#has_horse_armor_and_saddle_slot", + HAS_NAUTILUS_ARMOR_AND_SADDLE_SLOT = "#has_nautilus_armor_and_saddle_slot", + HAS_ONLY_NAUTILUS_ARMOR_SLOT = "#has_only_nautilus_armor_slot", + HEADER_LEFT_PADDING_VISIBLE = "#header_left_padding_visible", + HEADER_RIGHT_PADDING_VISIBLE = "#header_right_padding_visible", + HERO_FEATURED_PACK_ICON_SECTION_VISIBLE = "#hero_featured_pack_icon_section_visible", + HIDE_INVITES = "#hide_invites", + HOST_OPTIONS_MENU_NOT_OPEN_AND_TTS_ENABLED = "#host_options_menu_not_open_and_tts_enabled", + HOST_TELEPORT_GRID_DIMENSION = "#host_teleport_grid_dimension", + HOST_WEATHER_GRID_DIMENSION = "#host_weather_grid_dimension", + HOVER_SLICE = "#hover_slice", + HUD_TEXT_BACKGROUND_OPACITY = "#hud_text_background_opacity", + HUD_TEXT_BACKGROUND_OPACITY_ENABLED = "#hud_text_background_opacity_enabled", + HUD_TEXT_BACKGROUND_OPACITY_SLIDER_LABEL = "#hud_text_background_opacity_slider_label", + HUD_TEXT_BACKGROUND_OPACITY_TEXT_VALUE = "#hud_text_background_opacity_text_value", + ICON_OVERLAY_FONT_SCALE_FACTOR = "#icon_overlay_font_scale_factor", + ICON_OVERLAY_LEFT_PADDING_VISIBLE = "#icon_overlay_left_padding_visible", + ICON_OVERLAY_POSITION_COLLECTION = "#icon_overlay_position_collection", + ICON_OVERLAY_RIGHT_PADDING_VISIBLE = "#icon_overlay_right_padding_visible", + ICON_OVERLAY_TEXT_ALIGNMENT = "#icon_overlay_text_alignment", + ICON_OVERLAY_TEXTURE_FILEPATH = "#icon_overlay_texture_filepath", + IMAGE_NAME = "#image_name", + IMPROVED_INPUT_RESPONSE_OPTION_TOOLTIP_TEXT = "#improved_input_response_option_tooltip_text", + IN_CAST_MODAL = "#in_cast_modal", + INCLUDE_ENTITIES_TOGGLE = "#include_entities_toggle", + INCLUDE_ENTITIES_TOGGLE_OFF = "#include_entities_toggle_off", + INCLUDE_PLAYERS_TOGGLE = "#include_players_toggle", + INDEX = "#index", + INFINITE_LINK = "#infinite_link", + INFINITE_LINK_ENABLED = "#infinite_link_enabled", + INFO_ADDITIONAL_SERVER_PING = "#info_additional_server_ping", + INFO_ADDITIONAL_SERVER_PING_TEXTURE_NAME = "#info_additional_server_ping_texture_name", + INFO_ADDITIONAL_SERVER_PLAYER_COUNT = "#info_additional_server_player_count", + INFO_IS_NETWORK_AVAILABLE_AND_PING_LOADING = "#info_is_network_available_and_ping_loading", + INFO_THIRD_PARTY_SERVER_PLAYER_COUNT = "#info_third_party_server_player_count", + INFO_TYPE = "#info_type", + INTERFACE_OPACITY_TEXT_VALUE = "#interface_opacity_text_value", + INVALID_GRID_DIMENSIONS = "#invalid_grid_dimensions", + INVALID_PACK_ITEMS = "#invalid_pack_items", + INVENTORY_BUTTON_TEXT_COLOR = "#inventory_button_text_color", + INVENTORY_SELECTED_ARMOR_TRIM_MATERIAL = "#inventory_selected_armor_trim_material", + INVENTORY_SELECTED_DECORATED_POT_SHERDS = "#inventory_selected_decorated_pot_sherds", + INVENTORY_SELECTED_SERIALIZED_ACTOR_POSE = "#inventory_selected_serialized_actor_pose", + INVITE_LINK_EXPIRATION_TIME = "#invite_link_expiration_time", + INVITE_LINK_EXPIRATION_TIME_TTS = "#invite_link_expiration_time_TTS", + IP_BUTTON_FOCUS_CHANGE_LEFT = "#ip_button_focus_change_left", + IS_APPEARANCE_STATUS_HOVER_PANEL_VISIBLE = "#is_appearance_status_hover_panel_visible", + IS_APPEARANCE_STATUS_VISIBLE = "#is_appearance_status_visible", + IS_COLOR_PICKER_EQUIP_VISIBLE = "#is_color_picker_equip_visible", + IS_CONN_ID_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_conn_id_tooltip_hover_panel_visible", + IS_CONTROLLER_CLOSE_HOVER_VISIBLE = "#is_controller_close_hover_visible", + IS_CREATIVE_LAYOUT_BUTTON_VISIBLE = "#is_creative_layout_button_visible", + IS_CURRENCY_PURCHASE_VISIBLE = "#is_currency_purchase_visible", + IS_CYCLE_BUTTON_FOCUSED = "#is_cycle_button_focused", + IS_HARDCORE = "#is_hardcore", + IS_HARDCORE_ENABLED = "#is_hardcore_enabled", + IS_JOINCODE_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_joincode_tooltip_hover_panel_visible", + IS_LEAVING_MPP_BANNER_VISIBLE = "#is_leaving_mpp_banner_visible", + IS_LOADING_RETAILTOPREVIEW_WORLD = "#is_loading_retailtopreview_world", + IS_MORE_INFO_BUTTON_VISIBLE = "#is_more_info_button_visible", + IS_MPP_SUBSCRIBER_ONLY_SALE = "#is_mpp_subscriber_only_sale", + IS_MULTIPLAYER_BLOCKED_OR_NETWORK_DOWN = "#is_multiplayer_blocked_or_network_down", + IS_NETWORK_AVAILABLE_AND_PING_NOT_LOADING = "#is_network_available_and_ping_not_loading", + IS_OWNERSHIP_VERIFICATION_IN_PROGRESS = "#is_ownership_verification_in_progress", + IS_PASSCODE_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_passcode_tooltip_hover_panel_visible", + IS_PDP_PAGE_SALES_CSB_ICON_VISIBLE = "#is_pdp_page_sales_csb_icon_visible", + IS_PLAY_AGAIN_BUTTON_VISIBLE = "#is_play_again_button_visible", + IS_PROGRESS_TEXTURE_VISIBLE = "#is_progress_texture_visible", + IS_PURCHASE_BUTTON_PADDING_VISIBLE = "#is_purchase_button_padding_visible", + IS_RIGHT_INFO_CLASSIC_SKIN_PANEL_VISIBLE = "#is_right_info_classic_skin_panel_visible", + IS_RIGHT_INFO_EMOTE_PANEL_VISIBLE = "#is_right_info_emote_panel_visible", + IS_RIGHT_INFO_GETTING_STARTED_PANEL_VISIBLE = "#is_right_info_getting_started_panel_visible", + IS_RIGHT_INFO_PIECE_OFFER_PANEL_VISIBLE = "#is_right_info_piece_offer_panel_visible", + IS_RIGHT_INFO_SIZE_PANEL_VISIBLE = "#is_right_info_size_panel_visible", + IS_RIGHT_TAB_SMITHING_TABLE = "#is_right_tab_smithing_table", + IS_SCROLL_BAR_BOX = "#is_scroll_bar_box", + IS_SDL_DROPDOWN_HEADER_TOGGLE_SELECTED = "#is_sdl_dropdown_header_toggle_selected", + IS_SUBCATEGORY_EQUIP_BUTTON_VISIBLE = "#is_subcategory_equip_button_visible", + IS_TOOLTIP_HOVER_PANEL_VISIBLE = "#is_tooltip_hover_panel_visible", + ITEM_ADDON_PACK_COUNT_AND_LABEL = "#item_addon_pack_count_and_label", + ITEM_ADDON_PACK_COUNT_VISIBLE = "#item_addon_pack_count_visible", + ITEM_COLUMN_COLLECTION_INDEX = "#item_column_collection_index", + ITEM_MASHUP_COUNT_AND_LABEL = "#item_mashup_count_and_label", + ITEM_RESOURCE_PACK_COUNT_AND_LABEL = "#item_resource_pack_count_and_label", + ITEM_ROW_COLLECTION_INDEX = "#item_row_collection_index", + ITEM_STORAGE_CURRENT_AMOUNT = "#item_storage_current_amount", + ITEM_WORLD_TEMPLATE_COUNT_AND_LABEL = "#item_world_template_count_and_label", + JOIN_BY_CODE_TEXT_EDIT = "#join_by_code_text_edit", + JOINCODE_ERROR_ICON_VISIBLE = "#joincode_error_icon_visible", + JOYSTICK_VISIBILITY_HIDDEN = "#joystick_visibility_hidden", + JOYSTICK_VISIBILITY_HIDDEN_WHEN_UNUSED = "#joystick_visibility_hidden_when_unused", + JOYSTICK_VISIBILITY_VISIBLE = "#joystick_visibility_visible", + LANGUAGE_COLLAPSED_COLLECTION_LENGTH = "#language_collapsed_collection_length", + LANGUAGE_COLUMNS_COLLECTION_LENGTH = "#language_columns_collection_length", + LANGUAGE_ROWS_COLLECTION_LENGTH = "#language_rows_collection_length", + LEAK_MEMORY = "#leak_memory", + LEFT_CORNER_IMAGE_TEXTURE_FILE_SYSTEM = "#left_corner_image_texture_file_system", + LEFT_CORNER_IMAGE_TEXTURE_PATH = "#left_corner_image_texture_path", + LEFT_CYCLE_BUTTON_RIGHT_FOCUS_OVERRIDE = "#left_cycle_button_right_focus_override", + LEGACY_INVITE_BUTTON_ENABLED = "#legacy_invite_button_enabled", + LEGACY_INVITE_BUTTON_VISIBLE = "#legacy_invite_button_visible", + LEGACY_WORLD_ICON_TEXTURE_FILE = "#legacy_world_icon_texture_file", + LEGACY_WORLD_OPTIONSVISIBLE = "#legacy_world_optionsVisible", + LEGACY_WORLD_STORAGE_DROPDOWN = "#legacy_world_storage_dropdown", + LEGACY_WORLD_TAB = "#legacy_world_tab", + LEGACY_WORLD_TEXTURE_FILE_SYSTEM = "#legacy_world_texture_file_system", + LEGACY_WORLD_TEXTURE_SOURCE = "#legacy_world_texture_source", + LEGACY_WORLDS_LOADING_DISPLAY_MESSAGE = "#legacy_worlds_loading_display_message", + LEGENDARY = "#legendary", + LESSON_COMPLETE_DESCRIPTION = "#lesson_complete_description", + LIBRARY_SEARCH_RESULT_STRING = "#library_search_result_string", + LIBRARY_SEARCH_SORT_METHOD_STRING = "#library_search_sort_method_string", + LOAD_OFFSET_EDIT_BOX = "#load_offset_edit_box", + LOCAL_WORLDS_TITLE_WITH_COUNT = "#local_worlds_title_with_count", + LOCATOR_BAR = "#locator_bar", + LOCATOR_BAR_ENABLED = "#locator_bar_enabled", + LOOK_AT_CURSOR = "#look_at_cursor", + MAIN_FILTER_SECTION_VISIBLE = "#main_filter_section_visible", + MANAGE_FEED_BUTTONS_VISIBLE = "#manage_feed_buttons_visible", + MANAGE_FEED_NEXTBUTTON_VISIBLE = "#manage_feed_nextButton_visible", + MANAGE_FEED_PAGE_INDEX_TEXT = "#manage_feed_page_index_text", + MANAGE_FEED_PREVBUTTON_VISIBLE = "#manage_feed_prevButton_visible", + MANAGE_PROFILE_IMAGE_OPTIONS = "#manage_profile_image_options", + MAX_FRAMERATE_OPTION_TOOLTIP_TEXT = "#max_framerate_option_tooltip_text", + MAX_FRAMERATE_SLIDER_VISIBLE = "#max_framerate_slider_visible", + MEMORY_TIER_HIGH = "#memory_tier_high", + MEMORY_TIER_LOW = "#memory_tier_low", + MEMORY_TIER_MID = "#memory_tier_mid", + MEMORY_TIER_SUPERHIGH = "#memory_tier_superHigh", + MEMORY_TIER_SUPERLOW = "#memory_tier_superLow", + MENTIONS_ = "#mentions_", + MENTIONS_COLOR_DROPDOWN_LABEL = "#mentions_color_dropdown_label", + MESSAGE_TEXT_BOX = "#message_text_box", + MODAL_LABEL_TTS = "#modal_label_tts", + MODAL_TITLE_TTS = "#modal_title_tts", + MOVE_STICK_VISIBLE = "#move_stick_visible", + MOVE_STICK_VISIBLE_ENABLED = "#move_stick_visible_enabled", + NAME_TEXT_BOX = "#name_text_box", + NAV_BUTTON_THUMBNAIL_TEXTURE_FILE_SYSTEM = "#nav_button_thumbnail_texture_file_system", + NAV_COLLECTION_INDEX = "#nav_collection_index", + NEEDS_OFFLINE_TOKEN_AUTHORIZATION = "#needs_offline_token_authorization", + NEW_TOUCH_CONTROL_SCHEMES_PREVIEW_ENABLED = "#new_touch_control_schemes_preview_enabled", + NEW_TOUCH_CONTROL_SCHEMES_SETTINGS = "#new_touch_control_schemes_settings", + NEX_VISIBILITY_ENABLED = "#nex_visibility_enabled", + NEX_VISIBLE = "#nex_visible", + NO_AVAILABLE_PACKS_VISIBILITY = "#no_available_packs_visibility", + NO_LOCAL_WORLD_HELP_VISIBLE = "#no_local_world_help_visible", + NO_LOCAL_WORLD_SWITCH_VISIBLE = "#no_local_world_switch_visible", + NO_LOCAL_WORLDS_LAUNCH_HELP_BUTTON_LABEL = "#no_local_worlds_launch_help_button_label", + NO_REALMS_PACKS_VISIBILITY = "#no_realms_packs_visibility", + NO_UNOWNED_PACKS_VISIBILITY = "#no_unowned_packs_visibility", + NOTIFICATION_DURATION_RADIO_TENSEC = "#notification_duration_radio_TenSec", + NOTIFICATION_DURATION_RADIO_THIRTYSEC = "#notification_duration_radio_ThirtySec", + NOTIFICATION_DURATION_RADIO_THREESEC = "#notification_duration_radio_ThreeSec", + NOTIFICATION_TEXT = "#notification_text", + OBJECTIVE_BACKGROUND_OPACITY = "#objective_background_opacity", + OFFER_COLLECTION_INDEX = "#offer_collection_index", + OFFLINE_LINKED_ACCOUNT_FRIENDS_VISIBLE = "#offline_linked_account_friends_visible", + OMNW = "#omnw", + ON_SCREEN_POSITION_X = "#on_screen_position_x", + ON_SCREEN_POSITION_Y = "#on_screen_position_y", + ONLINE_LINKED_ACCOUNT_FRIENDS_VISIBLE = "#online_linked_account_friends_visible", + OPEN_ACCOUNT_SETTING_BUTTON_GAMECORE_VISIBLE = "#open_account_setting_button_gamecore_visible", + OPEN_COLOR_PICKER_BUTTON_ENABLED = "#open_color_picker_button_enabled", + OPEN_COLOR_PICKER_BUTTON_VISIBLE = "#open_color_picker_button_visible", + OWNERSHIP_VERIFICATION_STATE_TEXT = "#ownership_verification_state_text", + PACK_ICON_SALE_SECTION_VISIBLE = "#pack_icon_sale_section_visible", + PACK_ID = "#pack_id", + PACKS_COLLECTION_INDEX = "#packs_collection_index", + PAGE_TEXT_BOX = "#page_text_box", + PANEL_TITLE = "#panel_title", + PARTY_INVITE_EVERYONE = "#party_invite_everyone", + PARTY_INVITE_FRIENDS_ONLY = "#party_invite_friends_only", + PARTY_INVITE_SEND_PRIVILEGES_PARTY_LEADER_ONLY = "#party_invite_send_privileges_party_leader_only", + PARTY_INVITE_SEND_PRIVILEGES_PARTY_MEMBERS = "#party_invite_send_privileges_party_members", + PARTY_PRIVACY_INVITE_ONLY = "#party_privacy_invite_only", + PARTY_PRIVACY_OPEN = "#party_privacy_open", + PASSCODE_TEXT_BOX = "#passcode_text_box", + PAUSE_GIF = "#pause_gif", + PERMISSION_LEVEL_MEMBER = "#permission_level_member", + PERMISSION_LEVEL_OPERATOR = "#permission_level_operator", + PERMISSION_LEVEL_RADIO_CUSTOM = "#permission_level_radio_custom", + PERMISSION_LEVEL_VISITOR = "#permission_level_visitor", + PERMISSIONS_DROPDOWN_VISIBLE = "#permissions_dropdown_visible", + PERSONA_PIECE_OFFER_VISIBLE = "#persona_piece_offer_visible", + PERSONAL_REALMS_GRID_DIMENSION = "#personal_realms_grid_dimension", + PLACEMENT_PRIORITY_TEXT_BOX_VALUE = "#placement_priority_text_box_value", + PLATFORM_BROADCAST_DROPDOWN_ENABLED = "#platform_broadcast_dropdown_enabled", + PLATFORM_BROADCAST_DROPDOWN_TOGGLE_LABEL = "#platform_broadcast_dropdown_toggle_label", + PLATFORM_BROADCAST_FRIENDS_OF_FRIENDS = "#platform_broadcast_friends_of_friends", + PLATFORM_BROADCAST_FRIENDS_ONLY = "#platform_broadcast_friends_only", + PLATFORM_BROADCAST_INVITE_ONLY = "#platform_broadcast_invite_only", + PLATFORM_LOCKED = "#platform_locked", + PLATFORM_SETTINGS_DROPDOWN_VISIBLE = "#platform_settings_dropdown_visible", + PLATFORM_TOGGLE_VISIBLE_FRIENDS_OF_FRIENDS = "#platform_toggle_visible_friends_of_friends", + PLATFORM_TOGGLE_VISIBLE_INVITE_ONLY = "#platform_toggle_visible_invite_only", + PLAY_BUTTON_ART_DEFAULT_ALPHA = "#play_button_art_default_alpha", + PLAY_BUTTON_ART_DEFAULT_BG_PATH = "#play_button_art_default_bg_path", + PLAY_BUTTON_ART_DEFAULT_FG_PATH = "#play_button_art_default_fg_path", + PLAY_BUTTON_ART_HOVER_ALPHA = "#play_button_art_hover_alpha", + PLAY_BUTTON_ART_HOVER_BG_PATH = "#play_button_art_hover_bg_path", + PLAY_BUTTON_ART_HOVER_FG_PATH = "#play_button_art_hover_fg_path", + PLAY_BUTTON_ART_LABEL_COLOR = "#play_button_art_label_color", + PLAY_BUTTON_BANNER_TEXT_COLOR = "#play_button_banner_text_color", + PLAY_BUTTON_BANNER_TEXTURE_SOURCE = "#play_button_banner_texture_source", + PLAYER_COUNT_COLLECTION_LENGTH = "#player_count_collection_length", + PLAYER_FILTER_TEXT_BOX = "#player_filter_text_box", + PLAYER_GAME_MODE_DROPDOWN_TOGGLE_LABEL = "#player_game_mode_dropdown_toggle_label", + PLAYER_GAME_MODE_RADIO_DEFAULT = "#player_game_mode_radio_default", + PLAYER_GAME_MODE_RADIO_SPECTATOR = "#player_game_mode_radio_spectator", + PLAYER_SLEEP = "#player_sleep", + PLAYER_SLEEP_ENABLED = "#player_sleep_enabled", + PLAYER_SLEEP_PERCENTAGE = "#player_sleep_percentage", + PLAYER_SLEEP_PERCENTAGE_ENABLED = "#player_sleep_percentage_enabled", + PLAYER_SLEEP_PERCENTAGE_SLIDER_LABEL = "#player_sleep_percentage_slider_label", + PLAYER_SLEEP_PERCENTAGE_STEPS = "#player_sleep_percentage_steps", + PLAYER_SLEEP_PERCENTAGE_TEXT_VALUE = "#player_sleep_percentage_text_value", + PLAYERS_IN_MY_WORLD_VISIBLE = "#players_in_my_world_visible", + POCKET_STACK_SPLITTING_OVERLAY_VISIBLE = "#pocket_stack_splitting_overlay_visible", + POINT_LIGHT_SHADOW_OPTION_TOOLTIP_TEXT = "#point_light_shadow_option_tooltip_text", + POPULAR_PACKS_GRID_DIMENSION = "#popular_packs_grid_dimension", + POPUP_FIRST_LOWER_BUTTON_TEXT = "#popup_first_lower_button_text", + POPUP_SECOND_LOWER_BUTTON_TEXT = "#popup_second_lower_button_text", + PRE_PROCESS_ = "#pre_process_", + PREVIEW_IDX = "#preview_idx", + PREVIOUS_BLOCK_TYPE_TEXT_COLOR = "#previous_block_type_text_color", + PREVIOUS_CONDITION_MODE_TEXT = "#previous_condition_mode_text", + PREVIOUS_REDSTONE_MODE_TEXT = "#previous_redstone_mode_text", + PROFILE_BUTTON_X_ICON_VISIBLE = "#profile_button_x_icon_visible", + PROFILE_IMAGE_OPTIONS = "#profile_image_options", + PROGRESSIVE_SELECT_BAR_RATIO = "#progressive_select_bar_ratio", + PROGRESSIVE_SELECT_DOWN_VISIBLE = "#progressive_select_down_visible", + PROGRESSIVE_SELECT_LEFT_SIDE_VISIBLE = "#progressive_select_left_side_visible", + PROGRESSIVE_SELECT_RIGHT_SIDE_VISIBLE = "#progressive_select_right_side_visible", + PROGRESSIVE_SELECT_UP_VISIBLE = "#progressive_select_up_visible", + PROMO_ACTION_BUTTON_VISIBLE = "#promo_action_button_visible", + PROMO_BOTTOM_BUTTON_FOCUS_OVERRIDE_DOWN = "#promo_bottom_button_focus_override_down", + PROMO_DAY_FOCUS_OVERRIDE_RIGHT = "#promo_day_focus_override_right", + PROMO_ITEM_ACTION_BUTTON_TEXT = "#promo_item_action_button_text", + PROMO_ITEM_RESOURCE_PACK_COUNT = "#promo_item_resource_pack_count", + PROMO_ITEM_RESOURCE_PACK_COUNT_AND_LABEL = "#promo_item_resource_pack_count_and_label", + PROMO_ITEM_RESOURCE_PACK_COUNT_VISIBLE = "#promo_item_resource_pack_count_visible", + PROMO_ITEM_SKIN_COUNT_AND_LABEL = "#promo_item_skin_count_and_label", + PROMO_ITEM_SKIN_COUNT_VISIBLE = "#promo_item_skin_count_visible", + PROMO_ITEM_WORLD_TEMPLATE_COUNT = "#promo_item_world_template_count", + PROMO_ITEM_WORLD_TEMPLATE_COUNT_AND_LABEL = "#promo_item_world_template_count_and_label", + PROMO_ITEM_WORLD_TEMPLATE_COUNT_VISIBLE = "#promo_item_world_template_count_visible", + PROMO_PERSONA_THUMBNAIL_FILE_SYSTEM = "#promo_persona_thumbnail_file_system", + PROMO_PERSONA_THUMBNAIL_TEXTURE = "#promo_persona_thumbnail_texture", + PROMO_SCREENSHOT_COLLECTION_LENGTH = "#promo_screenshot_collection_length", + PROMO_TIMER_TOOL_TIP_LEFT_VISIBLE = "#promo_timer_tool_tip_left_visible", + PROMO_TIMER_TOOL_TIP_NOT_VISIBLE = "#promo_timer_tool_tip_not_visible", + PROMO_TIMER_TOOL_TIP_RIGHT_VISIBLE = "#promo_timer_tool_tip_right_visible", + PROMO_TIMER_TOOL_TIP_VISIBLE = "#promo_timer_tool_tip_visible", + PROPERTY_FIELD = "#property_field", + PS4_WARNING_MESSAGE_VISIBLE = "#ps4_warning_message_visible", + PSN_VISIBILITY_ENABLED = "#psn_visibility_enabled", + PSN_VISIBLE = "#psn_visible", + QR_CODE_CONTENT = "#qr_code_content", + RARE = "#rare", + RATINGS_FOCUS_CONTAINER_VISIBLE = "#ratings_focus_container_visible", + RAY_TRACING_WARNING_MESSAGE = "#ray_tracing_warning_message", + REALM_CONSUMABLE_TO_SUBSCRIPTION_INFO = "#realm_consumable_to_subscription_info", + REALM_INVITE_LINKS_DESCRIPTION = "#realm_invite_links_description", + REALM_SELECTED_PREFERENCE_ICON = "#realm_selected_preference_icon", + REALM_SELECTED_PREFERENCE_TTS = "#realm_selected_preference_tts", + REALM_SUBSCRIPTION_ORIGIN_ADDENDUM = "#realm_subscription_origin_addendum", + REALMS_ADVANCED_INFO_VISIBLE = "#realms_advanced_info_visible", + REALMS_ADVANCED_LOADING_FAILED_MESSAGE_VISIBLE = "#realms_advanced_loading_failed_message_visible", + REALMS_ADVANCED_LOADING_MESSAGE_VISIBLE = "#realms_advanced_loading_message_visible", + REALMS_ALLOWLIST_BUTTON_A_DESCRIPTION = "#realms_allowlist_button_a_description", + REALMS_ALLOWLIST_BUTTON_B_DESCRIPTION = "#realms_allowlist_button_b_description", + REALMS_FEED_BUTTON_TTS_HEADER = "#realms_feed_button_tts_header", + REALMS_GRID_DIMENSIONS = "#realms_grid_dimensions", + REALMS_INVITE_LINKS_COLLECTION_LENGTH = "#realms_invite_links_collection_length", + REALMS_INVITE_LINKS_INFO_VISIBLE = "#realms_invite_links_info_visible", + REALMS_INVITE_LINKS_LOADING_FAILED_MESSAGE_VISIBLE = "#realms_invite_links_loading_failed_message_visible", + REALMS_INVITE_LINKS_LOADING_MESSAGE_VISIBLE = "#realms_invite_links_loading_message_visible", + REALMS_PACK_ITEMS = "#realms_pack_items", + REALMS_PLUS_SKIN_PACK_TEXTURE = "#realms_plus_skin_pack_texture", + REALMS_PLUS_SKIN_PACK_TEXTURE_FILE_SYSTEM = "#realms_plus_skin_pack_texture_file_system", + REALMS_PLUS_TEMPLATE_FACTORY_COLLECTION = "#realms_plus_template_factory_collection", + REALMS_REDEEM_BUTTON_VISIBLE = "#realms_redeem_button_visible", + REALMS_SETTINGS_LOADING_MODAL_PROGRESS_TEXT = "#realms_settings_loading_modal_progress_text", + REALMS_SETTINGS_LOADING_MODAL_TITLE = "#realms_settings_loading_modal_title", + REALMS_SUBSCRIPTION_BUTTON_VISIBLE = "#realms_subscription_button_visible", + REALMS_UNREAD_STORY_COUNT_VISIBLE = "#realms_unread_story_count_visible", + REALMS_WORLD_ITEM_GRID_DIMENSION = "#realms_world_item_grid_dimension", + REALMS_WORLDS_TITLE_WITH_COUNT = "#realms_worlds_title_with_count", + RECIPES_UNLOCK = "#recipes_unlock", + RECIPES_UNLOCK_ENABLED = "#recipes_unlock_enabled", + REFRESH_JOINCODE_BUTTON_DISABLED = "#refresh_joincode_button_disabled", + REFRESH_JOINCODE_BUTTON_HIDE = "#refresh_joincode_button_hide", + REGISTER_AS_DRESSING_ROOM_SCENE = "#register_as_dressing_room_scene", + REMOVE_BLOCKS_TOGGLE = "#remove_blocks_toggle", + RENDER_DISTANCE_PERFORMANCE_TOOLTIP_TEXT = "#render_distance_performance_tooltip_text", + RENDER_DISTANCE_WARNING_VISIBLE = "#render_distance_warning_visible", + RESPAWN_BLOCKS_EXPLODE = "#respawn_blocks_explode", + RESPAWN_BLOCKS_EXPLODE_ENABLED = "#respawn_blocks_explode_enabled", + RESTART_HOSTING_BUTTON_VISIBLE = "#restart_hosting_button_visible", + RETAILTOPREVIEW_WORLD_CHECKVISIBLE = "#retailtopreview_world_checkVisible", + RETAILTOPREVIEW_WORLD_ERROR = "#retailtopreview_world_error", + RETAILTOPREVIEW_WORLD_ICON_TEXTURE = "#retailtopreview_world_icon_texture", + RETAILTOPREVIEW_WORLD_ICON_TEXTURE_FILE = "#retailtopreview_world_icon_texture_file", + RETAILTOPREVIEW_WORLD_ISSELECTED = "#retailtopreview_world_isSelected", + RETAILTOPREVIEW_WORLD_LENGTH = "#retailtopreview_world_length", + RETAILTOPREVIEW_WORLD_OPTIONSVISIBLE = "#retailtopreview_world_optionsVisible", + RETAILTOPREVIEW_WORLD_STORAGE_DROPDOWN = "#retailtopreview_world_storage_dropdown", + RETAILTOPREVIEW_WORLD_TAB = "#retailtopreview_world_tab", + RETAILTOPREVIEW_WORLD_TEXTURE_FILE_SYSTEM = "#retailtopreview_world_texture_file_system", + RETAILTOPREVIEW_WORLD_TEXTURE_ZIP = "#retailtopreview_world_texture_zip", + RETAILTOPREVIEW_WORLD_UPDATE = "#retailtopreview_world_update", + RETAILTOPREVIEW_WORLD_VISIBLE = "#retailtopreview_world_visible", + RETAILTOPREVIEW_WORLD_WARNING = "#retailtopreview_world_warning", + RIGHT_CORNER_IMAGE_TEXTURE_FILE_SYSTEM = "#right_corner_image_texture_file_system", + RIGHT_CORNER_IMAGE_TEXTURE_PATH = "#right_corner_image_texture_path", + RIGHT_CYCLE_BUTTON_LEFT_FOCUS_OVERRIDE = "#right_cycle_button_left_focus_override", + ROTATION = "#rotation", + ROW_COLLECTION_INDEX = "#row_collection_index", + ROW_COLLECTION_NAME = "#row_collection_name", + RTX_DISABLED_OPTION_UPSELL_TOOLTIP_TEXT = "#rtx_disabled_option_upsell_tooltip_text", + RTX_DISABLED_OPTION_UPSELL_VISIBLE = "#rtx_disabled_option_upsell_visible", + RTX_RENDERDIST_PERFORMANCE_TOOLTIP_TEXT = "#rtx_renderdist_performance_tooltip_text", + RTX_UPSCALE_DISABLED_OPTION_UPSELL_VISIBLE = "#rtx_upscale_disabled_option_upsell_visible", + SAVE_ACCORDION_CHECKBOX_FOCUS_ID = "#save_accordion_checkbox_focus_id", + SAVE_ACCORDION_CHECKBOX_TOGGLE_STATE = "#save_accordion_checkbox_toggle_state", + SAVE_ACTIVE_WORLD_BUTTON_TTS = "#save_active_world_button_tts", + SAVE_CHECKBOX_BUTTON_TTS_HEADER = "#save_checkbox_button_tts_header", + SAVE_CHECKBOX_BUTTON_TTS_OVERRIDE = "#save_checkbox_button_tts_override", + SAVE_OFFSET_EDIT_BOX = "#save_offset_edit_box", + SAVE_OPTIONS_BUTTON_FOCUS_ID = "#save_options_button_focus_id", + SAVE_SIZE_EDIT_BOX = "#save_size_edit_box", + SAVES_LOADING_FAILED_MESSAGE = "#saves_loading_failed_message", + SAVES_LOADING_FAILED_VISIBLE = "#saves_loading_failed_visible", + SAVES_LOADING_INDICATOR_VISIBLE = "#saves_loading_indicator_visible", + SCOREBOARD_OBJECTIVE_BACKGROUND_OPACITY = "#scoreboard_objective_background_opacity", + SCREEN_POSITION_X_TEXT_VALUE = "#screen_position_x_text_value", + SCREEN_POSITION_Y_TEXT_VALUE = "#screen_position_y_text_value", + SCREENSHOT_COLUMN_COLLECTION_INDEX = "#screenshot_column_collection_index", + SCREENSHOT_FOCUS_OVERRIDE_RIGHT = "#screenshot_focus_override_right", + SCREENSHOT_ROW_COLLECTION_INDEX = "#screenshot_row_collection_index", + SCREENSHOT_TEXTURE_FILE_SYSTEM_IMAGE_ROW = "#screenshot_texture_file_system_image_row", + SCREENSHOT_TEXTURE_FILE_SYSTEM_IMAGE_ROW_GLOBAL = "#screenshot_texture_file_system_image_row_global", + SCREENSHOT_TEXTURE_IMAGE_ROW = "#screenshot_texture_image_row", + SCREENSHOT_TEXTURE_IMAGE_ROW_GLOBAL = "#screenshot_texture_image_row_global", + SCRIPT_DEBUGGER_ATTACH_MODE_CONNECT = "#script_debugger_attach_mode_connect", + SCRIPT_DEBUGGER_ATTACH_MODE_LISTEN = "#script_debugger_attach_mode_listen", + SCRIPT_DEBUGGER_AUTO_ATTACH_OPTIONS_VISIBLE = "#script_debugger_auto_attach_options_visible", + SCRIPT_DEBUGGER_OPTIONS_ENABLED = "#script_debugger_options_enabled", + SCRIPT_DEBUGGER_PASSCODE_VISIBLE = "#script_debugger_passcode_visible", + SCRIPT_WATCHDOG_OPTIONS_ENABLED = "#script_watchdog_options_enabled", + SCRIPT_WATCHDOG_SLOW_THRESHOLD_VISIBLE = "#script_watchdog_slow_threshold_visible", + SCRIPT_WATCHDOG_SPIKE_THRESHOLD_VISIBLE = "#script_watchdog_spike_threshold_visible", + SCROLL_BAR_VISIBLE = "#scroll_bar_visible", + SCROLL_BUTTON_RELEASE = "#scroll_button_release", + SCROLLBAR_HIT_BOTTOM = "#scrollbar_hit_bottom", + SDL_COLOR_PICKER_RIGHT_SECTION_CONTENT = "#sdl_color_picker_right_section_content", + SDL_DROPDOWN_DATA_ROW_VISIBLE = "#sdl_dropdown_data_row_visible", + SDL_EXPANDED_APPEARANCE_CONTENT = "#sdl_expanded_appearance_content", + SDL_TEXTURE_COMPONENT_IMAGE_PATH = "#sdl_texture_component_image_path", + SDL_TEXTURE_COMPONENT_IMAGE_SYSTEM = "#sdl_texture_component_image_system", + SDL_TEXTURE_COMPONENT_IMAGE_VISIBLE = "#sdl_texture_component_image_visible", + SDL_TOP_STATIC_SECTION_CONTENT = "#sdl_top_static_section_content", + SEARCH_BOX_NAME = "#search_box_name", + SEARCH_HEADER_BOX_TEXT_CONTENT = "#search_header_box_text_content", + SEARCH_HEADER_CLEAR_VISIBLE = "#search_header_clear_visible", + SEARCH_RESULTS_CLOSE_FOCUS_ID = "#search_results_close_focus_id", + SEED_FIELD = "#seed_field", + SELECTABLE_BUTTON_VISIBILITY = "#selectable_button_visibility", + SELECTED_CONTROL_SCHEME_NAME = "#selected_control_scheme_name", + SELECTED_GRID_DIMENSIONS = "#selected_grid_dimensions", + SELECTED_HOVER_TEXT = "#selected_hover_text", + SELECTED_ITEM_STORAGE_CURRENT_AMOUNT = "#selected_item_storage_current_amount", + SELECTED_ITEM_STORAGE_TOTAL_AMOUNT = "#selected_item_storage_total_amount", + SELECTED_ITEM_STORAGE_VISIBLE = "#selected_item_storage_visible", + SELECTED_PACK_ITEMS = "#selected_pack_items", + SELECTION_PRIORITY_TEXT_BOX_VALUE = "#selection_priority_text_box_value", + SERIALIZED_ACTOR_POSE = "#serialized_actor_pose", + SERVER_ADD_INFO_BOX = "#server_add_info_box", + SERVER_COLUMN_COLLECTION_INDEX = "#server_column_collection_index", + SERVER_ID_TEXT_BOX = "#server_id_text_box", + SERVER_NESTED_BUTTONS_VISIBLE = "#server_nested_buttons_visible", + SERVER_REGION_CONNECTED_VISIBLE = "#server_region_connected_visible", + SERVER_ROW_COLLECTION_INDEX = "#server_row_collection_index", + SERVER_SEARCH_BOX = "#server_search_box", + SERVER_SIM_DISTANCE_TEXT_VALUE = "#server_sim_distance_text_value", + SERVERBOUND_CLIENT_DIAGNOSTICS_ENABLED = "#serverbound_client_diagnostics_enabled", + SET_TARGET_ROTATION = "#set_target_rotation", + SHIELD_BASE_COLOR = "#shield_base_color", + SHIELD_BASE_COLOR_HOVERED = "#shield_base_color_hovered", + SHOULD_HOST = "#should_host", + SHOULD_SHOW_BUNDLE_OPEN_BACK = "#should_show_bundle_open_back", + SHOULD_SHOW_BUNDLE_OPEN_FRONT = "#should_show_bundle_open_front", + SHOW_BORDER_EFFECT = "#show_border_effect", + SHOW_BORDER_EFFECT_ENABLED = "#show_border_effect_enabled", + SHOW_BOUNDING_BOX_TOGGLE = "#show_bounding_box_toggle", + SHOW_DAYS_PLAYED = "#show_days_played", + SHOW_DAYS_PLAYED_ENABLED = "#show_days_played_enabled", + SHOW_DEFERRED_RENDER_DISTANCE = "#show_deferred_render_distance", + SHOW_FULL_COPY_COORDINATES_KEYS = "#show_full_copy_coordinates_keys", + SHOW_INPUT_OVERLAY_ARMORS_AND_TOOLS = "#show_input_overlay_armors_and_tools", + SHOW_INPUT_OVERLAY_TEMPLATES = "#show_input_overlay_templates", + SHOW_ITEM_PICKUP = "#show_item_pickup", + SHOW_MATERIAL_OVERLAY_INGOT = "#show_material_overlay_ingot", + SHOW_MORE = "#show_more", + SHOW_NEW_EDIT_REALM_WORLD_OPT_IN = "#show_new_edit_realm_world_opt_in", + SHOW_NEW_PLAY_SCREEN_OPT_IN = "#show_new_play_screen_opt_in", + SHOW_NEW_PLAY_SCREEN_SERVERS_OPT_IN = "#show_new_play_screen_servers_opt_in", + SHOW_PERSISTENT_BUNDLE_HOVER_TEXT = "#show_persistent_bundle_hover_text", + SHOW_STANDARD_COPY_COORDINATES_KEYS = "#show_standard_copy_coordinates_keys", + SHOW_SUBMIT_FEEDBACK_SCREEN = "#show_submit_feedback_screen", + SHOWING_NEW_PLAYER_FLOW_BUTTONS = "#showing_new_player_flow_buttons", + SHOWING_PLATFORM_STORE_ICON = "#showing_platform_store_icon", + SIDEBAR_NAV_IMAGE_BILINEAR_ENABLED = "#sidebar_nav_image_bilinear_enabled", + SIDEBAR_NAV_IMAGE_FILE_SYSTEM = "#sidebar_nav_image_file_system", + SIDEBAR_SCREEN_NAV_SCREEN_BUTTON_LABEL = "#sidebar_screen_nav_screen_button_label", + SIDEBAR_SECTION_COLLECTION_INDEX = "#sidebar_section_collection_index", + SIGN_TEXT_MULTI = "#sign_text_multi", + SIMPLE_SIDEBAR_FACTORY_COLLECTION = "#simple_sidebar_factory_collection", + SKIN_COLLECTION_INDEX = "#skin_collection_index", + SKIN_IDX = "#skin_idx", + SKIN_PACK_COLLECTION_INDEX = "#skin_pack_collection_index", + SKIN_PACK_COLLECTOR_COLLECTION_INDEX = "#skin_pack_collector_collection_index", + SKIN_PACK_RIGHT_PANEL_SKIN_COUNT_TEXT = "#skin_pack_right_panel_skin_count_text", + SKIN_PACK_RIGHT_PANEL_TEXTURE_PACK_COUNT_TEXT = "#skin_pack_right_panel_texture_pack_count_text", + SKIN_PACK_RIGHT_PANEL_USAGE_TOOLTIP_TEXT = "#skin_pack_right_panel_usage_tooltip_text", + SKIN_PACK_RIGHT_PANEL_WORLD_COUNT_TEXT = "#skin_pack_right_panel_world_count_text", + SKIN_ROTATION = "#skin_rotation", + SKINS_COLLECTION_INDEX = "#skins_collection_index", + SNEAK_HOLD = "#sneak_hold", + SNEAK_TOGGLE = "#sneak_toggle", + SORT_MENU_COLLECTION_GRID_DIMENSIONS = "#sort_menu_collection_grid_dimensions", + SORT_RELEVANCE_TOGGLE_CHECK = "#sort_relevance_toggle_check", + SORT_TOGGLE_LABEL_TTS_OVERRIDE = "#sort_toggle_label_tts_override", + SOUND_TO_PLAY = "#sound_to_play", + SPLIT_SCREEN_RADIO_HORIZONTAL = "#split_screen_radio_horizontal", + SPLIT_SCREEN_RADIO_VERTICAL = "#split_screen_radio_vertical", + SPLITSCREEN_INTERFACE_OPACITY = "#splitscreen_interface_opacity", + SPLITSCREEN_INTERFACE_OPACITY_SLIDER_LABEL = "#splitscreen_interface_opacity_slider_label", + STACK_SPLITTING_BAR_OFFSET_X = "#stack_splitting_bar_offset_x", + STACK_SPLITTING_BAR_OFFSET_Y = "#stack_splitting_bar_offset_y", + STACK_SPLITTING_BAR_VISIBLE = "#stack_splitting_bar_visible", + STARTER_BUNDLE_OFFER_PROMPT_TEXT = "#starter_bundle_offer_prompt_text", + STARTER_BUNDLE_STRIKETHROUGH_VISIBLE = "#starter_bundle_strikethrough_visible", + STATIC_JOYSTICK = "#static_joystick", + STATIC_JOYSTICK_ENABLED = "#static_joystick_enabled", + STATIC_PERMISSIONS_DISPLAY_DESCRIPTION = "#static_permissions_display_description", + STORE_BUTTON_ART_DEFAULT_ALPHA = "#store_button_art_default_alpha", + STORE_BUTTON_ART_DEFAULT_BG_PATH = "#store_button_art_default_bg_path", + STORE_BUTTON_ART_DEFAULT_FG_PATH = "#store_button_art_default_fg_path", + STORE_BUTTON_ART_HOVER_ALPHA = "#store_button_art_hover_alpha", + STORE_BUTTON_ART_HOVER_BG_PATH = "#store_button_art_hover_bg_path", + STORE_BUTTON_ART_HOVER_FG_PATH = "#store_button_art_hover_fg_path", + STORE_BUTTON_ART_LABEL_COLOR = "#store_button_art_label_color", + STORE_BUTTON_BANNER_TEXT_COLOR = "#store_button_banner_text_color", + STORE_BUTTON_BANNER_TEXTURE = "#store_button_banner_texture", + STORE_BUTTON_BANNER_TEXTURE_SOURCE = "#store_button_banner_texture_source", + STORE_BUTTON_BANNER_VISIBLE = "#store_button_banner_visible", + STORE_ERROR_TOOLTIP_VISIBLE = "#store_error_tooltip_visible", + STORE_OFFER_SECTION_VISIBLE = "#store_offer_section_visible", + STORE_ROW_IMAGE_ANIMATION_NAME = "#store_row_image_animation_name", + STORE_ROW_IMAGE_TEXTURE_FILEPATH = "#store_row_image_texture_filepath", + STORE_ROW_IMAGE_TEXTURE_NAME = "#store_row_image_texture_name", + STRUCTURE_3D_EXPORT_MODE = "#structure_3d_export_mode", + STRUCTURE_ANIMATION_BLOCKS = "#structure_animation_blocks", + STRUCTURE_ANIMATION_LAYERS = "#structure_animation_layers", + STRUCTURE_ANIMATION_NONE = "#structure_animation_none", + STRUCTURE_CORNER_MODE = "#structure_corner_mode", + STRUCTURE_DATA_MODE = "#structure_data_mode", + STRUCTURE_LOAD_MODE = "#structure_load_mode", + STRUCTURE_NAME = "#structure_name", + STRUCTURE_NAME_CONTENT_BINDING_NAME = "#structure_name_content_binding_name", + STRUCTURE_REDSTONE_DISK = "#structure_redstone_disk", + STRUCTURE_REDSTONE_MEMORY = "#structure_redstone_memory", + STRUCTURE_SAVE_MODE = "#structure_save_mode", + STUDENT_BUTTONS_COLLECTION_INDEX = "#student_buttons_collection_index", + SUB_DEPENDENT_PACKS_DESCRIPTION = "#sub_dependent_packs_description", + SUB_DEPENDENT_PACKS_VERSION = "#sub_dependent_packs_version", + SUB_LEGACY_WORLD_DESCRIPTION = "#sub_legacy_world_description", + SUB_LEGACY_WORLD_WARNING_BUTTON = "#sub_legacy_world_warning_button", + SUB_RETAILTOPREVIEW_WORLD_DATE = "#sub_retailtopreview_world_date", + SUB_RETAILTOPREVIEW_WORLD_DESCRIPTION = "#sub_retailtopreview_world_description", + SUB_RETAILTOPREVIEW_WORLD_ERROR = "#sub_retailtopreview_world_error", + SUB_RETAILTOPREVIEW_WORLD_NAME = "#sub_retailtopreview_world_name", + SUB_RETAILTOPREVIEW_WORLD_SIZE = "#sub_retailtopreview_world_size", + SUB_RETAILTOPREVIEW_WORLD_UPDATE = "#sub_retailtopreview_world_update", + SUB_RETAILTOPREVIEW_WORLD_VALID = "#sub_retailtopreview_world_valid", + SUB_RETAILTOPREVIEW_WORLD_VERSION = "#sub_retailtopreview_world_version", + SUB_RETAILTOPREVIEW_WORLD_WARNING = "#sub_retailtopreview_world_warning", + SUB_RETAILTOPREVIEW_WORLD_WARNING_BUTTON = "#sub_retailtopreview_world_warning_button", + SUB_WORLD_TEMPLATE_GAME_TYPE = "#sub_world_template_game_type", + SUBMIT_FEEDBACK_IN_PROGRESS = "#submit_feedback_in_progress", + SUBMIT_TEXT = "#submit_text", + SUBSCRIPTION_BANNER_VISIBLE = "#subscription_banner_visible", + SUBSCRIPTION_CHEVRON_VISIBILITY = "#subscription_chevron_visibility", + SUBSCRIPTION_WORLD_TEMPLATE_TEXT = "#subscription_world_template_text", + SUGGESTED_OFFERS_LOADING = "#suggested_offers_loading", + SUGGESTED_OFFERS_TITLE = "#suggested_offers_title", + SUGGESTED_TEMPLATE_FACTORY_COLLECTION = "#suggested_template_factory_collection", + SUPPORTS_AVAILABLE_SPACE_QUERY = "#supports_available_space_query", + SYNC_LEGACY_WORLD_BUTTON_VISIBLE = "#sync_legacy_world_button_visible", + SYNC_RETAILTOPREVIEW_WORLD_BUTTON_VISIBLE = "#sync_retailtopreview_world_button_visible", + TAB_BUTTON_LABEL_TEXT_COLOR = "#tab_button_label_text_color", + TAG_COLLAPSED_COLLECTION_LENGTH = "#tag_collapsed_collection_length", + TAG_COLUMNS_COLLECTION_LENGTH = "#tag_columns_collection_length", + TEMPLATE_CONTROLS_VISIBLITY = "#template_controls_visiblity", + TEMPLATE_SEARCH_BOX = "#template_search_box", + TEXT_BOX_NAME = "#text_box_name", + TEXT_BOX_PHOTOS = "#text_box_photos", + TEXT_EDIT_SELECTED = "#text_edit_selected", + TEXT_TTS = "#text_tts", + THIS_PROMO_SCREENSHOT_SELECTED = "#this_promo_screenshot_selected", + TIMER_FIELD_COUNT_TO_SHOW = "#timer_field_count_to_show", + TITLE_TEXT_BOX = "#title_text_box", + TOAST_PROGRESS_BAR_CURRENT_AMOUNT = "#toast_progress_bar_current_amount", + TOAST_PROGRESS_BAR_TOTAL_AMOUNT = "#toast_progress_bar_total_amount", + TOGGLE_GROUP_FORCED_INDEX = "#toggle_group_forced_index", + TOP_BUTTON_SCALE_RADIO_BIG = "#top_button_scale_radio_big", + TOP_BUTTON_SCALE_RADIO_MEDIUM = "#top_button_scale_radio_medium", + TOP_BUTTON_SCALE_RADIO_SMALL = "#top_button_scale_radio_small", + TOTAL_SIZE_BINDING = "#total_size_binding", + TOUCH_CLASSIC_DPAD_BEING_USED = "#touch_classic_dpad_being_used", + TOUCH_CONTROLS_V2_CROSSHAIR_MODE = "#touch_controls_v2_crosshair_mode", + TOUCH_CONTROLS_V2_TOUCH_MODE = "#touch_controls_v2_touch_mode", + TOUCH_JOYSTICK_CROSSHAIR_BEING_USED = "#touch_joystick_crosshair_being_used", + TOUCH_JOYSTICK_TAP_BEING_USED = "#touch_joystick_tap_being_used", + TOUCH_PROGRESS_BAR_VISIBLE = "#touch_progress_bar_visible", + TRADE_ITEM_FOCUS_OVERRIDE_LEFT = "#trade_item_focus_override_left", + TRADE_ITEM_FOCUS_OVERRIDE_RIGHT = "#trade_item_focus_override_right", + TRIAL_CREATIVE_MODE_ENABLED_ABTEST = "#trial_creative_mode_enabled_abtest", + TRIAL_LEGACY_WORLDS_ENABLED_ABTEST = "#trial_legacy_worlds_enabled_abtest", + TRIAL_MARKETPLACE_ENABLED_ABTEST = "#trial_marketplace_enabled_abtest", + TRIAL_MULTIPLAYER_ENABLED_ABTEST = "#trial_multiplayer_enabled_abtest", + TRIAL_PURCHASE_LINK_VISIBLE = "#trial_purchase_link_visible", + TRIAL_RESOURCE_PACK_ENABLED_ABTEST = "#trial_resource_pack_enabled_abtest", + TRIAL_SEEDS_ENABLED_ABTEST = "#trial_seeds_enabled_abtest", + TRIAL_SERVER_ENABLED_ABTEST = "#trial_server_enabled_abtest", + TRIAL_TRIALWORLD_TRANSFER_ENABLED_ABTEST = "#trial_trialworld_transfer_enabled_abtest", + TRIAL_UPSELL_CONTINUE_BUTTON = "#trial_upsell_continue_button", + TRIAL_UPSELL_EXPIRED_UPDATEDDESCRIPTION = "#trial_upsell_expired_updatedDescription", + TRIAL_UPSELL_UPDATEDDESCRIPTION = "#trial_upsell_updatedDescription", + TRIAL_XBOXLIVE_ENABLED_ABTEST = "#trial_xboxlive_enabled_abtest", + TTS_FILTERS_APPLIEDCOUNT_TEXT = "#tts_filters_appliedCount_text", + TTS_OFFER_MARKDOWN_PERCENTAGE = "#tts_offer_markdown_percentage", + TTS_OVERRRIDE_OFFER_FULL_PRICE = "#tts_overrride_offer_full_price", + TTS_PURCHASE_WITH_COINS_BUTTON_TEXT = "#tts_purchase_with_coins_button_text", + UNCOMMON = "#uncommon", + UNDERSTAND_PURCHASE_WARNING = "#understand_purchase_warning", + UNLOCK_FULL_GAME_BUTTON_TEXT = "#unlock_full_game_button_text", + UNOWNED_GRID_DIMENSIONS = "#unowned_grid_dimensions", + UNOWNED_PACK_ITEMS = "#unowned_pack_items", + UNOWNED_VISIBLE = "#unowned_visible", + UNREAD_NOTIFICATION_ICON_VISIBILITY = "#unread_notification_icon_visibility", + UNSELECTABLE_BUTTON_VISIBILITY = "#unselectable_button_visibility", + UNSELECTABLE_DUST_IS_VISIBLE = "#unselectable_dust_is_visible", + UPDATE_DIMENSIONS_MAKE_BACKUP = "#update_dimensions_make_backup", + UPDATE_NOTIFICATION_SECTION_VISIBLE = "#update_notification_section_visible", + UPPER_ONLINE_BUTTONS_VISIBLE = "#upper_online_buttons_visible", + UPSCALING_MODE_RADIO_BILINEAR = "#upscaling_mode_radio_bilinear", + UPSCALING_MODE_RADIO_TAAU = "#upscaling_mode_radio_taau", + UPSCALING_MODE_TOGGLE_LABEL = "#upscaling_mode_toggle_label", + USE_HEART_OFFSET = "#use_heart_offset", + USING_ELLIPSES = "#using_ellipses", + UV_OFFSET_X = "#uv_offset_x", + VERBOSE_SIDEBAR_FACTORY_COLLECTION = "#verbose_sidebar_factory_collection", + VERSION_FILTER_TEXT_BOX = "#version_filter_text_box", + VIBRANT_VISUALS_BADGE_VISIBLE = "#vibrant_visuals_badge_visible", + VIBRANT_VISUALS_HOVER_ICON_FILE_SYSTEM = "#vibrant_visuals_hover_icon_file_system", + VIBRANT_VISUALS_HOVER_VISIBLE = "#vibrant_visuals_hover_visible", + WATERLOG_BLOCKS_TOGGLE = "#waterlog_blocks_toggle", + WEBSOCKET_ENCRYPTION_VISIBLE = "#websocket_encryption_visible", + WORLD_COLUMN_COLLECTION_INDEX = "#world_column_collection_index", + WORLD_CONTROLS_VISIBLITY = "#world_controls_visiblity", + WORLD_DIFFICULTY_DROPDOWN_TOGGLE_LABEL = "#world_difficulty_dropdown_toggle_label", + WORLD_DOWNLOAD_INFO_VISIBLE = "#world_download_info_visible", + WORLD_DOWNLOAD_PROGRESS_BAR_PERCENTAGE = "#world_download_progress_bar_percentage", + WORLD_GAME_MODE_DROPDOWN_TOGGLE_LABEL = "#world_game_mode_dropdown_toggle_label", + WORLD_GAME_MODE_RADIO_SPECTATOR = "#world_game_mode_radio_spectator", + WORLD_ROW_COLLECTION_INDEX = "#world_row_collection_index", + WORLD_SEARCH_BOX = "#world_search_box", + WORLD_TEMPLATE_ICON_TEXTURE = "#world_template_icon_texture", + WORLD_TEMPLATE_ICON_TEXTURE_FILE = "#world_template_icon_texture_file", + WORLD_TEMPLATE_ICON_TEXTURE_ZIP = "#world_template_icon_texture_zip", + WORLD_TEMPLATE_INVENTORY_FACTORY_COLLECTION = "#world_template_inventory_factory_collection", + WORLD_TEMPLATE_OPTION_LOCKED_WARNING_TEXT = "#world_template_option_locked_warning_text", + WORLD_TEMPLATE_PERMISSIONS_LOCKED_WARNING_TEXT = "#world_template_permissions_locked_warning_text", + WORLD_TEMPLATE_TYPES_TOGGLE_CHECK = "#world_template_types_toggle_check", + WORLD_TYPE_DROPDOWN_TOGGLE_LABEL = "#world_type_dropdown_toggle_label", + WRITE_FEEDBACK_TEXTBOX = "#write_feedback_textbox", + X_PADDING = "#x_padding", + XBL_BROADCAST_FRIENDS_OF_FRIENDS = "#xbl_broadcast_friends_of_friends", + XBL_BROADCAST_FRIENDS_ONLY = "#xbl_broadcast_friends_only", + XBL_BROADCAST_INVITE_ONLY = "#xbl_broadcast_invite_only", + Y_PADDING = "#y_padding", +} \ No newline at end of file diff --git a/src/types/enums/BindingCondition.ts b/src/types/enums/BindingCondition.ts new file mode 100644 index 0000000..94d30ad --- /dev/null +++ b/src/types/enums/BindingCondition.ts @@ -0,0 +1,8 @@ +export enum BindingCondition { + NONE = "none", + ALWAYS = "always", + ALWAYS_WHEN_VISIBLE = "always_when_visible", + VISIBLE = "visible", + ONCE = "once", + VISIBILITY_CHANGED = "visibility_changed", +} \ No newline at end of file diff --git a/src/types/enums/BindingType.ts b/src/types/enums/BindingType.ts new file mode 100644 index 0000000..cee5255 --- /dev/null +++ b/src/types/enums/BindingType.ts @@ -0,0 +1,7 @@ +export enum BindingType { + GLOBAL = "global", + COLLECTION = "collection", + COLLECTION_DETAILS = "collection_details", + VIEW = "view", + NONE = "none", +} \ No newline at end of file diff --git a/src/types/enums/ButtonId.ts b/src/types/enums/ButtonId.ts new file mode 100644 index 0000000..6340cf6 --- /dev/null +++ b/src/types/enums/ButtonId.ts @@ -0,0 +1,1386 @@ +export enum ButtonId { + ANY = "any", + MENU_NETWORK_JOIN_BY_CODE_CLOSE = "button.menu_network_join_by_code_close", + SUBMIT_RATING = "button.submit_rating", + COMMAND_BLOCK_INPUT_MINIMIZE = "command_block.input_minimize", + LEAVE_ON_DEVICE = "button.leave_on_device", + MENU_VR_BACK = "button.menu_vr_back", + MOUSE_CLICKED_VRALIGN = "button.mouse_clicked_vralign", + CARTOGRAPHY_RESULT_TAKE_ALL_PLACE_ALL = "button.cartography_result_take_all_place_all", + MENU_TAB_RIGHT = "button.menu_tab_right", + NEXT_PAGE = "button.next_page", + PREV_PAGE = "button.prev_page", + BOOK_EXIT = "button.book_exit", + MENU_TAB_LEFT = "button.menu_tab_left", + PICKED_INVENTORY = "button.picked_inventory", + PICKED = "button.picked", + CLOSE_DIALOG = "button.close_dialog", + AUTH_CANCEL = "button.auth_cancel", + CANCEL = "button.cancel", + MENU_CANCEL = "button.menu_cancel", + MENU_EXIT = "button.menu_exit", + MENU_SELECT = "button.menu_select", + MENU_OK = "button.menu_ok", + ANVIL_TAKE_ALL_PLACE_ALL = "button.anvil_take_all_place_all", + MENU_SECONDARY_SELECT = "button.menu_secondary_select", + CONTROLLER_SELECT = "button.controller_select", + MENU_AUTO_PLACE = "button.menu_auto_place", + CONTAINER_AUTO_PLACE = "button.container_auto_place", + DROP_ONE = "button.drop_one", + MENU_INVENTORY_DROP = "button.menu_inventory_drop", + CONTROLLER_SECONDARY_SELECT = "button.controller_secondary_select", + MENU_INVENTORY_DROP_ALL = "button.menu_inventory_drop_all", + DROP_ALL = "button.drop_all", + ANVIL_COALESCE_STACK = "button.anvil_coalesce_stack", + CONTAINER_SLOT_HOVERED = "button.container_slot_hovered", + MENU_DOWN = "button.menu_down", + MENU_UP = "button.menu_up", + MENU_LEFT = "button.menu_left", + MENU_RIGHT = "button.menu_right", + REOPEN_KEYBOARD = "button.reopen_keyboard", + MENU_AUTOCOMPLETE = "button.menu_autocomplete", + MENU_AUTOCOMPLETE_BACK = "button.menu_autocomplete_back", + MENU_TEXTEDIT_UP = "button.menu_textedit_up", + MENU_TEXTEDIT_DOWN = "button.menu_textedit_down", + SEND_MESSAGE = "button.send_message", + RESPAWN_BUTTON = "button.respawn_button", + MAIN_MENU_BUTTON = "button.main_menu_button", + BUTTON_HOVERED = "button.button_hovered", + CONTAINER_UNSELECT_SLOT = "button.container_unselect_slot", + CONTAINER_TAKE_ALL_PLACE_ALL = "button.container_take_all_place_all", + CONTAINER_TAKE_HALF_PLACE_ONE = "button.container_take_half_place_one", + PREV_SKIN = "button.prev_skin", + NEXT_SKIN = "button.next_skin", + PLAYER_PROFILE_CARD = "button.player_profile_card", + WAKE_UP_BUTTON = "button.wake_up_button", + MENU_CONTINUE = "button.menu_continue", + MENU_VR_REALIGN = "button.menu_vr_realign", + PORTFOLIO_DELETE_PHOTO_LEFT = "button.portfolio_delete_photo_left", + PORTFOLIO_DELETE_PHOTO_RIGHT = "button.portfolio_delete_photo_right", + PORTFOLIO_PAGE_PREV = "button.portfolio_page_prev", + PORTFOLIO_PAGE_NEXT = "button.portfolio_page_next", + PORTFOLIO_EXPORT = "button.portfolio_export", + HOTBAR_OK = "button.hotbar_ok", + DROPDOWN_EXIT = "button.dropdown_exit", + SCROLLBAR_SKIP_TRACK = "button.scrollbar_skip_track", + SCROLLBAR_TOUCH = "button.scrollbar_touch", + SLOT_PRESSED = "button.slot_pressed", + INVENTORY_LEFT = "button.inventory_left", + INVENTORY_RIGHT = "button.inventory_right", + HOTBAR_INVENTORY_LEFT = "button.hotbar_inventory_left", + HOTBAR_INVENTORY_RIGHT = "button.hotbar_inventory_right", + HIDE_GUI = "button.hide_gui", + HIDE_GUI_HUD = "button.hide_gui_hud", + SLOT1 = "button.slot1", + SLOT_1 = "button.slot_1", + SLOT2 = "button.slot2", + SLOT_2 = "button.slot_2", + SLOT3 = "button.slot3", + SLOT_3 = "button.slot_3", + SLOT4 = "button.slot4", + SLOT_4 = "button.slot_4", + SLOT5 = "button.slot5", + SLOT_5 = "button.slot_5", + SLOT6 = "button.slot6", + SLOT_6 = "button.slot_6", + SLOT7 = "button.slot7", + SLOT_7 = "button.slot_7", + SLOT8 = "button.slot8", + SLOT_8 = "button.slot_8", + SLOT9 = "button.slot9", + SLOT_9 = "button.slot_9", + SLOT0 = "button.slot0", + SLOT_0 = "button.slot_0", + TURN_DOLL = "button.turn_doll", + REALM_INVITATION_ACCEPT = "button.realm_invitation_accept", + REALM_INVITATION_DECLINE = "button.realm_invitation_decline", + REALMS_INVITE_PLUS = "button.realms_invite_plus", + REALMS_INVITE_MINUS = "button.realms_invite_minus", + REALMS_INVITE_UNDO = "button.realms_invite_undo", + REALMS_INVITE_ADD_FRIENDS = "button.realms_invite_add_friends", + MENU_REALM_SEND_INVITES = "button.menu_realm_send_invites", + SELECT_SCREENSHOT = "button.select_screenshot", + VIEW_SKIN = "button.view_skin", + SKIN_HOVERED = "button.skin_hovered", + SKIN_UNHOVERED = "button.skin_unhovered", + DEFAULT_SKIN_HOVERED = "button.default_skin_hovered", + VIEW_DEFAULT_SKIN = "button.view_default_skin", + VIEW_PREMIUM_SKIN = "button.view_premium_skin", + PREMIUM_SKIN_UNHOVERED = "button.premium_skin_unhovered", + PREMIUM_SKIN_HOVERED = "button.premium_skin_hovered", + VIEW_RECENT_SKIN = "button.view_recent_skin", + RECENT_SKIN_HOVERED = "button.recent_skin_hovered", + SELECT_OFFER = "button.select_offer", + MENU_PLAY = "button.menu_play", + COALESCE_STACK = "button.coalesce_stack", + SHAPE_DRAWING = "button.shape_drawing", + CONTAINER_AUTO_PLACE_ONE = "button.container_auto_place_one", + CONTAINER_SELECT_SLOT = "button.container_select_slot", + CONTAINER_RESET_HELD = "button.container_reset_held", + MENU_INVENTORY_CANCEL = "button.menu_inventory_cancel", + CURSOR_DROP_ALL = "button.cursor_drop_all", + CURSOR_DROP_ONE = "button.cursor_drop_one", + MENU_TAB_CYCLE = "button.menu_tab_cycle", + CHAT = "button.chat", + SHOW_SKIP = "button.show_skip", + PAN_LEFT = "button.pan_left", + PAN_RIGHT = "button.pan_right", + SCROLL_MAP = "button.scroll_map", + MODAL_ESCAPE = "modal.escape", + POPUP_DIALOG_ESCAPE = "popup_dialog.escape", + ACHIEVEMENT_FOCUS_FILLER = "button.achievement_focus_filler", + PLAY_BUTTON = "button.play_button", + REMOVE_BUTTON = "button.remove_button", + SAVE_BUTTON = "button.save_button", + ACTION = "button.action", + SET_TEXT = "button.set_text", + HIDE_CHAT = "button.hide_chat", + REMOVE_TRIAL = "button.remove_trial", + MENU_CHECK_STORE = "button.menu_check_store", + NEW_WORLD = "button.new_world", + NEW_REALM = "button.new_realm", + ENCHANT = "button.enchant", + FILE_UPLOAD_PLAY = "button.file_upload_play", + FILE_UPLOAD_CANCEL = "button.file_upload_cancel", + FILE_UPLOAD_WIFI_WARNING_CONTINUE = "button.file_upload_wifi_warning_continue", + MENU_SAVE_AND_EXIT = "button.menu_save_and_exit", + MENU_RESET_DEFAULT = "button.menu_reset_default", + MENU_YES = "button.menu_yes", + MENU_NO = "button.menu_no", + MOBEFFECTS = "button.mobeffects", + DESELECT_RESOURCE = "button.deselect_resource", + SEARCHCLEAR = "button.searchClear", + RESTORE_STORE = "button.restore_store", + COIN_WALLET = "button.coin_wallet", + FEATURED_ITEM_COLLECTION = "featured_item_collection", + SELECT_FEATURED_SCREENSHOT = "button.select_featured_screenshot", + SELECT_FEATURED = "button.select_featured", + SELECT_ITEM = "button.select_item", + TURN_STRUCTURE = "button.turn_structure", + UPLOAD_LEGACY_WORLD = "button.upload_legacy_world", + REALMS_INVITE_CANCEL = "button.realms_invite_cancel", + REALMS_INVITE_NEW_LINK = "button.realms_invite_new_link", + REALMS_INVITE_COPY = "button.realms_invite_copy", + REALMS_INVITE_SHARE = "button.realms_invite_share", + REALMS_INVITE_REFRESH = "button.realms_invite_refresh", + REALMS_INVITE_SHARE_CLOSE = "button.realms_invite_share_close", + REALMS_INVITE_SHARE_BY_LINK = "button.realms_invite_share_by_link", + REALMS_INVITE_FIND_FRIENDS = "button.realms_invite_find_friends", + REALMS_INVITE_UNBLOCK = "button.realms_invite_unblock", + DELETE_ACTION = "button.delete_action", + EXIT_STUDENT = "button.exit_student", + MENU_PERMISSION = "button.menu_permission", + DELETE_ITEM = "button.delete_item", + SCREENSHOT = "button.screenshot", + SCREENSHOTPICKER_NEXT_BUTTON = "button.screenshotpicker_next_button", + SCREENSHOTPICKER_PREV_BUTTON = "button.screenshotpicker_prev_button", + SCREENSHOT_NEW_POST_CLOSE = "button.screenshot_new_post_close", + CYCLE_PACK_RIGHT = "button.cycle_pack_right", + CYCLE_PACK_LEFT = "button.cycle_pack_left", + CONTROLLER_CYCLE_PACK_LEFT = "button.controller_cycle_pack_left", + CONTROLLER_CYCLE_PACK_RIGHT = "button.controller_cycle_pack_right", + SIGNIN = "button.signin", + CYCLE_OFFER_RIGHT = "button.cycle_offer_right", + CYCLE_OFFER_LEFT = "button.cycle_offer_left", + CYCLE_RECIPE_LEFT = "button.cycle_recipe_left", + CYCLE_RECIPE_RIGHT = "button.cycle_recipe_right", + SEARCH = "button.search", + CONTROLLER_SECONDARY_SELECT_LEFT = "button.controller_secondary_select_left", + CONTROLLER_SECONDARY_SELECT_RIGHT = "button.controller_secondary_select_right", + FOCUS_LEFT = "button.focus_left", + FOCUS_RIGHT = "button.focus_right", + EDU_FEEDBACK = "button.edu_feedback", + EDU_RESOURCES = "button.edu_resources", + MENU_ACHIEVEMENTS = "button.menu_achievements", + BINDING_BUTTON = "button.binding_button", + RESET_BINDING = "button.reset_binding", + RESET_KEYBOARD_BINDINGS = "button.reset_keyboard_bindings", + RESET_GAMEPAD_BINDINGS = "button.reset_gamepad_bindings", + SIGN_IN_BUTTON = "sign_in_button", + CHANGE_GAMERTAG_BUTTON = "change_gamertag_button", + MANAGE_ACCOUNT_BUTTON = "manage_account_button", + SIGN_OUT_BUTTON = "sign_out_button", + SELECTED_PACK_GLOBAL = "button.selected_pack_global", + DESELECTED_PACK_GLOBAL = "button.deselected_pack_global", + AVAILABLE_PACK_GLOBAL = "button.available_pack_global", + MOVE_LEFT_GLOBAL = "button.move_left_global", + SORT_UP_GLOBAL = "button.sort_up_global", + SORT_DOWN_GLOBAL = "button.sort_down_global", + MENU_DOWNLOAD_WORLD = "menu_download_world", + MENU_UPLOAD_WORLD = "menu_upload_world", + MENU_RESET_WORLD = "menu_reset_world", + PLAY_WORLD_BUTTON = "play_world_button", + CONVERT_TO_INFINITE_BUTTON = "convert_to_infinite_button", + DELETE_WORLD_BUTTON = "delete_world_button", + EXPORT_WORLD_BUTTON = "export_world_button", + KEYBOARD_TOGGLE = "button.keyboard_toggle", + MENU_BINDING_START = "button.menu_binding_start", + HOTBAR_INVENTORY_BUTTON = "button.hotbar_inventory_button", + MENU_FRIEND_SELECT = "button.menu_friend_select", + ADD_FRIEND = "button.add_friend", + ADD_MEMBER = "button.add_member", + SEND_INVITES = "button.send_invites", + NPC_OPEN_URI = "button.npc_open_uri", + MENU_INVITE_PLAYERS = "button.menu_invite_players", + MENU_BUY_GAME = "button.menu_buy_game", + MENU_QUIT = "button.menu_quit", + MENU_SETTINGS = "button.menu_settings", + PAUSE_FOCUS_FILLER = "button.pause_focus_filler", + MENU_OPEN_URI = "button.menu_open_uri", + MENU_REALMS_WORLD_ITEM = "button.menu_realms_world_item", + MENU_REALMS_WORLD_ITEM_EDIT = "button.menu_realms_world_item_edit", + MENU_REALMS_WORLD_ITEM_REMOVE = "button.menu_realms_world_item_remove", + MENU_NETWORK_WORLD_ITEM = "button.menu_network_world_item", + MENU_NETWORK_SERVER_WORLD_EDIT = "button.menu_network_server_world_edit", + LOCAL_WORLD_UPLOAD = "button.local_world_upload", + MENU_LOCAL_WORLD_ITEM = "button.menu_local_world_item", + MENU_LOCAL_WORLD_ITEM_EDIT = "button.menu_local_world_item_edit", + MENU_NETWORK_ADD_FRIEND = "button.menu_network_add_friend", + MENU_NETWORK_ADD_EXTERNAL = "button.menu_network_add_external", + NEW_WORLD_UPLOAD = "button.new_world_upload", + MENU_LOCAL_WORLD_CREATE = "button.menu_local_world_create", + ARCHIVED_WORLD_UPLOAD = "button.archived_world_upload", + MENU_IMPORT_LEVEL = "button.menu_import_level", + MENU_REALM_WORLD_CREATE = "button.menu_realm_world_create", + MENU_INVITE_NOTIFICATION = "button.menu_invite_notification", + MENU_XBOX_SIGNIN = "button.menu_xbox_signin", + POPUP_DIALOG_FIRST_BUTTON = "popup_dialog.first_button", + POPUP_DIALOG_SECOND_BUTTON = "popup_dialog.second_button", + REALMS_DURATION_SHORT = "button.realms_duration_short", + REALMS_DURATION_LONG = "button.realms_duration_long", + TOS_POPUP = "button.tos_popup", + CREATE_REALM = "button.create_realm", + MENU_REALMS_MANAGE_SUBSCRIPTION = "menu_realms_manage_subscription", + MENU_REALMS_RENEW_SUBSCRIPTION = "menu_realms_renew_subscription", + MENU_REALMS_EXTEND_CONSUMABLE = "menu_realms_extend_consumable", + MENU_REALMS_RENEW_CONSUMABLE = "menu_realms_renew_consumable", + MENU_OPEN_REALM = "menu_open_realm", + MENU_CLOSE_REALM = "menu_close_realm", + SELECT_REALM_BRANCH = "select_realm_branch", + PREV_PAGE_BUTTON = "prev_page_button", + NEXT_PAGE_BUTTON = "next_page_button", + BUY_PACK = "button.buy_pack", + TRY_PACK = "button.try_pack", + CREATE_WORLD = "button.create_world", + COPY_GLOBAL = "button.copy_global", + CHOOSE_CUSTOM_SKIN = "button.choose_custom_skin", + UNDO_SKIN = "button.undo_skin", + ACCEPT_SKIN = "button.accept_skin", + CHOOSE_SKINNY = "button.choose_skinny", + CHOOSE_FAT = "button.choose_fat", + XBL_SIGNIN = "button.xbl_signin", + MENU_STORE = "button.menu_store", + XBL_NOTNOW = "button.xbl_notnow", + SELECTED_PACK_LEVEL = "button.selected_pack_level", + AVAILABLE_PACK_LEVEL = "button.available_pack_level", + MOVE_LEFT_LEVEL = "button.move_left_level", + SORT_UP_LEVEL = "button.sort_up_level", + SELECTED_PACK_ADDON = "button.selected_pack_addon", + AVAILABLE_PACK_ADDON = "button.available_pack_addon", + MOVE_LEFT_ADDON = "button.move_left_addon", + SORT_UP_ADDON = "button.sort_up_addon", + CHOOSE_UGC_LEVEL_SEED = "choose_ugc_level_seed", + DELETE_MANIFEST = "button.delete_manifest", + COPY_TO_CLIPBOARD = "button.copy_to_clipboard", + REFRESH_MANIFEST = "button.refresh_manifest", + PROMPT_FOR_ACTION = "button.prompt_for_action", + MENU_STORE_OFFER = "button.menu_store_offer", + ACTIVATE_PACK = "button.activate_pack", + BUTTON_CANCEL = "#button_cancel", + BUTTON_ACCEPT = "#button_accept", + BUTTON_DETECT_STRUCTURE = "#button_detect_structure", + BUTTON_SAVE_STRUCTURE = "#button_save_structure", + BUTTON_SELECTOR_ROTATION_PREV = "#button_selector_rotation_prev", + BUTTON_SELECTOR_ROTATION_NEXT = "#button_selector_rotation_next", + BUTTON_SELECTOR_MIRROR_PREV = "#button_selector_mirror_prev", + BUTTON_SELECTOR_MIRROR_NEXT = "#button_selector_mirror_next", + BUTTON_SELECTOR_SHOW_BOUNDING_BOX_PREV = "#button_selector_show_bounding_box_prev", + BUTTON_SELECTOR_SHOW_BOUNDING_BOX_NEXT = "#button_selector_show_bounding_box_next", + BUTTON_LOAD_STRUCTURE = "#button_load_structure", + BUTTON_SELECTOR_PREV = "#button_selector_prev", + BUTTON_SELECTOR_NEXT = "#button_selector_next", + UGC_ITEM = "button.ugc_item", + GENERATE_RANDOM = "button.generate_random", + HELP = "button.help", + MENU_WORLD_TEMPLATE_CLICKED = "button.menu_world_template_clicked", + MENU_INVALID_WORLD_TEMPLATE_CLICKED = "button.menu_invalid_world_template_clicked", + MENU_LOADING_WORLD_TEMPLATE_CLICKED = "button.menu_loading_world_template_clicked", + PATCH_NOTES_BUTTON = "patch_notes_button", + ATTRIBUTION_POPUP = "button.attribution_popup", + REPORT_ERRORS_GLOBAL = "button.report_errors_global", + INVALID_PACK_GLOBAL = "button.invalid_pack_global", + REPORT_ERRORS_LEVEL = "button.report_errors_level", + INVALID_PACK_LEVEL = "button.invalid_pack_level", + REPORT_ERRORS_ADDON = "button.report_errors_addon", + INVALID_PACK_ADDON = "button.invalid_pack_addon", + REMOVE_PACK_BUTTON = "button.remove_pack_button", + FILTER_1 = "button.filter_1", + FILTER_2 = "button.filter_2", + FILTER_3 = "button.filter_3", + GROUP_1 = "button.group_1", + GROUP_2 = "button.group_2", + DELETERESOURCES = "button.deleteResources", + SHARERESOURCES = "button.shareResources", + GENERATETEXTURELIST = "button.generateTextureList", + UPDATERESOURCE = "button.updateResource", + WARNINGDEPENDENCY = "button.warningDependency", + PURCHASE_COINS = "button.purchase_coins", + COMMAND_BLOCK_INPUT_MAXIMIZE = "command_block.input_maximize", + SAVE_TO_XBL = "button.save_to_xbl", + KEYBOARD_BUTTON = "keyboard_button", + MENU_REALM_WORLD_TRIAL = "button.menu_realm_world_trial", + MENU_START_LOCAL_WORLD = "button.menu_start_local_world", + MENU_START_REALMS_WORLD = "button.menu_start_realms_world", + JOIN_AND_DOWNLOAD_ALL = "button.join_and_download_all", + JOIN_AND_DOWNLOAD_NEEDED = "button.join_and_download_needed", + JOIN = "button.join", + TOS_HYPERLINK = "button.tos_hyperlink", + REMIX_PREVIEW_CANCEL = "button.remix_preview_cancel", + REMIX_PREVIEW_UPLOAD = "button.remix_preview_upload", + POLYMORPHIC_BUTTON_PRESS = "button.polymorphic_button_press", + CONFIRM_BUTTON = "button.confirm_button", + SKINPACKS = "button.skinpacks", + TEXTUREPACKS = "button.texturepacks", + WORLDS = "button.worlds", + MASHUPS = "button.mashups", + STRUCTURE_EXPORT = "button.structure_export", + STRUCTURE_RESET = "button.structure_reset", + EXPORT_TEMPLATE_BUTTON = "export_template_button", + PORT_INTERNAL_FILES = "button.port_internal_files", + CLEAR_PUCHASE_INVENTORY = "button.clear_puchase_inventory", + ADD_COINS = "button.add_coins", + SETUP_SAFE_ZONE_BUTTON = "setup_safe_zone_button", + INFO_ACCEPT = "button.info_accept", + SWAP_PAGE_LEFT = "button.swap_page_left", + INSERT_TEXT_PAGE = "button.insert_text_page", + INSERT_PHOTO_PAGE = "button.insert_photo_page", + DELETE_PAGE = "button.delete_page", + SWAP_PAGE_RIGHT = "button.swap_page_right", + EDIT_PAGE = "button.edit_page", + FINALIZE = "button.finalize", + EXPORT_BOOK = "button.export_book", + SIGN_BOOK = "button.sign_book", + REPORT_CLUB = "button.report_club", + REPORT_XBOX = "button.report_xbox", + COMMENT_DELETE_FEED_ITEM = "button.comment_delete_feed_item", + COMMENT_FEED_REPORT_CLUB = "button.comment_feed_report_club", + COMMENT_FEED_REPORT_XBOX = "button.comment_feed_report_xbox", + COMMENT_DELETE_FEED_ITEM_COMMENT = "button.comment_delete_feed_item_comment", + SUBMIT_COMMENT = "button.submit_comment", + HOST_TOGGLE = "button.host_toggle", + SUB_COMMAND = "button.sub_command", + HOST_MAIN = "button.host_main", + TELEPORT_CLEAR = "button.teleport_clear", + MENU_NAVIGATION = "button.menu_navigation", + DEFAULTNOACTION = "button.defaultNoAction", + AUTHORNAME = "button.authorName", + SCROLLTORATECONTENT = "button.scrollToRateContent", + USER_CONFIRM_DIALOG_ESCAPE = "user_confirm_dialog.escape", + USER_CONFIRM_DIALOG_LEFT_BUTTON = "user_confirm_dialog.left_button", + USER_CONFIRM_DIALOG_MIDDLE_BUTTON = "user_confirm_dialog.middle_button", + USER_CONFIRM_DIALOG_RIGHTCANCEL_BUTTON = "user_confirm_dialog.rightcancel_button", + ADVANCED_SETTINGS = "button.advanced_settings", + EXPAND_ACTION_EDIT = "button.expand_action_edit", + ADD_URL = "button.add_url", + ADD_COMMAND = "button.add_command", + STUDENT_BUTTON = "button.student_button", + MENU_SERVER_STORE = "button.menu_server_store", + MENU_HOW_TO_PLAY = "button.menu_how_to_play", + MENU_FEED = "button.menu_feed", + MENU_REALMS_FEED = "button.menu_realms_feed", + CONVERT_LEGACY_WORLD = "button.convert_legacy_world", + MENU_NETWORK_JOIN_BY_CODE = "button.menu_network_join_by_code", + CONNECT_TO_THIRD_PARTY_SERVER = "button.connect_to_third_party_server", + MENU_SYNC_LEGACY_WORLDS = "button.menu_sync_legacy_worlds", + MENU_NETWORK_JOIN_BY_CODE_POPUP_JOIN = "button.menu_network_join_by_code_popup_join", + NO_PHOTO_ALERT_OK = "button.no_photo_alert_ok", + REALMS_PLAYER_COUNT_2 = "button.realms_player_count_2", + REALMS_PLAYER_COUNT_10 = "button.realms_player_count_10", + NEXT_PAGE_BUTTON_MEMBERS = "next_page_button_members", + PREV_PAGE_BUTTON_MEMBERS = "prev_page_button_members", + NEXT_PAGE_BUTTON_INVITED_FRIENDS = "next_page_button_invited_friends", + PREV_PAGE_BUTTON_INVITED_FRIENDS = "prev_page_button_invited_friends", + NEXT_PAGE_BUTTON_UNINVITED_FRIENDS = "next_page_button_uninvited_friends", + PREV_PAGE_BUTTON_UNINVITED_FRIENDS = "prev_page_button_uninvited_friends", + NEXT_PAGE_BUTTON_BLOCKED_PLAYERS = "next_page_button_blocked_players", + PREV_PAGE_BUTTON_BLOCKED_PLAYERS = "prev_page_button_blocked_players", + EDIT = "button.edit", + SHARE_SCREENSHOT = "button.share_screenshot", + FORM_BUTTON_CLICK = "button.form_button_click", + SUBMIT_CUSTOM_FORM = "button.submit_custom_form", + EQUIP_SKIN = "button.equip_skin", + MORE_SUGGESTED_CONTENT_OFFERS = "button.more_suggested_content_offers", + SHOW_MORE_OFFERS = "button.show_more_offers", + FUTURE_PROMO = "button.future_promo", + PAST_PROMO = "button.past_promo", + UNWRAP_PROMO = "button.unwrap_promo", + REPORT = "button.report", + VIEW_TERMS = "button.view_terms", + BACK = "button.back", + PLAY = "button.play", + RESET_TOUCH_BINDINGS = "button.reset_touch_bindings", + COPY_WORLD_BUTTON = "copy_world_button", + MENU_MANAGE_FEED = "menu_manage_feed", + RESET_SETTINGS = "button.reset_settings", + LICENSED_CONTENT_POPUP = "button.licensed_content_popup", + START_BROADCAST = "button.start_broadcast", + GET_MIXER_CREATE = "button.get_mixer_create", + LAUNCH_MIXER_CREATE = "button.launch_mixer_create", + DEV_CLEAR_STORE_CACHE_BUTTON = "dev_clear_store_cache_button", + DEV_CLEAR_ALL_CACHE_BUTTON = "dev_clear_all_cache_button", + REMOVE_TREATMENT = "button.remove_treatment", + RESET_TO_DEFAULT_TREATMENTS = "button.reset_to_default_treatments", + ADD_TREATMENT = "button.add_treatment", + CLEAR_TREATMENT_LIST = "button.clear_treatment_list", + DEV_UPDATE_OVERRIDE_DATE_BUTTON = "dev_update_override_date_button", + CHAT_MENU_CANCEL = "button.chat_menu_cancel", + MUTE_CHAT = "button.mute_chat", + SEND = "button.send", + CONTROLLER_START = "button.controller_start", + CONTROLLER_AUTOCOMPLETE = "button.controller_autocomplete", + CONTROLLER_AUTOCOMPLETE_BACK = "button.controller_autocomplete_back", + CONTROLLER_TEXTEDIT_UP = "button.controller_textedit_up", + CONTROLLER_TEXTEDIT_DOWN = "button.controller_textedit_down", + COMMENT_NEXT_BUTTON = "button.comment_next_button", + COMMENT_PREV_BUTTON = "button.comment_prev_button", + COMMENT_OPTIONS_CLOSE = "button.comment_options_close", + COMMENT_FEED_OPTIONS_CLOSE = "button.comment_feed_options_close", + MENU_LEAVE_SCREEN = "button.menu_leave_screen", + NEWPOST = "button.newpost", + FEED_NEXT_BUTTON = "button.feed_next_button", + FEED_PREV_BUTTON = "button.feed_prev_button", + ADD_SCREENSHOT = "button.add_screenshot", + FEED_COMMENT = "button.feed_comment", + FEED_NEW_POST_CLOSE = "button.feed_new_post_close", + FEED_OPTIONS_CLOSE = "button.feed_options_close", + FEED_IMAGE = "button.feed_image", + SCOREBOARD = "button.scoreboard", + HIDE_GUI_ALL = "button.hide_gui_all", + HIDE_TOOLTIPS = "button.hide_tooltips", + HIDE_TOOLTIPS_HUD = "button.hide_tooltips_hud", + HIDE_PAPERDOLL = "button.hide_paperdoll", + HIDE_PAPERDOLL_HUD = "button.hide_paperdoll_hud", + LEFT_PANEL_TAB_DECREMENT = "button.left_panel_tab_decrement", + RIGHT_PANEL_TAB_DECREMENT = "button.right_panel_tab_decrement", + MENU_ALTERNATE_TAB_LEFT = "button.menu_alternate_tab_left", + LEFT_PANEL_TAB_INCREMENT = "button.left_panel_tab_increment", + MENU_ALTERNATE_TAB_RIGHT = "button.menu_alternate_tab_right", + RIGHT_PANEL_TAB_INCREMENT = "button.right_panel_tab_increment", + SHIFT_PANE_FOCUS = "button.shift_pane_focus", + MENU_CLEAR = "button.menu_clear", + TOUCH_DESELECT = "button.touch_deselect", + DESTROY_SELECTION = "button.destroy_selection", + CLEAR_HOTBAR_OR_REMOVE_ONE = "button.clear_hotbar_or_remove_one", + TRY_MENU_EXIT = "button.try_menu_exit", + LAYOUT_INCREMENT = "button.layout_increment", + LAYOUT_DECREMENT = "button.layout_decrement", + RECIPE_SEARCH = "button.recipe_search", + CLEAR_HOTBAR_OR_DROP = "button.clear_hotbar_or_drop", + LEAVE = "button.leave", + MANAGE_FEED_NEXT_BUTTON = "button.manage_feed_next_button", + MANAGE_FEED_PREV_BUTTON = "button.manage_feed_prev_button", + MANAGE_FEED_DELETE = "button.manage_feed_delete", + MANAGE_FEED_IGNORE = "button.manage_feed_ignore", + CYCLE_SCREENSHOTS_RIGHT = "button.cycle_screenshots_right", + CYCLE_SCREENSHOTS_LEFT = "button.cycle_screenshots_left", + MENU_SKINS = "button.menu_skins", + REALMS_OPTIONS_CLOSE = "button.realms_options_close", + CLEAR_MEMBERS = "button.clear_members", + MENU_OFFLINE = "button.menu_offline", + SEARCH_CLEAR = "button.search_clear", + ONLINE_BUTTON = "button.online_button", + LOCAL_BUTTON = "button.local_button", + ACCESS = "button.access", + MANAGE_FEED = "button.manage_feed", + SHARE_FEED_ITEM = "button.share_feed_item", + FEED_REPORT_CLUB = "button.feed_report_club", + FEED_REPORT_XBOX = "button.feed_report_xbox", + DELETE_FEED_ITEM = "button.delete_feed_item", + CONTINUE = "button.continue", + READ_MORE = "button.read_more", + RATECONTENT = "button.rateContent", + CREATEWORLD = "button.createWorld", + ACTIVATETEXTUREPACK = "button.activateTexturePack", + HOMEBUTTON = "button.homeButton", + DIALOG_BUTTON = "button.dialog_button", + TOS_IOS_APPLETV = "button.tos_ios_appletv", + PRIVPOL_HYPERLINK = "button.privpol_hyperlink", + PRIVPOL_POPUP = "button.privpol_popup", + SELECT_MATCHING_REALM_REF = "select_matching_realm_ref", + SELECT_REALM_BACKUP = "select_realm_backup", + BACKUP_DOWNLOAD = "button.backup_download", + MEMBER_LIST_OPTIONS = "button.member_list_options", + MENU_QUICK_PLAY = "button.menu_quick_play", + INVENTORY = "button.inventory", + SELECT_HERO_OFFER = "button.select_hero_offer", + FILTER = "button.filter", + SORT = "button.sort", + EXIT_FILTER_MENU = "button.exit_filter_menu", + CLOSE_FILTER_MENU = "button.close_filter_menu", + FILTER_PACK_TYPE = "button.filter_pack_type", + FILTER_CREATOR = "button.filter_creator", + FILTER_INSTALLED_STATE = "button.filter_installed_state", + CLEAR_ALL_FILTERS = "button.clear_all_filters", + CLOSE_SORT_MENU = "button.close_sort_menu", + REMOVE_FRIEND = "button.remove_friend", + TERMS_AND_CONDITIONS_POPUP = "button.terms_and_conditions_popup", + IOS_ERROR_SIGN_IN = "button.ios_error_sign_in", + MENU_REALM_NINTENDO_FIRST_REALM_PURCHASE_BUTTON = "button.menu_realm_nintendo_first_realm_purchase_button", + RATING_YES_BUTTON = "button.rating_yes_button", + RATING_NO_BUTTON = "button.rating_no_button", + MY_ACCOUNT = "button.my_account", + MANAGE_INVITES_POPUP = "button.manage_invites_popup", + CHAT_AUTOCOMPLETE = "button.chat_autocomplete", + CHAT_AUTOCOMPLETE_BACK = "button.chat_autocomplete_back", + CHAT_PREVIOUS_MESSAGE = "button.chat_previous_message", + CHAT_NEXT_MESSAGE = "button.chat_next_message", + OPEN_CHAT_SETTINGS = "button.open_chat_settings", + CHAT_SETTINGS_MENU_CANCEL = "button.chat_settings_menu_cancel", + TEMP_NAME = "button.temp_name", + STRUCTURE_LOAD = "button.structure_load", + STRUCTURE_SAVE = "button.structure_save", + TABBED_BUY_NOW_BUTTON = "button.tabbed_buy_now_button", + CLEAR_MSA_TOKEN_BUTTON = "button.clear_msa_token_button", + REDIRECT_TO_UPSELL = "button.redirect_to_upsell", + CLOSE_CHAT_SETTINGS = "button.close_chat_settings", + CLOSE_RESULT_PANEL = "button.close_result_panel", + OPEN_FONT_SECTION = "button.open_font_section", + SPLIT_LEFT = "button.split_left", + SPLIT_RIGHT = "button.split_right", + RESET = "button.reset", + MAXIMIZE = "button.maximize", + RESTORE = "button.restore", + EDITOR_BUTTON = "button.editor_button", + SHARE = "button.share", + SCORE_PLAYER_PROFILE_CARD = "button.score_player_profile_card", + NAV_BUTTON = "button.nav_button", + SYNC_NOW = "button.sync_now", + SELECT_SKIN = "button.select_skin", + DOWNLOAD_CANCEL = "button.download_cancel", + PLAY_VIDEO = "button.play_video", + SYNC_LATER = "button.sync_later", + TRADE_TAKE_ALL_PLACE_ALL = "button.trade_take_all_place_all", + TRADE_COALESCE_STACK = "button.trade_coalesce_stack", + BUY = "button.buy", + CONFIRM = "button.confirm", + OPEN_COLOR_SECTION = "button.open_color_section", + OPEN_DEFAULT_CHAT_COLORS = "button.open_default_chat_colors", + OPEN_MENTION_COLORS = "button.open_mention_colors", + SEE_PACK_IN_STORE = "button.see_pack_in_store", + UNDO = "button.undo", + IMPORT_WORLD = "button.import_world", + LAUNCH_WORLD = "button.launch_world", + FIND_MORE_WORLDS = "button.find_more_worlds", + LEAVE_FEEDBACK = "button.leave_feedback", + LIBRARY_ITEM = "button.library_item", + SEEMOREBY = "button.seeMoreBy", + SELECT_BUNDLE_OFFER = "button.select_bundle_offer", + EXPAND_VIEW = "button.expand_view", + MENU_LIBRARY = "button.menu_library", + STORE_HOME = "button.store_home", + LEFT_BUTTON = "button.left_button", + RIGHT_BUTTON = "button.right_button", + OPEN_MUTE_SECTION = "button.open_mute_section", + MENU_FEEDBACK = "button.menu_feedback", + MENU_REALMS_DELETE_REALM = "menu_realms_delete_realm", + SELECT_TEMPLATE = "button.select_template", + SEE_MORE_TEMPLATES = "button.see_more_templates", + UNLOCK_TEMPLATED_WORLD_OPTIONS = "unlock_templated_world_options", + ADD_TREATMENT_BY_NAME = "button.add_treatment_by_name", + RESET_RANDOM_TICK_SPEED = "reset_random_tick_speed", + SIGNIN_1 = "button.signIn", + ACCEPTEULA = "button.acceptEula", + FOCUS_FILLER = "button.focus_filler", + CONFIRM_BUNDLE_PURCHASE = "button.confirm_bundle_purchase", + RESET_CHAT_SETTINGS = "button.reset_chat_settings", + OPEN_CHAT_COLORS = "button.open_chat_colors", + STARTER_BUY_NOW_BUTTON = "button.starter_buy_now_button", + MASTER_BUY_NOW_BUTTON = "button.master_buy_now_button", + PACK_SELECT = "button.pack_select", + DEV_RESET_DATE_BUTTON = "dev_reset_date_button", + GRINDSTONE_TAKE_ALL_PLACE_ALL = "button.grindstone_take_all_place_all", + GRINDSTONE_COALESCE_STACK = "button.grindstone_coalesce_stack", + PATTERN_SELECT = "button.pattern_select", + LOOM_RESULT_TAKE_ALL_PLACE_ALL = "button.loom_result_take_all_place_all", + IS_HOVERED = "button.is_hovered", + STONE_SELECT = "button.stone_select", + STONECUTTER_RESULT_TAKE_ALL_PLACE_ALL = "button.stonecutter_result_take_all_place_all", + TRADE_SELECT = "button.trade_select", + TRADE_SECONDARY_SELECT = "button.trade_secondary_select", + TRADE_TOGGLE_HOVERED = "button.trade_toggle_hovered", + TRADE_DETAILS = "button.trade_details", + TRADE_DETAILS_1 = "button.trade_details_1", + TRADE_DETAILS_2 = "button.trade_details_2", + ENCHANTMENT_DETAILS = "button.enchantment_details", + TRADE = "button.trade", + UPDATE = "button.update", + DEV_UPDATE_OVERRIDE_VERSION_BUTTON = "dev_update_override_version_button", + DEBUG_REFRESH_POPUP = "button.debug_refresh_popup", + DEBUG_RESET = "button.debug_reset", + DEBUG_TOGGLE_IOS = "button.debug_toggle_ios", + MENU_CHOOSE_REALM = "button.menu_choose_realm", + ACTIVE_LESSON_JOIN = "button.active_lesson.join", + ACTIVE_LESSON_START = "button.active_lesson.start", + ACTIVE_LESSON_CONTINUE = "button.active_lesson.continue", + ACTIVE_LESSON_RESTART = "button.active_lesson.restart", + ACTIVE_LESSON_TRY_IT_NOW = "button.active_lesson.try_it_now", + ACTIVE_LESSON_LOAD_LINK = "button.active_lesson.load_link", + LESSON_ITEM = "button.lesson_item", + APPLY_TO_REALM = "button.apply_to_realm", + MENU_COURSES = "button.menu_courses", + MENU_TUTORIAL = "button.menu_tutorial", + SWITCH_ACCOUNTS = "button.switch_accounts", + STRUCTURE_3D_EXPORT = "button.structure_3D_export", + TEMPLATE_IMAGE_PICKER_BUTTON = "template_image_picker_button", + TEMPLATE_LOCALIZATION_PICKER_BUTTON = "template_localization_picker_button", + LEAK_MEMORY = "button.leak_memory", + OPEN_CONTENT_LOG_HISTORY = "button.open_content_log_history", + CLOSE_SHARE_POPUP = "button.close_share_popup", + NESTED_BACKGROUND = "button.nested_background", + PLAY_ON_REALM_CLOSE = "button.play_on_realm_close", + PLAYWITHFRIENDS = "button.playWithFriends", + PLAYSOLO = "button.playSolo", + ADDAPPEARANCE = "button.addAppearance", + TRY_EXITING = "button.try_exiting", + PRESSEDARROWLEFT = "button.pressedArrowLeft", + PRESSEDARROWRIGHT = "button.pressedArrowRight", + PREVIEW_SKIN = "button.preview_skin", + SUBCATEGORY_BUTTON_HOVERED = "button.subcategory_button_hovered", + PIECE_BUTTON_HOVERED = "button.piece_button_hovered", + ASSET_BUTTON_HOVERED = "button.asset_button_hovered", + IS_APPEARANCE_STATUS_HOVERED = "button.is_appearance_status_hovered", + TO_PROFILE_OR_SKINS_SCREEN = "button.to_profile_or_skins_screen", + ACTIVE_LESSON_POPUP_CLOSE = "button.active_lesson.popup_close", + LOCKED_TOOLTIP_IS_HOVERED = "locked_tooltip.is_hovered", + BUTTON = "button.button", + TEN_PLAYER = "button.ten_player", + TWO_PLAYER = "button.two_player", + FAQ_SCREEN = "button.faq_screen", + ACTIVE_LESSON_HOST = "button.active_lesson.host", + MENU_CUSTOM_WORLD_TEMPLATE_CLICKED = "button.menu_custom_world_template_clicked", + DAYONEEXPERIENCE_NEXT_SCREEN = "dayOneExperience.next_screen", + WORLD_PICKER_SKIP = "button.world_picker_skip", + GENERATE_JOINCODE = "button.generate_joincode", + STOP_HOSTING = "button.stop_hosting", + START_HOSTING = "button.start_hosting", + MENU_QUIZ = "button.menu_quiz", + REMOVE_PLAYER_BUTTON = "remove_player_button", + VIEW_WORLDS = "button.view_worlds", + CREATE_NEW_NEW = "button.create_new.new", + CREATE_NEW_FROM_TEMPLATE = "button.create_new.from_template", + VIEW_LIBRARY = "button.view_library", + CREATE_NEW = "button.create_new", + JOIN_WORLD_POPUP = "button.join_world_popup", + IMPORT = "button.import", + TEMPLATES_LOCAL_TEMPLATE = "button.templates.local_template", + TEMPLATES_VIEW_MORE = "button.templates.view_more", + WORLDS_NEW_WORLD_NEW = "button.worlds.new_world.new", + WORLDS_NEW_WORLD_TEMPLATE = "button.worlds.new_world.template", + WORLDS_NEW_WORLD = "button.worlds.new_world", + WORLDS_ENTRY_PLAY = "button.worlds.entry.play", + WORLDS_ENTRY_HOST = "button.worlds.entry.host", + WORLDS_ENTRY_SETTINGS = "button.worlds.entry.settings", + WORLDS_WORLD_BUTTON = "button.worlds.world_button", + IMMERSIVE_READER = "button.immersive_reader", + ERROR_TRY_AGAIN = "button.error.try_again", + JOIN_SERVER = "button.join_server", + ENTERED_ENTRIES = "button.entered_entries", + ENTRY_GRID_BUTTON = "button.entry_grid_button", + ENTRY_CLEAR = "button.entry_clear", + ENTRY_CONFIRM = "button.entry_confirm", + ENTRY_IP = "button.entry_ip", + CONNECTING_CANCEL = "button.connecting_cancel", + JOIN_WORLD = "button.join_world", + FOUND_CANCEL = "button.found_cancel", + DEBUG_BUTTON = "button.debug_button", + ERROR_TRY_AGAIN_1 = "button.error_try_again", + TAKE_QUIZ = "button.take_quiz", + SHARE_WORLD_LINK = "button.share_world_link", + ACTIVE_LESSON_JOIN_SERVER = "button.active_lesson.join_server", + ACTIVE_LESSON_JOIN_IP = "button.active_lesson.join_ip", + STAR_TOGGLE = "button.star_toggle", + REALMS_PLUS = "button.realms_plus", + IGNORE_ME = "button.ignore_me", + READ_TOGGLE = "button.read_toggle", + REAL_MONEY_PURCHASE = "button.real_money_purchase", + COIN_PURCHASE = "button.coin_purchase", + FEATURED_SKIN_PACK_PRESSED = "button.featured_skin_pack_pressed", + CHANGE_HEIGHT = "button.change_height", + CHANGE_ARM_SIZE = "button.change_arm_size", + SWAP_COLOR_CHANNEL_RIGHT = "button.swap_color_channel_right", + SWAP_COLOR_CHANNEL_LEFT = "button.swap_color_channel_left", + TOGGLE_SKIN_COLOR_PICKER = "button.toggle_skin_color_picker", + SWAP_TO_LEFT_LIMB = "button.swap_to_left_limb", + SWAP_TO_RIGHT_LIMB = "button.swap_to_right_limb", + CHANGE_PIECE_COLOR = "button.change_piece_color", + NONE_PIECE_OPTION = "button.none_piece_option", + CYCLE_FEATURED_CONTENT = "button.cycle_featured_content", + SUBCATEGORY_SELECTED = "button.subcategory_selected", + BODY_CATEGORY_SELECTED = "button.body_category_selected", + BODY_CATEGORY_UNSELECTED = "button.body_category_unselected", + STYLE_CATEGORY_SELECTED = "button.style_category_selected", + STYLE_CATEGORY_UNSELECTED = "button.style_category_unselected", + SKIN_SELECTED_SKINS_PAGE = "button.skin_selected_skins_page", + SKIN_SELECTED = "button.skin_selected", + EXPAND_SKIN_PACK = "button.expand_skin_pack", + DEFAULT_SKIN_SELECTED = "button.default_skin_selected", + SKIN_PACK_CATEGORY_TO_OWNED = "button.skin_pack_category_to_owned", + SKIN_PACK_CATEGORY_UNSELECTED = "button.skin_pack_category_unselected", + SKIN_PACK_CATEGORY_SELECTED = "button.skin_pack_category_selected", + MENU_LEGACY_WORLD_ITEM_DELETE = "button.menu_legacy_world_item_delete", + SHOW_CAPES = "button.show_capes", + MANAGE_APPEARANCE = "button.manage_appearance", + EDIT_APPEARANCE_PRESET = "button.edit_appearance_preset", + RANDOMIZE_APPEARANCE = "button.randomize_appearance", + DELETE_APPEARANCE_PRESET = "button.delete_appearance_preset", + RETRY_APPEARANCE_PRESET = "button.retry_appearance_preset", + ACHIEVEMENTS = "button.achievements", + SETTINGS = "button.settings", + MORE_INFO = "button.more_info", + RENEW = "button.renew", + MENU_REALMS_MANAGE_SUBSCRIPTIONS = "menu_realms_manage_subscriptions", + CONTINUE_BUTTON = "button.continue_button", + VIEWPACKS = "button.viewpacks", + LAUNCH_EDITIONS = "button.launch_editions", + MENU_CROSSPLATFORM = "button.menu_crossplatform", + FILTER_OFFER_TYPE = "button.filter_offer_type", + COPY_SHARE_LINK = "button.copy_share_link", + LOAD_GAME = "button.load_game", + RETURN = "button.return", + MENU_REALMS_PLUS_TEMPLATE_CLICKED = "button.menu_realms_plus_template_clicked", + MORE_REALMS_PLUS_TEMPLATES = "button.more_realms_plus_templates", + MORE_CUSTOM_TEMPLATES = "button.more_custom_templates", + CLEAR_PLAYER_DATA = "clear_player_data", + PLAY_WORLD_ON_REALM_BUTTON = "play_world_on_realm_button", + PLAY_WORLD_EDU_BUTTON = "play_world_edu_button", + DEV_DELETE_ALL_PERSONAS = "dev_delete_all_personas", + DEV_DELETE_LEGACY_PERSONA = "dev_delete_legacy_persona", + RESET_DAY_ONE_EXPERIENCE = "button.reset_day_one_experience", + OPEN_CORE_UI_TESTS = "button.open_core_ui_tests", + CREDITS = "button.credits", + CLEAR_CONTENT_LOG_FILES = "button.clear_content_log_files", + VIEW_ACCOUNT_ERRORS = "button.view_account_errors", + OPEN_CORE_UI_DOCS = "button.open_core_ui_docs", + ACTION_BUTTON = "button.action_button", + VIEW_ALL_PACKS = "button.view_all_packs", + UNLINK = "button.unlink", + PREVIOUS_FRIENDS_PAGE = "button.previous_friends_page", + NEXT_FRIENDS_PAGE = "button.next_friends_page", + FAKE_BUTTON = "button.fake_button", + PROCEED = "button.proceed", + TO_PROFILE_SCREEN = "button.to_profile_screen", + DEV_RESET_ONLINE_SAFETY_OPTION = "button.dev_reset_online_safety_option", + UNLINK_MSA = "button.unlink_msa", + EMOTE_SELECTED = "button.emote_selected", + REBIND_MODE = "button.rebind_mode", + DRESSING_ROOM = "button.dressing_room", + KEY_EMOTE = "key.emote", + SELECT_EMOTE_SLOT_0 = "button.select_emote_slot_0", + SELECT_EMOTE_SLOT_1 = "button.select_emote_slot_1", + SELECT_EMOTE_SLOT_2 = "button.select_emote_slot_2", + SELECT_EMOTE_SLOT_3 = "button.select_emote_slot_3", + SELECT_EMOTE_SLOT_4 = "button.select_emote_slot_4", + SELECT_EMOTE_SLOT_5 = "button.select_emote_slot_5", + NAVIGATE_TO_PERSONA = "button.navigate_to_persona", + CANCEL_PURCHASE_SHOW_DEMO_CHOICE = "button.cancel_purchase_show_demo_choice", + CANCEL_JOIN_REALM = "button.cancel_join_realm", + SERVICE = "button.service", + REBIND_EMOTE = "button.rebind_emote", + EXIT_DONE = "button.exit_done", + SUNSETTING_MOREINFO = "sunsetting.moreInfo", + USER_RATING_STAR_TOGGLE = "button.user_rating_star_toggle", + SELECT_BUNDLE_SUMMARY_OFFER = "button.select_bundle_summary_offer", + KICK = "button.kick", + BAN = "button.ban", + VIEW_ACHIEVEMENT = "button.view_achievement", + COLLECT_ACHIEVEMENT = "button.collect_achievement", + CYCLE_FEATURED_SKINS_LEFT = "button.cycle_featured_skins_left", + CYCLE_FEATURED_SKINS_RIGHT = "button.cycle_featured_skins_right", + TO_REALMS_PLUS = "button.to_realms_plus", + CYCLE_FEATURED_PIECES_LEFT = "button.cycle_featured_pieces_left", + CYCLE_FEATURED_PIECES_RIGHT = "button.cycle_featured_pieces_right", + CATEGORY_SELECTED = "button.category_selected", + CATEGORY_UNSELECTED = "button.category_unselected", + OWNED_CATEGORY_SELECTED = "button.owned_category_selected", + OWNED_CATEGORY_UNSELECTED = "button.owned_category_unselected", + PURCHASABLE_CATEGORY_SELECTED = "button.purchasable_category_selected", + PURCHASABLE_CATEGORY_UNSELECTED = "button.purchasable_category_unselected", + REALMS_PLUS_CATEGORY_SELECTED = "button.realms_plus_category_selected", + REALMS_PLUS_CATEGORY_UNSELECTED = "button.realms_plus_category_unselected", + EMOTE_SLOT_SELECTED = "button.emote_slot_selected", + PLAY_EMOTE_AGAIN = "button.play_emote_again", + REMOVE_EMOTE = "button.remove_emote", + DESCRIPTION_READ_TOGGLE = "button.description_read_toggle", + NEWS_READ_TOGGLE = "button.news_read_toggle", + IMPORT_BETA_RETAIL_LOCAL_WORLD = "button.import_beta_retail_local_world", + REALMS_WARNING_MORE_INFO = "button.realms_warning_more_info", + IMPORT_BETA_RETAIL_LEGACY_WORLD = "button.import_beta_retail_legacy_world", + NAVIGATE_SCREENSHOTS_RIGHT = "button.navigate_screenshots_right", + NAVIGATE_SCREENSHOTS_LEFT = "button.navigate_screenshots_left", + MENU_NETWORK_SERVER_ITEM = "button.menu_network_server_item", + JOIN_SERVER_ANYWAY = "button.join_server_anyway", + CANCEL_JOIN_SERVER = "button.cancel_join_server", + FEATURED_WORLD = "button.featured_world", + PLAY_BUTTON_TARGET = "$play_button_target", + PROMOTION_PAGE = "button.promotion_page", + NAVIGATE_CAROUSEL_LEFT = "button.navigate_carousel_left", + ITEM_ACTION = "button.item_action", + ITEM_PDP = "button.item_pdp", + STRUCTURE_DETECT = "button.structure_detect", + NO_INTERACTION = "button.no_interaction", + FONT_LICENSE_POPUP = "button.font_license_popup", + RESET_TO_DEFAULT_PROGRESSIONS = "button.reset_to_default_progressions", + REMOVE_PROGRESSION = "button.remove_progression", + CLEAR_PROGRESSION_LIST = "button.clear_progression_list", + DEV_ADD_MOCK_HTTP_RULES = "dev_add_mock_http_rules", + DEV_REMOVE_ALL_MOCK_HTTP_RULES = "dev_remove_all_mock_http_rules", + ADD_PROGRESSION_BY_NAME = "button.add_progression_by_name", + EXIT_VERBOSE_STATE = "button.exit_verbose_state", + TOGGLE_VERBOSE_STATE = "button.toggle_verbose_state", + CONTROLLER_HOVER_OPEN_VERBOSE_VIEW = "button.controller_hover_open_verbose_view", + GOTODOWNLOAD = "button.goToDownload", + DEBUG_OPEN_JSON_POPUP = "button.debug_open_json_popup", + SHOWELIGIBILITY = "button.showEligibility", + OPEN_DEMO_SCREEN = "button.open_demo_screen", + MENU_CHOOSE_SLOT = "button.menu_choose_slot", + CLOSE = "button.close", + RETRY = "button.retry", + SERVICE_AGREEMENT = "button.service_agreement", + UPLOAD_WORLD = "button.upload_world", + FEEDBACK = "button.feedback", + INTERACTION = "button.interaction", + PURCHASE_WITH_CURRENCY = "button.purchase_with_currency", + INTERACT_BUTTON = "button.interact_button", + COMMON_BUTTONS_NEW_UI_FORM_FITTING_BUTTON_PANEL = "common_buttons.new_ui_form_fitting_button_panel", + PURCHASE_WITH_COINS = "button.purchase_with_coins", + TOGGLE_SKIN_CATEGORY_SELECTED = "toggle.skin_category_selected", + SHOW_PROFILE_SETTINGS = "button.show_profile_settings", + CREATE_ON_REALMS_BUTTON = "button.create_on_realms_button", + CLOUD_UPLOAD = "button.cloud_upload", + VIEW_THIRD_PARTY_SERVER_OFFERS = "button.view_third_party_server_offers", + MENU_SIGN_IN_TO_VIEW_REALMS = "button.menu_sign_in_to_view_realms", + PORTFOLIO_CONVERT_LEFT = "button.portfolio_convert_left", + PORTFOLIO_CONVERT_RIGHT = "button.portfolio_convert_right", + PORTFOLIO_ADD_PHOTO = "button.portfolio_add_photo", + CREATE_WORLD_BUTTON = "create_world_button", + PLAY_REALM = "button.play_realm", + EDIT_REALM = "button.edit_realm", + EDIT_WORLD = "button.edit_world", + ACTIVATE_WORLD = "button.activate_world", + WORLD_SLOT = "button.world_slot", + TOGGLE_SIDEBAR_OPTION_SELECTION = "toggle.sidebar_option_selection", + SELECT_NAV_OPTION = "button.select_nav_option", + SELECT_SCREEN_NAV_BUTTON_OPTION = "button.select_screen_nav_button_option", + LEARN_MORE = "button.learn_more", + TOOLBOX_MODE = "button.toolbox_mode", + FEATURED_CATEGORY = "button.featured_category", + TURN_CHARACTER_SELECT_DOLL = "button.turn_character_select_doll", + SCROLL_UP = "button.scroll_up", + SCROLL_DOWN = "button.scroll_down", + SCROLL_RIGHT = "button.scroll_right", + SCROLL_LEFT = "button.scroll_left", + TURN_RIGHT = "button.turn_right", + TURN_LEFT = "button.turn_left", + TAPPED_BUNDLE_ITEM_ICON = "button.tapped_bundle_item_icon", + HIDE_BUNDLE_TOOLTIP = "button.hide_bundle_tooltip", + TAPPED_BUNDLE_TOOLTIP = "button.tapped_bundle_tooltip", + AI_LESSON_CRAFTER = "button.ai_lesson_crafter", + EXIT_GIFT_SCREEN = "button.exit_gift_screen", + CYCLE_PROMOTIONS_LEFT = "button.cycle_promotions_left", + CYCLE_PROMOTIONS_RIGHT = "button.cycle_promotions_right", + NAVIGATE_CAROUSEL_RIGHT = "button.navigate_carousel_right", + MENU_SWAP_VR_MODE = "button.menu_swap_vr_mode", + SMITHING_TABLE_TAKE_ALL_PLACE_ALL = "button.smithing_table_take_all_place_all", + SMITHING_TABLE_COALESCE_STACK = "button.smithing_table_coalesce_stack", + RTX_WARNING_IS_HOVERED = "button.rtx_warning_is_hovered", + CLEAR_SELECTED_RECIPE = "button.clear_selected_recipe", + MENU_STORE_ERROR = "button.menu_store_error", + COLOR_HOVERED = "button.color_hovered", + CLOSE_BUTTON = "button.close_button", + EXIT_OR_TOGGLE = "button.exit_or_toggle", + CYCLE_SKINS_LEFT = "button.cycle_skins_left", + CYCLE_SKINS_RIGHT = "button.cycle_skins_right", + LOADING_OUTLINE_UNHOVERED = "button.loading_outline_unhovered", + SLIDER_SMALL_DECREASE = "slider.small_decrease", + SLIDER_SMALL_INCREASE = "slider.small_increase", + SLIDER_SELECTED = "slider.selected", + SLIDER_DESELECTED = "slider.deselected", + CONTROLLER_BACK = "button.controller_back", + ANVIL_TAKE_HALF_PLACE_ONE = "button.anvil_take_half_place_one", + CANCEL_PURCHASE = "button.cancel_purchase", + CANCELSERVICEPACK = "button.cancelServicePack", + CARTOGRAPHY_RESULT_TAKE_HALF_PLACE_ONE = "button.cartography_result_take_half_place_one", + CHAT_PASTE_COORDINATES = "button.chat_paste_coordinates", + CLICK_AUTOCOMPLETE = "button.click_autocomplete", + LIKE_BUTTON = "button.like_button", + COMMENT_OPTIONS = "button.comment_options", + COMMENT_GRID_LIKE = "button.comment_grid_like", + COMMENT_FEED_OPTIONS = "button.comment_feed_options", + CLOSE_COMMENTS = "button.close_comments", + CLEAR = "button.clear", + PURCHASEERRORBACK = "button.purchaseErrorBack", + DISMISS = "button.dismiss", + SHOW_ERROR_DETAILS = "button.show_error_details", + COPY_LOG_PATH_TO_CLIPBOARD = "button.copy_log_path_to_clipboard", + EXPAND = "button.expand", + HIDE_ERROR_DETAILS = "button.hide_error_details", + EMOTE_WHEEL_EXIT_NON_GAMEPAD = "button.emote_wheel_exit_non_gamepad", + ADDONS_FAQ = "button.addons_faq", + BACK_TO_SELECTOR_AREA = "button.back_to_selector_area", + FEED_LIKE = "button.feed_like", + FEED_OPTIONS = "button.feed_options", + CLOSE_FEED = "button.close_feed", + INFO = "button.info", + GRINDSTONE_TAKE_HALF_PLACE_ONE = "button.grindstone_take_half_place_one", + HOTBAR_SELECT = "button.hotbar_select", + CONFIRM_RESET = "button.confirm_reset", + CANCEL_RESET = "button.cancel_reset", + CONFIRM_CLOSE_WITHOUT_SAVING = "button.confirm_close_without_saving", + CANCEL_CLOSE_WITHOUT_SAVING = "button.cancel_close_without_saving", + ARROW_UP = "button.arrow_up", + ARROW_KEY = "button.arrow_key", + ARROW_DOWN = "button.arrow_down", + ARROW_LEFT = "button.arrow_left", + ARROW_RIGHT = "button.arrow_right", + EXIT = "button.exit", + OPACITY = "button.opacity", + SIZE = "button.size", + OPTION_RESET = "button.option_reset", + CONTAINER_AUTO_DESTROY = "button.container_auto_destroy", + RECIPE_SELECT = "button.recipe_select", + RECIPE_SECONDARY = "button.recipe_secondary", + RECIPE_TERTIARY = "button.recipe_tertiary", + CRAFTING_OUTPUT_PRIMARY = "button.crafting_output_primary", + CRAFTING_OUTPUT_SECONDARY = "button.crafting_output_secondary", + CRAFTING_OUTPUT_TERTIARY = "button.crafting_output_tertiary", + SEARCH_BAR_HOVERED = "button.search_bar_hovered", + SEARCH_BAR_CLEAR = "button.search_bar_clear", + SEARCH_BAR_SELECTED = "button.search_bar_selected", + SEARCH_BAR_DESELECTED = "button.search_bar_deselected", + FILTER_TOGGLE_HOVERED = "button.filter_toggle_hovered", + OK = "button.ok", + LOOM_RESULT_TAKE_HALF_PLACE_ONE = "button.loom_result_take_half_place_one", + CLOSE_MANAGE_FEED = "button.close_manage_feed", + EXIT_BASIC = "button.exit_basic", + EXIT_STUDENT_EDIT = "button.exit_student_edit", + EXIT_MAXIMIZED = "button.exit_maximized", + EXIT_ADVANCED = "button.exit_advanced", + FEEDBACK_BUTTON_PRESSED = "button.feedback_button_pressed", + MUST_EXIT_WORLD_ERROR_DIALOG = "button.must_exit_world_error_dialog", + PURCHASE_ERROR_DIALOG = "button.purchase_error_dialog", + SAVE = "button.save", + SEND_FEEDBACK = "button.send_feedback", + EXPAND_TOGGLE = "button.expand_toggle", + IN_CSB_BUTTON = "button.in_csb_button", + TAG = "button.tag", + PLAYER_COUNT = "button.player_count", + LANGUAGE = "button.language", + GENRE = "button.genre", + SUBGENRE = "button.subgenre", + CAST_SELECT = "button.cast_select", + CAST_BACK = "button.cast_back", + CAST_SINGLE_CHARACTER_BUTTON = "button.cast_single_character_button", + CLOSE_ENTRY_PROMPT_DIALOG = "button.close_entry_prompt_dialog", + CAST_LEFT_SELECT = "button.cast_left_select", + CAST_RIGHT_SELECT = "button.cast_right_select", + CAST_SUBPAGE_RIGHT = "button.cast_subpage_right", + CAST_SUBPAGE_LEFT = "button.cast_subpage_left", + ITERATE_SELECTION_LEFT = "button.iterate_selection_left", + ITERATE_SELECTION_RIGHT = "button.iterate_selection_right", + EMOTE_HOVERED = "button.emote_hovered", + EMOTE_HOVERED_VIA_ANALOG = "button.emote_hovered_via_analog", + REDEEM_REALMS_ITEM = "button.redeem_realms_item", + SEE_REALMS_SUBSCRIPTION = "button.see_realms_subscription", + EQUIP_PIECE = "button.equip_piece", + EQUIP_SIZE = "button.equip_size", + REALMS_PACK_MORE_INFO = "button.realms_pack_more_info", + CUSTOM_SKIN_INFO_POPUP = "button.custom_skin_info_popup", + INFO_POPUP = "button.info_popup", + PERSONA_ITEM_HOVERED = "button.persona_item_hovered", + PERSONA_ITEM_UNHOVERED = "button.persona_item_unhovered", + APPLY_PERSONA_PIECE = "button.apply_persona_piece", + CATEGORY_BUTTON_HOVERED = "button.category_button_hovered", + PERSONA_CONFIRM_SWITCHING = "button.persona_confirm_switching", + GET_MORE_SKINS = "button.get_more_skins", + SHOW_MORE_SKIN_PACKS = "button.show_more_skin_packs", + APPLY_CAPE = "button.apply_cape", + EMOTE_SLOT_BUTTON_HOVERED = "button.emote_slot_button_hovered", + SELECT_EMOTE = "button.select_emote", + EMOTE_SLOT_POPUP_CLOSE = "button.emote_slot_popup_close", + COIN_WALLET_OR_EMOTE_PREVIEW = "button.coin_wallet_or_emote_preview", + SELECT_APPEARANCE = "button.select_appearance", + DIFFERENCES_INFORMATION_BUTTON = "button.differences_information_button", + REDIRECT_BUTTON = "button.redirect_button", + CLOSE_EXPANDED_APPEARANCE_VIEW = "button.close_expanded_appearance_view", + PIECE_HOVERED = "button.piece_hovered", + PIECE_UNHOVERED = "button.piece_unhovered", + MENU_LEGACY_WORLD_ITEM_MIGRATE = "button.menu_legacy_world_item_migrate", + OPEN_ACCOUNT_SETTING_GAMECORE = "button.open_account_setting_gamecore", + SWITCH_TO_NEW_UI = "button.switch_to_new_ui", + SWITCH_TO_NEW_UI_SERVERS = "button.switch_to_new_ui_servers", + FREE_PREVIEW_REALM_AVAILABLE = "button.free_preview_realm_available", + NO_LOCAL_WORLDS_LAUNCH_HELP = "button.no_local_worlds_launch_help", + EDITOR_SETTINGS = "button.editor_settings", + CLOSE_DIFFERENCES_DIALOG = "button.close_differences_dialog", + CONFIRM_DELETE = "button.confirm_delete", + OPEN_DEFAULT_CHARACTER_SELECTION_MODAL = "button.open_default_character_selection_modal", + CREATE_SELECTED_PERSONA = "button.create_selected_persona", + CLOSE_EDIT_APPEARANCE_PRESET = "button.close_edit_appearance_preset", + CONFIRM_DOWNLOAD = "button.confirm_download", + DOWNLOAD_RESOURCEPACK = "button.download_resourcepack", + DENY_PACKS = "button.deny_packs", + MENU_RETRY = "button.menu_retry", + EDUCLOUD_CLOUD_SUPPORT = "button.eduCloud_cloud_support", + EDUCLOUD_BACKUP_SUPPORT = "button.eduCloud_backup_support", + EDUCLOUD_GENERIC_DOWNLOAD_ERROR_SUPPORT = "button.eduCloud_generic_download_error_support", + EDUCLOUD_UNAUTHORIZED_DOWNLOAD_ERROR_SUPPORT = "button.eduCloud_unauthorized_download_error_support", + VIEW_FEED = "button.view_feed", + CLOSE_SCREENSHOT_PICKER = "button.close_screenshot_picker", + DROPDOWN_NAV_TOGGLE_ON_HOVER = "button.dropdown_nav_toggle_on_hover", + CONTROLLER_HOVER_CLOSE_VERBOSE_VIEW = "button.controller_hover_close_verbose_view", + EXIT_VERBOSE_STATE_BG = "button.exit_verbose_state_bg", + SMITHING_TABLE_TAKE_HALF_PLACE_ONE = "button.smithing_table_take_half_place_one", + GATHERING = "button.gathering", + MENU_INBOX = "button.menu_inbox", + MENU_GET_STARTED = "button.menu_get_started", + OPEN_MAIN_MENU = "button.open_main_menu", + MANAGE_ACCOUNT = "button.manage_account", + MENU_REALMS = "button.menu_realms", + MENU_SERVERS = "button.menu_servers", + CLOSE_CLOUD_UPLOAD_PROMPT = "button.close_cloud_upload_prompt", + STONECUTTER_RESULT_TAKE_HALF_PLACE_ONE = "button.stonecutter_result_take_half_place_one", + CLEAR_CACHE = "button.clear_cache", + SYNC_LEGACY_WORLDS = "button.sync_legacy_worlds", + SYNC_RETAILTOPREVIEW_WORLDS = "button.sync_retailtopreview_worlds", + FAQ = "button.faq", + NEXT = "button.next", + START_TRANSFER = "button.start_transfer", + MAIN_MENU = "button.main_menu", + SEARCH_HEADER_CLEAR = "button.search_header_clear", + TAB_NAME = "button.tab_name", + NAVIGATE_FIRST_PAGE = "button.navigate_first_page", + GO_TO_TOP = "button.go_to_top", + NAVIGATE_PREVIOUS_PAGE = "button.navigate_previous_page", + NAVIGATE_NEXT_PAGE = "button.navigate_next_page", + SELECT_BLADE_OFFER = "button.select_blade_offer", + CLOSE_POPUP = "button.close_popup", + NONE = "button.none", + NAVIGATE_EDIT_WORLD = "button.navigate_edit_world", + COPY_LOCAL_WORLD = "button.copy_local_world", + NAVIGATE_EDIT_REALMS_WORLD = "button.navigate_edit_realms_world", + DOWNLOAD_REALMS_WORLD = "button.download_realms_world", + ADDON_SELECT_WORLD = "button.addon_select_world", + NAVIGATE_CREATE_NEW_WORLD = "button.navigate_create_new_world", + ADDON_COPY_WORLD_WARNING = "button.addon_copy_world_warning", + ADDON_COPY_REALMS_WARNING = "button.addon_copy_realms_warning", + BOTTOM_MODAL = "button.bottom_modal", + CLEAR_PACK_TYPE_FILTERS = "button.clear_pack_type_filters", + SELECT_PROMOTION_OFFER = "button.select_promotion_offer", + ALL = "button.all", + ADDONS = "button.addons", + SKINS = "button.skins", + TEXTURES = "button.textures", + ROW_BUTTON = "button.row_button", + GO_BACK = "button.go_back", + CLAIM_ALL = "button.claim_all", + SELECT_PROMOTION_ITEM = "button.select_promotion_item", + PLATFORM_RESTRICTED = "button.platform_restricted", + STRUCTURE_IMPORT = "button.structure_import", + TOAST_INTERACTION = "button.toast_interaction", + TRADE_TAKE_HALF_PLACE_ONE = "button.trade_take_half_place_one", + SLIDER_SKIP_TRACK = "button.slider_skip_track", + TEXT_EDIT_BOX_CLEAR = "button.text_edit_box_clear", + TEXT_EDIT_BOX_HOVERED = "button.text_edit_box_hovered", + TEXT_EDIT_BOX_SELECTED = "button.text_edit_box_selected", + TEXT_EDIT_BOX_DESELECTED = "button.text_edit_box_deselected", + LIBRARY_HOME = "button.library_home", + CANCEL_ADD_RESOURCE_BUTTON = "button.cancel_add_resource_button", + RESOURCE_BUTTON = "button.resource_button", + ADD_RESOURCE_LEARN_MORE = "button.add_resource_learn_more", + LEAVE_ADD_RESOURCE = "button.leave_add_resource", + DONE_ADD_RESOURCE_BUTTON = "button.done_add_resource_button", + DELETE_RESOURCE_BUTTON = "button.delete_resource_button", + MANAGE_ACCESS = "button.manage_access", + TEAMS_SHARE = "button.teams_share", + MAIL_SHARE = "button.mail_share", + CLASSROOMS_SHARE = "button.classrooms_share", + LIBRARY_SEARCH = "button.library_search", + VIEW_TOGGLE = "button.view_toggle", + UPDATE_AND_PLAY = "button.update_and_play", + SELECT_WORLDS = "button.select_worlds", + PADDLE_LEFT = "button.paddle_left", + ADD_POPUP_ESCAPE = "button.add_popup_escape", + CLEAR_SCREENSHOTS_CACHE = "button.clear_screenshots_cache", + DESELECTED_PACK = "button.deselected_pack", + STORE = "button.store", + SORT_UP = "button.sort_up", + PADDLE_RIGHT = "button.paddle_right", + CONTROL = "button.control", + ENABLE_TEXT_TO_SPEECH = "button.enable_text_to_speech", + LOOK_UP_SMOOTH = "button.look_up_smooth", + FULL_SCREEN = "button.full_screen", + BUILD_OR_ATTACK_OR_BLOCK_SELECT = "button.build_or_attack_or_block_select", + DOWNRIGHT = "button.downright", + SHOWEULA = "button.showEula", + ADD_REALM = "button.add_realm", + CLOSE_OPTIONS_POPUP = "button.close_options_popup", + EDUCLOUD_LEARN_MORE = "button.eduCloud_learn_more", + LOOK_DOWN_SMOOTH = "button.look_down_smooth", + COMMAND_MACRO_2 = "button.command_macro_2", + COMMAND_MACRO_6 = "button.command_macro_6", + ADDITIONAL_REALMS_BUY_BUTTON = "button.additional_realms_buy_button", + MANUAL_SAVE_CHECKBOX = "button.manual_save_checkbox", + EXPAND_REALMS = "button.expand_realms", + DELETE_ACCOUNT = "button.delete_account", + EXPAND_ADVANCED_GRAPHICS = "button.expand_advanced_graphics", + DESTROY_OR_INTERACT = "button.destroy_or_interact", + LOOK_RIGHT_SMOOTH = "button.look_right_smooth", + COMMAND_MACRO_7 = "button.command_macro_7", + SETTINGS_HELP = "button.settings_help", + RESET_PARTY_SETTINGS_FILTERS = "button.reset_party_settings_filters", + TAG_TRAILER = "button.tag_trailer", + EMOTE_SLOT_2 = "button.emote_slot_2", + COMMAND_MACRO_3 = "button.command_macro_3", + FORCE_GUI_SCALING = "button.force_gui_scaling", + PRIVACY_AND_ONLINE_SAFETY = "button.privacy_and_online_safety", + ADDITIONAL_REALMS_RIGHT_BUTTON = "button.additional_realms_right_button", + SAVE_ACTIVE_WORLD_BUTTON = "button.save_active_world_button", + EDU_CLOUD_CONFLICT_RESOLUTION_CLOUD_BUTTON = "button.edu_cloud_conflict_resolution_cloud_button", + COPY_FACING_COORDINATES = "button.copy_facing_coordinates", + LOOK_LEFT = "button.look_left", + WINDOW_RIGHT = "button.window_right", + FOCUS_DEBUG = "button.focus_debug", + FRIENDS_DRAWER = "button.friends_drawer", + AVAILABLE_PACK = "button.available_pack", + PREVIEW_APP1 = "button.preview_app1", + NAVIGATE_TO_STORE_SEARCH_RESOURCE = "button.navigate_to_store_search_resource", + TAB_BUTTON = "button.tab_button", + BUILD_OR_INTERACT = "button.build_or_interact", + COMMAND_MACRO_CHORD_7 = "button.command_macro_chord_7", + OUTPUT_COALESCE_STACK = "button.output_coalesce_stack", + VIEW_PROFILE = "button.view_profile", + MENU_TERTIARY_SELECT = "button.menu_tertiary_select", + SNEAK = "button.sneak", + SHIFT = "button.shift", + COPY_FACING_BLOCK_COORDINATES = "button.copy_facing_block_coordinates", + LOOK_DOWN = "button.look_down", + LABTABLE_TAKE_ALL_PLACE_ALL = "button.labtable_take_all_place_all", + RECIPE_BOOK_TOGGLE_HOVERED = "button.recipe_book_toggle_hovered", + PLAY_WORLD = "button.play_world", + CLEAR_DIAGNOSTICS_CAPTURES = "button.clear_diagnostics_captures", + DEV_TRIGGER_GRAPHICS_DEVICE_LOSS = "button.dev_trigger_graphics_device_loss", + RIGHT = "button.right", + DESCEND = "button.descend", + LOOK_UP_LEFT = "button.look_up_left", + OPEN_DEMO_POPUP_LINK = "button.open_demo_popup_link", + EXPAND_SELECTED = "button.expand_selected", + EXPAND_AVAILABLE = "button.expand_available", + LESSON_COMPLETE = "button.lesson_complete", + TUTORIAL_RESTART = "button.tutorial_restart", + TOGGLE_PERSPECTIVE = "button.toggle_perspective", + SPRINT = "button.sprint", + BLOCK_SELECT = "button.block_select", + EMOTE_SLOT_1 = "button.emote_slot_1", + CONFIRM_PASSCODE = "button.confirm_passcode", + POINTER_PRESSED = "button.pointer_pressed", + VISUAL_BUTTON = "button.visual_button", + DOWNLOAD_SAVE = "button.download_save", + CONNECTING_CLOSE = "button.connecting_close", + ERROR_CLOSE = "button.error_close", + FLY_UP_SLOW = "button.fly_up_slow", + EMOTE_SLOT_3 = "button.emote_slot_3", + ERROR_OK = "button.error_ok", + SELECTED_PACK = "button.selected_pack", + CLOSE_EDUCLOUD_ERROR_POPUP = "button.close_eduCloud_error_popup", + MENU_TEXTCURSORLEFT = "button.menu_textcursorleft", + DEV_CONSOLE_2 = "button.dev_console_2", + JUMP = "button.jump", + SPRINT_TOGGLE = "button.sprint_toggle", + SWITCH_TO_CONTROLLER = "button.switch_to_controller", + CONTENT_LOG_HISTORY_CHORD = "button.content_log_history_chord", + CHANGE_FLIGHT_HEIGHT = "button.change_flight_height", + COMP_CREATE_TAKE_ALL_PLACE_ALL = "button.comp_create_take_all_place_all", + MATREDUCE_TAKE_ALL_PLACE_ALL = "button.matreduce_take_all_place_all", + STARTBROWSING = "button.startBrowsing", + REALMS_COPY_INVITE_LINK = "button.realms_copy_invite_link", + SIGN_IN = "button.sign_in", + NAVIGATE_TO_STORE_SEARCH_MASHUP = "button.navigate_to_store_search_mashup", + LEFT = "button.left", + BLOCK_SELECT_TOGGLE = "button.block_select_toggle", + COMMAND_MACRO_CHORD_4 = "button.command_macro_chord_4", + OUTPUT_TAKE_ONE_PLACE_ONE = "button.output_take_one_place_one", + CUSTOMIZE_TOOLTIP_OPTION_IS_HOVERED = "button.customize_tooltip_option_is_hovered", + PAUSE = "button.pause", + FORCE_SCREENS_TYPE_POCKET = "button.force_screens_type_pocket", + RELOAD_UI_DEFINITIONS = "button.reload_ui_definitions", + EDU_CLOUD_HYPERLINK = "button.edu_cloud_hyperlink", + MENU_TEXTCURSORRIGHT = "button.menu_textcursorright", + LOOK_UP = "button.look_up", + COMMAND_MACRO_9 = "button.command_macro_9", + COMMAND_MACRO_CHORD_1 = "button.command_macro_chord_1", + HOME = "button.home", + DELETE_LOCAL_SCREENSHOTS = "button.delete_local_screenshots", + ADDITIONAL_REALMS_LEFT_BUTTON = "button.additional_realms_left_button", + SORT_DOWN = "button.sort_down", + DEBUG_DRAWER_BUTTON = "button.debug_drawer_button", + EDUCLOUD_ERROR_OK = "button.eduCloud_error_ok", + FEEDBACK_LINK = "button.feedback_link", + OPEN_EXPANDED_APPEARANCE_VIEW = "button.open_expanded_appearance_view", + CLICK_ON = "button.click_on", + SNEAK_TOGGLE = "button.sneak_toggle", + LOOK_CENTER = "button.look_center", + MEMORY_WARNING_CANCEL = "button.memory_warning_cancel", + REPORT_ERRORS = "button.report_errors", + DOWNLOAD_FAILED_CANCEL = "button.download_failed_cancel", + POPUP_ESCAPE = "button.popup_escape", + TAG_ESCAPE = "button.tag_escape", + NAVIGATE_TO_STORE_SEARCH_WORLD = "button.navigate_to_store_search_world", + ASCEND = "button.ascend", + LOOK_DOWN_SLIGHT = "button.look_down_slight", + LOOK_DOWN_LEFT = "button.look_down_left", + LABTABLE_COALESCE_STACK = "button.labtable_coalesce_stack", + MOVE_LEFT = "button.move_left", + PACK_SETTINGS = "button.pack_settings", + RESET_NEW_PLAYER_FLOW = "button.reset_new_player_flow", + SELECT_CONTROL_MODE = "button.select_control_mode", + COPY_CURRENT_COORDINATES = "button.copy_current_coordinates", + COMMAND_MACRO_CHORD_8 = "button.command_macro_chord_8", + COMBINE = "button.combine", + OPEN_DEV_CONSOLE = "button.open_dev_console", + REALMS_PLUS_BUY_BUTTON = "button.realms_plus_buy_button", + DELETE_SAVE = "button.delete_save", + JOIN_AND_DOWNLOAD_REQUIRED = "button.join_and_download_required", + LIBRARY_BACK_BUTTON = "button.library_back_button", + TURN_DOWN = "button.turn_down", + BLOCK_SELECT_WITH_DATA = "button.block_select_with_data", + CONSOLE = "button.console", + WINDOW_LEFT = "button.window_left", + PICK_DEBUG_OBJECT = "button.pick_debug_object", + SIMULATE_TOUCH = "button.simulate_touch", + CLOSE_TO_CODE_ENTRY = "button.close_to_code_entry", + CLOUD_LEARN_MORE_LINK = "button.cloud_learn_more_link", + COPY_BUILD_INFO = "button.copy_build_info", + OPEN_COLOR_PICKER = "button.open_color_picker", + CONTENT_LOG_HISTORY = "button.content_log_history", + MEMORY_WARNING_OK = "button.memory_warning_ok", + VISIT_HELP = "button.visit_help", + UNOWNED_PACK = "button.unowned_pack", + ADDONLINK = "button.addonLink", + EDU_CLOUD_CONFLICT_RESOLUTION_BOTH_BUTTON = "button.edu_cloud_conflict_resolution_both_button", + COMP_CREATE_COALESCE_STACK = "button.comp_create_coalesce_stack", + BUY_NOW = "button.buy_now", + TEN_USERS = "button.ten_users", + CLOSE_PERMISSIONS_POPUP = "button.close_permissions_popup", + ONEDRIVE_LINK = "button.onedrive_link", + EMOTE_SLOT_0 = "button.emote_slot_0", + COMMAND_MACRO_4 = "button.command_macro_4", + ADD_SERVER = "button.add_server", + FIRST_LOWER_POPUP_BUTTON = "button.first_lower_popup_button", + TURN_UP = "button.turn_up", + RESOURCES = "button.resources", + CLICK_OFF = "button.click_off", + DEV_CONSOLE = "button.dev_console", + LOOK_LEFT_SMOOTH = "button.look_left_smooth", + COMMAND_MACRO_0 = "button.command_macro_0", + COMMAND_MACRO_CHORD_0 = "button.command_macro_chord_0", + COMMAND_MACRO_CHORD_5 = "button.command_macro_chord_5", + LIBRARY_CATEGORY = "button.library_category", + GOBACK = "button.goBack", + LEARN_MORE_POPUP_LINK = "button.learn_more_popup_link", + CODE_BUILDER = "button.code_builder", + JOIN_AND_DOWNLOAD_EVERYTHING = "button.join_and_download_everything", + IMAGE_PREV = "button.image_prev", + UP_IGNORE = "button.up_ignore", + ASCENDSCAFFOLDING = "button.ascendScaffolding", + FLY_DOWN_SLOW = "button.fly_down_slow", + HOTBAR_DROP_ALL = "button.hotbar_drop_all", + TEXT_TO_SPEECH = "button.text_to_speech", + COMMAND_MACRO_1 = "button.command_macro_1", + COMMAND_MACRO_CHORD_6 = "button.command_macro_chord_6", + EDUCATION_RESOURCES = "button.education_resources", + CSB_CANCEL = "button.csb_cancel", + TWO_USERS = "button.two_users", + SAVE_TO_STORAGE = "button.save_to_storage", + PREVIEW_APP2 = "button.preview_app2", + CYCLE_NEXT_DEBUG_OVERLAY_PAGE = "button.cycle_next_debug_overlay_page", + DEV_ALLOCATE_TEXTURE_HANDLES = "button.dev_allocate_texture_handles", + NAVIGATE_TO_STORE_SEARCH_ADDON = "button.navigate_to_store_search_addon", + OPEN_CRAFTING = "button.open_crafting", + LOOK_UP_RIGHT = "button.look_up_right", + TOGGLE_CONTROL_HUD = "button.toggle_control_hud", + COMMAND_MACRO_CHORD_2 = "button.command_macro_chord_2", + MENU_PROFILE = "button.menu_profile", + REALMS_PLUS_RIGHT_BUTTON = "button.realms_plus_right_button", + EDU_CLOUD_CONFLICT_RESOLUTION_LOCAL_BUTTON = "button.edu_cloud_conflict_resolution_local_button", + BUILD_OR_ATTACK = "button.build_or_attack", + INTERACT = "button.interact", + CLOUD_HELP_BUTTON = "button.cloud_help_button", + MENU_EDU_PLAY = "button.menu_edu_play", + CLOSE_SIGN_OUT_FAIL_POPUP = "button.close_sign_out_fail_popup", + CYCLE_PREVIOUS_DEBUG_OVERLAY_PAGE = "button.cycle_previous_debug_overlay_page", + LOOK_RIGHT = "button.look_right", + INVITE_LINKS = "button.invite_links", + DELETE_SELECTED_SAVES = "button.delete_selected_saves", + REALMS_PACK = "button.realms_pack", + EMOTE = "button.emote", + INTERACTWITHTOAST = "button.interactwithtoast", + DESTROY_OR_ATTACK = "button.destroy_or_attack", + LOOK_UP_SLIGHT = "button.look_up_slight", + UPLEFT = "button.upleft", + MATREDUCE_COALESCE_STACK = "button.matreduce_coalesce_stack", + CRAFTING_CONTAINER_AUTO_PLACE = "button.crafting_container_auto_place", + NEW_UI_DEBUG = "button.new_ui_debug", + CSB_INFO = "button.csb_info", + RESTORE_SAVE = "button.restore_save", + DOWNLOAD_FAILED_OPEN = "button.download_failed_open", + SELECT_ALL = "button.select_all", + SIGN_OUT = "button.sign_out", + COPY_ACCOUNT_INFO = "button.copy_account_info", + DROP = "button.drop", + COPY_COORDINATES = "button.copy_coordinates", + COMMAND_MACRO_CHORD_3 = "button.command_macro_chord_3", + SELECT_SAVE_OPTIONS = "button.select_save_options", + INVALID_PACK = "button.invalid_pack", + SERVER_FOUND_CLOSE = "button.server_found_close", + EXTERNAL_LINK = "button.external_link", + COMMAND_MACRO_8 = "button.command_macro_8", + COMMAND_MACRO_CHORD_9 = "button.command_macro_chord_9", + MODIFY_CONTROL_LAYOUT = "button.modify_control_layout", + RIGHT_LEARN_MORE = "button.right_learn_more", + SECOND_LOWER_POPUP_BUTTON = "button.second_lower_popup_button", + EMOTE_SELECTED_UPDATED = "button.emote_selected_updated", + ENTRY_CLOSE = "button.entry_close", + IMAGE_NEXT = "button.image_next", + DESCENDSCAFFOLDING = "button.descendScaffolding", + DOWN_IGNORE = "button.down_ignore", + COMMAND_MACRO_5 = "button.command_macro_5", + PASSCODE_POPUP_ESCAPE = "button.passcode_popup_escape", + VIEW_CHARACTER_CREATOR_ITEMS = "button.view_character_creator_items", + CSB_BUY = "button.csb_buy", + MORE_CODING = "button.more_coding", + NAVIGATE_TO_STORE_SEARCH_SKIN = "button.navigate_to_store_search_skin", + NAVIGATE_TO_STORE_SEARCH_VIBRANTVISUALS = "button.navigate_to_store_search_vibrantvisuals", + LOOK_DOWN_RIGHT = "button.look_down_right", + OUTPUT_TAKE_ALL_PLACE_ALL = "button.output_take_all_place_all", + SERVERS = "button.servers", + REALMS_PLUS_LEFT_BUTTON = "button.realms_plus_left_button", + REALMS_REMOVE_INVITE_LINK = "button.realms_remove_invite_link", + EXPAND_UNOWNED = "button.expand_unowned", + JOINCODE_SHARE = "button.joincode_share", + GAMMA_CALIBRATION = "button.gamma_calibration", + MOBEFFECTSANDINTERACTWITHTOAST = "button.mobeffectsandinteractwithtoast", + UPRIGHT = "button.upright", + DOWNLEFT = "button.downleft", + MENU_TOGGLE = "button.menu_toggle", + CLEAR_HOTBAR = "button.clear_hotbar", + LEFT_LEARN_MORE = "button.left_learn_more", + SET_SPAWN = "button.set_spawn", + DISMOUNT = "button.dismount", + GET_OFFLINE_AUTHCODE = "button.get_offline_authcode", + RESTART_HOSTING = "button.restart_hosting", + GET_CERTIFICATE = "button.get_certificate", + EQUIP_COLOR = "button.equip_color", + DOWN = "button.down", + ALT = "button.alt", + UP = "button.up", +} \ No newline at end of file diff --git a/src/types/enums/ClipDirection.ts b/src/types/enums/ClipDirection.ts new file mode 100644 index 0000000..31605d4 --- /dev/null +++ b/src/types/enums/ClipDirection.ts @@ -0,0 +1,7 @@ +export enum ClipDirection { + LEFT = "left", + RIGHT = "right", + UP = "up", + DOWN = "down", + CENTER = "center", +} \ No newline at end of file diff --git a/src/types/enums/CollectionName.ts b/src/types/enums/CollectionName.ts new file mode 100644 index 0000000..5c1b037 --- /dev/null +++ b/src/types/enums/CollectionName.ts @@ -0,0 +1,169 @@ +export enum CollectionName { + LANGUAGES = "languages", + ACTIONS_COLLECTION = "actions_collection", + TREATMENT_COLLECTION = "treatment_collection", + FEATURE_TOGGLES = "feature_toggles", + FEATURED_ITEM_COLLECTION = "featured_item_collection", + BOSS_BARS = "boss_bars", + FORM_BUTTONS = "form_buttons", + CUSTOM_FORM = "custom_form", + BLOCKED_PLAYERS_COLLECTION = "blocked_players_collection", + CHAT_TEXT_GRID = "chat_text_grid", + BREWING_RESULT_ITEMS = "brewing_result_items", + ACHIEVEMENT_LIST = "achievement_list", + BOOK_PAGES = "book_pages", + PICK_COLLECTION = "pick_collection", + PICK_COLLECTION_INVENTORY = "pick_collection_inventory", + OWNED_LIST = "owned_list", + UNOWNED_LIST = "unowned_list", + FUTURE_PROMO_COLLECTION = "future_promo_collection", + PAST_PROMO_COLLECTION = "past_promo_collection", + AUTO_COMPLETE = "auto_complete", + FONT_COLORS = "font_colors", + REALMS_COLLECTION = "realms_collection", + LIST_COLLECTION = "list_collection", + SLOTS_COLLECTION = "slots_collection", + COIN_PURCHASE_GRID = "coin_purchase_grid", + COMMENT_COLLECTION = "comment_collection", + CONTENT_LOG_MESSAGE = "content_log_message", + CONTENT_LOG_TEXT_GRID = "content_log_text_grid", + CATEGORY_COLLECTION = "category_collection", + OFFER_COLLECTION = "offer_collection", + GAMEPAD_ACTION_ITEMS = "gamepad_action_items", + SERVERS_NETWORK_WORLDS = "servers_network_worlds", + THIRD_PARTY_SERVER_NETWORK_WORLDS = "third_party_server_network_worlds", + LEGACY_WORLDS = "legacy_worlds", + CONTAINER_ITEMS = "container_items", + PERMISSIONS_COLLECTION = "permissions_collection", + SCREENSHOTPICKER_COLLECTION = "screenshotpicker_collection", + ENCHANTING_INPUT_ITEMS = "enchanting_input_items", + ENCHANTING_LAPIS_ITEMS = "enchanting_lapis_items", + HORSE_EQUIP_ITEMS = "horse_equip_items", + CRAFTING_INPUT_ITEMS = "crafting_input_items", + CRAFTING_OUTPUT_ITEMS = "crafting_output_items", + PLAYERS_COLLECTION = "players_collection", + ONLINE_FRIENDS = "online_friends", + OFFLINE_FRIENDS = "offline_friends", + REALMS_WORLDS = "realms_worlds", + LOCAL_WORLDS = "local_worlds", + PENDING_INVITES_COLLECTION = "pending_invites_collection", + REALMS_BRANCH_COLLECTION = "realms_branch_collection", + MEMBERS_COLLECTION = "members_collection", + INVITED_FRIENDS_COLLECTION = "invited_friends_collection", + UNINVITED_FRIENDS_COLLECTION = "uninvited_friends_collection", + UGC_ITEMS = "ugc_items", + HOTBAR_ITEMS = "hotbar_items", + INVENTORY_ITEMS = "inventory_items", + REALM_LIST = "realm_list", + WORLD_LIST = "world_list", + WORLD_TEMPLATES = "world_templates", + INVALID_WORLD_TEMPLATES = "invalid_world_templates", + LOADING_WORLD_TEMPLATES = "loading_world_templates", + COMBINED_HOTBAR_AND_INVENTORY_ITEMS = "combined_hotbar_and_inventory_items", + PHOTOS = "photos", + SPEED = "speed", + HASTE = "haste", + RESIST = "resist", + JUMP = "jump", + STRENGTH = "strength", + REGEN = "regen", + EXTRA = "extra", + CONFIRM = "confirm", + CANCEL = "cancel", + NAVIGATION_TABS = "navigation_tabs", + SKINS_COLLECTION = "skins_collection", + REQUIRED_RESOURCEPACKS = "required_resourcepacks", + OPTIONAL_RESOURCEPACKS = "optional_resourcepacks", + SCREENSHOTS_COLLECTION = "screenshots_collection", + DEFAULT_SKINS_COLLECTION = "default_skins_collection", + RECENT_SKINS_COLLECTION = "recent_skins_collection", + PREMIUM_PACKS_COLLECTION = "premium_packs_collection", + PREMIUM_SKINS_COLLECTION = "premium_skins_collection", + LOADING_PERSONAL_REALMS = "loading_personal_realms", + LOADING_FRIENDS_REALMS = "loading_friends_realms", + OFFERS_COLLECTION = "offers_collection", + MOB_EFFECTS_COLLECTION = "mob_effects_collection", + DEPENDENT_PACKS_PANEL = "dependent_packs_panel", + DEPENDENCY_PANEL = "dependency_panel", + STORAGE_PANEL = "storage_panel", + SEARCH_PANEL = "search_panel", + TAG_FACTORY_COLLECTION = "tag_factory_collection", + STUDENT_BUTTONS_COLLECTION = "student_buttons_collection", + ENCHANT_BUTTONS = "#enchant_buttons", + GAMEPAD_COLLECTION = "gamepad_collection", + KEYBOARD_COLLECTION = "keyboard_collection", + SUGGESTED_OFFERS_COLLECTION = "#suggested_offers_collection", + FEED_COLLECTION = "feed_collection", + MANAGE_FEED_COLLECTION = "manage_feed_collection", + BUTTONS = "buttons", + FRIENDS_NETWORK_WORLDS = "friends_network_worlds", + CROSS_PLATFORM_FRIENDS_NETWORK_WORLDS = "cross_platform_friends_network_worlds", + REALMS_BACKUP_COLLECTION = "realms_backup_collection", + SCOREBOARD_SCORES = "scoreboard_scores", + SCOREBOARD_PLAYERS = "scoreboard_players", + SCOREBOARD_LIST_ICONS = "scoreboard_list_icons", + SCOREBOARD_LIST_NAMES = "scoreboard_list_names", + SCOREBOARD_LIST_SCORES = "scoreboard_list_scores", + SCOREBOARD_LIST_CONNECTIONS = "scoreboard_list_connections", + SCOREBOARD_LIST_BGS = "scoreboard_list_bgs", + SCOREBOARD_LIST_HEALTHS = "scoreboard_list_healths", + HERO_ROW_COLLECTION = "hero_row_collection", + EDITOR_BUTTONS_COLLECTION = "editor_buttons_collection", + HERO_ROW_L2_COLLECTION = "hero_row_l2_collection", + SKIN_PACK_COLLECTION = "skin_pack_collection", + LIBRARY_ITEMS = "library_items", + PACK_ICONS = "pack_icons", + UNUSED_TREATMENT_COLLECTION = "unused_treatment_collection", + EDUCATION_TEMPLATE_COLLECTION = "#education_template_collection", + TRADE_ITEM_1 = "trade_item_1", + TRADE_ITEM_2 = "trade_item_2", + SELL_ITEM = "sell_item", + CONTENT_SECTIONS = "content_sections", + POPULAR_PACKS_COLLECTION = "popular_packs_collection", + PLATFORM_TERMS_COLLECTION = "platform_terms_collection", + REALMS_PLUS_TEMPLATES = "realms_plus_templates", + CUSTOM_WORLD_TEMPLATES = "custom_world_templates", + SKIN_COLORS = "skin_colors", + RATINGS_STAR_COLLECTION = "ratings_star_collection", + PACK_ERRORS = "pack_errors", + ERROR_DEBUG = "error_debug", + ONLINE_XBOX_LIVE_FRIENDS = "online_xbox_live_friends", + OFFLINE_XBOX_LIVE_FRIENDS = "offline_xbox_live_friends", + ONLINE_PLATFORM_FRIENDS = "online_platform_friends", + OFFLINE_PLATFORM_FRIENDS = "offline_platform_friends", + RECIPE_BOOK = "recipe_book", + TEMPLATES_COLLECTION = "templates_collection", + LESSON_ITEMS = "lesson_items", + ACTIVE_TASKS = "active_tasks", + LAN_NETWORK_WORLDS = "lan_network_worlds", + WORLD_COLUMN = "world_column", + WORLD_ROW = "world_row", + TEMPLATE_COLUMN = "template_column", + TEMPLATE_ROW = "template_row", + CREATION_TYPE = "creation_type", + PERMISSION_ROLES = "permission_roles", + BUTTON_COLLECTION = "button_collection", + WORLD_SCREENSHOT_COLLECTION = "world_screenshot_collection", + GIFT_PROMOTION_COLLECTION = "gift_promotion_collection", + CAROUSEL_BAR_COLLECTION = "carousel_bar_collection", + REALMS_PLUS_SUBSCRIPTIONS_COLLECTION = "realms_plus_subscriptions_collection", + ADDITIONAL_REALMS_SUBSCRIPTIONS_COLLECTION = "additional_realms_subscriptions_collection", + MOCK_HTTP_RULES = "mock_http_rules", + PROGRESSION_COLLECTION = "progression_collection", + UI_FEATURE_TOGGLES = "ui_feature_toggles", + DEV_NEW_ACHIEVEMENTS_SCREENS_RADIO = "dev_new_achievements_screens_radio", + EXPERIMENTAL_TOGGLES = "experimental_toggles", + CONTROLS_TOGGLE = "controls_toggle", + FACTORY_COLLECTION = "factory_collection", + COLOR_COLLECTION = "color_collection", + SERVER_GAMES_COLLECTION = "server_games_collection", + SERVER_SCREENSHOT_COLLECTION = "server_screenshot_collection", + BETA_RETAIL_LOCAL_WORLDS = "beta_retail_local_worlds", + BETA_RETAIL_LEGACY_WORLDS = "beta_retail_legacy_worlds", + WORLD_SLOTS = "world_slots", + DEV_NEW_CREATE_WORLD_SCREEN_RADIO = "dev_new_create_world_screen_radio", + OUTPUT_CHAR_COLLECTION = "output_char_collection", + COMPCREATE_INPUT = "compcreate_input", + LABTABLE_INPUT = "labtable_input", + MATREDUCE_OUTPUT = "matreduce_output", +} \ No newline at end of file diff --git a/src/types/enums/Color.ts b/src/types/enums/Color.ts new file mode 100644 index 0000000..2c7d580 --- /dev/null +++ b/src/types/enums/Color.ts @@ -0,0 +1 @@ +export enum Color {} diff --git a/src/types/enums/DebugColor.ts b/src/types/enums/DebugColor.ts new file mode 100644 index 0000000..479f4ab --- /dev/null +++ b/src/types/enums/DebugColor.ts @@ -0,0 +1,10 @@ +export enum DebugColor { + WHITE = "white", + BLACK = "black", + GRAY = "gray", + RED = "red", + BLUE = "blue", + GREEN = "green", + YELLOW = "yellow", + PURPLE = "purple", +} \ No newline at end of file diff --git a/src/types/enums/Easing.ts b/src/types/enums/Easing.ts new file mode 100644 index 0000000..a3bef5f --- /dev/null +++ b/src/types/enums/Easing.ts @@ -0,0 +1,34 @@ +export enum Easing { + LINEAR = "linear", + SPRING = "spring", + IN_QUAD = "in_quad", + OUT_QUAD = "out_quad", + IN_OUT_QUAD = "in_out_quad", + IN_CUBIC = "in_cubic", + OUT_CUBIC = "out_cubic", + IN_OUT_CUBIC = "in_out_cubic", + IN_QUART = "in_quart", + OUT_QUART = "out_quart", + IN_OUT_QUART = "in_out_quart", + IN_QUINT = "in_quint", + OUT_QUINT = "out_quint", + IN_OUT_QUINT = "in_out_quint", + IN_SINE = "in_sine", + OUT_SINE = "out_sine", + IN_OUT_SINE = "in_out_sine", + IN_EXPO = "in_expo", + OUT_EXPO = "out_expo", + IN_OUT_EXPO = "in_out_expo", + IN_CIRC = "in_circ", + OUT_CIRC = "out_circ", + IN_OUT_CIRC = "in_out_circ", + IN_BOUNCE = "in_bounce", + OUT_BOUNCE = "out_bounce", + IN_OUT_BOUNCE = "in_out_bounce", + IN_BACK = "in_back", + OUT_BACK = "out_back", + IN_OUT_BACK = "in_out_back", + IN_ELASTIC = "in_elastic", + OUT_ELASTIC = "out_elastic", + IN_OUT_ELASTIC = "in_out_elastic", +} \ No newline at end of file diff --git a/src/types/enums/FocusNavigationMode.ts b/src/types/enums/FocusNavigationMode.ts new file mode 100644 index 0000000..d13cd1f --- /dev/null +++ b/src/types/enums/FocusNavigationMode.ts @@ -0,0 +1,6 @@ +export enum FocusNavigationMode { + CONTAINED = "contained", + NONE = "none", + CUSTOM = "custom", + STOP = "stop", +} \ No newline at end of file diff --git a/src/types/enums/FontSize.ts b/src/types/enums/FontSize.ts new file mode 100644 index 0000000..7bc06ab --- /dev/null +++ b/src/types/enums/FontSize.ts @@ -0,0 +1,7 @@ +export enum FontSize { + SMALL = "small", + NORMAL = "normal", + MEDIUM = "medium", + LARGE = "large", + EXTRA_LARGE = "extra_large", +} \ No newline at end of file diff --git a/src/types/enums/FontType.ts b/src/types/enums/FontType.ts new file mode 100644 index 0000000..eb58c10 --- /dev/null +++ b/src/types/enums/FontType.ts @@ -0,0 +1,6 @@ +export enum FontType { + DEFAULT = "default", + RUNE = "rune", + UNICODE = "unicode", + SMOOTH = "smooth", +} \ No newline at end of file diff --git a/src/types/enums/GlobalVariables.ts b/src/types/enums/GlobalVariables.ts new file mode 100644 index 0000000..c315bfb --- /dev/null +++ b/src/types/enums/GlobalVariables.ts @@ -0,0 +1,58 @@ +export enum GlobalVariables { + STORE_DISABLED = "$store_disabled", + GAME_PAD = "$game_pad", + MOUSE = "$mouse", + TOUCH = "$touch", + TRIAL = "$trial", + BUILD_PLATFORM_UWP = "$build_platform_UWP", + WIN10_EDITION = "$win10_edition", + IGNORE_ADD_SERVERS = "$ignore_add_servers", + DISABLE_GAMERTAG_CONTROLS = "$disable_gamertag_controls", + CONSOLE_EDITION = "$console_edition", + OSX_EDITION = "$osx_edition", + POCKET_EDITION = "$pocket_edition", + EDUCATION_EDITION = "$education_edition", + WORLD_ARCHIVE_SUPPORT = "$world_archive_support", + FILE_PICKING_SUPPORTED = "$file_picking_supported", + DESKTOP_SCREEN = "$desktop_screen", + POCKET_SCREEN = "$pocket_screen", + IS_HOLOGRAPHIC = "$is_holographic", + GEAR_VR = "$gear_vr", + OCULUS_RIFT = "$oculus_rift", + IS_LIVING_ROOM_MODE = "$is_living_room_mode", + IS_REALITY_MODE = "$is_reality_mode", + REALMS_BETA = "$realms_beta", + FIRE_TV = "$fire_tv", + IS_IOS = "$is_ios", + APPLE_TV = "$apple_tv", + IS_WINDOWS_10_MOBILE = "$is_windows_10_mobile", + IMAGE_PICKING_NOT_SUPPORTED = "$image_picking_not_supported", + PRE_RELEASE = "$pre_release", + IOS = "$ios", + IS_CONSOLE = "$is_console", + CAN_QUIT = "$can_quit", + IS_SETTOPBOX = "$is_settopbox", + MICROSOFT_OS = "$microsoft_os", + APPLE_OS = "$apple_os", + GOOGLE_OS = "$google_os", + NX_OS = "$nx_os", + HORIZONTAL_SAFEZONE_SIZE = "$horizontal_safezone_size", + VERTICAL_SAFEZONE_SIZE = "$vertical_safezone_size", + CAN_SPLITSCREEN = "$can_splitscreen", + IS_SECONDARY_CLIENT = "$is_secondary_client", + MULTIPLAYER_REQUIRES_LIVE_GOLD = "$multiplayer_requires_live_gold", + XBOX_ONE = "$xbox_one", + IS_PREGAME = "$is_pregame", + IS_WIN10_ARM = "$is_win10_arm", + VIBRATION_SUPPORTED = "$vibration_supported", + IS_MOBILE_VR = "$is_mobile_vr", + IS_XBOXLIVE_ENABLED = "$is_xboxlive_enabled", + DEVICE_MUST_BE_REMOVED_FOR_XBL_SIGNIN = "$device_must_be_removed_for_xbl_signin", + IS_PUBLISH = "$is_publish", + IS_DESKTOP = "$is_desktop", + IS_PS4 = "$is_ps4", + IS_ON_3P_SERVER = "$is_on_3p_server", + IGNORE_3RD_PARTY_SERVERS = "$ignore_3rd_party_servers", + IS_BERWICK = "$is_berwick", + EDIT_MODE = "$edit_mode", +} \ No newline at end of file diff --git a/src/types/enums/GridDimensions.ts b/src/types/enums/GridDimensions.ts new file mode 100644 index 0000000..75cc012 --- /dev/null +++ b/src/types/enums/GridDimensions.ts @@ -0,0 +1,86 @@ +export enum GridDimensions { + ACHIEVEMENT_GRID_DIMENSION = "#achievement_grid_dimension", + GAMEPAD_ACTION_ITEM_GRID_DIMENSION = "#gamepad_action_item_grid_dimension", + EQUIP_GRID_DIMENSIONS = "#equip_grid_dimensions", + INV_GRID_DIMENSIONS = "#inv_grid_dimensions", + HOTBAR_GRID_DIMENSIONS = "#hotbar_grid_dimensions", + HOTBAR_GRID_DIMENSIONS_FIXED_INVENTORY = "#hotbar_grid_dimensions_fixed_inventory", + BOSS_GRID_DIMENSION = "#boss_grid_dimension", + ONLINE_FRIEND_GRID_DIMENSION = "#online_friend_grid_dimension", + OFFLINE_FRIEND_GRID_DIMENSION = "#offline_friend_grid_dimension", + PLAYERS_GRID_DIMENSION = "#players_grid_dimension", + REALMS_NETWORK_WORLD_ITEM_GRID_DIMENSION = "#realms_network_world_item_grid_dimension", + LOCAL_WORLD_ITEM_GRID_DIMENSION = "#local_world_item_grid_dimension", + REQUIRED_RESOURCE_PACK_GRID_DIMENSION = "#required_resource_pack_grid_dimension", + OPTIONAL_RESOURCE_PACK_GRID_DIMENSION = "#optional_resource_pack_grid_dimension", + GAMERTAG_ITEM_GRID_DIMENSION = "#gamertag_item_grid_dimension", + REALMS_BRANCH_GRID_DIMENSION = "#realms_branch_grid_dimension", + MEMBERS_GRID_DIMENSION = "#members_grid_dimension", + INVITED_FRIENDS_GRID_DIMENSION = "#invited_friends_grid_dimension", + UNINVITED_FRIENDS_GRID_DIMENSION = "#uninvited_friends_grid_dimension", + SCREENSHOTS_GRID_DIMENSIONS = "#screenshots_grid_dimensions", + SKINS_GRID_DIMENSIONS = "#skins_grid_dimensions", + PREMIUM_SKINS_GRID_DIMENSIONS = "#premium_skins_grid_dimensions", + PREMIUM_PACKS_GRID_DIMENSIONS = "#premium_packs_grid_dimensions", + DEFAULT_SKINS_GRID_DIMENSIONS = "#default_skins_grid_dimensions", + RECENT_SKINS_GRID_DIMENSIONS = "#recent_skins_grid_dimensions", + OFFER_GRID_DIMENSIONS = "#offer_grid_dimensions", + KEYBOARD_GRID_DIMENSION = "#keyboard_grid_dimension", + GAMEPAD_GRID_DIMENSION = "#gamepad_grid_dimension", + LANGUAGE_GRID_DIMENSION = "#language_grid_dimension", + CATEGORY_GRID_DIMENSIONS = "#category_grid_dimensions", + REALM_GRID_DIMENSION = "#realm_grid_dimension", + WORLD_GRID_DIMENSION = "#world_grid_dimension", + NAVIGATION_TAB_GRID_SIZE = "#navigation_tab_grid_size", + LOADING_PERSONAL_REALMS_GRID_DIMENSION = "#loading_personal_realms_grid_dimension", + LOADING_FRIENDS_REALMS_GRID_DIMENSION = "#loading_friends_realms_grid_dimension", + LOADING_WORLD_TEMPLATE_ITEM_GRID_DIMENSION = "#loading_world_template_item_grid_dimension", + WORLD_TEMPLATE_ITEM_GRID_DIMENSION = "#world_template_item_grid_dimension", + INVALID_WORLD_TEMPLATE_ITEM_GRID_DIMENSION = "#invalid_world_template_item_grid_dimension", + WORLD_SCREENSHOTS_GRID_DIMENSIONS = "#world_screenshots_grid_dimensions", + MOB_EFFECT_GRID_SIZE = "#mob_effect_grid_size", + FEATURED_ITEM_GRID_DIMENSION = "#featured_item_grid_dimension", + LIST_GRID_DIMENSIONS = "#list_grid_dimensions", + PICK_GRID_DIMENSIONS = "#pick_grid_dimensions", + COIN_OFFER_SIZE = "#coin_offer_size", + COMMENT_GRID_DIMENSION = "#comment_grid_dimension", + FEED_GRID_DIMENSION = "#feed_grid_dimension", + MANAGE_FEED_GRID_DIMENSION = "#manage_feed_grid_dimension", + STUDENT_BUTTON_GRID_DIMENSIONS = "#student_button_grid_dimensions", + PERMISSIONS_GRID_DIMENSION = "#permissions_grid_dimension", + SERVERS_NETWORK_WORLD_ITEM_GRID_DIMENSION = "#servers_network_world_item_grid_dimension", + THIRD_PARTY_FEATURED_ITEM_GRID_DIMENSION = "#third_party_featured_item_grid_dimension", + LEGACY_WORLD_ITEM_GRID_DIMENSION = "#legacy_world_item_grid_dimension", + BLOCKED_PLAYERS_GRID_DIMENSION = "#blocked_players_grid_dimension", + SCREENSHOTPICKER_GRID_DIMENSION = "#screenshotpicker_grid_dimension", + PAST_PROMO_ROW_GRID_DIMENSION = "#past_promo_row_grid_dimension", + FUTURE_PROMO_ROW_GRID_DIMENSION = "#future_promo_row_grid_dimension", + SUGGESTED_OFFERS_ITEM_GRID_DIMENSION = "#suggested_offers_item_grid_dimension", + TREATMENTS_GRID_DIMENSION = "#treatments_grid_dimension", + REALMS_BACKUP_GRID_DIMENSION = "#realms_backup_grid_dimension", + TRENDING_OFFERS_DIMENSIONS = "#trending_offers_dimensions", + TRENDING_ROWS_DIMENSIONS = "#trending_rows_dimensions", + EDITOR_GRID_DIMENSIONS = "#editor_grid_dimensions", + ROW_GRID_DIMENSIONS = "#row_grid_dimensions", + FONT_COLOR_GRID_DIMENSION = "#font_color_grid_dimension", + GRID_DIMENSIONS = "#grid_dimensions", + EDUCATION_TEMPLATE_ITEM_GRID_DIMENSION = "#education_template_item_grid_dimension", + UNUSED_TREATMENTS_GRID_DIMENSION = "#unused_treatments_grid_dimension", + REALMS_GRID_DIMENSION = "#realms_grid_dimension", + TEMPLATES_GRID_DIMENSION = "#templates_grid_dimension", + ONLINE_XBOX_LIVE_FRIEND_GRID_DIMENSION = "#online_xbox_live_friend_grid_dimension", + OFFLINE_XBOX_LIVE_FRIEND_GRID_DIMENSION = "#offline_xbox_live_friend_grid_dimension", + ONLINE_PLATFORM_FRIEND_GRID_DIMENSION = "#online_platform_friend_grid_dimension", + OFFLINE_PLATFORM_FRIEND_GRID_DIMENSION = "#offline_platform_friend_grid_dimension", + RATINGS_STAR_DIMENSIONS = "#ratings_star_dimensions", + COLOR_SINGLE_PAGE_SIZE = "#color_single_page_size", + CAPE_COUNT = "#cape_count", + REALMS_PLUS_TEMPLATE_ITEM_GRID_DIMENSION = "#realms_plus_template_item_grid_dimension", + CUSTOM_WORLD_TEMPLATE_ITEM_GRID_DIMENSION = "#custom_world_template_item_grid_dimension", + ONLINE_LINKED_ACCOUNT_FRIEND_GRID_DIMENSION = "#online_linked_account_friend_grid_dimension", + OFFLINE_LINKED_ACCOUNT_FRIEND_GRID_DIMENSION = "#offline_linked_account_friend_grid_dimension", + BETA_RETAIL_LOCAL_WORLD_ITEM_GRID_DIMENSION = "#beta_retail_local_world_item_grid_dimension", + BETA_RETAIL_LEGACY_WORLD_ITEM_GRID_DIMENSION = "#beta_retail_legacy_world_item_grid_dimension", + PROGRESSIONS_GRID_DIMENSION = "#progressions_grid_dimension", + DEV_NEW_ACHIEVEMENTS_SCREENS_RADIO_DIMENSION = "#dev_new_achievements_screens_radio_dimension", +} \ No newline at end of file diff --git a/src/types/enums/InputModeCondition.ts b/src/types/enums/InputModeCondition.ts new file mode 100644 index 0000000..3355fa4 --- /dev/null +++ b/src/types/enums/InputModeCondition.ts @@ -0,0 +1,6 @@ +export enum InputModeCondition { + ANY = "any", + NOT_GAZE = "not_gaze", + NOT_GAMEPAD = "not_gamepad", + GAMEPAD_AND_NOT_GAZE = "gamepad_and_not_gaze", +} \ No newline at end of file diff --git a/src/types/enums/Items.ts b/src/types/enums/Items.ts new file mode 100644 index 0000000..40ad58a --- /dev/null +++ b/src/types/enums/Items.ts @@ -0,0 +1,1489 @@ +export enum ItemAuxID { + ACACIA_BOAT = 26935296, + ACACIA_BUTTON = -9175040, + ACACIA_CHEST_BOAT = 44826624, + ACACIA_DOOR = 38993920, + ACACIA_FENCE = -37683200, + ACACIA_FENCE_GATE = 12255232, + ACACIA_HANGING_SIGN = -33030144, + ACACIA_LEAVES = 10551296, + ACACIA_LOG = 10616832, + ACACIA_PLANKS = -48627712, + ACACIA_PRESSURE_PLATE = -9830400, + ACACIA_SAPLING = -54263808, + ACACIA_SHELF = -68878336, + ACACIA_SIGN = 40501248, + ACACIA_SLAB = -52887552, + ACACIA_STAIRS = 10682368, + ACACIA_TRAPDOOR = -9502720, + ACACIA_WOOD = -53542912, + ACTIVATOR_RAIL = 8257536, + ALLAY_SPAWN_EGG = 44105728, + ALLIUM = -54460416, + ALLOW = 13762560, + AMETHYST_BLOCK = -21430272, + AMETHYST_CLUSTER = -21561344, + AMETHYST_SHARD = 43646976, + ANCIENT_DEBRIS = -17760256, + ANDESITE = -38928384, + ANDESITE_SLAB = -58523648, + ANDESITE_STAIRS = -11206656, + ANDESITE_WALL = -63832064, + ANGLER_POTTERY_SHERD = 45809664, + ANVIL = 9502720, + APPLE = 18677760, + ARCHER_POTTERY_SHERD = 45875200, + ARMADILLO_SCUTE = 48889856, + ARMADILLO_SPAWN_EGG = 48824320, + ARMOR_STAND = 38731776, + ARMS_UP_POTTERY_SHERD = 45940736, + ARROW = 21757952, + AXOLOTL_BUCKET = 26279936, + AXOLOTL_SPAWN_EGG = 35127296, + AZALEA = -22085632, + AZALEA_LEAVES = -21233664, + AZALEA_LEAVES_FLOWERED = -21299200, + AZURE_BLUET = -54525952, + BAKED_POTATO = 20316160, + BAMBOO = -10682368, + BAMBOO_BLOCK = -34537472, + BAMBOO_BUTTON = -33488896, + BAMBOO_CHEST_RAFT = 45613056, + BAMBOO_DOOR = -33882112, + BAMBOO_FENCE = -33751040, + BAMBOO_FENCE_GATE = -33816576, + BAMBOO_HANGING_SIGN = -34209792, + BAMBOO_MOSAIC = -33357824, + BAMBOO_MOSAIC_SLAB = -34340864, + BAMBOO_MOSAIC_STAIRS = -34275328, + BAMBOO_PLANKS = -33423360, + BAMBOO_PRESSURE_PLATE = -33685504, + BAMBOO_RAFT = 45547520, + BAMBOO_SHELF = -69206016, + BAMBOO_SIGN = 45481984, + BAMBOO_SLAB = -33619968, + BAMBOO_STAIRS = -33554432, + BAMBOO_TRAPDOOR = -34078720, + BANNER = 39714816, + BARREL = -13303808, + BARRIER = -10551296, + BASALT = -15335424, + BAT_SPAWN_EGG = 31850496, + BEACON = 9043968, + BED = 29491200, + BEDROCK = 458752, + BEE_NEST = -14286848, + BEE_SPAWN_EGG = 34603008, + BEEF = 19791872, + BEEHIVE = -14352384, + BEETROOT = 20578304, + BEETROOT_SEEDS = 21233664, + BEETROOT_SOUP = 20643840, + BELL = -13500416, + BIG_DRIPLEAF = -21168128, + BIRCH_BOAT = 26738688, + BIRCH_BUTTON = -9240576, + BIRCH_CHEST_BOAT = 44630016, + BIRCH_DOOR = 38862848, + BIRCH_FENCE = -37748736, + BIRCH_FENCE_GATE = 12058624, + BIRCH_HANGING_SIGN = -32899072, + BIRCH_LEAVES = -52494336, + BIRCH_LOG = -37355520, + BIRCH_PLANKS = -48496640, + BIRCH_PRESSURE_PLATE = -9895936, + BIRCH_SAPLING = -54132736, + BIRCH_SHELF = -68747264, + BIRCH_SIGN = 40370176, + BIRCH_SLAB = -52756480, + BIRCH_STAIRS = 8847360, + BIRCH_TRAPDOOR = -9568256, + BIRCH_WOOD = -53411840, + BLACK_BUNDLE = 17301504, + BLACK_CANDLE = -28049408, + BLACK_CARPET = -40042496, + BLACK_CONCRETE = -42074112, + BLACK_CONCRETE_POWDER = -47382528, + BLACK_DYE = 27983872, + BLACK_GLAZED_TERRACOTTA = 15400960, + BLACK_HARNESS = 49545216, + BLACK_SHULKER_BOX = -41091072, + BLACK_STAINED_GLASS = -45023232, + BLACK_STAINED_GLASS_PANE = -43057152, + BLACK_TERRACOTTA = -48365568, + BLACK_WOOL = -36306944, + BLACKSTONE = -17891328, + BLACKSTONE_SLAB = -18481152, + BLACKSTONE_STAIRS = -18087936, + BLACKSTONE_WALL = -18153472, + BLADE_POTTERY_SHERD = 46006272, + BLAST_FURNACE = -12845056, + BLAZE_POWDER = 30277632, + BLAZE_ROD = 29818880, + BLAZE_SPAWN_EGG = 32047104, + BLUE_BUNDLE = 17367040, + BLUE_CANDLE = -27787264, + BLUE_CARPET = -39780352, + BLUE_CONCRETE = -41811968, + BLUE_CONCRETE_POWDER = -47120384, + BLUE_DYE = 28246016, + BLUE_EGG = 49348608, + BLUE_GLAZED_TERRACOTTA = 15138816, + BLUE_HARNESS = 49610752, + BLUE_ICE = -720896, + BLUE_ORCHID = -54394880, + BLUE_SHULKER_BOX = -40828928, + BLUE_STAINED_GLASS = -44761088, + BLUE_STAINED_GLASS_PANE = -42795008, + BLUE_TERRACOTTA = -48103424, + BLUE_WOOL = -36896768, + BOGGED_SPAWN_EGG = 32505856, + BOLT_ARMOR_TRIM_SMITHING_TEMPLATE = 48562176, + BONE = 29294592, + BONE_BLOCK = 14155776, + BONE_MEAL = 29032448, + BOOK = 27459584, + BOOKSHELF = 3080192, + BORDER_BLOCK = 13893632, + BORDURE_INDENTED_BANNER_PATTERN = 40960000, + BOW = 21692416, + BOWL = 23134208, + BRAIN_CORAL = -38076416, + BRAIN_CORAL_BLOCK = -55640064, + BRAIN_CORAL_FAN = -55050240, + BREAD = 19005440, + BREEZE_ROD = 18415616, + BREEZE_SPAWN_EGG = 35061760, + BREWER_POTTERY_SHERD = 46071808, + BREWING_STAND = 30408704, + BRICK = 27197440, + BRICK_BLOCK = 2949120, + BRICK_SLAB = -57278464, + BRICK_STAIRS = 7077888, + BRICK_WALL = -63963136, + BROWN_BUNDLE = 17432576, + BROWN_CANDLE = -27852800, + BROWN_CARPET = -39845888, + BROWN_CONCRETE = -41877504, + BROWN_CONCRETE_POWDER = -47185920, + BROWN_DYE = 28180480, + BROWN_EGG = 49414144, + BROWN_GLAZED_TERRACOTTA = 15204352, + BROWN_HARNESS = 49676288, + BROWN_MUSHROOM = 2555904, + BROWN_MUSHROOM_BLOCK = 6488064, + BROWN_SHULKER_BOX = -40894464, + BROWN_STAINED_GLASS = -44826624, + BROWN_STAINED_GLASS_PANE = -42860544, + BROWN_TERRACOTTA = -48168960, + BROWN_WOOL = -36372480, + BRUSH = 47316992, + BUBBLE_CORAL = -38141952, + BUBBLE_CORAL_BLOCK = -55705600, + BUBBLE_CORAL_FAN = -55115776, + BUCKET = 25690112, + BUDDING_AMETHYST = -21495808, + BUNDLE = 17498112, + BURN_POTTERY_SHERD = 46137344, + BUSH = -67043328, + CACTUS = 5308416, + CACTUS_FLOWER = -67502080, + CAKE = 29425664, + CALCITE = -21364736, + CALIBRATED_SCULK_SENSOR = -38010880, + CAMEL_HUSK_SPAWN_EGG = 45744128, + CAMEL_SPAWN_EGG = 45678592, + CAMPFIRE = 41287680, + CANDLE = -27000832, + CARROT = 20185088, + CARROT_ON_A_STICK = 36438016, + CARTOGRAPHY_TABLE = -13107200, + CARVED_PUMPKIN = -10158080, + CAT_SPAWN_EGG = 34209792, + CAULDRON = 30474240, + CAVE_SPIDER_SPAWN_EGG = 32112640, + CHAIN_COMMAND_BLOCK = 12386304, + CHAINMAIL_BOOTS = 24510464, + CHAINMAIL_CHESTPLATE = 24379392, + CHAINMAIL_HELMET = 24313856, + CHAINMAIL_LEGGINGS = 24444928, + CHARCOAL = 21889024, + CHERRY_BOAT = 45285376, + CHERRY_BUTTON = -34734080, + CHERRY_CHEST_BOAT = 45350912, + CHERRY_DOOR = -34799616, + CHERRY_FENCE = -34865152, + CHERRY_FENCE_GATE = -34930688, + CHERRY_HANGING_SIGN = -34996224, + CHERRY_LEAVES = -35913728, + CHERRY_LOG = -35127296, + CHERRY_PLANKS = -35192832, + CHERRY_PRESSURE_PLATE = -35258368, + CHERRY_SAPLING = -35848192, + CHERRY_SHELF = -69074944, + CHERRY_SIGN = 45416448, + CHERRY_SLAB = -35323904, + CHERRY_STAIRS = -35454976, + CHERRY_TRAPDOOR = -35586048, + CHERRY_WOOD = -35782656, + CHEST = 3538944, + CHEST_MINECART = 27590656, + CHICKEN = 19922944, + CHICKEN_SPAWN_EGG = 30670848, + CHIPPED_ANVIL = -62849024, + CHISELED_BOOKSHELF = -34471936, + CHISELED_COPPER = -49807360, + CHISELED_DEEPSLATE = -25886720, + CHISELED_NETHER_BRICKS = -19791872, + CHISELED_POLISHED_BLACKSTONE = -18284544, + CHISELED_QUARTZ_BLOCK = -62455808, + CHISELED_RED_SANDSTONE = -62652416, + CHISELED_RESIN_BRICKS = -66846720, + CHISELED_SANDSTONE = -61865984, + CHISELED_STONE_BRICKS = -57016320, + CHISELED_TUFF = -49348608, + CHISELED_TUFF_BRICKS = -49741824, + CHORUS_FLOWER = 13107200, + CHORUS_FRUIT = 39124992, + CHORUS_PLANT = 15728640, + CLAY = 5373952, + CLAY_BALL = 27262976, + CLOCK = 27852800, + CLOSED_EYEBLOSSOM = -66781184, + COAL = 21823488, + COAL_BLOCK = 11337728, + COAL_ORE = 1048576, + COARSE_DIRT = -63045632, + COAST_ARMOR_TRIM_SMITHING_TEMPLATE = 47579136, + COBBLED_DEEPSLATE = -24838144, + COBBLED_DEEPSLATE_SLAB = -24903680, + COBBLED_DEEPSLATE_STAIRS = -24969216, + COBBLED_DEEPSLATE_WALL = -25034752, + COBBLESTONE = 262144, + COBBLESTONE_SLAB = -57212928, + COBBLESTONE_WALL = 9109504, + COCOA_BEANS = 29097984, + COD = 19202048, + COD_BUCKET = 25952256, + COD_SPAWN_EGG = 33685504, + COMMAND_BLOCK = 8978432, + COMMAND_BLOCK_MINECART = 39452672, + COMPARATOR = 36765696, + COMPASS = 27721728, + COMPOSTER = -13959168, + CONDUIT = -10289152, + COOKED_BEEF = 19857408, + COOKED_CHICKEN = 19988480, + COOKED_COD = 19464192, + COOKED_MUTTON = 38666240, + COOKED_PORKCHOP = 19136512, + COOKED_RABBIT = 20840448, + COOKED_SALMON = 19529728, + COOKIE = 19660800, + COPPER_AXE = 50855936, + COPPER_BARS = -69861376, + COPPER_BLOCK = -22282240, + COPPER_BOOTS = 51183616, + COPPER_BULB = -50855936, + COPPER_CHAIN = -70385664, + COPPER_CHEST = -67567616, + COPPER_CHESTPLATE = 51052544, + COPPER_DOOR = -51380224, + COPPER_GOLEM_SPAWN_EGG = 50593792, + COPPER_GOLEM_STATUE = -68091904, + COPPER_GRATE = -50331648, + COPPER_HELMET = 50987008, + COPPER_HOE = 50921472, + COPPER_HORSE_ARMOR = 51314688, + COPPER_INGOT = 35651584, + COPPER_LANTERN = -70975488, + COPPER_LEGGINGS = 51118080, + COPPER_NAUTILUS_ARMOR = 51576832, + COPPER_NUGGET = 51249152, + COPPER_ORE = -20381696, + COPPER_PICKAXE = 50790400, + COPPER_SHOVEL = 50724864, + COPPER_SPEAR = 16842752, + COPPER_SWORD = 50659328, + COPPER_TORCH = -70909952, + COPPER_TRAPDOOR = -51904512, + CORNFLOWER = -54919168, + COW_SPAWN_EGG = 30736384, + CRACKED_DEEPSLATE_BRICKS = -26869760, + CRACKED_DEEPSLATE_TILES = -26804224, + CRACKED_NETHER_BRICKS = -19857408, + CRACKED_POLISHED_BLACKSTONE_BRICKS = -18350080, + CRACKED_STONE_BRICKS = -56950784, + CRAFTER = -20512768, + CRAFTING_TABLE = 3801088, + CREAKING_HEART = -66322432, + CREAKING_SPAWN_EGG = 49217536, + CREEPER_BANNER_PATTERN = 40697856, + CREEPER_HEAD = -63438848, + CREEPER_SPAWN_EGG = 31064064, + CRIMSON_BUTTON = -17039360, + CRIMSON_DOOR = 43188224, + CRIMSON_FENCE = -16777216, + CRIMSON_FENCE_GATE = -16908288, + CRIMSON_FUNGUS = -14942208, + CRIMSON_HANGING_SIGN = -33161216, + CRIMSON_HYPHAE = -19595264, + CRIMSON_NYLIUM = -15204352, + CRIMSON_PLANKS = -15859712, + CRIMSON_PRESSURE_PLATE = -17170432, + CRIMSON_ROOTS = -14614528, + CRIMSON_SHELF = -69271552, + CRIMSON_SIGN = 43057152, + CRIMSON_SLAB = -17301504, + CRIMSON_STAIRS = -16646144, + CRIMSON_STEM = -14745600, + CRIMSON_TRAPDOOR = -16121856, + CROSSBOW = 40239104, + CRYING_OBSIDIAN = -18939904, + CUT_COPPER = -22740992, + CUT_COPPER_SLAB = -23658496, + CUT_COPPER_STAIRS = -23199744, + CUT_RED_SANDSTONE = -62717952, + CUT_RED_SANDSTONE_SLAB = -59047936, + CUT_SANDSTONE = -61931520, + CUT_SANDSTONE_SLAB = -58982400, + CYAN_BUNDLE = 17563648, + CYAN_CANDLE = -27656192, + CYAN_CARPET = -39649280, + CYAN_CONCRETE = -41680896, + CYAN_CONCRETE_POWDER = -46989312, + CYAN_DYE = 28377088, + CYAN_GLAZED_TERRACOTTA = 15007744, + CYAN_HARNESS = 49741824, + CYAN_SHULKER_BOX = -40697856, + CYAN_STAINED_GLASS = -44630016, + CYAN_STAINED_GLASS_PANE = -42663936, + CYAN_TERRACOTTA = -47972352, + CYAN_WOOL = -36765696, + DAMAGED_ANVIL = -62914560, + DANDELION = 2424832, + DANGER_POTTERY_SHERD = 46202880, + DARK_OAK_BOAT = 27000832, + DARK_OAK_BUTTON = -9306112, + DARK_OAK_CHEST_BOAT = 44892160, + DARK_OAK_DOOR = 39059456, + DARK_OAK_FENCE = -37814272, + DARK_OAK_FENCE_GATE = 12189696, + DARK_OAK_HANGING_SIGN = -33095680, + DARK_OAK_LEAVES = -52625408, + DARK_OAK_LOG = -37486592, + DARK_OAK_PLANKS = -48693248, + DARK_OAK_PRESSURE_PLATE = -9961472, + DARK_OAK_SAPLING = -54329344, + DARK_OAK_SHELF = -68943872, + DARK_OAK_SIGN = 40566784, + DARK_OAK_SLAB = -52953088, + DARK_OAK_STAIRS = 10747904, + DARK_OAK_TRAPDOOR = -9633792, + DARK_OAK_WOOD = -53608448, + DARK_PRISMARINE = -62062592, + DARK_PRISMARINE_SLAB = -58064896, + DARK_PRISMARINE_STAIRS = -196608, + DAYLIGHT_DETECTOR = 9895936, + DEAD_BRAIN_CORAL = -38404096, + DEAD_BRAIN_CORAL_BLOCK = -55967744, + DEAD_BRAIN_CORAL_FAN = -55312384, + DEAD_BUBBLE_CORAL = -38469632, + DEAD_BUBBLE_CORAL_BLOCK = -56033280, + DEAD_BUBBLE_CORAL_FAN = -55377920, + DEAD_FIRE_CORAL = -38535168, + DEAD_FIRE_CORAL_BLOCK = -56098816, + DEAD_FIRE_CORAL_FAN = -55443456, + DEAD_HORN_CORAL = -38600704, + DEAD_HORN_CORAL_BLOCK = -56164352, + DEAD_HORN_CORAL_FAN = -55508992, + DEAD_TUBE_CORAL = -38338560, + DEAD_TUBE_CORAL_BLOCK = -55902208, + DEAD_TUBE_CORAL_FAN = -8781824, + DEADBUSH = 2097152, + DECORATED_POT = -36110336, + DEEPSLATE = -24772608, + DEEPSLATE_BRICK_SLAB = -25690112, + DEEPSLATE_BRICK_STAIRS = -25755648, + DEEPSLATE_BRICK_WALL = -25821184, + DEEPSLATE_BRICKS = -25624576, + DEEPSLATE_COAL_ORE = -26607616, + DEEPSLATE_COPPER_ORE = -26738688, + DEEPSLATE_DIAMOND_ORE = -26542080, + DEEPSLATE_EMERALD_ORE = -26673152, + DEEPSLATE_GOLD_ORE = -26345472, + DEEPSLATE_IRON_ORE = -26279936, + DEEPSLATE_LAPIS_ORE = -26214400, + DEEPSLATE_REDSTONE_ORE = -26411008, + DEEPSLATE_TILE_SLAB = -25427968, + DEEPSLATE_TILE_STAIRS = -25493504, + DEEPSLATE_TILE_WALL = -25559040, + DEEPSLATE_TILES = -25362432, + DENY = 13828096, + DETECTOR_RAIL = 1835008, + DIAMOND = 21954560, + DIAMOND_AXE = 22937600, + DIAMOND_BLOCK = 3735552, + DIAMOND_BOOTS = 25034752, + DIAMOND_CHESTPLATE = 24903680, + DIAMOND_HELMET = 24838144, + DIAMOND_HOE = 23855104, + DIAMOND_HORSE_ARMOR = 37486592, + DIAMOND_LEGGINGS = 24969216, + DIAMOND_NAUTILUS_ARMOR = 51773440, + DIAMOND_ORE = 3670016, + DIAMOND_PICKAXE = 22872064, + DIAMOND_SHOVEL = 22806528, + DIAMOND_SPEAR = 16908288, + DIAMOND_SWORD = 22740992, + DIORITE = -38797312, + DIORITE_SLAB = -58589184, + DIORITE_STAIRS = -11141120, + DIORITE_WALL = -63766528, + DIRT = 196608, + DIRT_WITH_ROOTS = -20840448, + DISC_FRAGMENT_5 = 44498944, + DISPENSER = 1507328, + DOLPHIN_SPAWN_EGG = 33947648, + DONKEY_SPAWN_EGG = 32702464, + DRAGON_BREATH = 39256064, + DRAGON_EGG = 7995392, + DRAGON_HEAD = -63504384, + DRIED_GHAST = -67305472, + DRIED_KELP = 19595264, + DRIED_KELP_BLOCK = -9109504, + DRIPSTONE_BLOCK = -20774912, + DROPPER = 8192000, + DROWNED_SPAWN_EGG = 33882112, + DUNE_ARMOR_TRIM_SMITHING_TEMPLATE = 47513600, + ECHO_SHARD = 45154304, + EGG = 27656192, + ELDER_GUARDIAN_SPAWN_EGG = 33095680, + ELYTRA = 39518208, + EMERALD = 36175872, + EMERALD_BLOCK = 8716288, + EMERALD_ORE = 8454144, + EMPTY_MAP = 36372480, + ENCHANTED_BOOK = 36700160, + ENCHANTED_GOLDEN_APPLE = 18874368, + ENCHANTING_TABLE = 7602176, + END_BRICK_STAIRS = -11665408, + END_BRICKS = 13500416, + END_CRYSTAL = 55115776, + END_PORTAL_FRAME = 7864320, + END_ROD = 13631488, + END_STONE = 7929856, + END_STONE_BRICK_SLAB = -10616832, + END_STONE_BRICK_WALL = -64225280, + ENDER_CHEST = 8519680, + ENDER_DRAGON_SPAWN_EGG = 35454976, + ENDER_EYE = 30539776, + ENDER_PEARL = 29753344, + ENDERMAN_SPAWN_EGG = 31129600, + ENDERMITE_SPAWN_EGG = 32309248, + EVOKER_SPAWN_EGG = 33357824, + EXPERIENCE_BOTTLE = 35913728, + EXPLORER_POTTERY_SHERD = 46268416, + EXPOSED_CHISELED_COPPER = -49872896, + EXPOSED_COPPER = -22347776, + EXPOSED_COPPER_BARS = -69926912, + EXPOSED_COPPER_BULB = -50921472, + EXPOSED_COPPER_CHAIN = -70451200, + EXPOSED_COPPER_CHEST = -67633152, + EXPOSED_COPPER_DOOR = -51445760, + EXPOSED_COPPER_GOLEM_STATUE = -68157440, + EXPOSED_COPPER_GRATE = -50397184, + EXPOSED_COPPER_LANTERN = -71041024, + EXPOSED_COPPER_TRAPDOOR = -51970048, + EXPOSED_CUT_COPPER = -22806528, + EXPOSED_CUT_COPPER_SLAB = -23724032, + EXPOSED_CUT_COPPER_STAIRS = -23265280, + EXPOSED_LIGHTNING_ROD = -69402624, + EYE_ARMOR_TRIM_SMITHING_TEMPLATE = 47775744, + FARMLAND = 3932160, + FEATHER = 23527424, + FENCE_GATE = 7012352, + FERMENTED_SPIDER_EYE = 30212096, + FERN = -55574528, + FIELD_MASONED_BANNER_PATTERN = 40894464, + FILLED_MAP = 29622272, + FIRE_CHARGE = 35979264, + FIRE_CORAL = -38207488, + FIRE_CORAL_BLOCK = -55771136, + FIRE_CORAL_FAN = -55181312, + FIREFLY_BUSH = -67174400, + FIREWORK_ROCKET = 36569088, + FIREWORK_STAR = 36634624, + FISHING_ROD = 27787264, + FLETCHING_TABLE = -13172736, + FLINT = 25427968, + FLINT_AND_STEEL = 21626880, + FLOW_ARMOR_TRIM_SMITHING_TEMPLATE = 48496640, + FLOW_BANNER_PATTERN = 41156608, + FLOW_POTTERY_SHERD = 46333952, + FLOWER_BANNER_PATTERN = 40632320, + FLOWER_POT = 36306944, + FLOWERING_AZALEA = -22151168, + FOX_SPAWN_EGG = 34340864, + FRAME = 36241408, + FRIEND_POTTERY_SHERD = 46399488, + FROG_SPAWN = -30670848, + FROG_SPAWN_EGG = 43909120, + FROSTED_ICE = 13565952, + FURNACE = 3997696, + GHAST_SPAWN_EGG = 31916032, + GHAST_TEAR = 29949952, + GILDED_BLACKSTONE = -18415616, + GLASS = 1310720, + GLASS_BOTTLE = 30146560, + GLASS_PANE = 6684672, + GLISTERING_MELON_SLICE = 30605312, + GLOBE_BANNER_PATTERN = 41091072, + GLOW_BERRIES = 55181312, + GLOW_FRAME = 43581440, + GLOW_INK_SAC = 35586048, + GLOW_LICHEN = -26935296, + GLOW_SQUID_SPAWN_EGG = 35258368, + GLOWSTONE = 5832704, + GLOWSTONE_DUST = 27918336, + GOAT_HORN = 43843584, + GOAT_SPAWN_EGG = 35192832, + GOLD_BLOCK = 2686976, + GOLD_INGOT = 22085632, + GOLD_NUGGET = 30015488, + GOLD_ORE = 917504, + GOLDEN_APPLE = 18808832, + GOLDEN_AXE = 23396352, + GOLDEN_BOOTS = 25296896, + GOLDEN_CARROT = 20447232, + GOLDEN_CHESTPLATE = 25165824, + GOLDEN_DANDELION = -71499776, + GOLDEN_HELMET = 25100288, + GOLDEN_HOE = 23920640, + GOLDEN_HORSE_ARMOR = 37421056, + GOLDEN_LEGGINGS = 25231360, + GOLDEN_NAUTILUS_ARMOR = 51707904, + GOLDEN_PICKAXE = 23330816, + GOLDEN_RAIL = 1769472, + GOLDEN_SHOVEL = 23265280, + GOLDEN_SPEAR = 16973824, + GOLDEN_SWORD = 23199744, + GRANITE = -38666240, + GRANITE_SLAB = -58720256, + GRANITE_STAIRS = -11075584, + GRANITE_WALL = -63700992, + GRASS_BLOCK = 131072, + GRASS_PATH = 12976128, + GRAVEL = 851968, + GRAY_BUNDLE = 17629184, + GRAY_CANDLE = -27525120, + GRAY_CARPET = -39518208, + GRAY_CONCRETE = -41549824, + GRAY_CONCRETE_POWDER = -46858240, + GRAY_DYE = 28508160, + GRAY_GLAZED_TERRACOTTA = 14876672, + GRAY_HARNESS = 49807360, + GRAY_SHULKER_BOX = -40566784, + GRAY_STAINED_GLASS = -44498944, + GRAY_STAINED_GLASS_PANE = -42532864, + GRAY_TERRACOTTA = -47841280, + GRAY_WOOL = -36241408, + GREEN_BUNDLE = 17694720, + GREEN_CANDLE = -27918336, + GREEN_CARPET = -39911424, + GREEN_CONCRETE = -41943040, + GREEN_CONCRETE_POWDER = -47251456, + GREEN_DYE = 28114944, + GREEN_GLAZED_TERRACOTTA = 15269888, + GREEN_HARNESS = 49872896, + GREEN_SHULKER_BOX = -40960000, + GREEN_STAINED_GLASS = -44892160, + GREEN_STAINED_GLASS_PANE = -42926080, + GREEN_TERRACOTTA = -48234496, + GREEN_WOOL = -36700160, + GRINDSTONE = -12779520, + GUARDIAN_SPAWN_EGG = 32374784, + GUNPOWDER = 23592960, + GUSTER_BANNER_PATTERN = 41222144, + GUSTER_POTTERY_SHERD = 46465024, + HANGING_ROOTS = -20905984, + HAPPY_GHAST_SPAWN_EGG = 49479680, + HARDENED_CLAY = 11272192, + HAY_BLOCK = 11141120, + HEART_OF_THE_SEA = 39976960, + HEART_POTTERY_SHERD = 46530560, + HEARTBREAK_POTTERY_SHERD = 46596096, + HEAVY_CORE = -20709376, + HEAVY_WEIGHTED_PRESSURE_PLATE = 9699328, + HOGLIN_SPAWN_EGG = 34734080, + HONEY_BLOCK = -14417920, + HONEY_BOTTLE = 41484288, + HONEYCOMB = 41418752, + HONEYCOMB_BLOCK = -14483456, + HOPPER = 37093376, + HOPPER_MINECART = 37027840, + HORN_CORAL = -38273024, + HORN_CORAL_BLOCK = -55836672, + HORN_CORAL_FAN = -55246848, + HORSE_SPAWN_EGG = 32178176, + HOST_ARMOR_TRIM_SMITHING_TEMPLATE = 48431104, + HOWL_POTTERY_SHERD = 46661632, + HUSK_SPAWN_EGG = 32571392, + ICE = 5177344, + INFESTED_CHISELED_STONE_BRICKS = -56492032, + INFESTED_COBBLESTONE = -56229888, + INFESTED_CRACKED_STONE_BRICKS = -56426496, + INFESTED_DEEPSLATE = -29753344, + INFESTED_MOSSY_STONE_BRICKS = -56360960, + INFESTED_STONE = 6356992, + INFESTED_STONE_BRICKS = -56295424, + INK_SAC = 29163520, + IRON_AXE = 21561344, + IRON_BARS = 6619136, + IRON_BLOCK = 2752512, + IRON_BOOTS = 24772608, + IRON_CHAIN = -18743296, + IRON_CHESTPLATE = 24641536, + IRON_DOOR = 26476544, + IRON_GOLEM_SPAWN_EGG = 35323904, + IRON_HELMET = 24576000, + IRON_HOE = 23789568, + IRON_HORSE_ARMOR = 37355520, + IRON_INGOT = 22020096, + IRON_LEGGINGS = 24707072, + IRON_NAUTILUS_ARMOR = 51642368, + IRON_NUGGET = 39845888, + IRON_ORE = 983040, + IRON_PICKAXE = 21495808, + IRON_SHOVEL = 21430272, + IRON_SPEAR = 17039360, + IRON_SWORD = 22151168, + IRON_TRAPDOOR = 10944512, + JIGSAW = -13828096, + JUKEBOX = 5505024, + JUNGLE_BOAT = 26804224, + JUNGLE_BUTTON = -9371648, + JUNGLE_CHEST_BOAT = 44695552, + JUNGLE_DOOR = 38928384, + JUNGLE_FENCE = -37879808, + JUNGLE_FENCE_GATE = 12124160, + JUNGLE_HANGING_SIGN = -32964608, + JUNGLE_LEAVES = -52559872, + JUNGLE_LOG = -37421056, + JUNGLE_PLANKS = -48562176, + JUNGLE_PRESSURE_PLATE = -10027008, + JUNGLE_SAPLING = -54198272, + JUNGLE_SHELF = -68812800, + JUNGLE_SIGN = 40435712, + JUNGLE_SLAB = -52822016, + JUNGLE_STAIRS = 8912896, + JUNGLE_TRAPDOOR = -9699328, + JUNGLE_WOOD = -53477376, + KELP = 27131904, + LADDER = 4259840, + LANTERN = -13631488, + LAPIS_BLOCK = 1441792, + LAPIS_LAZULI = 29229056, + LAPIS_ORE = 1376256, + LARGE_AMETHYST_BUD = -21626880, + LARGE_FERN = -56688640, + LAVA_BUCKET = 25886720, + LEAD = 38404096, + LEAF_LITTER = -67239936, + LEATHER = 27066368, + LEATHER_BOOTS = 24248320, + LEATHER_CHESTPLATE = 24117248, + LEATHER_HELMET = 24051712, + LEATHER_HORSE_ARMOR = 37289984, + LEATHER_LEGGINGS = 24182784, + LECTERN = -12713984, + LEVER = 4521984, + LIGHT_BLOCK_0 = -14090240, + LIGHT_BLOCK_1 = -60882944, + LIGHT_BLOCK_10 = -61472768, + LIGHT_BLOCK_11 = -61538304, + LIGHT_BLOCK_12 = -61603840, + LIGHT_BLOCK_13 = -61669376, + LIGHT_BLOCK_14 = -61734912, + LIGHT_BLOCK_15 = -61800448, + LIGHT_BLOCK_2 = -60948480, + LIGHT_BLOCK_3 = -61014016, + LIGHT_BLOCK_4 = -61079552, + LIGHT_BLOCK_5 = -61145088, + LIGHT_BLOCK_6 = -61210624, + LIGHT_BLOCK_7 = -61276160, + LIGHT_BLOCK_8 = -61341696, + LIGHT_BLOCK_9 = -61407232, + LIGHT_BLUE_BUNDLE = 17760256, + LIGHT_BLUE_CANDLE = -27262976, + LIGHT_BLUE_CARPET = -39256064, + LIGHT_BLUE_CONCRETE = -41287680, + LIGHT_BLUE_CONCRETE_POWDER = -46596096, + LIGHT_BLUE_DYE = 28770304, + LIGHT_BLUE_GLAZED_TERRACOTTA = 14614528, + LIGHT_BLUE_HARNESS = 49938432, + LIGHT_BLUE_SHULKER_BOX = -40304640, + LIGHT_BLUE_STAINED_GLASS = -44236800, + LIGHT_BLUE_STAINED_GLASS_PANE = -42270720, + LIGHT_BLUE_TERRACOTTA = -47579136, + LIGHT_BLUE_WOOL = -36831232, + LIGHT_GRAY_BUNDLE = 17825792, + LIGHT_GRAY_CANDLE = -27590656, + LIGHT_GRAY_CARPET = -39583744, + LIGHT_GRAY_CONCRETE = -41615360, + LIGHT_GRAY_CONCRETE_POWDER = -46923776, + LIGHT_GRAY_DYE = 28442624, + LIGHT_GRAY_HARNESS = 50003968, + LIGHT_GRAY_SHULKER_BOX = -40632320, + LIGHT_GRAY_STAINED_GLASS = -44564480, + LIGHT_GRAY_STAINED_GLASS_PANE = -42598400, + LIGHT_GRAY_TERRACOTTA = -47906816, + LIGHT_GRAY_WOOL = -36175872, + LIGHT_WEIGHTED_PRESSURE_PLATE = 9633792, + LIGHTNING_ROD = -20447232, + LILAC = -56557568, + LILY_OF_THE_VALLEY = -54984704, + LIME_BUNDLE = 17891328, + LIME_CANDLE = -27394048, + LIME_CARPET = -39387136, + LIME_CONCRETE = -41418752, + LIME_CONCRETE_POWDER = -46727168, + LIME_DYE = 28639232, + LIME_GLAZED_TERRACOTTA = 14745600, + LIME_HARNESS = 50069504, + LIME_SHULKER_BOX = -40435712, + LIME_STAINED_GLASS = -44367872, + LIME_STAINED_GLASS_PANE = -42401792, + LIME_TERRACOTTA = -47710208, + LIME_WOOL = -36634624, + LINGERING_POTION = 39387136, + LIT_PUMPKIN = 5963776, + LLAMA_SPAWN_EGG = 33226752, + LODESTONE = -14548992, + LODESTONE_COMPASS = 42270720, + LOOM = -13369344, + MACE = 23003136, + MAGENTA_BUNDLE = 17956864, + MAGENTA_CANDLE = -27197440, + MAGENTA_CARPET = -39190528, + MAGENTA_CONCRETE = -41222144, + MAGENTA_CONCRETE_POWDER = -46530560, + MAGENTA_DYE = 28835840, + MAGENTA_GLAZED_TERRACOTTA = 14548992, + MAGENTA_HARNESS = 50135040, + MAGENTA_SHULKER_BOX = -40239104, + MAGENTA_STAINED_GLASS = -44171264, + MAGENTA_STAINED_GLASS_PANE = -42205184, + MAGENTA_TERRACOTTA = -47513600, + MAGENTA_WOOL = -37027840, + MAGMA = 13959168, + MAGMA_CREAM = 30343168, + MAGMA_CUBE_SPAWN_EGG = 31981568, + MANGROVE_BOAT = 44367872, + MANGROVE_BUTTON = -31916032, + MANGROVE_CHEST_BOAT = 44957696, + MANGROVE_DOOR = 44236800, + MANGROVE_FENCE = -32178176, + MANGROVE_FENCE_GATE = -32243712, + MANGROVE_HANGING_SIGN = -33292288, + MANGROVE_LEAVES = -30932992, + MANGROVE_LOG = -31719424, + MANGROVE_PLANKS = -31850496, + MANGROVE_PRESSURE_PLATE = -32112640, + MANGROVE_PROPAGULE = -31064064, + MANGROVE_ROOTS = -31588352, + MANGROVE_SHELF = -69009408, + MANGROVE_SIGN = 44302336, + MANGROVE_SLAB = -32047104, + MANGROVE_STAIRS = -31981568, + MANGROVE_TRAPDOOR = -32505856, + MANGROVE_WOOD = -32571392, + MEDIUM_AMETHYST_BUD = -21692416, + MELON_BLOCK = 6750208, + MELON_SEEDS = 21102592, + MELON_SLICE = 19726336, + MILK_BUCKET = 25755648, + MINECART = 26345472, + MINER_POTTERY_SHERD = 46727168, + MOB_SPAWNER = 3407872, + MOJANG_BANNER_PATTERN = 40828928, + MOOSHROOM_SPAWN_EGG = 30998528, + MOSS_BLOCK = -20971520, + MOSS_CARPET = -21954560, + MOSSY_COBBLESTONE = 3145728, + MOSSY_COBBLESTONE_SLAB = -58195968, + MOSSY_COBBLESTONE_STAIRS = -11730944, + MOSSY_COBBLESTONE_WALL = -63635456, + MOSSY_STONE_BRICK_SLAB = -10878976, + MOSSY_STONE_BRICK_STAIRS = -11468800, + MOSSY_STONE_BRICK_WALL = -64094208, + MOSSY_STONE_BRICKS = -56885248, + MOURNER_POTTERY_SHERD = 46792704, + MUD = -30998528, + MUD_BRICK_SLAB = -31326208, + MUD_BRICK_STAIRS = -31457280, + MUD_BRICK_WALL = -31522816, + MUD_BRICKS = -31129600, + MUDDY_MANGROVE_ROOTS = -31653888, + MULE_SPAWN_EGG = 32768000, + MUSHROOM_STEM = -66060288, + MUSHROOM_STEW = 18939904, + MUSIC_DISC_11 = 38207488, + MUSIC_DISC_13 = 37552128, + MUSIC_DISC_5 = 44433408, + MUSIC_DISC_BLOCKS = 37683200, + MUSIC_DISC_CAT = 37617664, + MUSIC_DISC_CHIRP = 37748736, + MUSIC_DISC_CREATOR = 54132736, + MUSIC_DISC_CREATOR_MUSIC_BOX = 54198272, + MUSIC_DISC_FAR = 37814272, + MUSIC_DISC_LAVA_CHICKEN = 54394880, + MUSIC_DISC_MALL = 37879808, + MUSIC_DISC_MELLOHI = 37945344, + MUSIC_DISC_OTHERSIDE = 43778048, + MUSIC_DISC_PIGSTEP = 43384832, + MUSIC_DISC_PRECIPICE = 54263808, + MUSIC_DISC_RELIC = 48627712, + MUSIC_DISC_STAL = 38010880, + MUSIC_DISC_STRAD = 38076416, + MUSIC_DISC_TEARS = 54329344, + MUSIC_DISC_WAIT = 38273024, + MUSIC_DISC_WARD = 38141952, + MUTTON = 38600704, + MYCELIUM = 7208960, + NAME_TAG = 38469632, + NAUTILUS_SHELL = 39911424, + NAUTILUS_SPAWN_EGG = 51380224, + NETHER_BRICK = 7340032, + NETHER_BRICK_FENCE = 7405568, + NETHER_BRICK_SLAB = -57475072, + NETHER_BRICK_STAIRS = 7471104, + NETHER_BRICK_WALL = -64159744, + NETHER_GOLD_ORE = -18874368, + NETHER_SPROUTS = 43450368, + NETHER_STAR = 36503552, + NETHER_WART = 21168128, + NETHER_WART_BLOCK = 14024704, + NETHERBRICK = 36831232, + NETHERITE_AXE = 42532864, + NETHERITE_BLOCK = -17694720, + NETHERITE_BOOTS = 42926080, + NETHERITE_CHESTPLATE = 42795008, + NETHERITE_HELMET = 42729472, + NETHERITE_HOE = 42598400, + NETHERITE_HORSE_ARMOR = 51904512, + NETHERITE_INGOT = 42663936, + NETHERITE_LEGGINGS = 42860544, + NETHERITE_NAUTILUS_ARMOR = 51838976, + NETHERITE_PICKAXE = 42467328, + NETHERITE_SCRAP = 42991616, + NETHERITE_SHOVEL = 42401792, + NETHERITE_SPEAR = 17104896, + NETHERITE_SWORD = 42336256, + NETHERITE_UPGRADE_SMITHING_TEMPLATE = 47382528, + NETHERRACK = 5701632, + NORMAL_STONE_SLAB = -58916864, + NORMAL_STONE_STAIRS = -11796480, + NOTEBLOCK = 1638400, + OAK_BOAT = 26673152, + OAK_CHEST_BOAT = 44564480, + OAK_FENCE = 5570560, + OAK_HANGING_SIGN = -32768000, + OAK_LEAVES = 1179648, + OAK_LOG = 1114112, + OAK_PLANKS = 327680, + OAK_SAPLING = 393216, + OAK_SHELF = -68616192, + OAK_SIGN = 25559040, + OAK_SLAB = 10354688, + OAK_STAIRS = 3473408, + OAK_WOOD = -13893632, + OBSERVER = 16449536, + OBSIDIAN = 3211264, + OCELOT_SPAWN_EGG = 31719424, + OCHRE_FROGLIGHT = -30867456, + OMINOUS_BOTTLE = 41549824, + OMINOUS_TRIAL_KEY = 18481152, + OPEN_EYEBLOSSOM = -66715648, + ORANGE_BUNDLE = 18022400, + ORANGE_CANDLE = -27131904, + ORANGE_CARPET = -39124992, + ORANGE_CONCRETE = -41156608, + ORANGE_CONCRETE_POWDER = -46465024, + ORANGE_DYE = 28901376, + ORANGE_GLAZED_TERRACOTTA = 14483456, + ORANGE_HARNESS = 50200576, + ORANGE_SHULKER_BOX = -40173568, + ORANGE_STAINED_GLASS = -44105728, + ORANGE_STAINED_GLASS_PANE = -42139648, + ORANGE_TERRACOTTA = -47448064, + ORANGE_TULIP = -54657024, + ORANGE_WOOL = -36503552, + OXEYE_DAISY = -54853632, + OXIDIZED_CHISELED_COPPER = -50003968, + OXIDIZED_COPPER = -22478848, + OXIDIZED_COPPER_BARS = -70057984, + OXIDIZED_COPPER_BULB = -51052544, + OXIDIZED_COPPER_CHAIN = -70582272, + OXIDIZED_COPPER_CHEST = -67764224, + OXIDIZED_COPPER_DOOR = -51576832, + OXIDIZED_COPPER_GOLEM_STATUE = -68288512, + OXIDIZED_COPPER_GRATE = -50528256, + OXIDIZED_COPPER_LANTERN = -71172096, + OXIDIZED_COPPER_TRAPDOOR = -52101120, + OXIDIZED_CUT_COPPER = -22937600, + OXIDIZED_CUT_COPPER_SLAB = -23855104, + OXIDIZED_CUT_COPPER_STAIRS = -23396352, + OXIDIZED_LIGHTNING_ROD = -69533696, + PACKED_ICE = 11403264, + PACKED_MUD = -31260672, + PAINTING = 25493504, + PALE_HANGING_MOSS = -66256896, + PALE_MOSS_BLOCK = -66125824, + PALE_MOSS_CARPET = -66191360, + PALE_OAK_BOAT = 49020928, + PALE_OAK_BUTTON = -64815104, + PALE_OAK_CHEST_BOAT = 49086464, + PALE_OAK_DOOR = -64880640, + PALE_OAK_FENCE = -64946176, + PALE_OAK_FENCE_GATE = -65011712, + PALE_OAK_HANGING_SIGN = -65077248, + PALE_OAK_LEAVES = -65994752, + PALE_OAK_LOG = -65208320, + PALE_OAK_PLANKS = -65273856, + PALE_OAK_PRESSURE_PLATE = -65339392, + PALE_OAK_SAPLING = -65929216, + PALE_OAK_SHELF = -69140480, + PALE_OAK_SIGN = 49152000, + PALE_OAK_SLAB = -65404928, + PALE_OAK_STAIRS = -65536000, + PALE_OAK_TRAPDOOR = -65667072, + PALE_OAK_WOOD = -65863680, + PANDA_SPAWN_EGG = 34275328, + PAPER = 27394048, + PARCHED_SPAWN_EGG = 51511296, + PARROT_SPAWN_EGG = 33554432, + PEARLESCENT_FROGLIGHT = -30736384, + PEONY = -56819712, + PETRIFIED_OAK_SLAB = -59113472, + PHANTOM_MEMBRANE = 40173568, + PHANTOM_SPAWN_EGG = 34078720, + PIG_SPAWN_EGG = 30801920, + PIGLIN_BANNER_PATTERN = 41025536, + PIGLIN_BRUTE_SPAWN_EGG = 34930688, + PIGLIN_HEAD = -63569920, + PIGLIN_SPAWN_EGG = 34799616, + PILLAGER_SPAWN_EGG = 34406400, + PINK_BUNDLE = 18087936, + PINK_CANDLE = -27459584, + PINK_CARPET = -39452672, + PINK_CONCRETE = -41484288, + PINK_CONCRETE_POWDER = -46792704, + PINK_DYE = 28573696, + PINK_GLAZED_TERRACOTTA = 14811136, + PINK_HARNESS = 50266112, + PINK_PETALS = -35979264, + PINK_SHULKER_BOX = -40501248, + PINK_STAINED_GLASS = -44433408, + PINK_STAINED_GLASS_PANE = -42467328, + PINK_TERRACOTTA = -47775744, + PINK_TULIP = -54788096, + PINK_WOOL = -37093376, + PISTON = 2162688, + PITCHER_PLANT = -40108032, + PITCHER_POD = 21364736, + PLAYER_HEAD = -63373312, + PLENTY_POTTERY_SHERD = 46858240, + PODZOL = 15925248, + POINTED_DRIPSTONE = -20185088, + POISONOUS_POTATO = 20381696, + POLAR_BEAR_SPAWN_EGG = 33161216, + POLISHED_ANDESITE = -38993920, + POLISHED_ANDESITE_SLAB = -58458112, + POLISHED_ANDESITE_STAIRS = -11403264, + POLISHED_BASALT = -15400960, + POLISHED_BLACKSTONE = -19070976, + POLISHED_BLACKSTONE_BRICK_SLAB = -18612224, + POLISHED_BLACKSTONE_BRICK_STAIRS = -18022400, + POLISHED_BLACKSTONE_BRICK_WALL = -18219008, + POLISHED_BLACKSTONE_BRICKS = -17956864, + POLISHED_BLACKSTONE_BUTTON = -19398656, + POLISHED_BLACKSTONE_PRESSURE_PLATE = -19333120, + POLISHED_BLACKSTONE_SLAB = -19202048, + POLISHED_BLACKSTONE_STAIRS = -19136512, + POLISHED_BLACKSTONE_WALL = -19464192, + POLISHED_DEEPSLATE = -25100288, + POLISHED_DEEPSLATE_SLAB = -25165824, + POLISHED_DEEPSLATE_STAIRS = -25231360, + POLISHED_DEEPSLATE_WALL = -25296896, + POLISHED_DIORITE = -38862848, + POLISHED_DIORITE_SLAB = -58654720, + POLISHED_DIORITE_STAIRS = -11337728, + POLISHED_GRANITE = -38731776, + POLISHED_GRANITE_SLAB = -58785792, + POLISHED_GRANITE_STAIRS = -11272192, + POLISHED_TUFF = -49020928, + POLISHED_TUFF_SLAB = -49086464, + POLISHED_TUFF_STAIRS = -49217536, + POLISHED_TUFF_WALL = -49283072, + POPPED_CHORUS_FRUIT = 39190528, + POPPY = 2490368, + PORKCHOP = 19070976, + POTATO = 20250624, + POTION = 30081024, + POWDER_SNOW_BUCKET = 26214400, + PRISMARINE = 11010048, + PRISMARINE_BRICK_SLAB = -58130432, + PRISMARINE_BRICKS = -62128128, + PRISMARINE_BRICKS_STAIRS = -262144, + PRISMARINE_CRYSTALS = 38535168, + PRISMARINE_SHARD = 39583744, + PRISMARINE_SLAB = -57999360, + PRISMARINE_STAIRS = -131072, + PRISMARINE_WALL = -64290816, + PRIZE_POTTERY_SHERD = 46923776, + PUFFERFISH = 19398656, + PUFFERFISH_BUCKET = 26148864, + PUFFERFISH_SPAWN_EGG = 33751040, + PUMPKIN = 5636096, + PUMPKIN_PIE = 20512768, + PUMPKIN_SEEDS = 21037056, + PURPLE_BUNDLE = 18153472, + PURPLE_CANDLE = -27721728, + PURPLE_CARPET = -39714816, + PURPLE_CONCRETE = -41746432, + PURPLE_CONCRETE_POWDER = -47054848, + PURPLE_DYE = 28311552, + PURPLE_GLAZED_TERRACOTTA = 14352384, + PURPLE_HARNESS = 50331648, + PURPLE_SHULKER_BOX = -40763392, + PURPLE_STAINED_GLASS = -44695552, + PURPLE_STAINED_GLASS_PANE = -42729472, + PURPLE_TERRACOTTA = -48037888, + PURPLE_WOOL = -36962304, + PURPUR_BLOCK = 13172736, + PURPUR_PILLAR = -62324736, + PURPUR_SLAB = -57933824, + PURPUR_STAIRS = 13303808, + QUARTZ = 36896768, + QUARTZ_BLOCK = 10158080, + QUARTZ_BRICKS = -19922944, + QUARTZ_ORE = 10027008, + QUARTZ_PILLAR = -62521344, + QUARTZ_SLAB = -57409536, + QUARTZ_STAIRS = 10223616, + RABBIT = 20774912, + RABBIT_FOOT = 37158912, + RABBIT_HIDE = 37224448, + RABBIT_SPAWN_EGG = 32243712, + RABBIT_STEW = 20905984, + RAIL = 4325376, + RAISER_ARMOR_TRIM_SMITHING_TEMPLATE = 48300032, + RAVAGER_SPAWN_EGG = 34537472, + RAW_COPPER = 35848192, + RAW_COPPER_BLOCK = -29622272, + RAW_GOLD = 35782656, + RAW_GOLD_BLOCK = -29687808, + RAW_IRON = 35717120, + RAW_IRON_BLOCK = -29556736, + RECOVERY_COMPASS = 45088768, + RED_BUNDLE = 18219008, + RED_CANDLE = -27983872, + RED_CARPET = -39976960, + RED_CONCRETE = -42008576, + RED_CONCRETE_POWDER = -47316992, + RED_DYE = 28049408, + RED_GLAZED_TERRACOTTA = 15335424, + RED_HARNESS = 50397184, + RED_MUSHROOM = 2621440, + RED_MUSHROOM_BLOCK = 6553600, + RED_NETHER_BRICK = 14090240, + RED_NETHER_BRICK_SLAB = -58327040, + RED_NETHER_BRICK_STAIRS = -12058624, + RED_NETHER_BRICK_WALL = -64421888, + RED_SAND = -62193664, + RED_SANDSTONE = 11730944, + RED_SANDSTONE_SLAB = 11927552, + RED_SANDSTONE_STAIRS = 11796480, + RED_SANDSTONE_WALL = -64356352, + RED_SHULKER_BOX = -41025536, + RED_STAINED_GLASS = -44957696, + RED_STAINED_GLASS_PANE = -42991616, + RED_TERRACOTTA = -48300032, + RED_TULIP = -54591488, + RED_WOOL = -36438016, + REDSTONE = 26542080, + REDSTONE_BLOCK = 9961472, + REDSTONE_LAMP = 8060928, + REDSTONE_ORE = 4784128, + REDSTONE_TORCH = 4980736, + REINFORCED_DEEPSLATE = -30539776, + REPEATER = 29556736, + REPEATING_COMMAND_BLOCK = 12320768, + RESIN_BLOCK = -66912256, + RESIN_BRICK = 49283072, + RESIN_BRICK_SLAB = -66453504, + RESIN_BRICK_STAIRS = -66584576, + RESIN_BRICK_WALL = -66650112, + RESIN_BRICKS = -66387968, + RESIN_CLUMP = -66977792, + RESPAWN_ANCHOR = -17825792, + RIB_ARMOR_TRIM_SMITHING_TEMPLATE = 48037888, + ROSE_BUSH = -56754176, + ROTTEN_FLESH = 20054016, + SADDLE = 26411008, + SALMON = 19267584, + SALMON_BUCKET = 26017792, + SALMON_SPAWN_EGG = 33816576, + SAND = 786432, + SANDSTONE = 1572864, + SANDSTONE_SLAB = -57147392, + SANDSTONE_STAIRS = 8388608, + SANDSTONE_WALL = -63897600, + SCAFFOLDING = -10813440, + SCRAPE_POTTERY_SHERD = 46989312, + SCULK = -30015488, + SCULK_CATALYST = -30146560, + SCULK_SENSOR = -20119552, + SCULK_SHRIEKER = -30212096, + SCULK_VEIN = -30081024, + SEA_LANTERN = 11075584, + SEA_PICKLE = -10223616, + SEAGRASS = -8519680, + SENTRY_ARMOR_TRIM_SMITHING_TEMPLATE = 47448064, + SHAPER_ARMOR_TRIM_SMITHING_TEMPLATE = 48365568, + SHEAF_POTTERY_SHERD = 47054848, + SHEARS = 29687808, + SHEEP_SPAWN_EGG = 30867456, + SHELTER_POTTERY_SHERD = 47120384, + SHIELD = 25362432, + SHORT_DRY_GRASS = -67371008, + SHORT_GRASS = 2031616, + SHROOMLIGHT = -15073280, + SHULKER_SHELL = 39649280, + SHULKER_SPAWN_EGG = 32964608, + SILENCE_ARMOR_TRIM_SMITHING_TEMPLATE = 48168960, + SILVER_GLAZED_TERRACOTTA = 14942208, + SILVERFISH_SPAWN_EGG = 31195136, + SKELETON_HORSE_SPAWN_EGG = 32833536, + SKELETON_SKULL = 9437184, + SKELETON_SPAWN_EGG = 31260672, + SKULL_BANNER_PATTERN = 40763392, + SKULL_POTTERY_SHERD = 47185920, + SLIME = 10813440, + SLIME_BALL = 27525120, + SLIME_SPAWN_EGG = 31326208, + SMALL_AMETHYST_BUD = -21757952, + SMALL_DRIPLEAF_BLOCK = -22020096, + SMITHING_TABLE = -13238272, + SMOKER = -12976128, + SMOOTH_BASALT = -24707072, + SMOOTH_QUARTZ = -62586880, + SMOOTH_QUARTZ_SLAB = -58851328, + SMOOTH_QUARTZ_STAIRS = -12124160, + SMOOTH_RED_SANDSTONE = -62783488, + SMOOTH_RED_SANDSTONE_SLAB = -58392576, + SMOOTH_RED_SANDSTONE_STAIRS = -11534336, + SMOOTH_SANDSTONE = -61997056, + SMOOTH_SANDSTONE_SLAB = -58261504, + SMOOTH_SANDSTONE_STAIRS = -11599872, + SMOOTH_STONE = -11993088, + SMOOTH_STONE_SLAB = 2883584, + SNIFFER_EGG = -39059456, + SNIFFER_SPAWN_EGG = 34996224, + SNORT_POTTERY_SHERD = 47251456, + SNOUT_ARMOR_TRIM_SMITHING_TEMPLATE = 47972352, + SNOW = 5242880, + SNOW_GOLEM_SPAWN_EGG = 35389440, + SNOW_LAYER = 5111808, + SNOWBALL = 26607616, + SOUL_CAMPFIRE = 43515904, + SOUL_LANTERN = -17629184, + SOUL_SAND = 5767168, + SOUL_SOIL = -15466496, + SOUL_TORCH = -17563648, + SPIDER_EYE = 20119552, + SPIDER_SPAWN_EGG = 31391744, + SPIRE_ARMOR_TRIM_SMITHING_TEMPLATE = 48103424, + SPLASH_POTION = 39321600, + SPONGE = 1245184, + SPORE_BLOSSOM = -21037056, + SPRUCE_BOAT = 26869760, + SPRUCE_BUTTON = -9437184, + SPRUCE_CHEST_BOAT = 44761088, + SPRUCE_DOOR = 38797312, + SPRUCE_FENCE = -37945344, + SPRUCE_FENCE_GATE = 11993088, + SPRUCE_HANGING_SIGN = -32833536, + SPRUCE_LEAVES = -52428800, + SPRUCE_LOG = -37289984, + SPRUCE_PLANKS = -48431104, + SPRUCE_PRESSURE_PLATE = -10092544, + SPRUCE_SAPLING = -54067200, + SPRUCE_SHELF = -68681728, + SPRUCE_SIGN = 40304640, + SPRUCE_SLAB = -52690944, + SPRUCE_STAIRS = 8781824, + SPRUCE_TRAPDOOR = -9764864, + SPRUCE_WOOD = -53346304, + SPYGLASS = 43712512, + SQUID_SPAWN_EGG = 31653888, + STICK = 23068672, + STICKY_PISTON = 1900544, + STONE = 65536, + STONE_AXE = 22675456, + STONE_BRICK_SLAB = -57344000, + STONE_BRICK_STAIRS = 7143424, + STONE_BRICK_WALL = -64028672, + STONE_BRICKS = 6422528, + STONE_BUTTON = 5046272, + STONE_HOE = 23724032, + STONE_PICKAXE = 22609920, + STONE_PRESSURE_PLATE = 4587520, + STONE_SHOVEL = 22544384, + STONE_SPEAR = 17170432, + STONE_STAIRS = 4390912, + STONE_SWORD = 22478848, + STONECUTTER_BLOCK = -12910592, + STRAY_SPAWN_EGG = 32440320, + STRIDER_SPAWN_EGG = 34668544, + STRING = 23461888, + STRIPPED_ACACIA_LOG = -524288, + STRIPPED_ACACIA_WOOD = -53936128, + STRIPPED_BAMBOO_BLOCK = -34603008, + STRIPPED_BIRCH_LOG = -393216, + STRIPPED_BIRCH_WOOD = -53805056, + STRIPPED_CHERRY_LOG = -35061760, + STRIPPED_CHERRY_WOOD = -35717120, + STRIPPED_CRIMSON_HYPHAE = -19660800, + STRIPPED_CRIMSON_STEM = -15728640, + STRIPPED_DARK_OAK_LOG = -589824, + STRIPPED_DARK_OAK_WOOD = -54001664, + STRIPPED_JUNGLE_LOG = -458752, + STRIPPED_JUNGLE_WOOD = -53870592, + STRIPPED_MANGROVE_LOG = -31784960, + STRIPPED_MANGROVE_WOOD = -32636928, + STRIPPED_OAK_LOG = -655360, + STRIPPED_OAK_WOOD = -53673984, + STRIPPED_PALE_OAK_LOG = -65142784, + STRIPPED_PALE_OAK_WOOD = -65798144, + STRIPPED_SPRUCE_LOG = -327680, + STRIPPED_SPRUCE_WOOD = -53739520, + STRIPPED_WARPED_HYPHAE = -19726336, + STRIPPED_WARPED_STEM = -15794176, + STRUCTURE_BLOCK = 16515072, + STRUCTURE_VOID = 14221312, + SUGAR = 29360128, + SUGAR_CANE = 27328512, + SUNFLOWER = 11468800, + SUSPICIOUS_GRAVEL = -37552128, + SUSPICIOUS_SAND = -34668544, + SUSPICIOUS_STEW = 41353216, + SWEET_BERRIES = 20709376, + TADPOLE_BUCKET = 44040192, + TADPOLE_SPAWN_EGG = 43974656, + TALL_DRY_GRASS = -67436544, + TALL_GRASS = -56623104, + TARGET = -15663104, + TIDE_ARMOR_TRIM_SMITHING_TEMPLATE = 47906816, + TINTED_GLASS = -21889024, + TNT = 3014656, + TNT_MINECART = 36962304, + TORCH = 3276800, + TORCHFLOWER = -37224448, + TORCHFLOWER_SEEDS = 21299200, + TOTEM_OF_UNDYING = 39780352, + TRADER_LLAMA_SPAWN_EGG = 45219840, + TRAPDOOR = 6291456, + TRAPPED_CHEST = 9568256, + TRIAL_KEY = 18546688, + TRIAL_SPAWNER = -20643840, + TRIDENT = 38338560, + TRIPWIRE_HOOK = 8585216, + TROPICAL_FISH = 19333120, + TROPICAL_FISH_BUCKET = 26083328, + TROPICAL_FISH_SPAWN_EGG = 33619968, + TUBE_CORAL = -8585216, + TUBE_CORAL_BLOCK = -8650752, + TUBE_CORAL_FAN = -8716288, + TUFF = -21823488, + TUFF_BRICK_SLAB = -49479680, + TUFF_BRICK_STAIRS = -49610752, + TUFF_BRICK_WALL = -49676288, + TUFF_BRICKS = -49414144, + TUFF_SLAB = -48758784, + TUFF_STAIRS = -48889856, + TUFF_WALL = -48955392, + TURTLE_EGG = -10420224, + TURTLE_HELMET = 40108032, + TURTLE_SCUTE = 40042496, + TURTLE_SPAWN_EGG = 34013184, + TWISTING_VINES = -18808832, + UNDYED_SHULKER_BOX = 13434880, + VAULT = -20578304, + VERDANT_FROGLIGHT = -30801920, + VEX_ARMOR_TRIM_SMITHING_TEMPLATE = 47841280, + VEX_SPAWN_EGG = 33423360, + VILLAGER_SPAWN_EGG = 31588352, + VINDICATOR_SPAWN_EGG = 33292288, + VINE = 6946816, + WANDERING_TRADER_SPAWN_EGG = 34471936, + WARD_ARMOR_TRIM_SMITHING_TEMPLATE = 47710208, + WARDEN_SPAWN_EGG = 44171264, + WARPED_BUTTON = -17104896, + WARPED_DOOR = 43253760, + WARPED_FENCE = -16842752, + WARPED_FENCE_GATE = -16973824, + WARPED_FUNGUS = -15007744, + WARPED_FUNGUS_ON_A_STICK = 43319296, + WARPED_HANGING_SIGN = -33226752, + WARPED_HYPHAE = -19529728, + WARPED_NYLIUM = -15269888, + WARPED_PLANKS = -15925248, + WARPED_PRESSURE_PLATE = -17235968, + WARPED_ROOTS = -14680064, + WARPED_SHELF = -69337088, + WARPED_SIGN = 43122688, + WARPED_SLAB = -17367040, + WARPED_STAIRS = -16711680, + WARPED_STEM = -14811136, + WARPED_TRAPDOOR = -16187392, + WARPED_WART_BLOCK = -14876672, + WATER_BUCKET = 25821184, + WATERLILY = 7274496, + WAXED_CHISELED_COPPER = -50069504, + WAXED_COPPER = -22544384, + WAXED_COPPER_BARS = -70123520, + WAXED_COPPER_BULB = -51118080, + WAXED_COPPER_CHAIN = -70647808, + WAXED_COPPER_CHEST = -67829760, + WAXED_COPPER_DOOR = -51642368, + WAXED_COPPER_GOLEM_STATUE = -68354048, + WAXED_COPPER_GRATE = -50593792, + WAXED_COPPER_LANTERN = -71237632, + WAXED_COPPER_TRAPDOOR = -52166656, + WAXED_CUT_COPPER = -23003136, + WAXED_CUT_COPPER_SLAB = -23920640, + WAXED_CUT_COPPER_STAIRS = -23461888, + WAXED_EXPOSED_CHISELED_COPPER = -50135040, + WAXED_EXPOSED_COPPER = -22609920, + WAXED_EXPOSED_COPPER_BARS = -70189056, + WAXED_EXPOSED_COPPER_BULB = -51183616, + WAXED_EXPOSED_COPPER_CHAIN = -70713344, + WAXED_EXPOSED_COPPER_CHEST = -67895296, + WAXED_EXPOSED_COPPER_DOOR = -51707904, + WAXED_EXPOSED_COPPER_GOLEM_STATUE = -68419584, + WAXED_EXPOSED_COPPER_GRATE = -50659328, + WAXED_EXPOSED_COPPER_LANTERN = -71303168, + WAXED_EXPOSED_COPPER_TRAPDOOR = -52232192, + WAXED_EXPOSED_CUT_COPPER = -23068672, + WAXED_EXPOSED_CUT_COPPER_SLAB = -23986176, + WAXED_EXPOSED_CUT_COPPER_STAIRS = -23527424, + WAXED_EXPOSED_LIGHTNING_ROD = -69664768, + WAXED_LIGHTNING_ROD = -69599232, + WAXED_OXIDIZED_CHISELED_COPPER = -50200576, + WAXED_OXIDIZED_COPPER = -29229056, + WAXED_OXIDIZED_COPPER_BARS = -70320128, + WAXED_OXIDIZED_COPPER_BULB = -51314688, + WAXED_OXIDIZED_COPPER_CHAIN = -70844416, + WAXED_OXIDIZED_COPPER_CHEST = -68026368, + WAXED_OXIDIZED_COPPER_DOOR = -51838976, + WAXED_OXIDIZED_COPPER_GOLEM_STATUE = -68550656, + WAXED_OXIDIZED_COPPER_GRATE = -50790400, + WAXED_OXIDIZED_COPPER_LANTERN = -71434240, + WAXED_OXIDIZED_COPPER_TRAPDOOR = -52363264, + WAXED_OXIDIZED_CUT_COPPER = -29294592, + WAXED_OXIDIZED_CUT_COPPER_SLAB = -29425664, + WAXED_OXIDIZED_CUT_COPPER_STAIRS = -29360128, + WAXED_OXIDIZED_LIGHTNING_ROD = -69795840, + WAXED_WEATHERED_CHISELED_COPPER = -50266112, + WAXED_WEATHERED_COPPER = -22675456, + WAXED_WEATHERED_COPPER_BARS = -70254592, + WAXED_WEATHERED_COPPER_BULB = -51249152, + WAXED_WEATHERED_COPPER_CHAIN = -70778880, + WAXED_WEATHERED_COPPER_CHEST = -67960832, + WAXED_WEATHERED_COPPER_DOOR = -51773440, + WAXED_WEATHERED_COPPER_GOLEM_STATUE = -68485120, + WAXED_WEATHERED_COPPER_GRATE = -50724864, + WAXED_WEATHERED_COPPER_LANTERN = -71368704, + WAXED_WEATHERED_COPPER_TRAPDOOR = -52297728, + WAXED_WEATHERED_CUT_COPPER = -23134208, + WAXED_WEATHERED_CUT_COPPER_SLAB = -24051712, + WAXED_WEATHERED_CUT_COPPER_STAIRS = -23592960, + WAXED_WEATHERED_LIGHTNING_ROD = -69730304, + WAYFINDER_ARMOR_TRIM_SMITHING_TEMPLATE = 48234496, + WEATHERED_CHISELED_COPPER = -49938432, + WEATHERED_COPPER = -22413312, + WEATHERED_COPPER_BARS = -69992448, + WEATHERED_COPPER_BULB = -50987008, + WEATHERED_COPPER_CHAIN = -70516736, + WEATHERED_COPPER_CHEST = -67698688, + WEATHERED_COPPER_DOOR = -51511296, + WEATHERED_COPPER_GOLEM_STATUE = -68222976, + WEATHERED_COPPER_GRATE = -50462720, + WEATHERED_COPPER_LANTERN = -71106560, + WEATHERED_COPPER_TRAPDOOR = -52035584, + WEATHERED_CUT_COPPER = -22872064, + WEATHERED_CUT_COPPER_SLAB = -23789568, + WEATHERED_CUT_COPPER_STAIRS = -23330816, + WEATHERED_LIGHTNING_ROD = -69468160, + WEB = 1966080, + WEEPING_VINES = -15138816, + WET_SPONGE = -64487424, + WHEAT = 23986176, + WHEAT_SEEDS = 20971520, + WHITE_BUNDLE = 18284544, + WHITE_CANDLE = -27066368, + WHITE_CARPET = 11206656, + WHITE_CONCRETE = 15466496, + WHITE_CONCRETE_POWDER = 15532032, + WHITE_DYE = 28966912, + WHITE_GLAZED_TERRACOTTA = 14417920, + WHITE_HARNESS = 50462720, + WHITE_SHULKER_BOX = 14286848, + WHITE_STAINED_GLASS = 15794176, + WHITE_STAINED_GLASS_PANE = 10485760, + WHITE_TERRACOTTA = 10420224, + WHITE_TULIP = -54722560, + WHITE_WOOL = 2293760, + WILD_ARMOR_TRIM_SMITHING_TEMPLATE = 47644672, + WILDFLOWERS = -67108864, + WIND_CHARGE = 18612224, + WITCH_SPAWN_EGG = 31784960, + WITHER_ROSE = -14155776, + WITHER_SKELETON_SKULL = -63242240, + WITHER_SKELETON_SPAWN_EGG = 32636928, + WITHER_SPAWN_EGG = 35520512, + WOLF_ARMOR = 48955392, + WOLF_SPAWN_EGG = 30932992, + WOODEN_AXE = 22413312, + WOODEN_BUTTON = 9371648, + WOODEN_DOOR = 25624576, + WOODEN_HOE = 23658496, + WOODEN_PICKAXE = 22347776, + WOODEN_PRESSURE_PLATE = 4718592, + WOODEN_SHOVEL = 22282240, + WOODEN_SPEAR = 17235968, + WOODEN_SWORD = 22216704, + WRITABLE_BOOK = 36044800, + YELLOW_BUNDLE = 18350080, + YELLOW_CANDLE = -27328512, + YELLOW_CARPET = -39321600, + YELLOW_CONCRETE = -41353216, + YELLOW_CONCRETE_POWDER = -46661632, + YELLOW_DYE = 28704768, + YELLOW_GLAZED_TERRACOTTA = 14680064, + YELLOW_HARNESS = 50528256, + YELLOW_SHULKER_BOX = -40370176, + YELLOW_STAINED_GLASS = -44302336, + YELLOW_STAINED_GLASS_PANE = -42336256, + YELLOW_TERRACOTTA = -47644672, + YELLOW_WOOL = -36569088, + ZOGLIN_SPAWN_EGG = 34865152, + ZOMBIE_HEAD = -63307776, + ZOMBIE_HORSE_SPAWN_EGG = 32899072, + ZOMBIE_NAUTILUS_SPAWN_EGG = 51445760, + ZOMBIE_PIGMAN_SPAWN_EGG = 31522816, + ZOMBIE_SPAWN_EGG = 31457280, + ZOMBIE_VILLAGER_SPAWN_EGG = 33488896, +} \ No newline at end of file diff --git a/src/types/enums/Links.ts b/src/types/enums/Links.ts new file mode 100644 index 0000000..f5f5ef9 --- /dev/null +++ b/src/types/enums/Links.ts @@ -0,0 +1,32 @@ +export enum Links { + PROPERTY_BAG = "unset #hyperlink in property_bag", + EULA = "http://education.minecraft.net/eula", + HTML = "http://pocketbeta.minecraft.net/p/how-to-join-and-leave-beta.html", + MINECRAFTREALMSFB = "http://aka.ms/minecraftrealmsfb", + MINECRAFTREALMSTERMS = "http://aka.ms/minecraftrealmsterms", + MINECRAFTFB = "http://aka.ms/minecraftfb", + MINECRAFTEDUSUPPORT = "http://aka.ms/minecraftedusupport", + BLOCKXBOXMESSAGES = "https://aka.ms/blockxboxmessages", + MINECRAFTFBBETA = "http://aka.ms/minecraftfbbeta", + ATTRIBUTION = "https://minecraft.net/attribution", + MCEDULOGS = "http://aka.ms/mcedulogs", + EULA_1 = "https://education.minecraft.net/eula", + MCEDULOGS_1 = "https://aka.ms/mcedulogs", + MINECRAFTREALMSTERMS_1 = "https://aka.ms/minecraftrealmsterms", + MINECRAFTFB_1 = "https://aka.ms/minecraftfb", + MINECRAFTFBBETA_1 = "https://aka.ms/minecraftfbbeta", + MINECRAFTEDUSUPPORT_1 = "https://aka.ms/minecraftedusupport", + _8 = "https://itunes.apple.com/us/app/minecraft/id479516143?mt=8", + SETTINGS = "https://account.xbox.com/Settings", + MEETERMS = "https://aka.ms/meeterms", + PRIVACY = "https://aka.ms/privacy", + MCBANNED = "https://aka.ms/MCBanned", + MCMULTIPLAYERHELP = "https://aka.ms/MCMultiplayerHelp", + MEEEULA = "https://aka.ms/meeeula", + MEE_PRIVACY = "https://aka.ms/mee_privacy", + HIDECHROME = "https://www.minecraft.net/attribution/?hideChrome", + SWITCHATTRIBUTION = "https://aka.ms/switchattribution", + HIDECHROME_1 = "https://www.minecraft.net/licensed-content/?hideChrome", + SWITCHCONTENT = "https://aka.ms/switchcontent", + CHANGEGAMERTAG = "https://social.xbox.com/changegamertag", +} \ No newline at end of file diff --git a/src/types/enums/MappingType.ts b/src/types/enums/MappingType.ts new file mode 100644 index 0000000..a6ab74d --- /dev/null +++ b/src/types/enums/MappingType.ts @@ -0,0 +1,6 @@ +export enum MappingType { + GLOBAL = "global", + PRESSED = "pressed", + DOUBLE_PRESSED = "double_pressed", + FOCUSED = "focused", +} \ No newline at end of file diff --git a/src/types/enums/McColor.ts b/src/types/enums/McColor.ts new file mode 100644 index 0000000..2ad4190 --- /dev/null +++ b/src/types/enums/McColor.ts @@ -0,0 +1,14 @@ +export enum McColor { + WHITE = "white", + BLACK = "black", + YELLOW = "yellow", + ORANGE = "orange", + GREEN = "green", + PURPLE = "purple", + NIL = "nil", + CYAN = "cyan", + RED = "red", + GREY = "grey", + GRAY = "gray", + BLUE = "blue", +} \ No newline at end of file diff --git a/src/types/enums/Operation.ts b/src/types/enums/Operation.ts new file mode 100644 index 0000000..970ce47 --- /dev/null +++ b/src/types/enums/Operation.ts @@ -0,0 +1,13 @@ +export enum Operation { + INSERT_BACK = "insert_back", + INSERT_FRONT = "insert_front", + INSERT_AFTER = "insert_after", + INSERT_BEFORE = "insert_before", + MOVE_BACK = "move_back", + MOVE_FRONT = "move_front", + MOVE_AFTER = "move_after", + MOVE_BEFORE = "move_before", + SWAP = "swap", + REMOVE = "remove", + REPLACE = "replace", +} diff --git a/src/types/enums/Orientation.ts b/src/types/enums/Orientation.ts new file mode 100644 index 0000000..4e48b0b --- /dev/null +++ b/src/types/enums/Orientation.ts @@ -0,0 +1,5 @@ +export enum Orientation { + VERTICAL = "vertical", + HORIZONTAL = "horizontal", + NONE = "none", +} \ No newline at end of file diff --git a/src/types/enums/Renderer.ts b/src/types/enums/Renderer.ts new file mode 100644 index 0000000..de9c409 --- /dev/null +++ b/src/types/enums/Renderer.ts @@ -0,0 +1,54 @@ +export enum Renderer { + HOVER_TEXT_RENDERER = "hover_text_renderer", + _3D_STRUCTURE_RENDERER = "3d_structure_renderer", + SPLASH_TEXT_RENDERER = "splash_text_renderer", + UI_HOLO_CURSOR = "ui_holo_cursor", + TRIAL_TIME_RENDERER = "trial_time_renderer", + PANORAMA_RENDERER = "panorama_renderer", + ACTOR_PORTRAIT_RENDERER = "actor_portrait_renderer", + BANNER_PATTERN_RENDERER = "banner_pattern_renderer", + LIVE_PLAYER_RENDERER = "live_player_renderer", + WEB_VIEW_RENDERER = "web_view_renderer", + HUNGER_RENDERER = "hunger_renderer", + BUBBLES_RENDERER = "bubbles_renderer", + MOB_EFFECTS_RENDERER = "mob_effects_renderer", + CURSOR_RENDERER = "cursor_renderer", + PROGRESS_INDICATOR_RENDERER = "progress_indicator_renderer", + CAMERA_RENDERER = "camera_renderer", + HORSE_JUMP_RENDERER = "horse_jump_renderer", + ARMOR_RENDERER = "armor_renderer", + HORSE_HEART_RENDERER = "horse_heart_renderer", + HEART_RENDERER = "heart_renderer", + HOTBAR_COOLDOWN_RENDERER = "hotbar_cooldown_renderer", + HOTBAR_RENDERER = "hotbar_renderer", + HUD_PLAYER_RENDERER = "hud_player_renderer", + LIVE_HORSE_RENDERER = "live_horse_renderer", + HOLOGRAPHIC_POSTRENDERER = "holographic_postrenderer", + ENCHANTING_BOOK_RENDERER = "enchanting_book_renderer", + DEBUG_SCREEN_RENDERER = "debug_screen_renderer", + GRADIENT_RENDERER = "gradient_renderer", + PAPER_DOLL_RENDERER = "paper_doll_renderer", + NAME_TAG_RENDERER = "name_tag_renderer", + FLYING_ITEM_RENDERER = "flying_item_renderer", + INVENTORY_ITEM_RENDERER = "inventory_item_renderer", + CREDITS_RENDERER = "credits_renderer", + VIGNETTE_RENDERER = "vignette_renderer", + PROGRESS_BAR_RENDERER = "progress_bar_renderer", + DEBUG_OVERLAY_RENDERER = "debug_overlay_renderer", + BACKGROUND_RENDERER = "background_renderer", + BUNDLE_RENDERER = "bundle_renderer", + EDITOR_GIZMO_RENDERER = "editor_gizmo_renderer", + DASH_RENDERER = "dash_renderer", + EQUIPMENT_PREVIEW_RENDERER = "equipment_preview_renderer", + EDITOR_VOLUME_HIGHLIGHT_RENDERER = "editor_volume_highlight_renderer", + EDITOR_COMPASS_RENDERER = "editor_compass_renderer", + PROFILE_IMAGE_RENDERER = "profile_image_renderer", + LOCATOR_BAR = "locator_bar", + BUNDLE_TOOLTIP_RENDERER = "bundle_tooltip_renderer", + ANIMATED_GIF_RENDERER = "animated_gif_renderer", + QR_CODE_RENDERER = "qr_code_renderer", + BOHR_MODEL_RENDERER = "bohr_model_renderer", + TOAST_RENDERER = "toast_renderer", + NETEASE_PAPER_DOLL_RENDERER = "netease_paper_doll_renderer", + NETEASE_MINI_MAP_RENDERER = "netease_mini_map_renderer", +} \ No newline at end of file diff --git a/src/types/enums/Rotation.ts b/src/types/enums/Rotation.ts new file mode 100644 index 0000000..155cdf1 --- /dev/null +++ b/src/types/enums/Rotation.ts @@ -0,0 +1,6 @@ +export enum Rotation { + NONE = "none", + AUTO = "auto", + GESTURE_X = "gesture_x", + CUSTOM_Y = "custom_y", +} \ No newline at end of file diff --git a/src/types/enums/Scope.ts b/src/types/enums/Scope.ts new file mode 100644 index 0000000..d54a63c --- /dev/null +++ b/src/types/enums/Scope.ts @@ -0,0 +1,5 @@ +export enum Scope { + GLOBAL = "global", + VIEW = "view", + CONTROLLER = "controller", +} \ No newline at end of file diff --git a/src/types/enums/SliderName.ts b/src/types/enums/SliderName.ts new file mode 100644 index 0000000..3ecf5a9 --- /dev/null +++ b/src/types/enums/SliderName.ts @@ -0,0 +1,67 @@ +export enum SliderName { + KEYBOARD_MOUSE_SENSITIVITY = "keyboard_mouse_sensitivity", + VR_UI_MOUSE_SENSITIVITY = "vr_ui_mouse_sensitivity", + CONTROLLER_SENSITIVITY = "controller_sensitivity", + VR_SENSITIVITY = "vr_sensitivity", + VR_ROLL_TURN_SENSITIVITY = "vr_roll_turn_sensitivity", + TOUCH_SENSITIVITY = "touch_sensitivity", + BUTTON_SIZE = "button_size", + GUI_SCALE = "gui_scale", + GAMMA = "gamma", + VR_GAMMA = "vr_gamma", + FIELD_OF_VIEW = "field_of_view", + RENDER_DISTANCE = "render_distance", + VR_RENDER_DISTANCE = "vr_render_distance", + MSAA = "msaa", + VR_MSAA = "vr_msaa", + PARTICLE_RENDER_DISTANCE = "particle_render_distance", + VR_PARTICLE_RENDER_DISTANCE = "vr_particle_render_distance", + MASTER_VOLUME = "master_volume", + MUSIC_VOLUME = "music_volume", + SOUND_VOLUME = "sound_volume", + WEATHER_VOLUME = "weather_volume", + HOSTILE_CREATURE_VOLUME = "hostile_creature_volume", + PLAYER_VOLUME = "player_volume", + JUKEBOX_AND_NOTE_BLOCK_VOLUME = "jukebox_and_note_block_volume", + BLOCK_VOLUME = "block_volume", + FRIENDLY_CREATURE_VOLUME = "friendly_creature_volume", + ENVIRONMENT_VOLUME = "environment_volume", + DEV_CONNECTION_QUALITY = "dev_connection_quality", + MAX_FRAMERATE = "max_framerate", + SAFE_ZONE = "safe_zone", + SAFE_ZONE_ALL = "safe_zone_all", + SAFE_ZONE_X = "safe_zone_x", + SAFE_ZONE_Y = "safe_zone_y", + SCREEN_POSITION_X = "screen_position_x", + SCREEN_POSITION_Y = "screen_position_y", + CUSTOM_SLIDER_STEP = "custom_slider_step", + CUSTOM_SLIDER = "custom_slider", + GAMEPAD_CURSOR_SENSITIVITY = "gamepad_cursor_sensitivity", + SERVER_SIM_DISTANCE = "server_sim_distance", + DEV_RENDER_ATTACH_POS = "dev_render_attach_pos", + SPLITSCREEN_INTERFACE_OPACITY = "splitscreen_interface_opacity", + INTERFACE_OPACITY = "interface_opacity", + MEM_CHECK_TIMER = "mem_check_timer", + HDR_CALIBRATION = "hdr_calibration", + CONTENT_TIER_SLIDER = "content_tier_slider", + KEYBOARD_SMOOTH_ROTATION_SPEED = "keyboard_smooth_rotation_speed", + RENDERING_PROFILE = "rendering_profile", + CHAT_MESSAGE_SPACING = "chat_message_spacing", + CHAT_LINE_SPACING = "chat_line_spacing", + CHAT_FONT_SIZE = "chat_font_size", + ROTATION = "rotation", + MIRROR = "mirror", + AD_TOKEN_REFRESH_THRESHOLD = "ad_token_refresh_threshold", + GFX_TEXTURE_LOAD_DELAY = "gfx_texture_load_delay", + GFX_MAX_DEQUEUED_TEXTURES_PER_FRAME = "gfx_max_dequeued_textures_per_frame", + RAYTRACING_RENDER_DISTANCE = "raytracing_render_distance", + VR_SNAP_ANGLE = "vr_snap_angle", + VR_HUD_DISTANCE = "vr_hud_distance", + TEXTTOSPEECH_VOLUME = "texttospeech_volume", + TEXT_BACKGROUND_OPACITY = "text_background_opacity", + MAIN_VOLUME = "main_volume", + AMBIENT_VOLUME = "ambient_volume", + HOSTILE_VOLUME = "hostile_volume", + NEUTRAL_VOLUME = "neutral_volume", + RECORD_VOLUME = "record_volume", +} \ No newline at end of file diff --git a/src/types/enums/SmartAnimation.ts b/src/types/enums/SmartAnimation.ts new file mode 100644 index 0000000..13934a0 --- /dev/null +++ b/src/types/enums/SmartAnimation.ts @@ -0,0 +1 @@ +export type SmartAnimation = "none" | "frame" | "smooth" | "smooth_loop" diff --git a/src/types/enums/TextAlignment.ts b/src/types/enums/TextAlignment.ts new file mode 100644 index 0000000..d285059 --- /dev/null +++ b/src/types/enums/TextAlignment.ts @@ -0,0 +1,5 @@ +export enum TextAlignment { + LEFT = "left", + RIGHT = "right", + CENTER = "center", +} \ No newline at end of file diff --git a/src/types/enums/TextType.ts b/src/types/enums/TextType.ts new file mode 100644 index 0000000..41a7e52 --- /dev/null +++ b/src/types/enums/TextType.ts @@ -0,0 +1,5 @@ +export enum TextType { + EXTENDEDASCII = "ExtendedASCII", + IDENTIFIERCHARS = "IdentifierChars", + NUMBERCHARS = "NumberChars", +} \ No newline at end of file diff --git a/src/types/enums/TextboxName.ts b/src/types/enums/TextboxName.ts new file mode 100644 index 0000000..e679cd8 --- /dev/null +++ b/src/types/enums/TextboxName.ts @@ -0,0 +1,96 @@ +export enum TextboxName { + PLAYER_NAME_TEXT_BOX = "player_name_text_box", + DEV_REALMS_ENDPOINT = "dev_realms_endpoint", + DEV_REALMS_ENDPOINT_PAYMENT = "dev_realms_endpoint_payment", + DEV_REALMS_RELYING_PARTY = "dev_realms_relying_party", + DEV_REALMS_RELYING_PARTY_PAYMENT = "dev_realms_relying_party_payment", + REALM_NAME_TEXT_BOX = "realm_name_text_box", + WORLD_NAME_TEXT_BOX = "world_name_text_box", + WORLD_SEED_TEXT_BOX = "world_seed_text_box", + NAME_TEXT_BOX = "#name_text_box", + IP_TEXT_BOX = "#ip_text_box", + PORT_TEXT_BOX = "#port_text_box", + MESSAGE_TEXT_BOX = "#message_text_box", + URL_TEXT_BOX = "#url_text_box", + INTERACT_TEXT_BOX = "#interact_text_box", + TEXT_BOX_PHOTOS = "#text_box_photos", + REALMS_NAME_BOX = "#realms_name_box", + VERSION_FILTER_TEXT_BOX = "#version_filter_text_box", + TEXT_BOX_STRUCTURE_OFFSET_X = "#text_box_structure_offset_x", + TEXT_BOX_STRUCTURE_OFFSET_Y = "#text_box_structure_offset_y", + TEXT_BOX_STRUCTURE_OFFSET_Z = "#text_box_structure_offset_z", + TEXT_BOX_STRUCTURE_SIZE_X = "#text_box_structure_size_x", + TEXT_BOX_STRUCTURE_SIZE_Y = "#text_box_structure_size_y", + TEXT_BOX_STRUCTURE_SIZE_Z = "#text_box_structure_size_z", + TEXT_BOX_STRUCTURE_SEED = "#text_box_structure_seed", + TEXT_BOX_STRUCTURE_INTEGRITY = "#text_box_structure_integrity", + TEXT_BOX_STRUCTURE_NAME = "#text_box_structure_name", + TEXT_BOX_METADATA_NAME = "#text_box_metadata_name", + SEARCH_BOX_NAME = "#search_box_name", + HOVER_NOTE_TEXTBOX = "command_block.hover_note_textbox", + OUTPUT_TEXT = "command_block.output_text", + COMMAND_TEXT = "command_block.command_text", + REMIX_NAME = "#remix_name", + REMIX_DESCRIPTION = "#remix_description", + REMIX_TAG = "#remix_tag", + REMIX_MINECRAFT_TAG = "#remix_minecraft_tag", + SIGN_TEXT_MULTI = "#sign_text_multi", + SEARCH_CONTROL = "search_control", + STRUCTURE_NAME = "structure_name", + STRUCTURE_NAME_1 = "#structure_name", + PAGE_TEXT_BOX = "#page_text_box", + TITLE_TEXT_BOX = "#title_text_box", + AUTHOR_TEXT_BOX = "#author_text_box", + COMMENT_TEXT_BOX = "comment_text_box", + ACTION_TEXT_BOX = "action_text_box", + MAXIMIZED_ACTION_EDIT_BOX = "maximized_action_edit_box", + BUTTON_NAME_EDIT = "button_name_edit", + JOIN_BY_CODE_TEXT_EDIT = "#join_by_code_text_edit", + PLAYER_FILTER_TEXT_BOX = "#player_filter_text_box", + CAPTION_TEXT_BOX = "#caption_text_box", + CUSTOM_INPUT = "custom_input", + GAMERTAG_SEARCH_BOX = "gamertag_search_box", + REPORT_REASON_TEXT_BOX = "report_reason_text_box", + CLUB_DESCRIPTION_TEXT_BOX = "club_description_text_box", + DEV_DATE_YEAR_OVERRIDE_TEXT_BOX = "dev_date_year_override_text_box", + DEV_DATE_MONTH_OVERRIDE_TEXT_BOX = "dev_date_month_override_text_box", + DEV_DATE_DAY_OVERRIDE_TEXT_BOX = "dev_date_day_override_text_box", + DEV_OVERRIDE_DAY_LENGTH_TEXT_BOX = "dev_override_day_length_text_box", + DEV_TREATMENT_ID = "dev_treatment_id", + SHARE_TEXT_BOX = "share_text_box", + SEARCH_TEXT_BOX = "search_text_box", + STUDENT_MESSAGE_BUBBLE = "student_message_bubble", + AUTOMATION_FUNCTIONAL_TEST_TAGS = "automation_functional_test_tags", + AUTOMATION_UNIT_TEST_TAGS = "automation_unit_test_tags", + AUTOMATION_FUNCTIONAL_BLACKLIST_TEST_TAGS = "automation_functional_blacklist_test_tags", + AUTOMATION_UNIT_BLACKLIST_TEST_TAGS = "automation_unit_blacklist_test_tags", + AUTOMATION_REPEAT_COUNT = "automation_repeat_count", + AUTOMATION_INGESTION_ENDPOINT = "automation_ingestion_endpoint", + AUTOMATION_TESTRUN_ID = "automation_testrun_id", + RANDOM_TICK_SPEED_TEXT_BOX = "random_tick_speed_text_box", + DEV_OVERRIDE_TIME_SCALE_TEXT_BOX = "dev_override_time_scale_text_box", + SEARCH_FILTER_TEXT = "search_filter_text", + DEV_DATE_HOUR_OVERRIDE_TEXT_BOX = "dev_date_hour_override_text_box", + DEV_DATE_MINUTE_OVERRIDE_TEXT_BOX = "dev_date_minute_override_text_box", + DEV_VERSION_MAJOR_OVERRIDE_TEXT_BOX = "dev_version_major_override_text_box", + DEV_VERSION_MINOR_OVERRIDE_TEXT_BOX = "dev_version_minor_override_text_box", + DEV_VERSION_PATCH_OVERRIDE_TEXT_BOX = "dev_version_patch_override_text_box", + DEBUG_STATE_TEXT_BOX = "debug_state_text_box", + TICK_DELAY_TEXTBOX = "command_block.tick_delay_textbox", + INTEGRITY_FIELD = "#integrity_field", + SEED_FIELD = "#seed_field", + DATA_FIELD = "#data_field", + TEMPLATE_VERSION_TEXT_BOX = "template_version_text_box", + LEAK_MEMORY_TEXT_BOX = "leak_memory_text_box", + TEMPLATE_SEARCH_BOX = "#template_search_box", + WORLD_SEARCH_BOX = "#world_search_box", + RESPAWN_RADIUS_TEXT_BOX = "respawn_radius_text_box", + AZURE_SHARED_ACCESS_SIGNATURE = "test_assets.azure_shared_access_signature", + AUTOMATION_SERVER_TEST_TAGS = "automation_server_test_tags", + AUTOMATION_BROKEN_FUNCTIONAL_TEST_TAGS = "automation_broken_functional_test_tags", + AUTOMATION_BROKEN_SERVER_TEST_TAGS = "automation_broken_server_test_tags", + AUTOMATION_BROKEN_UNIT_TEST_TAGS = "automation_broken_unit_test_tags", + AUTOMATION_SOAK_TEST_DURATION_MINUTES = "automation_soak_test_duration_minutes", + DEV_PROGRESSION_ID = "dev_progression_id", + ANIMATION_TIME_FIELD = "#animation_time_field", +} \ No newline at end of file diff --git a/assets/firefox/userContent.css b/src/types/enums/TextureFileSystem.ts similarity index 100% rename from assets/firefox/userContent.css rename to src/types/enums/TextureFileSystem.ts diff --git a/src/types/enums/ToggleName.ts b/src/types/enums/ToggleName.ts new file mode 100644 index 0000000..f061931 --- /dev/null +++ b/src/types/enums/ToggleName.ts @@ -0,0 +1,322 @@ +export enum ToggleName { + KEYBOARD_MOUSE_INVERT_Y_AXIS = "keyboard_mouse_invert_y_axis", + KEYBOARD_MOUSE_AUTOJUMP = "keyboard_mouse_autojump", + KEYBOARD_MOUSE_TOGGLE_CROUCH = "keyboard_mouse_toggle_crouch", + CONTROLLER_INVERT_Y_AXIS = "controller_invert_y_axis", + CONTROLLER_AUTOJUMP = "controller_autojump", + VR_AUTOJUMP = "vr_autojump", + CONTROLLER_TOGGLE_CROUCH = "controller_toggle_crouch", + CONTROLLER_VIBRATION = "controller_vibration", + TOUCH_INVERT_Y_AXIS = "touch_invert_y_axis", + TOUCH_AUTOJUMP = "touch_autojump", + TOUCH_VIBRATION = "touch_vibration", + TOUCH_TOGGLE_CROUCH = "touch_toggle_crouch", + SPLIT_CONTROLS = "split_controls", + LEFT_HANDED = "left_handed", + SWAP_JUMP_AND_SNEAK = "swap_jump_and_sneak", + ALLOW_CHEATS = "allow_cheats", + NAVIGATION_TAB = "navigation_tab", + ALLOW_CELLULAR_DATA = "allow_cellular_data", + ADVANCED_VIDEO_OPTIONS_TOGGLE = "advanced_video_options_toggle", + FULL_SCREEN = "full_screen", + VIEW_BOBBING = "view_bobbing", + GRAPHICS_TOGGLE = "graphics_toggle", + FANCY_SKIES = "fancy_skies", + TRANSPARENT_LEAVES = "transparent_leaves", + HIDE_GUI = "hide_gui", + VR_HIDE_GUI = "vr_hide_gui", + TEXEL_AA = "texel_aa", + VR_3D_RENDERING = "vr_3d_rendering", + VR_MIRROR_TEXTURE = "vr_mirror_texture", + LIMIT_WORLD_SIZE = "limit_world_size", + COMFORT_CONTROLS = "comfort_controls", + SHOW_COMFORT_SELECT_SCREEN = "show_comfort_select_screen", + VR_LIVING_ROOM_CURSOR_CENTERED = "vr_living_room_cursor_centered", + VR_HMD_DISPLACEMENT = "vr_hmd_displacement", + VR_LINEAR_JUMP = "vr_linear_jump", + VR_LINEAR_MOTION = "vr_linear_motion", + STICKY_MINING = "sticky_mining", + VR_HUD_DRIFTS = "vr_hud_drifts", + VR_HEAD_STEERING = "vr_head_steering", + STUTTER_TURN = "stutter_turn", + STUTTER_CONSTANT_ANGLE_OR_TIME = "stutter_constant_angle_or_time", + STUTTER_TURN_SOUND = "stutter_turn_sound", + VR_ROLL_TURN = "vr_roll_turn", + LANGUAGES = "languages", + DEV_ENABLE_DEBUG_UI = "dev_enable_debug_ui", + DEV_OFFERS_UNLOCKED = "dev_offers_unlocked", + DEV_RENDER_BOUNDING_BOX = "dev_render_bounding_box", + DEV_RENDER_PATHS = "dev_render_paths", + DEV_RENDER_GOAL_STATE = "dev_render_goal_state", + DEV_RESET_CLIENT_ID = "dev_reset_client_id", + DEV_SHOW_CHUNK_MAP = "dev_show_chunk_map", + DEV_ENABLE_PROFILER = "dev_enable_profiler", + DEV_ACHIEVEMENTS_ALWAYS_ENABLED = "dev_achievements_always_enabled", + DEV_USE_LOCAL_SERVER = "dev_use_local_server", + DEV_USE_IPV6_ONLY = "dev_use_ipv6_only", + DEV_USE_FPS_INDEPENDENT_TURNING = "dev_use_fps_independent_turning", + DEV_USE_RETAIL_XBOX_SANDBOX = "dev_use_retail_xbox_sandbox", + DEV_CREATE_REALM_WITHOUT_PURCHASE = "dev_create_realm_without_purchase", + ALWAYS_DAY = "always_day", + MULTIPLAYER_GAME = "multiplayer_game", + XBOXLIVE_VISIBLE = "xboxlive_visible", + SERVER_VISIBLE = "server_visible", + SPEED = "speed", + HASTE = "haste", + RESIST = "resist", + JUMP = "jump", + STRENGTH = "strength", + REGEN = "regen", + EXTRA = "extra", + CONFIRM = "confirm", + CANCEL = "cancel", + TOGGLE_INVITE_ONLINE = "toggle_invite_online", + TOGGLE_INVITE_OFFLINE = "toggle_invite_offline", + REQUIRED_RESOURCEPACKS = "required_resourcepacks", + OPTIONAL_RESOURCEPACKS = "optional_resourcepacks", + PLAYER_COUNT_2 = "#player_count_2", + PLAYER_COUNT_10 = "#player_count_10", + AGREE_TERMS_AND_CONDITIONS = "#agree_terms_and_conditions", + HIDE_INVITES = "#hide_invites", + OPERATOR = "#operator", + MEMBER_SETTINGS = "#member_settings", + FORCE_USER_AGREEMENT_LEVEL = "force_user_agreement_level", + THIRD_PERSON_DROPDOWN = "third_person_dropdown", + DEV_REALMS_ENVIRONMENT_DROPDOWN = "dev_realms_environment_dropdown", + REALMS_DIFFICULTY = "realms_difficulty", + REALMS_GAMEMODE = "realms_gamemode", + WORLD_GAME_MODE_DROPDOWN = "world_game_mode_dropdown", + PLAYER_GAME_MODE_DROPDOWN = "player_game_mode_dropdown", + WORLD_DIFFICULTY_DROPDOWN = "world_difficulty_dropdown", + WORLD_TYPE_DROPDOWN = "world_type_dropdown", + WORLD_TOGGLE = "world_toggle", + ADVANCED_VIDEO_OPTIONS = "advanced_video_options", + UI_PROFILE_DROPDOWN = "ui_profile_dropdown", + STICKY_MINING_HAND = "sticky_mining_hand", + VR_HAND_CONTROLS_ITEM = "vr_hand_controls_item", + VR_HAND_CONTROLS_HUD = "vr_hand_controls_hud", + VR_HAND_POINTER = "vr_hand_pointer", + VR_HANDS_VISIBLE = "vr_hands_visible", + ENABLE_CHAT_TEXT_TO_SPEECH = "enable_chat_text_to_speech", + DEV_DEBUG_HUD_DROPDOWN = "dev_debug_hud_dropdown", + TRACK_OUTPUT = "track_output", + REDSTONE_DROPDOWN = "redstone_dropdown", + CONDITION_DROPDOWN = "condition_dropdown", + BLOCK_TYPE_DROPDOWN = "block_type_dropdown", + HORSE_INTERACTIVE_TABS = "horse_interactive_tabs", + SWITCH_STORAGE_TYPE = "switch_storage_type", + LOCAL_COPY_TOGGLE = "local_copy_toggle", + ENABLEMULTISELECT = "toggle.enableMultiselect", + INVISIBLE_BLOCKS_TOGGLE = "#invisible_blocks_toggle", + INCLUDE_ENTITIES_TOGGLE = "#include_entities_toggle", + INCLUDE_PLAYERS_TOGGLE = "#include_players_toggle", + REMOVE_BLOCKS_TOGGLE = "#remove_blocks_toggle", + MODE_DROPDOWN = "mode_dropdown", + DEV_SHOW_BUILD_INFO = "dev_show_build_info", + SMOOTH_LIGHTING = "smooth_lighting", + FILE_STORAGE_LOCATION = "file_storage_location", + WEBSOCKET_ENCRYPTION = "websocket_encryption", + HIDE_CHAT = "hide_chat", + RIGHT_INVENTORY_NAVIGATION_TAB = "right_inventory_navigation_tab", + LAYOUT_TOGGLE = "layout_toggle", + ENABLEFILTERING = "toggle.enableFiltering", + BUTTON_MODE_TOGGLE = "button_mode_toggle", + RATING_DROPDOWN = "rating_dropdown", + SELECTED_DURATION_SHORT = "#selected_duration_short", + SELECTED_DURATION_LONG = "#selected_duration_long", + CUSTOM_DROPDOWN_RADIO_TOGGLE = "#custom_dropdown_radio_toggle", + CUSTOM_DROPDOWN = "#custom_dropdown", + CUSTOM_TOGGLE = "custom_toggle", + CUSTOM_DROPDOWN_1 = "custom_dropdown", + CUSTOM_DROPDOWN_RADIO_TOGGLE_1 = "custom_dropdown_radio_toggle", + REPORT_REASON_DROPDOWN = "report_reason_dropdown", + ADD_FRIEND_DROPDOWN = "add_friend_dropdown", + MUTE_PLAYER = "mute_player", + BLOCK_PLAYER = "block_player", + HIDE_TOOLTIPS = "hide_tooltips", + HIDE_GAMEPAD_CURSOR = "hide_gamepad_cursor", + START_WITH_MAP = "start_with_map", + BONUS_CHEST = "bonus_chest", + SHOW_COORDINATES = "show_coordinates", + FIRE_SPREADS = "fire_spreads", + TNT_EXPLODES = "tnt_explodes", + MOB_LOOT = "mob_loot", + NATURAL_REGENERATION = "natural_regeneration", + TILE_DROPS = "tile_drops", + DAYLIGHT_CYCLE = "daylight_cycle", + KEEP_INVENTORY = "keep_inventory", + MOB_SPAWN = "mob_spawn", + MOB_GRIEFING = "mob_griefing", + ENTITIES_DROP_LOOT = "entities_drop_loot", + WEATHER_CYCLE = "weather_cycle", + CLASSROOM_SETTINGS = "classroom_settings", + PERFECT_WEATHER = "perfect_weather", + ALLOW_MOBS = "allow_mobs", + ALLOW_DESTRUCTIVE_ITEMS = "allow_destructive_items", + PLAYER_DAMAGE = "player_damage", + IMMUTABLE_WORLD = "immutable_world", + PVP_DAMAGE = "pvp_damage", + PLAYER_PERMISSIONS_DROPDOWN = "player_permissions_dropdown", + XBL_BROADCAST_DROPDOWN = "xbl_broadcast_dropdown", + DEV_ASSERTIONS_DEBUG_BREAK = "dev_assertions_debug_break", + DEV_MCE_ASSERTIONS_DEBUG_BREAK_HACK = "dev_mce_assertions_debug_break_hack", + DEV_SHOW_DEV_CONSOLE_BUTTON = "dev_show_dev_console_button", + DEV_ENABLE_MIXER_INTERACTIVE = "dev_enable_mixer_interactive", + DEV_SHOW_TCUI_REPLACEMENT = "dev_show_tcui_replacement", + SHOW_AUTO_SAVE_ICON = "show_auto_save_icon", + HIDE_HAND = "hide_hand", + HIDE_PAPERDOLL = "hide_paperdoll", + CLASSIC_BOX_SELECTION = "classic_box_selection", + VR_CLASSIC_BOX_SELECTION = "vr_classic_box_selection", + INGAME_PLAYER_NAMES = "ingame_player_names", + SPLITSCREEN_INGAME_PLAYER_NAMES = "splitscreen_ingame_player_names", + VR_HIDE_HUD = "vr_hide_hud", + VR_HIDE_HAND = "vr_hide_hand", + FIELD_OF_VIEW_TOGGLE = "field_of_view_toggle", + DEV_DISPLAY_OVERRIDE_DATETIME = "dev_display_override_datetime", + DEV_SAVE_CURRENT_OVERRIDE_DATE = "dev_save_current_override_date", + DEV_SHOW_OVERRIDE_TREATMENTS = "dev_show_override_treatments", + FEATURE_TOGGLE = "feature_toggle", + DEV_SERVER_INSTANCE_THREAD = "dev_server_instance_thread", + DEV_FIND_MOBS = "dev_find_mobs", + SPLIT_SCREEN_DROPDOWN = "split_screen_dropdown", + VR_SMOOTH_LIGHTING = "vr_smooth_lighting", + RENDER_CLOUDS = "render_clouds", + VR_TRANSPARENT_LEAVES = "vr_transparent_leaves", + HIDE_HUD = "hide_hud", + DEV_USE_ZIPPED_IN_PACKAGE_PACKS = "dev_use_zipped_in_package_packs", + DEV_IMPORT_PACKS_AS_ZIP = "dev_import_packs_as_zip", + DEV_USE_OVERRIDE_DATE = "dev_use_override_date", + DEV_DISPLAY_TREATMENTS_PANEL = "dev_display_treatments_panel", + DEV_NEW_CULLER = "dev_new_culler", + LOCKED_TOGGLE = "locked_toggle", + OPTION_TOGGLE = "option_toggle", + PLAYER_TOGGLE = "player_toggle", + PERMISSION_LEVEL_DROPDOWN = "permission_level_dropdown", + HOTBAR_ONLY_TOUCH = "hotbar_only_touch", + SWAP_GAMEPAD_AB_BUTTONS = "swap_gamepad_ab_buttons", + SWAP_GAMEPAD_XY_BUTTONS = "swap_gamepad_xy_buttons", + KEYBOARD_SHOW_FULL_KEYBOARD_OPTIONS = "keyboard_show_full_keyboard_options", + PVP = "pvp", + EXPERIMENTAL_GAMEPLAY = "experimental_gameplay", + EDUCATION_TOGGLE = "education_toggle", + PLATFORM_BROADCAST_DROPDOWN = "platform_broadcast_dropdown", + AUTO_UPDATE_MODE_DROPDOWN = "auto_update_mode_dropdown", + AUTO_UPDATE_ENABLED = "auto_update_enabled", + SCREEN_ANIMATIONS = "screen_animations", + ATMOSPHERICS = "atmospherics", + EDGE_HIGHLIGHT = "edge_highlight", + BLOOM = "bloom", + TERRAIN_SHADOWS = "terrain_shadows", + SUPER_FANCY_WATER = "super_fancy_water", + DEV_XFORGE_REQUESTS_REQUIRE_SIGN_IN = "dev_xforge_requests_require_sign_in", + MULTITHREADED_RENDERING = "multithreaded_rendering", + SWITCH_COIN_DEBUG = "switch_coin_debug", + DEV_CONNECTION_QUALITY = "dev_connection_quality", + BUBBLE_PARTICLES = "bubble_particles", + REALM_DEFAULT_PERMISSION_DROPDOWN = "realm_default_permission_dropdown", + AUTOMATION_FUNCTIONAL_TEST_BLOCK_INPUT = "automation_functional_test_block_input", + DEV_ASSERTIONS_SHOW_DIALOG = "dev_assertions_show_dialog", + CODE_BUILDER = "code_builder", + COMMAND_BLOCKS_ENABLED = "command_blocks_enabled", + FONT_COLOR_TOGGLE = "font_color_toggle", + HIDE_KEYBOARD_TOOLTIPS = "hide_keyboard_tooltips", + DEV_SHOW_LATENCY_GRAPH = "dev_show_latency_graph", + DEV_NEWPARTICLESYSTEM = "dev_newParticleSystem", + VSYNC_DROPDOWN = "vsync_dropdown", + FILE_WATCHER = "file_watcher", + DEV_GAME_TIP = "dev_game_tip", + DEV_SHOW_SERVER_CHUNK_MAP = "dev_show_server_chunk_map", + CONTENT_LOG = "content_log", + CONTENT_LOG_GUI = "content_log_gui", + DOIMMEDIATERESPAWN = "doimmediaterespawn", + CHAT_TYPEFACE_DROPDOWN = "chat_typeface_dropdown", + LEFT_NAVIGATION_TAB = "left_navigation_tab", + RIGHT_NAVIGATION_TAB = "right_navigation_tab", + DEV_IDENTITY_ENV_DROPDOWN = "dev_identity_env_dropdown", + CONTENT_LOG_FILE = "content_log_file", + WINDOWS_STORE_DROPDOWN = "windows_store_dropdown", + TIMEZONETYPE_DROPDOWN = "timezonetype_dropdown", + DEV_LOAD_OVERRIDE_DATE = "dev_load_override_date", + TRADE_TOGGLE = "trade_toggle", + DEV_USE_VERSION_OVERRIDE = "dev_use_version_override", + PERF_TURTLE = "perf_turtle", + ENABLE_UI_TEXT_TO_SPEECH = "enable_ui_text_to_speech", + EXECUTE_ON_FIRST_TICK = "execute_on_first_tick", + DEV_FORCE_CLIENT_BLOB_CACHE = "dev_force_client_blob_cache", + DEV_DISABLE_CLIENT_BLOB_CACHE = "dev_disable_client_blob_cache", + SHOW_AD_DEBUG_PANEL_BUTTON = "show_ad_debug_panel_button", + DEV_SHOW_DOC_ID = "dev_show_doc_id", + TOGGLE_TTS = "toggle_tts", + SHOW_BOUNDING_BOX_TOGGLE = "#show_bounding_box_toggle", + MIRROR_X = "mirror_x", + MIRROR_Z = "mirror_z", + ENABLE_AUTO_TEXT_TO_SPEECH = "enable_auto_text_to_speech", + ENABLE_OPEN_CHAT_MESSAGE = "enable_open_chat_message", + AUTOMATION_REPEAT_FAILURES_ONLY = "automation_repeat_failures_only", + DEV_TOGGLE_DEFAULT_FONT_OVERRIDES = "dev_toggle_default_font_overrides", + DEV_DISABLE_RENDER_TERRAIN = "dev_disable_render_terrain", + DEV_DISABLE_RENDER_ENTITIES = "dev_disable_render_entities", + DEV_DISABLE_RENDER_BLOCKENTITIES = "dev_disable_render_blockentities", + DEV_DISABLE_RENDER_PARTICLES = "dev_disable_render_particles", + DEV_DISABLE_RENDER_SKY = "dev_disable_render_sky", + DEV_DISABLE_RENDER_WEATHER = "dev_disable_render_weather", + DEV_DISABLE_RENDER_HUD = "dev_disable_render_hud", + DEV_DISABLE_RENDER_ITEM_IN_HAND = "dev_disable_render_item_in_hand", + ASYNC_TEXTURE_LOADS = "async_texture_loads", + ASYNC_MISSING_TEXTURE = "async_missing_texture", + AD_USE_SINGLE_SIGN_ON = "ad_use_single_sign_on", + CONFIRM_0 = "confirm_0", + CONFIRM_1 = "confirm_1", + CONFIRM_2 = "confirm_2", + CONFIRM_3 = "confirm_3", + TOGGLE_XBOX_LIVE_INVITE_ONLINE = "toggle_xbox_live_invite_online", + TOGGLE_XBOX_LIVE_INVITE_OFFLINE = "toggle_xbox_live_invite_offline", + TOGGLE_PLATFORM_INVITE_ONLINE = "toggle_platform_invite_online", + TOGGLE_PLATFORM_INVITE_OFFLINE = "toggle_platform_invite_offline", + TOGGLE_LINKED_ACCOUNT_INVITE_ONLINE = "toggle_linked_account_invite_online", + TOGGLE_LINKED_ACCOUNT_INVITE_OFFLINE = "toggle_linked_account_invite_offline", + ONLINE_SAFETY_DO_NOT_SHOW_AGAIN = "online_safety_do_not_show_again", + ONLY_TRUSTED_SKINS_ALLOWED = "only_trusted_skins_allowed", + CROSSPLATFORM_TOGGLE = "crossplatform_toggle", + JOINT_TYPE_TOGGLE = "toggle.joint_type_toggle", + SUNSETTING_DO_NOT_SHOW_AGAIN = "sunsetting_do_not_show_again", + SERVER_NAVIGATION_TOGGLE = "server_navigation_toggle", + DEV_DISPLAY_PROGRESSIONS_PANEL = "dev_display_progressions_panel", + DEV_NEW_ACHIEVEMENTS_SCREENS_RADIO = "dev_new_achievements_screens_radio", + UI_FEATURE_TOGGLE = "ui_feature_toggle", + DEV_SUNSETTING_TIER_DROPDOWN = "dev_sunsetting_tier_dropdown", + DEV_USE_SUNSET_OVERRIDES = "dev_use_sunset_overrides", + DEV_SUNSET_STATE = "dev_sunset_state", + DEV_DISCOVERY_ENVIRONMENT_DROPDOWN = "dev_discovery_environment_dropdown", + ENABLE_TEXTURE_HOT_RELOADER = "enable_texture_hot_reloader", + DEV_EDU_DEMO = "dev_edu_demo", + DEV_RENDER_MOB_INFO_STATE = "dev_render_mob_info_state", + REMOTE_IMGUI = "remote_imgui", + AUTOMATION_SOAK_TEST_DURATION_MINUTES = "automation_soak_test_duration_minutes", + AUTOMATION_BROKEN_UNIT_TEST_TAGS = "automation_broken_unit_test_tags", + CAMERA_SHAKE = "camera_shake", + GRAPHICS_UPSCALING = "graphics_upscaling", + RAYTRACING = "raytracing", + VR_CAMERA_MOVEMENT_DROPDOWN = "vr_camera_movement_dropdown", + VR_VARIABLE_SNAP_ANGLE = "vr_variable_snap_angle", + VR_MOVEMENT_DROPDOWN = "vr_movement_dropdown", + VR_JUMP_DROPDOWN = "vr_jump_dropdown", + VR_HEAD_STEERING_DROPDOWN = "vr_head_steering_dropdown", + VR_STICKY_MINING_DROPDOWN = "vr_sticky_mining_dropdown", + VR_HUD_POSITION_DROPDOWN = "vr_hud_position_dropdown", + VR_SNAP_ANGLE = "vr_snap_angle", + VR_SNAP_SOUND = "vr_snap_sound", + DEV_OVERRIDE_XBOX_SANDBOX = "dev_override_xbox_sandbox", + DEV_XBOX_ENVIRONMENT_DROPDOWN = "dev_xbox_environment_dropdown", + DEV_SHOW_OVERRIDE_PROGRESSIONS = "dev_show_override_progressions", + DEV_DISPLAY_MOCK_HTTP_PANEL = "dev_display_mock_http_panel", + CLOUD_UPLOAD_TERMS_ACCEPTED = "cloud_upload_terms_accepted", + ON_ENTER_TOGGLE = "on_enter_toggle", + ON_EXIT_TOGGLE = "on_exit_toggle", + SKIN_PACK_CATEGORY = "toggle.skin_pack_category", + CATEGORY_SELECTED = "toggle.category_selected", + SIDEBAR_VERBOSE_TOGGLE = "toggle.sidebar_verbose_toggle", + SIDEBAR_OPTION_DROPDOWN = "toggle.sidebar_option_dropdown", + ANIMATION_MODE_DROPDOWN = "animation_mode_dropdown", +} \ No newline at end of file diff --git a/src/types/enums/Type.ts b/src/types/enums/Type.ts new file mode 100644 index 0000000..373fd6b --- /dev/null +++ b/src/types/enums/Type.ts @@ -0,0 +1,36 @@ +export enum Type { + SELECTION_WHEEL = "selection_wheel", + PANEL = "panel", + SCREEN = "screen", + STACK_PANEL = "stack_panel", + LABEL = "label", + IMAGE = "image", + INPUT_PANEL = "input_panel", + CUSTOM = "custom", + GRID = "grid", + FACTORY = "factory", + BUTTON = "button", + TOGGLE = "toggle", + SLIDER = "slider", + EDIT_BOX = "edit_box", + DROPDOWN = "dropdown", + SCROLL_VIEW = "scroll_view", + SLIDER_BOX = "slider_box", + SCROLLBAR_BOX = "scrollbar_box", + SCROLL_TRACK = "scroll_track", + GRID_PAGE_INDICATOR = "grid_page_indicator", + IMAGE_CYCLER = "image_cycler", + LABEL_CYCLER = "label_cycler", + COLLECTION_PANEL = "collection_panel", + TOOLTIP_TRIGGER = "tooltip_trigger", + TAB = "tab", + CAROUSEL_LABEL = "carousel_label", + COMBOX = "combox", + LAYOUT = "layout", + STACK_GRID = "stack_grid", + JOYSTICK = "joystick", + RICH_TEXT = "rich_text", + SIXTEEN_NINE_LAYOUT = "sixteen_nine_layout", + MUL_LINES = "mul_lines", + UNKNOWN = "unknown", +} \ No newline at end of file diff --git a/src/types/enums/index.ts b/src/types/enums/index.ts new file mode 100644 index 0000000..ad47853 --- /dev/null +++ b/src/types/enums/index.ts @@ -0,0 +1,30 @@ +export { Type } from "./Type.js" +export { Anchor } from "./Anchor.js" +export { Orientation } from "./Orientation.js" +export { TextAlignment } from "./TextAlignment.js" +export { FontType } from "./FontType.js" +export { FontSize } from "./FontSize.js" +export { ClipDirection } from "./ClipDirection.js" +export { McColor } from "./McColor.js" +export { DebugColor } from "./DebugColor.js" +export { Rotation } from "./Rotation.js" +export { BindingType } from "./BindingType.js" +export { BindingCondition } from "./BindingCondition.js" +export { AnimType } from "./AnimType.js" +export { Renderer } from "./Renderer.js" +export { Easing } from "./Easing.js" +export { MappingType } from "./MappingType.js" +export { Scope } from "./Scope.js" +export { InputModeCondition } from "./InputModeCondition.js" +export { TextType } from "./TextType.js" +export { FocusNavigationMode } from "./FocusNavigationMode.js" +export { GlobalVariables } from "./GlobalVariables.js" +export { ButtonId } from "./ButtonId.js" +export { CollectionName } from "./CollectionName.js" +export { Links } from "./Links.js" +export { GridDimensions } from "./GridDimensions.js" +export { TextboxName } from "./TextboxName.js" +export { SliderName } from "./SliderName.js" +export { ToggleName } from "./ToggleName.js" +export { BagBinding } from "./BagBinding.js" +export { Binding } from "./Binding.js" \ No newline at end of file diff --git a/src/types/properties/components.ts b/src/types/properties/components.ts new file mode 100644 index 0000000..bc71b9f --- /dev/null +++ b/src/types/properties/components.ts @@ -0,0 +1,71 @@ +import { Renderer } from "../enums/Renderer.js" +import { Type } from "../enums/Type.js" +import * as e from "./element/index.js" + +export interface Panel extends e.Control, e.Layout {} +export interface CollectionPanel extends Panel, e.Collection {} +export interface StackPanel extends CollectionPanel, e.StackPanel {} +export interface InputPanel extends Panel, e.Collection, e.Input, e.Sound, e.Focus, e.TTS {} +export interface Grid extends CollectionPanel, e.Grid {} +export interface Screen extends Panel, e.Screen {} + +export interface Image extends Panel, e.Image {} +export interface Label extends Panel, e.Text {} +export interface Custom extends Panel, e.CustomRenderer {} +export interface TooltipTrigger extends InputPanel, e.TooltipTrigger {} + +export interface Button extends InputPanel, e.Button {} +export interface Toggle extends InputPanel, e.Toggle {} +export interface Dropdown extends Toggle, e.Dropdown {} +export interface SelectionWheel extends InputPanel, e.SelectionWheel {} +export interface EditBox extends Button, e.EditBox {} + +export interface ScrollbarBox extends Panel, e.Input {} +export interface ScrollbarTrack extends ScrollbarBox {} +export interface ScrollView extends ScrollbarBox, e.ScrollView {} + +export interface Slider extends InputPanel, e.Slider {} +export interface SliderBox extends ScrollbarBox, e.SliderBox {} + +export interface ComponenetsProperties { + [Type.PANEL]: Panel + [Type.COLLECTION_PANEL]: CollectionPanel + [Type.STACK_PANEL]: StackPanel + [Type.INPUT_PANEL]: InputPanel + [Type.GRID]: Grid + [Type.SCREEN]: Screen + + [Type.IMAGE]: Image + [Type.LABEL]: Label + [Type.CUSTOM]: Custom + [Type.TOOLTIP_TRIGGER]: TooltipTrigger + + [Type.BUTTON]: Button + [Type.TOGGLE]: Toggle + [Type.DROPDOWN]: Dropdown + [Type.SELECTION_WHEEL]: SelectionWheel + [Type.EDIT_BOX]: EditBox + + [Type.SCROLLBAR_BOX]: ScrollbarBox + [Type.SCROLL_TRACK]: ScrollbarTrack + [Type.SCROLL_VIEW]: ScrollView + [Type.SLIDER]: Slider + [Type.SLIDER_BOX]: SliderBox +} + +export interface CustomRendererProperties { + [Renderer.PAPER_DOLL_RENDERER]: e.PaperDollRenderer + [Renderer.NETEASE_PAPER_DOLL_RENDERER]: e.NeteasePaperDollRenderer + [Renderer.NETEASE_MINI_MAP_RENDERER]: e.NeteaseMiniMapRenderer + [Renderer.PROGRESS_BAR_RENDERER]: e.ProgressBarRenderer + [Renderer.GRADIENT_RENDERER]: e.GradientRenderer + [Renderer.NAME_TAG_RENDERER]: e.NameTagRenderer + [Renderer.HOVER_TEXT_RENDERER]: e.HoverTextRenderer + [Renderer.DEBUG_OVERLAY_RENDERER]: e.Debug + [Renderer.EQUIPMENT_PREVIEW_RENDERER]: e.EquipmentPreviewRenderer +} + +export type Properties = (T extends keyof ComponenetsProperties + ? Partial + : {}) & + (K extends keyof CustomRendererProperties ? Partial : {}) diff --git a/src/types/properties/element/Animation.ts b/src/types/properties/element/Animation.ts new file mode 100644 index 0000000..1a2222c --- /dev/null +++ b/src/types/properties/element/Animation.ts @@ -0,0 +1,76 @@ +import { AnimationKeyframe } from "../../../components/AnimationKeyframe.js" +import { AnimType } from "../../enums/AnimType.js" +import { Easing } from "../../enums/Easing.js" +import { Animation, Array2, Array3, Value } from "../value.js" +import * as components from "../../../components/Animation.js" + +export interface DurationAnimation { + duration?: Value +} + +export interface EasingAnimation extends DurationAnimation { + easing?: Value +} + +export interface NumberAnimation extends DurationAnimation, EasingAnimation { + from: Value + to: Value +} + +export interface Array2Animation extends DurationAnimation, EasingAnimation { + from: Array2 + to: Array2 +} + +export interface Array3Animation extends DurationAnimation, EasingAnimation { + from: Array3 + to: Array3 +} + +export interface AsepriteFlipBookAnimation { + initial_uv?: Value> +} + +export interface FlipbookAnimation extends AsepriteFlipBookAnimation { + frame_count?: Value + frame_step?: Value + fps?: Value + easing?: Value +} + +export interface AnimationValueType { + [AnimType.OFFSET]: Array2Animation + [AnimType.SIZE]: Array2Animation + [AnimType.UV]: Array2Animation + [AnimType.CLIP]: Array2Animation + [AnimType.COLOR]: Array3Animation + [AnimType.ALPHA]: NumberAnimation + [AnimType.WAIT]: DurationAnimation + [AnimType.FLIP_BOOK]: FlipbookAnimation + [AnimType.ASEPRITE_FLIP_BOOK]: AsepriteFlipBookAnimation +} + +export interface AnimationPropertiesItem { + destroy_at_end?: Value + play_event?: Value + end_event?: Value + start_event?: Value + reset_event?: Value + + reversible?: Value + resettable?: Value + scale_from_starting_alpha?: Value + activated?: Value + looping?: Value + wait_until_rendered_to_play?: Value +} + +export interface KeyframeAnimationPropertiesItem extends AnimationPropertiesItem { + next?: Value | components.Animation> +} + +export type KeyframeAnimationProperties = Partial & + KeyframeAnimationPropertiesItem + +export type AnimationProperties = Partial & + AnimationPropertiesItem diff --git a/src/types/properties/element/Button.ts b/src/types/properties/element/Button.ts new file mode 100644 index 0000000..09a8f85 --- /dev/null +++ b/src/types/properties/element/Button.ts @@ -0,0 +1,8 @@ +import { Value } from "../value.js" + +export interface Button { + default_control?: Value + hover_control?: Value + pressed_control?: Value + locked_control?: Value +} diff --git a/src/types/properties/element/CarouselLabel.ts b/src/types/properties/element/CarouselLabel.ts new file mode 100644 index 0000000..3fed28f --- /dev/null +++ b/src/types/properties/element/CarouselLabel.ts @@ -0,0 +1,10 @@ +import { Array3, Value } from "../value.js" + +export interface CarouselLabel { + always_rotate?: Value + rotate_speed?: Value + hover_color?: Value> + hover_alpha?: Value + pressed_color?: Value> + pressed_alpha?: Value +} diff --git a/src/types/properties/element/Collection.ts b/src/types/properties/element/Collection.ts new file mode 100644 index 0000000..4d90b0f --- /dev/null +++ b/src/types/properties/element/Collection.ts @@ -0,0 +1,8 @@ +import { CollectionName } from "../../enums/CollectionName.js" +import { Value } from "../value.js" + +export interface Collection { + collection_name?: Value + collection_index?: Value + ignoreCollectionItem?: Value +} diff --git a/src/types/properties/element/Control.ts b/src/types/properties/element/Control.ts new file mode 100644 index 0000000..7446451 --- /dev/null +++ b/src/types/properties/element/Control.ts @@ -0,0 +1,28 @@ +import { AnimValue, Array2, Binding, PropertyBags, Value, Variable } from "../value.js" + +export interface Control { + visible?: Value + ignored?: Value + enabled?: Value + layer?: Value + alpha?: AnimValue + propagate_alpha?: Value + clips_children?: Value + allow_clipping?: Value + clip_offset?: Value> + clip_state_change_event?: Value + enable_scissor_test?: Value + selected?: Value + use_child_anchors?: Value + contained?: Value + draggable?: Value + follows_cursor?: Value + property_bag?: Value + collection_index?: Value + property_bag_for_children?: Value + disable_anim_fast_forward?: Value + animation_reset_name?: Value + grid_position?: Value> + [key: Binding]: Value + [key: Variable]: Value +} diff --git a/src/types/properties/element/CustomRenderer.ts b/src/types/properties/element/CustomRenderer.ts new file mode 100644 index 0000000..12a21ea --- /dev/null +++ b/src/types/properties/element/CustomRenderer.ts @@ -0,0 +1,72 @@ +import { DebugColor } from "../../enums/DebugColor.js" +import { Orientation } from "../../enums/Orientation.js" +import { Renderer } from "../../enums/Renderer.js" +import { Rotation } from "../../enums/Rotation.js" +import { Array3, Array4, Value } from "../value.js" + +export interface CustomRenderer { + renderer?: Value + replaced_while_inactive?: Value +} + +export interface PaperDollRenderer { + camera_tilt_degrees?: Value + starting_rotation?: Value + use_selected_skin?: Value + use_uuid?: Value + use_skin_gui_scale?: Value + use_player_paperdoll?: Value + rotation?: Value + modelsize?: Value + animation_looped?: Value + animation?: Value +} + +export interface NeteasePaperDollRenderer { + screen_offset?: null + screen_scale?: Value + mob_body_rot_y?: Value + mob_head_rot_y?: Value + init_rot_y?: Value + skeleton_model_name?: Value + entity_identifier?: Value +} + +export interface NeteaseMiniMapRenderer { + size_grade?: null + use_default_face_icon?: Value + face_icon_bg_color?: Value> + enable_live_update?: Value + live_update_interval?: Value + highest_y?: Value +} + +export interface ProgressBarRenderer { + primary_color?: Value> + secondary_color?: Value> + full_storage_color?: Value> +} + +export interface GradientRenderer { + gradient_direction?: Value + color1?: Value | Array4> + color2?: Value | Array4> +} + +export interface NameTagRenderer { + text_color?: Value> + background_color?: Value> +} + +export interface HoverTextRenderer { + hover_text_max_width?: Value +} + +export interface Debug { + debug?: Value +} + +export interface EquipmentPreviewRenderer { + rotation_x?: Value + rotation_y?: Value +} diff --git a/src/types/properties/element/Cycler.ts b/src/types/properties/element/Cycler.ts new file mode 100644 index 0000000..e3f188c --- /dev/null +++ b/src/types/properties/element/Cycler.ts @@ -0,0 +1,22 @@ +import { Value } from "../value.js" +import { Sprite } from "./Sprite.js" + +export interface Image extends Sprite { + fill?: Value + texture_path?: Value + texture?: Value +} + +export interface Cycler { + target_cycler_to_compare?: Value + next_sub_page_button_name?: Value + prev_sub_page_button_name?: Value +} + +export interface LabelCycler { + text_labels?: Value> +} + +export interface ImageCycler { + images?: Value> +} diff --git a/src/types/properties/element/DataBinding.ts b/src/types/properties/element/DataBinding.ts new file mode 100644 index 0000000..675d755 --- /dev/null +++ b/src/types/properties/element/DataBinding.ts @@ -0,0 +1,5 @@ +import { BindingItem, Value } from "../value.js" + +export interface DataBinding { + bindings: Value> +} diff --git a/src/types/properties/element/Dropdown.ts b/src/types/properties/element/Dropdown.ts new file mode 100644 index 0000000..679b425 --- /dev/null +++ b/src/types/properties/element/Dropdown.ts @@ -0,0 +1,7 @@ +import { Value } from "../value.js" + +export interface Dropdown { + dropdown_name?: Value + dropdown_content_control?: Value + dropdown_area?: Value +} diff --git a/src/types/properties/element/EditBox.ts b/src/types/properties/element/EditBox.ts new file mode 100644 index 0000000..22e8237 --- /dev/null +++ b/src/types/properties/element/EditBox.ts @@ -0,0 +1,19 @@ +import { CollectionName } from "../../enums/CollectionName.js" +import { TextboxName } from "../../enums/TextboxName.js" +import { TextType } from "../../enums/TextType.js" +import { Array3, Value } from "../value.js" + +export interface EditBox { + text_box_name?: Value + text_edit_box_grid_collection_name?: Value + constrain_to_rect?: Value + enabled_newline?: Value + text_type?: Value + max_length?: Value + text_control?: Value + place_holder_control?: Value + can_be_deselected?: Value + always_listening?: Value + virtual_keyboard_buffer_control?: Value + place_holder_text_hover_color?: Value> +} diff --git a/src/types/properties/element/Factory.ts b/src/types/properties/element/Factory.ts new file mode 100644 index 0000000..d81f485 --- /dev/null +++ b/src/types/properties/element/Factory.ts @@ -0,0 +1,20 @@ +import { Value, Variable } from "../value.js" + +export type FactoryControlIds = Record> + +export interface FactoryProperty { + name?: Value + control_name?: Value + control_ids?: Value + factory_variables?: Value> + max_children_size?: Value + insert_location?: Value<"front"> + max_size?: Value +} + +export interface Factory { + factory?: FactoryProperty + control_ids?: Value + control_name?: Value + factory_variables?: Value> +} diff --git a/src/types/properties/element/Focus.ts b/src/types/properties/element/Focus.ts new file mode 100644 index 0000000..be2e7af --- /dev/null +++ b/src/types/properties/element/Focus.ts @@ -0,0 +1,33 @@ +import { FocusNavigationMode } from "../../enums/FocusNavigationMode.js" +import { FocusContainerCustom, Value } from "../value.js" + +export interface FocusMapping { + focus_identifier?: string + focus_change_right?: string + focus_change_left?: string + focus_change_up?: string + focus_change_down?: string +} + +export interface Focus { + default_focus_precedence?: Value + focus_enabled?: Value + focus_wrap_enabled?: Value + focus_magnet_enabled?: Value + focus_identifier?: Value + focus_change_down?: Value + focus_change_up?: Value + focus_change_left?: Value + focus_change_right?: Value + focus_mapping?: Array + focus_container?: Value + use_last_focus?: Value + focus_navigation_mode_left?: Value + focus_navigation_mode_right?: Value + focus_navigation_mode_down?: Value + focus_navigation_mode_up?: Value + focus_container_custom_left?: Value + focus_container_custom_right?: Value + focus_container_custom_down?: Value + focus_container_custom_up?: Value +} diff --git a/src/types/properties/element/Grid.ts b/src/types/properties/element/Grid.ts new file mode 100644 index 0000000..2b41c3d --- /dev/null +++ b/src/types/properties/element/Grid.ts @@ -0,0 +1,13 @@ +import { Array2, Binding, Value } from "../value.js" +import * as bind from "../../enums/Binding.js" +import { Orientation } from "../../enums/Orientation.js" + +export interface Grid { + grid_dimensions?: Value> + maximum_grid_items?: Value + grid_dimension_binding?: Value + grid_rescaling_type?: Value + grid_fill_direction?: Value + precached_grid_item_count?: Value + grid_item_template?: Value +} diff --git a/src/types/properties/element/GridItem.ts b/src/types/properties/element/GridItem.ts new file mode 100644 index 0000000..64ebef8 --- /dev/null +++ b/src/types/properties/element/GridItem.ts @@ -0,0 +1,5 @@ +import { Array2, Value } from "../value.js" + +export interface GridItem { + grid_position?: Value> +} diff --git a/src/types/properties/element/GridPageIndicator.ts b/src/types/properties/element/GridPageIndicator.ts new file mode 100644 index 0000000..351a42d --- /dev/null +++ b/src/types/properties/element/GridPageIndicator.ts @@ -0,0 +1,7 @@ +import { Value } from "../value.js" + +export interface GridPageIndicator { + grid_item_when_current?: Value + grid_item_when_not_current?: Value + cycler_manager_size_control_target?: Value +} diff --git a/src/types/properties/element/Input.ts b/src/types/properties/element/Input.ts new file mode 100644 index 0000000..4b0f6b6 --- /dev/null +++ b/src/types/properties/element/Input.ts @@ -0,0 +1,17 @@ +import { ButtonId } from "../../enums/ButtonId.js" +import { ButtonMapping, Value } from "../value.js" + +export interface Input { + button_mappings?: Array + modal?: Value + inline_modal?: Value + always_listen_to_input?: Value + always_handle_pointer?: Value + always_handle_controller_direction?: Value + hover_enabled?: Value + prevent_touch_input?: Value + consume_event?: Value + consume_hover_events?: Value + gesture_tracking_button?: Value + gamepad_deflection_mode?: Value +} diff --git a/src/types/properties/element/Layout.ts b/src/types/properties/element/Layout.ts new file mode 100644 index 0000000..6c4dfc5 --- /dev/null +++ b/src/types/properties/element/Layout.ts @@ -0,0 +1,18 @@ +import { Anchor } from "../../enums/Anchor.js" +import { Value, AnimValue, Array2 } from "../value.js" + +export interface Layout { + offset?: AnimValue> + size?: AnimValue> + max_size?: AnimValue> + min_size?: AnimValue> + inherit_max_sibling_width?: Value + inherit_max_sibling_height?: Value + use_anchored_offset?: Value + anchor_from?: Value + anchor_to?: Value + anchor?: Value + contained?: Value + draggable?: Value + follows_cursor?: Value +} diff --git a/src/types/properties/element/Screen.ts b/src/types/properties/element/Screen.ts new file mode 100644 index 0000000..a9892e6 --- /dev/null +++ b/src/types/properties/element/Screen.ts @@ -0,0 +1,24 @@ +import { Value } from "../value.js" + +export interface Screen { + render_only_when_topmost?: Value + screen_not_flushable?: Value + always_accepts_input?: Value + render_game_behind?: Value + absorbs_input?: Value + is_showing_menu?: Value + is_modal?: Value + should_steal_mouse?: Value + low_frequency_rendering?: Value + screen_draws_last?: Value + vr_mode?: Value + force_render_below?: Value + send_telemetry?: Value + close_on_player_hurt?: Value + cache_screen?: Value + load_screen_immediately?: Value + gamepad_cursor?: Value + gamepad_cursor_deflection_mode?: Value + should_be_skipped_during_automation?: Value + use_custom_pocket_toast?: Value +} diff --git a/src/types/properties/element/ScrollView.ts b/src/types/properties/element/ScrollView.ts new file mode 100644 index 0000000..3e77d19 --- /dev/null +++ b/src/types/properties/element/ScrollView.ts @@ -0,0 +1,18 @@ +import { Value } from "../value.js" + +export interface ScrollView { + scrollbar_track_button?: Value + scrollbar_touch_button?: Value + scroll_speed?: Value + gesture_control_enabled?: Value + always_handle_scrolling?: Value + touch_mode?: Value + scrollbar_box?: Value + scrollbar_track?: Value + scroll_view_port?: Value + scroll_content?: Value + scroll_box_and_track_panel?: Value + jump_to_bottom_on_update?: Value + allow_scroll_even_when_content_fits?: Value + scrollbar_always_visible?: Value +} diff --git a/src/types/properties/element/SelectionWheel.ts b/src/types/properties/element/SelectionWheel.ts new file mode 100644 index 0000000..50504d6 --- /dev/null +++ b/src/types/properties/element/SelectionWheel.ts @@ -0,0 +1,15 @@ +import { Value } from "../value.js" + +export interface SelectionWheel { + inner_radius?: Value + outer_radius?: Value + state_controls?: Value> + slice_count?: Value + button_name?: Value + iterate_left_button_name?: Value + iterate_right_button_name?: Value + initial_button_slice?: Value + select_button_name?: Value + hover_button_name?: Value + analog_button_name?: Value +} diff --git a/src/types/properties/element/Slider.ts b/src/types/properties/element/Slider.ts new file mode 100644 index 0000000..ebff85b --- /dev/null +++ b/src/types/properties/element/Slider.ts @@ -0,0 +1,25 @@ +import { Color } from "../../../components/Utils.js" +import { ButtonId } from "../../enums/ButtonId.js" +import { CollectionName } from "../../enums/CollectionName.js" +import { Orientation } from "../../enums/Orientation.js" +import { SliderName } from "../../enums/SliderName.js" +import { Array3, Value } from "../value.js" + +export interface Slider { + slider_track_button?: Value + slider_small_decrease_button?: Value + slider_small_increase_button?: Value + slider_steps?: Value + slider_direction?: Value + slider_timeout?: Value + slider_collection_name?: Value + slider_name?: Value + slider_select_on_hover?: Value + slider_selected_button?: Value + slider_deselected_button?: Value + slider_box_control?: Value + background_control?: Value + background_hover_control?: Value + progress_control?: Value + progress_hover_control?: Value +} diff --git a/src/types/properties/element/Sliderbox.ts b/src/types/properties/element/Sliderbox.ts new file mode 100644 index 0000000..d1d91be --- /dev/null +++ b/src/types/properties/element/Sliderbox.ts @@ -0,0 +1,5 @@ +import { Value } from "../value.js" + +export interface SliderBox { + indent_control?: Value +} diff --git a/src/types/properties/element/Sound.ts b/src/types/properties/element/Sound.ts new file mode 100644 index 0000000..db1b9ec --- /dev/null +++ b/src/types/properties/element/Sound.ts @@ -0,0 +1,17 @@ +import { Value } from "../value.js" + +export interface SoundProperties { + sound_name?: Value + sound_volume?: Value + sound_pitch?: Value + min_seconds_between_plays?: Value + event_type?: Value + button_name?: Value +} + +export interface Sound { + sound_name?: Value + sound_volume?: Value + sound_pitch?: Value + sounds?: Value> +} diff --git a/src/types/properties/element/Sprite.ts b/src/types/properties/element/Sprite.ts new file mode 100644 index 0000000..7dccd95 --- /dev/null +++ b/src/types/properties/element/Sprite.ts @@ -0,0 +1,26 @@ +import { ClipDirection } from "../../enums/ClipDirection.js" +import { TextureFileSystem } from "../enum.js" +import { AnimValue, Array2, Array3, Array4, Value } from "../value.js" + +export interface Sprite { + texture?: Value + allow_debug_missing_texture?: Value + uv?: AnimValue> + uv_size?: AnimValue> + texture_file_system?: Value + nineslice_size?: AnimValue | Array3 | Array4> + tiled?: Value + tiled_scale?: Value> + clip_direction?: Value + clip_ratio?: Value + clip_pixelperfect?: Value + pixel_perfect?: Value + keep_ratio?: Value + bilinear?: Value + fill?: Value + fit_to_width?: Value + zip_folder?: Value + grayscale?: Value + force_texture_reload?: Value + base_size?: Value> +} diff --git a/src/types/properties/element/StackPanel.ts b/src/types/properties/element/StackPanel.ts new file mode 100644 index 0000000..a565ac6 --- /dev/null +++ b/src/types/properties/element/StackPanel.ts @@ -0,0 +1,6 @@ +import { Orientation } from "../../enums/Orientation.js" +import { Value } from "../value.js" + +export interface StackPanel { + orientation?: Value +} diff --git a/src/types/properties/element/TTS.ts b/src/types/properties/element/TTS.ts new file mode 100644 index 0000000..735b605 --- /dev/null +++ b/src/types/properties/element/TTS.ts @@ -0,0 +1,24 @@ +import { Value } from "../value.js" + +export interface TTS { + tts_name?: Value + tts_control_header?: Value + tts_section_header?: Value + tts_control_type_order_priority?: Value + tts_index_priority?: Value + tts_toggle_on?: Value + tts_toggle_off?: Value + tts_override_control_value?: Value + tts_inherit_siblings?: Value + tts_value_changed?: Value + ttsSectionContainer?: Value + tts_ignore_count?: Value + tts_skip_message?: Value + tts_skip_children?: Value + tts_value_order_priority?: Value + tts_play_on_unchanged_focus_control?: Value + tts_ignore_subsections?: Value + text_tts?: Value + use_priority?: Value + priority?: Value +} diff --git a/src/types/properties/element/Tab.ts b/src/types/properties/element/Tab.ts new file mode 100644 index 0000000..a45af0c --- /dev/null +++ b/src/types/properties/element/Tab.ts @@ -0,0 +1,7 @@ +import { Value } from "../value.js" + +export interface Tab { + tab_index?: Value + tab_control?: Value + tab_content?: Value +} diff --git a/src/types/properties/element/Text.ts b/src/types/properties/element/Text.ts new file mode 100644 index 0000000..70763f2 --- /dev/null +++ b/src/types/properties/element/Text.ts @@ -0,0 +1,26 @@ +import { FontType } from "../../enums/FontType.js" +import { TextAlignment } from "../../enums/TextAlignment.js" +import { AnimValue, Array3, Value } from "../value.js" + +export interface Text { + text?: Value + color?: AnimValue> + locked_color?: AnimValue> + shadow?: Value + hide_hyphens?: Value + notify_on_ellipses?: Value> + notify_ellipses_sibling?: Value + enable_profanity_filter?: Value + locked_alpha?: AnimValue + font_size?: Value + font_scale_factor?: Value + localize?: Value + line_padding?: Value + font_type?: Value + backup_font_type?: Value + text_alignment?: Value + alignment?: Value + use_place_holder?: Value + place_holder_text?: Value + place_holder_text_color?: AnimValue> +} diff --git a/src/types/properties/element/Toggle.ts b/src/types/properties/element/Toggle.ts new file mode 100644 index 0000000..abcfb75 --- /dev/null +++ b/src/types/properties/element/Toggle.ts @@ -0,0 +1,25 @@ +import { CollectionName } from "../../enums/CollectionName.js" +import { ToggleName } from "../../enums/ToggleName.js" +import { Value } from "../value.js" + +export interface Toggle { + radio_toggle_group?: Value + toggle_name?: Value + toggle_default_state?: Value + toggle_group_forced_index?: Value + toggle_group_default_selected?: Value + reset_on_focus_lost?: Value + toggle_on_hover?: Value + toggle_on_button?: Value + toggle_off_button?: Value + enable_directional_toggling?: Value + toggle_grid_collection_name?: Value + checked_control?: Value + unchecked_control?: Value + checked_hover_control?: Value + unchecked_hover_control?: Value + checked_locked_control?: Value + unchecked_locked_control?: Value + checked_locked_hover_control?: Value + unchecked_locked_hover_control?: Value +} diff --git a/src/types/properties/element/TooltipTrigger.ts b/src/types/properties/element/TooltipTrigger.ts new file mode 100644 index 0000000..775baab --- /dev/null +++ b/src/types/properties/element/TooltipTrigger.ts @@ -0,0 +1,9 @@ +import { Value } from "../value.js" + +export interface TooltipTrigger { + tooltip_name?: Value + tooltip_top_content_control?: Value + tooltip_bottom_content_control?: Value + tooltip_area?: Value + tooltip_tts_value?: Value +} diff --git a/src/types/properties/element/index.ts b/src/types/properties/element/index.ts new file mode 100644 index 0000000..a419539 --- /dev/null +++ b/src/types/properties/element/index.ts @@ -0,0 +1,30 @@ +export * from "./Animation.js" +export * from "./Button.js" +export * from "./CarouselLabel.js" +export * from "./Collection.js" +export * from "./Control.js" +export * from "./CustomRenderer.js" +export * from "./Cycler.js" +export * from "./DataBinding.js" +export * from "./Dropdown.js" +export * from "./EditBox.js" +export * from "./Factory.js" +export * from "./Focus.js" +export * from "./Grid.js" +export * from "./GridItem.js" +export * from "./GridPageIndicator.js" +export * from "./Input.js" +export * from "./Layout.js" +export * from "./Screen.js" +export * from "./ScrollView.js" +export * from "./SelectionWheel.js" +export * from "./Slider.js" +export * from "./Sliderbox.js" +export * from "./Sound.js" +export * from "./Sprite.js" +export * from "./StackPanel.js" +export * from "./Tab.js" +export * from "./Text.js" +export * from "./Toggle.js" +export * from "./TooltipTrigger.js" +export * from "./TTS.js" diff --git a/src/types/properties/enum.ts b/src/types/properties/enum.ts new file mode 100644 index 0000000..e96f42c --- /dev/null +++ b/src/types/properties/enum.ts @@ -0,0 +1,13 @@ +export enum TextureFileSystem { + IN_USER_PACKAGE = "InUserPackage", + IN_APP_PACKAGE = "InAppPackage", + RAW_PATH = "RawPath", + RAW_PERSISTENT = "RawPersistent", + IN_SETTINGS_DIR = "InSettingsDir", + IN_EXTERNAL_DIR = "InExternalDir", + IN_SERVER_PACKAGE = "InServerPackage", + IN_DATA_DIR = "InDataDir", + IN_USER_DIR = "InUserDir", + IN_WORLD_DIR = "InWorldDir", + STORE_CACHE = "StoreCache", +} diff --git a/src/types/properties/index.ts b/src/types/properties/index.ts new file mode 100644 index 0000000..62e2f71 --- /dev/null +++ b/src/types/properties/index.ts @@ -0,0 +1,7 @@ +export * as ElementProperties from "./element/index.js" +export * as ComponentProperties from "./components.js" +export * as Value from "./value.js" +export * from "./enum.js" + +export { ArrayName } from "../enums/ArrayName.js" +export { Operation } from "../enums/Operation.js" diff --git a/src/types/properties/value.ts b/src/types/properties/value.ts new file mode 100644 index 0000000..c8c4d7e --- /dev/null +++ b/src/types/properties/value.ts @@ -0,0 +1,82 @@ +import * as anim from "../../components/Animation.js" +import { BindingType } from "../enums/BindingType.js" +import * as bind from "../enums/Binding.js" +import { CollectionName } from "../enums/CollectionName.js" +import { BindingCondition } from "../enums/BindingCondition.js" +import { ButtonId } from "../enums/ButtonId.js" +import { MappingType } from "../enums/MappingType.js" +import { InputModeCondition } from "../enums/InputModeCondition.js" +import { Scope } from "../enums/Scope.js" +import { ArrayName } from "../enums/ArrayName.js" +import { Operation } from "../enums/Operation.js" +import { AnimType } from "../enums/AnimType.js" +import { AnimationKeyframe } from "../../components/AnimationKeyframe.js" + +export type Variable = `$${string}` +export type Binding = `#${string}` +export type Control = `@${string}` | `${string}@${string}` +export type Animation = anim.Animation | AnimationKeyframe | `@${string}` + +export type Array2 = [T, T] +export type Array3 = [T, T, T] +export type Array4 = [T, T, T, T] + +export type Value = Variable | Binding | Control | T +export type AnimValue = Value + +export type BindingItem = { + ignored?: Value + binding_type?: Value + binding_name?: Value + binding_name_override?: Value + binding_collection_name?: Value + binding_collection_prefix?: Value + binding_condition?: Value + source_control_name?: Value + source_property_name?: Value + target_property_name?: Value + resolve_sibling_scope?: Value + resolve_ancestor_scope?: Value +} + +export type VariableItem = { + requires: string + [key: Variable]: Value +} + +export type Variables = { + [key: Variable | `(${string})`]: Record +} + +export type FocusContainerCustom = Array<{ + other_focus_container_name?: Value + focus_id_inside?: Value +}> + +export type ButtonMapping = { + from_button_id?: Value + to_button_id?: Value + button_up_right_of_first_refusal?: Value + mapping_type?: Value + ignored?: Value + input_mode_condition?: Value + ignore_input_scope?: Value + scope?: Value + consume_event?: Value + handle_select?: Value + handle_deselect?: Value +} + +export type PropertyBags = { + [key: Binding]: Value +} + +export type ModificationItem = { + array_name?: ArrayName + control_name?: string + where?: BindingItem | object + target?: object + target_control?: string + value?: object + operation?: Operation +} diff --git a/src/types/vanilla/index.ts b/src/types/vanilla/index.ts new file mode 100644 index 0000000..43888c7 --- /dev/null +++ b/src/types/vanilla/index.ts @@ -0,0 +1 @@ +export * from "./intellisense.js" diff --git a/src/types/vanilla/intellisense.ts b/src/types/vanilla/intellisense.ts new file mode 100644 index 0000000..ec66807 --- /dev/null +++ b/src/types/vanilla/intellisense.ts @@ -0,0 +1,19991 @@ +import { Type as T } from "../enums/Type.js" + +export type Namespace = keyof VanillaUI; +export type Element = Extract +export type VanillaElementInfo> = VanillaUI[T][K] +// @ts-ignore +export type VanillaType> = VanillaElementInfo["type"] +// @ts-ignore +export type VanillaElementChilds> = VanillaElementInfo["children"] + + +export type VanillaUI = { + "achievement": AchievementType, + "add_external_server": AddExternalServerType, + "adhoc_inprogress": AdhocInprogressType, + "adhoc": AdhocType, + "anvil": AnvilType, + "anvil_pocket": AnvilPocketType, + "authentication_modals": AuthenticationModalsType, + "authentication": AuthenticationType, + "auto_save_info": AutoSaveInfoType, + "beacon": BeaconType, + "beacon_pocket": BeaconPocketType, + "blast_furnace": BlastFurnaceType, + "book": BookType, + "brewing_stand": BrewingStandType, + "brewing_stand_pocket": BrewingStandPocketType, + "bundle_purchase_warning": BundlePurchaseWarningType, + "cartography": CartographyType, + "cartography_pocket": CartographyPocketType, + "chalkboard": ChalkboardType, + "chat": ChatType, + "chat_settings": ChatSettingsType, + "chest": ChestType, + "choose_realm": ChooseRealmType, + "coin_purchase": CoinPurchaseType, + "command_block": CommandBlockType, + "confirm_delete_account": ConfirmDeleteAccountType, + "content_log": ContentLogType, + "content_log_history": ContentLogHistoryType, + "crafter_pocket": CrafterPocketType, + "create_world_upsell": CreateWorldUpsellType, + "credits": CreditsType, + "csb_purchase_error": CsbPurchaseErrorType, + "csb": CsbType, + "csb_content": CsbContentType, + "csb_banner": CsbBannerType, + "csb_buy": CsbBuyType, + "common_csb": CommonCsbType, + "csb_purchase_amazondevicewarning": CsbPurchaseAmazondevicewarningType, + "csb_purchase_warning": CsbPurchaseWarningType, + "csb_subscription_panel": CsbSubscriptionPanelType, + "csb_upsell": CsbUpsellType, + "csb_packs": CsbPacksType, + "csb_welcome": CsbWelcomeType, + "csb_faq": CsbFaqType, + "csb_landing": CsbLandingType, + "custom_templates": CustomTemplatesType, + "world_conversion_complete": WorldConversionCompleteType, + "day_one_experience_intro": DayOneExperienceIntroType, + "day_one_experience": DayOneExperienceType, + "death": DeathType, + "debug_screen": DebugScreenType, + "dev_console": DevConsoleType, + "disconnect": DisconnectType, + "display_logged_error": DisplayLoggedErrorType, + "discovery_dialog": DiscoveryDialogType, + "edu_featured": EduFeaturedType, + "edu_quit_button": EduQuitButtonType, + "persona_emote": PersonaEmoteType, + "enchanting": EnchantingType, + "enchanting_pocket": EnchantingPocketType, + "encyclopedia": EncyclopediaType, + "expanded_skin_pack": ExpandedSkinPackType, + "feed_common": FeedCommonType, + "file_upload": FileUploadType, + "furnace": FurnaceType, + "furnace_pocket": FurnacePocketType, + "game_tip": GameTipType, + "gamepad_disconnected": GamepadDisconnectedType, + "gameplay": GameplayType, + "gathering_info": GatheringInfoType, + "globalpause": GlobalpauseType, + "grindstone": GrindstoneType, + "grindstone_pocket": GrindstonePocketType, + "gamma_calibration": GammaCalibrationType, + "horse": HorseType, + "horse_pocket": HorsePocketType, + "how_to_play_common": HowToPlayCommonType, + "how_to_play": HowToPlayType, + "hud": HudType, + "host_options": HostOptionsType, + "bed": BedType, + "im_reader": ImReaderType, + "crafting": CraftingType, + "crafting_pocket": CraftingPocketType, + "invite": InviteType, + "jigsaw_editor": JigsawEditorType, + "late_join": LateJoinType, + "library_modal": LibraryModalType, + "local_world_picker": LocalWorldPickerType, + "loom": LoomType, + "loom_pocket": LoomPocketType, + "manage_feed": ManageFeedType, + "manifest_validation": ManifestValidationType, + "sdl_label": SdlLabelType, + "sdl_content_navigation": SdlContentNavigationType, + "sdl_dropdowns": SdlDropdownsType, + "sdl_image_row": SdlImageRowType, + "sdl_text_row": SdlTextRowType, + "mob_effect": MobEffectType, + "non_xbl_user_management": NonXblUserManagementType, + "npc_interact": NpcInteractType, + "online_safety": OnlineSafetyType, + "pack_settings": PackSettingsType, + "panorama": PanoramaType, + "patch_notes": PatchNotesType, + "pause": PauseType, + "pdp": PdpType, + "pdp_screenshots": PdpScreenshotsType, + "permissions": PermissionsType, + "persona_cast_character_screen": PersonaCastCharacterScreenType, + "persona_common": PersonaCommonType, + "persona_popups": PersonaPopupsType, + "play": PlayType, + "perf_turtle": PerfTurtleType, + "pocket_containers": PocketContainersType, + "popup_dialog": PopupDialogType, + "portfolio": PortfolioType, + "progress": ProgressType, + "rating_prompt": RatingPromptType, + "realms_common": RealmsCommonType, + "realms_create": RealmsCreateType, + "realms_pending_invitations": RealmsPendingInvitationsType, + "realms_slots": RealmsSlotsType, + "realms_settings": RealmsSettingsType, + "realms_allowlist": RealmsAllowlistType, + "realms_invite_link_settings": RealmsInviteLinkSettingsType, + "realms_plus_ended": RealmsPlusEndedType, + "realmsPlus": RealmsPlusType, + "realmsPlus_content": RealmsPlusContentType, + "realmsPlus_faq": RealmsPlusFaqType, + "realmsPlus_landing": RealmsPlusLandingType, + "realmsPlus_buy": RealmsPlusBuyType, + "realmsPlus_packs": RealmsPlusPacksType, + "realmsPlus_purchase_warning": RealmsPlusPurchaseWarningType, + "realms_stories_transition": RealmsStoriesTransitionType, + "redstone": RedstoneType, + "resource_packs": ResourcePacksType, + "safe_zone": SafeZoneType, + "storage_migration_common": StorageMigrationCommonType, + "storage_migration_generic": StorageMigrationGenericType, + "scoreboard": ScoreboardType, + "screenshot": ScreenshotType, + "select_world": SelectWorldType, + "server_form": ServerFormType, + "settings": SettingsType, + "controls_section": ControlsSectionType, + "general_section": GeneralSectionType, + "realms_world_section": RealmsWorldSectionType, + "settings_common": SettingsCommonType, + "world_section": WorldSectionType, + "social_section": SocialSectionType, + "sidebar_navigation": SidebarNavigationType, + "sign": SignType, + "simple_inprogress": SimpleInprogressType, + "skin_pack_purchase": SkinPackPurchaseType, + "skin_picker": SkinPickerType, + "smithing_table": SmithingTableType, + "smithing_table_2": SmithingTable2Type, + "smithing_table_pocket": SmithingTablePocketType, + "smithing_table_2_pocket": SmithingTable2PocketType, + "smoker": SmokerType, + "start": StartType, + "stonecutter": StonecutterType, + "stonecutter_pocket": StonecutterPocketType, + "storage_management": StorageManagementType, + "storage_management_popup": StorageManagementPopupType, + "common_store": CommonStoreType, + "store_layout": StoreLayoutType, + "filter_menu": FilterMenuType, + "store_inventory": StoreInventoryType, + "store_item_list": StoreItemListType, + "store_progress": StoreProgressType, + "promo_timeline": PromoTimelineType, + "store_sale_item_list": StoreSaleItemListType, + "store_search": StoreSearchType, + "sort_menu": SortMenuType, + "structure_editor": StructureEditorType, + "submit_feedback": SubmitFeedbackType, + "tabbed_upsell": TabbedUpsellType, + "thanks_for_testing": ThanksForTestingType, + "third_party_store": ThirdPartyStoreType, + "toast_screen": ToastScreenType, + "token_faq": TokenFaqType, + "trade": TradeType, + "trade_pocket": TradePocketType, + "trade2": Trade2Type, + "trade2_pocket": Trade2PocketType, + "trialUpsell": TrialUpsellType, + "ugc_viewer": UgcViewerType, + "common_art": CommonArtType, + "common": CommonType, + "common-classic": CommonClassicType, + "edu_common": EduCommonType, + "purchase_common": PurchaseCommonType, + "common_buttons": CommonButtonsType, + "common_dialogs": CommonDialogsType, + "common_tabs": CommonTabsType, + "common_toggles": CommonTogglesType, + "friendsbutton": FriendsbuttonType, + "iconbutton": IconbuttonType, + "update_dimensions": UpdateDimensionsType, + "update_version": UpdateVersionType, + "world_recovery": WorldRecoveryType, + "world_templates": WorldTemplatesType, + "xbl_console_qr_signin": XblConsoleQrSigninType, + "xbl_console_signin": XblConsoleSigninType, + "xbl_console_signin_succeeded": XblConsoleSigninSucceededType, + "xbl_immediate_signin": XblImmediateSigninType, + "win10_trial_conversion": Win10TrialConversionType, +} + +export type AchievementType = { + "empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "full_progress_bar_icon_base": { type: T.IMAGE, children: string }, +} + +export type AddExternalServerType = { + "play_button": { type: T.BUTTON, children: string }, + "play_disabled_button": { type: T.BUTTON, children: string }, + "remove_button": { type: T.BUTTON, children: string }, + "save_button": { type: T.BUTTON, children: string }, + "save_disabled_button": { type: T.BUTTON, children: string }, + "text_edit_group": { type: T.STACK_PANEL, children: 'name_label' | 'edit_box' }, + "text_edit_group/name_label": { type: T.LABEL, children: string }, + "text_edit_group/edit_box": { type: T.EDIT_BOX, children: string }, + "title_text": { type: T.LABEL, children: string }, + "content_panel": { type: T.STACK_PANEL, children: 'name_edit' | 'ip_edit' | 'port_edit' }, + "content_panel/name_edit": { type: T.STACK_PANEL, children: string }, + "content_panel/ip_edit": { type: T.STACK_PANEL, children: string }, + "content_panel/port_edit": { type: T.STACK_PANEL, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'title' | 'main_content' | 'play' | 'play_disabled' | 'remove' | 'save' | 'save_disabled' }, + "main_panel/common_panel": { type: T.PANEL, children: string }, + "main_panel/title": { type: T.LABEL, children: string }, + "main_panel/main_content": { type: T.STACK_PANEL, children: string }, + "main_panel/play": { type: T.BUTTON, children: string }, + "main_panel/play_disabled": { type: T.BUTTON, children: string }, + "main_panel/remove": { type: T.BUTTON, children: string }, + "main_panel/save": { type: T.BUTTON, children: string }, + "main_panel/save_disabled": { type: T.BUTTON, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "add_external_server_screen_new": { type: T.SCREEN, children: string }, + "add_external_server_screen_edit": { type: T.SCREEN, children: string }, + "add_external_server_screen": { type: T.SCREEN, children: string }, + "add_external_server_screen_content": { type: T.PANEL, children: 'root_panel' }, + "add_external_server_screen_content/root_panel": { type: T.PANEL, children: 'gamepad_helpers' | 'main_panel' }, + "add_external_server_screen_content/root_panel/gamepad_helpers": { type: T.PANEL, children: string }, + "add_external_server_screen_content/root_panel/main_panel": { type: T.INPUT_PANEL, children: string }, +} + +export type AdhocInprogressType = { + "title_text": { type: T.LABEL, children: string }, + "main_panel": { type: T.PANEL, children: 'common_panel' | 'title' | 'main_content' | 'progress_loading_bars' }, + "main_panel/common_panel": { type: T.PANEL, children: string }, + "main_panel/title": { type: T.LABEL, children: string }, + "main_panel/main_content": { type: T.LABEL, children: string }, + "main_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "adhoc_inprogress_screen": { type: T.SCREEN, children: string }, + "adhoc_inprogress_screen_content": { type: T.PANEL, children: 'root_panel' }, + "adhoc_inprogress_screen_content/root_panel": { type: T.PANEL, children: 'main_panel' }, + "adhoc_inprogress_screen_content/root_panel/main_panel": { type: T.PANEL, children: string }, +} + +export type AdhocType = { + "online_button": { type: T.BUTTON, children: string }, + "local_button": { type: T.BUTTON, children: string }, + "title_text": { type: T.LABEL, children: string }, + "content_panel": { type: T.STACK_PANEL, children: 'title_text' }, + "content_panel/title_text": { type: T.LABEL, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'title' | 'main_content' | 'online' | 'local' }, + "main_panel/common_panel": { type: T.PANEL, children: string }, + "main_panel/title": { type: T.LABEL, children: string }, + "main_panel/main_content": { type: T.LABEL, children: string }, + "main_panel/online": { type: T.BUTTON, children: string }, + "main_panel/local": { type: T.BUTTON, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "adhoc_screen": { type: T.SCREEN, children: string }, + "adhoc_screen_content": { type: T.PANEL, children: 'root_panel' }, + "adhoc_screen_content/root_panel": { type: T.PANEL, children: 'gamepad_helpers' | 'main_panel' }, + "adhoc_screen_content/root_panel/gamepad_helpers": { type: T.PANEL, children: string }, + "adhoc_screen_content/root_panel/main_panel": { type: T.INPUT_PANEL, children: string }, +} + +export type AnvilType = { + "generic_label": { type: T.LABEL, children: string }, + "anvil_icon": { type: T.IMAGE, children: string }, + "title_label": { type: T.LABEL, children: string }, + "anvil_icon_panel": { type: T.PANEL, children: 'anvil_icon' }, + "anvil_icon_panel/anvil_icon": { type: T.IMAGE, children: string }, + "text_edit_control": { type: T.EDIT_BOX, children: string }, + "icon_and_text_panel": { type: T.PANEL, children: 'anvil_icon_panel' | 'anvil_title_and_text_panel' }, + "icon_and_text_panel/anvil_icon_panel": { type: T.PANEL, children: string }, + "icon_and_text_panel/anvil_title_and_text_panel": { type: T.PANEL, children: string }, + "title_panel": { type: T.PANEL, children: 'title_label' }, + "title_panel/title_label": { type: T.LABEL, children: string }, + "text_edit_panel": { type: T.PANEL, children: 'text_edit_control' }, + "text_edit_panel/text_edit_control": { type: T.EDIT_BOX, children: string }, + "anvil_title_and_text_panel": { type: T.PANEL, children: 'title_panel' | 'text_edit_panel' }, + "anvil_title_and_text_panel/title_panel": { type: T.PANEL, children: string }, + "anvil_title_and_text_panel/text_edit_panel": { type: T.PANEL, children: string }, + "plus_sign_icon": { type: T.IMAGE, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "cross_out_icon": { type: T.IMAGE, children: string }, + "anvil_output_slot_button": { type: T.BUTTON, children: string }, + "anvil_item_slot": { type: T.PANEL, children: 'container_item' }, + "anvil_item_slot/container_item": { type: T.INPUT_PANEL, children: string }, + "recipe_grid": { type: T.GRID, children: 'input_item_slot' | 'plus' | 'material_item_slot' | 'yields' | 'result_item_slot' }, + "recipe_grid/input_item_slot": { type: T.PANEL, children: string }, + "recipe_grid/plus": { type: T.PANEL, children: 'plus_sign_icon' }, + "recipe_grid/plus/plus_sign_icon": { type: T.IMAGE, children: string }, + "recipe_grid/material_item_slot": { type: T.PANEL, children: string }, + "recipe_grid/yields": { type: T.PANEL, children: 'arrow_icon' | 'cross_out_icon' }, + "recipe_grid/yields/arrow_icon": { type: T.IMAGE, children: string }, + "recipe_grid/yields/cross_out_icon": { type: T.IMAGE, children: string }, + "recipe_grid/result_item_slot": { type: T.PANEL, children: string }, + "cost_label": { type: T.LABEL, children: 'gray' }, + "cost_label/gray": { type: T.IMAGE, children: string }, + "recipe_panel": { type: T.PANEL, children: 'recipe_grid' | 'cost_label_0' | 'cost_label_1' }, + "recipe_panel/recipe_grid": { type: T.GRID, children: string }, + "recipe_panel/cost_label_0": { type: T.LABEL, children: string }, + "recipe_panel/cost_label_1": { type: T.LABEL, children: string }, + "top_half_panel": { type: T.PANEL, children: 'icon_and_text_panel' | 'recipe_panel' }, + "top_half_panel/icon_and_text_panel": { type: T.PANEL, children: string }, + "top_half_panel/recipe_panel": { type: T.PANEL, children: string }, + "anvil_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "anvil_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "anvil_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "anvil_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "anvil_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'anvil_screen_inventory' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "anvil_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "anvil_panel/root_panel/anvil_screen_inventory": { type: T.PANEL, children: 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' }, + "anvil_panel/root_panel/anvil_screen_inventory/top_half_panel": { type: T.PANEL, children: string }, + "anvil_panel/root_panel/anvil_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "anvil_panel/root_panel/anvil_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "anvil_panel/root_panel/anvil_screen_inventory/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "anvil_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "anvil_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "anvil_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "anvil_screen": { type: T.SCREEN, children: string }, +} + +export type AnvilPocketType = { + "generic_label": { type: T.LABEL, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "cost_label": { type: T.LABEL, children: 'gray' }, + "cost_label/gray": { type: T.IMAGE, children: string }, + "title_label": { type: T.LABEL, children: string }, + "text_edit_control": { type: T.EDIT_BOX, children: string }, + "anvil_title_and_text_panel": { type: T.PANEL, children: 'title_label' | 'text_edit_control' }, + "anvil_title_and_text_panel/title_label": { type: T.LABEL, children: string }, + "anvil_title_and_text_panel/text_edit_control": { type: T.EDIT_BOX, children: string }, + "slots_panel": { type: T.PANEL, children: 'input_slot' | 'material_slot' | 'result_slot' | 'plus_sign' | 'arrow' }, + "slots_panel/input_slot": { type: T.INPUT_PANEL, children: string }, + "slots_panel/material_slot": { type: T.INPUT_PANEL, children: string }, + "slots_panel/result_slot": { type: T.INPUT_PANEL, children: string }, + "slots_panel/plus_sign": { type: T.LABEL, children: string }, + "slots_panel/arrow": { type: T.IMAGE, children: 'cross_out' }, + "slots_panel/arrow/cross_out": { type: T.IMAGE, children: string }, + "anvil_contents_panel": { type: T.PANEL, children: 'red_cost' | 'green_cost' | 'slots_panel' | 'anvil_title_and_text_panel' }, + "anvil_contents_panel/red_cost": { type: T.LABEL, children: string }, + "anvil_contents_panel/green_cost": { type: T.LABEL, children: string }, + "anvil_contents_panel/slots_panel": { type: T.PANEL, children: string }, + "anvil_contents_panel/anvil_title_and_text_panel": { type: T.PANEL, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_content": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_content/scrolling_panel": { type: T.PANEL, children: string }, + "inventory_and_anvil_panel": { type: T.PANEL, children: 'inventory_half_screen' | 'anvil_half_screen' }, + "inventory_and_anvil_panel/inventory_half_screen": { type: T.PANEL, children: 'inventory_content' }, + "inventory_and_anvil_panel/inventory_half_screen/inventory_content": { type: T.PANEL, children: string }, + "inventory_and_anvil_panel/anvil_half_screen": { type: T.PANEL, children: 'anvil_contents_panel' }, + "inventory_and_anvil_panel/anvil_half_screen/anvil_contents_panel": { type: T.PANEL, children: string }, + "header": { type: T.PANEL, children: 'header_background' | 'legacy_pocket_close_button' | 'panel' }, + "header/header_background": { type: T.IMAGE, children: string }, + "header/legacy_pocket_close_button": { type: T.BUTTON, children: string }, + "header/panel": { type: T.PANEL, children: 'title_label' }, + "header/panel/title_label": { type: T.LABEL, children: string }, + "header_and_content_stack_panel": { type: T.STACK_PANEL, children: 'header' | 'inventory_and_anvil_panel' }, + "header_and_content_stack_panel/header": { type: T.PANEL, children: string }, + "header_and_content_stack_panel/inventory_and_anvil_panel": { type: T.PANEL, children: string }, + "anvil_panel": { type: T.PANEL, children: 'bg' | 'root_panel' | 'header_and_content_stack_panel' | 'container_gamepad_helpers' | 'inventory_selected_icon_button' | 'hold_icon' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "anvil_panel/bg": { type: T.IMAGE, children: string }, + "anvil_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "anvil_panel/header_and_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "anvil_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "anvil_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "anvil_panel/hold_icon": { type: T.BUTTON, children: string }, + "anvil_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "anvil_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "anvil_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type AuthenticationModalsType = { + "modal_dialog_label": { type: T.LABEL, children: string }, + "modal_dialog_content": { type: T.STACK_PANEL, children: 'body_text' | 'button_wrapper' }, + "modal_dialog_content/body_text": { type: T.PANEL, children: string }, + "modal_dialog_content/button_wrapper": { type: T.PANEL, children: 'buttons' }, + "modal_dialog_content/button_wrapper/buttons": { type: T.STACK_PANEL, children: 'left' | 'padding' | 'right' }, + "modal_dialog_content/button_wrapper/buttons/left": { type: T.BUTTON, children: string }, + "modal_dialog_content/button_wrapper/buttons/padding": { type: T.PANEL, children: string }, + "modal_dialog_content/button_wrapper/buttons/right": { type: T.BUTTON, children: string }, + "modal_dialog_frame": { type: T.IMAGE, children: 'title' | 'close' | 'black_tint_image' }, + "modal_dialog_frame/title": { type: T.LABEL, children: string }, + "modal_dialog_frame/close": { type: T.BUTTON, children: string }, + "modal_dialog_frame/black_tint_image": { type: T.IMAGE, children: 'content' }, + "modal_dialog_frame/black_tint_image/content": { type: T.UNKNOWN, children: string }, + "ad_modal_dialog": { type: T.SCREEN, children: string }, +} + +export type AuthenticationType = { + "nothing": { type: T.PANEL, children: string }, + "tts_control": { type: T.BUTTON, children: string }, + "split_button_panel": { type: T.PANEL, children: 'buttons' }, + "split_button_panel/buttons": { type: T.STACK_PANEL, children: 'a' | 'paddding' | 'b' }, + "split_button_panel/buttons/a": { type: T.UNKNOWN, children: string }, + "split_button_panel/buttons/paddding": { type: T.PANEL, children: string }, + "split_button_panel/buttons/b": { type: T.UNKNOWN, children: string }, + "vertical_split_button_panel": { type: T.PANEL, children: string }, + "fixed_width_wrapper": { type: T.PANEL, children: 'content' }, + "fixed_width_wrapper/content": { type: T.UNKNOWN, children: string }, + "sign_in_button": { type: T.BUTTON, children: string }, + "download_button": { type: T.BUTTON, children: string }, + "smooth_label": { type: T.LABEL, children: string }, + "smooth_bound_label": { type: T.LABEL, children: string }, + "title_label": { type: T.LABEL, children: string }, + "eula_hyperlink": { type: T.BUTTON, children: string }, + "accept_eula_button": { type: T.BUTTON, children: string }, + "eula_content": { type: T.STACK_PANEL, children: 'prompt_wrapper' | 'padding' | 'buttons' }, + "eula_content/prompt_wrapper": { type: T.PANEL, children: 'border' | 'prompt_text' }, + "eula_content/prompt_wrapper/border": { type: T.BUTTON, children: string }, + "eula_content/prompt_wrapper/prompt_text": { type: T.LABEL, children: string }, + "eula_content/padding": { type: T.PANEL, children: string }, + "eula_content/buttons": { type: T.PANEL, children: string }, + "eula": { type: T.IMAGE, children: string }, + "version": { type: T.PANEL, children: 'label' | 'label_background' }, + "version/label": { type: T.LABEL, children: string }, + "version/label_background": { type: T.IMAGE, children: string }, + "view_terms_button": { type: T.BUTTON, children: string }, + "privacy_policy_button": { type: T.BUTTON, children: string }, + "agree_panel": { type: T.PANEL, children: 'checkbox_control' | 'i_agree_label' }, + "agree_panel/checkbox_control": { type: T.TOGGLE, children: string }, + "agree_panel/i_agree_label": { type: T.LABEL, children: string }, + "term_item": { type: T.PANEL, children: 'item' }, + "term_item/item": { type: T.UNKNOWN, children: string }, + "terms_and_conditions_panel": { type: T.PANEL, children: 'terms_string_panel' }, + "terms_and_conditions_panel/terms_string_panel": { type: T.PANEL, children: 'buttons_stack_panel' }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel": { type: T.STACK_PANEL, children: 'agree' | 'view_terms_button' | 'privacy_policy_button' }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree": { type: T.PANEL, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/view_terms_button": { type: T.PANEL, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/privacy_policy_button": { type: T.PANEL, children: string }, + "confirmation_panel": { type: T.PANEL, children: 'confirm_button' }, + "confirmation_panel/confirm_button": { type: T.BUTTON, children: string }, + "scroll_stack_panel": { type: T.PANEL, children: 'border' | 'terms' }, + "scroll_stack_panel/border": { type: T.BUTTON, children: string }, + "scroll_stack_panel/terms": { type: T.LABEL, children: string }, + "purchase_confirm_content": { type: T.STACK_PANEL, children: 'header_padding' | 'panel_wrap' | 'terms_and_conditions_panel' | 'button_padding' | 'confirmation_panel' | 'padding' }, + "purchase_confirm_content/header_padding": { type: T.PANEL, children: string }, + "purchase_confirm_content/panel_wrap": { type: T.PANEL, children: 'scrolling_panel' }, + "purchase_confirm_content/panel_wrap/scrolling_panel": { type: T.PANEL, children: string }, + "purchase_confirm_content/terms_and_conditions_panel": { type: T.PANEL, children: string }, + "purchase_confirm_content/button_padding": { type: T.PANEL, children: string }, + "purchase_confirm_content/confirmation_panel": { type: T.PANEL, children: string }, + "purchase_confirm_content/padding": { type: T.PANEL, children: string }, + "purchase_prompt_content": { type: T.STACK_PANEL, children: 'prompt_wrap' | 'purchase_wrap_centering_container' }, + "purchase_prompt_content/prompt_wrap": { type: T.PANEL, children: 'border' | 'prompt' }, + "purchase_prompt_content/prompt_wrap/border": { type: T.BUTTON, children: string }, + "purchase_prompt_content/prompt_wrap/prompt": { type: T.LABEL, children: string }, + "purchase_prompt_content/purchase_wrap_centering_container": { type: T.PANEL, children: 'purchase_wrap' }, + "purchase_prompt_content/purchase_wrap_centering_container/purchase_wrap": { type: T.STACK_PANEL, children: 'purchase' | 'padding_middle' | 'signout' }, + "purchase_prompt_content/purchase_wrap_centering_container/purchase_wrap/purchase": { type: T.BUTTON, children: string }, + "purchase_prompt_content/purchase_wrap_centering_container/purchase_wrap/padding_middle": { type: T.PANEL, children: string }, + "purchase_prompt_content/purchase_wrap_centering_container/purchase_wrap/signout": { type: T.BUTTON, children: string }, + "purchase_prompt": { type: T.IMAGE, children: string }, + "purchase_confirm": { type: T.IMAGE, children: string }, + "purchase_panel": { type: T.PANEL, children: 'prompt' | 'confirm' }, + "purchase_panel/prompt": { type: T.IMAGE, children: string }, + "purchase_panel/confirm": { type: T.IMAGE, children: string }, + "title_panel": { type: T.PANEL, children: 'title_label_wrapper' }, + "title_panel/title_label_wrapper": { type: T.PANEL, children: string }, + "hyperlink_panel": { type: T.PANEL, children: 'link_stack' }, + "hyperlink_panel/link_stack": { type: T.STACK_PANEL, children: 'link1' | 'link2' | 'padding' }, + "hyperlink_panel/link_stack/link1": { type: T.BUTTON, children: string }, + "hyperlink_panel/link_stack/link2": { type: T.BUTTON, children: string }, + "hyperlink_panel/link_stack/padding": { type: T.PANEL, children: string }, + "auth_screen": { type: T.SCREEN, children: string }, + "sign_in_content": { type: T.STACK_PANEL, children: 'body_text' | 'body_hyperlink' | 'sign_in_wrapper' | 'download_wrapper' }, + "sign_in_content/body_text": { type: T.PANEL, children: string }, + "sign_in_content/body_hyperlink": { type: T.PANEL, children: string }, + "sign_in_content/sign_in_wrapper": { type: T.PANEL, children: 'button' }, + "sign_in_content/sign_in_wrapper/button": { type: T.BUTTON, children: string }, + "sign_in_content/download_wrapper": { type: T.PANEL, children: 'button' }, + "sign_in_content/download_wrapper/button": { type: T.BUTTON, children: string }, + "authentication_screen_content": { type: T.PANEL, children: 'debug' | 'client_version' | 'sign_in' | 'sign_in_ios' | 'pack_progress' | 'welcome' | 'demo' | 'eula' | 'purchase_panel' | 'popup_dialog_factory' }, + "authentication_screen_content/debug": { type: T.STACK_PANEL, children: string }, + "authentication_screen_content/client_version": { type: T.PANEL, children: 'version' }, + "authentication_screen_content/client_version/version": { type: T.PANEL, children: string }, + "authentication_screen_content/sign_in": { type: T.IMAGE, children: string }, + "authentication_screen_content/sign_in_ios": { type: T.IMAGE, children: string }, + "authentication_screen_content/pack_progress": { type: T.IMAGE, children: string }, + "authentication_screen_content/welcome": { type: T.UNKNOWN, children: string }, + "authentication_screen_content/demo": { type: T.UNKNOWN, children: string }, + "authentication_screen_content/eula": { type: T.IMAGE, children: string }, + "authentication_screen_content/purchase_panel": { type: T.PANEL, children: string }, + "authentication_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "popup_content_base": { type: T.STACK_PANEL, children: 'message' | 'content' | 'footer_padding' }, + "popup_content_base/message": { type: T.PANEL, children: 'border' | 'text' }, + "popup_content_base/message/border": { type: T.BUTTON, children: string }, + "popup_content_base/message/text": { type: T.PANEL, children: string }, + "popup_content_base/content": { type: T.UNKNOWN, children: string }, + "popup_content_base/footer_padding": { type: T.PANEL, children: string }, + "popup_dialog": { type: T.INPUT_PANEL, children: 'dialog' }, + "popup_dialog/dialog": { type: T.IMAGE, children: string }, + "trial_info_ios_additional_content": { type: T.PANEL, children: 'dismiss' }, + "trial_info_ios_additional_content/dismiss": { type: T.BUTTON, children: string }, + "popup_dialog_trial_info_ios": { type: T.INPUT_PANEL, children: string }, + "student_message_panel": { type: T.PANEL, children: string }, + "trial_info_additional_content": { type: T.STACK_PANEL, children: 'buttons' }, + "trial_info_additional_content/buttons": { type: T.PANEL, children: string }, + "generic_welcome_additional_content": { type: T.STACK_PANEL, children: 'button_wrapper' }, + "generic_welcome_additional_content/button_wrapper": { type: T.PANEL, children: 'buttons' }, + "generic_welcome_additional_content/button_wrapper/buttons": { type: T.PANEL, children: string }, + "popup_dialog_trial_info": { type: T.INPUT_PANEL, children: string }, + "popup_dialog_generic_welcome": { type: T.INPUT_PANEL, children: string }, + "popup_message": { type: T.STACK_PANEL, children: 'main_message' | 'extra_message' | 'padding' }, + "popup_message/main_message": { type: T.LABEL, children: string }, + "popup_message/extra_message": { type: T.PANEL, children: string }, + "popup_message/padding": { type: T.PANEL, children: string }, + "popup_message_student": { type: T.LABEL, children: string }, + "popup_hyperlink": { type: T.BUTTON, children: string }, + "popup_purchase_link": { type: T.BUTTON, children: string }, + "popup_dismiss_button": { type: T.BUTTON, children: string }, + "pack_progress_content": { type: T.STACK_PANEL, children: 'top_padding' | 'loading_text_panel' | 'loading_bar_panel' | 'loading_padding' | 'skip_panel' | 'bottom_padding' }, + "pack_progress_content/top_padding": { type: T.PANEL, children: string }, + "pack_progress_content/loading_text_panel": { type: T.PANEL, children: 'loading_text' }, + "pack_progress_content/loading_text_panel/loading_text": { type: T.LABEL, children: string }, + "pack_progress_content/loading_bar_panel": { type: T.PANEL, children: 'loading_bar' }, + "pack_progress_content/loading_bar_panel/loading_bar": { type: T.PANEL, children: string }, + "pack_progress_content/loading_padding": { type: T.PANEL, children: string }, + "pack_progress_content/skip_panel": { type: T.PANEL, children: 'skip_button' }, + "pack_progress_content/skip_panel/skip_button": { type: T.BUTTON, children: string }, + "pack_progress_content/bottom_padding": { type: T.PANEL, children: string }, + "sign_in_ios_content": { type: T.STACK_PANEL, children: 'body_text' | 'body_hyperlink' | 'signin_ios_button_panel' | 'error_sign_in_panel' | 'error_download_panel' }, + "sign_in_ios_content/body_text": { type: T.PANEL, children: string }, + "sign_in_ios_content/body_hyperlink": { type: T.PANEL, children: string }, + "sign_in_ios_content/signin_ios_button_panel": { type: T.STACK_PANEL, children: 'app_store_prompt_wrap' | 'buttons' | 'pad_footer' }, + "sign_in_ios_content/signin_ios_button_panel/app_store_prompt_wrap": { type: T.PANEL, children: 'prompt' }, + "sign_in_ios_content/signin_ios_button_panel/app_store_prompt_wrap/prompt": { type: T.LABEL, children: string }, + "sign_in_ios_content/signin_ios_button_panel/buttons": { type: T.PANEL, children: string }, + "sign_in_ios_content/signin_ios_button_panel/pad_footer": { type: T.PANEL, children: string }, + "sign_in_ios_content/error_sign_in_panel": { type: T.PANEL, children: 'button' }, + "sign_in_ios_content/error_sign_in_panel/button": { type: T.BUTTON, children: string }, + "sign_in_ios_content/error_download_panel": { type: T.PANEL, children: 'button' }, + "sign_in_ios_content/error_download_panel/button": { type: T.BUTTON, children: string }, + "sign_in_ios_button": { type: T.BUTTON, children: string }, + "to_app_store": { type: T.BUTTON, children: string }, + "debug_panel": { type: T.STACK_PANEL, children: 'state_label' | 'state_text_box' | 'open_popup' | 'refresh_popup' | 'reset' | 'toggle_ios' }, + "debug_panel/state_label": { type: T.LABEL, children: string }, + "debug_panel/state_text_box": { type: T.EDIT_BOX, children: string }, + "debug_panel/open_popup": { type: T.BUTTON, children: string }, + "debug_panel/refresh_popup": { type: T.BUTTON, children: string }, + "debug_panel/reset": { type: T.BUTTON, children: string }, + "debug_panel/toggle_ios": { type: T.BUTTON, children: string }, + "authentication_popup_link_button": { type: T.STACK_PANEL, children: 'top_padding' | 'link_button' }, + "authentication_popup_link_button/top_padding": { type: T.PANEL, children: string }, + "authentication_popup_link_button/link_button": { type: T.BUTTON, children: string }, + "authentication_popup_contents": { type: T.STACK_PANEL, children: 'initial_padding' | 'body' | 'learn_more_link' | 'link2' | 'end_padding' }, + "authentication_popup_contents/initial_padding": { type: T.PANEL, children: string }, + "authentication_popup_contents/body": { type: T.LABEL, children: string }, + "authentication_popup_contents/learn_more_link": { type: T.STACK_PANEL, children: string }, + "authentication_popup_contents/link2": { type: T.STACK_PANEL, children: string }, + "authentication_popup_contents/end_padding": { type: T.PANEL, children: string }, + "resizeable_scrolling_panel": { type: T.PANEL, children: string }, + "authentication_popup_content_panel": { type: T.PANEL, children: string }, + "authentication_popup_button": { type: T.BUTTON, children: string }, + "authentication_popup_one_button": { type: T.PANEL, children: 'button' }, + "authentication_popup_one_button/button": { type: T.BUTTON, children: string }, + "authentication_popup_two_buttons": { type: T.STACK_PANEL, children: 'first_button' | 'button_padding' | 'second_button' }, + "authentication_popup_two_buttons/first_button": { type: T.BUTTON, children: string }, + "authentication_popup_two_buttons/button_padding": { type: T.PANEL, children: string }, + "authentication_popup_two_buttons/second_button": { type: T.BUTTON, children: string }, + "authentication_popup_lower_button_panel": { type: T.PANEL, children: 'one_button' | 'two_buttons' }, + "authentication_popup_lower_button_panel/one_button": { type: T.PANEL, children: string }, + "authentication_popup_lower_button_panel/two_buttons": { type: T.STACK_PANEL, children: string }, + "authentication_popup": { type: T.INPUT_PANEL, children: string }, +} + +export type AutoSaveInfoType = { + "auto_save": { type: T.IMAGE, children: string }, + "accept_label": { type: T.PANEL, children: 'button_label' }, + "accept_label/button_label": { type: T.LABEL, children: string }, + "accept_button": { type: T.BUTTON, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'title_label' | 'message_label' | 'save_icon' | 'a' | 'gamepad_helpers' }, + "main_panel/common_panel": { type: T.PANEL, children: string }, + "main_panel/title_label": { type: T.LABEL, children: string }, + "main_panel/message_label": { type: T.LABEL, children: string }, + "main_panel/save_icon": { type: T.IMAGE, children: string }, + "main_panel/a": { type: T.BUTTON, children: string }, + "main_panel/gamepad_helpers": { type: T.PANEL, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "auto_save_info_screen": { type: T.SCREEN, children: string }, + "auto_save_info_screen_content": { type: T.PANEL, children: 'root_panel' }, + "auto_save_info_screen_content/root_panel": { type: T.PANEL, children: 'main_panel' }, + "auto_save_info_screen_content/root_panel/main_panel": { type: T.INPUT_PANEL, children: string }, +} + +export type BeaconType = { + "selected_item_details": { type: T.PANEL, children: string }, + "beacon_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "beacon_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "beacon_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "beacon_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "beacon_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'beacon_inventory' }, + "beacon_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "beacon_panel/root_panel/beacon_inventory": { type: T.PANEL, children: 'beacon_inner_panel' | 'payment_panel' | 'inventory_panel_bottom_half' | 'hotbar_grid_template' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "beacon_panel/root_panel/beacon_inventory/beacon_inner_panel": { type: T.IMAGE, children: string }, + "beacon_panel/root_panel/beacon_inventory/payment_panel": { type: T.PANEL, children: string }, + "beacon_panel/root_panel/beacon_inventory/inventory_panel_bottom_half": { type: T.PANEL, children: string }, + "beacon_panel/root_panel/beacon_inventory/hotbar_grid_template": { type: T.GRID, children: string }, + "beacon_panel/root_panel/beacon_inventory/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "beacon_panel/root_panel/beacon_inventory/gamepad_cursor": { type: T.BUTTON, children: string }, + "beacon_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "inventory_slot_button": { type: T.BUTTON, children: string }, + "hotbar_slot_button": { type: T.BUTTON, children: string }, + "image_atlas": { type: T.IMAGE, children: string }, + "pyramid_image": { type: T.IMAGE, children: string }, + "pyramid_panel": { type: T.PANEL, children: 'level1' | 'level2' | 'level3' | 'level4' }, + "pyramid_panel/level1": { type: T.IMAGE, children: string }, + "pyramid_panel/level2": { type: T.IMAGE, children: string }, + "pyramid_panel/level3": { type: T.IMAGE, children: string }, + "pyramid_panel/level4": { type: T.IMAGE, children: string }, + "item_seperator": { type: T.IMAGE, children: string }, + "item_renderer": { type: T.CUSTOM, children: string }, + "usable_items_panel": { type: T.PANEL, children: 'netherite' | 'item_seperator_0' | 'emerald' | 'item_seperator_1' | 'diamond' | 'item_seperator_2' | 'gold' | 'item_seperator_3' | 'iron' }, + "usable_items_panel/netherite": { type: T.CUSTOM, children: string }, + "usable_items_panel/item_seperator_0": { type: T.IMAGE, children: string }, + "usable_items_panel/emerald": { type: T.CUSTOM, children: string }, + "usable_items_panel/item_seperator_1": { type: T.IMAGE, children: string }, + "usable_items_panel/diamond": { type: T.CUSTOM, children: string }, + "usable_items_panel/item_seperator_2": { type: T.IMAGE, children: string }, + "usable_items_panel/gold": { type: T.CUSTOM, children: string }, + "usable_items_panel/item_seperator_3": { type: T.IMAGE, children: string }, + "usable_items_panel/iron": { type: T.CUSTOM, children: string }, + "base_image": { type: T.IMAGE, children: string }, + "hover_text": { type: T.CUSTOM, children: string }, + "hover_state": { type: T.IMAGE, children: 'hover_text' }, + "hover_state/hover_text": { type: T.CUSTOM, children: string }, + "button_unchecked_default": { type: T.IMAGE, children: string }, + "button_unchecked_hover": { type: T.IMAGE, children: 'hover_text' }, + "button_unchecked_hover/hover_text": { type: T.CUSTOM, children: string }, + "button_checked_hover": { type: T.IMAGE, children: 'hover_text' }, + "button_checked_hover/hover_text": { type: T.CUSTOM, children: string }, + "button_locked": { type: T.IMAGE, children: string }, + "button_locked_hover": { type: T.IMAGE, children: 'hover_text' }, + "button_locked_hover/hover_text": { type: T.CUSTOM, children: string }, + "button_checked": { type: T.IMAGE, children: string }, + "toggle_button": { type: T.TOGGLE, children: string }, + "base_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "base_button/default": { type: T.IMAGE, children: string }, + "base_button/hover": { type: T.IMAGE, children: string }, + "base_button/pressed": { type: T.IMAGE, children: string }, + "active_button": { type: T.BUTTON, children: string }, + "inactive_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "inactive_button/default": { type: T.IMAGE, children: string }, + "inactive_button/hover": { type: T.IMAGE, children: string }, + "selected_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "selected_button/default": { type: T.IMAGE, children: string }, + "selected_button/hover": { type: T.IMAGE, children: string }, + "secondary_effect_base": { type: T.IMAGE, children: string }, + "speed_secondary": { type: T.IMAGE, children: string }, + "haste_secondary": { type: T.IMAGE, children: string }, + "resist_secondary": { type: T.IMAGE, children: string }, + "jump_secondary": { type: T.IMAGE, children: string }, + "strength_secondary": { type: T.IMAGE, children: string }, + "image_template": { type: T.PANEL, children: 'base_image' }, + "image_template/base_image": { type: T.IMAGE, children: string }, + "secondary_effect_images": { type: T.PANEL, children: 'speed_secondary' | 'haste_secondary' | 'resist_secondary' | 'jump_secondary' | 'strength_secondary' }, + "secondary_effect_images/speed_secondary": { type: T.IMAGE, children: string }, + "secondary_effect_images/haste_secondary": { type: T.IMAGE, children: string }, + "secondary_effect_images/resist_secondary": { type: T.IMAGE, children: string }, + "secondary_effect_images/jump_secondary": { type: T.IMAGE, children: string }, + "secondary_effect_images/strength_secondary": { type: T.IMAGE, children: string }, + "toggle_template": { type: T.PANEL, children: 'toggle_button' }, + "toggle_template/toggle_button": { type: T.TOGGLE, children: string }, + "button_template": { type: T.PANEL, children: 'active_button' | 'inactive_button' | 'image_template' }, + "button_template/active_button": { type: T.BUTTON, children: string }, + "button_template/inactive_button": { type: T.BUTTON, children: string }, + "button_template/image_template": { type: T.PANEL, children: string }, + "panel_template": { type: T.PANEL, children: string }, + "button_panel": { type: T.PANEL, children: 'speed_panel' | 'haste_panel' | 'resist_panel' | 'jump_panel' | 'strength_panel' | 'regen_panel' | 'extra_panel' }, + "button_panel/speed_panel": { type: T.PANEL, children: 'toggle_template' }, + "button_panel/speed_panel/toggle_template": { type: T.PANEL, children: string }, + "button_panel/haste_panel": { type: T.PANEL, children: string }, + "button_panel/resist_panel": { type: T.PANEL, children: string }, + "button_panel/jump_panel": { type: T.PANEL, children: string }, + "button_panel/strength_panel": { type: T.PANEL, children: string }, + "button_panel/regen_panel": { type: T.PANEL, children: string }, + "button_panel/extra_panel": { type: T.PANEL, children: string }, + "payment_panel": { type: T.PANEL, children: 'confirm_panel' | 'cancel_panel' | 'ingredient_item' | 'usable_items_panel' }, + "payment_panel/confirm_panel": { type: T.PANEL, children: string }, + "payment_panel/cancel_panel": { type: T.PANEL, children: string }, + "payment_panel/ingredient_item": { type: T.INPUT_PANEL, children: string }, + "payment_panel/usable_items_panel": { type: T.PANEL, children: string }, + "beacon_label": { type: T.LABEL, children: string }, + "beacon_inner_panel": { type: T.IMAGE, children: 'button_panel' | 'pyramid_panel' | 'middle_strip' | 'primary_power_label' | 'secondary_power_label' }, + "beacon_inner_panel/button_panel": { type: T.PANEL, children: string }, + "beacon_inner_panel/pyramid_panel": { type: T.PANEL, children: string }, + "beacon_inner_panel/middle_strip": { type: T.IMAGE, children: string }, + "beacon_inner_panel/primary_power_label": { type: T.LABEL, children: string }, + "beacon_inner_panel/secondary_power_label": { type: T.LABEL, children: string }, + "beacon_screen": { type: T.SCREEN, children: string }, +} + +export type BeaconPocketType = { + "generic_label": { type: T.LABEL, children: string }, + "panel_outline": { type: T.IMAGE, children: string }, + "dark_bg": { type: T.IMAGE, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "item_seperator": { type: T.IMAGE, children: string }, + "item_renderer": { type: T.CUSTOM, children: string }, + "usable_items_panel": { type: T.PANEL, children: 'netherite' | 'item_seperator_0' | 'emerald' | 'item_seperator_1' | 'diamond' | 'item_seperator_2' | 'gold' | 'item_seperator_3' | 'iron' }, + "usable_items_panel/netherite": { type: T.CUSTOM, children: string }, + "usable_items_panel/item_seperator_0": { type: T.IMAGE, children: string }, + "usable_items_panel/emerald": { type: T.CUSTOM, children: string }, + "usable_items_panel/item_seperator_1": { type: T.IMAGE, children: string }, + "usable_items_panel/diamond": { type: T.CUSTOM, children: string }, + "usable_items_panel/item_seperator_2": { type: T.IMAGE, children: string }, + "usable_items_panel/gold": { type: T.CUSTOM, children: string }, + "usable_items_panel/item_seperator_3": { type: T.IMAGE, children: string }, + "usable_items_panel/iron": { type: T.CUSTOM, children: string }, + "pyramid_image": { type: T.IMAGE, children: string }, + "pyramid_panel": { type: T.PANEL, children: 'pyramid_image' }, + "pyramid_panel/pyramid_image": { type: T.IMAGE, children: string }, + "background_panel": { type: T.IMAGE, children: string }, + "beacon_background": { type: T.IMAGE, children: 'middle_strip' }, + "beacon_background/middle_strip": { type: T.IMAGE, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_content": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_content/scrolling_panel": { type: T.PANEL, children: string }, + "highlight_hover_square": { type: T.PANEL, children: 'highlight_square' }, + "highlight_hover_square/highlight_square": { type: T.IMAGE, children: string }, + "button_unchecked_default": { type: T.IMAGE, children: string }, + "button_unchecked_hover": { type: T.IMAGE, children: 'highlight_hover_square' }, + "button_unchecked_hover/highlight_hover_square": { type: T.PANEL, children: string }, + "button_checked": { type: T.IMAGE, children: string }, + "button_checked_hover": { type: T.IMAGE, children: 'highlight_hover_square' }, + "button_checked_hover/highlight_hover_square": { type: T.PANEL, children: string }, + "button_locked": { type: T.IMAGE, children: string }, + "button_locked_hover": { type: T.IMAGE, children: 'highlight_hover_square' }, + "button_locked_hover/highlight_hover_square": { type: T.PANEL, children: string }, + "toggle_button": { type: T.TOGGLE, children: string }, + "base_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "base_button/default": { type: T.IMAGE, children: string }, + "base_button/hover": { type: T.IMAGE, children: 'highlight_hover_square' }, + "base_button/hover/highlight_hover_square": { type: T.PANEL, children: string }, + "base_button/pressed": { type: T.IMAGE, children: string }, + "active_button": { type: T.BUTTON, children: string }, + "inactive_button_image": { type: T.IMAGE, children: string }, + "inactive_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "inactive_button/default": { type: T.IMAGE, children: string }, + "inactive_button/hover": { type: T.IMAGE, children: 'highlight_hover_square' }, + "inactive_button/hover/highlight_hover_square": { type: T.PANEL, children: string }, + "selected_button_image": { type: T.IMAGE, children: string }, + "selected_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "selected_button/default": { type: T.IMAGE, children: string }, + "selected_button/hover": { type: T.IMAGE, children: 'highlight_hover_square' }, + "selected_button/hover/highlight_hover_square": { type: T.PANEL, children: string }, + "secondary_effect_base": { type: T.PANEL, children: string }, + "speed_secondary": { type: T.PANEL, children: string }, + "haste_secondary": { type: T.PANEL, children: string }, + "resist_secondary": { type: T.PANEL, children: string }, + "jump_secondary": { type: T.PANEL, children: string }, + "strength_secondary": { type: T.PANEL, children: string }, + "secondary_effect_images": { type: T.PANEL, children: 'speed_secondary' | 'haste_secondary' | 'resist_secondary' | 'jump_secondary' | 'strength_secondary' }, + "secondary_effect_images/speed_secondary": { type: T.PANEL, children: string }, + "secondary_effect_images/haste_secondary": { type: T.PANEL, children: string }, + "secondary_effect_images/resist_secondary": { type: T.PANEL, children: string }, + "secondary_effect_images/jump_secondary": { type: T.PANEL, children: string }, + "secondary_effect_images/strength_secondary": { type: T.PANEL, children: string }, + "base_image": { type: T.IMAGE, children: string }, + "image_template": { type: T.PANEL, children: 'base_image' }, + "image_template/base_image": { type: T.IMAGE, children: string }, + "toggle_template": { type: T.PANEL, children: 'toggle_button' }, + "toggle_template/toggle_button": { type: T.TOGGLE, children: string }, + "button_template": { type: T.PANEL, children: 'active_button' | 'inactive_button' | 'image_template' }, + "button_template/active_button": { type: T.BUTTON, children: string }, + "button_template/inactive_button": { type: T.BUTTON, children: string }, + "button_template/image_template": { type: T.PANEL, children: string }, + "panel_template": { type: T.PANEL, children: string }, + "beacon_power_label": { type: T.PANEL, children: 'label' }, + "beacon_power_label/label": { type: T.LABEL, children: string }, + "beacon_sub_panel": { type: T.PANEL, children: string }, + "beacon_button_left_panel": { type: T.PANEL, children: 'primary_power_label' | 'panel' }, + "beacon_button_left_panel/primary_power_label": { type: T.PANEL, children: string }, + "beacon_button_left_panel/panel": { type: T.PANEL, children: 'pyramids_and_buttons' }, + "beacon_button_left_panel/panel/pyramids_and_buttons": { type: T.PANEL, children: 'level1' | 'speed_panel' | 'haste_panel' | 'level2' | 'resist_panel' | 'jump_panel' | 'level3' | 'strength_panel' }, + "beacon_button_left_panel/panel/pyramids_and_buttons/level1": { type: T.PANEL, children: string }, + "beacon_button_left_panel/panel/pyramids_and_buttons/speed_panel": { type: T.PANEL, children: string }, + "beacon_button_left_panel/panel/pyramids_and_buttons/haste_panel": { type: T.PANEL, children: string }, + "beacon_button_left_panel/panel/pyramids_and_buttons/level2": { type: T.PANEL, children: string }, + "beacon_button_left_panel/panel/pyramids_and_buttons/resist_panel": { type: T.PANEL, children: string }, + "beacon_button_left_panel/panel/pyramids_and_buttons/jump_panel": { type: T.PANEL, children: string }, + "beacon_button_left_panel/panel/pyramids_and_buttons/level3": { type: T.PANEL, children: string }, + "beacon_button_left_panel/panel/pyramids_and_buttons/strength_panel": { type: T.PANEL, children: string }, + "beacon_button_right_panel": { type: T.PANEL, children: 'secondary_power_label' | 'panel' }, + "beacon_button_right_panel/secondary_power_label": { type: T.PANEL, children: string }, + "beacon_button_right_panel/panel": { type: T.PANEL, children: 'buttons_and_pyramid' }, + "beacon_button_right_panel/panel/buttons_and_pyramid": { type: T.PANEL, children: 'level4' | 'regen_panel' | 'extra_panel' }, + "beacon_button_right_panel/panel/buttons_and_pyramid/level4": { type: T.PANEL, children: string }, + "beacon_button_right_panel/panel/buttons_and_pyramid/regen_panel": { type: T.PANEL, children: string }, + "beacon_button_right_panel/panel/buttons_and_pyramid/extra_panel": { type: T.PANEL, children: string }, + "beacon_buttons_panel": { type: T.PANEL, children: 'beacon_background' | 'left_panel' | 'right_panel' }, + "beacon_buttons_panel/beacon_background": { type: T.IMAGE, children: string }, + "beacon_buttons_panel/left_panel": { type: T.PANEL, children: string }, + "beacon_buttons_panel/right_panel": { type: T.PANEL, children: string }, + "confirm_panel": { type: T.PANEL, children: 'ingredient_item' | 'confirm_panel' | 'cancel_panel' }, + "confirm_panel/ingredient_item": { type: T.INPUT_PANEL, children: string }, + "confirm_panel/confirm_panel": { type: T.PANEL, children: string }, + "confirm_panel/cancel_panel": { type: T.PANEL, children: string }, + "beacon_payment_panel": { type: T.STACK_PANEL, children: 'usable_items_panel' | 'pad' | 'confirm_panel' }, + "beacon_payment_panel/usable_items_panel": { type: T.PANEL, children: string }, + "beacon_payment_panel/pad": { type: T.PANEL, children: string }, + "beacon_payment_panel/confirm_panel": { type: T.PANEL, children: string }, + "beacon_contents_panel": { type: T.STACK_PANEL, children: 'fill1' | 'beacon_buttons_panel' | 'pad1' | 'beacon_payment_panel' | 'fill2' }, + "beacon_contents_panel/fill1": { type: T.PANEL, children: string }, + "beacon_contents_panel/beacon_buttons_panel": { type: T.PANEL, children: string }, + "beacon_contents_panel/pad1": { type: T.PANEL, children: string }, + "beacon_contents_panel/beacon_payment_panel": { type: T.STACK_PANEL, children: string }, + "beacon_contents_panel/fill2": { type: T.PANEL, children: string }, + "header": { type: T.PANEL, children: 'header_background' | 'legacy_pocket_close_button' | 'panel' }, + "header/header_background": { type: T.IMAGE, children: string }, + "header/legacy_pocket_close_button": { type: T.BUTTON, children: string }, + "header/panel": { type: T.PANEL, children: 'title_label' }, + "header/panel/title_label": { type: T.LABEL, children: string }, + "inventory_and_beacon_panel": { type: T.PANEL, children: 'inventory_half_screen' | 'beacon_half_screen' }, + "inventory_and_beacon_panel/inventory_half_screen": { type: T.PANEL, children: 'inventory_content' }, + "inventory_and_beacon_panel/inventory_half_screen/inventory_content": { type: T.PANEL, children: string }, + "inventory_and_beacon_panel/beacon_half_screen": { type: T.PANEL, children: 'beacon_content' }, + "inventory_and_beacon_panel/beacon_half_screen/beacon_content": { type: T.STACK_PANEL, children: string }, + "header_and_content_stack_panel": { type: T.STACK_PANEL, children: 'header' | 'inventory_and_beacon_panel' }, + "header_and_content_stack_panel/header": { type: T.PANEL, children: string }, + "header_and_content_stack_panel/inventory_and_beacon_panel": { type: T.PANEL, children: string }, + "beacon_panel": { type: T.PANEL, children: 'bg' | 'root_panel' | 'header_and_content_stack_panel' | 'container_gamepad_helpers' | 'inventory_selected_icon_button' | 'hold_icon' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "beacon_panel/bg": { type: T.IMAGE, children: string }, + "beacon_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "beacon_panel/header_and_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "beacon_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "beacon_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "beacon_panel/hold_icon": { type: T.BUTTON, children: string }, + "beacon_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "beacon_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "beacon_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type BlastFurnaceType = { + "blast_furnace_screen": { type: T.SCREEN, children: string }, +} + +export type BookType = { + "screenshot": { type: T.IMAGE, children: string }, + "screenshot_frame": { type: T.IMAGE, children: 'caption_edit' }, + "screenshot_frame/caption_edit": { type: T.EDIT_BOX, children: string }, + "photo_corner": { type: T.IMAGE, children: string }, + "photo_corner_bl": { type: T.IMAGE, children: string }, + "photo_corner_br": { type: T.IMAGE, children: string }, + "photo_corner_tr": { type: T.IMAGE, children: string }, + "photo_corner_tl": { type: T.IMAGE, children: string }, + "page_caption": { type: T.EDIT_BOX, children: string }, + "page_photo": { type: T.PANEL, children: 'screenshot' | 'screenshot_frame' | 'photo_corner_bl' | 'photo_corner_br' | 'photo_corner_tl' | 'photo_corner_tr' }, + "page_photo/screenshot": { type: T.IMAGE, children: string }, + "page_photo/screenshot_frame": { type: T.IMAGE, children: string }, + "page_photo/photo_corner_bl": { type: T.IMAGE, children: string }, + "page_photo/photo_corner_br": { type: T.IMAGE, children: string }, + "page_photo/photo_corner_tl": { type: T.IMAGE, children: string }, + "page_photo/photo_corner_tr": { type: T.IMAGE, children: string }, + "pick_item": { type: T.PANEL, children: 'photo' | 'button' }, + "pick_item/photo": { type: T.PANEL, children: string }, + "pick_item/button": { type: T.BUTTON, children: string }, + "pick_item_inventory": { type: T.PANEL, children: 'photo' | 'button' }, + "pick_item_inventory/photo": { type: T.PANEL, children: string }, + "pick_item_inventory/button": { type: T.BUTTON, children: string }, + "header": { type: T.LABEL, children: string }, + "text_centering_panel_inventory": { type: T.PANEL, children: 'inventory_header' }, + "text_centering_panel_inventory/inventory_header": { type: T.LABEL, children: string }, + "text_centering_panel_portfolio": { type: T.PANEL, children: 'portfolio_header' }, + "text_centering_panel_portfolio/portfolio_header": { type: T.LABEL, children: string }, + "pick_scrolling_content": { type: T.STACK_PANEL, children: 'inventory_header' | 'inventory_grid' | 'portfolio_header' | 'portfolio_grid' }, + "pick_scrolling_content/inventory_header": { type: T.PANEL, children: string }, + "pick_scrolling_content/inventory_grid": { type: T.STACK_PANEL, children: string }, + "pick_scrolling_content/portfolio_header": { type: T.PANEL, children: string }, + "pick_scrolling_content/portfolio_grid": { type: T.STACK_PANEL, children: string }, + "pick_panel": { type: T.IMAGE, children: 'scroll' | 'close_button' }, + "pick_panel/scroll": { type: T.PANEL, children: string }, + "pick_panel/close_button": { type: T.BUTTON, children: string }, + "blank": { type: T.IMAGE, children: string }, + "book_background": { type: T.IMAGE, children: string }, + "book_spine_image": { type: T.IMAGE, children: string }, + "page_crease_left_image": { type: T.IMAGE, children: string }, + "page_crease_right_image": { type: T.IMAGE, children: string }, + "page_edge_left_image": { type: T.IMAGE, children: string }, + "page_edge_right_image": { type: T.IMAGE, children: string }, + "text_edit_hover_image": { type: T.IMAGE, children: string }, + "base_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "base_button/default": { type: T.IMAGE, children: string }, + "base_button/hover": { type: T.IMAGE, children: string }, + "base_button/pressed": { type: T.IMAGE, children: string }, + "book_buttons_panel": { type: T.PANEL, children: 'sign_export_buttons' | 'im_content_button' }, + "book_buttons_panel/sign_export_buttons": { type: T.STACK_PANEL, children: 'left_spacer' | 'sign_button' | 'export_button' | 'right_spacer' }, + "book_buttons_panel/sign_export_buttons/left_spacer": { type: T.PANEL, children: string }, + "book_buttons_panel/sign_export_buttons/sign_button": { type: T.BUTTON, children: string }, + "book_buttons_panel/sign_export_buttons/export_button": { type: T.BUTTON, children: string }, + "book_buttons_panel/sign_export_buttons/right_spacer": { type: T.PANEL, children: string }, + "book_buttons_panel/im_content_button": { type: T.BUTTON, children: string }, + "cover_buttons_stack_panel_holder": { type: T.PANEL, children: 'cover_buttons_stack_panel' }, + "cover_buttons_stack_panel_holder/cover_buttons_stack_panel": { type: T.STACK_PANEL, children: 'finalize_button' | 'padding_1' | 'cancel_sign_button' }, + "cover_buttons_stack_panel_holder/cover_buttons_stack_panel/finalize_button": { type: T.BUTTON, children: string }, + "cover_buttons_stack_panel_holder/cover_buttons_stack_panel/padding_1": { type: T.PANEL, children: string }, + "cover_buttons_stack_panel_holder/cover_buttons_stack_panel/cancel_sign_button": { type: T.BUTTON, children: string }, + "close_button_default": { type: T.IMAGE, children: string }, + "close_button_hover": { type: T.IMAGE, children: string }, + "close_button_pressed": { type: T.IMAGE, children: string }, + "close_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "close_button/default": { type: T.IMAGE, children: string }, + "close_button/hover": { type: T.IMAGE, children: string }, + "close_button/pressed": { type: T.IMAGE, children: string }, + "page_text_edit": { type: T.EDIT_BOX, children: string }, + "page_text": { type: T.EDIT_BOX, children: string }, + "page_number_label": { type: T.LABEL, children: string }, + "padded_button": { type: T.PANEL, children: 'button' }, + "padded_button/button": { type: T.BUTTON, children: string }, + "page_buttons_panel": { type: T.STACK_PANEL, children: 'swap_page_left' | 'insert_text_page' | 'insert_photo_page' | 'delete_page' | 'swap_page_right' }, + "page_buttons_panel/swap_page_left": { type: T.PANEL, children: string }, + "page_buttons_panel/insert_text_page": { type: T.PANEL, children: string }, + "page_buttons_panel/insert_photo_page": { type: T.PANEL, children: string }, + "page_buttons_panel/delete_page": { type: T.PANEL, children: string }, + "page_buttons_panel/swap_page_right": { type: T.PANEL, children: string }, + "page_content_panel": { type: T.PANEL, children: 'page_text' | 'page_photo' | 'page_number_label' | 'page_buttons_panel' | 'edit_page' }, + "page_content_panel/page_text": { type: T.EDIT_BOX, children: string }, + "page_content_panel/page_photo": { type: T.PANEL, children: string }, + "page_content_panel/page_number_label": { type: T.LABEL, children: string }, + "page_content_panel/page_buttons_panel": { type: T.STACK_PANEL, children: string }, + "page_content_panel/edit_page": { type: T.BUTTON, children: string }, + "title_label": { type: T.LABEL, children: string }, + "title_text_box": { type: T.EDIT_BOX, children: string }, + "author_label": { type: T.LABEL, children: string }, + "author_text_box": { type: T.EDIT_BOX, children: string }, + "author_stack_panel": { type: T.STACK_PANEL, children: 'author_label_panel' | 'author_text_panel' }, + "author_stack_panel/author_label_panel": { type: T.PANEL, children: 'author_label' }, + "author_stack_panel/author_label_panel/author_label": { type: T.LABEL, children: string }, + "author_stack_panel/author_text_panel": { type: T.PANEL, children: 'author_text_box' }, + "author_stack_panel/author_text_panel/author_text_box": { type: T.EDIT_BOX, children: string }, + "warning_label": { type: T.LABEL, children: string }, + "cover_content_panel": { type: T.PANEL, children: 'title_label' | 'title_text_box' | 'author_stack_panel' | 'warning_label' }, + "cover_content_panel/title_label": { type: T.LABEL, children: string }, + "cover_content_panel/title_text_box": { type: T.EDIT_BOX, children: string }, + "cover_content_panel/author_stack_panel": { type: T.STACK_PANEL, children: string }, + "cover_content_panel/warning_label": { type: T.LABEL, children: string }, + "cover_and_buttons_panel": { type: T.PANEL, children: 'cover_panel' | 'cover_buttons_stack_panel_holder' }, + "cover_and_buttons_panel/cover_panel": { type: T.PANEL, children: 'cover_content_panel' | 'book_background' | 'close_button' }, + "cover_and_buttons_panel/cover_panel/cover_content_panel": { type: T.PANEL, children: string }, + "cover_and_buttons_panel/cover_panel/book_background": { type: T.IMAGE, children: string }, + "cover_and_buttons_panel/cover_panel/close_button": { type: T.BUTTON, children: string }, + "cover_and_buttons_panel/cover_buttons_stack_panel_holder": { type: T.PANEL, children: string }, + "page_panel": { type: T.PANEL, children: 'page_content_panel' }, + "page_panel/page_content_panel": { type: T.PANEL, children: string }, + "book_grid": { type: T.GRID, children: 'page_panel_left' | 'page_panel_right' }, + "book_grid/page_panel_left": { type: T.PANEL, children: string }, + "book_grid/page_panel_right": { type: T.PANEL, children: string }, + "book_and_buttons_panel": { type: T.PANEL, children: 'book_panel' | 'book_buttons_panel' }, + "book_and_buttons_panel/book_panel": { type: T.PANEL, children: 'book_grid' | 'book_background' | 'book_spine_image' | 'close_button' | 'prev_button' | 'next_button' }, + "book_and_buttons_panel/book_panel/book_grid": { type: T.GRID, children: string }, + "book_and_buttons_panel/book_panel/book_background": { type: T.IMAGE, children: string }, + "book_and_buttons_panel/book_panel/book_spine_image": { type: T.IMAGE, children: string }, + "book_and_buttons_panel/book_panel/close_button": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/prev_button": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/next_button": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_buttons_panel": { type: T.PANEL, children: string }, + "root_panel": { type: T.PANEL, children: string }, + "book_screen": { type: T.SCREEN, children: string }, + "book_screen_content": { type: T.PANEL, children: 'root_panel' }, + "book_screen_content/root_panel": { type: T.PANEL, children: 'book_and_buttons_panel' | 'cover_and_buttons_panel' | 'pick_panel' | 'export_progress' | 'gamepad_helper_a' | 'gamepad_helper_b' }, + "book_screen_content/root_panel/book_and_buttons_panel": { type: T.PANEL, children: string }, + "book_screen_content/root_panel/cover_and_buttons_panel": { type: T.PANEL, children: string }, + "book_screen_content/root_panel/pick_panel": { type: T.IMAGE, children: string }, + "book_screen_content/root_panel/export_progress": { type: T.PANEL, children: string }, + "book_screen_content/root_panel/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "book_screen_content/root_panel/gamepad_helper_b": { type: T.STACK_PANEL, children: string }, +} + +export type BrewingStandType = { + "brewing_pipes": { type: T.IMAGE, children: string }, + "brewing_fuel_pipes": { type: T.IMAGE, children: string }, + "bottle_empty_image": { type: T.IMAGE, children: string }, + "fuel_empty_image": { type: T.IMAGE, children: string }, + "bubbles_empty_image": { type: T.IMAGE, children: string }, + "bubbles_full_image": { type: T.IMAGE, children: string }, + "brewing_arrow_empty_image": { type: T.IMAGE, children: string }, + "brewing_arrow_full_image": { type: T.IMAGE, children: string }, + "brewing_fuel_bar_empty_image": { type: T.IMAGE, children: string }, + "brewing_fuel_bar_full_image": { type: T.IMAGE, children: string }, + "brewing_label": { type: T.LABEL, children: string }, + "brewingstand_output_item": { type: T.INPUT_PANEL, children: string }, + "brewing_output_slots": { type: T.GRID, children: 'left_offset' | 'output_grid_item2' | 'right_offset' }, + "brewing_output_slots/left_offset": { type: T.PANEL, children: 'output_grid_item1' }, + "brewing_output_slots/left_offset/output_grid_item1": { type: T.INPUT_PANEL, children: string }, + "brewing_output_slots/output_grid_item2": { type: T.INPUT_PANEL, children: string }, + "brewing_output_slots/right_offset": { type: T.PANEL, children: 'output_grid_item3' }, + "brewing_output_slots/right_offset/output_grid_item3": { type: T.INPUT_PANEL, children: string }, + "brewing_input_slot": { type: T.PANEL, children: 'input_grid_item' }, + "brewing_input_slot/input_grid_item": { type: T.INPUT_PANEL, children: string }, + "brewing_fuel_slot": { type: T.PANEL, children: 'fuel_grid_item' }, + "brewing_fuel_slot/fuel_grid_item": { type: T.INPUT_PANEL, children: string }, + "brewing_panel_top_half": { type: T.PANEL, children: 'brewing_label' | 'brewing_stand_pictogram' }, + "brewing_panel_top_half/brewing_label": { type: T.LABEL, children: string }, + "brewing_panel_top_half/brewing_stand_pictogram": { type: T.PANEL, children: string }, + "brewing_stand_pictogram": { type: T.PANEL, children: 'brewing_input_slot' | 'brewing_output_slots' | 'brewing_fuel_slot' | 'brewing_arrow_empty_image' | 'brewing_arrow_full_image' | 'brewing_fuel_bar_empty_image' | 'brewing_fuel_bar_full_image' | 'bubbles_empty_image' | 'bubbles_full_image' | 'brewing_fuel_pipes' | 'brewing_pipes' }, + "brewing_stand_pictogram/brewing_input_slot": { type: T.PANEL, children: string }, + "brewing_stand_pictogram/brewing_output_slots": { type: T.GRID, children: string }, + "brewing_stand_pictogram/brewing_fuel_slot": { type: T.PANEL, children: string }, + "brewing_stand_pictogram/brewing_arrow_empty_image": { type: T.IMAGE, children: string }, + "brewing_stand_pictogram/brewing_arrow_full_image": { type: T.IMAGE, children: string }, + "brewing_stand_pictogram/brewing_fuel_bar_empty_image": { type: T.IMAGE, children: string }, + "brewing_stand_pictogram/brewing_fuel_bar_full_image": { type: T.IMAGE, children: string }, + "brewing_stand_pictogram/bubbles_empty_image": { type: T.IMAGE, children: string }, + "brewing_stand_pictogram/bubbles_full_image": { type: T.IMAGE, children: string }, + "brewing_stand_pictogram/brewing_fuel_pipes": { type: T.IMAGE, children: string }, + "brewing_stand_pictogram/brewing_pipes": { type: T.IMAGE, children: string }, + "brewing_stand_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "brewing_stand_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "brewing_stand_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "brewing_stand_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "brewing_stand_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'furnace_screen_inventory' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "brewing_stand_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "brewing_stand_panel/root_panel/furnace_screen_inventory": { type: T.PANEL, children: 'brewing_panel_top_half' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' }, + "brewing_stand_panel/root_panel/furnace_screen_inventory/brewing_panel_top_half": { type: T.PANEL, children: string }, + "brewing_stand_panel/root_panel/furnace_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "brewing_stand_panel/root_panel/furnace_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "brewing_stand_panel/root_panel/furnace_screen_inventory/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "brewing_stand_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "brewing_stand_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "brewing_stand_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "brewing_stand_screen": { type: T.SCREEN, children: string }, +} + +export type BrewingStandPocketType = { + "generic_label": { type: T.LABEL, children: string }, + "brewing_fuel_pipes": { type: T.IMAGE, children: string }, + "bubbles_empty_image": { type: T.IMAGE, children: string }, + "bubbles_full_image": { type: T.IMAGE, children: string }, + "bottle_empty_image": { type: T.IMAGE, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "output_slot": { type: T.INPUT_PANEL, children: string }, + "brewing_input_slot": { type: T.PANEL, children: 'input_slot' }, + "brewing_input_slot/input_slot": { type: T.INPUT_PANEL, children: string }, + "brewing_fuel_slot": { type: T.PANEL, children: 'fuel_slot' }, + "brewing_fuel_slot/fuel_slot": { type: T.INPUT_PANEL, children: string }, + "brewing_out_slots": { type: T.GRID, children: 'left_offset' | 'middle' | 'right_offset' }, + "brewing_out_slots/left_offset": { type: T.PANEL, children: 'output_slot1' }, + "brewing_out_slots/left_offset/output_slot1": { type: T.INPUT_PANEL, children: string }, + "brewing_out_slots/middle": { type: T.PANEL, children: 'output_slot2' }, + "brewing_out_slots/middle/output_slot2": { type: T.INPUT_PANEL, children: string }, + "brewing_out_slots/right_offset": { type: T.PANEL, children: 'output_slot3' }, + "brewing_out_slots/right_offset/output_slot3": { type: T.INPUT_PANEL, children: string }, + "slots_panel": { type: T.PANEL, children: 'brewing_input_slot' | 'brewing_fuel_slot' | 'brewing_out_slots' | 'brewing_arrow_panel' | 'brewing_bubbles_panel' | 'brewing_fuel_bar_panel' | 'brewing_fuel_pipes' | 'brewing_pipes' }, + "slots_panel/brewing_input_slot": { type: T.PANEL, children: string }, + "slots_panel/brewing_fuel_slot": { type: T.PANEL, children: string }, + "slots_panel/brewing_out_slots": { type: T.GRID, children: string }, + "slots_panel/brewing_arrow_panel": { type: T.PANEL, children: 'brewing_arrow_empty_image' | 'brewing_arrow_full_image' }, + "slots_panel/brewing_arrow_panel/brewing_arrow_empty_image": { type: T.IMAGE, children: string }, + "slots_panel/brewing_arrow_panel/brewing_arrow_full_image": { type: T.IMAGE, children: string }, + "slots_panel/brewing_bubbles_panel": { type: T.PANEL, children: 'bubbles_empty_image' | 'bubbles_full_image' }, + "slots_panel/brewing_bubbles_panel/bubbles_empty_image": { type: T.IMAGE, children: string }, + "slots_panel/brewing_bubbles_panel/bubbles_full_image": { type: T.IMAGE, children: string }, + "slots_panel/brewing_fuel_bar_panel": { type: T.PANEL, children: 'brewing_fuel_bar_empty_image' | 'brewing_fuel_bar_full_image' }, + "slots_panel/brewing_fuel_bar_panel/brewing_fuel_bar_empty_image": { type: T.IMAGE, children: string }, + "slots_panel/brewing_fuel_bar_panel/brewing_fuel_bar_full_image": { type: T.IMAGE, children: string }, + "slots_panel/brewing_fuel_pipes": { type: T.IMAGE, children: string }, + "slots_panel/brewing_pipes": { type: T.IMAGE, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_content": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_content/scrolling_panel": { type: T.PANEL, children: string }, + "brewing_stand_contents_panel": { type: T.PANEL, children: 'slots_panel' }, + "brewing_stand_contents_panel/slots_panel": { type: T.PANEL, children: string }, + "header": { type: T.PANEL, children: 'header_background' | 'legacy_pocket_close_button' | 'panel' }, + "header/header_background": { type: T.IMAGE, children: string }, + "header/legacy_pocket_close_button": { type: T.BUTTON, children: string }, + "header/panel": { type: T.PANEL, children: 'title_label' }, + "header/panel/title_label": { type: T.LABEL, children: string }, + "inventory_and_brewing_panel": { type: T.PANEL, children: 'inventory_half_screen' | 'brewing_half_screen' }, + "inventory_and_brewing_panel/inventory_half_screen": { type: T.PANEL, children: 'inventory_content' }, + "inventory_and_brewing_panel/inventory_half_screen/inventory_content": { type: T.PANEL, children: string }, + "inventory_and_brewing_panel/brewing_half_screen": { type: T.PANEL, children: 'brewing_stand_contents_panel' }, + "inventory_and_brewing_panel/brewing_half_screen/brewing_stand_contents_panel": { type: T.PANEL, children: string }, + "header_and_content_stack_panel": { type: T.STACK_PANEL, children: 'header' | 'inventory_and_brewing_panel' }, + "header_and_content_stack_panel/header": { type: T.PANEL, children: string }, + "header_and_content_stack_panel/inventory_and_brewing_panel": { type: T.PANEL, children: string }, + "brewing_stand_panel": { type: T.PANEL, children: 'bg' | 'root_panel' | 'header_and_content_stack_panel' | 'container_gamepad_helpers' | 'inventory_selected_icon_button' | 'hold_icon' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "brewing_stand_panel/bg": { type: T.IMAGE, children: string }, + "brewing_stand_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "brewing_stand_panel/header_and_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "brewing_stand_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "brewing_stand_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "brewing_stand_panel/hold_icon": { type: T.BUTTON, children: string }, + "brewing_stand_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "brewing_stand_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "brewing_stand_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type BundlePurchaseWarningType = { + "x_padding": { type: T.PANEL, children: string }, + "y_padding": { type: T.PANEL, children: string }, + "bundle_grid_item": { type: T.PANEL, children: 'banner_image' | 'content' | 'game_pad_focus_border' }, + "bundle_grid_item/banner_image": { type: T.IMAGE, children: string }, + "bundle_grid_item/content": { type: T.STACK_PANEL, children: string }, + "bundle_grid_item/game_pad_focus_border": { type: T.BUTTON, children: string }, + "is_focused": { type: T.PANEL, children: 'image_border' | 'banner_border' }, + "is_focused/image_border": { type: T.IMAGE, children: string }, + "is_focused/banner_border": { type: T.IMAGE, children: string }, + "focus_border": { type: T.IMAGE, children: string }, + "focus_border_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "focus_border_button/default": { type: T.PANEL, children: string }, + "focus_border_button/hover": { type: T.PANEL, children: string }, + "focus_border_button/pressed": { type: T.PANEL, children: string }, + "grid_item_content": { type: T.STACK_PANEL, children: 'image_border' | 'padding_0' | 'bundle_title_panel' }, + "grid_item_content/image_border": { type: T.IMAGE, children: 'bundle_thumbnail' }, + "grid_item_content/image_border/bundle_thumbnail": { type: T.IMAGE, children: string }, + "grid_item_content/padding_0": { type: T.PANEL, children: string }, + "grid_item_content/bundle_title_panel": { type: T.PANEL, children: 'bundle_title' }, + "grid_item_content/bundle_title_panel/bundle_title": { type: T.LABEL, children: string }, + "bundle_grid": { type: T.GRID, children: string }, + "side_contents": { type: T.STACK_PANEL, children: 'title_alignment_hack' | 'padding_y_0' | 'grid_input_panel' }, + "side_contents/title_alignment_hack": { type: T.PANEL, children: 'side_section_title' }, + "side_contents/title_alignment_hack/side_section_title": { type: T.LABEL, children: string }, + "side_contents/padding_y_0": { type: T.PANEL, children: string }, + "side_contents/grid_input_panel": { type: T.INPUT_PANEL, children: 'grid_scroll' }, + "side_contents/grid_input_panel/grid_scroll": { type: T.PANEL, children: string }, + "dialog_content": { type: T.STACK_PANEL, children: 'grid_stack' }, + "dialog_content/grid_stack": { type: T.STACK_PANEL, children: 'left_grid_scroll' | 'padding_x_divider' | 'right_grid_scroll' }, + "dialog_content/grid_stack/left_grid_scroll": { type: T.STACK_PANEL, children: string }, + "dialog_content/grid_stack/padding_x_divider": { type: T.PANEL, children: string }, + "dialog_content/grid_stack/right_grid_scroll": { type: T.STACK_PANEL, children: string }, + "purchase_button_panel": { type: T.BUTTON, children: string }, + "screen_dialog": { type: T.PANEL, children: string }, + "bundle_purchase_warning_screen_content": { type: T.PANEL, children: 'dialog' }, + "bundle_purchase_warning_screen_content/dialog": { type: T.PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, + "bundle_purchase_warning_screen": { type: T.SCREEN, children: string }, +} + +export type CartographyType = { + "title_label": { type: T.LABEL, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "plus_sign_icon": { type: T.IMAGE, children: string }, + "text_edit_control": { type: T.EDIT_BOX, children: string }, + "cartography_output_slot_button": { type: T.BUTTON, children: string }, + "cartography_item_slot": { type: T.PANEL, children: 'container_item' }, + "cartography_item_slot/container_item": { type: T.INPUT_PANEL, children: string }, + "map_image": { type: T.IMAGE, children: string }, + "map_image_panel": { type: T.PANEL, children: 'none_map' | 'copy_map' | 'rename_map' | 'map' | 'locator_map' | 'zoom_map' | 'lock_map' }, + "map_image_panel/none_map": { type: T.IMAGE, children: string }, + "map_image_panel/copy_map": { type: T.IMAGE, children: string }, + "map_image_panel/rename_map": { type: T.IMAGE, children: string }, + "map_image_panel/map": { type: T.IMAGE, children: string }, + "map_image_panel/locator_map": { type: T.IMAGE, children: string }, + "map_image_panel/zoom_map": { type: T.IMAGE, children: string }, + "map_image_panel/lock_map": { type: T.IMAGE, children: string }, + "text_box_panel": { type: T.STACK_PANEL, children: 'map_name_label' | 'text_edit_control' }, + "text_box_panel/map_name_label": { type: T.LABEL, children: string }, + "text_box_panel/text_edit_control": { type: T.EDIT_BOX, children: string }, + "input_slots": { type: T.STACK_PANEL, children: 'input_item_slot' | 'plus_centerer' | 'additional_item_slot' }, + "input_slots/input_item_slot": { type: T.PANEL, children: string }, + "input_slots/plus_centerer": { type: T.PANEL, children: 'plus_sign_icon' }, + "input_slots/plus_centerer/plus_sign_icon": { type: T.IMAGE, children: string }, + "input_slots/additional_item_slot": { type: T.PANEL, children: string }, + "output_description_label": { type: T.LABEL, children: string }, + "main_panel": { type: T.PANEL, children: 'input_slots' | 'arrow_icon' | 'map_image_panel' | 'arrow_icon2' | 'result_item_slot' }, + "main_panel/input_slots": { type: T.STACK_PANEL, children: string }, + "main_panel/arrow_icon": { type: T.IMAGE, children: string }, + "main_panel/map_image_panel": { type: T.PANEL, children: string }, + "main_panel/arrow_icon2": { type: T.IMAGE, children: string }, + "main_panel/result_item_slot": { type: T.PANEL, children: string }, + "top_half_panel": { type: T.STACK_PANEL, children: 'padding1' | 'title_panel' | 'padding2' | 'text_box_panel' | 'padding3' | 'padding4' | 'main_panel_wrap' | 'output_description_label' | 'padding5' }, + "top_half_panel/padding1": { type: T.PANEL, children: string }, + "top_half_panel/title_panel": { type: T.PANEL, children: 'title_label' }, + "top_half_panel/title_panel/title_label": { type: T.LABEL, children: string }, + "top_half_panel/padding2": { type: T.PANEL, children: string }, + "top_half_panel/text_box_panel": { type: T.STACK_PANEL, children: string }, + "top_half_panel/padding3": { type: T.PANEL, children: string }, + "top_half_panel/padding4": { type: T.PANEL, children: string }, + "top_half_panel/main_panel_wrap": { type: T.PANEL, children: 'main_panel' }, + "top_half_panel/main_panel_wrap/main_panel": { type: T.PANEL, children: string }, + "top_half_panel/output_description_label": { type: T.LABEL, children: string }, + "top_half_panel/padding5": { type: T.PANEL, children: string }, + "cartography_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "cartography_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "cartography_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "cartography_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "cartography_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'cartography_screen_inventory' | 'inventory_selected_icon_button' | 'gamepad_cursor' | 'tab_close_and_help_button' }, + "cartography_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "cartography_panel/root_panel/cartography_screen_inventory": { type: T.PANEL, children: 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' }, + "cartography_panel/root_panel/cartography_screen_inventory/top_half_panel": { type: T.STACK_PANEL, children: string }, + "cartography_panel/root_panel/cartography_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "cartography_panel/root_panel/cartography_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "cartography_panel/root_panel/cartography_screen_inventory/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "cartography_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "cartography_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "cartography_panel/root_panel/tab_close_and_help_button": { type: T.IMAGE, children: string }, + "cartography_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "cartography_screen": { type: T.SCREEN, children: string }, +} + +export type CartographyPocketType = { + "vertical_arrow_icon": { type: T.IMAGE, children: string }, + "chest_item_renderer": { type: T.CUSTOM, children: string }, + "cartography_item_renderer": { type: T.CUSTOM, children: string }, + "input_item_slot": { type: T.INPUT_PANEL, children: string }, + "additional_item_slot": { type: T.INPUT_PANEL, children: string }, + "result_item_slot": { type: T.INPUT_PANEL, children: string }, + "right_panel": { type: T.STACK_PANEL, children: 'content' | 'navigation_tabs_holder' }, + "right_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'cartography_content_stack_panel' }, + "right_panel/content/bg": { type: T.PANEL, children: string }, + "right_panel/content/cartography_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "right_panel/navigation_tabs_holder": { type: T.PANEL, children: 'right_navigation_tabs' }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "right_tab_cartography": { type: T.PANEL, children: string }, + "right_navigation_tabs": { type: T.STACK_PANEL, children: 'pocket_tab_close_and_help_button' | 'fill' | 'right_tab_cartography' }, + "right_navigation_tabs/pocket_tab_close_and_help_button": { type: T.IMAGE, children: string }, + "right_navigation_tabs/fill": { type: T.PANEL, children: string }, + "right_navigation_tabs/right_tab_cartography": { type: T.PANEL, children: string }, + "input_slots_stack_panel": { type: T.STACK_PANEL, children: 'input_item_slot' }, + "input_slots_stack_panel/input_item_slot": { type: T.INPUT_PANEL, children: string }, + "input_slots": { type: T.STACK_PANEL, children: 'input_item_slot' | 'plus_centerer' | 'additional_item_slot' }, + "input_slots/input_item_slot": { type: T.INPUT_PANEL, children: string }, + "input_slots/plus_centerer": { type: T.PANEL, children: 'plus_sign_icon' }, + "input_slots/plus_centerer/plus_sign_icon": { type: T.IMAGE, children: string }, + "input_slots/additional_item_slot": { type: T.INPUT_PANEL, children: string }, + "cartography_content_stack_panel": { type: T.STACK_PANEL, children: 'label_holder' | 'padding_1' | 'panel' | 'padding_2' | 'map_centerer' | 'description_centerer' | 'padding_3' | 'arrow_centerer' | 'padding_4' | 'result_centerer' | 'filling_panel' | 'text_box_panel' }, + "cartography_content_stack_panel/label_holder": { type: T.PANEL, children: 'cartography_label' }, + "cartography_content_stack_panel/label_holder/cartography_label": { type: T.LABEL, children: string }, + "cartography_content_stack_panel/padding_1": { type: T.PANEL, children: string }, + "cartography_content_stack_panel/panel": { type: T.PANEL, children: 'input_slots' }, + "cartography_content_stack_panel/panel/input_slots": { type: T.STACK_PANEL, children: string }, + "cartography_content_stack_panel/padding_2": { type: T.PANEL, children: string }, + "cartography_content_stack_panel/map_centerer": { type: T.PANEL, children: 'map_image_panel' }, + "cartography_content_stack_panel/map_centerer/map_image_panel": { type: T.PANEL, children: string }, + "cartography_content_stack_panel/description_centerer": { type: T.PANEL, children: 'output_description_label' }, + "cartography_content_stack_panel/description_centerer/output_description_label": { type: T.LABEL, children: string }, + "cartography_content_stack_panel/padding_3": { type: T.PANEL, children: string }, + "cartography_content_stack_panel/arrow_centerer": { type: T.PANEL, children: 'vertical_arrow_icon' }, + "cartography_content_stack_panel/arrow_centerer/vertical_arrow_icon": { type: T.IMAGE, children: string }, + "cartography_content_stack_panel/padding_4": { type: T.PANEL, children: string }, + "cartography_content_stack_panel/result_centerer": { type: T.PANEL, children: 'result_item_slot' }, + "cartography_content_stack_panel/result_centerer/result_item_slot": { type: T.INPUT_PANEL, children: string }, + "cartography_content_stack_panel/filling_panel": { type: T.PANEL, children: string }, + "cartography_content_stack_panel/text_box_panel": { type: T.STACK_PANEL, children: string }, + "inventory_panel": { type: T.STACK_PANEL, children: 'inventory_title_label_centerer' | 'inventory_scroll_panel' }, + "inventory_panel/inventory_title_label_centerer": { type: T.PANEL, children: 'inventory_title_label' }, + "inventory_panel/inventory_title_label_centerer/inventory_title_label": { type: T.LABEL, children: string }, + "inventory_panel/inventory_scroll_panel": { type: T.PANEL, children: string }, + "inventory_scroll_panel": { type: T.PANEL, children: string }, + "pattern_button": { type: T.UNKNOWN, children: string }, + "pattern_scroll_panel": { type: T.UNKNOWN, children: string }, + "left_panel": { type: T.STACK_PANEL, children: 'gamepad_helpers_and_tabs_holder' | 'content' }, + "left_panel/gamepad_helpers_and_tabs_holder": { type: T.PANEL, children: 'tabs_left_gamepad_helpers' | 'navigation_tabs_holder' }, + "left_panel/gamepad_helpers_and_tabs_holder/tabs_left_gamepad_helpers": { type: T.PANEL, children: string }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { type: T.PANEL, children: 'left_navigation_tabs' }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "left_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'inventory_panel' }, + "left_panel/content/bg": { type: T.PANEL, children: string }, + "left_panel/content/inventory_panel": { type: T.STACK_PANEL, children: string }, + "left_tab_inventory": { type: T.PANEL, children: string }, + "left_navigation_tabs": { type: T.STACK_PANEL, children: 'padding' | 'left_tab_inventory' }, + "left_navigation_tabs/padding": { type: T.PANEL, children: string }, + "left_navigation_tabs/left_tab_inventory": { type: T.PANEL, children: string }, + "pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "cartography_panel": { type: T.PANEL, children: 'pocket_hotbar_and_content_panels' | 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'inventory_selected_icon_button' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "cartography_panel/pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "cartography_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "cartography_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "cartography_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "cartography_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "cartography_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "cartography_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type ChalkboardType = { + "text_edit_control": { type: T.EDIT_BOX, children: string }, + "locked_toggle": { type: T.TOGGLE, children: string }, + "locked_label": { type: T.LABEL, children: string }, + "lock_control": { type: T.STACK_PANEL, children: 'toggle' | 'pad_wrap' }, + "lock_control/toggle": { type: T.TOGGLE, children: string }, + "lock_control/pad_wrap": { type: T.PANEL, children: 'label' }, + "lock_control/pad_wrap/label": { type: T.LABEL, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "chalkboard_screen": { type: T.SCREEN, children: string }, + "chalkboard_root": { type: T.PANEL, children: string }, + "chalkboard_content": { type: T.PANEL, children: 'gamepad_helpers' | 'edit_box' | 'locked_toggle' }, + "chalkboard_content/gamepad_helpers": { type: T.PANEL, children: string }, + "chalkboard_content/edit_box": { type: T.EDIT_BOX, children: string }, + "chalkboard_content/locked_toggle": { type: T.STACK_PANEL, children: string }, +} + +export type ChatType = { + "down_arrow_image": { type: T.IMAGE, children: string }, + "keyboard_image": { type: T.IMAGE, children: string }, + "copy_image": { type: T.IMAGE, children: string }, + "paste_image": { type: T.IMAGE, children: string }, + "gear_image": { type: T.IMAGE, children: string }, + "send_image": { type: T.IMAGE, children: string }, + "send_panel": { type: T.STACK_PANEL, children: 'send_image_panel' | 'gamepad_x_button' }, + "send_panel/send_image_panel": { type: T.PANEL, children: 'send_image' }, + "send_panel/send_image_panel/send_image": { type: T.IMAGE, children: string }, + "send_panel/gamepad_x_button": { type: T.STACK_PANEL, children: 'side_padding' | 'gamepad_x_button_image' }, + "send_panel/gamepad_x_button/side_padding": { type: T.PANEL, children: string }, + "send_panel/gamepad_x_button/gamepad_x_button_image": { type: T.PANEL, children: 'icon' }, + "send_panel/gamepad_x_button/gamepad_x_button_image/icon": { type: T.STACK_PANEL, children: string }, + "keyboard_image_panel": { type: T.PANEL, children: 'keyboard_image' | 'down_arrow_image' }, + "keyboard_image_panel/keyboard_image": { type: T.IMAGE, children: string }, + "keyboard_image_panel/down_arrow_image": { type: T.IMAGE, children: string }, + "new_messages": { type: T.IMAGE, children: 'focus_border' }, + "new_messages/focus_border": { type: T.IMAGE, children: 'stack' }, + "new_messages/focus_border/stack": { type: T.STACK_PANEL, children: 'arrow_icon' | 'separator' | 'tooltip_text' }, + "new_messages/focus_border/stack/arrow_icon": { type: T.IMAGE, children: string }, + "new_messages/focus_border/stack/separator": { type: T.PANEL, children: string }, + "new_messages/focus_border/stack/tooltip_text": { type: T.LABEL, children: string }, + "small_button": { type: T.BUTTON, children: string }, + "keyboard_button": { type: T.BUTTON, children: string }, + "chat_settings_button": { type: T.BUTTON, children: string }, + "send_button": { type: T.BUTTON, children: string }, + "new_messages_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "new_messages_button/default": { type: T.IMAGE, children: string }, + "new_messages_button/pressed": { type: T.IMAGE, children: string }, + "new_messages_button/hover": { type: T.IMAGE, children: string }, + "messages_text": { type: T.PANEL, children: 'text' }, + "messages_text/text": { type: T.LABEL, children: string }, + "message_tts_wrapper": { type: T.PANEL, children: string }, + "messages_stack_panel": { type: T.STACK_PANEL, children: string }, + "messages_scrolling_panel": { type: T.PANEL, children: string }, + "text_edit_box": { type: T.EDIT_BOX, children: string }, + "commands_background": { type: T.IMAGE, children: string }, + "click_autocomplete_is_focused": { type: T.IMAGE, children: string }, + "auto_complete_panel_contents_with_item": { type: T.PANEL, children: 'auto_complete_item_renderer' | 'text' | 'autocomplete_button' }, + "auto_complete_panel_contents_with_item/auto_complete_item_renderer": { type: T.CUSTOM, children: string }, + "auto_complete_panel_contents_with_item/text": { type: T.LABEL, children: string }, + "auto_complete_panel_contents_with_item/autocomplete_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "auto_complete_panel_contents_with_item/autocomplete_button/default": { type: T.PANEL, children: string }, + "auto_complete_panel_contents_with_item/autocomplete_button/hover": { type: T.IMAGE, children: string }, + "auto_complete_panel_contents_with_item/autocomplete_button/pressed": { type: T.IMAGE, children: string }, + "auto_complete_panel": { type: T.PANEL, children: 'panel' }, + "auto_complete_panel/panel": { type: T.PANEL, children: 'auto_complete_grid' }, + "auto_complete_panel/panel/auto_complete_grid": { type: T.GRID, children: string }, + "commands_panel": { type: T.PANEL, children: 'auto_complete_panel' }, + "commands_panel/auto_complete_panel": { type: T.PANEL, children: string }, + "chat_bottom_panel": { type: T.STACK_PANEL, children: 'keyboard_button' | 'host_main_button' | 'chat_settings' | 'text_box' | 'send_button' }, + "chat_bottom_panel/keyboard_button": { type: T.BUTTON, children: string }, + "chat_bottom_panel/host_main_button": { type: T.BUTTON, children: string }, + "chat_bottom_panel/chat_settings": { type: T.BUTTON, children: string }, + "chat_bottom_panel/text_box": { type: T.EDIT_BOX, children: string }, + "chat_bottom_panel/send_button": { type: T.BUTTON, children: string }, + "title_text": { type: T.PANEL, children: 'title_panel' }, + "title_text/title_panel": { type: T.LABEL, children: string }, + "back_content_panel": { type: T.PANEL, children: 'back_button' | 'gamepad_back_helper' }, + "back_content_panel/back_button": { type: T.BUTTON, children: string }, + "back_content_panel/gamepad_back_helper": { type: T.INPUT_PANEL, children: 'gamepad_helper_button' }, + "back_content_panel/gamepad_back_helper/gamepad_helper_button": { type: T.STACK_PANEL, children: string }, + "coordinate_dropdown_content": { type: T.STACK_PANEL, children: 'top_padding' | 'my_position' | 'block_position' | 'bottom_padding' }, + "coordinate_dropdown_content/top_padding": { type: T.PANEL, children: string }, + "coordinate_dropdown_content/my_position": { type: T.PANEL, children: string }, + "coordinate_dropdown_content/block_position": { type: T.PANEL, children: string }, + "coordinate_dropdown_content/bottom_padding": { type: T.PANEL, children: string }, + "coordinate_dropdown": { type: T.PANEL, children: string }, + "popup_toast": { type: T.INPUT_PANEL, children: string }, + "copy_coordinate_button": { type: T.BUTTON, children: string }, + "paste_button": { type: T.BUTTON, children: string }, + "chat_header": { type: T.IMAGE, children: 'title_panel' }, + "chat_header/title_panel": { type: T.PANEL, children: 'back_button_content_panel' | 'title' | 'popup_dialog_factory' | 'chat_header_content_area' }, + "chat_header/title_panel/back_button_content_panel": { type: T.PANEL, children: string }, + "chat_header/title_panel/title": { type: T.PANEL, children: string }, + "chat_header/title_panel/popup_dialog_factory": { type: T.FACTORY, children: string }, + "chat_header/title_panel/chat_header_content_area": { type: T.STACK_PANEL, children: 'coordinate_dropdown' | 'coordinates_panel' | 'copy_coordinate_button' | 'icon' | 'paste_button' }, + "chat_header/title_panel/chat_header_content_area/coordinate_dropdown": { type: T.PANEL, children: string }, + "chat_header/title_panel/chat_header_content_area/coordinates_panel": { type: T.PANEL, children: 'coordinates_background_image' }, + "chat_header/title_panel/chat_header_content_area/coordinates_panel/coordinates_background_image": { type: T.IMAGE, children: 'coordinates_text' }, + "chat_header/title_panel/chat_header_content_area/coordinates_panel/coordinates_background_image/coordinates_text": { type: T.LABEL, children: string }, + "chat_header/title_panel/chat_header_content_area/copy_coordinate_button": { type: T.BUTTON, children: string }, + "chat_header/title_panel/chat_header_content_area/icon": { type: T.STACK_PANEL, children: string }, + "chat_header/title_panel/chat_header_content_area/paste_button": { type: T.BUTTON, children: string }, + "chat_screen": { type: T.SCREEN, children: string }, + "chat_screen_content": { type: T.PANEL, children: 'messages_panel' | 'chat_bottom_panel' | 'chat_top_panel' | 'new_messages_button' | 'autocomplete_commands_panel' | 'host_main_panel' | 'popup_factory' }, + "chat_screen_content/messages_panel": { type: T.PANEL, children: string }, + "chat_screen_content/chat_bottom_panel": { type: T.STACK_PANEL, children: string }, + "chat_screen_content/chat_top_panel": { type: T.IMAGE, children: string }, + "chat_screen_content/new_messages_button": { type: T.BUTTON, children: string }, + "chat_screen_content/autocomplete_commands_panel": { type: T.PANEL, children: string }, + "chat_screen_content/host_main_panel": { type: T.PANEL, children: string }, + "chat_screen_content/popup_factory": { type: T.FACTORY, children: string }, + "chat_background": { type: T.IMAGE, children: string }, +} + +export type ChatSettingsType = { + "mute_all_toggle": { type: T.PANEL, children: string }, + "mute_emote_chat_toggle": { type: T.PANEL, children: string }, + "chat_tts_toggle": { type: T.PANEL, children: string }, + "reset_button": { type: T.BUTTON, children: string }, + "typeface_dropdown_content": { type: T.STACK_PANEL, children: 'top_padding' | 'mojangles' | 'noto_sans' | 'bottom_padding' }, + "typeface_dropdown_content/top_padding": { type: T.PANEL, children: string }, + "typeface_dropdown_content/mojangles": { type: T.PANEL, children: string }, + "typeface_dropdown_content/noto_sans": { type: T.PANEL, children: string }, + "typeface_dropdown_content/bottom_padding": { type: T.PANEL, children: string }, + "typeface_dropdown": { type: T.PANEL, children: string }, + "chat_color_dropdown_content": { type: T.STACK_PANEL, children: 'top_padding' | '0' | '1' | '2' | '3' | '4' | '5' | '6' | 'bottom_padding' }, + "chat_color_dropdown_content/top_padding": { type: T.PANEL, children: string }, + "chat_color_dropdown_content/0": { type: T.PANEL, children: string }, + "chat_color_dropdown_content/1": { type: T.PANEL, children: string }, + "chat_color_dropdown_content/2": { type: T.PANEL, children: string }, + "chat_color_dropdown_content/3": { type: T.PANEL, children: string }, + "chat_color_dropdown_content/4": { type: T.PANEL, children: string }, + "chat_color_dropdown_content/5": { type: T.PANEL, children: string }, + "chat_color_dropdown_content/6": { type: T.PANEL, children: string }, + "chat_color_dropdown_content/bottom_padding": { type: T.PANEL, children: string }, + "colors_dropdown_base": { type: T.PANEL, children: string }, + "chat_color_dropdown": { type: T.PANEL, children: string }, + "mentions_color_dropdown": { type: T.PANEL, children: string }, + "font_size_slider": { type: T.PANEL, children: string }, + "line_spacing_slider": { type: T.PANEL, children: string }, + "colored_icon_panel": { type: T.PANEL, children: 'icon' | 'icon_overlay' }, + "colored_icon_panel/icon": { type: T.IMAGE, children: string }, + "colored_icon_panel/icon_overlay": { type: T.IMAGE, children: string }, + "paintbrush": { type: T.PANEL, children: string }, + "line_break": { type: T.PANEL, children: 'line_break_image' }, + "line_break/line_break_image": { type: T.IMAGE, children: string }, + "chat_settings_scrolling_content": { type: T.PANEL, children: 'chat_settings_content_area' }, + "chat_settings_scrolling_content/chat_settings_content_area": { type: T.STACK_PANEL, children: 'mute_all_toggle' | 'mute_emote_chat_toggle' | 'chat_tts_toggle' | 'toggles_to_font_shape' | 'typeface_dropdown' | 'font_size' | 'line_spacing' | 'font_shape_to_font_colors' | 'chat_color' | 'mentions_color' | 'reset_button' }, + "chat_settings_scrolling_content/chat_settings_content_area/mute_all_toggle": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/mute_emote_chat_toggle": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/chat_tts_toggle": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/toggles_to_font_shape": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/typeface_dropdown": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/font_size": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/line_spacing": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/font_shape_to_font_colors": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/chat_color": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/mentions_color": { type: T.PANEL, children: string }, + "chat_settings_scrolling_content/chat_settings_content_area/reset_button": { type: T.BUTTON, children: string }, + "chat_setting_scrolling_panel": { type: T.PANEL, children: string }, + "chat_settings_popup": { type: T.INPUT_PANEL, children: string }, + "popup_factory": { type: T.FACTORY, children: string }, +} + +export type ChestType = { + "chest_label": { type: T.LABEL, children: string }, + "chest_grid_item": { type: T.INPUT_PANEL, children: string }, + "small_chest_grid": { type: T.GRID, children: string }, + "large_chest_grid": { type: T.GRID, children: string }, + "small_chest_panel_top_half": { type: T.PANEL, children: 'chest_label' | 'small_chest_grid' }, + "small_chest_panel_top_half/chest_label": { type: T.LABEL, children: string }, + "small_chest_panel_top_half/small_chest_grid": { type: T.GRID, children: string }, + "large_chest_panel_top_half": { type: T.PANEL, children: 'chest_label' | 'large_chest_grid' }, + "large_chest_panel_top_half/chest_label": { type: T.LABEL, children: string }, + "large_chest_panel_top_half/large_chest_grid": { type: T.GRID, children: string }, + "small_chest_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' }, + "small_chest_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "small_chest_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "small_chest_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "small_chest_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'chest_panel' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "small_chest_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "small_chest_panel/root_panel/chest_panel": { type: T.PANEL, children: 'small_chest_panel_top_half' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "small_chest_panel/root_panel/chest_panel/small_chest_panel_top_half": { type: T.PANEL, children: string }, + "small_chest_panel/root_panel/chest_panel/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "small_chest_panel/root_panel/chest_panel/hotbar_grid": { type: T.GRID, children: string }, + "small_chest_panel/root_panel/chest_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "small_chest_panel/root_panel/chest_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "small_chest_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "small_chest_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "selected_item_details": { type: T.PANEL, children: string }, + "large_chest_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' }, + "large_chest_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "large_chest_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "large_chest_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "large_chest_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'chest_panel' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "large_chest_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "large_chest_panel/root_panel/chest_panel": { type: T.PANEL, children: 'large_chest_panel_top_half' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "large_chest_panel/root_panel/chest_panel/large_chest_panel_top_half": { type: T.PANEL, children: string }, + "large_chest_panel/root_panel/chest_panel/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "large_chest_panel/root_panel/chest_panel/hotbar_grid": { type: T.GRID, children: string }, + "large_chest_panel/root_panel/chest_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "large_chest_panel/root_panel/chest_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "large_chest_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "large_chest_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "ender_chest_panel": { type: T.PANEL, children: string }, + "shulker_box_panel": { type: T.PANEL, children: string }, + "barrel_panel": { type: T.PANEL, children: string }, + "small_chest_screen": { type: T.SCREEN, children: string }, + "large_chest_screen": { type: T.SCREEN, children: string }, + "ender_chest_screen": { type: T.SCREEN, children: string }, + "shulker_box_screen": { type: T.SCREEN, children: string }, + "barrel_screen": { type: T.SCREEN, children: string }, +} + +export type ChooseRealmType = { + "realm_screenshot": { type: T.IMAGE, children: 'picture' }, + "realm_screenshot/picture": { type: T.IMAGE, children: string }, + "realms_scroll_content": { type: T.INPUT_PANEL, children: 'scrolling_panel' }, + "realms_scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "realms_scroll_panel": { type: T.PANEL, children: 'realms_stack_panel' }, + "realms_scroll_panel/realms_stack_panel": { type: T.STACK_PANEL, children: 'realms_world_item_grid' | 'padding_0' | 'add_realm_button' | 'ten_player_button' | 'padding_1' | 'two_player_button' }, + "realms_scroll_panel/realms_stack_panel/realms_world_item_grid": { type: T.GRID, children: string }, + "realms_scroll_panel/realms_stack_panel/padding_0": { type: T.PANEL, children: string }, + "realms_scroll_panel/realms_stack_panel/add_realm_button": { type: T.BUTTON, children: string }, + "realms_scroll_panel/realms_stack_panel/ten_player_button": { type: T.BUTTON, children: string }, + "realms_scroll_panel/realms_stack_panel/padding_1": { type: T.PANEL, children: string }, + "realms_scroll_panel/realms_stack_panel/two_player_button": { type: T.BUTTON, children: string }, + "realms_world_item_grid": { type: T.GRID, children: string }, + "realms_world_item": { type: T.STACK_PANEL, children: 'realms_world_item_button' }, + "realms_world_item/realms_world_item_button": { type: T.BUTTON, children: string }, + "realms_world_item_button": { type: T.BUTTON, children: string }, + "add_realm_button": { type: T.BUTTON, children: string }, + "ten_player_button": { type: T.BUTTON, children: string }, + "two_player_button": { type: T.BUTTON, children: string }, + "realms_world_content_panel": { type: T.STACK_PANEL, children: 'realm_screenshot' | 'padding' | 'realms_world_content_text_area_panel' | 'realms_world_content_status_area_panel' }, + "realms_world_content_panel/realm_screenshot": { type: T.IMAGE, children: string }, + "realms_world_content_panel/padding": { type: T.PANEL, children: string }, + "realms_world_content_panel/realms_world_content_text_area_panel": { type: T.PANEL, children: 'realms_world_text_panel' }, + "realms_world_content_panel/realms_world_content_text_area_panel/realms_world_text_panel": { type: T.PANEL, children: 'realms_world_header' }, + "realms_world_content_panel/realms_world_content_text_area_panel/realms_world_text_panel/realms_world_header": { type: T.LABEL, children: string }, + "realms_world_content_panel/realms_world_content_status_area_panel": { type: T.STACK_PANEL, children: 'world_player_count_text_panel' | 'realms_world_game_status_icon' }, + "realms_world_content_panel/realms_world_content_status_area_panel/world_player_count_text_panel": { type: T.PANEL, children: 'realms_world_player_count' }, + "realms_world_content_panel/realms_world_content_status_area_panel/world_player_count_text_panel/realms_world_player_count": { type: T.LABEL, children: string }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_game_status_icon": { type: T.PANEL, children: 'game_online_icon' | 'game_unavailable_icon' | 'game_offline_icon' }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_game_status_icon/game_online_icon": { type: T.IMAGE, children: string }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_game_status_icon/game_unavailable_icon": { type: T.IMAGE, children: string }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_game_status_icon/game_offline_icon": { type: T.IMAGE, children: string }, + "main_panel": { type: T.PANEL, children: 'progress_loading_bars' | 'realms_scroll_content' }, + "main_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "main_panel/realms_scroll_content": { type: T.INPUT_PANEL, children: string }, + "slots_scroll_panel": { type: T.PANEL, children: 'slots_stack_panel' }, + "slots_scroll_panel/slots_stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'choose_slot_text' | 'padding_1' | 'slots_grid' }, + "slots_scroll_panel/slots_stack_panel/padding_0": { type: T.PANEL, children: string }, + "slots_scroll_panel/slots_stack_panel/choose_slot_text": { type: T.LABEL, children: string }, + "slots_scroll_panel/slots_stack_panel/padding_1": { type: T.PANEL, children: string }, + "slots_scroll_panel/slots_stack_panel/slots_grid": { type: T.STACK_PANEL, children: string }, + "slots_grid": { type: T.STACK_PANEL, children: 'slot_1' | 'padding_0' | 'slot_2' | 'padding_1' | 'slot_3' }, + "slots_grid/slot_1": { type: T.BUTTON, children: string }, + "slots_grid/padding_0": { type: T.PANEL, children: string }, + "slots_grid/slot_2": { type: T.BUTTON, children: string }, + "slots_grid/padding_1": { type: T.PANEL, children: string }, + "slots_grid/slot_3": { type: T.BUTTON, children: string }, + "slot_content_panel": { type: T.STACK_PANEL, children: 'world_slot_top' | 'world_slot_bottom' }, + "slot_content_panel/world_slot_top": { type: T.PANEL, children: 'plus_image' | 'world_thumbnail' }, + "slot_content_panel/world_slot_top/plus_image": { type: T.IMAGE, children: string }, + "slot_content_panel/world_slot_top/world_thumbnail": { type: T.IMAGE, children: string }, + "slot_content_panel/world_slot_bottom": { type: T.PANEL, children: 'white_line_hover' | 'world_text_panel' }, + "slot_content_panel/world_slot_bottom/white_line_hover": { type: T.IMAGE, children: string }, + "slot_content_panel/world_slot_bottom/world_text_panel": { type: T.PANEL, children: 'background_grey' | 'background_green' | 'world_text' }, + "slot_content_panel/world_slot_bottom/world_text_panel/background_grey": { type: T.IMAGE, children: string }, + "slot_content_panel/world_slot_bottom/world_text_panel/background_green": { type: T.IMAGE, children: string }, + "slot_content_panel/world_slot_bottom/world_text_panel/world_text": { type: T.LABEL, children: string }, + "slot_panel": { type: T.PANEL, children: 'slots_scroll_content' }, + "slot_panel/slots_scroll_content": { type: T.INPUT_PANEL, children: 'scrolling_panel' }, + "slot_panel/slots_scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "choose_realm_screen": { type: T.SCREEN, children: string }, + "choose_realm_screen_content": { type: T.PANEL, children: 'realm_dialog' | 'slot_dialog' }, + "choose_realm_screen_content/realm_dialog": { type: T.PANEL, children: string }, + "choose_realm_screen_content/slot_dialog": { type: T.PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, +} + +export type CoinPurchaseType = { + "black_image": { type: T.IMAGE, children: string }, + "banner_fill": { type: T.IMAGE, children: string }, + "coins_stack_panel": { type: T.STACK_PANEL, children: 'coin' | 'coin_padding' | 'text_padding' }, + "coins_stack_panel/coin": { type: T.IMAGE, children: string }, + "coins_stack_panel/coin_padding": { type: T.PANEL, children: string }, + "coins_stack_panel/text_padding": { type: T.PANEL, children: 'coins_without_bonus' }, + "coins_stack_panel/text_padding/coins_without_bonus": { type: T.LABEL, children: string }, + "call_out_coins_stack_panel": { type: T.STACK_PANEL, children: 'coin' | 'coin_padding' | 'text_padding' }, + "call_out_coins_stack_panel/coin": { type: T.IMAGE, children: string }, + "call_out_coins_stack_panel/coin_padding": { type: T.PANEL, children: string }, + "call_out_coins_stack_panel/text_padding": { type: T.PANEL, children: 'coins_without_bonus' }, + "call_out_coins_stack_panel/text_padding/coins_without_bonus": { type: T.LABEL, children: string }, + "button_content": { type: T.PANEL, children: 'bonus_coins_stack' | 'call_out_background' }, + "button_content/bonus_coins_stack": { type: T.STACK_PANEL, children: string }, + "button_content/call_out_background": { type: T.IMAGE, children: 'bevel' }, + "button_content/call_out_background/bevel": { type: T.IMAGE, children: string }, + "call_out_button_content": { type: T.PANEL, children: 'call_out_header' | 'call_out_bonus_coins_stack' | 'call_out_background' }, + "call_out_button_content/call_out_header": { type: T.PANEL, children: string }, + "call_out_button_content/call_out_bonus_coins_stack": { type: T.STACK_PANEL, children: string }, + "call_out_button_content/call_out_background": { type: T.IMAGE, children: 'call_out_border' }, + "call_out_button_content/call_out_background/call_out_border": { type: T.IMAGE, children: string }, + "call_out_header": { type: T.PANEL, children: 'call_out_banner' | 'call_out_label' }, + "call_out_header/call_out_banner": { type: T.IMAGE, children: string }, + "call_out_header/call_out_label": { type: T.LABEL, children: string }, + "bonus_coins_stack": { type: T.STACK_PANEL, children: 'image_padding' | 'image_panel' | 'non_bonus_padding_0' | 'price_panel' | 'plus_label' | 'non_bonus_padding_1' | 'bonus_label_panel' | 'padding_0' | 'bonus_price_panel' | 'padding_1' | 'currency_panel' | 'padding_2' }, + "bonus_coins_stack/image_padding": { type: T.PANEL, children: string }, + "bonus_coins_stack/image_panel": { type: T.PANEL, children: 'image' }, + "bonus_coins_stack/image_panel/image": { type: T.IMAGE, children: string }, + "bonus_coins_stack/non_bonus_padding_0": { type: T.PANEL, children: string }, + "bonus_coins_stack/price_panel": { type: T.PANEL, children: 'coins_stack_panel' }, + "bonus_coins_stack/price_panel/coins_stack_panel": { type: T.STACK_PANEL, children: string }, + "bonus_coins_stack/plus_label": { type: T.PANEL, children: 'plus_label' }, + "bonus_coins_stack/plus_label/plus_label": { type: T.LABEL, children: string }, + "bonus_coins_stack/non_bonus_padding_1": { type: T.PANEL, children: string }, + "bonus_coins_stack/bonus_label_panel": { type: T.PANEL, children: 'bonus_label' }, + "bonus_coins_stack/bonus_label_panel/bonus_label": { type: T.LABEL, children: string }, + "bonus_coins_stack/padding_0": { type: T.PANEL, children: string }, + "bonus_coins_stack/bonus_price_panel": { type: T.PANEL, children: 'coins_stack_panel' }, + "bonus_coins_stack/bonus_price_panel/coins_stack_panel": { type: T.STACK_PANEL, children: string }, + "bonus_coins_stack/padding_1": { type: T.PANEL, children: string }, + "bonus_coins_stack/currency_panel": { type: T.PANEL, children: 'currency_price_panel' }, + "bonus_coins_stack/currency_panel/currency_price_panel": { type: T.IMAGE, children: 'price' | 'debug_price' }, + "bonus_coins_stack/currency_panel/currency_price_panel/price": { type: T.LABEL, children: string }, + "bonus_coins_stack/currency_panel/currency_price_panel/debug_price": { type: T.LABEL, children: string }, + "bonus_coins_stack/padding_2": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack": { type: T.STACK_PANEL, children: 'image_padding' | 'image_panel' | 'non_bonus_padding_0' | 'price_panel' | 'plus_label' | 'non_bonus_padding' | 'bonus_label_panel' | 'padding_0' | 'bonus_coin_panel' | 'padding_1' | 'currency_panel' | 'padding_2' }, + "call_out_bonus_coins_stack/image_padding": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack/image_panel": { type: T.PANEL, children: 'image' }, + "call_out_bonus_coins_stack/image_panel/image": { type: T.IMAGE, children: string }, + "call_out_bonus_coins_stack/non_bonus_padding_0": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack/price_panel": { type: T.PANEL, children: 'call_out_coins_stack_panel' }, + "call_out_bonus_coins_stack/price_panel/call_out_coins_stack_panel": { type: T.STACK_PANEL, children: string }, + "call_out_bonus_coins_stack/plus_label": { type: T.PANEL, children: 'plus_label' }, + "call_out_bonus_coins_stack/plus_label/plus_label": { type: T.LABEL, children: string }, + "call_out_bonus_coins_stack/non_bonus_padding": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack/bonus_label_panel": { type: T.PANEL, children: 'bonus_label' }, + "call_out_bonus_coins_stack/bonus_label_panel/bonus_label": { type: T.LABEL, children: string }, + "call_out_bonus_coins_stack/padding_0": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack/bonus_coin_panel": { type: T.STACK_PANEL, children: 'fill_panel_0' | 'coin_panel' | 'coin_padding' | 'bonus_coin_label_panel' | 'fill_panel_1' }, + "call_out_bonus_coins_stack/bonus_coin_panel/fill_panel_0": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack/bonus_coin_panel/coin_panel": { type: T.PANEL, children: 'coin' }, + "call_out_bonus_coins_stack/bonus_coin_panel/coin_panel/coin": { type: T.IMAGE, children: string }, + "call_out_bonus_coins_stack/bonus_coin_panel/coin_padding": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack/bonus_coin_panel/bonus_coin_label_panel": { type: T.PANEL, children: 'bonus_coins' }, + "call_out_bonus_coins_stack/bonus_coin_panel/bonus_coin_label_panel/bonus_coins": { type: T.LABEL, children: string }, + "call_out_bonus_coins_stack/bonus_coin_panel/fill_panel_1": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack/padding_1": { type: T.PANEL, children: string }, + "call_out_bonus_coins_stack/currency_panel": { type: T.PANEL, children: 'currency_price_panel' }, + "call_out_bonus_coins_stack/currency_panel/currency_price_panel": { type: T.IMAGE, children: 'price' | 'debug_price' }, + "call_out_bonus_coins_stack/currency_panel/currency_price_panel/price": { type: T.LABEL, children: string }, + "call_out_bonus_coins_stack/currency_panel/currency_price_panel/debug_price": { type: T.LABEL, children: string }, + "call_out_bonus_coins_stack/padding_2": { type: T.PANEL, children: string }, + "price": { type: T.LABEL, children: string }, + "offer_panel": { type: T.BUTTON, children: string }, + "call_out_offer_panel": { type: T.BUTTON, children: string }, + "offer_item": { type: T.PANEL, children: 'offer_panel' | 'call_out_offer_panel' }, + "offer_item/offer_panel": { type: T.BUTTON, children: string }, + "offer_item/call_out_offer_panel": { type: T.BUTTON, children: string }, + "offer_grid_item": { type: T.PANEL, children: 'offer_item' }, + "offer_grid_item/offer_item": { type: T.PANEL, children: string }, + "not_enough_coins": { type: T.LABEL, children: string }, + "faq_button": { type: T.BUTTON, children: string }, + "divider_panel": { type: T.PANEL, children: 'divider' }, + "divider_panel/divider": { type: T.IMAGE, children: string }, + "coin_purchase_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'not_enough_coins_panel' | 'padding_1' | 'coin_purchase_grid' | 'divider_panel' | 'faq_button' }, + "coin_purchase_panel/padding_0": { type: T.PANEL, children: string }, + "coin_purchase_panel/not_enough_coins_panel": { type: T.PANEL, children: 'not_enough_coins' }, + "coin_purchase_panel/not_enough_coins_panel/not_enough_coins": { type: T.LABEL, children: string }, + "coin_purchase_panel/padding_1": { type: T.PANEL, children: string }, + "coin_purchase_panel/coin_purchase_grid": { type: T.GRID, children: string }, + "coin_purchase_panel/divider_panel": { type: T.PANEL, children: string }, + "coin_purchase_panel/faq_button": { type: T.BUTTON, children: string }, + "main_panel": { type: T.PANEL, children: 'coin_purchase_panel' | 'loading_background' | 'progress_loading_spinner' | 'no_offers_panel' }, + "main_panel/coin_purchase_panel": { type: T.STACK_PANEL, children: string }, + "main_panel/loading_background": { type: T.IMAGE, children: string }, + "main_panel/progress_loading_spinner": { type: T.IMAGE, children: string }, + "main_panel/no_offers_panel": { type: T.LABEL, children: string }, + "background": { type: T.IMAGE, children: string }, + "bundle_description": { type: T.PANEL, children: string }, + "bundle_description_left": { type: T.PANEL, children: string }, + "bundle_description_center": { type: T.PANEL, children: string }, + "bundle_description_right": { type: T.PANEL, children: string }, + "bundle_coins_stack": { type: T.STACK_PANEL, children: 'content_panel' | 'padding_0' | 'currency_panel' | 'padding_2' }, + "bundle_coins_stack/content_panel": { type: T.STACK_PANEL, children: 'text_stack' | 'thumbnail_panel' | 'padding_0' }, + "bundle_coins_stack/content_panel/text_stack": { type: T.STACK_PANEL, children: 'title_label' | 'padding_1' | 'description_section_factory' }, + "bundle_coins_stack/content_panel/text_stack/title_label": { type: T.LABEL, children: string }, + "bundle_coins_stack/content_panel/text_stack/padding_1": { type: T.PANEL, children: string }, + "bundle_coins_stack/content_panel/text_stack/description_section_factory": { type: T.STACK_PANEL, children: string }, + "bundle_coins_stack/content_panel/thumbnail_panel": { type: T.PANEL, children: 'thumbnail' }, + "bundle_coins_stack/content_panel/thumbnail_panel/thumbnail": { type: T.IMAGE, children: 'coin_image' }, + "bundle_coins_stack/content_panel/thumbnail_panel/thumbnail/coin_image": { type: T.IMAGE, children: string }, + "bundle_coins_stack/content_panel/padding_0": { type: T.PANEL, children: string }, + "bundle_coins_stack/padding_0": { type: T.PANEL, children: string }, + "bundle_coins_stack/currency_panel": { type: T.PANEL, children: 'currency_price_panel' }, + "bundle_coins_stack/currency_panel/currency_price_panel": { type: T.IMAGE, children: 'price' | 'debug_price' }, + "bundle_coins_stack/currency_panel/currency_price_panel/price": { type: T.LABEL, children: string }, + "bundle_coins_stack/currency_panel/currency_price_panel/debug_price": { type: T.LABEL, children: string }, + "bundle_coins_stack/padding_2": { type: T.PANEL, children: string }, + "bundle_button_content": { type: T.PANEL, children: 'bundle_coins_stack' | 'call_out_background' }, + "bundle_button_content/bundle_coins_stack": { type: T.STACK_PANEL, children: string }, + "bundle_button_content/call_out_background": { type: T.IMAGE, children: 'bevel' }, + "bundle_button_content/call_out_background/bevel": { type: T.IMAGE, children: string }, + "bundle_offer_panel": { type: T.BUTTON, children: string }, + "bundle_offer_item": { type: T.PANEL, children: 'offer_panel' }, + "bundle_offer_item/offer_panel": { type: T.BUTTON, children: string }, + "bundle_offer_grid_item": { type: T.PANEL, children: 'offer_item' }, + "bundle_offer_grid_item/offer_item": { type: T.PANEL, children: string }, + "bundle_stack_factory": { type: T.STACK_PANEL, children: string }, + "bundle_factory_panel": { type: T.PANEL, children: 'bundle_stack_factory' }, + "bundle_factory_panel/bundle_stack_factory": { type: T.STACK_PANEL, children: string }, + "bundle_panel": { type: T.PANEL, children: 'progress_loading_spinner' | 'loading_background' | 'bundle_stack_factory' }, + "bundle_panel/progress_loading_spinner": { type: T.IMAGE, children: string }, + "bundle_panel/loading_background": { type: T.IMAGE, children: string }, + "bundle_panel/bundle_stack_factory": { type: T.PANEL, children: string }, +} + +export type CommandBlockType = { + "plus_icon": { type: T.IMAGE, children: string }, + "paste_icon": { type: T.IMAGE, children: string }, + "plus_button": { type: T.BUTTON, children: string }, + "paste_button": { type: T.BUTTON, children: string }, + "icon_dropdown_toggle_button_state_content": { type: T.STACK_PANEL, children: 'icon_panel' | 'spacer' | 'label_panel' | 'arrow_panel' }, + "icon_dropdown_toggle_button_state_content/icon_panel": { type: T.PANEL, children: 'dropdown_contents_icon' }, + "icon_dropdown_toggle_button_state_content/icon_panel/dropdown_contents_icon": { type: T.IMAGE, children: string }, + "icon_dropdown_toggle_button_state_content/spacer": { type: T.PANEL, children: string }, + "icon_dropdown_toggle_button_state_content/label_panel": { type: T.PANEL, children: 'label' }, + "icon_dropdown_toggle_button_state_content/label_panel/label": { type: T.LABEL, children: string }, + "icon_dropdown_toggle_button_state_content/arrow_panel": { type: T.PANEL, children: 'arrow' }, + "icon_dropdown_toggle_button_state_content/arrow_panel/arrow": { type: T.IMAGE, children: string }, + "command_block_multiline_text_edit_box": { type: T.EDIT_BOX, children: string }, + "command_block_text_edit_box": { type: T.EDIT_BOX, children: string }, + "command_block_helper_stack": { type: T.STACK_PANEL, children: 'offset' | 'text_' }, + "command_block_helper_stack/offset": { type: T.PANEL, children: string }, + "command_block_helper_stack/text_": { type: T.LABEL, children: string }, + "previous_command_block_info_stack": { type: T.STACK_PANEL, children: 'offset' | 'start_label' | 'offset1' | 'start_label_dynamic_text' }, + "previous_command_block_info_stack/offset": { type: T.PANEL, children: string }, + "previous_command_block_info_stack/start_label": { type: T.LABEL, children: string }, + "previous_command_block_info_stack/offset1": { type: T.PANEL, children: string }, + "previous_command_block_info_stack/start_label_dynamic_text": { type: T.LABEL, children: string }, + "cancel_button": { type: T.BUTTON, children: string }, + "blocktype_dropdown_content": { type: T.PANEL, children: string }, + "block_type_panel": { type: T.PANEL, children: string }, + "condition_dropdown_content": { type: T.PANEL, children: string }, + "condition_mode_panel": { type: T.PANEL, children: string }, + "redstone_dropdown_content": { type: T.PANEL, children: string }, + "redstone_mode_panel": { type: T.PANEL, children: string }, + "left_scrolling_panel": { type: T.PANEL, children: string }, + "left_scroll_panel_content": { type: T.PANEL, children: 'content_stack_panel' }, + "left_scroll_panel_content/content_stack_panel": { type: T.STACK_PANEL, children: 'offset1' | 'offset2' | 'offset3' | 'block_type_mode_panel' | 'offset4' | 'condition_mode_panel' | 'offset5' | 'redstone_mode_panel' | 'offset_execute_on_first_tick' | 'option_label_execute_on_first_tick' | 'execute_on_first_tick_toggle' | 'offset_tick_delay' | 'option_label_tick_delay' | 'tick_delay_text' | 'offset7' | 'cancel' | 'offset8' }, + "left_scroll_panel_content/content_stack_panel/offset1": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/offset2": { type: T.PANEL, children: 'hover_note_text' }, + "left_scroll_panel_content/content_stack_panel/offset2/hover_note_text": { type: T.EDIT_BOX, children: string }, + "left_scroll_panel_content/content_stack_panel/offset3": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/block_type_mode_panel": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/offset4": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/condition_mode_panel": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/offset5": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/redstone_mode_panel": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/offset_execute_on_first_tick": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/option_label_execute_on_first_tick": { type: T.LABEL, children: string }, + "left_scroll_panel_content/content_stack_panel/execute_on_first_tick_toggle": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/offset_tick_delay": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/option_label_tick_delay": { type: T.LABEL, children: string }, + "left_scroll_panel_content/content_stack_panel/tick_delay_text": { type: T.EDIT_BOX, children: string }, + "left_scroll_panel_content/content_stack_panel/offset7": { type: T.PANEL, children: string }, + "left_scroll_panel_content/content_stack_panel/cancel": { type: T.BUTTON, children: string }, + "left_scroll_panel_content/content_stack_panel/offset8": { type: T.PANEL, children: string }, + "left_divider_content": { type: T.PANEL, children: 'left_scrolling_panel' }, + "left_divider_content/left_scrolling_panel": { type: T.PANEL, children: string }, + "right_scrolling_panel": { type: T.PANEL, children: string }, + "right_scroll_panel_content": { type: T.STACK_PANEL, children: 'command_block_commands_panel' | 'switch_warning_panel' | 'self_label' | 'self_label_offset' | 'nearest_player_label' | 'nearest_player_label_offset' | 'random_player_label' | 'random_player_label_offset' | 'all_players_label' | 'all_players_label_offset' | 'all_entities_label' | 'all_entities_label_offset' | 'nearest_label' | 'nearest_label_offset' | 'command_block_previous_output_panel' | 'previous_block_type_text' | 'offset4' | 'previous_conditional_mode_text' | 'offset5' | 'previous_redstone_mode_text' }, + "right_scroll_panel_content/command_block_commands_panel": { type: T.STACK_PANEL, children: 'spacer1' | 'centering_panel' | 'spacer2' | 'centering_panel1' }, + "right_scroll_panel_content/command_block_commands_panel/spacer1": { type: T.PANEL, children: string }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel": { type: T.PANEL, children: 'option_label' }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel/option_label": { type: T.LABEL, children: string }, + "right_scroll_panel_content/command_block_commands_panel/spacer2": { type: T.PANEL, children: string }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1": { type: T.PANEL, children: 'command_block_commands_panel' }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel": { type: T.STACK_PANEL, children: 'offset' | 'paste_button' | 'plus_button' }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel/offset": { type: T.PANEL, children: 'command_block_commands_text' }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel/offset/command_block_commands_text": { type: T.EDIT_BOX, children: string }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel/paste_button": { type: T.BUTTON, children: string }, + "right_scroll_panel_content/command_block_commands_panel/centering_panel1/command_block_commands_panel/plus_button": { type: T.BUTTON, children: string }, + "right_scroll_panel_content/switch_warning_panel": { type: T.PANEL, children: 'switch_warning_label' }, + "right_scroll_panel_content/switch_warning_panel/switch_warning_label": { type: T.LABEL, children: string }, + "right_scroll_panel_content/self_label": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel_content/self_label_offset": { type: T.PANEL, children: string }, + "right_scroll_panel_content/nearest_player_label": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel_content/nearest_player_label_offset": { type: T.PANEL, children: string }, + "right_scroll_panel_content/random_player_label": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel_content/random_player_label_offset": { type: T.PANEL, children: string }, + "right_scroll_panel_content/all_players_label": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel_content/all_players_label_offset": { type: T.PANEL, children: string }, + "right_scroll_panel_content/all_entities_label": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel_content/all_entities_label_offset": { type: T.PANEL, children: string }, + "right_scroll_panel_content/nearest_label": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel_content/nearest_label_offset": { type: T.PANEL, children: string }, + "right_scroll_panel_content/command_block_previous_output_panel": { type: T.STACK_PANEL, children: 'previous_output_label_stack_centering_panel' | 'spacer' | 'command_output_text_centering_panel' }, + "right_scroll_panel_content/command_block_previous_output_panel/previous_output_label_stack_centering_panel": { type: T.PANEL, children: 'previous_output_label_stack' }, + "right_scroll_panel_content/command_block_previous_output_panel/previous_output_label_stack_centering_panel/previous_output_label_stack": { type: T.STACK_PANEL, children: 'show_output_toggle' | 'option_label' }, + "right_scroll_panel_content/command_block_previous_output_panel/previous_output_label_stack_centering_panel/previous_output_label_stack/show_output_toggle": { type: T.PANEL, children: string }, + "right_scroll_panel_content/command_block_previous_output_panel/previous_output_label_stack_centering_panel/previous_output_label_stack/option_label": { type: T.LABEL, children: string }, + "right_scroll_panel_content/command_block_previous_output_panel/spacer": { type: T.PANEL, children: string }, + "right_scroll_panel_content/command_block_previous_output_panel/command_output_text_centering_panel": { type: T.PANEL, children: 'command_output_text' }, + "right_scroll_panel_content/command_block_previous_output_panel/command_output_text_centering_panel/command_output_text": { type: T.EDIT_BOX, children: string }, + "right_scroll_panel_content/previous_block_type_text": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel_content/offset4": { type: T.PANEL, children: string }, + "right_scroll_panel_content/previous_conditional_mode_text": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel_content/offset5": { type: T.PANEL, children: string }, + "right_scroll_panel_content/previous_redstone_mode_text": { type: T.STACK_PANEL, children: string }, + "divider_content": { type: T.PANEL, children: 'left_side' | 'right_side' }, + "divider_content/left_side": { type: T.PANEL, children: string }, + "divider_content/right_side": { type: T.PANEL, children: string }, + "command_block_screen_content": { type: T.PANEL, children: 'background_divider' | 'title' | 'content' | 'maximized_command_block_text' }, + "command_block_screen_content/background_divider": { type: T.PANEL, children: 'bg_image' | 'dialog_divider' | 'header_buttons_stack_panel' }, + "command_block_screen_content/background_divider/bg_image": { type: T.UNKNOWN, children: string }, + "command_block_screen_content/background_divider/dialog_divider": { type: T.IMAGE, children: string }, + "command_block_screen_content/background_divider/header_buttons_stack_panel": { type: T.STACK_PANEL, children: 'paste_button' | 'close_button_holder' }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/paste_button": { type: T.BUTTON, children: string }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder": { type: T.PANEL, children: 'close' | 'minimize' }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/close": { type: T.BUTTON, children: string }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/minimize": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/minimize/default": { type: T.UNKNOWN, children: string }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/minimize/hover": { type: T.UNKNOWN, children: string }, + "command_block_screen_content/background_divider/header_buttons_stack_panel/close_button_holder/minimize/pressed": { type: T.UNKNOWN, children: string }, + "command_block_screen_content/title": { type: T.LABEL, children: string }, + "command_block_screen_content/content": { type: T.PANEL, children: string }, + "command_block_screen_content/maximized_command_block_text": { type: T.EDIT_BOX, children: string }, + "right_divider_content": { type: T.PANEL, children: 'right_scrolling_panel' }, + "right_divider_content/right_scrolling_panel": { type: T.PANEL, children: string }, + "command_block_screen": { type: T.SCREEN, children: string }, +} + +export type ConfirmDeleteAccountType = { + "horizontal_divider": { type: T.STACK_PANEL, children: string }, + "image_panel": { type: T.PANEL, children: 'image' }, + "image_panel/image": { type: T.IMAGE, children: string }, + "header_panel": { type: T.STACK_PANEL, children: 'image_panel' | 'padding' | 'text_panel' }, + "header_panel/image_panel": { type: T.PANEL, children: string }, + "header_panel/padding": { type: T.PANEL, children: string }, + "header_panel/text_panel": { type: T.STACK_PANEL, children: 'header_text' | 'padding_2' | 'header_text_2' }, + "header_panel/text_panel/header_text": { type: T.LABEL, children: string }, + "header_panel/text_panel/padding_2": { type: T.PANEL, children: string }, + "header_panel/text_panel/header_text_2": { type: T.LABEL, children: string }, + "dialog_content": { type: T.STACK_PANEL, children: 'body_content' | 'padding' | 'button_panel' }, + "dialog_content/body_content": { type: T.PANEL, children: string }, + "dialog_content/padding": { type: T.PANEL, children: string }, + "dialog_content/button_panel": { type: T.STACK_PANEL, children: 'confirm_delete_account_button' | 'padding' | 'cancel_delete_account_button' }, + "dialog_content/button_panel/confirm_delete_account_button": { type: T.BUTTON, children: string }, + "dialog_content/button_panel/padding": { type: T.PANEL, children: string }, + "dialog_content/button_panel/cancel_delete_account_button": { type: T.BUTTON, children: string }, + "confirm_checkbox": { type: T.STACK_PANEL, children: 'check_box_wrapper' | 'padding' | 'label_wrapper' }, + "confirm_checkbox/check_box_wrapper": { type: T.PANEL, children: 'check_box' }, + "confirm_checkbox/check_box_wrapper/check_box": { type: T.TOGGLE, children: string }, + "confirm_checkbox/padding": { type: T.PANEL, children: string }, + "confirm_checkbox/label_wrapper": { type: T.PANEL, children: 'label' }, + "confirm_checkbox/label_wrapper/label": { type: T.LABEL, children: string }, + "scrolling_panel": { type: T.PANEL, children: string }, + "description_label_panel": { type: T.STACK_PANEL, children: 'header_label_wrapper' | 'padding' | 'divider_0' | 'confirm_0' | 'divider_1' | 'confirm_1' | 'divider_2' | 'confirm_2' | 'divider_3' | 'confirm_3' }, + "description_label_panel/header_label_wrapper": { type: T.PANEL, children: string }, + "description_label_panel/padding": { type: T.PANEL, children: string }, + "description_label_panel/divider_0": { type: T.STACK_PANEL, children: string }, + "description_label_panel/confirm_0": { type: T.STACK_PANEL, children: string }, + "description_label_panel/divider_1": { type: T.STACK_PANEL, children: string }, + "description_label_panel/confirm_1": { type: T.STACK_PANEL, children: string }, + "description_label_panel/divider_2": { type: T.STACK_PANEL, children: string }, + "description_label_panel/confirm_2": { type: T.STACK_PANEL, children: string }, + "description_label_panel/divider_3": { type: T.STACK_PANEL, children: string }, + "description_label_panel/confirm_3": { type: T.STACK_PANEL, children: string }, + "confirm_delete_account_screen": { type: T.SCREEN, children: string }, + "confirm_delete_account_screen_content": { type: T.PANEL, children: 'root_panel' }, + "confirm_delete_account_screen_content/root_panel": { type: T.PANEL, children: 'dialog' }, + "confirm_delete_account_screen_content/root_panel/dialog": { type: T.PANEL, children: string }, + "screen_dialog": { type: T.PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, +} + +export type ContentLogType = { + "content_log_label": { type: T.LABEL, children: string }, + "content_log_grid_item": { type: T.PANEL, children: 'content_log_background' }, + "content_log_grid_item/content_log_background": { type: T.IMAGE, children: 'content_log_text' }, + "content_log_grid_item/content_log_background/content_log_text": { type: T.LABEL, children: string }, + "content_log_panel": { type: T.PANEL, children: 'stack_panel' }, + "content_log_panel/stack_panel": { type: T.STACK_PANEL, children: string }, +} + +export type ContentLogHistoryType = { + "clipboard_icon": { type: T.IMAGE, children: string }, + "clipboard_icon_wrapper": { type: T.PANEL, children: 'stack_panel' }, + "clipboard_icon_wrapper/stack_panel": { type: T.STACK_PANEL, children: 'icon_panel' | 'offset' | 'label_panel' }, + "clipboard_icon_wrapper/stack_panel/icon_panel": { type: T.PANEL, children: 'icon' }, + "clipboard_icon_wrapper/stack_panel/icon_panel/icon": { type: T.IMAGE, children: string }, + "clipboard_icon_wrapper/stack_panel/offset": { type: T.PANEL, children: string }, + "clipboard_icon_wrapper/stack_panel/label_panel": { type: T.PANEL, children: 'label' }, + "clipboard_icon_wrapper/stack_panel/label_panel/label": { type: T.LABEL, children: string }, + "clipboard_button": { type: T.BUTTON, children: string }, + "clear_icon": { type: T.IMAGE, children: string }, + "clear_icon_wrapper": { type: T.PANEL, children: 'stack_panel' }, + "clear_icon_wrapper/stack_panel": { type: T.STACK_PANEL, children: 'icon_panel' | 'offset' | 'label_panel' }, + "clear_icon_wrapper/stack_panel/icon_panel": { type: T.PANEL, children: 'icon' }, + "clear_icon_wrapper/stack_panel/icon_panel/icon": { type: T.IMAGE, children: string }, + "clear_icon_wrapper/stack_panel/offset": { type: T.PANEL, children: string }, + "clear_icon_wrapper/stack_panel/label_panel": { type: T.PANEL, children: 'label' }, + "clear_icon_wrapper/stack_panel/label_panel/label": { type: T.LABEL, children: string }, + "clear_button": { type: T.BUTTON, children: string }, + "horizontal_button_stack_panel": { type: T.STACK_PANEL, children: 'clipboard_button' | 'clear_button' }, + "horizontal_button_stack_panel/clipboard_button": { type: T.BUTTON, children: string }, + "horizontal_button_stack_panel/clear_button": { type: T.BUTTON, children: string }, + "content_log_message": { type: T.LABEL, children: string }, + "content_log_message_panel": { type: T.PANEL, children: 'content_log_message' }, + "content_log_message_panel/content_log_message": { type: T.LABEL, children: string }, + "content_log_message_panel_panel": { type: T.PANEL, children: 'content_log_message_panel' }, + "content_log_message_panel_panel/content_log_message_panel": { type: T.PANEL, children: string }, + "messages_stack_panel": { type: T.STACK_PANEL, children: string }, + "messages_scrolling_panel": { type: T.PANEL, children: string }, + "main_stack_panel": { type: T.STACK_PANEL, children: 'messages_scrolling_panel' }, + "main_stack_panel/messages_scrolling_panel": { type: T.PANEL, children: string }, + "content_log_history_panel": { type: T.PANEL, children: 'content_log_history_dialog' }, + "content_log_history_panel/content_log_history_dialog": { type: T.UNKNOWN, children: string }, + "content_log_history_screen": { type: T.SCREEN, children: string }, +} + +export type CrafterPocketType = { + "generic_label": { type: T.LABEL, children: string }, + "header_panel": { type: T.PANEL, children: 'header_background' | 'title_label' }, + "header_panel/header_background": { type: T.IMAGE, children: string }, + "header_panel/title_label": { type: T.LABEL, children: string }, + "header_area": { type: T.PANEL, children: 'x' | 'inventory_header' | 'container_header' }, + "header_area/x": { type: T.BUTTON, children: string }, + "header_area/inventory_header": { type: T.PANEL, children: string }, + "header_area/container_header": { type: T.PANEL, children: string }, + "dark_bg": { type: T.IMAGE, children: string }, + "panel_outline": { type: T.IMAGE, children: string }, + "background_panel": { type: T.IMAGE, children: string }, + "inventory_panel": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_panel/scrolling_panel": { type: T.PANEL, children: string }, + "left_screen": { type: T.PANEL, children: 'inventory_panel' }, + "left_screen/inventory_panel": { type: T.PANEL, children: string }, + "crafter_input_grid": { type: T.GRID, children: string }, + "crafter_disabled_slot": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "crafter_disabled_slot/default": { type: T.IMAGE, children: string }, + "crafter_disabled_slot/hover": { type: T.IMAGE, children: string }, + "crafter_disabled_slot/pressed": { type: T.IMAGE, children: string }, + "cell_image": { type: T.IMAGE, children: string }, + "crafter_highlight_slot": { type: T.IMAGE, children: string }, + "crafter_container_slot_button_prototype": { type: T.BUTTON, children: string }, + "crafter_highlight_slot_panel": { type: T.PANEL, children: 'highlight' | 'white_border' }, + "crafter_highlight_slot_panel/highlight": { type: T.IMAGE, children: 'hover_text' }, + "crafter_highlight_slot_panel/highlight/hover_text": { type: T.CUSTOM, children: string }, + "crafter_highlight_slot_panel/white_border": { type: T.IMAGE, children: string }, + "crafter_enabled_slot_template": { type: T.INPUT_PANEL, children: string }, + "output_slot_hover_info": { type: T.BUTTON, children: 'hover' | 'output_slot' | 'output_slot_border' | 'output_count' }, + "output_slot_hover_info/hover": { type: T.CUSTOM, children: string }, + "output_slot_hover_info/output_slot": { type: T.CUSTOM, children: string }, + "output_slot_hover_info/output_slot_border": { type: T.IMAGE, children: string }, + "output_slot_hover_info/output_count": { type: T.LABEL, children: string }, + "panel_crafter": { type: T.PANEL, children: 'item_lock_notification_factory' | 'root_panel' }, + "panel_crafter/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "panel_crafter/root_panel": { type: T.INPUT_PANEL, children: 'disabled_slot_0_button' | 'disabled_slot_1_button' | 'disabled_slot_2_button' | 'disabled_slot_3_button' | 'disabled_slot_4_button' | 'disabled_slot_5_button' | 'disabled_slot_6_button' | 'disabled_slot_7_button' | 'disabled_slot_8_button' | 'redstone_screen_inventory' | 'red_icon' }, + "panel_crafter/root_panel/disabled_slot_0_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_1_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_2_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_3_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_4_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_5_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_6_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_7_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_8_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory": { type: T.PANEL, children: 'crafting_grid' | 'red_hold_icon' | 'redstone_wire_line' | 'crafter_output' }, + "panel_crafter/root_panel/redstone_screen_inventory/crafting_grid": { type: T.PANEL, children: 'crafter_input_grid' }, + "panel_crafter/root_panel/redstone_screen_inventory/crafting_grid/crafter_input_grid": { type: T.GRID, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory/red_hold_icon": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory/redstone_wire_line": { type: T.IMAGE, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory/crafter_output": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/red_icon": { type: T.BUTTON, children: string }, + "right_screen_background": { type: T.IMAGE, children: string }, + "right_screen": { type: T.PANEL, children: 'right_screen_bg' }, + "right_screen/right_screen_bg": { type: T.IMAGE, children: 'inventory_panel' }, + "right_screen/right_screen_bg/inventory_panel": { type: T.PANEL, children: string }, + "panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'header' | 'bg' | 'inventory' | 'container' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'gamepad_cursor' | 'flying_item_renderer' }, + "panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "panel/header": { type: T.PANEL, children: string }, + "panel/bg": { type: T.IMAGE, children: string }, + "panel/inventory": { type: T.PANEL, children: string }, + "panel/container": { type: T.PANEL, children: string }, + "panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "crafter": { type: T.PANEL, children: string }, +} + +export type CreateWorldUpsellType = { + "world_icon": { type: T.IMAGE, children: string }, + "realms_icon": { type: T.IMAGE, children: string }, + "dark_banner": { type: T.IMAGE, children: string }, + "grey_banner": { type: T.IMAGE, children: string }, + "checkmark": { type: T.IMAGE, children: string }, + "largex": { type: T.IMAGE, children: string }, + "realms_art_icon": { type: T.IMAGE, children: string }, + "new_world_button": { type: T.BUTTON, children: string }, + "new_realm_button": { type: T.BUTTON, children: string }, + "remove_trial_button": { type: T.BUTTON, children: string }, + "button_content": { type: T.STACK_PANEL, children: 'padding_0' | 'icon_panel' | 'padding_1' | 'label_panel' }, + "button_content/padding_0": { type: T.PANEL, children: string }, + "button_content/icon_panel": { type: T.PANEL, children: string }, + "button_content/padding_1": { type: T.PANEL, children: string }, + "button_content/label_panel": { type: T.PANEL, children: string }, + "realm_button_content": { type: T.STACK_PANEL, children: string }, + "world_button_content": { type: T.STACK_PANEL, children: string }, + "realms_button_text_panel": { type: T.STACK_PANEL, children: 'new_realm_label' | 'new_realm_trial_label' }, + "realms_button_text_panel/new_realm_label": { type: T.LABEL, children: string }, + "realms_button_text_panel/new_realm_trial_label": { type: T.LABEL, children: string }, + "price_label": { type: T.LABEL, children: string }, + "new_realm_label": { type: T.LABEL, children: string }, + "new_realm_trial_label": { type: T.LABEL, children: string }, + "new_world_label": { type: T.LABEL, children: string }, + "button_and_price_panel": { type: T.STACK_PANEL, children: 'padding' | 'price_label_panel' }, + "button_and_price_panel/padding": { type: T.PANEL, children: string }, + "button_and_price_panel/price_label_panel": { type: T.PANEL, children: 'price' }, + "button_and_price_panel/price_label_panel/price": { type: T.LABEL, children: string }, + "border_shell": { type: T.IMAGE, children: string }, + "head_banner_panel": { type: T.IMAGE, children: string }, + "create_new_realm_content": { type: T.STACK_PANEL, children: 'head_banner_panel' | 'realm_grid' }, + "create_new_realm_content/head_banner_panel": { type: T.IMAGE, children: 'realm_button_price' }, + "create_new_realm_content/head_banner_panel/realm_button_price": { type: T.STACK_PANEL, children: string }, + "create_new_realm_content/realm_grid": { type: T.GRID, children: string }, + "create_world_upsell_grid_item": { type: T.PANEL, children: 'db' | 'gb' | 'gp' }, + "create_world_upsell_grid_item/db": { type: T.IMAGE, children: string }, + "create_world_upsell_grid_item/gb": { type: T.IMAGE, children: string }, + "create_world_upsell_grid_item/gp": { type: T.STACK_PANEL, children: string }, + "grid_panel": { type: T.STACK_PANEL, children: 'padding' | 'upsell_text_panel' }, + "grid_panel/padding": { type: T.PANEL, children: string }, + "grid_panel/upsell_text_panel": { type: T.PANEL, children: 'upsell_label' }, + "grid_panel/upsell_text_panel/upsell_label": { type: T.LABEL, children: string }, + "create_new_world_content": { type: T.STACK_PANEL, children: 'head_banner_panel' | 'world_grid' }, + "create_new_world_content/head_banner_panel": { type: T.IMAGE, children: 'world_button_price' }, + "create_new_world_content/head_banner_panel/world_button_price": { type: T.STACK_PANEL, children: string }, + "create_new_world_content/world_grid": { type: T.GRID, children: string }, + "new_world_or_realm_scroll": { type: T.PANEL, children: string }, + "create_new_world_or_realm_content": { type: T.STACK_PANEL, children: 'world' | 'padding' | 'realm_content' }, + "create_new_world_or_realm_content/world": { type: T.IMAGE, children: string }, + "create_new_world_or_realm_content/padding": { type: T.PANEL, children: string }, + "create_new_world_or_realm_content/realm_content": { type: T.IMAGE, children: string }, + "new_realm_scroll": { type: T.PANEL, children: string }, + "new_realm_content_panel": { type: T.STACK_PANEL, children: 'key_art_panel' | 'padding_hack' | 'padding_0' | 'new_realm_scroll' | 'padding_1' }, + "new_realm_content_panel/key_art_panel": { type: T.PANEL, children: 'realms_art_icon' }, + "new_realm_content_panel/key_art_panel/realms_art_icon": { type: T.IMAGE, children: string }, + "new_realm_content_panel/padding_hack": { type: T.PANEL, children: string }, + "new_realm_content_panel/padding_0": { type: T.PANEL, children: string }, + "new_realm_content_panel/new_realm_scroll": { type: T.PANEL, children: string }, + "new_realm_content_panel/padding_1": { type: T.PANEL, children: string }, + "create_realm_upsell_content": { type: T.STACK_PANEL, children: 'realm_content' | 'padding_0' | 'remove_trial_button' | 'padding_1' }, + "create_realm_upsell_content/realm_content": { type: T.IMAGE, children: string }, + "create_realm_upsell_content/padding_0": { type: T.PANEL, children: string }, + "create_realm_upsell_content/remove_trial_button": { type: T.BUTTON, children: string }, + "create_realm_upsell_content/padding_1": { type: T.PANEL, children: string }, + "realm_content": { type: T.IMAGE, children: string }, + "create_world_upsell": { type: T.SCREEN, children: string }, + "create_world_upsell_realms": { type: T.SCREEN, children: string }, + "main_panel": { type: T.PANEL, children: string }, + "variable_screen_size_panel": { type: T.PANEL, children: 'dialog_0' | 'dialog_1' }, + "variable_screen_size_panel/dialog_0": { type: T.PANEL, children: string }, + "variable_screen_size_panel/dialog_1": { type: T.PANEL, children: string }, + "main_panel_realms_only": { type: T.PANEL, children: string }, +} + +export type CreditsType = { + "fade_in_image": { type: T.IMAGE, children: string }, + "fade_out_image": { type: T.IMAGE, children: string }, + "skip_panel": { type: T.PANEL, children: 'skip_button' | 'exit_credits_input_panel' }, + "skip_panel/skip_button": { type: T.BUTTON, children: string }, + "skip_panel/exit_credits_input_panel": { type: T.INPUT_PANEL, children: string }, + "credits_renderer": { type: T.CUSTOM, children: string }, + "credits_screen_content": { type: T.PANEL, children: 'credits_renderer' | 'vignette_renderer' | 'fade_in_image' | 'credits_factory' | 'whole_screen_input_panel' }, + "credits_screen_content/credits_renderer": { type: T.CUSTOM, children: string }, + "credits_screen_content/vignette_renderer": { type: T.CUSTOM, children: string }, + "credits_screen_content/fade_in_image": { type: T.IMAGE, children: string }, + "credits_screen_content/credits_factory": { type: T.FACTORY, children: string }, + "credits_screen_content/whole_screen_input_panel": { type: T.INPUT_PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, + "credits_screen": { type: T.SCREEN, children: string }, +} + +export type CsbPurchaseErrorType = { + "csb_purchase_error_screen": { type: T.SCREEN, children: string }, + "purchase_error_screen_content": { type: T.PANEL, children: 'main_panel' }, + "purchase_error_screen_content/main_panel": { type: T.PANEL, children: string }, + "purchase_error_modal_main_panel": { type: T.STACK_PANEL, children: 'text_panel' | 'padding_1' | 'art_panel' | 'padding_2' | 'error_panel' }, + "purchase_error_modal_main_panel/text_panel": { type: T.PANEL, children: 'text' }, + "purchase_error_modal_main_panel/text_panel/text": { type: T.LABEL, children: string }, + "purchase_error_modal_main_panel/padding_1": { type: T.PANEL, children: string }, + "purchase_error_modal_main_panel/art_panel": { type: T.PANEL, children: 'art' }, + "purchase_error_modal_main_panel/art_panel/art": { type: T.IMAGE, children: string }, + "purchase_error_modal_main_panel/padding_2": { type: T.PANEL, children: string }, + "purchase_error_modal_main_panel/error_panel": { type: T.STACK_PANEL, children: 'error_code' | 'correlation_id' }, + "purchase_error_modal_main_panel/error_panel/error_code": { type: T.LABEL, children: string }, + "purchase_error_modal_main_panel/error_panel/correlation_id": { type: T.LABEL, children: string }, + "purchase_error_modal_back_button": { type: T.BUTTON, children: string }, +} + +export type CsbType = { + "csb_pdp_screen": { type: T.SCREEN, children: string }, + "csb_upgrade_notice_screen": { type: T.SCREEN, children: string }, + "csb_background": { type: T.IMAGE, children: string }, + "gradient_image_stack": { type: T.STACK_PANEL, children: 'gradient' }, + "gradient_image_stack/gradient": { type: T.IMAGE, children: string }, + "gradient_content_panel": { type: T.PANEL, children: 'gradient' | 'particles' | 'content_panel' }, + "gradient_content_panel/gradient": { type: T.STACK_PANEL, children: string }, + "gradient_content_panel/particles": { type: T.IMAGE, children: string }, + "gradient_content_panel/content_panel": { type: T.UNKNOWN, children: string }, + "csb_screen_main_panel": { type: T.INPUT_PANEL, children: string }, + "csb_main_panel": { type: T.PANEL, children: 'root_panel' }, + "csb_main_panel/root_panel": { type: T.PANEL, children: 'main_panel' }, + "csb_main_panel/root_panel/main_panel": { type: T.STACK_PANEL, children: string }, + "dialog_content": { type: T.STACK_PANEL, children: 'selector_area' | 'padding_1' | 'allow_divider_offset_panel' | 'padding_2' | 'content_area' | 'padding_3' }, + "dialog_content/selector_area": { type: T.PANEL, children: string }, + "dialog_content/padding_1": { type: T.PANEL, children: string }, + "dialog_content/allow_divider_offset_panel": { type: T.PANEL, children: 'left_right_pane_divider' }, + "dialog_content/allow_divider_offset_panel/left_right_pane_divider": { type: T.IMAGE, children: string }, + "dialog_content/padding_2": { type: T.PANEL, children: string }, + "dialog_content/content_area": { type: T.PANEL, children: string }, + "dialog_content/padding_3": { type: T.PANEL, children: string }, + "selector_area": { type: T.PANEL, children: 'scrolling_panel' }, + "selector_area/scrolling_panel": { type: T.PANEL, children: string }, + "scrollable_selector_area_content": { type: T.STACK_PANEL, children: 'focus_reset_input_panel' | 'csb_toggle' | 'content_toggle' | 'faq_toggle' | 'toggle_section_divider' | 'buy_now_toggle' | 'xbl_btn_panel' }, + "scrollable_selector_area_content/focus_reset_input_panel": { type: T.INPUT_PANEL, children: string }, + "scrollable_selector_area_content/csb_toggle": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/content_toggle": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/faq_toggle": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/toggle_section_divider": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/buy_now_toggle": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/xbl_btn_panel": { type: T.PANEL, children: 'xbl_btn' }, + "scrollable_selector_area_content/xbl_btn_panel/xbl_btn": { type: T.BUTTON, children: string }, + "section_toggle_base": { type: T.PANEL, children: string }, + "tab_button_text": { type: T.LABEL, children: string }, + "toggle_base": { type: T.STACK_PANEL, children: 'toggle' | 'padding' }, + "toggle_base/toggle": { type: T.PANEL, children: string }, + "toggle_base/padding": { type: T.PANEL, children: string }, + "csb_toggle": { type: T.STACK_PANEL, children: string }, + "content_toggle": { type: T.STACK_PANEL, children: string }, + "faq_toggle": { type: T.STACK_PANEL, children: string }, + "buy_now_toggle": { type: T.STACK_PANEL, children: string }, + "left_right_pane_divider": { type: T.IMAGE, children: string }, + "content_area": { type: T.PANEL, children: 'control' }, + "content_area/control": { type: T.STACK_PANEL, children: 'scrolling_panel_csb' }, + "content_area/control/scrolling_panel_csb": { type: T.PANEL, children: string }, + "section_content_panels": { type: T.STACK_PANEL, children: string }, + "vertical_padding_4px": { type: T.PANEL, children: string }, + "section_base": { type: T.STACK_PANEL, children: string }, + "buy_now_content_section": { type: T.STACK_PANEL, children: 'vertical_padding' | 'content' }, + "buy_now_content_section/vertical_padding": { type: T.PANEL, children: string }, + "buy_now_content_section/content": { type: T.STACK_PANEL, children: string }, + "markdown_background_animated": { type: T.PANEL, children: 'csb_chevron' }, + "markdown_background_animated/csb_chevron": { type: T.IMAGE, children: string }, + "markdown_background": { type: T.STACK_PANEL, children: 'banner_panel' | 'triangle_panel' }, + "markdown_background/banner_panel": { type: T.PANEL, children: 'banner' }, + "markdown_background/banner_panel/banner": { type: T.IMAGE, children: 'banner_stack_panel' }, + "markdown_background/banner_panel/banner/banner_stack_panel": { type: T.STACK_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "markdown_background/banner_panel/banner/banner_stack_panel/0": { type: T.UNKNOWN, children: string }, + "markdown_background/triangle_panel": { type: T.PANEL, children: 'triangle' }, + "markdown_background/triangle_panel/triangle": { type: T.IMAGE, children: string }, + "empty_label": { type: T.PANEL, children: string }, + "full_width_section_divider": { type: T.STACK_PANEL, children: string }, +} + +export type CsbContentType = { + "csb_content_section": { type: T.STACK_PANEL, children: 'content_section_vertical_padding_1' | 'popular_packs_label_panel' | 'content_section_vertical_padding_2' | 'content_pack_types' | 'content_packs_included' | 'content_section_vertical_padding_3' }, + "csb_content_section/content_section_vertical_padding_1": { type: T.PANEL, children: string }, + "csb_content_section/popular_packs_label_panel": { type: T.PANEL, children: 'label_with_gradient' | 'tts_border' }, + "csb_content_section/popular_packs_label_panel/label_with_gradient": { type: T.PANEL, children: string }, + "csb_content_section/popular_packs_label_panel/tts_border": { type: T.BUTTON, children: string }, + "csb_content_section/content_section_vertical_padding_2": { type: T.PANEL, children: string }, + "csb_content_section/content_pack_types": { type: T.STACK_PANEL, children: string }, + "csb_content_section/content_packs_included": { type: T.STACK_PANEL, children: string }, + "csb_content_section/content_section_vertical_padding_3": { type: T.PANEL, children: string }, + "content_pack_types_section": { type: T.STACK_PANEL, children: 'pack_types' | 'padding' }, + "content_pack_types_section/pack_types": { type: T.STACK_PANEL, children: string }, + "content_pack_types_section/padding": { type: T.PANEL, children: string }, + "content_packs_included_section": { type: T.STACK_PANEL, children: 'popular_packs' | 'section_divider' }, + "content_packs_included_section/popular_packs": { type: T.STACK_PANEL, children: string }, + "content_packs_included_section/section_divider": { type: T.STACK_PANEL, children: string }, + "pack_types": { type: T.STACK_PANEL, children: 'padding_01' | 'pack_types_1' | 'padding_02' | 'pack_types_2' | 'padding_03' }, + "pack_types/padding_01": { type: T.PANEL, children: string }, + "pack_types/pack_types_1": { type: T.STACK_PANEL, children: string }, + "pack_types/padding_02": { type: T.PANEL, children: string }, + "pack_types/pack_types_2": { type: T.STACK_PANEL, children: string }, + "pack_types/padding_03": { type: T.PANEL, children: string }, + "pack_types_1": { type: T.STACK_PANEL, children: 'worlds' | 'padding_01' | 'textures' | 'padding_02' | 'persona' }, + "pack_types_1/worlds": { type: T.STACK_PANEL, children: string }, + "pack_types_1/padding_01": { type: T.PANEL, children: string }, + "pack_types_1/textures": { type: T.STACK_PANEL, children: string }, + "pack_types_1/padding_02": { type: T.PANEL, children: string }, + "pack_types_1/persona": { type: T.STACK_PANEL, children: string }, + "pack_types_2": { type: T.STACK_PANEL, children: 'padding_1' | 'skins' | 'padding_2' | 'mashups' | 'padding_3' }, + "pack_types_2/padding_1": { type: T.PANEL, children: string }, + "pack_types_2/skins": { type: T.STACK_PANEL, children: string }, + "pack_types_2/padding_2": { type: T.PANEL, children: string }, + "pack_types_2/mashups": { type: T.STACK_PANEL, children: string }, + "pack_types_2/padding_3": { type: T.PANEL, children: string }, + "pack_type_description": { type: T.STACK_PANEL, children: 'image_nesting_panel' | 'padding_0' | 'description_nesting_panel' | 'padding_1' }, + "pack_type_description/image_nesting_panel": { type: T.PANEL, children: 'texture' }, + "pack_type_description/image_nesting_panel/texture": { type: T.UNKNOWN, children: string }, + "pack_type_description/padding_0": { type: T.PANEL, children: string }, + "pack_type_description/description_nesting_panel": { type: T.PANEL, children: 'description_label' | 'tts_border' }, + "pack_type_description/description_nesting_panel/description_label": { type: T.LABEL, children: string }, + "pack_type_description/description_nesting_panel/tts_border": { type: T.BUTTON, children: string }, + "pack_type_description/padding_1": { type: T.PANEL, children: string }, + "popular_packs": { type: T.STACK_PANEL, children: 'padding_0' | 'pack_grid' | 'view_all_packs_panel' | 'padding_1' }, + "popular_packs/padding_0": { type: T.PANEL, children: string }, + "popular_packs/pack_grid": { type: T.STACK_PANEL, children: string }, + "popular_packs/view_all_packs_panel": { type: T.STACK_PANEL, children: 'view_all_packs_button' | 'padding' | 'view_character_creator_items' }, + "popular_packs/view_all_packs_panel/view_all_packs_button": { type: T.BUTTON, children: string }, + "popular_packs/view_all_packs_panel/padding": { type: T.PANEL, children: string }, + "popular_packs/view_all_packs_panel/view_character_creator_items": { type: T.BUTTON, children: string }, + "popular_packs/padding_1": { type: T.PANEL, children: string }, + "popular_packs_label": { type: T.LABEL, children: string }, + "packs_collection": { type: T.STACK_PANEL, children: 'row_1' | 'padding_1' | 'row_2' | 'padding_2' }, + "packs_collection/row_1": { type: T.STACK_PANEL, children: 'pack_image_grid_item_0' | 'padding' | 'pack_image_grid_item_1' }, + "packs_collection/row_1/pack_image_grid_item_0": { type: T.PANEL, children: string }, + "packs_collection/row_1/padding": { type: T.PANEL, children: string }, + "packs_collection/row_1/pack_image_grid_item_1": { type: T.PANEL, children: string }, + "packs_collection/padding_1": { type: T.PANEL, children: string }, + "packs_collection/row_2": { type: T.STACK_PANEL, children: 'pack_image_grid_item_0' | 'padding' | 'pack_image_grid_item_1' }, + "packs_collection/row_2/pack_image_grid_item_0": { type: T.PANEL, children: string }, + "packs_collection/row_2/padding": { type: T.PANEL, children: string }, + "packs_collection/row_2/pack_image_grid_item_1": { type: T.PANEL, children: string }, + "packs_collection/padding_2": { type: T.PANEL, children: string }, + "pack_image_grid_item": { type: T.PANEL, children: 'bg' | 'offer_button' }, + "pack_image_grid_item/bg": { type: T.IMAGE, children: 'featured_key_art' | 'progress_loading' }, + "pack_image_grid_item/bg/featured_key_art": { type: T.IMAGE, children: string }, + "pack_image_grid_item/bg/progress_loading": { type: T.PANEL, children: string }, + "pack_image_grid_item/offer_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "pack_image_grid_item/offer_button/default": { type: T.IMAGE, children: string }, + "pack_image_grid_item/offer_button/hover": { type: T.IMAGE, children: string }, + "pack_image_grid_item/offer_button/pressed": { type: T.IMAGE, children: string }, +} + +export type CsbBannerType = { + "csb_banner": { type: T.PANEL, children: 'static_button' | 'animated_button' }, + "csb_banner/static_button": { type: T.BUTTON, children: string }, + "csb_banner/animated_button": { type: T.BUTTON, children: string }, + "csb_banner_slim": { type: T.PANEL, children: 'banner_button' }, + "csb_banner_slim/banner_button": { type: T.BUTTON, children: string }, + "csb_banner_portal": { type: T.PANEL, children: 'banner_button' }, + "csb_banner_portal/banner_button": { type: T.BUTTON, children: string }, + "promo_banner_csb_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "promo_banner_csb_button/default": { type: T.UNKNOWN, children: string }, + "promo_banner_csb_button/hover": { type: T.UNKNOWN, children: string }, + "csb_banner_slim_content": { type: T.PANEL, children: 'banner_content' }, + "csb_banner_slim_content/banner_content": { type: T.PANEL, children: string }, + "csb_banner_portal_content": { type: T.PANEL, children: 'banner_content' }, + "csb_banner_portal_content/banner_content": { type: T.PANEL, children: string }, + "slim_logo_panel": { type: T.PANEL, children: 'mpp_logo' }, + "slim_logo_panel/mpp_logo": { type: T.IMAGE, children: string }, + "portal_logo_panel": { type: T.PANEL, children: 'mpp_logo' }, + "portal_logo_panel/mpp_logo": { type: T.IMAGE, children: string }, + "csb_banner_new_content": { type: T.PANEL, children: 'text' }, + "csb_banner_new_content/text": { type: T.STACK_PANEL, children: 'logo_panel' | 'offer_panel' | 'pixel_art' }, + "csb_banner_new_content/text/logo_panel": { type: T.UNKNOWN, children: string }, + "csb_banner_new_content/text/offer_panel": { type: T.PANEL, children: 'upsell_text' }, + "csb_banner_new_content/text/offer_panel/upsell_text": { type: T.STACK_PANEL, children: string }, + "csb_banner_new_content/text/pixel_art": { type: T.STACK_PANEL, children: string }, + "sdl_upsell_text_component_factory": { type: T.STACK_PANEL, children: string }, + "csb_banner_content": { type: T.PANEL, children: 'banner' | 'text' }, + "csb_banner_content/banner": { type: T.IMAGE, children: string }, + "csb_banner_content/text": { type: T.STACK_PANEL, children: 'logo_panel' | 'offer_panel' | 'learn_more_panel' }, + "csb_banner_content/text/logo_panel": { type: T.PANEL, children: 'logo' }, + "csb_banner_content/text/logo_panel/logo": { type: T.STACK_PANEL, children: string }, + "csb_banner_content/text/offer_panel": { type: T.PANEL, children: 'offer' }, + "csb_banner_content/text/offer_panel/offer": { type: T.LABEL, children: string }, + "csb_banner_content/text/learn_more_panel": { type: T.PANEL, children: 'learn_more' }, + "csb_banner_content/text/learn_more_panel/learn_more": { type: T.STACK_PANEL, children: 'more' | 'more_chevron' }, + "csb_banner_content/text/learn_more_panel/learn_more/more": { type: T.LABEL, children: string }, + "csb_banner_content/text/learn_more_panel/learn_more/more_chevron": { type: T.LABEL, children: string }, + "animated_promo_banner_csb_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "animated_promo_banner_csb_button/default": { type: T.PANEL, children: string }, + "animated_promo_banner_csb_button/hover": { type: T.PANEL, children: string }, + "animated_csb_banner_content": { type: T.PANEL, children: 'banner' | 'text' }, + "animated_csb_banner_content/banner": { type: T.IMAGE, children: string }, + "animated_csb_banner_content/text": { type: T.STACK_PANEL, children: 'logo_panel' | 'offer_panel' | 'learn_more_panel' }, + "animated_csb_banner_content/text/logo_panel": { type: T.PANEL, children: 'logo' }, + "animated_csb_banner_content/text/logo_panel/logo": { type: T.STACK_PANEL, children: string }, + "animated_csb_banner_content/text/offer_panel": { type: T.PANEL, children: 'offer' }, + "animated_csb_banner_content/text/offer_panel/offer": { type: T.LABEL, children: string }, + "animated_csb_banner_content/text/learn_more_panel": { type: T.PANEL, children: 'learn_more' }, + "animated_csb_banner_content/text/learn_more_panel/learn_more": { type: T.STACK_PANEL, children: 'more' | 'more_chevron' }, + "animated_csb_banner_content/text/learn_more_panel/learn_more/more": { type: T.LABEL, children: string }, + "animated_csb_banner_content/text/learn_more_panel/learn_more/more_chevron": { type: T.LABEL, children: string }, + "still_pixel_art_panel": { type: T.PANEL, children: 'banner' }, + "still_pixel_art_panel/banner": { type: T.IMAGE, children: string }, + "animated_pixel_art_panel": { type: T.PANEL, children: 'mygif' }, + "animated_pixel_art_panel/mygif": { type: T.CUSTOM, children: string }, + "image_component_factory": { type: T.STACK_PANEL, children: string }, + "image_asset_factory": { type: T.STACK_PANEL, children: string }, +} + +export type CsbBuyType = { + "buy_now_content": { type: T.STACK_PANEL, children: 'description_stack' | 'terms_and_conditions' | 'padding_2' | 'button_panel' | 'padding_3' | 'terms' }, + "buy_now_content/description_stack": { type: T.STACK_PANEL, children: string }, + "buy_now_content/terms_and_conditions": { type: T.PANEL, children: string }, + "buy_now_content/padding_2": { type: T.PANEL, children: string }, + "buy_now_content/button_panel": { type: T.PANEL, children: 'buy_button' | 'icon_panel' }, + "buy_now_content/button_panel/buy_button": { type: T.PANEL, children: string }, + "buy_now_content/button_panel/icon_panel": { type: T.PANEL, children: string }, + "buy_now_content/padding_3": { type: T.PANEL, children: string }, + "buy_now_content/terms": { type: T.STACK_PANEL, children: string }, + "content_text_section": { type: T.STACK_PANEL, children: 'text_description' | 'padding' }, + "content_text_section/text_description": { type: T.PANEL, children: string }, + "content_text_section/padding": { type: T.PANEL, children: string }, + "content_description": { type: T.PANEL, children: 'content_description_label' | 'tts_hover' }, + "content_description/content_description_label": { type: T.LABEL, children: string }, + "content_description/tts_hover": { type: T.BUTTON, children: string }, + "trial_image_and_description": { type: T.STACK_PANEL, children: 'image_border' | 'padding' | 'description_text' }, + "trial_image_and_description/image_border": { type: T.IMAGE, children: string }, + "trial_image_and_description/padding": { type: T.PANEL, children: string }, + "trial_image_and_description/description_text": { type: T.PANEL, children: 'descriptions_label' | 'tts_hover' }, + "trial_image_and_description/description_text/descriptions_label": { type: T.LABEL, children: string }, + "trial_image_and_description/description_text/tts_hover": { type: T.BUTTON, children: string }, + "title_text": { type: T.PANEL, children: 'inner_text' | 'tts_hover' }, + "title_text/inner_text": { type: T.LABEL, children: string }, + "title_text/tts_hover": { type: T.BUTTON, children: string }, + "description_stack": { type: T.STACK_PANEL, children: 'title_with_gradient' | 'padding' | 'image_and_description' }, + "description_stack/title_with_gradient": { type: T.PANEL, children: string }, + "description_stack/padding": { type: T.PANEL, children: string }, + "description_stack/image_and_description": { type: T.STACK_PANEL, children: string }, + "terms_and_conditions": { type: T.PANEL, children: 'terms_panel' }, + "terms_and_conditions/terms_panel": { type: T.PANEL, children: string }, + "terms_and_conditions_panel": { type: T.PANEL, children: 'name_label' | 'terms_string_panel' }, + "terms_and_conditions_panel/name_label": { type: T.LABEL, children: string }, + "terms_and_conditions_panel/terms_string_panel": { type: T.PANEL, children: 'banner_fill' | 'buttons_stack_panel' }, + "terms_and_conditions_panel/terms_string_panel/banner_fill": { type: T.IMAGE, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel": { type: T.STACK_PANEL, children: 'agree_panel' | 'view_terms_button' | 'privacy_policy_button' }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel": { type: T.PANEL, children: 'checkbox_control' }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel/checkbox_control": { type: T.TOGGLE, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/view_terms_button": { type: T.BUTTON, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/privacy_policy_button": { type: T.BUTTON, children: string }, + "button_text": { type: T.LABEL, children: string }, + "mcten_text_centering_panel": { type: T.PANEL, children: 'button_text' }, + "mcten_text_centering_panel/button_text": { type: T.LABEL, children: string }, + "view_terms_button": { type: T.BUTTON, children: string }, + "privacy_policy_button": { type: T.BUTTON, children: string }, + "buy_button_panel": { type: T.PANEL, children: 'buy_button' }, + "buy_button_panel/buy_button": { type: T.BUTTON, children: string }, + "tool_tip_icon_panel": { type: T.PANEL, children: 'issue_icon' }, + "tool_tip_icon_panel/issue_icon": { type: T.BUTTON, children: 'info_icon' | 'default' | 'hover' | 'pressed' }, + "tool_tip_icon_panel/issue_icon/info_icon": { type: T.IMAGE, children: string }, + "tool_tip_icon_panel/issue_icon/default": { type: T.PANEL, children: string }, + "tool_tip_icon_panel/issue_icon/hover": { type: T.IMAGE, children: string }, + "tool_tip_icon_panel/issue_icon/pressed": { type: T.IMAGE, children: string }, + "buy_button_content": { type: T.STACK_PANEL, children: 'button_chevron_panel' | 'button_text_centering_panel' }, + "buy_button_content/button_chevron_panel": { type: T.PANEL, children: 'buy_button_chevron' }, + "buy_button_content/button_chevron_panel/buy_button_chevron": { type: T.PANEL, children: string }, + "buy_button_content/button_text_centering_panel": { type: T.PANEL, children: string }, + "info_icon": { type: T.PANEL, children: 'panel_icon' }, + "info_icon/panel_icon": { type: T.IMAGE, children: string }, +} + +export type CommonCsbType = { + "csb_expiration_banner": { type: T.PANEL, children: 'background' | 'icon' | 'text' }, + "csb_expiration_banner/background": { type: T.IMAGE, children: string }, + "csb_expiration_banner/icon": { type: T.IMAGE, children: string }, + "csb_expiration_banner/text": { type: T.LABEL, children: string }, + "csb_icon_large": { type: T.IMAGE, children: string }, + "csb_header": { type: T.STACK_PANEL, children: 'label_a_text_csb' | 'label_space_text_csb' | 'label_b_text_pass' }, + "csb_header/label_a_text_csb": { type: T.LABEL, children: string }, + "csb_header/label_space_text_csb": { type: T.LABEL, children: string }, + "csb_header/label_b_text_pass": { type: T.LABEL, children: string }, + "csb_header_two_lines": { type: T.STACK_PANEL, children: 'top_header' | 'panel_centre_second_line' }, + "csb_header_two_lines/top_header": { type: T.LABEL, children: string }, + "csb_header_two_lines/panel_centre_second_line": { type: T.PANEL, children: 'sub_header' }, + "csb_header_two_lines/panel_centre_second_line/sub_header": { type: T.LABEL, children: string }, + "csb_gold_button": { type: T.BUTTON, children: string }, + "csb_gold_text_button": { type: T.BUTTON, children: string }, +} + +export type CsbPurchaseAmazondevicewarningType = { + "csb_purchase_amazondevicewarning_screen": { type: T.SCREEN, children: string }, + "screen_content": { type: T.PANEL, children: 'main_panel' }, + "screen_content/main_panel": { type: T.PANEL, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'text_panel_1' | 'art_panel' | 'padding' | 'text_panel_2' }, + "main_panel/text_panel_1": { type: T.PANEL, children: 'text' }, + "main_panel/text_panel_1/text": { type: T.LABEL, children: string }, + "main_panel/art_panel": { type: T.PANEL, children: 'art' }, + "main_panel/art_panel/art": { type: T.IMAGE, children: string }, + "main_panel/padding": { type: T.PANEL, children: string }, + "main_panel/text_panel_2": { type: T.PANEL, children: 'text' }, + "main_panel/text_panel_2/text": { type: T.LABEL, children: string }, + "back_button": { type: T.BUTTON, children: string }, +} + +export type CsbPurchaseWarningType = { + "csb_purchase_warning_screen": { type: T.SCREEN, children: string }, + "purchase_warning_screen_content": { type: T.PANEL, children: 'main_panel' }, + "purchase_warning_screen_content/main_panel": { type: T.PANEL, children: string }, + "warning_modal_main_panel": { type: T.STACK_PANEL, children: 'text_panel_1' | 'padding_1' | 'art_panel' | 'padding_2' | 'text_panel_2' }, + "warning_modal_main_panel/text_panel_1": { type: T.PANEL, children: 'text' }, + "warning_modal_main_panel/text_panel_1/text": { type: T.LABEL, children: string }, + "warning_modal_main_panel/padding_1": { type: T.PANEL, children: string }, + "warning_modal_main_panel/art_panel": { type: T.PANEL, children: 'art' }, + "warning_modal_main_panel/art_panel/art": { type: T.IMAGE, children: string }, + "warning_modal_main_panel/padding_2": { type: T.PANEL, children: string }, + "warning_modal_main_panel/text_panel_2": { type: T.PANEL, children: 'text' }, + "warning_modal_main_panel/text_panel_2/text": { type: T.LABEL, children: string }, + "warning_modal_back_button": { type: T.BUTTON, children: string }, +} + +export type CsbSubscriptionPanelType = { + "csb_container": { type: T.PANEL, children: 'fill' | 'border' | 'panel_contents' }, + "csb_container/fill": { type: T.IMAGE, children: string }, + "csb_container/border": { type: T.IMAGE, children: string }, + "csb_container/panel_contents": { type: T.STACK_PANEL, children: 'content_container' | 'button_panel_spacer' | 'csb_buttons' }, + "csb_container/panel_contents/content_container": { type: T.STACK_PANEL, children: 'side_image_stack_left' | 'padding_02' | 'side_stack_right' }, + "csb_container/panel_contents/content_container/side_image_stack_left": { type: T.PANEL, children: 'csb_image' }, + "csb_container/panel_contents/content_container/side_image_stack_left/csb_image": { type: T.IMAGE, children: string }, + "csb_container/panel_contents/content_container/padding_02": { type: T.PANEL, children: string }, + "csb_container/panel_contents/content_container/side_stack_right": { type: T.STACK_PANEL, children: 'interior_content_stack' }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack": { type: T.STACK_PANEL, children: 'panel_label' | 'interior_top_padding_01' | 'ln_01_container' | 'ln_02_container' | 'ln_03_container' | 'interior_top_padding02' }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/panel_label": { type: T.LABEL, children: string }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/interior_top_padding_01": { type: T.PANEL, children: string }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/ln_01_container": { type: T.STACK_PANEL, children: string }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/ln_02_container": { type: T.STACK_PANEL, children: string }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/ln_03_container": { type: T.STACK_PANEL, children: string }, + "csb_container/panel_contents/content_container/side_stack_right/interior_content_stack/interior_top_padding02": { type: T.PANEL, children: string }, + "csb_container/panel_contents/button_panel_spacer": { type: T.PANEL, children: string }, + "csb_container/panel_contents/csb_buttons": { type: T.STACK_PANEL, children: 'button_panel_padding' | 'padding_01' | 'csb_info_button' }, + "csb_container/panel_contents/csb_buttons/button_panel_padding": { type: T.PANEL, children: string }, + "csb_container/panel_contents/csb_buttons/padding_01": { type: T.PANEL, children: string }, + "csb_container/panel_contents/csb_buttons/csb_info_button": { type: T.BUTTON, children: string }, + "csb_marketplace_benefit": { type: T.STACK_PANEL, children: 'bullet_holder_01' | 'panel_details_ln1' }, + "csb_marketplace_benefit/bullet_holder_01": { type: T.STACK_PANEL, children: 'bullet_spacer' | 'bullet_01' }, + "csb_marketplace_benefit/bullet_holder_01/bullet_spacer": { type: T.PANEL, children: string }, + "csb_marketplace_benefit/bullet_holder_01/bullet_01": { type: T.LABEL, children: string }, + "csb_marketplace_benefit/panel_details_ln1": { type: T.LABEL, children: string }, + "csb_buy_container": { type: T.PANEL, children: 'csb_buy_button' }, + "csb_buy_container/csb_buy_button": { type: T.BUTTON, children: string }, + "csb_buy_button_text": { type: T.LABEL, children: string }, + "csb_cancel_button": { type: T.BUTTON, children: string }, +} + +export type CsbUpsellType = { + "csb_upsell_screen": { type: T.SCREEN, children: string }, + "csb_upsell_compare_dialog": { type: T.PANEL, children: 'csb_upsell_compare_main_screen' }, + "csb_upsell_compare_dialog/csb_upsell_compare_main_screen": { type: T.PANEL, children: string }, + "csb_upsell_popup_content": { type: T.PANEL, children: 'two_side_panels' }, + "csb_upsell_popup_content/two_side_panels": { type: T.STACK_PANEL, children: 'border_panel_left' | 'middle_spacer' | 'border_panel_right' }, + "csb_upsell_popup_content/two_side_panels/border_panel_left": { type: T.PANEL, children: 'border' | 'background_panel' | 'left_side_panel' | 'button_centering' }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/border": { type: T.IMAGE, children: string }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/background_panel": { type: T.IMAGE, children: string }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/left_side_panel": { type: T.STACK_PANEL, children: string }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/button_centering": { type: T.PANEL, children: 'learn_more_left' }, + "csb_upsell_popup_content/two_side_panels/border_panel_left/button_centering/learn_more_left": { type: T.BUTTON, children: string }, + "csb_upsell_popup_content/two_side_panels/middle_spacer": { type: T.PANEL, children: string }, + "csb_upsell_popup_content/two_side_panels/border_panel_right": { type: T.PANEL, children: 'border' | 'background_panel' | 'right_side_panel' | 'button_centering' }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/border": { type: T.IMAGE, children: string }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/background_panel": { type: T.IMAGE, children: string }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/right_side_panel": { type: T.STACK_PANEL, children: string }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/button_centering": { type: T.PANEL, children: 'learn_more_right' }, + "csb_upsell_popup_content/two_side_panels/border_panel_right/button_centering/learn_more_right": { type: T.BUTTON, children: string }, + "csb_upsell_left_side_panel": { type: T.STACK_PANEL, children: 'upper_half' | 'middle_spacer' | 'bottom_half' }, + "csb_upsell_left_side_panel/upper_half": { type: T.STACK_PANEL, children: 'header_panel' }, + "csb_upsell_left_side_panel/upper_half/header_panel": { type: T.STACK_PANEL, children: 'blank_space' | 'top_header' | 'price_amount' }, + "csb_upsell_left_side_panel/upper_half/header_panel/blank_space": { type: T.PANEL, children: string }, + "csb_upsell_left_side_panel/upper_half/header_panel/top_header": { type: T.STACK_PANEL, children: string }, + "csb_upsell_left_side_panel/upper_half/header_panel/price_amount": { type: T.PANEL, children: string }, + "csb_upsell_left_side_panel/middle_spacer": { type: T.PANEL, children: string }, + "csb_upsell_left_side_panel/bottom_half": { type: T.STACK_PANEL, children: 'padding_b' | 'bullet_one' | 'padding_0' | 'bullet_two' | 'padding_1' | 'bullet_three' }, + "csb_upsell_left_side_panel/bottom_half/padding_b": { type: T.PANEL, children: string }, + "csb_upsell_left_side_panel/bottom_half/bullet_one": { type: T.STACK_PANEL, children: string }, + "csb_upsell_left_side_panel/bottom_half/padding_0": { type: T.PANEL, children: string }, + "csb_upsell_left_side_panel/bottom_half/bullet_two": { type: T.STACK_PANEL, children: string }, + "csb_upsell_left_side_panel/bottom_half/padding_1": { type: T.PANEL, children: string }, + "csb_upsell_left_side_panel/bottom_half/bullet_three": { type: T.STACK_PANEL, children: string }, + "csb_upsell_right_side_panel": { type: T.STACK_PANEL, children: 'upper_half' | 'middle_spacer' | 'bottom_half' }, + "csb_upsell_right_side_panel/upper_half": { type: T.STACK_PANEL, children: 'marketing_banner' | 'header_panel' }, + "csb_upsell_right_side_panel/upper_half/marketing_banner": { type: T.PANEL, children: 'background_color' | 'marketing_banner_label' }, + "csb_upsell_right_side_panel/upper_half/marketing_banner/background_color": { type: T.IMAGE, children: string }, + "csb_upsell_right_side_panel/upper_half/marketing_banner/marketing_banner_label": { type: T.LABEL, children: string }, + "csb_upsell_right_side_panel/upper_half/header_panel": { type: T.STACK_PANEL, children: 'top_header' | 'price_amount' }, + "csb_upsell_right_side_panel/upper_half/header_panel/top_header": { type: T.LABEL, children: string }, + "csb_upsell_right_side_panel/upper_half/header_panel/price_amount": { type: T.PANEL, children: string }, + "csb_upsell_right_side_panel/middle_spacer": { type: T.PANEL, children: string }, + "csb_upsell_right_side_panel/bottom_half": { type: T.STACK_PANEL, children: 'padding_b' | 'bullet_one' | 'padding_1' | 'bullet_two' | 'padding_0' | 'bullet_three' }, + "csb_upsell_right_side_panel/bottom_half/padding_b": { type: T.PANEL, children: string }, + "csb_upsell_right_side_panel/bottom_half/bullet_one": { type: T.STACK_PANEL, children: string }, + "csb_upsell_right_side_panel/bottom_half/padding_1": { type: T.PANEL, children: string }, + "csb_upsell_right_side_panel/bottom_half/bullet_two": { type: T.STACK_PANEL, children: string }, + "csb_upsell_right_side_panel/bottom_half/padding_0": { type: T.PANEL, children: string }, + "csb_upsell_right_side_panel/bottom_half/bullet_three": { type: T.STACK_PANEL, children: string }, + "csb_big_padding": { type: T.PANEL, children: string }, + "csb_bullet_padding": { type: T.PANEL, children: 'desktop' | 'pocket' }, + "csb_bullet_padding/desktop": { type: T.PANEL, children: string }, + "csb_bullet_padding/pocket": { type: T.PANEL, children: string }, + "csb_bullet_desktop_padding": { type: T.PANEL, children: string }, + "csb_bullet_pocket_padding": { type: T.PANEL, children: string }, + "csb_bullet": { type: T.STACK_PANEL, children: 'padding_icon_left' | 'padding_icon_vertical' | 'padding_icon_right' }, + "csb_bullet/padding_icon_left": { type: T.PANEL, children: string }, + "csb_bullet/padding_icon_vertical": { type: T.STACK_PANEL, children: 'padding_vertical' | 'label_icon' }, + "csb_bullet/padding_icon_vertical/padding_vertical": { type: T.PANEL, children: string }, + "csb_bullet/padding_icon_vertical/label_icon": { type: T.IMAGE, children: string }, + "csb_bullet/padding_icon_right": { type: T.PANEL, children: string }, + "csb_bullet_point": { type: T.STACK_PANEL, children: 'bullet_icon' | 'label_text' }, + "csb_bullet_point/bullet_icon": { type: T.STACK_PANEL, children: string }, + "csb_bullet_point/label_text": { type: T.LABEL, children: string }, + "csb_bullet_split_point": { type: T.STACK_PANEL, children: 'bullet_icon' | 'label_text' | 'space' | 'csb_name' }, + "csb_bullet_split_point/bullet_icon": { type: T.STACK_PANEL, children: string }, + "csb_bullet_split_point/label_text": { type: T.LABEL, children: string }, + "csb_bullet_split_point/space": { type: T.PANEL, children: 'label_text_csb' }, + "csb_bullet_split_point/space/label_text_csb": { type: T.LABEL, children: string }, + "csb_bullet_split_point/csb_name": { type: T.PANEL, children: 'csb_name_string' }, + "csb_bullet_split_point/csb_name/csb_name_string": { type: T.STACK_PANEL, children: string }, + "csb_price": { type: T.PANEL, children: 'price_details' }, + "csb_price/price_details": { type: T.STACK_PANEL, children: string }, + "csb_price_details": { type: T.STACK_PANEL, children: 'price_panel_1' | 'price_panel_first_period' }, + "csb_price_details/price_panel_1": { type: T.PANEL, children: 'amount' }, + "csb_price_details/price_panel_1/amount": { type: T.LABEL, children: string }, + "csb_price_details/price_panel_first_period": { type: T.PANEL, children: 'second_line' }, + "csb_price_details/price_panel_first_period/second_line": { type: T.LABEL, children: string }, + "csb_learn_more": { type: T.PANEL, children: 'learn_more' }, + "csb_learn_more/learn_more": { type: T.LABEL, children: string }, +} + +export type CsbPacksType = { + "view_all_packs_screen": { type: T.SCREEN, children: string }, + "view_packs_screen_content": { type: T.PANEL, children: 'main_panel' }, + "view_packs_screen_content/main_panel": { type: T.STACK_PANEL, children: string }, + "csb_view_packs_screen_main_panel": { type: T.INPUT_PANEL, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'offers' | 'progress_loading' }, + "main_panel/offers": { type: T.PANEL, children: string }, + "main_panel/progress_loading": { type: T.PANEL, children: string }, + "scrolling_content_stack": { type: T.STACK_PANEL, children: 'padding_0' | 'store_factory' }, + "scrolling_content_stack/padding_0": { type: T.PANEL, children: string }, + "scrolling_content_stack/store_factory": { type: T.STACK_PANEL, children: string }, +} + +export type CsbWelcomeType = { + "csb_welcome_screen": { type: T.SCREEN, children: string }, + "welcome_screen_content": { type: T.PANEL, children: 'main_panel' }, + "welcome_screen_content/main_panel": { type: T.PANEL, children: string }, + "welcome_modal_main_panel": { type: T.STACK_PANEL, children: 'art_panel' | 'padding' | 'text_panel' }, + "welcome_modal_main_panel/art_panel": { type: T.PANEL, children: 'art' }, + "welcome_modal_main_panel/art_panel/art": { type: T.IMAGE, children: string }, + "welcome_modal_main_panel/padding": { type: T.PANEL, children: string }, + "welcome_modal_main_panel/text_panel": { type: T.PANEL, children: 'text' }, + "welcome_modal_main_panel/text_panel/text": { type: T.LABEL, children: string }, + "welcome_modal_continue_button": { type: T.BUTTON, children: string }, +} + +export type CsbFaqType = { + "faq_bottom_button": { type: T.BUTTON, children: string }, + "faq_image_section": { type: T.PANEL, children: 'faq_image' }, + "faq_image_section/faq_image": { type: T.IMAGE, children: string }, + "faq_text_section_body": { type: T.STACK_PANEL, children: string }, + "faq_text_question": { type: T.LABEL, children: string }, + "faq_text_section": { type: T.STACK_PANEL, children: 'faq_text_question' | 'faq_text_answer' }, + "faq_text_section/faq_text_question": { type: T.LABEL, children: string }, + "faq_text_section/faq_text_answer": { type: T.LABEL, children: string }, + "faq_price_bound_text_section": { type: T.STACK_PANEL, children: 'faq_text_question' | 'faq_text_answer' }, + "faq_price_bound_text_section/faq_text_question": { type: T.LABEL, children: string }, + "faq_price_bound_text_section/faq_text_answer": { type: T.LABEL, children: string }, + "faq_question_body": { type: T.STACK_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "faq_question_body/0": { type: T.UNKNOWN, children: string }, + "faq_question_body_stack": { type: T.STACK_PANEL, children: string }, + "faq_question_body_horz_padding": { type: T.PANEL, children: string }, + "image_left_faq_question_body": { type: T.BUTTON, children: string }, + "image_right_faq_question_body": { type: T.BUTTON, children: string }, + "image_left_faq_price_bound": { type: T.BUTTON, children: string }, + "image_right_faq_price_bound": { type: T.BUTTON, children: string }, + "faq_section_header_space": { type: T.PANEL, children: string }, + "faq_section_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section": { type: T.STACK_PANEL, children: 'faq_section_vertical_padding_1' | 'faq_header' | 'faq_section_vertical_padding_2' | 'faq_question_1' | 'faq_question_1_divider' | 'faq_question_2' | 'faq_question_2_divider' | 'faq_question_3' | 'faq_question_3_divider' | 'faq_question_4' | 'faq_question_4_divider' | 'faq_question_5' | 'faq_question_5_divider' | 'faq_question_6' | 'faq_question_6_divider' | 'faq_question_7' | 'faq_question_7_divider' | 'faq_question_8' | 'faq_question_8_divider' | 'faq_question_9' | 'faq_question_9_divider' | 'faq_question_10' | 'faq_question_10_divider' | 'faq_button' | 'faq_bottom_padding' }, + "faq_content_section/faq_section_vertical_padding_1": { type: T.PANEL, children: string }, + "faq_content_section/faq_header": { type: T.LABEL, children: string }, + "faq_content_section/faq_section_vertical_padding_2": { type: T.PANEL, children: string }, + "faq_content_section/faq_question_1": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_1_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_2": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_2_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_3": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_3_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_4": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_4_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_5": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_5_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_6": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_6_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_7": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_7_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_8": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_8_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_9": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_9_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_10": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_10_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_button": { type: T.BUTTON, children: string }, + "faq_content_section/faq_bottom_padding": { type: T.PANEL, children: 'bottom_left_particles' }, + "faq_content_section/faq_bottom_padding/bottom_left_particles": { type: T.IMAGE, children: string }, +} + +export type CsbLandingType = { + "landing_content_section": { type: T.STACK_PANEL, children: 'landing_section_vertical_padding' | 'landing_content' }, + "landing_content_section/landing_section_vertical_padding": { type: T.PANEL, children: string }, + "landing_content_section/landing_content": { type: T.STACK_PANEL, children: 'title_stack' | 'vertical_small_spacer_0' | 'vertical_small_spacer_1' | 'info_stack' | 'vertical_small_spacer_2' }, + "landing_content_section/landing_content/title_stack": { type: T.STACK_PANEL, children: string }, + "landing_content_section/landing_content/vertical_small_spacer_0": { type: T.PANEL, children: string }, + "landing_content_section/landing_content/vertical_small_spacer_1": { type: T.PANEL, children: string }, + "landing_content_section/landing_content/info_stack": { type: T.STACK_PANEL, children: string }, + "landing_content_section/landing_content/vertical_small_spacer_2": { type: T.PANEL, children: string }, + "horizontal_small_spacer": { type: T.PANEL, children: string }, + "vertical_small_spacer": { type: T.PANEL, children: string }, + "vertical_large_spacer": { type: T.PANEL, children: string }, + "title_stack": { type: T.STACK_PANEL, children: 'title_image_panel' | 'title_space' | 'action_button' | 'sign_in_button' | 'vertical_space2' | 'gradient_panel' | 'gradient_panel2' }, + "title_stack/title_image_panel": { type: T.STACK_PANEL, children: string }, + "title_stack/title_space": { type: T.PANEL, children: string }, + "title_stack/action_button": { type: T.PANEL, children: string }, + "title_stack/sign_in_button": { type: T.PANEL, children: string }, + "title_stack/vertical_space2": { type: T.PANEL, children: string }, + "title_stack/gradient_panel": { type: T.PANEL, children: 'label_with_gradient' | 'tts_hover' }, + "title_stack/gradient_panel/label_with_gradient": { type: T.PANEL, children: string }, + "title_stack/gradient_panel/tts_hover": { type: T.BUTTON, children: string }, + "title_stack/gradient_panel2": { type: T.PANEL, children: 'label_with_gradient2' | 'tts_hover' }, + "title_stack/gradient_panel2/label_with_gradient2": { type: T.PANEL, children: string }, + "title_stack/gradient_panel2/tts_hover": { type: T.BUTTON, children: string }, + "subscription_includes_text": { type: T.LABEL, children: string }, + "free_trial_text": { type: T.LABEL, children: string }, + "title_space": { type: T.PANEL, children: string }, + "title_image_panel": { type: T.STACK_PANEL, children: 'vertical_small_spacer_1' | 'title_image_container' | 'vertical_small_spacer_2' }, + "title_image_panel/vertical_small_spacer_1": { type: T.PANEL, children: string }, + "title_image_panel/title_image_container": { type: T.PANEL, children: 'title_image' }, + "title_image_panel/title_image_container/title_image": { type: T.IMAGE, children: string }, + "title_image_panel/vertical_small_spacer_2": { type: T.PANEL, children: string }, + "info_stack": { type: T.STACK_PANEL, children: 'info_section_image' | 'info_description_stack_retail' }, + "info_stack/info_section_image": { type: T.IMAGE, children: string }, + "info_stack/info_description_stack_retail": { type: T.STACK_PANEL, children: string }, + "info_description_stack_retail": { type: T.STACK_PANEL, children: 'info_section_stack_1' }, + "info_description_stack_retail/info_section_stack_1": { type: T.STACK_PANEL, children: 'horizontal_small_spacer' | 'info_section_text_1' }, + "info_description_stack_retail/info_section_stack_1/horizontal_small_spacer": { type: T.PANEL, children: string }, + "info_description_stack_retail/info_section_stack_1/info_section_text_1": { type: T.STACK_PANEL, children: string }, + "info_section_stack": { type: T.STACK_PANEL, children: string }, + "info_section_image_with_border": { type: T.IMAGE, children: string }, + "info_section_text_1": { type: T.STACK_PANEL, children: 'info_section_text' | 'vertical_small_spacer_0' | 'info_text_bullet_1' | 'vertical_small_spacer_1' | 'info_text_bullet_2' | 'vertical_small_spacer_2' | 'info_text_bullet_3' | 'vertical_small_spacer_3' | 'info_text_bullet_4' | 'vertical_small_spacer_4' | 'info_text_bullet_5' | 'vertical_small_spacer_5' | 'info_text_bullet_6' | 'vertical_large_spacer_6' }, + "info_section_text_1/info_section_text": { type: T.PANEL, children: string }, + "info_section_text_1/vertical_small_spacer_0": { type: T.PANEL, children: string }, + "info_section_text_1/info_text_bullet_1": { type: T.STACK_PANEL, children: string }, + "info_section_text_1/vertical_small_spacer_1": { type: T.PANEL, children: string }, + "info_section_text_1/info_text_bullet_2": { type: T.STACK_PANEL, children: string }, + "info_section_text_1/vertical_small_spacer_2": { type: T.PANEL, children: string }, + "info_section_text_1/info_text_bullet_3": { type: T.STACK_PANEL, children: string }, + "info_section_text_1/vertical_small_spacer_3": { type: T.PANEL, children: string }, + "info_section_text_1/info_text_bullet_4": { type: T.STACK_PANEL, children: string }, + "info_section_text_1/vertical_small_spacer_4": { type: T.PANEL, children: string }, + "info_section_text_1/info_text_bullet_5": { type: T.STACK_PANEL, children: string }, + "info_section_text_1/vertical_small_spacer_5": { type: T.PANEL, children: string }, + "info_section_text_1/info_text_bullet_6": { type: T.STACK_PANEL, children: string }, + "info_section_text_1/vertical_large_spacer_6": { type: T.PANEL, children: string }, + "info_section_text_2": { type: T.STACK_PANEL, children: 'info_text_bullet_1' | 'vertical_small_spacer_0' | 'info_text_bullet_2' | 'vertical_small_spacer_1' | 'info_text_bullet_4' | 'vertical_small_spacer_3' | 'info_text_bullet_5' }, + "info_section_text_2/info_text_bullet_1": { type: T.STACK_PANEL, children: string }, + "info_section_text_2/vertical_small_spacer_0": { type: T.PANEL, children: string }, + "info_section_text_2/info_text_bullet_2": { type: T.STACK_PANEL, children: string }, + "info_section_text_2/vertical_small_spacer_1": { type: T.PANEL, children: string }, + "info_section_text_2/info_text_bullet_4": { type: T.STACK_PANEL, children: string }, + "info_section_text_2/vertical_small_spacer_3": { type: T.PANEL, children: string }, + "info_section_text_2/info_text_bullet_5": { type: T.STACK_PANEL, children: string }, + "info_section_text": { type: T.STACK_PANEL, children: string }, + "info_text_bullet": { type: T.STACK_PANEL, children: 'info_text_bullet_bullet' | 'bullet_spacer' | 'info_text_bullet_body' | 'bullet_spacer_end' }, + "info_text_bullet/info_text_bullet_bullet": { type: T.LABEL, children: string }, + "info_text_bullet/bullet_spacer": { type: T.PANEL, children: string }, + "info_text_bullet/info_text_bullet_body": { type: T.PANEL, children: string }, + "info_text_bullet/bullet_spacer_end": { type: T.PANEL, children: string }, + "info_text_unbulletted": { type: T.PANEL, children: 'info_text_bullet_body' }, + "info_text_unbulletted/info_text_bullet_body": { type: T.PANEL, children: string }, + "info_text_body": { type: T.PANEL, children: 'text_body' | 'tts_border' }, + "info_text_body/text_body": { type: T.LABEL, children: string }, + "info_text_body/tts_border": { type: T.BUTTON, children: string }, +} + +export type CustomTemplatesType = { + "lock_icon": { type: T.IMAGE, children: string }, + "templates_scroll_content": { type: T.INPUT_PANEL, children: 'scrolling_panel' }, + "templates_scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "templates_scroll_panel": { type: T.PANEL, children: 'templates_stack_panel' }, + "templates_scroll_panel/templates_stack_panel": { type: T.STACK_PANEL, children: 'templates_item_grid' }, + "templates_scroll_panel/templates_stack_panel/templates_item_grid": { type: T.GRID, children: string }, + "templates_item_grid": { type: T.GRID, children: string }, + "templates_item": { type: T.STACK_PANEL, children: 'template_item_button' }, + "templates_item/template_item_button": { type: T.BUTTON, children: string }, + "template_item_button": { type: T.BUTTON, children: string }, + "template_content_panel": { type: T.STACK_PANEL, children: 'template_screenshot' | 'template_text_panel' | 'lock_panel' }, + "template_content_panel/template_screenshot": { type: T.IMAGE, children: string }, + "template_content_panel/template_text_panel": { type: T.PANEL, children: string }, + "template_content_panel/lock_panel": { type: T.PANEL, children: 'lock_icon' }, + "template_content_panel/lock_panel/lock_icon": { type: T.IMAGE, children: string }, + "template_screenshot": { type: T.IMAGE, children: 'picture' }, + "template_screenshot/picture": { type: T.IMAGE, children: string }, + "template_text_panel": { type: T.PANEL, children: 'text_indent' }, + "template_text_panel/text_indent": { type: T.PANEL, children: 'top_side' | 'bottom_side' }, + "template_text_panel/text_indent/top_side": { type: T.STACK_PANEL, children: 'template_name' | 'download_text_label' }, + "template_text_panel/text_indent/top_side/template_name": { type: T.LABEL, children: string }, + "template_text_panel/text_indent/top_side/download_text_label": { type: T.LABEL, children: string }, + "template_text_panel/text_indent/bottom_side": { type: T.STACK_PANEL, children: 'template_description' | 'template_version' }, + "template_text_panel/text_indent/bottom_side/template_description": { type: T.LABEL, children: string }, + "template_text_panel/text_indent/bottom_side/template_version": { type: T.LABEL, children: string }, + "template_name": { type: T.LABEL, children: string }, + "template_download_text": { type: T.LABEL, children: string }, + "template_list_text": { type: T.LABEL, children: string }, + "template_description": { type: T.LABEL, children: string }, + "template_version": { type: T.LABEL, children: string }, + "main_panel": { type: T.PANEL, children: 'templates_scroll_content' }, + "main_panel/templates_scroll_content": { type: T.INPUT_PANEL, children: string }, + "custom_templates_screen": { type: T.SCREEN, children: string }, + "custom_templates_screen_content": { type: T.PANEL, children: 'dialog' }, + "custom_templates_screen_content/dialog": { type: T.PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, +} + +export type WorldConversionCompleteType = { + "background": { type: T.IMAGE, children: string }, + "prompt_text": { type: T.PANEL, children: 'message' }, + "prompt_text/message": { type: T.LABEL, children: string }, + "converted_world_preview_name": { type: T.LABEL, children: string }, + "converted_world_preview_date": { type: T.LABEL, children: string }, + "converted_world_preview_game_mode": { type: T.LABEL, children: string }, + "converted_world_preview_filesize": { type: T.LABEL, children: string }, + "converted_world_preview_text_panel": { type: T.PANEL, children: 'text_indent' }, + "converted_world_preview_text_panel/text_indent": { type: T.PANEL, children: 'top_side' | 'bottom_side' }, + "converted_world_preview_text_panel/text_indent/top_side": { type: T.STACK_PANEL, children: 'converted_world_name' | 'converted_world_date' }, + "converted_world_preview_text_panel/text_indent/top_side/converted_world_name": { type: T.LABEL, children: string }, + "converted_world_preview_text_panel/text_indent/top_side/converted_world_date": { type: T.LABEL, children: string }, + "converted_world_preview_text_panel/text_indent/bottom_side": { type: T.STACK_PANEL, children: 'converted_world_game_mode' | 'converted_world_filesize' }, + "converted_world_preview_text_panel/text_indent/bottom_side/converted_world_game_mode": { type: T.LABEL, children: string }, + "converted_world_preview_text_panel/text_indent/bottom_side/converted_world_filesize": { type: T.LABEL, children: string }, + "converted_world_preview_panel": { type: T.IMAGE, children: 'world_preview_content' }, + "converted_world_preview_panel/world_preview_content": { type: T.STACK_PANEL, children: 'converted_world_screenshot' | 'converted_world_text_panel' }, + "converted_world_preview_panel/world_preview_content/converted_world_screenshot": { type: T.IMAGE, children: 'image_content' }, + "converted_world_preview_panel/world_preview_content/converted_world_screenshot/image_content": { type: T.PANEL, children: 'picture' }, + "converted_world_preview_panel/world_preview_content/converted_world_screenshot/image_content/picture": { type: T.IMAGE, children: string }, + "converted_world_preview_panel/world_preview_content/converted_world_text_panel": { type: T.PANEL, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'prompt_1' | 'world_entry_container' | 'buttons_panel_sizer' }, + "main_panel/padding_0": { type: T.PANEL, children: string }, + "main_panel/prompt_1": { type: T.PANEL, children: string }, + "main_panel/world_entry_container": { type: T.PANEL, children: 'world_entry_sizer' }, + "main_panel/world_entry_container/world_entry_sizer": { type: T.PANEL, children: 'world_entry' }, + "main_panel/world_entry_container/world_entry_sizer/world_entry": { type: T.IMAGE, children: string }, + "main_panel/buttons_panel_sizer": { type: T.PANEL, children: 'buttons_panel' }, + "main_panel/buttons_panel_sizer/buttons_panel": { type: T.STACK_PANEL, children: 'load_game_button' | 'padding' | 'return_button' }, + "main_panel/buttons_panel_sizer/buttons_panel/load_game_button": { type: T.BUTTON, children: string }, + "main_panel/buttons_panel_sizer/buttons_panel/padding": { type: T.PANEL, children: string }, + "main_panel/buttons_panel_sizer/buttons_panel/return_button": { type: T.BUTTON, children: string }, + "world_conversion_complete_screen_content": { type: T.PANEL, children: 'dialog' }, + "world_conversion_complete_screen_content/dialog": { type: T.PANEL, children: string }, + "world_conversion_complete_screen": { type: T.SCREEN, children: string }, +} + +export type DayOneExperienceIntroType = { + "padding_horizontal": { type: T.PANEL, children: string }, + "padding_vertical": { type: T.PANEL, children: string }, + "label_panel": { type: T.PANEL, children: 'label_text' }, + "label_panel/label_text": { type: T.LABEL, children: string }, + "text_panel": { type: T.STACK_PANEL, children: 'padding_00' | 'tab_content_description_panel' | 'padding_01' }, + "text_panel/padding_00": { type: T.PANEL, children: string }, + "text_panel/tab_content_description_panel": { type: T.PANEL, children: string }, + "text_panel/padding_01": { type: T.PANEL, children: string }, + "dialog_image": { type: T.IMAGE, children: string }, + "image_panel": { type: T.PANEL, children: 'dialog_image_with_border' | 'focus_image' }, + "image_panel/dialog_image_with_border": { type: T.IMAGE, children: string }, + "image_panel/focus_image": { type: T.UNKNOWN, children: string }, + "top_tab": { type: T.PANEL, children: string }, + "common_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: string }, + "tabbed_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'nav_padding_01' | 'gamepad_helper_with_offset_left_bumper' | 'nav_padding_02' | 'welcome_navigation_tab' | 'nav_padding_03' | 'marketplace_navigation_tab' | 'nav_padding_04' | 'cross_platform_navigation_tab' | 'nav_padding_05' | 'realms_navigation_tab' | 'nav_padding_06' | 'villagers_navigation_tab' | 'nav_padding_07' | 'gamepad_helper_with_offset_right_bumper' | 'nav_padding_08' }, + "tabbed_tab_navigation_panel_layout/nav_padding_01": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/gamepad_helper_with_offset_left_bumper": { type: T.PANEL, children: 'gamepad_helper_left_bumper' }, + "tabbed_tab_navigation_panel_layout/gamepad_helper_with_offset_left_bumper/gamepad_helper_left_bumper": { type: T.STACK_PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_02": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/welcome_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_03": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/marketplace_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_04": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/cross_platform_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_05": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/realms_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_06": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/villagers_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_07": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/gamepad_helper_with_offset_right_bumper": { type: T.PANEL, children: 'gamepad_helper_right_bumper' }, + "tabbed_tab_navigation_panel_layout/gamepad_helper_with_offset_right_bumper/gamepad_helper_right_bumper": { type: T.STACK_PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_08": { type: T.PANEL, children: string }, + "tab_header_image_panel": { type: T.PANEL, children: 'welcome_tab_content' | 'marketplace_tab_content' | 'cross_platform_tab_content' | 'realms_tab_content' | 'villager_tab_content' }, + "tab_header_image_panel/welcome_tab_content": { type: T.PANEL, children: string }, + "tab_header_image_panel/marketplace_tab_content": { type: T.PANEL, children: string }, + "tab_header_image_panel/cross_platform_tab_content": { type: T.PANEL, children: string }, + "tab_header_image_panel/realms_tab_content": { type: T.PANEL, children: string }, + "tab_header_image_panel/villager_tab_content": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout": { type: T.PANEL, children: 'welcome_tab_content' | 'marketplace_tab_content' | 'cross_platform_tab_content' | 'realms_tab_content' | 'villager_tab_content' }, + "tabbed_tab_content_panel_layout/welcome_tab_content": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/marketplace_tab_content": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/cross_platform_tab_content": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/realms_tab_content": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/villager_tab_content": { type: T.PANEL, children: string }, + "common_tab_header_image_panel": { type: T.PANEL, children: 'header_image' }, + "common_tab_header_image_panel/header_image": { type: T.IMAGE, children: string }, + "common_tab_content_panel": { type: T.PANEL, children: 'content' }, + "common_tab_content_panel/content": { type: T.UNKNOWN, children: string }, + "welcome_tab_header_image_panel": { type: T.PANEL, children: string }, + "welcome_tab_content_panel": { type: T.PANEL, children: string }, + "marketplace_tab_header_image_panel": { type: T.PANEL, children: string }, + "marketplace_tab_content_panel": { type: T.PANEL, children: string }, + "cross_platform_tab_header_image_panel": { type: T.PANEL, children: string }, + "cross_platform_tab_content_panel": { type: T.PANEL, children: string }, + "realms_tab_header_image_panel": { type: T.PANEL, children: string }, + "realms_tab_content_panel": { type: T.PANEL, children: string }, + "villager_tab_header_image_panel": { type: T.PANEL, children: string }, + "villager_tab_content_panel": { type: T.PANEL, children: string }, + "tab_panel": { type: T.STACK_PANEL, children: 'tab_header_image' | 'padding_00' | 'tab_navigation_panel' | 'tab_content_panel' | 'padding_4' | 'continue_button_panel' }, + "tab_panel/tab_header_image": { type: T.PANEL, children: string }, + "tab_panel/padding_00": { type: T.PANEL, children: string }, + "tab_panel/tab_navigation_panel": { type: T.STACK_PANEL, children: string }, + "tab_panel/tab_content_panel": { type: T.PANEL, children: string }, + "tab_panel/padding_4": { type: T.PANEL, children: string }, + "tab_panel/continue_button_panel": { type: T.PANEL, children: 'continue_button' }, + "tab_panel/continue_button_panel/continue_button": { type: T.BUTTON, children: string }, + "day_one_experience_intro_screen": { type: T.SCREEN, children: string }, + "day_one_experience_intro_screen_content": { type: T.PANEL, children: 'welcome_dialog' }, + "day_one_experience_intro_screen_content/welcome_dialog": { type: T.PANEL, children: string }, +} + +export type DayOneExperienceType = { + "alpha_scroll_background": { type: T.IMAGE, children: string }, + "tip_text": { type: T.LABEL, children: string }, + "tip_arrow_base": { type: T.IMAGE, children: string }, + "tip_arrow_left": { type: T.IMAGE, children: string }, + "tip_arrow_right": { type: T.IMAGE, children: string }, + "import_time": { type: T.CUSTOM, children: string }, + "skins_tip_image": { type: T.IMAGE, children: 'arrows' }, + "skins_tip_image/arrows": { type: T.STACK_PANEL, children: 'right_arrow' | 'padding' | 'left_arrow' }, + "skins_tip_image/arrows/right_arrow": { type: T.IMAGE, children: string }, + "skins_tip_image/arrows/padding": { type: T.PANEL, children: string }, + "skins_tip_image/arrows/left_arrow": { type: T.IMAGE, children: string }, + "skins_tip_top_text": { type: T.LABEL, children: string }, + "skins_tip_panel": { type: T.STACK_PANEL, children: 'top_text_sizer' | 'image_sizer' | 'bottom_text_sizer' }, + "skins_tip_panel/top_text_sizer": { type: T.PANEL, children: 'settings_and_skin_text' | 'settings_text' }, + "skins_tip_panel/top_text_sizer/settings_and_skin_text": { type: T.LABEL, children: string }, + "skins_tip_panel/top_text_sizer/settings_text": { type: T.LABEL, children: string }, + "skins_tip_panel/image_sizer": { type: T.PANEL, children: 'image_section' }, + "skins_tip_panel/image_sizer/image_section": { type: T.PANEL, children: string }, + "skins_tip_panel/bottom_text_sizer": { type: T.PANEL, children: 'bottom_text' }, + "skins_tip_panel/bottom_text_sizer/bottom_text": { type: T.LABEL, children: string }, + "skin_viewer_panel_text": { type: T.LABEL, children: string }, + "skin_viewer_panel": { type: T.PANEL, children: 'paper_doll_container' | 'legacy_skin_loading_panel' | 'bottom_skin_text' }, + "skin_viewer_panel/paper_doll_container": { type: T.PANEL, children: 'paper_doll' }, + "skin_viewer_panel/paper_doll_container/paper_doll": { type: T.CUSTOM, children: string }, + "skin_viewer_panel/legacy_skin_loading_panel": { type: T.PANEL, children: string }, + "skin_viewer_panel/bottom_skin_text": { type: T.PANEL, children: 'current_skin_text' | 'default_skin_text' }, + "skin_viewer_panel/bottom_skin_text/current_skin_text": { type: T.LABEL, children: string }, + "skin_viewer_panel/bottom_skin_text/default_skin_text": { type: T.LABEL, children: string }, + "skin_tip_screen": { type: T.PANEL, children: 'primary_content' | 'no_network_message' }, + "skin_tip_screen/primary_content": { type: T.STACK_PANEL, children: 'skin_viewer_panel' | 'padding' | 'skins_tip_panel_container' }, + "skin_tip_screen/primary_content/skin_viewer_panel": { type: T.PANEL, children: 'skin_viewer' }, + "skin_tip_screen/primary_content/skin_viewer_panel/skin_viewer": { type: T.PANEL, children: string }, + "skin_tip_screen/primary_content/padding": { type: T.PANEL, children: string }, + "skin_tip_screen/primary_content/skins_tip_panel_container": { type: T.PANEL, children: 'background' | 'skins_tip_panel' }, + "skin_tip_screen/primary_content/skins_tip_panel_container/background": { type: T.PANEL, children: string }, + "skin_tip_screen/primary_content/skins_tip_panel_container/skins_tip_panel": { type: T.STACK_PANEL, children: string }, + "skin_tip_screen/no_network_message": { type: T.CUSTOM, children: string }, + "legacy_world_item": { type: T.STACK_PANEL, children: 'header_button_panel' }, + "legacy_world_item/header_button_panel": { type: T.PANEL, children: string }, + "legacy_world_item_grid": { type: T.GRID, children: string }, + "world_picker_scrolling_content": { type: T.STACK_PANEL, children: 'padding_0' | 'skip_button' | 'padding_1' | 'loading_legacy_worlds_panel' | 'padding_2' | 'world_item_grid' }, + "world_picker_scrolling_content/padding_0": { type: T.PANEL, children: string }, + "world_picker_scrolling_content/skip_button": { type: T.BUTTON, children: string }, + "world_picker_scrolling_content/padding_1": { type: T.PANEL, children: string }, + "world_picker_scrolling_content/loading_legacy_worlds_panel": { type: T.IMAGE, children: 'loading_legacy_worlds_label' | 'padding' | 'progress_loading_bars' }, + "world_picker_scrolling_content/loading_legacy_worlds_panel/loading_legacy_worlds_label": { type: T.LABEL, children: string }, + "world_picker_scrolling_content/loading_legacy_worlds_panel/padding": { type: T.PANEL, children: string }, + "world_picker_scrolling_content/loading_legacy_worlds_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "world_picker_scrolling_content/padding_2": { type: T.PANEL, children: string }, + "world_picker_scrolling_content/world_item_grid": { type: T.GRID, children: string }, + "world_picker_content": { type: T.PANEL, children: 'scrolling_panel' }, + "world_picker_content/scrolling_panel": { type: T.PANEL, children: string }, + "advanced_worlds_screen": { type: T.STACK_PANEL, children: 'world_picker' | 'padding_1' | 'import_time_container' }, + "advanced_worlds_screen/world_picker": { type: T.PANEL, children: string }, + "advanced_worlds_screen/padding_1": { type: T.PANEL, children: string }, + "advanced_worlds_screen/import_time_container": { type: T.PANEL, children: 'import_time_label' }, + "advanced_worlds_screen/import_time_container/import_time_label": { type: T.CUSTOM, children: string }, + "next_screen_button_content": { type: T.PANEL, children: 'arrow_panel' | 'loading_panel' }, + "next_screen_button_content/arrow_panel": { type: T.PANEL, children: 'label_panel' | 'image' }, + "next_screen_button_content/arrow_panel/label_panel": { type: T.PANEL, children: 'label' }, + "next_screen_button_content/arrow_panel/label_panel/label": { type: T.LABEL, children: string }, + "next_screen_button_content/arrow_panel/image": { type: T.IMAGE, children: string }, + "next_screen_button_content/loading_panel": { type: T.PANEL, children: string }, + "next_screen_button": { type: T.BUTTON, children: string }, + "next_panel": { type: T.PANEL, children: 'next_button' }, + "next_panel/next_button": { type: T.BUTTON, children: string }, + "common_scrolling_panel": { type: T.PANEL, children: string }, + "skin_tip_scroll_panel": { type: T.PANEL, children: 'skin_tip_screen' }, + "skin_tip_scroll_panel/skin_tip_screen": { type: T.PANEL, children: string }, + "worlds_import_scroll_panel": { type: T.PANEL, children: 'advanced_screen' }, + "worlds_import_scroll_panel/advanced_screen": { type: T.STACK_PANEL, children: string }, + "common_content": { type: T.PANEL, children: string }, + "skin_tip_scroll_content": { type: T.PANEL, children: 'scrolling_panel' }, + "skin_tip_scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "world_import_scroll_content": { type: T.PANEL, children: 'scrolling_panel' }, + "world_import_scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "default_tab_content_panel_layout": { type: T.PANEL, children: 'skin_tip_tab_content' | 'world_import_tab_content' }, + "default_tab_content_panel_layout/skin_tip_tab_content": { type: T.PANEL, children: string }, + "default_tab_content_panel_layout/world_import_tab_content": { type: T.PANEL, children: string }, + "default_wizard_screen": { type: T.PANEL, children: 'tab_content_panel' }, + "default_wizard_screen/tab_content_panel": { type: T.PANEL, children: string }, + "wizard_screen": { type: T.SCREEN, children: string }, + "wizard_screen_content": { type: T.PANEL, children: 'main_control' | 'next_button' }, + "wizard_screen_content/main_control": { type: T.PANEL, children: string }, + "wizard_screen_content/next_button": { type: T.PANEL, children: string }, +} + +export type DeathType = { + "a_button_panel": { type: T.PANEL, children: 'gamepad_helper_a' }, + "a_button_panel/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "you_died_panel": { type: T.PANEL, children: 'you_died_label' }, + "you_died_panel/you_died_label": { type: T.LABEL, children: string }, + "death_reason_panel": { type: T.PANEL, children: 'death_reason_label' }, + "death_reason_panel/death_reason_label": { type: T.LABEL, children: string }, + "labels_panel": { type: T.STACK_PANEL, children: 'fill_1' | 'you_died' | 'padd_1' | 'death_reason' | 'padd_2' }, + "labels_panel/fill_1": { type: T.PANEL, children: string }, + "labels_panel/you_died": { type: T.PANEL, children: string }, + "labels_panel/padd_1": { type: T.PANEL, children: string }, + "labels_panel/death_reason": { type: T.PANEL, children: string }, + "labels_panel/padd_2": { type: T.PANEL, children: string }, + "buttons_panel": { type: T.STACK_PANEL, children: 'padd_0' | 'respawn_button' | 'padd_1' | 'main_menu_button' | 'fill_2' | 'select_button' }, + "buttons_panel/padd_0": { type: T.PANEL, children: string }, + "buttons_panel/respawn_button": { type: T.BUTTON, children: string }, + "buttons_panel/padd_1": { type: T.PANEL, children: string }, + "buttons_panel/main_menu_button": { type: T.BUTTON, children: string }, + "buttons_panel/fill_2": { type: T.PANEL, children: string }, + "buttons_panel/select_button": { type: T.PANEL, children: string }, + "death_screen_content": { type: T.PANEL, children: 'death_screen_buttons_and_stuff' | 'loading_label' }, + "death_screen_content/death_screen_buttons_and_stuff": { type: T.PANEL, children: 'labels_panel' | 'buttons_panel' }, + "death_screen_content/death_screen_buttons_and_stuff/labels_panel": { type: T.STACK_PANEL, children: string }, + "death_screen_content/death_screen_buttons_and_stuff/buttons_panel": { type: T.STACK_PANEL, children: string }, + "death_screen_content/loading_label": { type: T.LABEL, children: string }, + "background_gradient": { type: T.CUSTOM, children: string }, + "death_screen": { type: T.SCREEN, children: string }, +} + +export type DebugScreenType = { + "access_button": { type: T.BUTTON, children: string }, + "special_render": { type: T.CUSTOM, children: string }, + "content_panel": { type: T.PANEL, children: 'access_button' | 'special_render' }, + "content_panel/access_button": { type: T.BUTTON, children: string }, + "content_panel/special_render": { type: T.CUSTOM, children: string }, + "debug_screen": { type: T.SCREEN, children: string }, +} + +export type DevConsoleType = { + "keyboard_button_content": { type: T.PANEL, children: 'keyboard_image' }, + "keyboard_button_content/keyboard_image": { type: T.IMAGE, children: string }, + "keyboard_button": { type: T.BUTTON, children: string }, + "button_content": { type: T.PANEL, children: 'image' }, + "button_content/image": { type: T.UNKNOWN, children: string }, + "up_arrow": { type: T.IMAGE, children: string }, + "down_arrow": { type: T.IMAGE, children: string }, + "send_button": { type: T.BUTTON, children: string }, + "sent_message_up_button": { type: T.BUTTON, children: string }, + "sent_message_down_button": { type: T.BUTTON, children: string }, + "chat_stack_panel": { type: T.STACK_PANEL, children: 'text_box' | 'send_button' | 'sent_message_up_button' | 'sent_message_down_button' }, + "chat_stack_panel/text_box": { type: T.EDIT_BOX, children: string }, + "chat_stack_panel/send_button": { type: T.BUTTON, children: string }, + "chat_stack_panel/sent_message_up_button": { type: T.BUTTON, children: string }, + "chat_stack_panel/sent_message_down_button": { type: T.BUTTON, children: string }, + "main_stack_panel": { type: T.STACK_PANEL, children: 'messages_scrolling_panel' | 'chat_stack_panel' }, + "main_stack_panel/messages_scrolling_panel": { type: T.PANEL, children: string }, + "main_stack_panel/chat_stack_panel": { type: T.STACK_PANEL, children: string }, + "main_with_intellisense": { type: T.PANEL, children: 'main_stack' | 'commands_panel' }, + "main_with_intellisense/main_stack": { type: T.STACK_PANEL, children: string }, + "main_with_intellisense/commands_panel": { type: T.PANEL, children: string }, + "dev_console_dialog": { type: T.PANEL, children: string }, + "dev_console_screen": { type: T.SCREEN, children: string }, +} + +export type DisconnectType = { + "disconnect_screen_text": { type: T.LABEL, children: string }, + "disconnect_text": { type: T.LABEL, children: string }, + "disconnect_title_text": { type: T.LABEL, children: string }, + "title_panel": { type: T.PANEL, children: 'disconnect_title_text' | 'disconnect_text' }, + "title_panel/disconnect_title_text": { type: T.LABEL, children: string }, + "title_panel/disconnect_text": { type: T.LABEL, children: string }, + "menu_button_template": { type: T.BUTTON, children: string }, + "continue_button": { type: T.BUTTON, children: string }, + "check_store_button": { type: T.BUTTON, children: string }, + "exit_button": { type: T.BUTTON, children: string }, + "ok_button": { type: T.BUTTON, children: string }, + "open_uri_button": { type: T.BUTTON, children: string }, + "cancel_button": { type: T.BUTTON, children: string }, + "button_panel": { type: T.STACK_PANEL, children: 'open_uri_button_panel' | 'open_button_panel' }, + "button_panel/open_uri_button_panel": { type: T.PANEL, children: 'open_uri_button' }, + "button_panel/open_uri_button_panel/open_uri_button": { type: T.BUTTON, children: string }, + "button_panel/open_button_panel": { type: T.PANEL, children: 'ok_button' }, + "button_panel/open_button_panel/ok_button": { type: T.BUTTON, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "disconnect_screen": { type: T.SCREEN, children: string }, + "disconnect_screen_content": { type: T.PANEL, children: 'title_panel' | 'gamepad_helpers' }, + "disconnect_screen_content/title_panel": { type: T.PANEL, children: string }, + "disconnect_screen_content/gamepad_helpers": { type: T.PANEL, children: string }, + "spacing_gap": { type: T.PANEL, children: string }, + "realms_disconnect_screen": { type: T.SCREEN, children: string }, + "realms_disconnect_button_panel": { type: T.STACK_PANEL, children: 'open_uri_button_panel' | 'realm_buttons_panel' }, + "realms_disconnect_button_panel/open_uri_button_panel": { type: T.PANEL, children: 'open_uri_button' }, + "realms_disconnect_button_panel/open_uri_button_panel/open_uri_button": { type: T.BUTTON, children: string }, + "realms_disconnect_button_panel/realm_buttons_panel": { type: T.PANEL, children: 'realm_buttons' }, + "realms_disconnect_button_panel/realm_buttons_panel/realm_buttons": { type: T.STACK_PANEL, children: 'check_store_button' | 'spacing_gap' | 'exit_button' }, + "realms_disconnect_button_panel/realm_buttons_panel/realm_buttons/check_store_button": { type: T.BUTTON, children: string }, + "realms_disconnect_button_panel/realm_buttons_panel/realm_buttons/spacing_gap": { type: T.PANEL, children: string }, + "realms_disconnect_button_panel/realm_buttons_panel/realm_buttons/exit_button": { type: T.BUTTON, children: string }, + "realms_warning_screen": { type: T.SCREEN, children: string }, + "realms_warning_button_panel": { type: T.STACK_PANEL, children: 'continue_button_panel' | 'realms_warning_button_gap' | 'cancel_button_panel' }, + "realms_warning_button_panel/continue_button_panel": { type: T.PANEL, children: 'continue_button_stack_panel' }, + "realms_warning_button_panel/continue_button_panel/continue_button_stack_panel": { type: T.STACK_PANEL, children: 'check_store_button' | 'spacing_gap' | 'continue_button' }, + "realms_warning_button_panel/continue_button_panel/continue_button_stack_panel/check_store_button": { type: T.BUTTON, children: string }, + "realms_warning_button_panel/continue_button_panel/continue_button_stack_panel/spacing_gap": { type: T.PANEL, children: string }, + "realms_warning_button_panel/continue_button_panel/continue_button_stack_panel/continue_button": { type: T.BUTTON, children: string }, + "realms_warning_button_panel/realms_warning_button_gap": { type: T.PANEL, children: string }, + "realms_warning_button_panel/cancel_button_panel": { type: T.PANEL, children: 'cancel_button' }, + "realms_warning_button_panel/cancel_button_panel/cancel_button": { type: T.BUTTON, children: string }, + "open_account_setting_button": { type: T.BUTTON, children: string }, +} + +export type DisplayLoggedErrorType = { + "display_logged_error_screen": { type: T.SCREEN, children: string }, + "factory_panel": { type: T.PANEL, children: 'error_dialog_factory' }, + "factory_panel/error_dialog_factory": { type: T.FACTORY, children: string }, + "display_logged_error_modal": { type: T.PANEL, children: string }, + "error_message_stack": { type: T.STACK_PANEL, children: 'error_message' | 'error_count' }, + "error_message_stack/error_message": { type: T.LABEL, children: string }, + "error_message_stack/error_count": { type: T.LABEL, children: string }, + "input_blocking_button_base": { type: T.BUTTON, children: string }, + "details_button": { type: T.BUTTON, children: string }, + "dismiss_button": { type: T.BUTTON, children: string }, + "error_details_modal": { type: T.PANEL, children: string }, + "copy_path_button": { type: T.BUTTON, children: string }, + "hide_error_details_button": { type: T.BUTTON, children: string }, + "error_stack_scrolling_panel": { type: T.PANEL, children: string }, + "error_stack": { type: T.STACK_PANEL, children: string }, + "error_controller_panel": { type: T.PANEL, children: 'error_message' | 'controller_button' }, + "error_controller_panel/error_message": { type: T.STACK_PANEL, children: string }, + "error_controller_panel/controller_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "error_controller_panel/controller_button/hover": { type: T.IMAGE, children: string }, + "error_controller_panel/controller_button/pressed": { type: T.IMAGE, children: string }, + "error_base": { type: T.STACK_PANEL, children: 'error_message' | 'expand_button' }, + "error_base/error_message": { type: T.LABEL, children: string }, + "error_base/expand_button": { type: T.BUTTON, children: string }, + "error_short": { type: T.PANEL, children: string }, + "error_expanded": { type: T.PANEL, children: string }, +} + +export type DiscoveryDialogType = { + "service_body_label": { type: T.LABEL, children: string }, + "service_button": { type: T.BUTTON, children: string }, + "service_buttons": { type: T.STACK_PANEL, children: string }, + "content": { type: T.STACK_PANEL, children: 'body_text' | 'text_to_button_padding' | 'buttons' }, + "content/body_text": { type: T.PANEL, children: string }, + "content/text_to_button_padding": { type: T.PANEL, children: string }, + "content/buttons": { type: T.STACK_PANEL, children: string }, + "service_dialog": { type: T.INPUT_PANEL, children: string }, + "discovery_dialog_factory": { type: T.FACTORY, children: string }, +} + +export type EduFeaturedType = { + "featured_button_content": { type: T.PANEL, children: 'button_label' }, + "featured_button_content/button_label": { type: T.LABEL, children: string }, + "featured_button": { type: T.BUTTON, children: string }, +} + +export type EduQuitButtonType = { + "quit_button": { type: T.BUTTON, children: string }, +} + +export type PersonaEmoteType = { + "emote_wheel_screen": { type: T.SCREEN, children: string }, + "emote_wheel_touch_zone": { type: T.BUTTON, children: string }, + "emote_wheel_screen_content": { type: T.STACK_PANEL, children: 'top_padding' | 'root_panel' | 'instruction_padding' | 'instruction_panel' | 'dressing_room_button_panel' | 'bottom_padding' }, + "emote_wheel_screen_content/top_padding": { type: T.PANEL, children: string }, + "emote_wheel_screen_content/root_panel": { type: T.PANEL, children: 'emotes_panel' }, + "emote_wheel_screen_content/root_panel/emotes_panel": { type: T.PANEL, children: string }, + "emote_wheel_screen_content/instruction_padding": { type: T.PANEL, children: string }, + "emote_wheel_screen_content/instruction_panel": { type: T.PANEL, children: 'instruction_background' }, + "emote_wheel_screen_content/instruction_panel/instruction_background": { type: T.IMAGE, children: 'gamepad_instruction_stack' | 'instruction_label_keyboard' | 'instruction_label_touch' }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack": { type: T.STACK_PANEL, children: 'instruction_label_gamepad' | 'gamepad_helpers' }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/instruction_label_gamepad": { type: T.LABEL, children: string }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_stack' }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers/gamepad_helper_stack": { type: T.STACK_PANEL, children: 'gamepad_start' | 'gamepad_exit_panel' }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers/gamepad_helper_stack/gamepad_start": { type: T.STACK_PANEL, children: string }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers/gamepad_helper_stack/gamepad_exit_panel": { type: T.PANEL, children: 'gamepad_exit' }, + "emote_wheel_screen_content/instruction_panel/instruction_background/gamepad_instruction_stack/gamepad_helpers/gamepad_helper_stack/gamepad_exit_panel/gamepad_exit": { type: T.LABEL, children: string }, + "emote_wheel_screen_content/instruction_panel/instruction_background/instruction_label_keyboard": { type: T.LABEL, children: string }, + "emote_wheel_screen_content/instruction_panel/instruction_background/instruction_label_touch": { type: T.LABEL, children: string }, + "emote_wheel_screen_content/dressing_room_button_panel": { type: T.PANEL, children: 'dressing_room_button' }, + "emote_wheel_screen_content/dressing_room_button_panel/dressing_room_button": { type: T.BUTTON, children: string }, + "emote_wheel_screen_content/bottom_padding": { type: T.PANEL, children: string }, + "swap_emote_button": { type: T.BUTTON, children: string }, +} + +export type EnchantingType = { + "enchanting_image": { type: T.IMAGE, children: string }, + "lapis_image": { type: T.IMAGE, children: string }, + "dust_image": { type: T.IMAGE, children: string }, + "dust_image_selectable": { type: T.IMAGE, children: string }, + "dust_image_unselectable": { type: T.IMAGE, children: string }, + "dust_template": { type: T.PANEL, children: 'dust_image_selectable' | 'dust_image_unselectable' }, + "dust_template/dust_image_selectable": { type: T.IMAGE, children: string }, + "dust_template/dust_image_unselectable": { type: T.IMAGE, children: string }, + "dust_panel": { type: T.GRID, children: 'a' | 'b' | 'c' }, + "dust_panel/a": { type: T.PANEL, children: string }, + "dust_panel/b": { type: T.PANEL, children: string }, + "dust_panel/c": { type: T.PANEL, children: string }, + "background_with_hover_text": { type: T.IMAGE, children: 'hover_text' }, + "background_with_hover_text/hover_text": { type: T.CUSTOM, children: string }, + "dark_background": { type: T.IMAGE, children: string }, + "dark_background_with_hover_text": { type: T.IMAGE, children: string }, + "active_background": { type: T.IMAGE, children: string }, + "active_background_with_hover_text": { type: T.IMAGE, children: string }, + "enchant_runes": { type: T.LABEL, children: string }, + "enchant_cost": { type: T.LABEL, children: string }, + "success_runes": { type: T.LABEL, children: string }, + "fail_runes": { type: T.LABEL, children: string }, + "success_cost": { type: T.LABEL, children: string }, + "fail_cost": { type: T.LABEL, children: string }, + "enchanting_label": { type: T.LABEL, children: string }, + "base_button": { type: T.BUTTON, children: string }, + "unselectable_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'rune_text' | 'enchant_cost' }, + "unselectable_button/default": { type: T.IMAGE, children: string }, + "unselectable_button/hover": { type: T.IMAGE, children: string }, + "unselectable_button/pressed": { type: T.IMAGE, children: string }, + "unselectable_button/rune_text": { type: T.LABEL, children: string }, + "unselectable_button/enchant_cost": { type: T.LABEL, children: string }, + "selectable_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'rune_text' | 'enchant_cost' }, + "selectable_button/default": { type: T.IMAGE, children: string }, + "selectable_button/hover": { type: T.IMAGE, children: string }, + "selectable_button/pressed": { type: T.IMAGE, children: string }, + "selectable_button/rune_text": { type: T.LABEL, children: string }, + "selectable_button/enchant_cost": { type: T.LABEL, children: string }, + "enchant_button_panel": { type: T.PANEL, children: 'dark_background' | 'unselectable_button' | 'selectable_button' }, + "enchant_button_panel/dark_background": { type: T.IMAGE, children: string }, + "enchant_button_panel/unselectable_button": { type: T.BUTTON, children: string }, + "enchant_button_panel/selectable_button": { type: T.BUTTON, children: string }, + "enchanting_panel_top_half": { type: T.PANEL, children: 'enchanting_label' | 'enchanting_book_panel' | 'item_grid' | 'lapis_grid' | 'grid_panel' }, + "enchanting_panel_top_half/enchanting_label": { type: T.LABEL, children: string }, + "enchanting_panel_top_half/enchanting_book_panel": { type: T.PANEL, children: 'enchanting_book' }, + "enchanting_panel_top_half/enchanting_book_panel/enchanting_book": { type: T.CUSTOM, children: string }, + "enchanting_panel_top_half/item_grid": { type: T.GRID, children: 'item_slot' }, + "enchanting_panel_top_half/item_grid/item_slot": { type: T.INPUT_PANEL, children: string }, + "enchanting_panel_top_half/lapis_grid": { type: T.GRID, children: 'lapis' }, + "enchanting_panel_top_half/lapis_grid/lapis": { type: T.INPUT_PANEL, children: string }, + "enchanting_panel_top_half/grid_panel": { type: T.PANEL, children: 'indent' | 'dust_panel' | 'enchantments_grid' }, + "enchanting_panel_top_half/grid_panel/indent": { type: T.IMAGE, children: string }, + "enchanting_panel_top_half/grid_panel/dust_panel": { type: T.GRID, children: string }, + "enchanting_panel_top_half/grid_panel/enchantments_grid": { type: T.GRID, children: string }, + "enchanting_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "enchanting_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "enchanting_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "enchanting_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "enchanting_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'enchanting_screen_inventory' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "enchanting_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "enchanting_panel/root_panel/enchanting_screen_inventory": { type: T.PANEL, children: 'enchanting_panel_top_half' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' }, + "enchanting_panel/root_panel/enchanting_screen_inventory/enchanting_panel_top_half": { type: T.PANEL, children: string }, + "enchanting_panel/root_panel/enchanting_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "enchanting_panel/root_panel/enchanting_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "enchanting_panel/root_panel/enchanting_screen_inventory/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "enchanting_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "enchanting_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "enchanting_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "enchanting_screen": { type: T.SCREEN, children: string }, +} + +export type EnchantingPocketType = { + "generic_label": { type: T.LABEL, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_content": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_content/scrolling_panel": { type: T.PANEL, children: string }, + "lapis_image": { type: T.IMAGE, children: string }, + "enchanting_slots_panel": { type: T.PANEL, children: 'input_slot' | 'lapis_slot' }, + "enchanting_slots_panel/input_slot": { type: T.INPUT_PANEL, children: string }, + "enchanting_slots_panel/lapis_slot": { type: T.INPUT_PANEL, children: string }, + "enchant_text_runes": { type: T.LABEL, children: string }, + "show_highlighted_slot_control": { type: T.IMAGE, children: string }, + "show_highlighted_hover_slot_control": { type: T.IMAGE, children: string }, + "inactive_background": { type: T.IMAGE, children: string }, + "unselectable_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'enchant_cost' }, + "unselectable_button/default": { type: T.IMAGE, children: string }, + "unselectable_button/hover": { type: T.IMAGE, children: string }, + "unselectable_button/pressed": { type: T.IMAGE, children: string }, + "unselectable_button/enchant_cost": { type: T.LABEL, children: string }, + "selectable_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'enchant_cost' }, + "selectable_button/default": { type: T.IMAGE, children: string }, + "selectable_button/hover": { type: T.IMAGE, children: string }, + "selectable_button/pressed": { type: T.IMAGE, children: string }, + "selectable_button/enchant_cost": { type: T.LABEL, children: string }, + "enchant_button_panel": { type: T.PANEL, children: 'inactive_background' | 'unselectable_button' | 'selectable_button' | 'dust' | 'rune_text' | 'highlight' }, + "enchant_button_panel/inactive_background": { type: T.IMAGE, children: string }, + "enchant_button_panel/unselectable_button": { type: T.BUTTON, children: string }, + "enchant_button_panel/selectable_button": { type: T.BUTTON, children: string }, + "enchant_button_panel/dust": { type: T.PANEL, children: string }, + "enchant_button_panel/rune_text": { type: T.LABEL, children: string }, + "enchant_button_panel/highlight": { type: T.IMAGE, children: string }, + "enchant_selection_panel": { type: T.PANEL, children: 'grid' }, + "enchant_selection_panel/grid": { type: T.GRID, children: 'button1' | 'button2' | 'button3' }, + "enchant_selection_panel/grid/button1": { type: T.PANEL, children: string }, + "enchant_selection_panel/grid/button2": { type: T.PANEL, children: string }, + "enchant_selection_panel/grid/button3": { type: T.PANEL, children: string }, + "item_renderer": { type: T.CUSTOM, children: string }, + "confirm_default_control": { type: T.IMAGE, children: string }, + "enchanting_confirm_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'arrow_active' | 'arrow_inactive' | 'input_item_renderer' | 'output_item_renderer' }, + "enchanting_confirm_button/default": { type: T.IMAGE, children: string }, + "enchanting_confirm_button/hover": { type: T.IMAGE, children: string }, + "enchanting_confirm_button/pressed": { type: T.IMAGE, children: string }, + "enchanting_confirm_button/arrow_active": { type: T.IMAGE, children: string }, + "enchanting_confirm_button/arrow_inactive": { type: T.IMAGE, children: string }, + "enchanting_confirm_button/input_item_renderer": { type: T.CUSTOM, children: string }, + "enchanting_confirm_button/output_item_renderer": { type: T.CUSTOM, children: string }, + "enchanting_confirm_panel": { type: T.PANEL, children: 'confirm' | 'enchantment_hint_text' }, + "enchanting_confirm_panel/confirm": { type: T.BUTTON, children: string }, + "enchanting_confirm_panel/enchantment_hint_text": { type: T.LABEL, children: string }, + "enchanting_book_contents_panel": { type: T.PANEL, children: 'enchanting_book' | 'player_level_label' | 'level_label' }, + "enchanting_book_contents_panel/enchanting_book": { type: T.CUSTOM, children: string }, + "enchanting_book_contents_panel/player_level_label": { type: T.LABEL, children: string }, + "enchanting_book_contents_panel/level_label": { type: T.LABEL, children: string }, + "enchanting_book_panel": { type: T.PANEL, children: 'enchanting_slots_panel' }, + "enchanting_book_panel/enchanting_slots_panel": { type: T.PANEL, children: string }, + "enchanting_slots_and_selection": { type: T.STACK_PANEL, children: 'enchanting_slots_panel' | 'pad1' | 'enchant_selection_panel' }, + "enchanting_slots_and_selection/enchanting_slots_panel": { type: T.PANEL, children: string }, + "enchanting_slots_and_selection/pad1": { type: T.PANEL, children: string }, + "enchanting_slots_and_selection/enchant_selection_panel": { type: T.PANEL, children: string }, + "enchanting_contents_panel": { type: T.STACK_PANEL, children: 'fill1' | 'enchanting_book_panel' | 'pad1' | 'enchanting_slots_and_selection' | 'pad2' | 'enchanting_confirm_panel' | 'fill2' }, + "enchanting_contents_panel/fill1": { type: T.PANEL, children: string }, + "enchanting_contents_panel/enchanting_book_panel": { type: T.PANEL, children: string }, + "enchanting_contents_panel/pad1": { type: T.PANEL, children: string }, + "enchanting_contents_panel/enchanting_slots_and_selection": { type: T.STACK_PANEL, children: string }, + "enchanting_contents_panel/pad2": { type: T.PANEL, children: string }, + "enchanting_contents_panel/enchanting_confirm_panel": { type: T.PANEL, children: string }, + "enchanting_contents_panel/fill2": { type: T.PANEL, children: string }, + "header": { type: T.PANEL, children: 'header_background' | 'legacy_pocket_close_button' | 'panel' }, + "header/header_background": { type: T.IMAGE, children: string }, + "header/legacy_pocket_close_button": { type: T.BUTTON, children: string }, + "header/panel": { type: T.PANEL, children: 'title_label' }, + "header/panel/title_label": { type: T.LABEL, children: string }, + "inventory_and_enchanting_panel": { type: T.PANEL, children: 'inventory_half_screen' | 'enchanting_half_screen' }, + "inventory_and_enchanting_panel/inventory_half_screen": { type: T.PANEL, children: 'inventory_content' }, + "inventory_and_enchanting_panel/inventory_half_screen/inventory_content": { type: T.PANEL, children: string }, + "inventory_and_enchanting_panel/enchanting_half_screen": { type: T.PANEL, children: 'enchanting_content' }, + "inventory_and_enchanting_panel/enchanting_half_screen/enchanting_content": { type: T.STACK_PANEL, children: string }, + "header_and_content_stack_panel": { type: T.STACK_PANEL, children: 'header' | 'inventory_and_enchanting_panel' }, + "header_and_content_stack_panel/header": { type: T.PANEL, children: string }, + "header_and_content_stack_panel/inventory_and_enchanting_panel": { type: T.PANEL, children: string }, + "error_text_panel": { type: T.PANEL, children: 'item_text_label' }, + "error_text_panel/item_text_label": { type: T.LABEL, children: string }, + "enchanting_panel": { type: T.PANEL, children: 'bg' | 'root_panel' | 'header_and_content_stack_panel' | 'container_gamepad_helpers' | 'inventory_selected_icon_button' | 'hold_icon' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "enchanting_panel/bg": { type: T.IMAGE, children: string }, + "enchanting_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "enchanting_panel/header_and_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "enchanting_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "enchanting_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "enchanting_panel/hold_icon": { type: T.BUTTON, children: string }, + "enchanting_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "enchanting_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "enchanting_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type EncyclopediaType = { + "encyclopedia_screen": { type: T.SCREEN, children: string }, + "encyclopedia_selector_stack_panel": { type: T.STACK_PANEL, children: 'how_to_play_selector_pane' }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane": { type: T.STACK_PANEL, children: 'overworld_category' | 'armor_button' | 'armor_stand_button' | 'banners_button' | 'beacons_button' | 'beds_button' | 'blocks_button' | 'book_and_quill_button' | 'chests_button' | 'conduits_button' | 'dyes_button' | 'farming_button' | 'fireworks_button' | 'fishing_button' | 'jigsaw_blocks_button' | 'mounts_button' | 'navigation_button' | 'nether_portals_button' | 'pets_button' | 'raids_button' | 'ranching_button' | 'scaffolding_button' | 'structure_blocks_button' | 'tools_button' | 'transportation_button' | 'trading_button' | 'weapons_button' | 'stands_and_tables_category' | 'anvil_button' | 'brewing_stand_button' | 'cauldron_button' | 'crafting_table_button' | 'enchanting_table_button' | 'furnace_button' | 'loom_button' | 'smithing_table_button' | 'redstone_engineering_category' | 'droppers_button' | 'dispensers_button' | 'hoppers_button' | 'jukebox_button' | 'redstone_button' | 'the_end_dimension_category' | 'the_end_button' | 'eye_of_ender_button' | 'end_cities_button' | 'elytra_button' | 'shulker_boxes_button' | 'options_and_cheats_category' | 'game_settings_button' | 'difficulty_button' | 'adventure_mode_button' | 'creative_mode_button' | 'commands_button' | 'host_and_player_options_button' | 'command_blocks_button' | 'realms_category' | 'realms_stories_button' | 'marketplace_category' | 'minecoins_button' | 'addons_button' | 'worlds_button' | 'textures_button' | 'skins_button' | 'mashups_button' }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/overworld_category": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/armor_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/armor_stand_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/banners_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/beacons_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/beds_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/blocks_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/book_and_quill_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/chests_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/conduits_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/dyes_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/farming_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/fireworks_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/fishing_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/jigsaw_blocks_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/mounts_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/navigation_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/nether_portals_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/pets_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/raids_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/ranching_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/scaffolding_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/structure_blocks_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/tools_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/transportation_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/trading_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/weapons_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/stands_and_tables_category": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/anvil_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/brewing_stand_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/cauldron_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/crafting_table_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/enchanting_table_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/furnace_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/loom_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/smithing_table_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/redstone_engineering_category": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/droppers_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/dispensers_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/hoppers_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/jukebox_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/redstone_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/the_end_dimension_category": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/the_end_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/eye_of_ender_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/end_cities_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/elytra_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/shulker_boxes_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/options_and_cheats_category": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/game_settings_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/difficulty_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/adventure_mode_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/creative_mode_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/commands_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/host_and_player_options_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/command_blocks_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/realms_category": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/realms_stories_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/marketplace_category": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/minecoins_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/addons_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/worlds_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/textures_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/skins_button": { type: T.PANEL, children: string }, + "encyclopedia_selector_stack_panel/how_to_play_selector_pane/mashups_button": { type: T.PANEL, children: string }, + "encyclopedia_section_content_panels": { type: T.STACK_PANEL, children: 'general_tips_sections' }, + "encyclopedia_section_content_panels/general_tips_sections": { type: T.STACK_PANEL, children: 'section_contents_header' | 'armor_section' | 'armor_stand_section' | 'banners_section' | 'beacons_section' | 'beds_section' | 'blocks_section' | 'book_and_quill_section' | 'chests_section' | 'conduits_section' | 'dyes_section' | 'farming_section' | 'fireworks_section' | 'fishing_section' | 'jigsaw' | 'mounts_section' | 'navigation_section' | 'nether_portals_section' | 'pets_section' | 'raids_section' | 'ranching_section' | 'scaffolding_section' | 'structure_blocks_section' | 'tools_section' | 'transportation_section' | 'trading_section' | 'weapons_section' | 'anvil_section' | 'brewing_stand_section' | 'cauldron_section' | 'crafting_table_section' | 'enchanting_table_section' | 'furnace_section' | 'loom_section' | 'smithing_table_section' | 'droppers_section' | 'dispensers_section' | 'hoppers_section' | 'jukebox_section' | 'redstone_section' | 'the_end_section' | 'eye_of_ender_section' | 'end_cities_section' | 'elytra_section' | 'shulker_boxes_section' | 'game_settings_section' | 'difficulty_section' | 'adventure_mode_section' | 'creative_mode_section' | 'commands_section' | 'host_and_player_options_section' | 'command_blocks_section' | 'realms_stories_section' | 'minecoins_section' | 'addons_section' | 'worlds_section' | 'textures_section' | 'skins_section' | 'mashups_section' | 'section_contents_footer' }, + "encyclopedia_section_content_panels/general_tips_sections/section_contents_header": { type: T.INPUT_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/armor_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/armor_stand_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/banners_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/beacons_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/beds_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/blocks_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/book_and_quill_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/chests_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/conduits_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/dyes_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/farming_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/fireworks_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/fishing_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/jigsaw": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/mounts_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/navigation_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/nether_portals_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/pets_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/raids_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/ranching_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/scaffolding_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/structure_blocks_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/tools_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/transportation_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/trading_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/weapons_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/anvil_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/brewing_stand_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/cauldron_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/crafting_table_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/enchanting_table_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/furnace_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/loom_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/smithing_table_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/droppers_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/dispensers_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/hoppers_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/jukebox_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/redstone_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/the_end_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/eye_of_ender_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/end_cities_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/elytra_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/shulker_boxes_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/game_settings_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/difficulty_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/adventure_mode_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/creative_mode_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/commands_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/host_and_player_options_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/command_blocks_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/realms_stories_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/minecoins_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/addons_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/worlds_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/textures_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/skins_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/mashups_section": { type: T.STACK_PANEL, children: string }, + "encyclopedia_section_content_panels/general_tips_sections/section_contents_footer": { type: T.INPUT_PANEL, children: string }, + "adventure_mode_button": { type: T.PANEL, children: string }, + "adventure_mode_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' }, + "adventure_mode_section/paragraph_1": { type: T.PANEL, children: string }, + "adventure_mode_section/padding_1": { type: T.PANEL, children: string }, + "adventure_mode_section/paragraph_2": { type: T.PANEL, children: string }, + "anvil_button": { type: T.PANEL, children: string }, + "anvil_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' }, + "anvil_section/paragraph_1": { type: T.PANEL, children: string }, + "anvil_section/padding_1": { type: T.PANEL, children: string }, + "anvil_section/header_1": { type: T.PANEL, children: string }, + "anvil_section/paragraph_2": { type: T.PANEL, children: string }, + "anvil_section/padding_2": { type: T.PANEL, children: string }, + "anvil_section/header_2": { type: T.PANEL, children: string }, + "anvil_section/paragraph_3": { type: T.PANEL, children: string }, + "anvil_section/padding_3": { type: T.PANEL, children: string }, + "anvil_section/paragraph_4": { type: T.PANEL, children: string }, + "anvil_section/padding_4": { type: T.PANEL, children: string }, + "anvil_section/paragraph_5": { type: T.PANEL, children: string }, + "armor_button": { type: T.PANEL, children: string }, + "armor_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'header_2' | 'paragraph_5_keyboard' | 'paragraph_5_gamepad' | 'paragraph_5a_touch' | 'padding_5a_touch' | 'paragraph_5b_touch' | 'padding_5b_touch' | 'paragraph_5c_touch' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'header_3' | 'paragraph_7' }, + "armor_section/paragraph_1": { type: T.PANEL, children: string }, + "armor_section/padding_1": { type: T.PANEL, children: string }, + "armor_section/header_1": { type: T.PANEL, children: string }, + "armor_section/paragraph_2": { type: T.PANEL, children: string }, + "armor_section/padding_2": { type: T.PANEL, children: string }, + "armor_section/paragraph_3": { type: T.PANEL, children: string }, + "armor_section/padding_3": { type: T.PANEL, children: string }, + "armor_section/paragraph_4": { type: T.PANEL, children: string }, + "armor_section/padding_4": { type: T.PANEL, children: string }, + "armor_section/header_2": { type: T.PANEL, children: string }, + "armor_section/paragraph_5_keyboard": { type: T.PANEL, children: string }, + "armor_section/paragraph_5_gamepad": { type: T.PANEL, children: string }, + "armor_section/paragraph_5a_touch": { type: T.PANEL, children: string }, + "armor_section/padding_5a_touch": { type: T.PANEL, children: string }, + "armor_section/paragraph_5b_touch": { type: T.PANEL, children: string }, + "armor_section/padding_5b_touch": { type: T.PANEL, children: string }, + "armor_section/paragraph_5c_touch": { type: T.PANEL, children: string }, + "armor_section/padding_5": { type: T.PANEL, children: string }, + "armor_section/paragraph_6": { type: T.PANEL, children: string }, + "armor_section/padding_6": { type: T.PANEL, children: string }, + "armor_section/header_3": { type: T.PANEL, children: string }, + "armor_section/paragraph_7": { type: T.PANEL, children: string }, + "armor_stand_button": { type: T.PANEL, children: string }, + "armor_stand_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' | 'padding_2' | 'paragraph_3_keyboard' | 'paragraph_3_gamepad' | 'paragraph_3_touch' | 'padding_3' | 'header_2' | 'paragraph_4_keyboard' | 'paragraph_4_gamepad' | 'paragraph_4_touch' | 'padding_4' | 'header_3' | 'paragraph_5' }, + "armor_stand_section/paragraph_1": { type: T.PANEL, children: string }, + "armor_stand_section/padding_1": { type: T.PANEL, children: string }, + "armor_stand_section/header_1": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "armor_stand_section/padding_2": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_3_keyboard": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_3_gamepad": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_3_touch": { type: T.PANEL, children: string }, + "armor_stand_section/padding_3": { type: T.PANEL, children: string }, + "armor_stand_section/header_2": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_4_keyboard": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_4_gamepad": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_4_touch": { type: T.PANEL, children: string }, + "armor_stand_section/padding_4": { type: T.PANEL, children: string }, + "armor_stand_section/header_3": { type: T.PANEL, children: string }, + "armor_stand_section/paragraph_5": { type: T.PANEL, children: string }, + "banners_button": { type: T.PANEL, children: string }, + "banners_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' | 'padding_7' | 'header_2' | 'paragraph_8' | 'padding_8' | 'header_3' | 'paragraph_9' }, + "banners_section/paragraph_1": { type: T.PANEL, children: string }, + "banners_section/padding_1": { type: T.PANEL, children: string }, + "banners_section/paragraph_2": { type: T.PANEL, children: string }, + "banners_section/padding_2": { type: T.PANEL, children: string }, + "banners_section/header_1": { type: T.PANEL, children: string }, + "banners_section/paragraph_3": { type: T.PANEL, children: string }, + "banners_section/padding_3": { type: T.PANEL, children: string }, + "banners_section/paragraph_4": { type: T.PANEL, children: string }, + "banners_section/padding_4": { type: T.PANEL, children: string }, + "banners_section/paragraph_5": { type: T.PANEL, children: string }, + "banners_section/padding_5": { type: T.PANEL, children: string }, + "banners_section/paragraph_6": { type: T.PANEL, children: string }, + "banners_section/padding_6": { type: T.PANEL, children: string }, + "banners_section/paragraph_7": { type: T.PANEL, children: string }, + "banners_section/padding_7": { type: T.PANEL, children: string }, + "banners_section/header_2": { type: T.PANEL, children: string }, + "banners_section/paragraph_8": { type: T.PANEL, children: string }, + "banners_section/padding_8": { type: T.PANEL, children: string }, + "banners_section/header_3": { type: T.PANEL, children: string }, + "banners_section/paragraph_9": { type: T.PANEL, children: string }, + "beacons_button": { type: T.PANEL, children: string }, + "beacons_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'header_2' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' | 'padding_7' | 'paragraph_8' }, + "beacons_section/paragraph_1": { type: T.PANEL, children: string }, + "beacons_section/padding_1": { type: T.PANEL, children: string }, + "beacons_section/paragraph_2": { type: T.PANEL, children: string }, + "beacons_section/padding_2": { type: T.PANEL, children: string }, + "beacons_section/header_1": { type: T.PANEL, children: string }, + "beacons_section/paragraph_3": { type: T.PANEL, children: string }, + "beacons_section/padding_3": { type: T.PANEL, children: string }, + "beacons_section/paragraph_4": { type: T.PANEL, children: string }, + "beacons_section/padding_4": { type: T.PANEL, children: string }, + "beacons_section/header_2": { type: T.PANEL, children: string }, + "beacons_section/paragraph_5": { type: T.PANEL, children: string }, + "beacons_section/padding_5": { type: T.PANEL, children: string }, + "beacons_section/paragraph_6": { type: T.PANEL, children: string }, + "beacons_section/padding_6": { type: T.PANEL, children: string }, + "beacons_section/paragraph_7": { type: T.PANEL, children: string }, + "beacons_section/padding_7": { type: T.PANEL, children: string }, + "beacons_section/paragraph_8": { type: T.PANEL, children: string }, + "conduits_button": { type: T.PANEL, children: string }, + "conduits_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' }, + "conduits_section/paragraph_1": { type: T.PANEL, children: string }, + "conduits_section/padding_1": { type: T.PANEL, children: string }, + "conduits_section/paragraph_2": { type: T.PANEL, children: string }, + "conduits_section/padding_2": { type: T.PANEL, children: string }, + "conduits_section/header_1": { type: T.PANEL, children: string }, + "conduits_section/paragraph_3": { type: T.PANEL, children: string }, + "conduits_section/padding_3": { type: T.PANEL, children: string }, + "conduits_section/paragraph_4": { type: T.PANEL, children: string }, + "beds_button": { type: T.PANEL, children: string }, + "beds_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' }, + "beds_section/paragraph_1": { type: T.PANEL, children: string }, + "beds_section/padding_1": { type: T.PANEL, children: string }, + "beds_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "beds_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "beds_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "beds_section/padding_2": { type: T.PANEL, children: string }, + "beds_section/paragraph_3": { type: T.PANEL, children: string }, + "beds_section/padding_3": { type: T.PANEL, children: string }, + "beds_section/paragraph_4": { type: T.PANEL, children: string }, + "beds_section/padding_4": { type: T.PANEL, children: string }, + "beds_section/paragraph_5": { type: T.PANEL, children: string }, + "blocks_button": { type: T.PANEL, children: string }, + "blocks_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'header_2' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' | 'padding_7' | 'paragraph_8' | 'padding_8' | 'paragraph_9' }, + "blocks_section/paragraph_1": { type: T.PANEL, children: string }, + "blocks_section/padding_1": { type: T.PANEL, children: string }, + "blocks_section/paragraph_2": { type: T.PANEL, children: string }, + "blocks_section/padding_2": { type: T.PANEL, children: string }, + "blocks_section/header_1": { type: T.PANEL, children: string }, + "blocks_section/paragraph_3": { type: T.PANEL, children: string }, + "blocks_section/padding_3": { type: T.PANEL, children: string }, + "blocks_section/header_2": { type: T.PANEL, children: string }, + "blocks_section/paragraph_4": { type: T.PANEL, children: string }, + "blocks_section/padding_4": { type: T.PANEL, children: string }, + "blocks_section/paragraph_5": { type: T.PANEL, children: string }, + "blocks_section/padding_5": { type: T.PANEL, children: string }, + "blocks_section/paragraph_6": { type: T.PANEL, children: string }, + "blocks_section/padding_6": { type: T.PANEL, children: string }, + "blocks_section/paragraph_7": { type: T.PANEL, children: string }, + "blocks_section/padding_7": { type: T.PANEL, children: string }, + "blocks_section/paragraph_8": { type: T.PANEL, children: string }, + "blocks_section/padding_8": { type: T.PANEL, children: string }, + "blocks_section/paragraph_9": { type: T.PANEL, children: string }, + "book_and_quill_button": { type: T.PANEL, children: string }, + "book_and_quill_section": { type: T.STACK_PANEL, children: 'paragraph_1' }, + "book_and_quill_section/paragraph_1": { type: T.PANEL, children: string }, + "brewing_stand_button": { type: T.PANEL, children: string }, + "brewing_stand_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' }, + "brewing_stand_section/paragraph_1": { type: T.PANEL, children: string }, + "brewing_stand_section/padding_1": { type: T.PANEL, children: string }, + "brewing_stand_section/header_1": { type: T.PANEL, children: string }, + "brewing_stand_section/paragraph_2": { type: T.PANEL, children: string }, + "brewing_stand_section/padding_2": { type: T.PANEL, children: string }, + "brewing_stand_section/header_2": { type: T.PANEL, children: string }, + "brewing_stand_section/paragraph_3": { type: T.PANEL, children: string }, + "brewing_stand_section/padding_3": { type: T.PANEL, children: string }, + "brewing_stand_section/paragraph_4": { type: T.PANEL, children: string }, + "cauldron_button": { type: T.PANEL, children: string }, + "cauldron_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'header_2' | 'paragraph_4_keyboard' | 'paragraph_4_gamepad' | 'paragraph_4_touch' | 'padding_4' | 'header_3' | 'paragraph_5_keyboard' | 'paragraph_5_gamepad' | 'paragraph_5_touch' | 'padding_5' | 'paragraph_6' }, + "cauldron_section/paragraph_1": { type: T.PANEL, children: string }, + "cauldron_section/padding_1": { type: T.PANEL, children: string }, + "cauldron_section/header_1": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "cauldron_section/padding_2": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_3": { type: T.PANEL, children: string }, + "cauldron_section/padding_3": { type: T.PANEL, children: string }, + "cauldron_section/header_2": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_4_keyboard": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_4_gamepad": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_4_touch": { type: T.PANEL, children: string }, + "cauldron_section/padding_4": { type: T.PANEL, children: string }, + "cauldron_section/header_3": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_5_keyboard": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_5_gamepad": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_5_touch": { type: T.PANEL, children: string }, + "cauldron_section/padding_5": { type: T.PANEL, children: string }, + "cauldron_section/paragraph_6": { type: T.PANEL, children: string }, + "chests_button": { type: T.PANEL, children: string }, + "chests_section": { type: T.STACK_PANEL, children: 'paragraph_1_keyboard' | 'paragraph_1_gamepad' | 'paragraph_1_touch' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' }, + "chests_section/paragraph_1_keyboard": { type: T.PANEL, children: string }, + "chests_section/paragraph_1_gamepad": { type: T.PANEL, children: string }, + "chests_section/paragraph_1_touch": { type: T.PANEL, children: string }, + "chests_section/padding_1": { type: T.PANEL, children: string }, + "chests_section/paragraph_2": { type: T.PANEL, children: string }, + "chests_section/padding_2": { type: T.PANEL, children: string }, + "chests_section/paragraph_3": { type: T.PANEL, children: string }, + "command_blocks_button": { type: T.PANEL, children: string }, + "command_blocks_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'paragraph_5_1' | 'paragraph_5_2' | 'paragraph_5_3' | 'padding_5' | 'paragraph_6' | 'paragraph_6_1' | 'paragraph_6_2' | 'padding_6' | 'paragraph_7' | 'paragraph_7_1' | 'paragraph_7_2' | 'padding_7' | 'paragraph_8' }, + "command_blocks_section/paragraph_1": { type: T.PANEL, children: string }, + "command_blocks_section/padding_1": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_2": { type: T.PANEL, children: string }, + "command_blocks_section/padding_2": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_3": { type: T.PANEL, children: string }, + "command_blocks_section/padding_3": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_4": { type: T.PANEL, children: string }, + "command_blocks_section/padding_4": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_5": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_5_1": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_5_2": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_5_3": { type: T.PANEL, children: string }, + "command_blocks_section/padding_5": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_6": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_6_1": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_6_2": { type: T.PANEL, children: string }, + "command_blocks_section/padding_6": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_7": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_7_1": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_7_2": { type: T.PANEL, children: string }, + "command_blocks_section/padding_7": { type: T.PANEL, children: string }, + "command_blocks_section/paragraph_8": { type: T.PANEL, children: string }, + "commands_button": { type: T.PANEL, children: string }, + "commands_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' }, + "commands_section/paragraph_1": { type: T.PANEL, children: string }, + "commands_section/padding_1": { type: T.PANEL, children: string }, + "commands_section/paragraph_2": { type: T.PANEL, children: string }, + "crafting_table_button": { type: T.PANEL, children: string }, + "crafting_table_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' }, + "crafting_table_section/paragraph_1": { type: T.PANEL, children: string }, + "crafting_table_section/padding_1": { type: T.PANEL, children: string }, + "crafting_table_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "crafting_table_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "crafting_table_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "creative_mode_button": { type: T.PANEL, children: string }, + "creative_mode_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'header_2' | 'paragraph_4_keyboard' | 'paragraph_4_gamepad' | 'paragraph_4a_touch_joystick_tap' | 'paragraph_4a_touch_classic_dpad' | 'paragraph_4a_touch_joystick_crosshair' | 'padding_4a_touch' | 'paragraph_4b_touch_joystick_tap' | 'paragraph_4b_touch_classic_dpad' | 'paragraph_4b_touch_joystick_crosshair' }, + "creative_mode_section/paragraph_1": { type: T.PANEL, children: string }, + "creative_mode_section/padding_1": { type: T.PANEL, children: string }, + "creative_mode_section/header_1": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_2": { type: T.PANEL, children: string }, + "creative_mode_section/padding_2": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_3": { type: T.PANEL, children: string }, + "creative_mode_section/padding_3": { type: T.PANEL, children: string }, + "creative_mode_section/header_2": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_4_keyboard": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_4_gamepad": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_4a_touch_joystick_tap": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_4a_touch_classic_dpad": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_4a_touch_joystick_crosshair": { type: T.PANEL, children: string }, + "creative_mode_section/padding_4a_touch": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_4b_touch_joystick_tap": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_4b_touch_classic_dpad": { type: T.PANEL, children: string }, + "creative_mode_section/paragraph_4b_touch_joystick_crosshair": { type: T.PANEL, children: string }, + "difficulty_button": { type: T.PANEL, children: string }, + "difficulty_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'header_3' | 'paragraph_4' | 'padding_4' | 'header_4' | 'paragraph_5' }, + "difficulty_section/paragraph_1": { type: T.PANEL, children: string }, + "difficulty_section/padding_1": { type: T.PANEL, children: string }, + "difficulty_section/header_1": { type: T.PANEL, children: string }, + "difficulty_section/paragraph_2": { type: T.PANEL, children: string }, + "difficulty_section/padding_2": { type: T.PANEL, children: string }, + "difficulty_section/header_2": { type: T.PANEL, children: string }, + "difficulty_section/paragraph_3": { type: T.PANEL, children: string }, + "difficulty_section/padding_3": { type: T.PANEL, children: string }, + "difficulty_section/header_3": { type: T.PANEL, children: string }, + "difficulty_section/paragraph_4": { type: T.PANEL, children: string }, + "difficulty_section/padding_4": { type: T.PANEL, children: string }, + "difficulty_section/header_4": { type: T.PANEL, children: string }, + "difficulty_section/paragraph_5": { type: T.PANEL, children: string }, + "dispensers_button": { type: T.PANEL, children: string }, + "dispensers_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' }, + "dispensers_section/paragraph_1": { type: T.PANEL, children: string }, + "dispensers_section/padding_1": { type: T.PANEL, children: string }, + "dispensers_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "dispensers_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "dispensers_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "dispensers_section/padding_2": { type: T.PANEL, children: string }, + "dispensers_section/header_1": { type: T.PANEL, children: string }, + "dispensers_section/paragraph_3": { type: T.PANEL, children: string }, + "dispensers_section/padding_3": { type: T.PANEL, children: string }, + "dispensers_section/paragraph_4": { type: T.PANEL, children: string }, + "droppers_button": { type: T.PANEL, children: string }, + "droppers_section": { type: T.STACK_PANEL, children: 'paragraph_1_keyboard' | 'paragraph_1_gamepad' | 'paragraph_1_touch' | 'padding_1' | 'header_1' | 'paragraph_2' }, + "droppers_section/paragraph_1_keyboard": { type: T.PANEL, children: string }, + "droppers_section/paragraph_1_gamepad": { type: T.PANEL, children: string }, + "droppers_section/paragraph_1_touch": { type: T.PANEL, children: string }, + "droppers_section/padding_1": { type: T.PANEL, children: string }, + "droppers_section/header_1": { type: T.PANEL, children: string }, + "droppers_section/paragraph_2": { type: T.PANEL, children: string }, + "dyes_button": { type: T.PANEL, children: string }, + "dyes_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' }, + "dyes_section/paragraph_1": { type: T.PANEL, children: string }, + "dyes_section/padding_1": { type: T.PANEL, children: string }, + "dyes_section/paragraph_2": { type: T.PANEL, children: string }, + "dyes_section/padding_2": { type: T.PANEL, children: string }, + "dyes_section/paragraph_3": { type: T.PANEL, children: string }, + "dyes_section/padding_3": { type: T.PANEL, children: string }, + "dyes_section/paragraph_4": { type: T.PANEL, children: string }, + "dyes_section/padding_4": { type: T.PANEL, children: string }, + "dyes_section/paragraph_5": { type: T.PANEL, children: string }, + "dyes_section/padding_5": { type: T.PANEL, children: string }, + "dyes_section/paragraph_6": { type: T.PANEL, children: string }, + "dyes_section/padding_6": { type: T.PANEL, children: string }, + "dyes_section/paragraph_7": { type: T.PANEL, children: string }, + "elytra_button": { type: T.PANEL, children: string }, + "elytra_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3_keyboard' | 'paragraph_3_gamepad' | 'paragraph_3_touch' | 'padding_3' | 'paragraph_4' | 'paragraph_4_touch' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'header_2' | 'paragraph_6' }, + "elytra_section/paragraph_1": { type: T.PANEL, children: string }, + "elytra_section/padding_1": { type: T.PANEL, children: string }, + "elytra_section/paragraph_2": { type: T.PANEL, children: string }, + "elytra_section/padding_2": { type: T.PANEL, children: string }, + "elytra_section/header_1": { type: T.PANEL, children: string }, + "elytra_section/paragraph_3_keyboard": { type: T.PANEL, children: string }, + "elytra_section/paragraph_3_gamepad": { type: T.PANEL, children: string }, + "elytra_section/paragraph_3_touch": { type: T.PANEL, children: string }, + "elytra_section/padding_3": { type: T.PANEL, children: string }, + "elytra_section/paragraph_4": { type: T.PANEL, children: string }, + "elytra_section/paragraph_4_touch": { type: T.PANEL, children: string }, + "elytra_section/padding_4": { type: T.PANEL, children: string }, + "elytra_section/paragraph_5": { type: T.PANEL, children: string }, + "elytra_section/padding_5": { type: T.PANEL, children: string }, + "elytra_section/header_2": { type: T.PANEL, children: string }, + "elytra_section/paragraph_6": { type: T.PANEL, children: string }, + "enchanting_table_button": { type: T.PANEL, children: string }, + "enchanting_table_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'header_2' | 'paragraph_4' | 'padding_4' | 'header_3' | 'paragraph_5' }, + "enchanting_table_section/paragraph_1": { type: T.PANEL, children: string }, + "enchanting_table_section/padding_1": { type: T.PANEL, children: string }, + "enchanting_table_section/header_1": { type: T.PANEL, children: string }, + "enchanting_table_section/paragraph_2": { type: T.PANEL, children: string }, + "enchanting_table_section/padding_2": { type: T.PANEL, children: string }, + "enchanting_table_section/paragraph_3": { type: T.PANEL, children: string }, + "enchanting_table_section/padding_3": { type: T.PANEL, children: string }, + "enchanting_table_section/header_2": { type: T.PANEL, children: string }, + "enchanting_table_section/paragraph_4": { type: T.PANEL, children: string }, + "enchanting_table_section/padding_4": { type: T.PANEL, children: string }, + "enchanting_table_section/header_3": { type: T.PANEL, children: string }, + "enchanting_table_section/paragraph_5": { type: T.PANEL, children: string }, + "end_cities_button": { type: T.PANEL, children: string }, + "end_cities_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' }, + "end_cities_section/paragraph_1": { type: T.PANEL, children: string }, + "end_cities_section/padding_1": { type: T.PANEL, children: string }, + "end_cities_section/paragraph_2": { type: T.PANEL, children: string }, + "eye_of_ender_button": { type: T.PANEL, children: string }, + "eye_of_ender_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' }, + "eye_of_ender_section/paragraph_1": { type: T.PANEL, children: string }, + "eye_of_ender_section/padding_1": { type: T.PANEL, children: string }, + "eye_of_ender_section/paragraph_2": { type: T.PANEL, children: string }, + "farming_button": { type: T.PANEL, children: string }, + "farming_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'header_2' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' }, + "farming_section/paragraph_1": { type: T.PANEL, children: string }, + "farming_section/padding_1": { type: T.PANEL, children: string }, + "farming_section/header_1": { type: T.PANEL, children: string }, + "farming_section/paragraph_2": { type: T.PANEL, children: string }, + "farming_section/padding_2": { type: T.PANEL, children: string }, + "farming_section/paragraph_3": { type: T.PANEL, children: string }, + "farming_section/padding_3": { type: T.PANEL, children: string }, + "farming_section/header_2": { type: T.PANEL, children: string }, + "farming_section/paragraph_4": { type: T.PANEL, children: string }, + "farming_section/padding_4": { type: T.PANEL, children: string }, + "farming_section/paragraph_5": { type: T.PANEL, children: string }, + "farming_section/padding_5": { type: T.PANEL, children: string }, + "farming_section/paragraph_6": { type: T.PANEL, children: string }, + "farming_section/padding_6": { type: T.PANEL, children: string }, + "farming_section/paragraph_7": { type: T.PANEL, children: string }, + "fireworks_button": { type: T.PANEL, children: string }, + "fireworks_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3_keyboard' | 'paragraph_3_gamepad' | 'paragraph_3_touch' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'header_2' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_5a' | 'paragraph_6_1' | 'padding_5b' | 'paragraph_6_2' | 'padding_5c' | 'paragraph_6_3' | 'padding_5d' | 'paragraph_6_4' | 'padding_5e' | 'paragraph_6_5' | 'padding_5f' | 'paragraph_6_6' | 'padding_6' | 'header_3' | 'paragraph_7' }, + "fireworks_section/paragraph_1": { type: T.PANEL, children: string }, + "fireworks_section/padding_1": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_2": { type: T.PANEL, children: string }, + "fireworks_section/padding_2": { type: T.PANEL, children: string }, + "fireworks_section/header_1": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_3_keyboard": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_3_gamepad": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_3_touch": { type: T.PANEL, children: string }, + "fireworks_section/padding_3": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_4": { type: T.PANEL, children: string }, + "fireworks_section/padding_4": { type: T.PANEL, children: string }, + "fireworks_section/header_2": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_5": { type: T.PANEL, children: string }, + "fireworks_section/padding_5": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_6": { type: T.PANEL, children: string }, + "fireworks_section/padding_5a": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_6_1": { type: T.PANEL, children: string }, + "fireworks_section/padding_5b": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_6_2": { type: T.PANEL, children: string }, + "fireworks_section/padding_5c": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_6_3": { type: T.PANEL, children: string }, + "fireworks_section/padding_5d": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_6_4": { type: T.PANEL, children: string }, + "fireworks_section/padding_5e": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_6_5": { type: T.PANEL, children: string }, + "fireworks_section/padding_5f": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_6_6": { type: T.PANEL, children: string }, + "fireworks_section/padding_6": { type: T.PANEL, children: string }, + "fireworks_section/header_3": { type: T.PANEL, children: string }, + "fireworks_section/paragraph_7": { type: T.PANEL, children: string }, + "jigsaw_blocks_button": { type: T.PANEL, children: string }, + "jigsaw_blocks_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' | 'padding_7' | 'paragraph_8' | 'padding_8' | 'paragraph_9' }, + "jigsaw_blocks_section/paragraph_1": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/padding_1": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/header_1": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/paragraph_2": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/padding_2": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/header_2": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/paragraph_3": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/padding_3": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/paragraph_4": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/padding_4": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/paragraph_5": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/padding_5": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/paragraph_6": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/padding_6": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/paragraph_7": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/padding_7": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/paragraph_8": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/padding_8": { type: T.PANEL, children: string }, + "jigsaw_blocks_section/paragraph_9": { type: T.PANEL, children: string }, + "fishing_button": { type: T.PANEL, children: string }, + "fishing_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4_keyboard' | 'paragraph_4_gamepad' | 'paragraph_4_touch' }, + "fishing_section/paragraph_1": { type: T.PANEL, children: string }, + "fishing_section/padding_1": { type: T.PANEL, children: string }, + "fishing_section/header_1": { type: T.PANEL, children: string }, + "fishing_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "fishing_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "fishing_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "fishing_section/padding_2": { type: T.PANEL, children: string }, + "fishing_section/header_2": { type: T.PANEL, children: string }, + "fishing_section/paragraph_3": { type: T.PANEL, children: string }, + "fishing_section/padding_3": { type: T.PANEL, children: string }, + "fishing_section/paragraph_4_keyboard": { type: T.PANEL, children: string }, + "fishing_section/paragraph_4_gamepad": { type: T.PANEL, children: string }, + "fishing_section/paragraph_4_touch": { type: T.PANEL, children: string }, + "furnace_button": { type: T.PANEL, children: string }, + "furnace_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' | 'padding_2' | 'paragraph_3' }, + "furnace_section/paragraph_1": { type: T.PANEL, children: string }, + "furnace_section/padding_1": { type: T.PANEL, children: string }, + "furnace_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "furnace_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "furnace_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "furnace_section/padding_2": { type: T.PANEL, children: string }, + "furnace_section/paragraph_3": { type: T.PANEL, children: string }, + "game_settings_button": { type: T.PANEL, children: string }, + "game_settings_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'header_1' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' | 'paragraph_7_1' | 'paragraph_7_2' | 'padding_7' | 'paragraph_8' | 'padding_8' | 'header_2' | 'paragraph_9' | 'padding_9' | 'paragraph_10' | 'padding_10' | 'paragraph_11' | 'padding_11' | 'paragraph_12' | 'padding_12' | 'paragraph_13' | 'padding_13' | 'paragraph_14' | 'padding_14' | 'paragraph_15' | 'padding_15' | 'paragraph_16' | 'padding_16' | 'paragraph_17' }, + "game_settings_section/paragraph_1": { type: T.PANEL, children: string }, + "game_settings_section/padding_1": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_2": { type: T.PANEL, children: string }, + "game_settings_section/padding_2": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_3": { type: T.PANEL, children: string }, + "game_settings_section/padding_3": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_4": { type: T.PANEL, children: string }, + "game_settings_section/padding_4": { type: T.PANEL, children: string }, + "game_settings_section/header_1": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_5": { type: T.PANEL, children: string }, + "game_settings_section/padding_5": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_6": { type: T.PANEL, children: string }, + "game_settings_section/padding_6": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_7": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_7_1": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_7_2": { type: T.PANEL, children: string }, + "game_settings_section/padding_7": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_8": { type: T.PANEL, children: string }, + "game_settings_section/padding_8": { type: T.PANEL, children: string }, + "game_settings_section/header_2": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_9": { type: T.PANEL, children: string }, + "game_settings_section/padding_9": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_10": { type: T.PANEL, children: string }, + "game_settings_section/padding_10": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_11": { type: T.PANEL, children: string }, + "game_settings_section/padding_11": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_12": { type: T.PANEL, children: string }, + "game_settings_section/padding_12": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_13": { type: T.PANEL, children: string }, + "game_settings_section/padding_13": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_14": { type: T.PANEL, children: string }, + "game_settings_section/padding_14": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_15": { type: T.PANEL, children: string }, + "game_settings_section/padding_15": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_16": { type: T.PANEL, children: string }, + "game_settings_section/padding_16": { type: T.PANEL, children: string }, + "game_settings_section/paragraph_17": { type: T.PANEL, children: string }, + "hoppers_button": { type: T.PANEL, children: string }, + "hoppers_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' }, + "hoppers_section/paragraph_1": { type: T.PANEL, children: string }, + "hoppers_section/padding_1": { type: T.PANEL, children: string }, + "hoppers_section/paragraph_2": { type: T.PANEL, children: string }, + "hoppers_section/padding_2": { type: T.PANEL, children: string }, + "hoppers_section/header_1": { type: T.PANEL, children: string }, + "hoppers_section/paragraph_3": { type: T.PANEL, children: string }, + "hoppers_section/padding_3": { type: T.PANEL, children: string }, + "hoppers_section/paragraph_4": { type: T.PANEL, children: string }, + "host_and_player_options_button": { type: T.PANEL, children: string }, + "host_and_player_options_section": { type: T.STACK_PANEL, children: 'paragraph_1_not_touch' | 'paragraph_1_touch' }, + "host_and_player_options_section/paragraph_1_not_touch": { type: T.PANEL, children: string }, + "host_and_player_options_section/paragraph_1_touch": { type: T.PANEL, children: string }, + "jukebox_button": { type: T.PANEL, children: string }, + "jukebox_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2_not_touch' | 'paragraph_2_touch' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'header_3' | 'paragraph_7' | 'padding_7' | 'paragraph_8' }, + "jukebox_section/paragraph_1": { type: T.PANEL, children: string }, + "jukebox_section/padding_1": { type: T.PANEL, children: string }, + "jukebox_section/header_1": { type: T.PANEL, children: string }, + "jukebox_section/paragraph_2_not_touch": { type: T.PANEL, children: string }, + "jukebox_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "jukebox_section/padding_2": { type: T.PANEL, children: string }, + "jukebox_section/header_2": { type: T.PANEL, children: string }, + "jukebox_section/paragraph_3": { type: T.PANEL, children: string }, + "jukebox_section/padding_3": { type: T.PANEL, children: string }, + "jukebox_section/paragraph_4": { type: T.PANEL, children: string }, + "jukebox_section/padding_4": { type: T.PANEL, children: string }, + "jukebox_section/paragraph_5": { type: T.PANEL, children: string }, + "jukebox_section/padding_5": { type: T.PANEL, children: string }, + "jukebox_section/paragraph_6": { type: T.PANEL, children: string }, + "jukebox_section/padding_6": { type: T.PANEL, children: string }, + "jukebox_section/header_3": { type: T.PANEL, children: string }, + "jukebox_section/paragraph_7": { type: T.PANEL, children: string }, + "jukebox_section/padding_7": { type: T.PANEL, children: string }, + "jukebox_section/paragraph_8": { type: T.PANEL, children: string }, + "loom_button": { type: T.PANEL, children: string }, + "loom_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'header_2' | 'paragraph_4' }, + "loom_section/paragraph_1": { type: T.PANEL, children: string }, + "loom_section/padding_1": { type: T.PANEL, children: string }, + "loom_section/header_1": { type: T.PANEL, children: string }, + "loom_section/paragraph_2": { type: T.PANEL, children: string }, + "loom_section/padding_2": { type: T.PANEL, children: string }, + "loom_section/paragraph_3": { type: T.PANEL, children: string }, + "loom_section/padding_3": { type: T.PANEL, children: string }, + "loom_section/header_2": { type: T.PANEL, children: string }, + "loom_section/paragraph_4": { type: T.PANEL, children: string }, + "realms_stories_button": { type: T.PANEL, children: string }, + "realms_stories_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'header_3' | 'paragraph_4' | 'padding_4' | 'header_4' | 'paragraph_5' | 'padding_5' | 'header_5' | 'paragraph_6' }, + "realms_stories_section/paragraph_1": { type: T.PANEL, children: string }, + "realms_stories_section/padding_1": { type: T.PANEL, children: string }, + "realms_stories_section/header_1": { type: T.PANEL, children: string }, + "realms_stories_section/paragraph_2": { type: T.PANEL, children: string }, + "realms_stories_section/padding_2": { type: T.PANEL, children: string }, + "realms_stories_section/header_2": { type: T.PANEL, children: string }, + "realms_stories_section/paragraph_3": { type: T.PANEL, children: string }, + "realms_stories_section/padding_3": { type: T.PANEL, children: string }, + "realms_stories_section/header_3": { type: T.PANEL, children: string }, + "realms_stories_section/paragraph_4": { type: T.PANEL, children: string }, + "realms_stories_section/padding_4": { type: T.PANEL, children: string }, + "realms_stories_section/header_4": { type: T.PANEL, children: string }, + "realms_stories_section/paragraph_5": { type: T.PANEL, children: string }, + "realms_stories_section/padding_5": { type: T.PANEL, children: string }, + "realms_stories_section/header_5": { type: T.PANEL, children: string }, + "realms_stories_section/paragraph_6": { type: T.PANEL, children: string }, + "smithing_table_button": { type: T.PANEL, children: string }, + "smithing_table_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'header_2' | 'paragraph_7' | 'padding_7' | 'paragraph_8' | 'padding_8' | 'paragraph_9' }, + "smithing_table_section/paragraph_1": { type: T.PANEL, children: string }, + "smithing_table_section/padding_1": { type: T.PANEL, children: string }, + "smithing_table_section/paragraph_2": { type: T.PANEL, children: string }, + "smithing_table_section/padding_2": { type: T.PANEL, children: string }, + "smithing_table_section/header_1": { type: T.PANEL, children: string }, + "smithing_table_section/paragraph_3": { type: T.PANEL, children: string }, + "smithing_table_section/padding_3": { type: T.PANEL, children: string }, + "smithing_table_section/paragraph_4": { type: T.PANEL, children: string }, + "smithing_table_section/padding_4": { type: T.PANEL, children: string }, + "smithing_table_section/paragraph_5": { type: T.PANEL, children: string }, + "smithing_table_section/padding_5": { type: T.PANEL, children: string }, + "smithing_table_section/paragraph_6": { type: T.PANEL, children: string }, + "smithing_table_section/padding_6": { type: T.PANEL, children: string }, + "smithing_table_section/header_2": { type: T.PANEL, children: string }, + "smithing_table_section/paragraph_7": { type: T.PANEL, children: string }, + "smithing_table_section/padding_7": { type: T.PANEL, children: string }, + "smithing_table_section/paragraph_8": { type: T.PANEL, children: string }, + "smithing_table_section/padding_8": { type: T.PANEL, children: string }, + "smithing_table_section/paragraph_9": { type: T.PANEL, children: string }, + "mounts_button": { type: T.PANEL, children: string }, + "mounts_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3_not_touch' | 'paragraph_3_touch' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'header_2' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_6b' | 'padding_6b' | 'paragraph_7' | 'padding_7' | 'paragraph_8' | 'padding_8' | 'header_3' | 'paragraph_9' | 'padding_9' | 'paragraph_10' | 'padding_10' | 'paragraph_11' | 'padding_11' | 'paragraph_12' | 'padding_12' | 'header_4' | 'paragraph_13' | 'padding_13' | 'paragraph_14' | 'padding_14' | 'header_5' | 'paragraph_15_not_touch' | 'paragraph_15a_touch' | 'padding_15' | 'paragraph_15b_touch' }, + "mounts_section/paragraph_1": { type: T.PANEL, children: string }, + "mounts_section/padding_1": { type: T.PANEL, children: string }, + "mounts_section/paragraph_2": { type: T.PANEL, children: string }, + "mounts_section/padding_2": { type: T.PANEL, children: string }, + "mounts_section/header_1": { type: T.PANEL, children: string }, + "mounts_section/paragraph_3_not_touch": { type: T.PANEL, children: string }, + "mounts_section/paragraph_3_touch": { type: T.PANEL, children: string }, + "mounts_section/padding_3": { type: T.PANEL, children: string }, + "mounts_section/paragraph_4": { type: T.PANEL, children: string }, + "mounts_section/padding_4": { type: T.PANEL, children: string }, + "mounts_section/header_2": { type: T.PANEL, children: string }, + "mounts_section/paragraph_5": { type: T.PANEL, children: string }, + "mounts_section/padding_5": { type: T.PANEL, children: string }, + "mounts_section/paragraph_6": { type: T.PANEL, children: string }, + "mounts_section/padding_6": { type: T.PANEL, children: string }, + "mounts_section/paragraph_6b": { type: T.PANEL, children: string }, + "mounts_section/padding_6b": { type: T.PANEL, children: string }, + "mounts_section/paragraph_7": { type: T.PANEL, children: string }, + "mounts_section/padding_7": { type: T.PANEL, children: string }, + "mounts_section/paragraph_8": { type: T.PANEL, children: string }, + "mounts_section/padding_8": { type: T.PANEL, children: string }, + "mounts_section/header_3": { type: T.PANEL, children: string }, + "mounts_section/paragraph_9": { type: T.PANEL, children: string }, + "mounts_section/padding_9": { type: T.PANEL, children: string }, + "mounts_section/paragraph_10": { type: T.PANEL, children: string }, + "mounts_section/padding_10": { type: T.PANEL, children: string }, + "mounts_section/paragraph_11": { type: T.PANEL, children: string }, + "mounts_section/padding_11": { type: T.PANEL, children: string }, + "mounts_section/paragraph_12": { type: T.PANEL, children: string }, + "mounts_section/padding_12": { type: T.PANEL, children: string }, + "mounts_section/header_4": { type: T.PANEL, children: string }, + "mounts_section/paragraph_13": { type: T.PANEL, children: string }, + "mounts_section/padding_13": { type: T.PANEL, children: string }, + "mounts_section/paragraph_14": { type: T.PANEL, children: string }, + "mounts_section/padding_14": { type: T.PANEL, children: string }, + "mounts_section/header_5": { type: T.PANEL, children: string }, + "mounts_section/paragraph_15_not_touch": { type: T.PANEL, children: string }, + "mounts_section/paragraph_15a_touch": { type: T.PANEL, children: string }, + "mounts_section/padding_15": { type: T.PANEL, children: string }, + "mounts_section/paragraph_15b_touch": { type: T.PANEL, children: string }, + "navigation_button": { type: T.PANEL, children: string }, + "navigation_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' | 'padding_7' | 'header_2' | 'paragraph_8' | 'padding_8' | 'paragraph_9' | 'padding_9' | 'header_3' | 'paragraph_10' }, + "navigation_section/paragraph_1": { type: T.PANEL, children: string }, + "navigation_section/padding_1": { type: T.PANEL, children: string }, + "navigation_section/paragraph_2": { type: T.PANEL, children: string }, + "navigation_section/padding_2": { type: T.PANEL, children: string }, + "navigation_section/header_1": { type: T.PANEL, children: string }, + "navigation_section/paragraph_3": { type: T.PANEL, children: string }, + "navigation_section/padding_3": { type: T.PANEL, children: string }, + "navigation_section/paragraph_4": { type: T.PANEL, children: string }, + "navigation_section/padding_4": { type: T.PANEL, children: string }, + "navigation_section/paragraph_5": { type: T.PANEL, children: string }, + "navigation_section/padding_5": { type: T.PANEL, children: string }, + "navigation_section/paragraph_6": { type: T.PANEL, children: string }, + "navigation_section/padding_6": { type: T.PANEL, children: string }, + "navigation_section/paragraph_7": { type: T.PANEL, children: string }, + "navigation_section/padding_7": { type: T.PANEL, children: string }, + "navigation_section/header_2": { type: T.PANEL, children: string }, + "navigation_section/paragraph_8": { type: T.PANEL, children: string }, + "navigation_section/padding_8": { type: T.PANEL, children: string }, + "navigation_section/paragraph_9": { type: T.PANEL, children: string }, + "navigation_section/padding_9": { type: T.PANEL, children: string }, + "navigation_section/header_3": { type: T.PANEL, children: string }, + "navigation_section/paragraph_10": { type: T.PANEL, children: string }, + "nether_portals_button": { type: T.PANEL, children: string }, + "nether_portals_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'image_1' }, + "nether_portals_section/paragraph_1": { type: T.PANEL, children: string }, + "nether_portals_section/padding_1": { type: T.PANEL, children: string }, + "nether_portals_section/paragraph_2": { type: T.PANEL, children: string }, + "nether_portals_section/padding_2": { type: T.PANEL, children: string }, + "nether_portals_section/paragraph_3": { type: T.PANEL, children: string }, + "nether_portals_section/padding_3": { type: T.PANEL, children: string }, + "nether_portals_section/image_1": { type: T.IMAGE, children: string }, + "pets_button": { type: T.PANEL, children: string }, + "pets_section": { type: T.STACK_PANEL, children: 'header_1' | 'paragraph_1_not_touch' | 'paragraph_1_touch' | 'padding_1' | 'header_2' | 'paragraph_2' | 'padding_2' | 'header_3' | 'paragraph_3' | 'padding_3' | 'header_4' | 'paragraph_4' }, + "pets_section/header_1": { type: T.PANEL, children: string }, + "pets_section/paragraph_1_not_touch": { type: T.PANEL, children: string }, + "pets_section/paragraph_1_touch": { type: T.PANEL, children: string }, + "pets_section/padding_1": { type: T.PANEL, children: string }, + "pets_section/header_2": { type: T.PANEL, children: string }, + "pets_section/paragraph_2": { type: T.PANEL, children: string }, + "pets_section/padding_2": { type: T.PANEL, children: string }, + "pets_section/header_3": { type: T.PANEL, children: string }, + "pets_section/paragraph_3": { type: T.PANEL, children: string }, + "pets_section/padding_3": { type: T.PANEL, children: string }, + "pets_section/header_4": { type: T.PANEL, children: string }, + "pets_section/paragraph_4": { type: T.PANEL, children: string }, + "raids_button": { type: T.PANEL, children: string }, + "raids_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' }, + "raids_section/paragraph_1": { type: T.PANEL, children: string }, + "raids_section/padding_1": { type: T.PANEL, children: string }, + "raids_section/paragraph_2": { type: T.PANEL, children: string }, + "raids_section/padding_2": { type: T.PANEL, children: string }, + "raids_section/header_1": { type: T.PANEL, children: string }, + "raids_section/paragraph_3": { type: T.PANEL, children: string }, + "ranching_button": { type: T.PANEL, children: string }, + "ranching_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'header_2' | 'paragraph_4' | 'padding_4' | 'paragraph_5' }, + "ranching_section/paragraph_1": { type: T.PANEL, children: string }, + "ranching_section/padding_1": { type: T.PANEL, children: string }, + "ranching_section/header_1": { type: T.PANEL, children: string }, + "ranching_section/paragraph_2": { type: T.PANEL, children: string }, + "ranching_section/padding_2": { type: T.PANEL, children: string }, + "ranching_section/paragraph_3": { type: T.PANEL, children: string }, + "ranching_section/padding_3": { type: T.PANEL, children: string }, + "ranching_section/header_2": { type: T.PANEL, children: string }, + "ranching_section/paragraph_4": { type: T.PANEL, children: string }, + "ranching_section/padding_4": { type: T.PANEL, children: string }, + "ranching_section/paragraph_5": { type: T.PANEL, children: string }, + "redstone_button": { type: T.PANEL, children: string }, + "redstone_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' }, + "redstone_section/paragraph_1": { type: T.PANEL, children: string }, + "redstone_section/padding_1": { type: T.PANEL, children: string }, + "redstone_section/header_1": { type: T.PANEL, children: string }, + "redstone_section/paragraph_2": { type: T.PANEL, children: string }, + "redstone_section/padding_2": { type: T.PANEL, children: string }, + "redstone_section/paragraph_3": { type: T.PANEL, children: string }, + "redstone_section/padding_3": { type: T.PANEL, children: string }, + "redstone_section/paragraph_4": { type: T.PANEL, children: string }, + "redstone_section/padding_4": { type: T.PANEL, children: string }, + "redstone_section/paragraph_5": { type: T.PANEL, children: string }, + "scaffolding_button": { type: T.PANEL, children: string }, + "scaffolding_section": { type: T.STACK_PANEL, children: 'header_1' | 'paragraph_1_keyboard' | 'paragraph_1_gamepad' | 'paragraph_1a_touch' | 'padding_1a_touch' | 'paragraph_1b_touch' | 'padding_1b_touch' | 'paragraph_1c_touch' | 'padding_1' | 'header_2' | 'paragraph_2' | 'image_1' | 'padding_2' | 'header_3' | 'paragraph_3' | 'padding_3' }, + "scaffolding_section/header_1": { type: T.PANEL, children: string }, + "scaffolding_section/paragraph_1_keyboard": { type: T.PANEL, children: string }, + "scaffolding_section/paragraph_1_gamepad": { type: T.PANEL, children: string }, + "scaffolding_section/paragraph_1a_touch": { type: T.PANEL, children: string }, + "scaffolding_section/padding_1a_touch": { type: T.PANEL, children: string }, + "scaffolding_section/paragraph_1b_touch": { type: T.PANEL, children: string }, + "scaffolding_section/padding_1b_touch": { type: T.PANEL, children: string }, + "scaffolding_section/paragraph_1c_touch": { type: T.PANEL, children: string }, + "scaffolding_section/padding_1": { type: T.PANEL, children: string }, + "scaffolding_section/header_2": { type: T.PANEL, children: string }, + "scaffolding_section/paragraph_2": { type: T.PANEL, children: string }, + "scaffolding_section/image_1": { type: T.IMAGE, children: string }, + "scaffolding_section/padding_2": { type: T.PANEL, children: string }, + "scaffolding_section/header_3": { type: T.PANEL, children: string }, + "scaffolding_section/paragraph_3": { type: T.PANEL, children: string }, + "scaffolding_section/padding_3": { type: T.PANEL, children: string }, + "structure_blocks_button": { type: T.PANEL, children: string }, + "structure_blocks_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'paragraph_7' | 'padding_7' | 'header_3' | 'paragraph_8' | 'padding_8' | 'paragraph_9_keyboard' | 'paragraph_9_gamepad' | 'paragraph_9_touch' | 'padding_9' | 'header_4' | 'paragraph_10' | 'padding_10' | 'header_5' | 'paragraph_11' | 'padding_11' | 'paragraph_12' | 'padding_12' | 'paragraph_13' | 'padding_13' | 'header_6' | 'paragraph_14' | 'padding_14' | 'paragraph_15' | 'padding_15' | 'header_7' | 'paragraph_16' | 'padding_16' | 'paragraph_17' }, + "structure_blocks_section/paragraph_1": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_1": { type: T.PANEL, children: string }, + "structure_blocks_section/header_1": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_2": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_2": { type: T.PANEL, children: string }, + "structure_blocks_section/header_2": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_3": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_3": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_4": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_4": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_5": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_5": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_6": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_6": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_7": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_7": { type: T.PANEL, children: string }, + "structure_blocks_section/header_3": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_8": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_8": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_9_keyboard": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_9_gamepad": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_9_touch": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_9": { type: T.PANEL, children: string }, + "structure_blocks_section/header_4": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_10": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_10": { type: T.PANEL, children: string }, + "structure_blocks_section/header_5": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_11": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_11": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_12": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_12": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_13": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_13": { type: T.PANEL, children: string }, + "structure_blocks_section/header_6": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_14": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_14": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_15": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_15": { type: T.PANEL, children: string }, + "structure_blocks_section/header_7": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_16": { type: T.PANEL, children: string }, + "structure_blocks_section/padding_16": { type: T.PANEL, children: string }, + "structure_blocks_section/paragraph_17": { type: T.PANEL, children: string }, + "shulker_boxes_button": { type: T.PANEL, children: string }, + "shulker_boxes_section": { type: T.STACK_PANEL, children: 'paragraph_1' }, + "shulker_boxes_section/paragraph_1": { type: T.PANEL, children: string }, + "the_end_button": { type: T.PANEL, children: string }, + "the_end_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' }, + "the_end_section/paragraph_1": { type: T.PANEL, children: string }, + "the_end_section/padding_1": { type: T.PANEL, children: string }, + "the_end_section/paragraph_2": { type: T.PANEL, children: string }, + "the_end_section/padding_2": { type: T.PANEL, children: string }, + "the_end_section/header_1": { type: T.PANEL, children: string }, + "the_end_section/paragraph_3": { type: T.PANEL, children: string }, + "the_end_section/padding_3": { type: T.PANEL, children: string }, + "the_end_section/paragraph_4": { type: T.PANEL, children: string }, + "the_end_section/padding_4": { type: T.PANEL, children: string }, + "the_end_section/paragraph_5": { type: T.PANEL, children: string }, + "tools_button": { type: T.PANEL, children: string }, + "tools_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5_not_touch' | 'paragraph_5_touch' | 'padding_5' | 'paragraph_6_not_touch' | 'paragraph_6_touch' | 'padding_6' | 'paragraph_7' | 'padding_7' | 'header_2' | 'paragraph_8' | 'padding_8' | 'paragraph_9' | 'padding_9' | 'paragraph_10' | 'padding_10' | 'paragraph_11' | 'padding_11' | 'paragraph_12' }, + "tools_section/paragraph_1": { type: T.PANEL, children: string }, + "tools_section/padding_1": { type: T.PANEL, children: string }, + "tools_section/paragraph_2": { type: T.PANEL, children: string }, + "tools_section/padding_2": { type: T.PANEL, children: string }, + "tools_section/header_1": { type: T.PANEL, children: string }, + "tools_section/paragraph_3": { type: T.PANEL, children: string }, + "tools_section/padding_3": { type: T.PANEL, children: string }, + "tools_section/paragraph_4": { type: T.PANEL, children: string }, + "tools_section/padding_4": { type: T.PANEL, children: string }, + "tools_section/paragraph_5_not_touch": { type: T.PANEL, children: string }, + "tools_section/paragraph_5_touch": { type: T.PANEL, children: string }, + "tools_section/padding_5": { type: T.PANEL, children: string }, + "tools_section/paragraph_6_not_touch": { type: T.PANEL, children: string }, + "tools_section/paragraph_6_touch": { type: T.PANEL, children: string }, + "tools_section/padding_6": { type: T.PANEL, children: string }, + "tools_section/paragraph_7": { type: T.PANEL, children: string }, + "tools_section/padding_7": { type: T.PANEL, children: string }, + "tools_section/header_2": { type: T.PANEL, children: string }, + "tools_section/paragraph_8": { type: T.PANEL, children: string }, + "tools_section/padding_8": { type: T.PANEL, children: string }, + "tools_section/paragraph_9": { type: T.PANEL, children: string }, + "tools_section/padding_9": { type: T.PANEL, children: string }, + "tools_section/paragraph_10": { type: T.PANEL, children: string }, + "tools_section/padding_10": { type: T.PANEL, children: string }, + "tools_section/paragraph_11": { type: T.PANEL, children: string }, + "tools_section/padding_11": { type: T.PANEL, children: string }, + "tools_section/paragraph_12": { type: T.PANEL, children: string }, + "trading_button": { type: T.PANEL, children: string }, + "trading_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' }, + "trading_section/paragraph_1": { type: T.PANEL, children: string }, + "trading_section/padding_1": { type: T.PANEL, children: string }, + "trading_section/header_1": { type: T.PANEL, children: string }, + "trading_section/paragraph_2": { type: T.PANEL, children: string }, + "trading_section/padding_2": { type: T.PANEL, children: string }, + "trading_section/paragraph_3": { type: T.PANEL, children: string }, + "trading_section/padding_3": { type: T.PANEL, children: string }, + "trading_section/paragraph_4": { type: T.PANEL, children: string }, + "transportation_button": { type: T.PANEL, children: string }, + "transportation_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'paragraph_2_touch' | 'padding_2' | 'paragraph_3_keyboard' | 'paragraph_3_gamepad' | 'paragraph_3a_touch' | 'padding_3a' | 'paragraph_3b_touch' | 'padding_3b' | 'paragraph_3c_touch' | 'padding_3' | 'header_2' | 'paragraph_4' | 'paragraph_4_touch' | 'padding_4' | 'paragraph_5_keyboard' | 'paragraph_5_gamepad' | 'paragraph_5a_touch' | 'padding_5a' | 'paragraph_5b_touch' | 'padding_5b' | 'paragraph_5c_touch' }, + "transportation_section/paragraph_1": { type: T.PANEL, children: string }, + "transportation_section/padding_1": { type: T.PANEL, children: string }, + "transportation_section/header_1": { type: T.PANEL, children: string }, + "transportation_section/paragraph_2": { type: T.PANEL, children: string }, + "transportation_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "transportation_section/padding_2": { type: T.PANEL, children: string }, + "transportation_section/paragraph_3_keyboard": { type: T.PANEL, children: string }, + "transportation_section/paragraph_3_gamepad": { type: T.PANEL, children: string }, + "transportation_section/paragraph_3a_touch": { type: T.PANEL, children: string }, + "transportation_section/padding_3a": { type: T.PANEL, children: string }, + "transportation_section/paragraph_3b_touch": { type: T.PANEL, children: string }, + "transportation_section/padding_3b": { type: T.PANEL, children: string }, + "transportation_section/paragraph_3c_touch": { type: T.PANEL, children: string }, + "transportation_section/padding_3": { type: T.PANEL, children: string }, + "transportation_section/header_2": { type: T.PANEL, children: string }, + "transportation_section/paragraph_4": { type: T.PANEL, children: string }, + "transportation_section/paragraph_4_touch": { type: T.PANEL, children: string }, + "transportation_section/padding_4": { type: T.PANEL, children: string }, + "transportation_section/paragraph_5_keyboard": { type: T.PANEL, children: string }, + "transportation_section/paragraph_5_gamepad": { type: T.PANEL, children: string }, + "transportation_section/paragraph_5a_touch": { type: T.PANEL, children: string }, + "transportation_section/padding_5a": { type: T.PANEL, children: string }, + "transportation_section/paragraph_5b_touch": { type: T.PANEL, children: string }, + "transportation_section/padding_5b": { type: T.PANEL, children: string }, + "transportation_section/paragraph_5c_touch": { type: T.PANEL, children: string }, + "weapons_button": { type: T.PANEL, children: string }, + "weapons_section": { type: T.STACK_PANEL, children: 'header_1' | 'paragraph_1' | 'padding_1' | 'paragraph_2_not_touch' | 'paragraph_2_touch' | 'padding_2' | 'header_2' | 'paragraph_3_not_touch' | 'paragraph_3_touch' | 'padding_3' | 'paragraph_4' | 'padding_5' | 'header_3' | 'paragraph_5_not_touch' | 'paragraph_5a_touch' | 'padding_5a_touch' | 'paragraph_5b_touch' | 'padding_5b_touch' | 'paragraph_5c_touch' | 'padding_5c_touch' | 'paragraph_5d_touch' | 'padding_6' | 'header_4' | 'paragraph_6_not_touch' | 'paragraph_6_touch' | 'padding_7' | 'header_5' | 'paragraph_7' }, + "weapons_section/header_1": { type: T.PANEL, children: string }, + "weapons_section/paragraph_1": { type: T.PANEL, children: string }, + "weapons_section/padding_1": { type: T.PANEL, children: string }, + "weapons_section/paragraph_2_not_touch": { type: T.PANEL, children: string }, + "weapons_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "weapons_section/padding_2": { type: T.PANEL, children: string }, + "weapons_section/header_2": { type: T.PANEL, children: string }, + "weapons_section/paragraph_3_not_touch": { type: T.PANEL, children: string }, + "weapons_section/paragraph_3_touch": { type: T.PANEL, children: string }, + "weapons_section/padding_3": { type: T.PANEL, children: string }, + "weapons_section/paragraph_4": { type: T.PANEL, children: string }, + "weapons_section/padding_5": { type: T.PANEL, children: string }, + "weapons_section/header_3": { type: T.PANEL, children: string }, + "weapons_section/paragraph_5_not_touch": { type: T.PANEL, children: string }, + "weapons_section/paragraph_5a_touch": { type: T.PANEL, children: string }, + "weapons_section/padding_5a_touch": { type: T.PANEL, children: string }, + "weapons_section/paragraph_5b_touch": { type: T.PANEL, children: string }, + "weapons_section/padding_5b_touch": { type: T.PANEL, children: string }, + "weapons_section/paragraph_5c_touch": { type: T.PANEL, children: string }, + "weapons_section/padding_5c_touch": { type: T.PANEL, children: string }, + "weapons_section/paragraph_5d_touch": { type: T.PANEL, children: string }, + "weapons_section/padding_6": { type: T.PANEL, children: string }, + "weapons_section/header_4": { type: T.PANEL, children: string }, + "weapons_section/paragraph_6_not_touch": { type: T.PANEL, children: string }, + "weapons_section/paragraph_6_touch": { type: T.PANEL, children: string }, + "weapons_section/padding_7": { type: T.PANEL, children: string }, + "weapons_section/header_5": { type: T.PANEL, children: string }, + "weapons_section/paragraph_7": { type: T.PANEL, children: string }, + "minecoins_button": { type: T.PANEL, children: string }, + "minecoins_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'get_minecoins_button' | 'padding_3' | 'header_1' | 'paragraph_3' }, + "minecoins_section/paragraph_1": { type: T.PANEL, children: string }, + "minecoins_section/padding_1": { type: T.PANEL, children: string }, + "minecoins_section/paragraph_2": { type: T.PANEL, children: string }, + "minecoins_section/padding_2": { type: T.PANEL, children: string }, + "minecoins_section/get_minecoins_button": { type: T.BUTTON, children: string }, + "minecoins_section/padding_3": { type: T.PANEL, children: string }, + "minecoins_section/header_1": { type: T.PANEL, children: string }, + "minecoins_section/paragraph_3": { type: T.PANEL, children: string }, + "addons_button": { type: T.PANEL, children: string }, + "addons_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'header_1' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'addons_faq_button' }, + "addons_section/paragraph_1": { type: T.PANEL, children: string }, + "addons_section/padding_1": { type: T.PANEL, children: string }, + "addons_section/paragraph_2": { type: T.PANEL, children: string }, + "addons_section/padding_2": { type: T.PANEL, children: string }, + "addons_section/header_1": { type: T.PANEL, children: string }, + "addons_section/paragraph_3": { type: T.PANEL, children: string }, + "addons_section/padding_3": { type: T.PANEL, children: string }, + "addons_section/paragraph_4": { type: T.PANEL, children: string }, + "addons_section/padding_4": { type: T.PANEL, children: string }, + "addons_section/paragraph_5": { type: T.PANEL, children: string }, + "addons_section/addons_faq_button": { type: T.BUTTON, children: string }, + "worlds_button": { type: T.PANEL, children: string }, + "worlds_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'header_1' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'padding_6' | 'header_2' | 'paragraph_7' | 'padding_7' | 'paragraph_8' | 'padding_8' | 'header_3' | 'paragraph_9' | 'padding_9' | 'paragraph_10' | 'padding_10' | 'header_4' | 'paragraph_11' | 'padding_11' | 'paragraph_12' | 'padding_12' }, + "worlds_section/paragraph_1": { type: T.PANEL, children: string }, + "worlds_section/padding_1": { type: T.PANEL, children: string }, + "worlds_section/paragraph_2": { type: T.PANEL, children: string }, + "worlds_section/padding_2": { type: T.PANEL, children: string }, + "worlds_section/paragraph_3": { type: T.PANEL, children: string }, + "worlds_section/padding_3": { type: T.PANEL, children: string }, + "worlds_section/paragraph_4": { type: T.PANEL, children: string }, + "worlds_section/padding_4": { type: T.PANEL, children: string }, + "worlds_section/header_1": { type: T.PANEL, children: string }, + "worlds_section/paragraph_5": { type: T.PANEL, children: string }, + "worlds_section/padding_5": { type: T.PANEL, children: string }, + "worlds_section/paragraph_6": { type: T.PANEL, children: string }, + "worlds_section/padding_6": { type: T.PANEL, children: string }, + "worlds_section/header_2": { type: T.PANEL, children: string }, + "worlds_section/paragraph_7": { type: T.PANEL, children: string }, + "worlds_section/padding_7": { type: T.PANEL, children: string }, + "worlds_section/paragraph_8": { type: T.PANEL, children: string }, + "worlds_section/padding_8": { type: T.PANEL, children: string }, + "worlds_section/header_3": { type: T.PANEL, children: string }, + "worlds_section/paragraph_9": { type: T.PANEL, children: string }, + "worlds_section/padding_9": { type: T.PANEL, children: string }, + "worlds_section/paragraph_10": { type: T.PANEL, children: string }, + "worlds_section/padding_10": { type: T.PANEL, children: string }, + "worlds_section/header_4": { type: T.PANEL, children: string }, + "worlds_section/paragraph_11": { type: T.PANEL, children: string }, + "worlds_section/padding_11": { type: T.PANEL, children: string }, + "worlds_section/paragraph_12": { type: T.PANEL, children: string }, + "worlds_section/padding_12": { type: T.PANEL, children: string }, + "textures_button": { type: T.PANEL, children: string }, + "textures_section": { type: T.STACK_PANEL, children: 'paragraph_1' }, + "textures_section/paragraph_1": { type: T.PANEL, children: string }, + "skins_button": { type: T.PANEL, children: string }, + "skins_section": { type: T.STACK_PANEL, children: 'paragraph_1' }, + "skins_section/paragraph_1": { type: T.PANEL, children: string }, + "mashups_button": { type: T.PANEL, children: string }, + "mashups_section": { type: T.STACK_PANEL, children: 'paragraph_1' }, + "mashups_section/paragraph_1": { type: T.PANEL, children: string }, +} + +export type ExpandedSkinPackType = { + "banner_fill": { type: T.IMAGE, children: string }, + "title_label": { type: T.LABEL, children: string }, + "label": { type: T.LABEL, children: string }, + "undo_image": { type: T.IMAGE, children: string }, + "lock_icon": { type: T.IMAGE, children: string }, + "skin_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "skin_button/hover": { type: T.IMAGE, children: string }, + "skin_button/pressed": { type: T.IMAGE, children: string }, + "skin_rotation_arrows": { type: T.IMAGE, children: string }, + "skin_viewer_panel": { type: T.INPUT_PANEL, children: 'skin_model_panel' | 'lock' }, + "skin_viewer_panel/skin_model_panel": { type: T.PANEL, children: 'skin_model' }, + "skin_viewer_panel/skin_model_panel/skin_model": { type: T.CUSTOM, children: string }, + "skin_viewer_panel/lock": { type: T.IMAGE, children: string }, + "undo_skin_button": { type: T.BUTTON, children: string }, + "confirm_skin_button": { type: T.BUTTON, children: string }, + "stack_item": { type: T.PANEL, children: string }, + "accept_skin_panel": { type: T.STACK_PANEL, children: 'stack_item_0' | 'stack_item_1' }, + "accept_skin_panel/stack_item_0": { type: T.PANEL, children: 'undo_btn' }, + "accept_skin_panel/stack_item_0/undo_btn": { type: T.BUTTON, children: string }, + "accept_skin_panel/stack_item_1": { type: T.PANEL, children: 'confirm_button' }, + "accept_skin_panel/stack_item_1/confirm_button": { type: T.BUTTON, children: string }, + "preview_skin_panel": { type: T.PANEL, children: 'preview' | 'button_frame' }, + "preview_skin_panel/preview": { type: T.INPUT_PANEL, children: string }, + "preview_skin_panel/button_frame": { type: T.STACK_PANEL, children: 'stack_item_0' | 'stack_item_1' }, + "preview_skin_panel/button_frame/stack_item_0": { type: T.PANEL, children: 'rotation' }, + "preview_skin_panel/button_frame/stack_item_0/rotation": { type: T.IMAGE, children: string }, + "preview_skin_panel/button_frame/stack_item_1": { type: T.PANEL, children: 'accept' }, + "preview_skin_panel/button_frame/stack_item_1/accept": { type: T.STACK_PANEL, children: string }, + "skin_model": { type: T.CUSTOM, children: string }, + "scrolling_content": { type: T.STACK_PANEL, children: 'padding_0' | 'pack_info_panel' | 'skin_grid_panel' }, + "scrolling_content/padding_0": { type: T.PANEL, children: string }, + "scrolling_content/pack_info_panel": { type: T.PANEL, children: 'pack_info_panel' }, + "scrolling_content/pack_info_panel/pack_info_panel": { type: T.STACK_PANEL, children: string }, + "scrolling_content/skin_grid_panel": { type: T.PANEL, children: 'skins_grid' }, + "scrolling_content/skin_grid_panel/skins_grid": { type: T.GRID, children: string }, + "pack_info_panel": { type: T.STACK_PANEL, children: 'lock_icon_panel' | 'pack_info_panel' }, + "pack_info_panel/lock_icon_panel": { type: T.PANEL, children: 'lock_icon' }, + "pack_info_panel/lock_icon_panel/lock_icon": { type: T.IMAGE, children: string }, + "pack_info_panel/pack_info_panel": { type: T.STACK_PANEL, children: 'pack_name' | 'creator_name' }, + "pack_info_panel/pack_info_panel/pack_name": { type: T.LABEL, children: string }, + "pack_info_panel/pack_info_panel/creator_name": { type: T.LABEL, children: string }, + "skins_grid_item": { type: T.PANEL, children: 'clip' | 'lock' | 'button' }, + "skins_grid_item/clip": { type: T.PANEL, children: 'model' }, + "skins_grid_item/clip/model": { type: T.CUSTOM, children: string }, + "skins_grid_item/lock": { type: T.IMAGE, children: string }, + "skins_grid_item/button": { type: T.BUTTON, children: string }, + "skins_grid": { type: T.GRID, children: string }, + "select_skin_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "select_skin_button/default": { type: T.PANEL, children: string }, + "select_skin_button/hover": { type: T.IMAGE, children: string }, + "select_skin_button/pressed": { type: T.IMAGE, children: string }, + "all_skins_content": { type: T.INPUT_PANEL, children: 'scrolling_frame' }, + "all_skins_content/scrolling_frame": { type: T.PANEL, children: 'change_skin_scroll' }, + "all_skins_content/scrolling_frame/change_skin_scroll": { type: T.PANEL, children: string }, + "all_skins_frame": { type: T.PANEL, children: 'all_skins_content' }, + "all_skins_frame/all_skins_content": { type: T.INPUT_PANEL, children: string }, + "title_bar": { type: T.STACK_PANEL, children: 'padding_0' | 'fill_panel' | 'padding_1' | 'skin_name_holder' | 'padding_2' }, + "title_bar/padding_0": { type: T.PANEL, children: string }, + "title_bar/fill_panel": { type: T.PANEL, children: 'title_holder' }, + "title_bar/fill_panel/title_holder": { type: T.PANEL, children: 'change_skin_title' }, + "title_bar/fill_panel/title_holder/change_skin_title": { type: T.LABEL, children: string }, + "title_bar/padding_1": { type: T.PANEL, children: string }, + "title_bar/skin_name_holder": { type: T.PANEL, children: 'preview_skin_name' }, + "title_bar/skin_name_holder/preview_skin_name": { type: T.LABEL, children: string }, + "title_bar/padding_2": { type: T.PANEL, children: string }, + "content": { type: T.PANEL, children: 'title' | 'selector_area' | 'content_area' | 'section_divider' }, + "content/title": { type: T.STACK_PANEL, children: string }, + "content/selector_area": { type: T.INPUT_PANEL, children: string }, + "content/content_area": { type: T.INPUT_PANEL, children: string }, + "content/section_divider": { type: T.IMAGE, children: string }, + "expanded_skin_pack_screen": { type: T.SCREEN, children: string }, + "skin_picker_screen_content": { type: T.PANEL, children: 'bg' | 'container' }, + "skin_picker_screen_content/bg": { type: T.STACK_PANEL, children: string }, + "skin_picker_screen_content/container": { type: T.PANEL, children: 'content' }, + "skin_picker_screen_content/container/content": { type: T.PANEL, children: string }, + "scrollable_selector_area_content": { type: T.PANEL, children: string }, + "selector_area": { type: T.INPUT_PANEL, children: 'all_skins' | 'inactive_modal_pane_fade' }, + "selector_area/all_skins": { type: T.PANEL, children: string }, + "selector_area/inactive_modal_pane_fade": { type: T.IMAGE, children: string }, + "content_area": { type: T.INPUT_PANEL, children: 'preview_skin' | 'inactive_modal_pane_fade' }, + "content_area/preview_skin": { type: T.PANEL, children: string }, + "content_area/inactive_modal_pane_fade": { type: T.IMAGE, children: string }, + "section_divider": { type: T.IMAGE, children: string }, +} + +export type FeedCommonType = { + "top_bar_gradient": { type: T.CUSTOM, children: string }, + "label": { type: T.LABEL, children: string }, + "smooth_label": { type: T.LABEL, children: string }, + "share_label": { type: T.LABEL, children: string }, + "title_label": { type: T.LABEL, children: string }, + "feed_label": { type: T.LABEL, children: string }, + "item_label": { type: T.LABEL, children: string }, + "return_label": { type: T.LABEL, children: string }, + "prev_label": { type: T.LABEL, children: string }, + "next_label": { type: T.LABEL, children: string }, + "delete_label": { type: T.LABEL, children: string }, + "report_to_club_label": { type: T.LABEL, children: string }, + "report_to_xbox_label": { type: T.LABEL, children: string }, + "new_post_header_text": { type: T.LABEL, children: string }, + "feed_button": { type: T.BUTTON, children: string }, + "return_button": { type: T.BUTTON, children: string }, + "prev_button": { type: T.BUTTON, children: string }, + "prev_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'lab_panel' }, + "prev_panel/padding_1": { type: T.PANEL, children: string }, + "prev_panel/lab_panel": { type: T.STACK_PANEL, children: 'vert_pad' | 'prevlab' }, + "prev_panel/lab_panel/vert_pad": { type: T.PANEL, children: string }, + "prev_panel/lab_panel/prevlab": { type: T.LABEL, children: string }, + "next_button": { type: T.BUTTON, children: string }, + "next_panel": { type: T.STACK_PANEL, children: 'lab_panel2' | 'padding_2' }, + "next_panel/lab_panel2": { type: T.STACK_PANEL, children: 'vert_pad2' | 'nextlab' }, + "next_panel/lab_panel2/vert_pad2": { type: T.PANEL, children: string }, + "next_panel/lab_panel2/nextlab": { type: T.LABEL, children: string }, + "next_panel/padding_2": { type: T.PANEL, children: string }, + "like_button": { type: T.BUTTON, children: string }, + "delete_button": { type: T.BUTTON, children: string }, + "report_to_xbox_button": { type: T.BUTTON, children: string }, + "report_to_club_button": { type: T.BUTTON, children: string }, + "options_button": { type: T.BUTTON, children: string }, + "options_close_button_high_contrast": { type: T.BUTTON, children: 'background' | 'default' | 'hover' | 'pressed' }, + "options_close_button_high_contrast/background": { type: T.IMAGE, children: string }, + "options_close_button_high_contrast/default": { type: T.PANEL, children: string }, + "options_close_button_high_contrast/hover": { type: T.PANEL, children: string }, + "options_close_button_high_contrast/pressed": { type: T.PANEL, children: string }, + "share_button": { type: T.BUTTON, children: string }, + "spacing_gap": { type: T.PANEL, children: string }, + "platform_icon": { type: T.IMAGE, children: string }, + "platform_icon_panel": { type: T.PANEL, children: 'platform_icon' }, + "platform_icon_panel/platform_icon": { type: T.IMAGE, children: string }, + "account_link_image": { type: T.IMAGE, children: string }, + "account_link_icon": { type: T.STACK_PANEL, children: 'space_01' | 'account_link_image' | 'space_02' }, + "account_link_icon/space_01": { type: T.PANEL, children: string }, + "account_link_icon/account_link_image": { type: T.IMAGE, children: string }, + "account_link_icon/space_02": { type: T.PANEL, children: string }, + "player_pic_bevel": { type: T.IMAGE, children: string }, + "no_feed_item_content": { type: T.LABEL, children: string }, + "gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "share_text_box": { type: T.EDIT_BOX, children: string }, + "progress_loading_bars": { type: T.IMAGE, children: string }, + "popup_dialog_bg": { type: T.IMAGE, children: string }, + "pagination_panel": { type: T.PANEL, children: 'prev_button' | 'page_text' | 'next_button' }, + "pagination_panel/prev_button": { type: T.BUTTON, children: string }, + "pagination_panel/page_text": { type: T.LABEL, children: string }, + "pagination_panel/next_button": { type: T.BUTTON, children: string }, + "pagination_panel_gamepad": { type: T.PANEL, children: 'prev_panel' | 'page_text' | 'next_panel' }, + "pagination_panel_gamepad/prev_panel": { type: T.STACK_PANEL, children: string }, + "pagination_panel_gamepad/page_text": { type: T.LABEL, children: string }, + "pagination_panel_gamepad/next_panel": { type: T.STACK_PANEL, children: string }, + "like_image": { type: T.IMAGE, children: string }, + "like_image_default": { type: T.IMAGE, children: string }, + "like_image_panel": { type: T.PANEL, children: 'like_image_instance' | 'like_image_default' }, + "like_image_panel/like_image_instance": { type: T.IMAGE, children: string }, + "like_image_panel/like_image_default": { type: T.IMAGE, children: string }, + "feed_like_content_panel": { type: T.STACK_PANEL, children: 'like_image_panel' | 'like_label' }, + "feed_like_content_panel/like_image_panel": { type: T.PANEL, children: string }, + "feed_like_content_panel/like_label": { type: T.LABEL, children: string }, + "white_banner": { type: T.IMAGE, children: string }, + "page_text": { type: T.LABEL, children: string }, + "options_icon": { type: T.IMAGE, children: string }, + "transparent_background": { type: T.IMAGE, children: string }, + "black_arrow": { type: T.IMAGE, children: string }, + "faded_background_image": { type: T.IMAGE, children: string }, + "unviewed_post_badge": { type: T.IMAGE, children: 'unviewed_post_text' }, + "unviewed_post_badge/unviewed_post_text": { type: T.LABEL, children: string }, +} + +export type FileUploadType = { + "empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "full_progress_bar_icon": { type: T.IMAGE, children: string }, + "progress_bar_nub": { type: T.IMAGE, children: string }, + "progress_bar_icon": { type: T.PANEL, children: 'empty_progress_bar_icon' | 'progress_percent_panel' }, + "progress_bar_icon/empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "progress_bar_icon/progress_percent_panel": { type: T.PANEL, children: 'full_progress_bar_icon' | 'progress_bar_nub' }, + "progress_bar_icon/progress_percent_panel/full_progress_bar_icon": { type: T.IMAGE, children: string }, + "progress_bar_icon/progress_percent_panel/progress_bar_nub": { type: T.IMAGE, children: string }, + "common_label": { type: T.LABEL, children: string }, + "progress_text_panel": { type: T.PANEL, children: 'progress' | 'total' }, + "progress_text_panel/progress": { type: T.LABEL, children: string }, + "progress_text_panel/total": { type: T.LABEL, children: string }, + "message_text_panel": { type: T.PANEL, children: 'message_text' }, + "message_text_panel/message_text": { type: T.LABEL, children: string }, + "button_common": { type: T.BUTTON, children: string }, + "lets_go_button": { type: T.BUTTON, children: string }, + "cancel_button": { type: T.BUTTON, children: string }, + "continue_button": { type: T.BUTTON, children: string }, + "continue_or_cancel_button": { type: T.PANEL, children: 'continue' | 'cancel' }, + "continue_or_cancel_button/continue": { type: T.BUTTON, children: string }, + "continue_or_cancel_button/cancel": { type: T.BUTTON, children: string }, + "single_title_panel": { type: T.PANEL, children: 'center' }, + "single_title_panel/center": { type: T.LABEL, children: string }, + "dual_title_panel": { type: T.PANEL, children: 'left' | 'right' }, + "dual_title_panel/left": { type: T.LABEL, children: string }, + "dual_title_panel/right": { type: T.LABEL, children: string }, + "upload_title_panel": { type: T.PANEL, children: 'single_label' | 'dual_label' }, + "upload_title_panel/single_label": { type: T.PANEL, children: string }, + "upload_title_panel/dual_label": { type: T.PANEL, children: string }, + "content_panel": { type: T.PANEL, children: 'stack_panel_0' | 'stack_panel_1' }, + "content_panel/stack_panel_0": { type: T.STACK_PANEL, children: string }, + "content_panel/stack_panel_1": { type: T.PANEL, children: string }, + "content_stack_panel": { type: T.STACK_PANEL, children: 'message' | 'description' | 'progress' }, + "content_stack_panel/message": { type: T.PANEL, children: string }, + "content_stack_panel/description": { type: T.PANEL, children: string }, + "content_stack_panel/progress": { type: T.PANEL, children: string }, + "warning_content_panel": { type: T.PANEL, children: 'message' }, + "warning_content_panel/message": { type: T.LABEL, children: string }, + "button_panel": { type: T.PANEL, children: 'play' | 'cancel' | 'continue_cancel' }, + "button_panel/play": { type: T.BUTTON, children: string }, + "button_panel/cancel": { type: T.BUTTON, children: string }, + "button_panel/continue_cancel": { type: T.PANEL, children: string }, + "file_upload_content": { type: T.PANEL, children: 'title_panel_content' | 'content' }, + "file_upload_content/title_panel_content": { type: T.PANEL, children: string }, + "file_upload_content/content": { type: T.PANEL, children: 'background' | 'title' | 'content' | 'buttons' }, + "file_upload_content/content/background": { type: T.PANEL, children: string }, + "file_upload_content/content/title": { type: T.PANEL, children: string }, + "file_upload_content/content/content": { type: T.PANEL, children: string }, + "file_upload_content/content/buttons": { type: T.PANEL, children: string }, + "file_transmission_screen": { type: T.SCREEN, children: string }, +} + +export type FurnaceType = { + "flame_panel": { type: T.PANEL, children: 'flame_empty_image' | 'flame_full_image' }, + "flame_panel/flame_empty_image": { type: T.IMAGE, children: string }, + "flame_panel/flame_full_image": { type: T.IMAGE, children: string }, + "furnace_arrow_empty_image": { type: T.IMAGE, children: string }, + "furnace_arrow_full_image": { type: T.IMAGE, children: string }, + "flame_empty_image": { type: T.IMAGE, children: string }, + "flame_full_image": { type: T.IMAGE, children: string }, + "furnace_label": { type: T.LABEL, children: string }, + "furnace_input_panel": { type: T.PANEL, children: 'panel' }, + "furnace_input_panel/panel": { type: T.PANEL, children: 'furnace_ingredient_panel' | 'flame_panel' | 'furnace_fuel_panel' }, + "furnace_input_panel/panel/furnace_ingredient_panel": { type: T.PANEL, children: string }, + "furnace_input_panel/panel/flame_panel": { type: T.PANEL, children: string }, + "furnace_input_panel/panel/furnace_fuel_panel": { type: T.PANEL, children: string }, + "furnace_ingredient_panel": { type: T.PANEL, children: 'ingredient_item' }, + "furnace_ingredient_panel/ingredient_item": { type: T.INPUT_PANEL, children: string }, + "furnace_fuel_panel": { type: T.PANEL, children: 'fuel_item' }, + "furnace_fuel_panel/fuel_item": { type: T.INPUT_PANEL, children: string }, + "furnace_output_panel": { type: T.PANEL, children: 'output_item' }, + "furnace_output_panel/output_item": { type: T.INPUT_PANEL, children: string }, + "furnace_panel_top_half": { type: T.PANEL, children: 'furnace_label' | 'input' | 'furnace_arrow_empty_image' | 'furnace_arrow_full_image' | 'output' }, + "furnace_panel_top_half/furnace_label": { type: T.LABEL, children: string }, + "furnace_panel_top_half/input": { type: T.PANEL, children: string }, + "furnace_panel_top_half/furnace_arrow_empty_image": { type: T.IMAGE, children: string }, + "furnace_panel_top_half/furnace_arrow_full_image": { type: T.IMAGE, children: string }, + "furnace_panel_top_half/output": { type: T.PANEL, children: string }, + "furnace_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "furnace_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "furnace_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "furnace_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "furnace_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'furnace_screen_inventory' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "furnace_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "furnace_panel/root_panel/furnace_screen_inventory": { type: T.PANEL, children: 'furnace_panel_top_half' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' }, + "furnace_panel/root_panel/furnace_screen_inventory/furnace_panel_top_half": { type: T.PANEL, children: string }, + "furnace_panel/root_panel/furnace_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "furnace_panel/root_panel/furnace_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "furnace_panel/root_panel/furnace_screen_inventory/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "furnace_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "furnace_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "furnace_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "furnace_screen": { type: T.SCREEN, children: string }, +} + +export type FurnacePocketType = { + "generic_label": { type: T.LABEL, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "empty_arrow": { type: T.IMAGE, children: string }, + "full_arrow": { type: T.IMAGE, children: string }, + "flame_empty": { type: T.IMAGE, children: string }, + "flame_full": { type: T.IMAGE, children: string }, + "input_label": { type: T.LABEL, children: string }, + "fuel_label": { type: T.LABEL, children: string }, + "result_label": { type: T.LABEL, children: string }, + "result_name_label": { type: T.LABEL, children: string }, + "furnace_content": { type: T.PANEL, children: 'input_panel' | 'flame_empty' | 'flame_full' | 'fuel_panel' | 'empty_arrow' | 'full_arrow' | 'output_panel' }, + "furnace_content/input_panel": { type: T.PANEL, children: 'input_label' | 'ingredient_item' }, + "furnace_content/input_panel/input_label": { type: T.LABEL, children: string }, + "furnace_content/input_panel/ingredient_item": { type: T.INPUT_PANEL, children: string }, + "furnace_content/flame_empty": { type: T.IMAGE, children: string }, + "furnace_content/flame_full": { type: T.IMAGE, children: string }, + "furnace_content/fuel_panel": { type: T.PANEL, children: 'fuel_label' | 'fuel_item' }, + "furnace_content/fuel_panel/fuel_label": { type: T.LABEL, children: string }, + "furnace_content/fuel_panel/fuel_item": { type: T.INPUT_PANEL, children: string }, + "furnace_content/empty_arrow": { type: T.IMAGE, children: string }, + "furnace_content/full_arrow": { type: T.IMAGE, children: string }, + "furnace_content/output_panel": { type: T.PANEL, children: 'result_label' | 'result_name_label' | 'output_item' }, + "furnace_content/output_panel/result_label": { type: T.LABEL, children: string }, + "furnace_content/output_panel/result_name_label": { type: T.LABEL, children: string }, + "furnace_content/output_panel/output_item": { type: T.INPUT_PANEL, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_content": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_content/scrolling_panel": { type: T.PANEL, children: string }, + "header": { type: T.PANEL, children: 'header_background' | 'close_button' | 'panel' }, + "header/header_background": { type: T.IMAGE, children: string }, + "header/close_button": { type: T.BUTTON, children: string }, + "header/panel": { type: T.PANEL, children: 'title_label' }, + "header/panel/title_label": { type: T.LABEL, children: string }, + "inventory_and_furnace_panel": { type: T.PANEL, children: 'inventory_half_screen' | 'furnace_half_screen' }, + "inventory_and_furnace_panel/inventory_half_screen": { type: T.PANEL, children: 'inventory_content' }, + "inventory_and_furnace_panel/inventory_half_screen/inventory_content": { type: T.PANEL, children: string }, + "inventory_and_furnace_panel/furnace_half_screen": { type: T.PANEL, children: 'furnace_content' }, + "inventory_and_furnace_panel/furnace_half_screen/furnace_content": { type: T.PANEL, children: string }, + "header_and_content_stack_panel": { type: T.STACK_PANEL, children: 'header' | 'inventory_and_furnace_panel' }, + "header_and_content_stack_panel/header": { type: T.PANEL, children: string }, + "header_and_content_stack_panel/inventory_and_furnace_panel": { type: T.PANEL, children: string }, + "furnace_panel": { type: T.PANEL, children: 'bg' | 'root_panel' | 'header_and_content_stack_panel' | 'container_gamepad_helpers' | 'inventory_selected_icon_button' | 'hold_icon' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "furnace_panel/bg": { type: T.IMAGE, children: string }, + "furnace_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "furnace_panel/header_and_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "furnace_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "furnace_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "furnace_panel/hold_icon": { type: T.BUTTON, children: string }, + "furnace_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "furnace_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "furnace_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type GameTipType = { + "game_tip_animation": { type: T.IMAGE, children: string }, + "game_tip_animation_panel": { type: T.PANEL, children: 'animated_icon' }, + "game_tip_animation_panel/animated_icon": { type: T.IMAGE, children: string }, + "game_tip_label": { type: T.LABEL, children: string }, + "game_tip_text_panel": { type: T.STACK_PANEL, children: 'upper_padding' | 'label' | 'lower_padding' }, + "game_tip_text_panel/upper_padding": { type: T.PANEL, children: string }, + "game_tip_text_panel/label": { type: T.LABEL, children: string }, + "game_tip_text_panel/lower_padding": { type: T.PANEL, children: string }, + "game_tip_arrow_image": { type: T.IMAGE, children: string }, + "game_tip_arrow_panel": { type: T.PANEL, children: 'tip_arrow' }, + "game_tip_arrow_panel/tip_arrow": { type: T.IMAGE, children: string }, + "game_tip_panel": { type: T.STACK_PANEL, children: 'animated_panel' | 'middle_padding' | 'label' | 'right_padding' }, + "game_tip_panel/animated_panel": { type: T.PANEL, children: string }, + "game_tip_panel/middle_padding": { type: T.PANEL, children: string }, + "game_tip_panel/label": { type: T.STACK_PANEL, children: string }, + "game_tip_panel/right_padding": { type: T.PANEL, children: string }, + "game_tip_item_background": { type: T.IMAGE, children: 'horizontal_container' | 'arrow_panel' }, + "game_tip_item_background/horizontal_container": { type: T.STACK_PANEL, children: string }, + "game_tip_item_background/arrow_panel": { type: T.PANEL, children: string }, + "chat_stack_game_tip_panel": { type: T.STACK_PANEL, children: 'top_padding' | 'game_tip_background' }, + "chat_stack_game_tip_panel/top_padding": { type: T.PANEL, children: string }, + "chat_stack_game_tip_panel/game_tip_background": { type: T.IMAGE, children: string }, + "game_tip_factory": { type: T.PANEL, children: string }, + "game_tip_chat_stack_factory": { type: T.PANEL, children: string }, +} + +export type GamepadDisconnectedType = { + "gamepad_disconnected_modal": { type: T.PANEL, children: 'dialog_background_hollow_3' }, + "gamepad_disconnected_modal/dialog_background_hollow_3": { type: T.IMAGE, children: 'control' }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control": { type: T.IMAGE, children: 'content_panel' }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'title' | 'padding_1' | 'description' }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel/padding_0": { type: T.PANEL, children: string }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel/title": { type: T.LABEL, children: string }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel/padding_1": { type: T.PANEL, children: string }, + "gamepad_disconnected_modal/dialog_background_hollow_3/control/content_panel/description": { type: T.LABEL, children: string }, + "gamepad_disconnected_screen": { type: T.SCREEN, children: string }, +} + +export type GameplayType = { + "bundle_selected_item_icon": { type: T.CUSTOM, children: string }, + "bundle_open_icon_back": { type: T.CUSTOM, children: string }, + "bundle_open_icon_front": { type: T.CUSTOM, children: string }, + "bundle_selected_item_background": { type: T.PANEL, children: 'bundle_selected_item_background_colour_green' | 'bundle_selected_item_background_colour' | 'bundle_selected_item_frame' }, + "bundle_selected_item_background/bundle_selected_item_background_colour_green": { type: T.IMAGE, children: string }, + "bundle_selected_item_background/bundle_selected_item_background_colour": { type: T.IMAGE, children: string }, + "bundle_selected_item_background/bundle_selected_item_frame": { type: T.IMAGE, children: string }, + "bundle_selected_item_panel": { type: T.PANEL, children: 'bundle_selected_item_background' | 'bundle_open_icon_back' | 'bundle_selected_item_icon' | 'bundle_open_icon_front' | 'storage_bar' }, + "bundle_selected_item_panel/bundle_selected_item_background": { type: T.PANEL, children: string }, + "bundle_selected_item_panel/bundle_open_icon_back": { type: T.CUSTOM, children: string }, + "bundle_selected_item_panel/bundle_selected_item_icon": { type: T.CUSTOM, children: string }, + "bundle_selected_item_panel/bundle_open_icon_front": { type: T.CUSTOM, children: string }, + "bundle_selected_item_panel/storage_bar": { type: T.CUSTOM, children: string }, + "bundle_slot_panel": { type: T.PANEL, children: 'bundle_selected_item_panel' }, + "bundle_slot_panel/bundle_selected_item_panel": { type: T.PANEL, children: string }, + "bundle_cell_image": { type: T.PANEL, children: 'background_panel' | 'highlight_panel' }, + "bundle_cell_image/background_panel": { type: T.PANEL, children: 'item_background' }, + "bundle_cell_image/background_panel/item_background": { type: T.IMAGE, children: string }, + "bundle_cell_image/highlight_panel": { type: T.PANEL, children: 'bundle_selected_item_background_colour_green' | 'bundle_selected_item_background_border_white' | 'bundle_selected_item_background_colour_blue' }, + "bundle_cell_image/highlight_panel/bundle_selected_item_background_colour_green": { type: T.IMAGE, children: string }, + "bundle_cell_image/highlight_panel/bundle_selected_item_background_border_white": { type: T.IMAGE, children: string }, + "bundle_cell_image/highlight_panel/bundle_selected_item_background_colour_blue": { type: T.IMAGE, children: string }, + "bundle_tooltip_slot_button": { type: T.BUTTON, children: string }, + "bundle_tooltip_slot_pocket": { type: T.PANEL, children: 'item_in_bundle_tooltip_pocket' | 'more_hidden_items_label' }, + "bundle_tooltip_slot_pocket/item_in_bundle_tooltip_pocket": { type: T.INPUT_PANEL, children: string }, + "bundle_tooltip_slot_pocket/more_hidden_items_label": { type: T.LABEL, children: string }, + "bundle_tooltip_slot_classic": { type: T.PANEL, children: 'item_in_bundle_tooltip_pocket' | 'more_hidden_items_label' }, + "bundle_tooltip_slot_classic/item_in_bundle_tooltip_pocket": { type: T.INPUT_PANEL, children: string }, + "bundle_tooltip_slot_classic/more_hidden_items_label": { type: T.LABEL, children: string }, + "bundle_tooltip": { type: T.PANEL, children: 'background' | 'header_stack' | 'wrapper' }, + "bundle_tooltip/background": { type: T.IMAGE, children: 'empty_button' | 'selected_item_tooltip' }, + "bundle_tooltip/background/empty_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "bundle_tooltip/background/empty_button/default": { type: T.PANEL, children: string }, + "bundle_tooltip/background/empty_button/hover": { type: T.PANEL, children: string }, + "bundle_tooltip/background/empty_button/pressed": { type: T.PANEL, children: string }, + "bundle_tooltip/background/selected_item_tooltip": { type: T.IMAGE, children: 'item_text_label' }, + "bundle_tooltip/background/selected_item_tooltip/item_text_label": { type: T.LABEL, children: string }, + "bundle_tooltip/header_stack": { type: T.STACK_PANEL, children: 'bundle_label' | 'close_button' }, + "bundle_tooltip/header_stack/bundle_label": { type: T.LABEL, children: string }, + "bundle_tooltip/header_stack/close_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "bundle_tooltip/header_stack/close_button/default": { type: T.PANEL, children: string }, + "bundle_tooltip/header_stack/close_button/hover": { type: T.PANEL, children: string }, + "bundle_tooltip/header_stack/close_button/pressed": { type: T.PANEL, children: string }, + "bundle_tooltip/wrapper": { type: T.PANEL, children: 'vertical_layout_stack' }, + "bundle_tooltip/wrapper/vertical_layout_stack": { type: T.STACK_PANEL, children: 'header_padding' | 'horisontal_layout_stack' }, + "bundle_tooltip/wrapper/vertical_layout_stack/header_padding": { type: T.PANEL, children: string }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack": { type: T.STACK_PANEL, children: 'left_padding' | 'body_stack' }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/left_padding": { type: T.PANEL, children: string }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack": { type: T.STACK_PANEL, children: 'item_grid' | 'info_message' | 'footer_panel' }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/item_grid": { type: T.GRID, children: string }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/info_message": { type: T.LABEL, children: string }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel": { type: T.PANEL, children: 'weight_bar' }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar": { type: T.PANEL, children: 'empty_message' | 'weight_bar_fill' | 'weight_bar_full' | 'weight_bar_border' }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/empty_message": { type: T.LABEL, children: string }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/weight_bar_fill": { type: T.IMAGE, children: string }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/weight_bar_full": { type: T.IMAGE, children: 'full_label' }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/weight_bar_full/full_label": { type: T.LABEL, children: string }, + "bundle_tooltip/wrapper/vertical_layout_stack/horisontal_layout_stack/body_stack/footer_panel/weight_bar/weight_bar_border": { type: T.IMAGE, children: string }, + "bundle_touch_tooltip": { type: T.PANEL, children: string }, + "bundle_tooltip_factory_wrapper": { type: T.PANEL, children: 'bundle_cursor_tooltip' }, + "bundle_tooltip_factory_wrapper/bundle_cursor_tooltip": { type: T.CUSTOM, children: string }, + "bundle_cursor_tooltip": { type: T.CUSTOM, children: 'tooltip' }, + "bundle_cursor_tooltip/tooltip": { type: T.PANEL, children: string }, +} + +export type GatheringInfoType = { + "gathering_info_screen": { type: T.SCREEN, children: string }, + "info_content": { type: T.PANEL, children: 'header' | 'left_panel' | 'section_divider' | 'right_panel' }, + "info_content/header": { type: T.STACK_PANEL, children: string }, + "info_content/left_panel": { type: T.PANEL, children: 'stack' }, + "info_content/left_panel/stack": { type: T.STACK_PANEL, children: 'event_image' | 'pad_2' | 'button_and_caption' | 'pad_3' | 'info_button' | 'pad_4' | 'gamepad_helper_panel' | 'pad_fill' | 'gathering_id_label' | 'pad_5' }, + "info_content/left_panel/stack/event_image": { type: T.IMAGE, children: string }, + "info_content/left_panel/stack/pad_2": { type: T.PANEL, children: string }, + "info_content/left_panel/stack/button_and_caption": { type: T.PANEL, children: 'caption' | 'action_button' }, + "info_content/left_panel/stack/button_and_caption/caption": { type: T.IMAGE, children: string }, + "info_content/left_panel/stack/button_and_caption/action_button": { type: T.BUTTON, children: string }, + "info_content/left_panel/stack/pad_3": { type: T.PANEL, children: string }, + "info_content/left_panel/stack/info_button": { type: T.BUTTON, children: string }, + "info_content/left_panel/stack/pad_4": { type: T.PANEL, children: string }, + "info_content/left_panel/stack/gamepad_helper_panel": { type: T.PANEL, children: 'gamepad_helpers' }, + "info_content/left_panel/stack/gamepad_helper_panel/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "info_content/left_panel/stack/pad_fill": { type: T.PANEL, children: string }, + "info_content/left_panel/stack/gathering_id_label": { type: T.LABEL, children: string }, + "info_content/left_panel/stack/pad_5": { type: T.PANEL, children: string }, + "info_content/section_divider": { type: T.IMAGE, children: string }, + "info_content/right_panel": { type: T.PANEL, children: 'scroll' }, + "info_content/right_panel/scroll": { type: T.PANEL, children: string }, + "right_panel_content": { type: T.STACK_PANEL, children: 'pad' | 'sign_in_panel' | 'sign_in_pad' | 'qr_panel' | 'qr_pad' | 'title' | 'pad_1' | 'body' | 'pad_2' | 'body_image' | 'footer' }, + "right_panel_content/pad": { type: T.PANEL, children: string }, + "right_panel_content/sign_in_panel": { type: T.STACK_PANEL, children: 'sign_in_image' | 'horizontal_pad' | 'text_stack' }, + "right_panel_content/sign_in_panel/sign_in_image": { type: T.IMAGE, children: string }, + "right_panel_content/sign_in_panel/horizontal_pad": { type: T.PANEL, children: string }, + "right_panel_content/sign_in_panel/text_stack": { type: T.STACK_PANEL, children: 'sign_in_title' | 'text_pad' | 'sign_in_body' }, + "right_panel_content/sign_in_panel/text_stack/sign_in_title": { type: T.PANEL, children: string }, + "right_panel_content/sign_in_panel/text_stack/text_pad": { type: T.PANEL, children: string }, + "right_panel_content/sign_in_panel/text_stack/sign_in_body": { type: T.PANEL, children: string }, + "right_panel_content/sign_in_pad": { type: T.PANEL, children: string }, + "right_panel_content/qr_panel": { type: T.STACK_PANEL, children: 'qr_background' | 'horizontal_pad' | 'text_stack' }, + "right_panel_content/qr_panel/qr_background": { type: T.IMAGE, children: 'qr_image' }, + "right_panel_content/qr_panel/qr_background/qr_image": { type: T.IMAGE, children: string }, + "right_panel_content/qr_panel/horizontal_pad": { type: T.PANEL, children: string }, + "right_panel_content/qr_panel/text_stack": { type: T.STACK_PANEL, children: 'qr_title' | 'text_pad' | 'qr_body' }, + "right_panel_content/qr_panel/text_stack/qr_title": { type: T.PANEL, children: string }, + "right_panel_content/qr_panel/text_stack/text_pad": { type: T.PANEL, children: string }, + "right_panel_content/qr_panel/text_stack/qr_body": { type: T.PANEL, children: string }, + "right_panel_content/qr_pad": { type: T.PANEL, children: string }, + "right_panel_content/title": { type: T.PANEL, children: string }, + "right_panel_content/pad_1": { type: T.PANEL, children: string }, + "right_panel_content/body": { type: T.PANEL, children: string }, + "right_panel_content/pad_2": { type: T.PANEL, children: string }, + "right_panel_content/body_image": { type: T.IMAGE, children: string }, + "right_panel_content/footer": { type: T.INPUT_PANEL, children: string }, + "tts_label": { type: T.PANEL, children: string }, + "tts_label_title": { type: T.PANEL, children: string }, + "sign_in_title": { type: T.LABEL, children: string }, + "sign_in_body": { type: T.LABEL, children: string }, + "qr_title": { type: T.LABEL, children: string }, + "qr_body": { type: T.LABEL, children: string }, + "title_panel": { type: T.LABEL, children: string }, + "body_panel": { type: T.LABEL, children: string }, + "section_divider": { type: T.IMAGE, children: string }, + "gamepad_helpers": { type: T.STACK_PANEL, children: 'gamepad_helper_a' | 'gamepad_helper_b' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "gamepad_helpers/gamepad_helper_b": { type: T.STACK_PANEL, children: string }, +} + +export type GlobalpauseType = { + "message": { type: T.LABEL, children: string }, + "quit_button": { type: T.BUTTON, children: string }, + "globalpause_screen": { type: T.SCREEN, children: string }, + "pause_screen_content": { type: T.PANEL, children: 'transparentFill' | 'message' | 'quit_button' }, + "pause_screen_content/transparentFill": { type: T.IMAGE, children: string }, + "pause_screen_content/message": { type: T.LABEL, children: string }, + "pause_screen_content/quit_button": { type: T.BUTTON, children: string }, +} + +export type GrindstoneType = { + "title_label": { type: T.LABEL, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "cross_out_icon": { type: T.IMAGE, children: string }, + "grindstone_output_slot_button": { type: T.BUTTON, children: string }, + "grindstone_item_slot": { type: T.PANEL, children: 'container_item' }, + "grindstone_item_slot/container_item": { type: T.INPUT_PANEL, children: string }, + "grindstone_middle_panel": { type: T.PANEL, children: 'input_item_slot' | 'additional_item_slot' }, + "grindstone_middle_panel/input_item_slot": { type: T.PANEL, children: string }, + "grindstone_middle_panel/additional_item_slot": { type: T.PANEL, children: string }, + "grindstone_slots_panel": { type: T.PANEL, children: 'grindstone_middle_panel' | 'yields' | 'result_item_slot' }, + "grindstone_slots_panel/grindstone_middle_panel": { type: T.PANEL, children: string }, + "grindstone_slots_panel/yields": { type: T.PANEL, children: 'arrow_icon' | 'cross_out_icon' }, + "grindstone_slots_panel/yields/arrow_icon": { type: T.IMAGE, children: string }, + "grindstone_slots_panel/yields/cross_out_icon": { type: T.IMAGE, children: string }, + "grindstone_slots_panel/result_item_slot": { type: T.PANEL, children: string }, + "top_half_panel": { type: T.PANEL, children: 'title_label' | 'grindstone_slots_panel' }, + "top_half_panel/title_label": { type: T.LABEL, children: string }, + "top_half_panel/grindstone_slots_panel": { type: T.PANEL, children: string }, + "grindstone_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "grindstone_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "grindstone_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "grindstone_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "grindstone_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'grindstone_screen_inventory' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "grindstone_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "grindstone_panel/root_panel/grindstone_screen_inventory": { type: T.PANEL, children: 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' }, + "grindstone_panel/root_panel/grindstone_screen_inventory/top_half_panel": { type: T.PANEL, children: string }, + "grindstone_panel/root_panel/grindstone_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "grindstone_panel/root_panel/grindstone_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "grindstone_panel/root_panel/grindstone_screen_inventory/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "grindstone_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "grindstone_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "grindstone_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "grindstone_screen": { type: T.SCREEN, children: string }, +} + +export type GrindstonePocketType = { + "background_image": { type: T.IMAGE, children: string }, + "repair_title_label": { type: T.LABEL, children: string }, + "grindstone_middle_panel": { type: T.PANEL, children: 'input_slot' | 'additional_slot' }, + "grindstone_middle_panel/input_slot": { type: T.INPUT_PANEL, children: string }, + "grindstone_middle_panel/additional_slot": { type: T.INPUT_PANEL, children: string }, + "slots_panel": { type: T.PANEL, children: 'grindstone_middle_panel' | 'arrow' | 'result_slot' }, + "slots_panel/grindstone_middle_panel": { type: T.PANEL, children: string }, + "slots_panel/arrow": { type: T.IMAGE, children: 'cross_out' }, + "slots_panel/arrow/cross_out": { type: T.IMAGE, children: string }, + "slots_panel/result_slot": { type: T.INPUT_PANEL, children: string }, + "grindstone_contents_panel": { type: T.PANEL, children: 'repair_title_label' | 'slots_panel' }, + "grindstone_contents_panel/repair_title_label": { type: T.LABEL, children: string }, + "grindstone_contents_panel/slots_panel": { type: T.PANEL, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_content": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_content/scrolling_panel": { type: T.PANEL, children: string }, + "header": { type: T.PANEL, children: 'header_background' | 'legacy_pocket_close_button' | 'panel' }, + "header/header_background": { type: T.IMAGE, children: string }, + "header/legacy_pocket_close_button": { type: T.BUTTON, children: string }, + "header/panel": { type: T.PANEL, children: 'title_label' }, + "header/panel/title_label": { type: T.LABEL, children: string }, + "inventory_and_grindstone_panel": { type: T.PANEL, children: 'inventory_half_screen' | 'grindstone_half_screen' }, + "inventory_and_grindstone_panel/inventory_half_screen": { type: T.PANEL, children: 'inventory_content' }, + "inventory_and_grindstone_panel/inventory_half_screen/inventory_content": { type: T.PANEL, children: string }, + "inventory_and_grindstone_panel/grindstone_half_screen": { type: T.PANEL, children: 'grindstone_content' }, + "inventory_and_grindstone_panel/grindstone_half_screen/grindstone_content": { type: T.PANEL, children: string }, + "header_and_content_stack_panel": { type: T.STACK_PANEL, children: 'header' | 'inventory_and_grindstone_panel' }, + "header_and_content_stack_panel/header": { type: T.PANEL, children: string }, + "header_and_content_stack_panel/inventory_and_grindstone_panel": { type: T.PANEL, children: string }, + "grindstone_panel": { type: T.PANEL, children: 'bg' | 'root_panel' | 'header_and_content_stack_panel' | 'container_gamepad_helpers' | 'inventory_selected_icon_button' | 'hold_icon' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "grindstone_panel/bg": { type: T.IMAGE, children: string }, + "grindstone_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "grindstone_panel/header_and_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "grindstone_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "grindstone_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "grindstone_panel/hold_icon": { type: T.BUTTON, children: string }, + "grindstone_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "grindstone_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "grindstone_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type GammaCalibrationType = { + "stack_panel_centering_panel": { type: T.PANEL, children: 'child' }, + "stack_panel_centering_panel/child": { type: T.UNKNOWN, children: string }, + "stack_panel_align_left_panel": { type: T.PANEL, children: 'child' }, + "stack_panel_align_left_panel/child": { type: T.UNKNOWN, children: string }, + "stack_panel_align_right_panel": { type: T.PANEL, children: 'child' }, + "stack_panel_align_right_panel/child": { type: T.UNKNOWN, children: string }, + "image_panel": { type: T.STACK_PANEL, children: 'padding' | 'image' }, + "image_panel/padding": { type: T.PANEL, children: string }, + "image_panel/image": { type: T.IMAGE, children: string }, + "horizontal_padding": { type: T.PANEL, children: string }, + "image_stack": { type: T.STACK_PANEL, children: 'not_visible_image' | 'padding_0' | 'barely_visible_image' | 'padding_1' | 'easily_visible_image' }, + "image_stack/not_visible_image": { type: T.STACK_PANEL, children: string }, + "image_stack/padding_0": { type: T.PANEL, children: string }, + "image_stack/barely_visible_image": { type: T.STACK_PANEL, children: string }, + "image_stack/padding_1": { type: T.PANEL, children: string }, + "image_stack/easily_visible_image": { type: T.STACK_PANEL, children: string }, + "button_stack": { type: T.STACK_PANEL, children: 'continue_button_panel' | 'padding' | 'reset_button_panel' }, + "button_stack/continue_button_panel": { type: T.PANEL, children: string }, + "button_stack/padding": { type: T.PANEL, children: string }, + "button_stack/reset_button_panel": { type: T.PANEL, children: string }, + "message_panel": { type: T.PANEL, children: 'message_label' }, + "message_panel/message_label": { type: T.LABEL, children: string }, + "calibration_slider": { type: T.PANEL, children: 'slider' }, + "calibration_slider/slider": { type: T.PANEL, children: string }, + "continue_button": { type: T.BUTTON, children: string }, + "reset_button": { type: T.BUTTON, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'hdr_message_panel' | 'image_stack_panel' | 'padding_0' | 'slider_panel' | 'padding_1' | 'button_stack_panel' }, + "main_panel/hdr_message_panel": { type: T.PANEL, children: string }, + "main_panel/image_stack_panel": { type: T.PANEL, children: string }, + "main_panel/padding_0": { type: T.PANEL, children: string }, + "main_panel/slider_panel": { type: T.PANEL, children: string }, + "main_panel/padding_1": { type: T.PANEL, children: string }, + "main_panel/button_stack_panel": { type: T.PANEL, children: string }, + "gamma_calibration_screen": { type: T.SCREEN, children: string }, +} + +export type HorseType = { + "renderer_bg": { type: T.IMAGE, children: string }, + "overlay_image": { type: T.IMAGE, children: string }, + "saddle_image": { type: T.IMAGE, children: string }, + "horse_armor_image": { type: T.IMAGE, children: string }, + "carpet_image": { type: T.IMAGE, children: string }, + "nautilus_armor_image": { type: T.IMAGE, children: string }, + "horse_label": { type: T.LABEL, children: string }, + "equip_grid": { type: T.GRID, children: string }, + "inv_grid": { type: T.GRID, children: string }, + "inv_bg_panel": { type: T.PANEL, children: 'cell_image' }, + "inv_bg_panel/cell_image": { type: T.IMAGE, children: string }, + "equip_panel": { type: T.PANEL, children: 'equip_grid' | 'saddle' | 'horse_armor_0' | 'carpet_0' | 'nautilus_armor_0' | 'horse_armor_1' | 'carpet_1' | 'nautilus_armor_1' }, + "equip_panel/equip_grid": { type: T.GRID, children: string }, + "equip_panel/saddle": { type: T.IMAGE, children: string }, + "equip_panel/horse_armor_0": { type: T.IMAGE, children: string }, + "equip_panel/carpet_0": { type: T.IMAGE, children: string }, + "equip_panel/nautilus_armor_0": { type: T.IMAGE, children: string }, + "equip_panel/horse_armor_1": { type: T.IMAGE, children: string }, + "equip_panel/carpet_1": { type: T.IMAGE, children: string }, + "equip_panel/nautilus_armor_1": { type: T.IMAGE, children: string }, + "inv_panel": { type: T.PANEL, children: 'inv_bg_panel' | 'inv_grid' }, + "inv_panel/inv_bg_panel": { type: T.PANEL, children: string }, + "inv_panel/inv_grid": { type: T.GRID, children: string }, + "horse_renderer": { type: T.PANEL, children: 'renderer_bg' | 'horse_custom_panel' }, + "horse_renderer/renderer_bg": { type: T.IMAGE, children: string }, + "horse_renderer/horse_custom_panel": { type: T.PANEL, children: 'horse_custom' }, + "horse_renderer/horse_custom_panel/horse_custom": { type: T.CUSTOM, children: string }, + "horse_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "horse_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "horse_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "horse_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "horse_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'horse_section_label' | 'inv_panel' | 'equipment' | 'renderer' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid_template' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "horse_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "horse_panel/root_panel/horse_section_label": { type: T.LABEL, children: string }, + "horse_panel/root_panel/inv_panel": { type: T.PANEL, children: string }, + "horse_panel/root_panel/equipment": { type: T.PANEL, children: string }, + "horse_panel/root_panel/renderer": { type: T.PANEL, children: string }, + "horse_panel/root_panel/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "horse_panel/root_panel/hotbar_grid_template": { type: T.GRID, children: string }, + "horse_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "horse_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "horse_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "horse_screen": { type: T.SCREEN, children: string }, +} + +export type HorsePocketType = { + "horse_panel": { type: T.PANEL, children: 'gamepad_helpers' | 'inventory_selected_icon_button' | 'gamepad_cursor' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'base_panel' | 'flying_item_renderer' }, + "horse_panel/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "horse_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "horse_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "horse_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "horse_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "horse_panel/base_panel": { type: T.PANEL, children: 'root_panel' | 'hold_icon' | 'bg' | 'interactive_tabs' | 'close_button' | 'inventory' | 'equipment' | 'chest_tab' | 'renderer_tab' }, + "horse_panel/base_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "horse_panel/base_panel/hold_icon": { type: T.BUTTON, children: string }, + "horse_panel/base_panel/bg": { type: T.PANEL, children: string }, + "horse_panel/base_panel/interactive_tabs": { type: T.PANEL, children: string }, + "horse_panel/base_panel/close_button": { type: T.BUTTON, children: string }, + "horse_panel/base_panel/inventory": { type: T.PANEL, children: string }, + "horse_panel/base_panel/equipment": { type: T.PANEL, children: string }, + "horse_panel/base_panel/chest_tab": { type: T.PANEL, children: 'visual_tabs_chest' | 'chest' }, + "horse_panel/base_panel/chest_tab/visual_tabs_chest": { type: T.PANEL, children: string }, + "horse_panel/base_panel/chest_tab/chest": { type: T.PANEL, children: string }, + "horse_panel/base_panel/renderer_tab": { type: T.PANEL, children: 'visual_tabs_equip' | 'renderer' }, + "horse_panel/base_panel/renderer_tab/visual_tabs_equip": { type: T.PANEL, children: string }, + "horse_panel/base_panel/renderer_tab/renderer": { type: T.PANEL, children: string }, + "horse_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "dark_bg": { type: T.IMAGE, children: string }, + "renderer_bg": { type: T.IMAGE, children: string }, + "saddle_image": { type: T.IMAGE, children: string }, + "horse_armor_image": { type: T.IMAGE, children: string }, + "carpet_image": { type: T.IMAGE, children: string }, + "nautilus_armor_image": { type: T.IMAGE, children: string }, + "panel_outline": { type: T.IMAGE, children: string }, + "close_button_default": { type: T.IMAGE, children: string }, + "close_button_pressed": { type: T.IMAGE, children: string }, + "close_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "close_button/default": { type: T.IMAGE, children: string }, + "close_button/hover": { type: T.IMAGE, children: string }, + "close_button/pressed": { type: T.IMAGE, children: string }, + "base_grid": { type: T.GRID, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "chest_grid": { type: T.GRID, children: string }, + "base_grid_panel": { type: T.PANEL, children: 'panel_outline' | 'dark_bg' | 'scrolling_panel' }, + "base_grid_panel/panel_outline": { type: T.IMAGE, children: string }, + "base_grid_panel/dark_bg": { type: T.IMAGE, children: string }, + "base_grid_panel/scrolling_panel": { type: T.PANEL, children: string }, + "inventory_panel": { type: T.PANEL, children: string }, + "chest_panel": { type: T.PANEL, children: string }, + "half_screen": { type: T.PANEL, children: string }, + "middle_screen": { type: T.PANEL, children: string }, + "half_screen_inventory": { type: T.PANEL, children: 'inventory_panel' }, + "half_screen_inventory/inventory_panel": { type: T.PANEL, children: string }, + "half_screen_chest": { type: T.PANEL, children: 'chest_panel' }, + "half_screen_chest/chest_panel": { type: T.PANEL, children: string }, + "horse_renderer": { type: T.PANEL, children: 'horse_custom' }, + "horse_renderer/horse_custom": { type: T.CUSTOM, children: string }, + "half_screen_renderer": { type: T.PANEL, children: 'renderer_bg' | 'horse_custom_panel' | 'camel_custom_panel' }, + "half_screen_renderer/renderer_bg": { type: T.IMAGE, children: string }, + "half_screen_renderer/horse_custom_panel": { type: T.PANEL, children: string }, + "half_screen_renderer/camel_custom_panel": { type: T.PANEL, children: string }, + "equip_item_panel": { type: T.PANEL, children: 'equip_container_item' }, + "equip_item_panel/equip_container_item": { type: T.INPUT_PANEL, children: string }, + "equip_grid": { type: T.GRID, children: string }, + "equip_middle_screen": { type: T.PANEL, children: 'equip_grid_panel' }, + "equip_middle_screen/equip_grid_panel": { type: T.PANEL, children: 'equip_grid' | 'centered_0' | 'offset' | 'centered_1' | 'centered_2' | 'horse_armor_image' | 'carpet_image' }, + "equip_middle_screen/equip_grid_panel/equip_grid": { type: T.GRID, children: string }, + "equip_middle_screen/equip_grid_panel/centered_0": { type: T.IMAGE, children: string }, + "equip_middle_screen/equip_grid_panel/offset": { type: T.IMAGE, children: string }, + "equip_middle_screen/equip_grid_panel/centered_1": { type: T.IMAGE, children: string }, + "equip_middle_screen/equip_grid_panel/centered_2": { type: T.IMAGE, children: string }, + "equip_middle_screen/equip_grid_panel/horse_armor_image": { type: T.IMAGE, children: string }, + "equip_middle_screen/equip_grid_panel/carpet_image": { type: T.IMAGE, children: string }, + "horse_screen_tab_toggle": { type: T.TOGGLE, children: string }, + "interactive_tabs": { type: T.PANEL, children: 'renderer_tab_interactive' | 'chest_tab_interactive' }, + "interactive_tabs/renderer_tab_interactive": { type: T.TOGGLE, children: string }, + "interactive_tabs/chest_tab_interactive": { type: T.TOGGLE, children: string }, + "tab_front": { type: T.IMAGE, children: string }, + "tab_back": { type: T.IMAGE, children: string }, + "close_tab": { type: T.IMAGE, children: string }, + "item_icon_renderer": { type: T.CUSTOM, children: string }, + "saddle_icon_front": { type: T.CUSTOM, children: string }, + "chest_icon_front": { type: T.CUSTOM, children: string }, + "visual_tabs_equip": { type: T.PANEL, children: 'close_tab' | 'chest' | 'equip' }, + "visual_tabs_equip/close_tab": { type: T.IMAGE, children: 'nodrop_zone' }, + "visual_tabs_equip/close_tab/nodrop_zone": { type: T.INPUT_PANEL, children: string }, + "visual_tabs_equip/chest": { type: T.IMAGE, children: 'chest_icon' }, + "visual_tabs_equip/chest/chest_icon": { type: T.CUSTOM, children: string }, + "visual_tabs_equip/equip": { type: T.IMAGE, children: 'equip_icon' }, + "visual_tabs_equip/equip/equip_icon": { type: T.CUSTOM, children: string }, + "visual_tabs_chest": { type: T.PANEL, children: 'close_tab' | 'chest' | 'equip' }, + "visual_tabs_chest/close_tab": { type: T.IMAGE, children: string }, + "visual_tabs_chest/chest": { type: T.IMAGE, children: 'chest_icon' }, + "visual_tabs_chest/chest/chest_icon": { type: T.CUSTOM, children: string }, + "visual_tabs_chest/equip": { type: T.IMAGE, children: 'equip_icon' }, + "visual_tabs_chest/equip/equip_icon": { type: T.CUSTOM, children: string }, +} + +export type HowToPlayCommonType = { + "dynamic_dialog_screen": { type: T.SCREEN, children: string }, + "screen_background": { type: T.IMAGE, children: string }, + "top_bar": { type: T.IMAGE, children: string }, + "button_panel": { type: T.LABEL, children: string }, + "light_text_button": { type: T.BUTTON, children: string }, + "action_button": { type: T.BUTTON, children: string }, + "topic_category": { type: T.PANEL, children: 'top_padding' | 'category_text' }, + "topic_category/top_padding": { type: T.PANEL, children: string }, + "topic_category/category_text": { type: T.LABEL, children: string }, + "toggle_button_control": { type: T.PANEL, children: 'tab_button_text' }, + "toggle_button_control/tab_button_text": { type: T.LABEL, children: string }, + "glyph_button_control": { type: T.PANEL, children: 'tab_button_text' | 'glyph' }, + "glyph_button_control/tab_button_text": { type: T.LABEL, children: string }, + "glyph_button_control/glyph": { type: T.IMAGE, children: string }, + "section_toggle_button": { type: T.PANEL, children: 'section_toggle_button' }, + "section_toggle_button/section_toggle_button": { type: T.PANEL, children: string }, + "edu_section_toggle_button": { type: T.PANEL, children: string }, + "padding": { type: T.PANEL, children: string }, + "touch_padding": { type: T.PANEL, children: string }, + "small_padding": { type: T.PANEL, children: string }, + "large_padding": { type: T.PANEL, children: string }, + "section_contents_header": { type: T.INPUT_PANEL, children: string }, + "section_contents_footer": { type: T.INPUT_PANEL, children: string }, + "main_sections": { type: T.STACK_PANEL, children: string }, + "splitscreen_only_content": { type: T.STACK_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "splitscreen_only_content/0": { type: T.UNKNOWN, children: string }, + "tts_focus_border": { type: T.BUTTON, children: string }, + "header_tts_focus_border": { type: T.BUTTON, children: string }, + "header_background": { type: T.IMAGE, children: 'header_label' | 'focus_border' }, + "header_background/header_label": { type: T.LABEL, children: string }, + "header_background/focus_border": { type: T.BUTTON, children: string }, + "header": { type: T.PANEL, children: 'header' }, + "header/header": { type: T.IMAGE, children: string }, + "paragraph_panel": { type: T.PANEL, children: string }, + "paragraph_label": { type: T.LABEL, children: string }, + "paragraph_tts_focus_border": { type: T.BUTTON, children: string }, + "paragraph": { type: T.PANEL, children: 'label' | 'focus_border' }, + "paragraph/label": { type: T.LABEL, children: string }, + "paragraph/focus_border": { type: T.BUTTON, children: string }, + "paragraph_with_icons": { type: T.PANEL, children: 'label' | 'focus_border' }, + "paragraph_with_icons/label": { type: T.LABEL, children: string }, + "paragraph_with_icons/focus_border": { type: T.BUTTON, children: string }, + "input_conditional_paragraph": { type: T.PANEL, children: string }, + "input_conditional_paragraph_with_icons": { type: T.PANEL, children: string }, + "paragraph_keyboard": { type: T.PANEL, children: string }, + "paragraph_gamepad": { type: T.PANEL, children: string }, + "paragraph_gamepad_no_icons": { type: T.PANEL, children: string }, + "paragraph_touch": { type: T.PANEL, children: string }, + "paragraph_touch_classic_dpad_spacing": { type: T.PANEL, children: string }, + "paragraph_touch_no_icons": { type: T.PANEL, children: string }, + "paragraph_touch_joystick_tap": { type: T.PANEL, children: string }, + "paragraph_touch_classic_dpad": { type: T.PANEL, children: string }, + "paragraph_touch_joystick_crosshair": { type: T.PANEL, children: string }, + "paragraph_not_touch": { type: T.PANEL, children: string }, + "image": { type: T.IMAGE, children: string }, + "how_to_play_header": { type: T.PANEL, children: 'top_bar' }, + "how_to_play_header/top_bar": { type: T.IMAGE, children: 'back_button' | 'how_to_play_title' | 'gamepad_bumper_helpers' }, + "how_to_play_header/top_bar/back_button": { type: T.STACK_PANEL, children: string }, + "how_to_play_header/top_bar/how_to_play_title": { type: T.PANEL, children: string }, + "how_to_play_header/top_bar/gamepad_bumper_helpers": { type: T.STACK_PANEL, children: string }, + "how_to_play_content": { type: T.PANEL, children: 'header' | 'container' }, + "how_to_play_content/header": { type: T.PANEL, children: string }, + "how_to_play_content/container": { type: T.PANEL, children: string }, + "dialog_content": { type: T.PANEL, children: 'selector_area' | 'content_area' | 'section_divider' }, + "dialog_content/selector_area": { type: T.PANEL, children: string }, + "dialog_content/content_area": { type: T.PANEL, children: string }, + "dialog_content/section_divider": { type: T.IMAGE, children: string }, + "scrollable_selector_area_content": { type: T.PANEL, children: string }, + "selector_area": { type: T.PANEL, children: 'scrolling_panel' }, + "selector_area/scrolling_panel": { type: T.PANEL, children: string }, + "section_divider": { type: T.IMAGE, children: string }, + "content_area_wrapper": { type: T.PANEL, children: 'content_area' }, + "content_area_wrapper/content_area": { type: T.PANEL, children: string }, + "content_area": { type: T.PANEL, children: 'control' }, + "content_area/control": { type: T.STACK_PANEL, children: 'scrolling_panel' }, + "content_area/control/scrolling_panel": { type: T.PANEL, children: string }, + "screen_base": { type: T.SCREEN, children: string }, + "gamepad_bumper_helper_description": { type: T.LABEL, children: string }, + "gamepad_bumper_helpers": { type: T.STACK_PANEL, children: 'gamepad_helper_left_bumper' | 'padding' | 'gamepad_helper_right_bumper' }, + "gamepad_bumper_helpers/gamepad_helper_left_bumper": { type: T.STACK_PANEL, children: string }, + "gamepad_bumper_helpers/padding": { type: T.PANEL, children: string }, + "gamepad_bumper_helpers/gamepad_helper_right_bumper": { type: T.STACK_PANEL, children: string }, +} + +export type HowToPlayType = { + "how_to_play_screen": { type: T.SCREEN, children: string }, + "how_to_play_selector_stack_panel": { type: T.STACK_PANEL, children: 'how_to_play_selector_pane' }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane": { type: T.STACK_PANEL, children: 'getting_started_category' | 'moving_around_button' | 'gathering_resources_button' | 'selecting_items_button' | 'placing_blocks_button' | 'inventory_button' | 'preparing_for_the_night_category' | 'your_first_craft_button' | 'recipe_book_button' | 'the_crafting_table_button' | 'crafting_a_tool_button' | 'mining_button' | 'surviving_the_first_night_category' | 'nightfall_new_button' | 'building_a_shelter_button' | 'death_and_respawn_button' | 'getting_settled_category' | 'food_button' | 'beds_new_button' | 'improved_tools_button' | 'education_category' | 'world_builder_button' | 'permission_blocks_button' | 'chalkboard_button' | 'chemistry_button' | 'npc_button' | 'camera_button' | 'portfolio_button' | 'classroom_mode_button' | 'code_builder_button' | 'padding_1' | 'playing_together_button' | 'encyclopedia_button' }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/getting_started_category": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/moving_around_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/gathering_resources_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/selecting_items_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/placing_blocks_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/inventory_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/preparing_for_the_night_category": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/your_first_craft_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/recipe_book_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/the_crafting_table_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/crafting_a_tool_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/mining_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/surviving_the_first_night_category": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/nightfall_new_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/building_a_shelter_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/death_and_respawn_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/getting_settled_category": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/food_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/beds_new_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/improved_tools_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/education_category": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/world_builder_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/permission_blocks_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/chalkboard_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/chemistry_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/npc_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/camera_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/portfolio_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/classroom_mode_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/code_builder_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/padding_1": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/playing_together_button": { type: T.PANEL, children: string }, + "how_to_play_selector_stack_panel/how_to_play_selector_pane/encyclopedia_button": { type: T.PANEL, children: string }, + "how_to_play_section_content_panels": { type: T.STACK_PANEL, children: 'general_tips_sections' }, + "how_to_play_section_content_panels/general_tips_sections": { type: T.STACK_PANEL, children: 'section_contents_header' | 'moving_around_section' | 'gathering_resources_section' | 'selecting_items_section' | 'placing_blocks_section' | 'inventory_section' | 'your_first_craft_section' | 'recipe_book_section' | 'the_crafting_table_section' | 'crafting_a_tool_section' | 'mining_section' | 'nightfall_new_section' | 'building_a_shelter_section' | 'death_and_respawn_section' | 'food_section' | 'beds_new_section' | 'improved_tools_section' | 'world_builder_section' | 'permission_blocks_section' | 'chalkboard_section' | 'chemistry_section' | 'npc_section' | 'camera_section' | 'portfolio_section' | 'classroom_mode_section' | 'code_builder_section' | 'playing_together_section' | 'encyclopedia_section' | 'section_contents_footer' }, + "how_to_play_section_content_panels/general_tips_sections/section_contents_header": { type: T.INPUT_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/moving_around_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/gathering_resources_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/selecting_items_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/placing_blocks_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/inventory_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/your_first_craft_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/recipe_book_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/the_crafting_table_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/crafting_a_tool_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/mining_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/nightfall_new_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/building_a_shelter_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/death_and_respawn_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/food_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/beds_new_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/improved_tools_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/world_builder_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/permission_blocks_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/chalkboard_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/chemistry_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/npc_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/camera_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/portfolio_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/classroom_mode_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/code_builder_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/playing_together_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/encyclopedia_section": { type: T.STACK_PANEL, children: string }, + "how_to_play_section_content_panels/general_tips_sections/section_contents_footer": { type: T.INPUT_PANEL, children: string }, + "moving_around_button": { type: T.PANEL, children: string }, + "moving_around_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_touch_joystick_tap' | 'padding_2' | 'paragraph_3a_keyboard' | 'paragraph_3b_keyboard' | 'paragraph_3a_gamepad' | 'paragraph_3b_gamepad' | 'paragraph_3_touch_joystick_tap' | 'paragraph_3a_touch_classic_dpad' | 'paragraph_3b_touch_classic_dpad' | 'paragraph_3c_touch_classic_dpad' | 'paragraph_3d_touch_classic_dpad' | 'paragraph_3e_touch_classic_dpad' | 'paragraph_3_touch_joystick_crosshair' | 'image_1' }, + "moving_around_section/paragraph_1": { type: T.PANEL, children: string }, + "moving_around_section/padding_1": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_touch_joystick_tap": { type: T.PANEL, children: string }, + "moving_around_section/padding_2": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3a_keyboard": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3b_keyboard": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3a_gamepad": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3b_gamepad": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3_touch_joystick_tap": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3a_touch_classic_dpad": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3b_touch_classic_dpad": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3c_touch_classic_dpad": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3d_touch_classic_dpad": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3e_touch_classic_dpad": { type: T.PANEL, children: string }, + "moving_around_section/paragraph_3_touch_joystick_crosshair": { type: T.PANEL, children: string }, + "moving_around_section/image_1": { type: T.IMAGE, children: string }, + "gathering_resources_button": { type: T.PANEL, children: string }, + "gathering_resources_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch_joystick_tap' | 'paragraph_2_touch_classic_dpad' | 'paragraph_2_touch_joystick_crosshair' | 'padding_2' | 'paragraph_3' }, + "gathering_resources_section/paragraph_1": { type: T.PANEL, children: string }, + "gathering_resources_section/padding_1": { type: T.PANEL, children: string }, + "gathering_resources_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "gathering_resources_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "gathering_resources_section/paragraph_2_touch_joystick_tap": { type: T.PANEL, children: string }, + "gathering_resources_section/paragraph_2_touch_classic_dpad": { type: T.PANEL, children: string }, + "gathering_resources_section/paragraph_2_touch_joystick_crosshair": { type: T.PANEL, children: string }, + "gathering_resources_section/padding_2": { type: T.PANEL, children: string }, + "gathering_resources_section/paragraph_3": { type: T.PANEL, children: string }, + "selecting_items_button": { type: T.PANEL, children: string }, + "selecting_items_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_touch_joystick_tap' | 'padding_2' | 'paragraph_3_keyboard' | 'paragraph_3_gamepad' | 'paragraph_3_touch_joystick_tap' | 'paragraph_3_touch_classic_dpad' | 'paragraph_3_touch_joystick_crosshair' | 'padding_3' | 'header_1' | 'image_1_not_touch' | 'image_1_touch' }, + "selecting_items_section/paragraph_1": { type: T.PANEL, children: string }, + "selecting_items_section/padding_1": { type: T.PANEL, children: string }, + "selecting_items_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "selecting_items_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "selecting_items_section/paragraph_touch_joystick_tap": { type: T.PANEL, children: string }, + "selecting_items_section/padding_2": { type: T.PANEL, children: string }, + "selecting_items_section/paragraph_3_keyboard": { type: T.PANEL, children: string }, + "selecting_items_section/paragraph_3_gamepad": { type: T.PANEL, children: string }, + "selecting_items_section/paragraph_3_touch_joystick_tap": { type: T.PANEL, children: string }, + "selecting_items_section/paragraph_3_touch_classic_dpad": { type: T.PANEL, children: string }, + "selecting_items_section/paragraph_3_touch_joystick_crosshair": { type: T.PANEL, children: string }, + "selecting_items_section/padding_3": { type: T.PANEL, children: string }, + "selecting_items_section/header_1": { type: T.PANEL, children: string }, + "selecting_items_section/image_1_not_touch": { type: T.IMAGE, children: string }, + "selecting_items_section/image_1_touch": { type: T.IMAGE, children: string }, + "placing_blocks_button": { type: T.PANEL, children: string }, + "placing_blocks_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch_joystick_tap' | 'paragraph_2_touch_classic_dpad' | 'paragraph_2_touch_joystick_crosshair' | 'padding_2' | 'paragraph_3' }, + "placing_blocks_section/paragraph_1": { type: T.PANEL, children: string }, + "placing_blocks_section/padding_1": { type: T.PANEL, children: string }, + "placing_blocks_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "placing_blocks_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "placing_blocks_section/paragraph_2_touch_joystick_tap": { type: T.PANEL, children: string }, + "placing_blocks_section/paragraph_2_touch_classic_dpad": { type: T.PANEL, children: string }, + "placing_blocks_section/paragraph_2_touch_joystick_crosshair": { type: T.PANEL, children: string }, + "placing_blocks_section/padding_2": { type: T.PANEL, children: string }, + "placing_blocks_section/paragraph_3": { type: T.PANEL, children: string }, + "inventory_button": { type: T.PANEL, children: string }, + "inventory_section": { type: T.STACK_PANEL, children: 'image_1_not_touch' | 'image_1_touch' | 'header_1' | 'paragraph_1_keyboard' | 'paragraph_1_gamepad' | 'paragraph_1_touch' | 'padding_2' | 'header_2' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' }, + "inventory_section/image_1_not_touch": { type: T.IMAGE, children: string }, + "inventory_section/image_1_touch": { type: T.IMAGE, children: string }, + "inventory_section/header_1": { type: T.PANEL, children: string }, + "inventory_section/paragraph_1_keyboard": { type: T.PANEL, children: string }, + "inventory_section/paragraph_1_gamepad": { type: T.PANEL, children: string }, + "inventory_section/paragraph_1_touch": { type: T.PANEL, children: string }, + "inventory_section/padding_2": { type: T.PANEL, children: string }, + "inventory_section/header_2": { type: T.PANEL, children: string }, + "inventory_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "inventory_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "inventory_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "your_first_craft_button": { type: T.PANEL, children: string }, + "your_first_craft_section": { type: T.STACK_PANEL, children: 'image_1_not_touch' | 'image_1_touch' | 'header_1' | 'paragraph_1' | 'padding_2' | 'paragraph_2' | 'padding_3' | 'paragraph_3_touch' | 'paragraph_3_keyboard' | 'paragraph_3_gamepad' | 'padding_4' | 'header_2' | 'paragraph_4' | 'padding_5' | 'paragraph_5' }, + "your_first_craft_section/image_1_not_touch": { type: T.IMAGE, children: string }, + "your_first_craft_section/image_1_touch": { type: T.IMAGE, children: string }, + "your_first_craft_section/header_1": { type: T.PANEL, children: string }, + "your_first_craft_section/paragraph_1": { type: T.PANEL, children: string }, + "your_first_craft_section/padding_2": { type: T.PANEL, children: string }, + "your_first_craft_section/paragraph_2": { type: T.PANEL, children: string }, + "your_first_craft_section/padding_3": { type: T.PANEL, children: string }, + "your_first_craft_section/paragraph_3_touch": { type: T.PANEL, children: string }, + "your_first_craft_section/paragraph_3_keyboard": { type: T.PANEL, children: string }, + "your_first_craft_section/paragraph_3_gamepad": { type: T.PANEL, children: string }, + "your_first_craft_section/padding_4": { type: T.PANEL, children: string }, + "your_first_craft_section/header_2": { type: T.PANEL, children: string }, + "your_first_craft_section/paragraph_4": { type: T.PANEL, children: string }, + "your_first_craft_section/padding_5": { type: T.PANEL, children: string }, + "your_first_craft_section/paragraph_5": { type: T.PANEL, children: string }, + "recipe_book_button": { type: T.PANEL, children: string }, + "recipe_book_section": { type: T.STACK_PANEL, children: 'paragraph_1_keyboard' | 'paragraph_1_gamepad' | 'paragraph_1_touch' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' }, + "recipe_book_section/paragraph_1_keyboard": { type: T.PANEL, children: string }, + "recipe_book_section/paragraph_1_gamepad": { type: T.PANEL, children: string }, + "recipe_book_section/paragraph_1_touch": { type: T.PANEL, children: string }, + "recipe_book_section/padding_1": { type: T.PANEL, children: string }, + "recipe_book_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "recipe_book_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "recipe_book_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "the_crafting_table_button": { type: T.PANEL, children: string }, + "the_crafting_table_section": { type: T.STACK_PANEL, children: 'image_1' | 'paragraph_1' | 'padding_2' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' }, + "the_crafting_table_section/image_1": { type: T.IMAGE, children: string }, + "the_crafting_table_section/paragraph_1": { type: T.PANEL, children: string }, + "the_crafting_table_section/padding_2": { type: T.PANEL, children: string }, + "the_crafting_table_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "the_crafting_table_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "the_crafting_table_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "crafting_a_tool_button": { type: T.PANEL, children: string }, + "crafting_a_tool_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' }, + "crafting_a_tool_section/paragraph_1": { type: T.PANEL, children: string }, + "crafting_a_tool_section/padding_1": { type: T.PANEL, children: string }, + "crafting_a_tool_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "crafting_a_tool_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "crafting_a_tool_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "mining_button": { type: T.PANEL, children: string }, + "mining_section": { type: T.STACK_PANEL, children: 'image_1' | 'paragraph_1' | 'padding_2' | 'paragraph_2' | 'padding_3' | 'paragraph_3' }, + "mining_section/image_1": { type: T.IMAGE, children: string }, + "mining_section/paragraph_1": { type: T.PANEL, children: string }, + "mining_section/padding_2": { type: T.PANEL, children: string }, + "mining_section/paragraph_2": { type: T.PANEL, children: string }, + "mining_section/padding_3": { type: T.PANEL, children: string }, + "mining_section/paragraph_3": { type: T.PANEL, children: string }, + "nightfall_new_button": { type: T.PANEL, children: string }, + "nightfall_new_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4_keyboard' | 'paragraph_4_gamepad' | 'paragraph_4_touch_joystick_tap' | 'paragraph_4_touch_classic_dpad' | 'paragraph_4_touch_joystick_crosshair' }, + "nightfall_new_section/paragraph_1": { type: T.PANEL, children: string }, + "nightfall_new_section/padding_1": { type: T.PANEL, children: string }, + "nightfall_new_section/paragraph_2": { type: T.PANEL, children: string }, + "nightfall_new_section/padding_2": { type: T.PANEL, children: string }, + "nightfall_new_section/paragraph_3": { type: T.PANEL, children: string }, + "nightfall_new_section/padding_3": { type: T.PANEL, children: string }, + "nightfall_new_section/paragraph_4_keyboard": { type: T.PANEL, children: string }, + "nightfall_new_section/paragraph_4_gamepad": { type: T.PANEL, children: string }, + "nightfall_new_section/paragraph_4_touch_joystick_tap": { type: T.PANEL, children: string }, + "nightfall_new_section/paragraph_4_touch_classic_dpad": { type: T.PANEL, children: string }, + "nightfall_new_section/paragraph_4_touch_joystick_crosshair": { type: T.PANEL, children: string }, + "building_a_shelter_button": { type: T.PANEL, children: string }, + "building_a_shelter_section": { type: T.STACK_PANEL, children: 'image_1' | 'paragraph_1' | 'padding_2' | 'paragraph_2' | 'padding_3' | 'paragraph_3' }, + "building_a_shelter_section/image_1": { type: T.IMAGE, children: string }, + "building_a_shelter_section/paragraph_1": { type: T.PANEL, children: string }, + "building_a_shelter_section/padding_2": { type: T.PANEL, children: string }, + "building_a_shelter_section/paragraph_2": { type: T.PANEL, children: string }, + "building_a_shelter_section/padding_3": { type: T.PANEL, children: string }, + "building_a_shelter_section/paragraph_3": { type: T.PANEL, children: string }, + "death_and_respawn_button": { type: T.PANEL, children: string }, + "death_and_respawn_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' }, + "death_and_respawn_section/paragraph_1": { type: T.PANEL, children: string }, + "death_and_respawn_section/padding_1": { type: T.PANEL, children: string }, + "death_and_respawn_section/paragraph_2": { type: T.PANEL, children: string }, + "food_button": { type: T.PANEL, children: string }, + "food_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' | 'padding_2' | 'paragraph_3' }, + "food_section/paragraph_1": { type: T.PANEL, children: string }, + "food_section/padding_1": { type: T.PANEL, children: string }, + "food_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "food_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "food_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "food_section/padding_2": { type: T.PANEL, children: string }, + "food_section/paragraph_3": { type: T.PANEL, children: string }, + "beds_new_button": { type: T.PANEL, children: string }, + "beds_new_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' }, + "beds_new_section/paragraph_1": { type: T.PANEL, children: string }, + "beds_new_section/padding_1": { type: T.PANEL, children: string }, + "beds_new_section/paragraph_2": { type: T.PANEL, children: string }, + "beds_new_section/padding_2": { type: T.PANEL, children: string }, + "beds_new_section/paragraph_3": { type: T.PANEL, children: string }, + "improved_tools_button": { type: T.PANEL, children: string }, + "improved_tools_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' }, + "improved_tools_section/paragraph_1": { type: T.PANEL, children: string }, + "improved_tools_section/padding_1": { type: T.PANEL, children: string }, + "improved_tools_section/paragraph_2": { type: T.PANEL, children: string }, + "world_builder_button": { type: T.PANEL, children: string }, + "world_builder_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'paragraph_6' | 'paragraph_7' | 'padding_7' | 'paragraph_8' | 'padding_8' | 'paragraph_9' }, + "world_builder_section/paragraph_1": { type: T.PANEL, children: string }, + "world_builder_section/padding_1": { type: T.PANEL, children: string }, + "world_builder_section/paragraph_2": { type: T.PANEL, children: string }, + "world_builder_section/padding_2": { type: T.PANEL, children: string }, + "world_builder_section/paragraph_3": { type: T.PANEL, children: string }, + "world_builder_section/padding_3": { type: T.PANEL, children: string }, + "world_builder_section/paragraph_4": { type: T.PANEL, children: string }, + "world_builder_section/padding_4": { type: T.PANEL, children: string }, + "world_builder_section/paragraph_5": { type: T.PANEL, children: string }, + "world_builder_section/padding_5": { type: T.PANEL, children: string }, + "world_builder_section/paragraph_6": { type: T.PANEL, children: string }, + "world_builder_section/paragraph_7": { type: T.PANEL, children: string }, + "world_builder_section/padding_7": { type: T.PANEL, children: string }, + "world_builder_section/paragraph_8": { type: T.PANEL, children: string }, + "world_builder_section/padding_8": { type: T.PANEL, children: string }, + "world_builder_section/paragraph_9": { type: T.PANEL, children: string }, + "permission_blocks_button": { type: T.PANEL, children: string }, + "permission_blocks_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_3' | 'paragraph_3' | 'padding_4' | 'paragraph_4' | 'padding_5' | 'paragraph_5' | 'padding_7' | 'header_2' | 'paragraph_6' }, + "permission_blocks_section/paragraph_1": { type: T.PANEL, children: string }, + "permission_blocks_section/padding_1": { type: T.PANEL, children: string }, + "permission_blocks_section/header_1": { type: T.PANEL, children: string }, + "permission_blocks_section/paragraph_2": { type: T.PANEL, children: string }, + "permission_blocks_section/padding_3": { type: T.PANEL, children: string }, + "permission_blocks_section/paragraph_3": { type: T.PANEL, children: string }, + "permission_blocks_section/padding_4": { type: T.PANEL, children: string }, + "permission_blocks_section/paragraph_4": { type: T.PANEL, children: string }, + "permission_blocks_section/padding_5": { type: T.PANEL, children: string }, + "permission_blocks_section/paragraph_5": { type: T.PANEL, children: string }, + "permission_blocks_section/padding_7": { type: T.PANEL, children: string }, + "permission_blocks_section/header_2": { type: T.PANEL, children: string }, + "permission_blocks_section/paragraph_6": { type: T.PANEL, children: string }, + "chalkboard_button": { type: T.PANEL, children: string }, + "chalkboard_section": { type: T.STACK_PANEL, children: 'paragraph_1_keyboard' | 'paragraph_1_gamepad' | 'paragraph_1_touch' }, + "chalkboard_section/paragraph_1_keyboard": { type: T.PANEL, children: string }, + "chalkboard_section/paragraph_1_gamepad": { type: T.PANEL, children: string }, + "chalkboard_section/paragraph_1_touch": { type: T.PANEL, children: string }, + "chemistry_button": { type: T.PANEL, children: string }, + "chemistry_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' }, + "chemistry_section/paragraph_1": { type: T.PANEL, children: string }, + "chemistry_section/padding_1": { type: T.PANEL, children: string }, + "chemistry_section/paragraph_2": { type: T.PANEL, children: string }, + "npc_button": { type: T.PANEL, children: string }, + "npc_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' | 'padding_2' | 'paragraph_3' }, + "npc_section/paragraph_1": { type: T.PANEL, children: string }, + "npc_section/padding_1": { type: T.PANEL, children: string }, + "npc_section/paragraph_2": { type: T.PANEL, children: string }, + "npc_section/padding_2": { type: T.PANEL, children: string }, + "npc_section/paragraph_3": { type: T.PANEL, children: string }, + "camera_button": { type: T.PANEL, children: string }, + "camera_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' | 'padding_2' | 'paragraph_3_keyboard' | 'paragraph_3_gamepad' | 'paragraph_3_touch' | 'padding_3' | 'paragraph_4' }, + "camera_section/paragraph_1": { type: T.PANEL, children: string }, + "camera_section/padding_1": { type: T.PANEL, children: string }, + "camera_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "camera_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "camera_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "camera_section/padding_2": { type: T.PANEL, children: string }, + "camera_section/paragraph_3_keyboard": { type: T.PANEL, children: string }, + "camera_section/paragraph_3_gamepad": { type: T.PANEL, children: string }, + "camera_section/paragraph_3_touch": { type: T.PANEL, children: string }, + "camera_section/padding_3": { type: T.PANEL, children: string }, + "camera_section/paragraph_4": { type: T.PANEL, children: string }, + "portfolio_button": { type: T.PANEL, children: string }, + "portfolio_section": { type: T.STACK_PANEL, children: 'paragraph_1_keyboard' | 'paragraph_1_gamepad' | 'paragraph_1_touch' }, + "portfolio_section/paragraph_1_keyboard": { type: T.PANEL, children: string }, + "portfolio_section/paragraph_1_gamepad": { type: T.PANEL, children: string }, + "portfolio_section/paragraph_1_touch": { type: T.PANEL, children: string }, + "classroom_mode_button": { type: T.PANEL, children: string }, + "classroom_mode_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2' }, + "classroom_mode_section/paragraph_1": { type: T.PANEL, children: string }, + "classroom_mode_section/padding_1": { type: T.PANEL, children: string }, + "classroom_mode_section/paragraph_2": { type: T.PANEL, children: string }, + "code_builder_button": { type: T.PANEL, children: string }, + "code_builder_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'paragraph_2_keyboard' | 'paragraph_2_gamepad' | 'paragraph_2_touch' }, + "code_builder_section/paragraph_1": { type: T.PANEL, children: string }, + "code_builder_section/padding_1": { type: T.PANEL, children: string }, + "code_builder_section/paragraph_2_keyboard": { type: T.PANEL, children: string }, + "code_builder_section/paragraph_2_gamepad": { type: T.PANEL, children: string }, + "code_builder_section/paragraph_2_touch": { type: T.PANEL, children: string }, + "playing_together_button": { type: T.PANEL, children: string }, + "playing_together_section": { type: T.STACK_PANEL, children: 'paragraph_1' | 'padding_1' | 'header_1' | 'paragraph_2' | 'padding_2' | 'header_2' | 'paragraph_3' | 'padding_3' | 'paragraph_4' | 'padding_4' | 'paragraph_5' | 'padding_5' | 'header_3' | 'paragraph_6' | 'padding_6' | 'paragraph_7' | 'padding_7' | 'paragraph_8' | 'realms_button' | 'sign_in_button' | 'padding_8' | 'header_4' | 'paragraph_9' | 'padding_9' | 'paragraph_10' }, + "playing_together_section/paragraph_1": { type: T.PANEL, children: string }, + "playing_together_section/padding_1": { type: T.PANEL, children: string }, + "playing_together_section/header_1": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_2": { type: T.PANEL, children: string }, + "playing_together_section/padding_2": { type: T.PANEL, children: string }, + "playing_together_section/header_2": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_3": { type: T.PANEL, children: string }, + "playing_together_section/padding_3": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_4": { type: T.PANEL, children: string }, + "playing_together_section/padding_4": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_5": { type: T.PANEL, children: string }, + "playing_together_section/padding_5": { type: T.PANEL, children: string }, + "playing_together_section/header_3": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_6": { type: T.PANEL, children: string }, + "playing_together_section/padding_6": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_7": { type: T.PANEL, children: string }, + "playing_together_section/padding_7": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_8": { type: T.PANEL, children: string }, + "playing_together_section/realms_button": { type: T.BUTTON, children: string }, + "playing_together_section/sign_in_button": { type: T.BUTTON, children: string }, + "playing_together_section/padding_8": { type: T.PANEL, children: string }, + "playing_together_section/header_4": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_9": { type: T.PANEL, children: string }, + "playing_together_section/padding_9": { type: T.PANEL, children: string }, + "playing_together_section/paragraph_10": { type: T.PANEL, children: string }, + "try_realms_action_button": { type: T.BUTTON, children: string }, + "encyclopedia_button": { type: T.PANEL, children: string }, + "encyclopedia_section": { type: T.STACK_PANEL, children: 'paragraph_1' }, + "encyclopedia_section/paragraph_1": { type: T.PANEL, children: string }, +} + +export type HudType = { + "hud_player_renderer": { type: T.PANEL, children: 'hud_player' }, + "hud_player_renderer/hud_player": { type: T.CUSTOM, children: string }, + "hotbar_renderer": { type: T.CUSTOM, children: 'hotbar_slot_image' }, + "hotbar_renderer/hotbar_slot_image": { type: T.IMAGE, children: string }, + "cooldown_renderer": { type: T.CUSTOM, children: string }, + "heart_renderer": { type: T.CUSTOM, children: string }, + "horse_heart_renderer": { type: T.CUSTOM, children: string }, + "armor_renderer": { type: T.CUSTOM, children: string }, + "exp_progress_bar_and_hotbar": { type: T.PANEL, children: 'resizing_xp_bar_with_hotbar' | 'resizing_hotbar_no_xp_bar' | 'resizing_hotbar_locator_bar' | 'item_text_factory' }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar": { type: T.PANEL, children: 'empty_progress_bar' | 'progress_text_label' }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar": { type: T.IMAGE, children: 'full_progress_bar' }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar": { type: T.IMAGE, children: 'progress_bar_nub' }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub": { type: T.IMAGE, children: 'horse_jump_rend' }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub/horse_jump_rend": { type: T.CUSTOM, children: 'dash_rend' }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub/horse_jump_rend/dash_rend": { type: T.CUSTOM, children: 'hotbar' }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub/horse_jump_rend/dash_rend/hotbar": { type: T.PANEL, children: string }, + "exp_progress_bar_and_hotbar/resizing_xp_bar_with_hotbar/progress_text_label": { type: T.LABEL, children: string }, + "exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar": { type: T.PANEL, children: 'horse_jump_rend' }, + "exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar/horse_jump_rend": { type: T.CUSTOM, children: 'dash_rend' }, + "exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar/horse_jump_rend/dash_rend": { type: T.CUSTOM, children: 'hotbar' }, + "exp_progress_bar_and_hotbar/resizing_hotbar_no_xp_bar/horse_jump_rend/dash_rend/hotbar": { type: T.PANEL, children: string }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar": { type: T.PANEL, children: 'size_owner' | 'horse_jump_rend' | 'dash_rend' | 'locator_bar' | 'progress_text_label' }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/size_owner": { type: T.PANEL, children: 'hotbar' | 'size_without_hotbar' }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/size_owner/hotbar": { type: T.PANEL, children: string }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/size_owner/size_without_hotbar": { type: T.PANEL, children: string }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/horse_jump_rend": { type: T.CUSTOM, children: string }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/dash_rend": { type: T.CUSTOM, children: string }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/locator_bar": { type: T.CUSTOM, children: string }, + "exp_progress_bar_and_hotbar/resizing_hotbar_locator_bar/progress_text_label": { type: T.LABEL, children: string }, + "exp_progress_bar_and_hotbar/item_text_factory": { type: T.FACTORY, children: string }, + "exp_progress_bar_and_hotbar_pocket": { type: T.PANEL, children: 'resizing_xp_bar_with_hotbar' | 'resizing_locator_bar' | 'hotbar_panel' | 'item_text' | 'horse_jump_rend' | 'dash_rend' }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar": { type: T.PANEL, children: 'empty_progress_bar' | 'progress_text_label' }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar/empty_progress_bar": { type: T.IMAGE, children: 'full_progress_bar' }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar": { type: T.IMAGE, children: 'progress_bar_nub' }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar/empty_progress_bar/full_progress_bar/progress_bar_nub": { type: T.IMAGE, children: string }, + "exp_progress_bar_and_hotbar_pocket/resizing_xp_bar_with_hotbar/progress_text_label": { type: T.LABEL, children: string }, + "exp_progress_bar_and_hotbar_pocket/resizing_locator_bar": { type: T.PANEL, children: 'locator_bar' | 'progress_text_label' }, + "exp_progress_bar_and_hotbar_pocket/resizing_locator_bar/locator_bar": { type: T.CUSTOM, children: string }, + "exp_progress_bar_and_hotbar_pocket/resizing_locator_bar/progress_text_label": { type: T.LABEL, children: string }, + "exp_progress_bar_and_hotbar_pocket/hotbar_panel": { type: T.STACK_PANEL, children: string }, + "exp_progress_bar_and_hotbar_pocket/item_text": { type: T.PANEL, children: 'item_text_factory' }, + "exp_progress_bar_and_hotbar_pocket/item_text/item_text_factory": { type: T.FACTORY, children: string }, + "exp_progress_bar_and_hotbar_pocket/horse_jump_rend": { type: T.CUSTOM, children: string }, + "exp_progress_bar_and_hotbar_pocket/dash_rend": { type: T.CUSTOM, children: string }, + "full_progress_bar": { type: T.IMAGE, children: string }, + "empty_progress_bar": { type: T.IMAGE, children: string }, + "progress_bar_nub": { type: T.IMAGE, children: string }, + "progress_text_label": { type: T.LABEL, children: string }, + "horse_jump_renderer": { type: T.CUSTOM, children: string }, + "dash_renderer": { type: T.CUSTOM, children: string }, + "locator_bar": { type: T.CUSTOM, children: string }, + "hunger_renderer": { type: T.CUSTOM, children: string }, + "bubbles_renderer": { type: T.CUSTOM, children: string }, + "mob_effects_renderer": { type: T.CUSTOM, children: string }, + "vignette_renderer": { type: T.CUSTOM, children: string }, + "editor_gizmo_renderer": { type: T.CUSTOM, children: string }, + "cursor_renderer": { type: T.CUSTOM, children: string }, + "progress_indicator_renderer": { type: T.CUSTOM, children: string }, + "camera_renderer": { type: T.CUSTOM, children: string }, + "editor_volume_highlight_renderer": { type: T.CUSTOM, children: string }, + "editor_compass_renderer": { type: T.CUSTOM, children: string }, + "hotbar_hud_item_icon": { type: T.CUSTOM, children: string }, + "elipses_image": { type: T.IMAGE, children: string }, + "bound_button_label": { type: T.UNKNOWN, children: string }, + "default_borderless_button_layout": { type: T.IMAGE, children: string }, + "hover_borderless_button_layout": { type: T.IMAGE, children: string }, + "pressed_borderless_button_layout": { type: T.IMAGE, children: string }, + "borderless_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'elipses' }, + "borderless_button/default": { type: T.IMAGE, children: string }, + "borderless_button/hover": { type: T.IMAGE, children: string }, + "borderless_button/pressed": { type: T.IMAGE, children: string }, + "borderless_button/elipses": { type: T.IMAGE, children: string }, + "hotbar_elipses_button": { type: T.BUTTON, children: string }, + "start_cap_image": { type: T.IMAGE, children: string }, + "end_cap_image": { type: T.IMAGE, children: string }, + "hotbar_start_cap": { type: T.PANEL, children: 'start_cap_image' }, + "hotbar_start_cap/start_cap_image": { type: T.IMAGE, children: string }, + "hotbar_end_cap": { type: T.PANEL, children: 'end_cap_image' }, + "hotbar_end_cap/end_cap_image": { type: T.IMAGE, children: string }, + "heart_image": { type: T.IMAGE, children: string }, + "hotbar_slot_image": { type: T.IMAGE, children: string }, + "hotbar_slot_selected_image": { type: T.IMAGE, children: string }, + "gui_hotbar_slot_button_prototype": { type: T.BUTTON, children: string }, + "player_position": { type: T.IMAGE, children: 'player_position_text' }, + "player_position/player_position_text": { type: T.LABEL, children: string }, + "number_of_days_played": { type: T.IMAGE, children: 'number_of_days_played_text' }, + "number_of_days_played/number_of_days_played_text": { type: T.LABEL, children: string }, + "chat_label": { type: T.LABEL, children: string }, + "chat_grid_item": { type: T.PANEL, children: 'chat_background' }, + "chat_grid_item/chat_background": { type: T.IMAGE, children: 'chat_text' }, + "chat_grid_item/chat_background/chat_text": { type: T.LABEL, children: string }, + "chat_panel": { type: T.PANEL, children: 'stack_panel' }, + "chat_panel/stack_panel": { type: T.STACK_PANEL, children: string }, + "subtitle_direction_label": { type: T.LABEL, children: string }, + "subtitle_grid_item": { type: T.PANEL, children: 'subtitle_background' }, + "subtitle_grid_item/subtitle_background": { type: T.IMAGE, children: 'direction_left' | 'subtitle_text' | 'direction_right' }, + "subtitle_grid_item/subtitle_background/direction_left": { type: T.LABEL, children: string }, + "subtitle_grid_item/subtitle_background/subtitle_text": { type: T.LABEL, children: string }, + "subtitle_grid_item/subtitle_background/direction_right": { type: T.LABEL, children: string }, + "subtitle_panel": { type: T.PANEL, children: 'stack_panel' }, + "subtitle_panel/stack_panel": { type: T.STACK_PANEL, children: string }, + "item_durability": { type: T.CUSTOM, children: string }, + "item_storage": { type: T.CUSTOM, children: string }, + "container_item_lock_overlay": { type: T.PANEL, children: string }, + "item_lock_cell_image": { type: T.IMAGE, children: string }, + "gui_hotbar_grid_item": { type: T.PANEL, children: 'hotbar_slot_selected_image' | 'hotbar_renderer' | 'hotbar_parent' | 'cooldown_renderer' | 'hotbar_slot_button' }, + "gui_hotbar_grid_item/hotbar_slot_selected_image": { type: T.IMAGE, children: string }, + "gui_hotbar_grid_item/hotbar_renderer": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item/hotbar_parent": { type: T.PANEL, children: 'item_icon' | 'item_count' | 'hotbar_hint' | 'item_dura' | 'item_store' | 'container_item_lock_overlay' }, + "gui_hotbar_grid_item/hotbar_parent/item_icon": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item/hotbar_parent/item_count": { type: T.LABEL, children: string }, + "gui_hotbar_grid_item/hotbar_parent/hotbar_hint": { type: T.PANEL, children: string }, + "gui_hotbar_grid_item/hotbar_parent/item_dura": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item/hotbar_parent/item_store": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item/hotbar_parent/container_item_lock_overlay": { type: T.PANEL, children: string }, + "gui_hotbar_grid_item/cooldown_renderer": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item/hotbar_slot_button": { type: T.BUTTON, children: string }, + "gui_hotbar_grid_item_pocket": { type: T.PANEL, children: 'hotbar_slot_selected_image' | 'hotbar_renderer' | 'hotbar_parent' | 'cooldown_renderer' | 'hotbar_slot_button' }, + "gui_hotbar_grid_item_pocket/hotbar_slot_selected_image": { type: T.IMAGE, children: string }, + "gui_hotbar_grid_item_pocket/hotbar_renderer": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item_pocket/hotbar_parent": { type: T.PANEL, children: 'item_icon' | 'item_count' | 'item_dura' | 'item_store' | 'container_item_lock_overlay' }, + "gui_hotbar_grid_item_pocket/hotbar_parent/item_icon": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item_pocket/hotbar_parent/item_count": { type: T.LABEL, children: string }, + "gui_hotbar_grid_item_pocket/hotbar_parent/item_dura": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item_pocket/hotbar_parent/item_store": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item_pocket/hotbar_parent/container_item_lock_overlay": { type: T.PANEL, children: string }, + "gui_hotbar_grid_item_pocket/cooldown_renderer": { type: T.CUSTOM, children: string }, + "gui_hotbar_grid_item_pocket/hotbar_slot_button": { type: T.BUTTON, children: string }, + "centered_gui_elements": { type: T.PANEL, children: 'hud_player_rend_desktop' }, + "centered_gui_elements/hud_player_rend_desktop": { type: T.PANEL, children: string }, + "centered_gui_elements_at_bottom_middle": { type: T.PANEL, children: 'heart_rend' | 'horse_heart_rend_0' | 'horse_heart_rend_1' | 'armor_rend' | 'hunger_rend' | 'bubbles_rend_0' | 'bubbles_rend_1' | 'exp_rend' }, + "centered_gui_elements_at_bottom_middle/heart_rend": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle/horse_heart_rend_0": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle/horse_heart_rend_1": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle/armor_rend": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle/hunger_rend": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle/bubbles_rend_0": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle/bubbles_rend_1": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle/exp_rend": { type: T.PANEL, children: string }, + "centered_gui_elements_at_bottom_middle_touch": { type: T.PANEL, children: 'heart_rend' | 'horse_heart_rend_0' | 'horse_heart_rend_1' | 'armor_rend' | 'hunger_rend' | 'bubbles_rend_0' | 'bubbles_rend_1' | 'exp_rend' }, + "centered_gui_elements_at_bottom_middle_touch/heart_rend": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle_touch/horse_heart_rend_0": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle_touch/horse_heart_rend_1": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle_touch/armor_rend": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle_touch/hunger_rend": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle_touch/bubbles_rend_0": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle_touch/bubbles_rend_1": { type: T.CUSTOM, children: string }, + "centered_gui_elements_at_bottom_middle_touch/exp_rend": { type: T.PANEL, children: string }, + "not_centered_gui_elements": { type: T.PANEL, children: 'heart_rend' | 'horse_heart_rend' | 'hunger_rend' | 'armor_rend' | 'hud_player_rend_pocket' | 'bubbles_rend_0' | 'bubbles_rend_1' }, + "not_centered_gui_elements/heart_rend": { type: T.CUSTOM, children: string }, + "not_centered_gui_elements/horse_heart_rend": { type: T.CUSTOM, children: string }, + "not_centered_gui_elements/hunger_rend": { type: T.CUSTOM, children: string }, + "not_centered_gui_elements/armor_rend": { type: T.CUSTOM, children: string }, + "not_centered_gui_elements/hud_player_rend_pocket": { type: T.PANEL, children: string }, + "not_centered_gui_elements/bubbles_rend_0": { type: T.CUSTOM, children: string }, + "not_centered_gui_elements/bubbles_rend_1": { type: T.CUSTOM, children: string }, + "hotbar_chooser": { type: T.PANEL, children: 'desktop_hotbar' | 'pocket_hotbar' }, + "hotbar_chooser/desktop_hotbar": { type: T.STACK_PANEL, children: string }, + "hotbar_chooser/pocket_hotbar": { type: T.STACK_PANEL, children: string }, + "hotbar_elipses_panel_right_content": { type: T.STACK_PANEL, children: 'elipses_content' }, + "hotbar_elipses_panel_right_content/elipses_content": { type: T.PANEL, children: string }, + "hotbar_elipses_panel_right_art": { type: T.PANEL, children: 'slot' | 'button' }, + "hotbar_elipses_panel_right_art/slot": { type: T.IMAGE, children: string }, + "hotbar_elipses_panel_right_art/button": { type: T.BUTTON, children: string }, + "hotbar_elipses_panel_left_content": { type: T.STACK_PANEL, children: 'button' }, + "hotbar_elipses_panel_left_content/button": { type: T.PANEL, children: string }, + "hotbar_elipses_panel_left_art": { type: T.PANEL, children: 'slot' | 'button' }, + "hotbar_elipses_panel_left_art/slot": { type: T.IMAGE, children: string }, + "hotbar_elipses_panel_left_art/button": { type: T.BUTTON, children: string }, + "hotbar_panel": { type: T.STACK_PANEL, children: 'hotbar_start_cap' | 'hotbar_elipses_panel_left' | 'hotbar_grid' | 'hotbar_elipses_panel_right' | 'hotbar_end_cap' }, + "hotbar_panel/hotbar_start_cap": { type: T.PANEL, children: string }, + "hotbar_panel/hotbar_elipses_panel_left": { type: T.STACK_PANEL, children: string }, + "hotbar_panel/hotbar_grid": { type: T.GRID, children: string }, + "hotbar_panel/hotbar_elipses_panel_right": { type: T.STACK_PANEL, children: string }, + "hotbar_panel/hotbar_end_cap": { type: T.PANEL, children: string }, + "hotbar_panel_pocket": { type: T.STACK_PANEL, children: 'hotbar_start_cap_frame' | 'hotbar_elipses_panel_left' | 'hotbar_grid' | 'hotbar_elipses_panel_right' | 'hotbar_end_cap_frame' }, + "hotbar_panel_pocket/hotbar_start_cap_frame": { type: T.PANEL, children: 'hotbar_start_cap' }, + "hotbar_panel_pocket/hotbar_start_cap_frame/hotbar_start_cap": { type: T.PANEL, children: string }, + "hotbar_panel_pocket/hotbar_elipses_panel_left": { type: T.PANEL, children: 'hotbar_elipses_panel_left' }, + "hotbar_panel_pocket/hotbar_elipses_panel_left/hotbar_elipses_panel_left": { type: T.PANEL, children: string }, + "hotbar_panel_pocket/hotbar_grid": { type: T.GRID, children: string }, + "hotbar_panel_pocket/hotbar_elipses_panel_right": { type: T.PANEL, children: 'hotbar_elipses_panel_right' }, + "hotbar_panel_pocket/hotbar_elipses_panel_right/hotbar_elipses_panel_right": { type: T.PANEL, children: string }, + "hotbar_panel_pocket/hotbar_end_cap_frame": { type: T.PANEL, children: 'hotbar_end_cap' }, + "hotbar_panel_pocket/hotbar_end_cap_frame/hotbar_end_cap": { type: T.PANEL, children: string }, + "hotbar_grid": { type: T.GRID, children: string }, + "edu_hotbar_grid": { type: T.GRID, children: string }, + "item_name_text_root": { type: T.PANEL, children: 'item_text_aligner' }, + "item_name_text_root/item_text_aligner": { type: T.STACK_PANEL, children: 'item_text_control' | 'interact_padding' | 'survival_buffer' }, + "item_name_text_root/item_text_aligner/item_text_control": { type: T.PANEL, children: 'item_text_background' | 'item_text_label' }, + "item_name_text_root/item_text_aligner/item_text_control/item_text_background": { type: T.IMAGE, children: string }, + "item_name_text_root/item_text_aligner/item_text_control/item_text_label": { type: T.LABEL, children: string }, + "item_name_text_root/item_text_aligner/interact_padding": { type: T.PANEL, children: string }, + "item_name_text_root/item_text_aligner/survival_buffer": { type: T.PANEL, children: string }, + "item_name_text": { type: T.PANEL, children: string }, + "jukebox_popup_text": { type: T.PANEL, children: string }, + "hud_tip_text": { type: T.IMAGE, children: 'item_text_label' }, + "hud_tip_text/item_text_label": { type: T.LABEL, children: string }, + "auto_save": { type: T.IMAGE, children: string }, + "hud_actionbar_text": { type: T.IMAGE, children: 'actionbar_message' }, + "hud_actionbar_text/actionbar_message": { type: T.LABEL, children: string }, + "hud_title_text": { type: T.STACK_PANEL, children: 'title_frame' | 'subtitle_frame' }, + "hud_title_text/title_frame": { type: T.PANEL, children: 'title_background' | 'title' }, + "hud_title_text/title_frame/title_background": { type: T.IMAGE, children: string }, + "hud_title_text/title_frame/title": { type: T.LABEL, children: string }, + "hud_title_text/subtitle_frame": { type: T.PANEL, children: 'subtitle_background' | 'subtitle' }, + "hud_title_text/subtitle_frame/subtitle_background": { type: T.IMAGE, children: string }, + "hud_title_text/subtitle_frame/subtitle": { type: T.LABEL, children: string }, + "boss_name_panel": { type: T.PANEL, children: 'boss_name' }, + "boss_name_panel/boss_name": { type: T.LABEL, children: string }, + "tooltip_helper_icon_description": { type: T.LABEL, children: 'label_background' }, + "tooltip_helper_icon_description/label_background": { type: T.IMAGE, children: string }, + "tooltip_helper": { type: T.STACK_PANEL, children: 'icon' | 'padding' | 'centerer' }, + "tooltip_helper/icon": { type: T.UNKNOWN, children: string }, + "tooltip_helper/padding": { type: T.PANEL, children: string }, + "tooltip_helper/centerer": { type: T.PANEL, children: 'desc' }, + "tooltip_helper/centerer/desc": { type: T.LABEL, children: string }, + "tooltip_helper_form_fitting": { type: T.STACK_PANEL, children: 'icon' | 'padding' | 'centerer' }, + "tooltip_helper_form_fitting/icon": { type: T.UNKNOWN, children: string }, + "tooltip_helper_form_fitting/padding": { type: T.PANEL, children: string }, + "tooltip_helper_form_fitting/centerer": { type: T.PANEL, children: 'desc' }, + "tooltip_helper_form_fitting/centerer/desc": { type: T.LABEL, children: string }, + "keyboard_tooltip_helper": { type: T.STACK_PANEL, children: string }, + "keyboard_tooltip_helper_form_fitting": { type: T.STACK_PANEL, children: string }, + "mixed_tooltip_helper": { type: T.PANEL, children: 'gamepad_tooltip' | 'keyboard_tooltip' }, + "mixed_tooltip_helper/gamepad_tooltip": { type: T.STACK_PANEL, children: string }, + "mixed_tooltip_helper/keyboard_tooltip": { type: T.STACK_PANEL, children: string }, + "mixed_tooltip_helper_form_fitting": { type: T.PANEL, children: 'gamepad_tooltip' | 'keyboard_tooltip' }, + "mixed_tooltip_helper_form_fitting/gamepad_tooltip": { type: T.STACK_PANEL, children: string }, + "mixed_tooltip_helper_form_fitting/keyboard_tooltip": { type: T.STACK_PANEL, children: string }, + "base_icon_image": { type: T.STACK_PANEL, children: 'icon' | 'postfix_label_wrapper' }, + "base_icon_image/icon": { type: T.IMAGE, children: string }, + "base_icon_image/postfix_label_wrapper": { type: T.PANEL, children: 'label' }, + "base_icon_image/postfix_label_wrapper/label": { type: T.LABEL, children: string }, + "base_keyboard_icon": { type: T.PANEL, children: 'icon' }, + "base_keyboard_icon/icon": { type: T.PANEL, children: 'key_backing' | 'mouse_buttons' }, + "base_keyboard_icon/icon/key_backing": { type: T.IMAGE, children: 'key_label' }, + "base_keyboard_icon/icon/key_backing/key_label": { type: T.LABEL, children: string }, + "base_keyboard_icon/icon/mouse_buttons": { type: T.LABEL, children: string }, + "left_helpers_edu": { type: T.STACK_PANEL, children: 'tip_window' | 'tip_paddding' | 'controls_toggle_label' | 'controls_inventory_label' | 'controls_menu_label' }, + "left_helpers_edu/tip_window": { type: T.IMAGE, children: 'stack_panel' }, + "left_helpers_edu/tip_window/stack_panel": { type: T.STACK_PANEL, children: string }, + "left_helpers_edu/tip_paddding": { type: T.PANEL, children: string }, + "left_helpers_edu/controls_toggle_label": { type: T.PANEL, children: 'tip' }, + "left_helpers_edu/controls_toggle_label/tip": { type: T.PANEL, children: string }, + "left_helpers_edu/controls_inventory_label": { type: T.PANEL, children: 'tip' }, + "left_helpers_edu/controls_inventory_label/tip": { type: T.PANEL, children: string }, + "left_helpers_edu/controls_menu_label": { type: T.PANEL, children: 'tip' }, + "left_helpers_edu/controls_menu_label/tip": { type: T.PANEL, children: string }, + "left_helpers": { type: T.PANEL, children: 'stack_panel' }, + "left_helpers/stack_panel": { type: T.STACK_PANEL, children: string }, + "emote_label_background": { type: T.IMAGE, children: string }, + "emote_tip": { type: T.IMAGE, children: 'emote_keyboard_centerer' | 'emote_gamepad_helper' }, + "emote_tip/emote_keyboard_centerer": { type: T.PANEL, children: 'emote_keyboard_helper' }, + "emote_tip/emote_keyboard_centerer/emote_keyboard_helper": { type: T.STACK_PANEL, children: string }, + "emote_tip/emote_gamepad_helper": { type: T.UNKNOWN, children: string }, + "emote_expediate_helpers": { type: T.PANEL, children: 'stack_panel' }, + "emote_expediate_helpers/stack_panel": { type: T.STACK_PANEL, children: 'emote_tip_0' | 'emote_tip_1' | 'emote_tip_2' | 'emote_tip_3' }, + "emote_expediate_helpers/stack_panel/emote_tip_0": { type: T.IMAGE, children: string }, + "emote_expediate_helpers/stack_panel/emote_tip_1": { type: T.IMAGE, children: string }, + "emote_expediate_helpers/stack_panel/emote_tip_2": { type: T.IMAGE, children: string }, + "emote_expediate_helpers/stack_panel/emote_tip_3": { type: T.IMAGE, children: string }, + "right_helpers": { type: T.PANEL, children: 'stack_panel' }, + "right_helpers/stack_panel": { type: T.STACK_PANEL, children: string }, + "boss_health_panel": { type: T.PANEL, children: 'boss_name' | 'progress_bar_for_collections' }, + "boss_health_panel/boss_name": { type: T.PANEL, children: string }, + "boss_health_panel/progress_bar_for_collections": { type: T.PANEL, children: string }, + "boss_health_grid": { type: T.GRID, children: string }, + "wysiwyg_reset_modal_ok": { type: T.BUTTON, children: string }, + "wysiwyg_reset_modal_cancel": { type: T.BUTTON, children: string }, + "wysiwyg_close_without_saving_modal_ok": { type: T.BUTTON, children: string }, + "wysiwyg_close_without_saving_modal_cancel": { type: T.BUTTON, children: string }, + "root_panel": { type: T.PANEL, children: 'layout_customization_reset' | 'layout_customization_close_without_saving' | 'layout_customization_main_panel' | 'layout_customization_sub_panel' | 'layout_customization_hint_drag_frame' | 'layout_customization_hint_deselect_frame' | 'layout_customization_hint_saved' | 'left_helpers' | 'right_helpers' | 'subtitle_stack' | 'emote_expediate_helpers' | 'centered_gui_elements' | 'centered_gui_elements_at_bottom_middle' | 'centered_gui_elements_at_bottom_middle_touch' | 'not_centered_gui_elements' | 'gamertag_label_for_splitscreen' | 'exp_rend' | 'exp_rend_resizable' | 'hud_tip_text_factory' | 'hud_actionbar_text_area' | 'hud_title_text_area' | 'mob_effects_renderer' | 'vignette_rend' | 'curor_rend' | 'game_tip' | 'sidebar' | 'progress_rend' | 'chat_stack' | 'boss_health_panel' | 'save_icon' }, + "root_panel/layout_customization_reset": { type: T.IMAGE, children: 'layout_customization_reset_modal' }, + "root_panel/layout_customization_reset/layout_customization_reset_modal": { type: T.PANEL, children: string }, + "root_panel/layout_customization_close_without_saving": { type: T.IMAGE, children: 'layout_customization_close_without_saving_modal' }, + "root_panel/layout_customization_close_without_saving/layout_customization_close_without_saving_modal": { type: T.PANEL, children: string }, + "root_panel/layout_customization_main_panel": { type: T.PANEL, children: string }, + "root_panel/layout_customization_sub_panel": { type: T.PANEL, children: string }, + "root_panel/layout_customization_hint_drag_frame": { type: T.IMAGE, children: 'layout_customization_hint_drag' }, + "root_panel/layout_customization_hint_drag_frame/layout_customization_hint_drag": { type: T.LABEL, children: string }, + "root_panel/layout_customization_hint_deselect_frame": { type: T.IMAGE, children: 'layout_customization_hint_deselect' }, + "root_panel/layout_customization_hint_deselect_frame/layout_customization_hint_deselect": { type: T.LABEL, children: string }, + "root_panel/layout_customization_hint_saved": { type: T.IMAGE, children: 'layout_customization_hint_saved' }, + "root_panel/layout_customization_hint_saved/layout_customization_hint_saved": { type: T.LABEL, children: string }, + "root_panel/left_helpers": { type: T.UNKNOWN, children: string }, + "root_panel/right_helpers": { type: T.PANEL, children: string }, + "root_panel/subtitle_stack": { type: T.STACK_PANEL, children: 'subtitle_padding' | 'subtitle_panel' }, + "root_panel/subtitle_stack/subtitle_padding": { type: T.PANEL, children: string }, + "root_panel/subtitle_stack/subtitle_panel": { type: T.PANEL, children: string }, + "root_panel/emote_expediate_helpers": { type: T.PANEL, children: string }, + "root_panel/centered_gui_elements": { type: T.PANEL, children: string }, + "root_panel/centered_gui_elements_at_bottom_middle": { type: T.PANEL, children: string }, + "root_panel/centered_gui_elements_at_bottom_middle_touch": { type: T.PANEL, children: string }, + "root_panel/not_centered_gui_elements": { type: T.PANEL, children: string }, + "root_panel/gamertag_label_for_splitscreen": { type: T.LABEL, children: string }, + "root_panel/exp_rend": { type: T.PANEL, children: string }, + "root_panel/exp_rend_resizable": { type: T.PANEL, children: string }, + "root_panel/hud_tip_text_factory": { type: T.FACTORY, children: string }, + "root_panel/hud_actionbar_text_area": { type: T.PANEL, children: string }, + "root_panel/hud_title_text_area": { type: T.PANEL, children: string }, + "root_panel/mob_effects_renderer": { type: T.CUSTOM, children: string }, + "root_panel/vignette_rend": { type: T.CUSTOM, children: string }, + "root_panel/curor_rend": { type: T.CUSTOM, children: string }, + "root_panel/game_tip": { type: T.PANEL, children: string }, + "root_panel/sidebar": { type: T.PANEL, children: string }, + "root_panel/progress_rend": { type: T.CUSTOM, children: string }, + "root_panel/chat_stack": { type: T.STACK_PANEL, children: 'paper_doll_padding' | 'non_centered_gui_padding' | 'player_position' | 'number_of_days_played' | 'game_tip' | 'chat_panel' }, + "root_panel/chat_stack/paper_doll_padding": { type: T.PANEL, children: string }, + "root_panel/chat_stack/non_centered_gui_padding": { type: T.PANEL, children: string }, + "root_panel/chat_stack/player_position": { type: T.IMAGE, children: string }, + "root_panel/chat_stack/number_of_days_played": { type: T.IMAGE, children: string }, + "root_panel/chat_stack/game_tip": { type: T.PANEL, children: string }, + "root_panel/chat_stack/chat_panel": { type: T.PANEL, children: string }, + "root_panel/boss_health_panel": { type: T.STACK_PANEL, children: 'boss_hud_padding' | 'boss_hud_touch_padding' | 'boss_hud_panel' }, + "root_panel/boss_health_panel/boss_hud_padding": { type: T.PANEL, children: string }, + "root_panel/boss_health_panel/boss_hud_touch_padding": { type: T.PANEL, children: string }, + "root_panel/boss_health_panel/boss_hud_panel": { type: T.PANEL, children: 'boss_health_grid' }, + "root_panel/boss_health_panel/boss_hud_panel/boss_health_grid": { type: T.GRID, children: string }, + "root_panel/save_icon": { type: T.IMAGE, children: string }, + "hud_screen": { type: T.SCREEN, children: string }, + "hud_content": { type: T.PANEL, children: 'root_panel' | 'editor_gizmo_renderer' | 'editor_compass_renderer' | 'editor_volume_highlight_renderer' | 'camera_renderer' }, + "hud_content/root_panel": { type: T.PANEL, children: string }, + "hud_content/editor_gizmo_renderer": { type: T.CUSTOM, children: string }, + "hud_content/editor_compass_renderer": { type: T.CUSTOM, children: string }, + "hud_content/editor_volume_highlight_renderer": { type: T.CUSTOM, children: string }, + "hud_content/camera_renderer": { type: T.CUSTOM, children: string }, + "layout_customization_main_panel_button": { type: T.PANEL, children: 'button' }, + "layout_customization_main_panel_button/button": { type: T.BUTTON, children: string }, + "layout_customization_main_panel": { type: T.PANEL, children: 'main_panel_frame' }, + "layout_customization_main_panel/main_panel_frame": { type: T.IMAGE, children: 'main_panel_content' }, + "layout_customization_main_panel/main_panel_frame/main_panel_content": { type: T.STACK_PANEL, children: 'reset_button' | 'exit_button' | 'opacity_button' | 'size_button' }, + "layout_customization_main_panel/main_panel_frame/main_panel_content/reset_button": { type: T.PANEL, children: string }, + "layout_customization_main_panel/main_panel_frame/main_panel_content/exit_button": { type: T.PANEL, children: string }, + "layout_customization_main_panel/main_panel_frame/main_panel_content/opacity_button": { type: T.PANEL, children: string }, + "layout_customization_main_panel/main_panel_frame/main_panel_content/size_button": { type: T.PANEL, children: string }, + "layout_customization_option_slider": { type: T.STACK_PANEL, children: 'slider' | 'reset' }, + "layout_customization_option_slider/slider": { type: T.PANEL, children: string }, + "layout_customization_option_slider/reset": { type: T.PANEL, children: 'reset_button' }, + "layout_customization_option_slider/reset/reset_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "layout_customization_option_slider/reset/reset_button/default": { type: T.IMAGE, children: string }, + "layout_customization_option_slider/reset/reset_button/hover": { type: T.IMAGE, children: string }, + "layout_customization_option_slider/reset/reset_button/pressed": { type: T.IMAGE, children: string }, + "layout_customization_option_content": { type: T.PANEL, children: 'scale_option' | 'opacity_option' | 'apply_to_all_toggle' }, + "layout_customization_option_content/scale_option": { type: T.STACK_PANEL, children: string }, + "layout_customization_option_content/opacity_option": { type: T.STACK_PANEL, children: string }, + "layout_customization_option_content/apply_to_all_toggle": { type: T.STACK_PANEL, children: 'checkbox_frame' | 'caption_frame' }, + "layout_customization_option_content/apply_to_all_toggle/checkbox_frame": { type: T.PANEL, children: 'checkbox_unchecked' | 'checkbox_checked' }, + "layout_customization_option_content/apply_to_all_toggle/checkbox_frame/checkbox_unchecked": { type: T.IMAGE, children: string }, + "layout_customization_option_content/apply_to_all_toggle/checkbox_frame/checkbox_checked": { type: T.IMAGE, children: string }, + "layout_customization_option_content/apply_to_all_toggle/caption_frame": { type: T.PANEL, children: 'caption' }, + "layout_customization_option_content/apply_to_all_toggle/caption_frame/caption": { type: T.LABEL, children: string }, + "layout_customization_option": { type: T.PANEL, children: 'content' }, + "layout_customization_option/content": { type: T.PANEL, children: string }, + "layout_customization_sub_panel": { type: T.PANEL, children: 'background' }, + "layout_customization_sub_panel/background": { type: T.IMAGE, children: 'sub_panel_content' }, + "layout_customization_sub_panel/background/sub_panel_content": { type: T.GRID, children: string }, +} + +export type HostOptionsType = { + "button_label": { type: T.LABEL, children: string }, + "host_image_panel": { type: T.PANEL, children: 'host_image' }, + "host_image_panel/host_image": { type: T.LABEL, children: string }, + "host_glyph_panel": { type: T.IMAGE, children: string }, + "scrollable_selector_area": { type: T.PANEL, children: string }, + "host_main_button": { type: T.BUTTON, children: string }, + "scrolling_panel": { type: T.PANEL, children: 'background' | 'scrollable_tab' }, + "scrolling_panel/background": { type: T.IMAGE, children: string }, + "scrolling_panel/scrollable_tab": { type: T.PANEL, children: string }, + "button_content": { type: T.PANEL, children: 'button_label' | 'image' }, + "button_content/button_label": { type: T.LABEL, children: string }, + "button_content/image": { type: T.IMAGE, children: string }, + "main_light_button": { type: T.BUTTON, children: string }, + "main_dark_button": { type: T.BUTTON, children: string }, + "host_grid": { type: T.GRID, children: string }, + "host_sub_command_grid_item": { type: T.PANEL, children: 'host_option_banner' }, + "host_sub_command_grid_item/host_option_banner": { type: T.BUTTON, children: string }, + "return_from_sub_command_button": { type: T.BUTTON, children: string }, + "platform_icon_panel": { type: T.PANEL, children: string }, + "gamertag_wrapper": { type: T.PANEL, children: string }, + "player_pic_panel": { type: T.PANEL, children: 'player_gamer_pic' | 'player_local_icon' }, + "player_pic_panel/player_gamer_pic": { type: T.IMAGE, children: string }, + "player_pic_panel/player_local_icon": { type: T.IMAGE, children: string }, + "player_button_content": { type: T.STACK_PANEL, children: 'player_pic_panel' | 'player_gamertag' | 'platform_icon' }, + "player_button_content/player_pic_panel": { type: T.PANEL, children: string }, + "player_button_content/player_gamertag": { type: T.PANEL, children: string }, + "player_button_content/platform_icon": { type: T.PANEL, children: string }, + "player_grid_item": { type: T.PANEL, children: 'player_banner' }, + "player_grid_item/player_banner": { type: T.BUTTON, children: string }, + "host_friends_tab": { type: T.PANEL, children: 'players_grid' }, + "host_friends_tab/players_grid": { type: T.GRID, children: string }, + "host_teleport_grid_item": { type: T.PANEL, children: 'host_option_toggle' | 'host_option_button' }, + "host_teleport_grid_item/host_option_toggle": { type: T.PANEL, children: string }, + "host_teleport_grid_item/host_option_button": { type: T.BUTTON, children: string }, + "host_teleport_buttons": { type: T.STACK_PANEL, children: 'return' | 'sub_tab' }, + "host_teleport_buttons/return": { type: T.BUTTON, children: string }, + "host_teleport_buttons/sub_tab": { type: T.PANEL, children: 'host_main_grid' }, + "host_teleport_buttons/sub_tab/host_main_grid": { type: T.GRID, children: string }, + "host_teleport_player_list_buttons": { type: T.STACK_PANEL, children: 'toggle' }, + "host_teleport_player_list_buttons/toggle": { type: T.PANEL, children: 'host_time_panel' }, + "host_teleport_player_list_buttons/toggle/host_time_panel": { type: T.PANEL, children: string }, + "host_teleport_player_buttons": { type: T.STACK_PANEL, children: string }, + "host_time_buttons": { type: T.STACK_PANEL, children: 'return' | 'sub_tab' }, + "host_time_buttons/return": { type: T.BUTTON, children: string }, + "host_time_buttons/sub_tab": { type: T.PANEL, children: 'scrolli_scrolli_ravioli' }, + "host_time_buttons/sub_tab/scrolli_scrolli_ravioli": { type: T.PANEL, children: string }, + "host_weather_buttons": { type: T.STACK_PANEL, children: 'return' | 'sub_tab' }, + "host_weather_buttons/return": { type: T.BUTTON, children: string }, + "host_weather_buttons/sub_tab": { type: T.PANEL, children: 'host_main_grid' }, + "host_weather_buttons/sub_tab/host_main_grid": { type: T.GRID, children: string }, + "host_menu_grid_item": { type: T.PANEL, children: 'host_option_banner' }, + "host_menu_grid_item/host_option_banner": { type: T.BUTTON, children: string }, + "host_main_buttons": { type: T.STACK_PANEL, children: 'host_main_grid' }, + "host_main_buttons/host_main_grid": { type: T.GRID, children: string }, + "host_panel": { type: T.PANEL, children: 'host_main_panel' | 'host_teleport_panel' | 'host_teleport_player_panel' | 'host_time_panel' | 'host_weather_panel' }, + "host_panel/host_main_panel": { type: T.STACK_PANEL, children: string }, + "host_panel/host_teleport_panel": { type: T.STACK_PANEL, children: string }, + "host_panel/host_teleport_player_panel": { type: T.STACK_PANEL, children: string }, + "host_panel/host_time_panel": { type: T.STACK_PANEL, children: string }, + "host_panel/host_weather_panel": { type: T.STACK_PANEL, children: string }, +} + +export type BedType = { + "in_bed_screen": { type: T.SCREEN, children: string }, + "in_bed_screen_content": { type: T.PANEL, children: 'wake_up_button_panel' | 'wake_up_label_panel' | 'select_button' }, + "in_bed_screen_content/wake_up_button_panel": { type: T.STACK_PANEL, children: 'wake_up_button' | 'spacer' | 'chat_button' }, + "in_bed_screen_content/wake_up_button_panel/wake_up_button": { type: T.BUTTON, children: string }, + "in_bed_screen_content/wake_up_button_panel/spacer": { type: T.PANEL, children: string }, + "in_bed_screen_content/wake_up_button_panel/chat_button": { type: T.BUTTON, children: string }, + "in_bed_screen_content/wake_up_label_panel": { type: T.LABEL, children: string }, + "in_bed_screen_content/select_button": { type: T.PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, +} + +export type ImReaderType = { + "reader_button_contents": { type: T.IMAGE, children: string }, + "reader_button": { type: T.BUTTON, children: string }, + "webview": { type: T.CUSTOM, children: string }, + "loading": { type: T.STACK_PANEL, children: 'animation_item' | 'loading_text_item' | 'bottom_padding' | 'cancel_button' }, + "loading/animation_item": { type: T.PANEL, children: 'animation' }, + "loading/animation_item/animation": { type: T.IMAGE, children: string }, + "loading/loading_text_item": { type: T.PANEL, children: 'loading_text' }, + "loading/loading_text_item/loading_text": { type: T.LABEL, children: string }, + "loading/bottom_padding": { type: T.PANEL, children: string }, + "loading/cancel_button": { type: T.BUTTON, children: string }, + "no_retry_error_button": { type: T.BUTTON, children: string }, + "retry_error_buttons": { type: T.STACK_PANEL, children: 'try_again' | 'middle_padding' | 'cancel' }, + "retry_error_buttons/try_again": { type: T.BUTTON, children: string }, + "retry_error_buttons/middle_padding": { type: T.PANEL, children: string }, + "retry_error_buttons/cancel": { type: T.BUTTON, children: string }, + "error": { type: T.STACK_PANEL, children: 'error_text' | 'error_buttons' }, + "error/error_text": { type: T.LABEL, children: string }, + "error/error_buttons": { type: T.PANEL, children: 'retry' | 'no_retry' }, + "error/error_buttons/retry": { type: T.STACK_PANEL, children: string }, + "error/error_buttons/no_retry": { type: T.BUTTON, children: string }, + "loading_and_error_panel": { type: T.PANEL, children: 'loading' | 'error' }, + "loading_and_error_panel/loading": { type: T.STACK_PANEL, children: string }, + "loading_and_error_panel/error": { type: T.STACK_PANEL, children: string }, + "immersive_reader_screen_content": { type: T.PANEL, children: 'loading_and_error' | 'webview' }, + "immersive_reader_screen_content/loading_and_error": { type: T.PANEL, children: string }, + "immersive_reader_screen_content/webview": { type: T.CUSTOM, children: string }, + "immersive_reader_screen": { type: T.SCREEN, children: string }, +} + +export type CraftingType = { + "inventory_x_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "inventory_y_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "inventory_a_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "inventory_b_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_left_trigger": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_right_trigger": { type: T.STACK_PANEL, children: string }, + "container_gamepad_helpers_second_row": { type: T.STACK_PANEL, children: 'buffer_panel_left' | 'left_thumbstick_visibility' | 'fill_panel' | 'right_thumbstick_visibility' | 'buffer_panel_right' }, + "container_gamepad_helpers_second_row/buffer_panel_left": { type: T.PANEL, children: string }, + "container_gamepad_helpers_second_row/left_thumbstick_visibility": { type: T.PANEL, children: 'gamepad_helper_thumbstick_left' }, + "container_gamepad_helpers_second_row/left_thumbstick_visibility/gamepad_helper_thumbstick_left": { type: T.STACK_PANEL, children: string }, + "container_gamepad_helpers_second_row/fill_panel": { type: T.PANEL, children: string }, + "container_gamepad_helpers_second_row/right_thumbstick_visibility": { type: T.PANEL, children: 'gamepad_helper_thumbstick_right' }, + "container_gamepad_helpers_second_row/right_thumbstick_visibility/gamepad_helper_thumbstick_right": { type: T.STACK_PANEL, children: string }, + "container_gamepad_helpers_second_row/buffer_panel_right": { type: T.PANEL, children: string }, + "inventory_container_slot_button": { type: T.BUTTON, children: string }, + "creative_hotbar_container_slot_button": { type: T.BUTTON, children: string }, + "no_coalesce_container_slot_button": { type: T.BUTTON, children: string }, + "creative_no_coalesce_container_slot_button": { type: T.BUTTON, children: string }, + "output_no_coalesce_container_slot_button": { type: T.BUTTON, children: string }, + "item_renderer": { type: T.CUSTOM, children: string }, + "equipment_icon": { type: T.IMAGE, children: string }, + "construction_icon": { type: T.IMAGE, children: string }, + "nature_icon": { type: T.IMAGE, children: string }, + "items_icon": { type: T.IMAGE, children: string }, + "empty_tab_panel": { type: T.PANEL, children: 'img' }, + "empty_tab_panel/img": { type: T.UNKNOWN, children: string }, + "top_tab": { type: T.PANEL, children: string }, + "search_tab": { type: T.PANEL, children: string }, + "construction_tab": { type: T.PANEL, children: string }, + "equipment_tab": { type: T.PANEL, children: string }, + "nature_tab": { type: T.PANEL, children: string }, + "items_tab": { type: T.PANEL, children: string }, + "tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'navigation_tabs' }, + "tab_navigation_panel_layout/navigation_tabs": { type: T.PANEL, children: 'content' }, + "tab_navigation_panel_layout/navigation_tabs/content": { type: T.STACK_PANEL, children: 'construction_tab_panel' | 'equipment_tab_panel' | 'items_tab_panel' | 'nature_tab_panel' | 'fill_panel_0' | 'search_tab_holder' }, + "tab_navigation_panel_layout/navigation_tabs/content/construction_tab_panel": { type: T.PANEL, children: 'construction_tab_factory' }, + "tab_navigation_panel_layout/navigation_tabs/content/construction_tab_panel/construction_tab_factory": { type: T.FACTORY, children: string }, + "tab_navigation_panel_layout/navigation_tabs/content/equipment_tab_panel": { type: T.PANEL, children: 'equipment_tab_factory' }, + "tab_navigation_panel_layout/navigation_tabs/content/equipment_tab_panel/equipment_tab_factory": { type: T.FACTORY, children: string }, + "tab_navigation_panel_layout/navigation_tabs/content/items_tab_panel": { type: T.PANEL, children: 'items_tab_factory' }, + "tab_navigation_panel_layout/navigation_tabs/content/items_tab_panel/items_tab_factory": { type: T.FACTORY, children: string }, + "tab_navigation_panel_layout/navigation_tabs/content/nature_tab_panel": { type: T.PANEL, children: 'nature_tab_factory' }, + "tab_navigation_panel_layout/navigation_tabs/content/nature_tab_panel/nature_tab_factory": { type: T.FACTORY, children: string }, + "tab_navigation_panel_layout/navigation_tabs/content/fill_panel_0": { type: T.PANEL, children: string }, + "tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder": { type: T.PANEL, children: 'search_tab_end_creative' | 'search_tab_creative' | 'search_tab_survival' }, + "tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder/search_tab_end_creative": { type: T.PANEL, children: string }, + "tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder/search_tab_creative": { type: T.PANEL, children: string }, + "tab_navigation_panel_layout/navigation_tabs/content/search_tab_holder/search_tab_survival": { type: T.PANEL, children: string }, + "tab_content_padding": { type: T.PANEL, children: string }, + "creative_label": { type: T.LABEL, children: string }, + "tab_content": { type: T.PANEL, children: 'tab_content_search_bar_panel' | 'nodrop_zone' }, + "tab_content/tab_content_search_bar_panel": { type: T.STACK_PANEL, children: 'vertical_padding_1' | 'pocket_vertical_padding_1' | 'creative_label_and_filter_toggle_holder' | 'vertical_padding_2' | 'pocket_vertical_padding_2' | 'pocket_vertical_padding_3' | 'search_and_filter_panel' | 'vertical_padding_3' | 'vertical_padding_3_1' | 'items_panel' }, + "tab_content/tab_content_search_bar_panel/vertical_padding_1": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/pocket_vertical_padding_1": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder": { type: T.STACK_PANEL, children: 'padding_1' | 'creative_label' | 'padding_2' | 'filter_toggle_holder' | 'pocket_horizontal_padding_1' }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/padding_1": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/creative_label": { type: T.LABEL, children: string }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/padding_2": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/filter_toggle_holder": { type: T.PANEL, children: 'filter_toggle' }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/filter_toggle_holder/filter_toggle": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/creative_label_and_filter_toggle_holder/pocket_horizontal_padding_1": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/vertical_padding_2": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/pocket_vertical_padding_2": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/pocket_vertical_padding_3": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel": { type: T.STACK_PANEL, children: 'text_edit_control' | 'padding_1' | 'filter_toggle_holder' | 'pocket_horizontal_padding_1' }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/text_edit_control": { type: T.EDIT_BOX, children: string }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/padding_1": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/filter_toggle_holder": { type: T.PANEL, children: 'filter_toggle' }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/filter_toggle_holder/filter_toggle": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/search_and_filter_panel/pocket_horizontal_padding_1": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/vertical_padding_3": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/vertical_padding_3_1": { type: T.PANEL, children: string }, + "tab_content/tab_content_search_bar_panel/items_panel": { type: T.PANEL, children: 'scroll_pane' | 'shadow_stack' }, + "tab_content/tab_content_search_bar_panel/items_panel/scroll_pane": { type: T.UNKNOWN, children: string }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack": { type: T.STACK_PANEL, children: 'shadow_container' | 'shadow_cutter' }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack/shadow_container": { type: T.PANEL, children: 'top_shadow' | 'top_overlay' }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack/shadow_container/top_shadow": { type: T.IMAGE, children: string }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack/shadow_container/top_overlay": { type: T.IMAGE, children: string }, + "tab_content/tab_content_search_bar_panel/items_panel/shadow_stack/shadow_cutter": { type: T.PANEL, children: string }, + "tab_content/nodrop_zone": { type: T.INPUT_PANEL, children: string }, + "armor_overlay": { type: T.IMAGE, children: string }, + "offhand_overlay": { type: T.IMAGE, children: string }, + "armor_overlay_helmet": { type: T.IMAGE, children: string }, + "armor_overlay_chest": { type: T.IMAGE, children: string }, + "armor_overlay_legs": { type: T.IMAGE, children: string }, + "armor_image_feet": { type: T.IMAGE, children: string }, + "armor_overlay_shield": { type: T.IMAGE, children: string }, + "player_armor_panel": { type: T.PANEL, children: 'player_bg' | 'player_preview_border' | 'armor_grid' | 'offhand_grid' }, + "player_armor_panel/player_bg": { type: T.IMAGE, children: 'player_renderer_panel' }, + "player_armor_panel/player_bg/player_renderer_panel": { type: T.PANEL, children: 'player_renderer' }, + "player_armor_panel/player_bg/player_renderer_panel/player_renderer": { type: T.CUSTOM, children: string }, + "player_armor_panel/player_preview_border": { type: T.IMAGE, children: string }, + "player_armor_panel/armor_grid": { type: T.GRID, children: 'head_grid_item' | 'chest_grid_item' | 'legs_grid_item' | 'feet_grid_item' }, + "player_armor_panel/armor_grid/head_grid_item": { type: T.INPUT_PANEL, children: string }, + "player_armor_panel/armor_grid/chest_grid_item": { type: T.INPUT_PANEL, children: string }, + "player_armor_panel/armor_grid/legs_grid_item": { type: T.INPUT_PANEL, children: string }, + "player_armor_panel/armor_grid/feet_grid_item": { type: T.INPUT_PANEL, children: string }, + "player_armor_panel/offhand_grid": { type: T.GRID, children: 'offhand_grid_item' }, + "player_armor_panel/offhand_grid/offhand_grid_item": { type: T.INPUT_PANEL, children: string }, + "crafting_label": { type: T.LABEL, children: string }, + "inventory_label": { type: T.LABEL, children: string }, + "crafting_arrow": { type: T.IMAGE, children: string }, + "crafting_arrow_large": { type: T.IMAGE, children: string }, + "crafting_input_grid_item": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3": { type: T.GRID, children: 'crafting_input_item_top_left' | 'crafting_input_item_top_mid' | 'crafting_input_item_top_right' | 'crafting_input_item_mid_left' | 'crafting_input_item_middle' | 'crafting_input_item_mid_right' | 'crafting_input_item_bot_left' | 'crafting_input_item_bot_mid' | 'crafting_input_item_bot_right' }, + "crafting_grid_3x3/crafting_input_item_top_left": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3/crafting_input_item_top_mid": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3/crafting_input_item_top_right": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3/crafting_input_item_mid_left": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3/crafting_input_item_middle": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3/crafting_input_item_mid_right": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3/crafting_input_item_bot_left": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3/crafting_input_item_bot_mid": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3/crafting_input_item_bot_right": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_2x2": { type: T.GRID, children: 'crafting_input_item_top_left' | 'crafting_input_item_top_right' | 'crafting_input_item_bot_left' | 'crafting_input_item_bot_right' }, + "crafting_grid_2x2/crafting_input_item_top_left": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_2x2/crafting_input_item_top_right": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_2x2/crafting_input_item_bot_left": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_2x2/crafting_input_item_bot_right": { type: T.INPUT_PANEL, children: string }, + "output_grid_3x3": { type: T.GRID, children: 'work_bench_output' }, + "output_grid_3x3/work_bench_output": { type: T.INPUT_PANEL, children: string }, + "output_grid_2x2": { type: T.GRID, children: 'work_bench_output' }, + "output_grid_2x2/work_bench_output": { type: T.INPUT_PANEL, children: string }, + "work_bench_panel_3x3": { type: T.PANEL, children: 'inventory_label' | 'crafting_arrow_large' | 'crafting_grid_3x3_with_label_0' | 'work_bench_output_grid' }, + "work_bench_panel_3x3/inventory_label": { type: T.LABEL, children: string }, + "work_bench_panel_3x3/crafting_arrow_large": { type: T.IMAGE, children: string }, + "work_bench_panel_3x3/crafting_grid_3x3_with_label_0": { type: T.PANEL, children: string }, + "work_bench_panel_3x3/work_bench_output_grid": { type: T.GRID, children: string }, + "crafting_grid_3x3_with_label": { type: T.PANEL, children: 'crafting_label' | 'crafting_grid_3x3' }, + "crafting_grid_3x3_with_label/crafting_label": { type: T.LABEL, children: string }, + "crafting_grid_3x3_with_label/crafting_grid_3x3": { type: T.GRID, children: string }, + "crafting_grid_2x2_with_label": { type: T.PANEL, children: 'crafting_label' | 'crafting_grid_2x2' }, + "crafting_grid_2x2_with_label/crafting_label": { type: T.LABEL, children: string }, + "crafting_grid_2x2_with_label/crafting_grid_2x2": { type: T.GRID, children: string }, + "crafting_panel_2x2": { type: T.PANEL, children: 'crafting_arrow' | 'crafting_table' | 'crafting_grid_2x2' | 'survival_crafting_output_grid' }, + "crafting_panel_2x2/crafting_arrow": { type: T.IMAGE, children: string }, + "crafting_panel_2x2/crafting_table": { type: T.CUSTOM, children: string }, + "crafting_panel_2x2/crafting_grid_2x2": { type: T.PANEL, children: string }, + "crafting_panel_2x2/survival_crafting_output_grid": { type: T.GRID, children: string }, + "survival_panel_top_half": { type: T.PANEL, children: 'player_armor_panel' | 'crafting_panel' }, + "survival_panel_top_half/player_armor_panel": { type: T.PANEL, children: string }, + "survival_panel_top_half/crafting_panel": { type: T.PANEL, children: string }, + "crafting_panel_top_half": { type: T.PANEL, children: 'crafting_panel' }, + "crafting_panel_top_half/crafting_panel": { type: T.PANEL, children: string }, + "recipe_container_cell_images": { type: T.IMAGE, children: string }, + "cell_image_recipe_default": { type: T.IMAGE, children: string }, + "cell_image_recipe_group_head_collapsed": { type: T.IMAGE, children: string }, + "cell_image_recipe_group_head_expanded": { type: T.IMAGE, children: string }, + "cell_image_recipe_group_item": { type: T.IMAGE, children: string }, + "cell_image_recipe_selected": { type: T.IMAGE, children: string }, + "cell_image_recipe_default_red": { type: T.IMAGE, children: string }, + "container_cell_images": { type: T.PANEL, children: 'cell_classic' | 'cell_normal' | 'cell_invert' | 'cell_red' | 'cell_selected' | 'cell_darkgrey' }, + "container_cell_images/cell_classic": { type: T.IMAGE, children: string }, + "container_cell_images/cell_normal": { type: T.IMAGE, children: string }, + "container_cell_images/cell_invert": { type: T.IMAGE, children: string }, + "container_cell_images/cell_red": { type: T.IMAGE, children: string }, + "container_cell_images/cell_selected": { type: T.IMAGE, children: string }, + "container_cell_images/cell_darkgrey": { type: T.IMAGE, children: string }, + "crafting_container_cell_images": { type: T.PANEL, children: string }, + "cell_image": { type: T.IMAGE, children: string }, + "cell_image_classic": { type: T.IMAGE, children: string }, + "cell_image_normal": { type: T.IMAGE, children: string }, + "cell_image_invert": { type: T.IMAGE, children: string }, + "cell_image_red": { type: T.IMAGE, children: string }, + "cell_image_selected": { type: T.IMAGE, children: string }, + "cell_image_darkgrey": { type: T.IMAGE, children: string }, + "container_overlay_images": { type: T.PANEL, children: 'expand' | 'contract' }, + "container_overlay_images/expand": { type: T.IMAGE, children: string }, + "container_overlay_images/contract": { type: T.IMAGE, children: string }, + "item_overlay_image": { type: T.IMAGE, children: string }, + "item_overlay_contract": { type: T.IMAGE, children: string }, + "item_overlay_expand": { type: T.IMAGE, children: string }, + "inventory_container_item": { type: T.INPUT_PANEL, children: 'item_cell' | 'item_cell_overlay_ref' | 'item_selected_image' | 'item_button_ref' | 'container_item_lock_overlay' | 'item_lock_cell_image' | 'bundle_slot_panel' }, + "inventory_container_item/item_cell": { type: T.PANEL, children: 'item' | 'durability_bar' | 'storage_bar' }, + "inventory_container_item/item_cell/item": { type: T.PANEL, children: 'stack_count_label' }, + "inventory_container_item/item_cell/item/stack_count_label": { type: T.LABEL, children: string }, + "inventory_container_item/item_cell/durability_bar": { type: T.CUSTOM, children: string }, + "inventory_container_item/item_cell/storage_bar": { type: T.CUSTOM, children: string }, + "inventory_container_item/item_cell_overlay_ref": { type: T.UNKNOWN, children: string }, + "inventory_container_item/item_selected_image": { type: T.IMAGE, children: string }, + "inventory_container_item/item_button_ref": { type: T.UNKNOWN, children: string }, + "inventory_container_item/container_item_lock_overlay": { type: T.PANEL, children: string }, + "inventory_container_item/item_lock_cell_image": { type: T.IMAGE, children: string }, + "inventory_container_item/bundle_slot_panel": { type: T.PANEL, children: string }, + "grid_item_for_recipe_book": { type: T.INPUT_PANEL, children: string }, + "scroll_grid": { type: T.GRID, children: string }, + "scroll_grid_panel": { type: T.INPUT_PANEL, children: 'grid' }, + "scroll_grid_panel/grid": { type: T.GRID, children: string }, + "recipe_book_scroll_panel": { type: T.PANEL, children: string }, + "scroll_panel": { type: T.PANEL, children: string }, + "filter_toggle": { type: T.PANEL, children: string }, + "player_inventory": { type: T.INPUT_PANEL, children: 'common_panel' | 'inventory_panel_top_half' | 'inventory_panel_bottom_half' | 'hotbar_grid' }, + "player_inventory/common_panel": { type: T.PANEL, children: string }, + "player_inventory/inventory_panel_top_half": { type: T.UNKNOWN, children: string }, + "player_inventory/inventory_panel_bottom_half": { type: T.PANEL, children: string }, + "player_inventory/hotbar_grid": { type: T.GRID, children: string }, + "recipe_book": { type: T.INPUT_PANEL, children: 'gamepad_helper_bumpers' | 'tab_navigation_panel' | 'bg' | 'tab_content_panel' | 'creative_hotbar_panel' }, + "recipe_book/gamepad_helper_bumpers": { type: T.PANEL, children: string }, + "recipe_book/tab_navigation_panel": { type: T.STACK_PANEL, children: string }, + "recipe_book/bg": { type: T.PANEL, children: string }, + "recipe_book/tab_content_panel": { type: T.PANEL, children: string }, + "recipe_book/creative_hotbar_panel": { type: T.INPUT_PANEL, children: string }, + "creative_hotbar_panel": { type: T.INPUT_PANEL, children: 'creative_hotbar_background' }, + "creative_hotbar_panel/creative_hotbar_background": { type: T.IMAGE, children: 'hotbar_grid' }, + "creative_hotbar_panel/creative_hotbar_background/hotbar_grid": { type: T.GRID, children: string }, + "toolbar_panel": { type: T.INPUT_PANEL, children: 'toolbar_background' }, + "toolbar_panel/toolbar_background": { type: T.IMAGE, children: 'toolbar_stack_panel' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { type: T.STACK_PANEL, children: 'left_trigger_anchor' | 'padding_0' | 'creative_layout_toggle_panel' | 'padding_1' | 'recipe_book_layout_toggle_panel' | 'padding_2' | 'survival_layout_toggle_panel' | 'padding_3' | 'help_button_panel' | 'close_button_panel' | 'padding_4' | 'right_trigger_anchor' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/left_trigger_anchor": { type: T.PANEL, children: 'gamepad_helper_left_trigger' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/left_trigger_anchor/gamepad_helper_left_trigger": { type: T.STACK_PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_0": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/creative_layout_toggle_panel": { type: T.PANEL, children: 'creative_layout_toggle' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/creative_layout_toggle_panel/creative_layout_toggle": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel": { type: T.PANEL, children: 'recipe_book_layout_toggle' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/recipe_book_layout_toggle_panel/recipe_book_layout_toggle": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/survival_layout_toggle_panel": { type: T.PANEL, children: 'survival_layout_toggle' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/survival_layout_toggle_panel/survival_layout_toggle": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_3": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel": { type: T.PANEL, children: 'help_button' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel/help_button": { type: T.BUTTON, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { type: T.PANEL, children: 'close_button' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { type: T.BUTTON, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_4": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/right_trigger_anchor": { type: T.PANEL, children: 'gamepad_helper_right_trigger' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/right_trigger_anchor/gamepad_helper_right_trigger": { type: T.STACK_PANEL, children: string }, + "inventory_screen_base": { type: T.SCREEN, children: string }, + "crafting_screen": { type: T.SCREEN, children: string }, + "inventory_screen": { type: T.SCREEN, children: string }, + "recipe_inventory_screen_content": { type: T.PANEL, children: 'content_stack_panel' | 'inventory_take_progress_icon_button' | 'inventory_selected_icon_button' | 'hold_icon' | 'controller_gamepad_helpers_stack_panel' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "recipe_inventory_screen_content/content_stack_panel": { type: T.STACK_PANEL, children: 'recipe_book' | 'center_fold' | 'survival_padding' | 'player_inventory' | 'toolbar_anchor' }, + "recipe_inventory_screen_content/content_stack_panel/recipe_book": { type: T.INPUT_PANEL, children: string }, + "recipe_inventory_screen_content/content_stack_panel/center_fold": { type: T.INPUT_PANEL, children: string }, + "recipe_inventory_screen_content/content_stack_panel/survival_padding": { type: T.PANEL, children: string }, + "recipe_inventory_screen_content/content_stack_panel/player_inventory": { type: T.INPUT_PANEL, children: string }, + "recipe_inventory_screen_content/content_stack_panel/toolbar_anchor": { type: T.PANEL, children: 'toolbar_panel' }, + "recipe_inventory_screen_content/content_stack_panel/toolbar_anchor/toolbar_panel": { type: T.INPUT_PANEL, children: string }, + "recipe_inventory_screen_content/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "recipe_inventory_screen_content/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "recipe_inventory_screen_content/hold_icon": { type: T.BUTTON, children: string }, + "recipe_inventory_screen_content/controller_gamepad_helpers_stack_panel": { type: T.STACK_PANEL, children: 'container_gamepad_helpers_second_row' | 'container_gamepad_helpers' }, + "recipe_inventory_screen_content/controller_gamepad_helpers_stack_panel/container_gamepad_helpers_second_row": { type: T.STACK_PANEL, children: string }, + "recipe_inventory_screen_content/controller_gamepad_helpers_stack_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "recipe_inventory_screen_content/selected_item_details_factory": { type: T.FACTORY, children: string }, + "recipe_inventory_screen_content/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "recipe_inventory_screen_content/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type CraftingPocketType = { + "survival_icon": { type: T.CUSTOM, children: string }, + "full_screen_icon": { type: T.IMAGE, children: string }, + "crafting_icon": { type: T.IMAGE, children: string }, + "armor_icon": { type: T.IMAGE, children: string }, + "crafting_arrow_down": { type: T.IMAGE, children: string }, + "empty_tab_panel": { type: T.PANEL, children: string }, + "left_tab": { type: T.PANEL, children: string }, + "right_tab": { type: T.PANEL, children: string }, + "full_screen_tab": { type: T.PANEL, children: string }, + "crafting_tab": { type: T.PANEL, children: string }, + "armor_tab": { type: T.PANEL, children: string }, + "search_tab": { type: T.PANEL, children: string }, + "construction_tab": { type: T.PANEL, children: string }, + "equipment_tab": { type: T.PANEL, children: string }, + "items_tab": { type: T.PANEL, children: string }, + "nature_tab": { type: T.PANEL, children: string }, + "inventory_tab": { type: T.PANEL, children: string }, + "left_tab_navigation_panel_pocket": { type: T.PANEL, children: 'content' }, + "left_tab_navigation_panel_pocket/content": { type: T.STACK_PANEL, children: 'search_tab_panel' | 'construction_tab_panel' | 'equipment_tab_panel' | 'items_tab_panel' | 'nature_tab_panel' | 'fill' | 'inventory_tab' }, + "left_tab_navigation_panel_pocket/content/search_tab_panel": { type: T.PANEL, children: 'search_tab' }, + "left_tab_navigation_panel_pocket/content/search_tab_panel/search_tab": { type: T.PANEL, children: string }, + "left_tab_navigation_panel_pocket/content/construction_tab_panel": { type: T.PANEL, children: 'construction_tab_factory' }, + "left_tab_navigation_panel_pocket/content/construction_tab_panel/construction_tab_factory": { type: T.FACTORY, children: string }, + "left_tab_navigation_panel_pocket/content/equipment_tab_panel": { type: T.PANEL, children: 'equipment_tab_factory' }, + "left_tab_navigation_panel_pocket/content/equipment_tab_panel/equipment_tab_factory": { type: T.FACTORY, children: string }, + "left_tab_navigation_panel_pocket/content/items_tab_panel": { type: T.PANEL, children: 'items_tab_factory' }, + "left_tab_navigation_panel_pocket/content/items_tab_panel/items_tab_factory": { type: T.FACTORY, children: string }, + "left_tab_navigation_panel_pocket/content/nature_tab_panel": { type: T.PANEL, children: 'nature_tab_factory' }, + "left_tab_navigation_panel_pocket/content/nature_tab_panel/nature_tab_factory": { type: T.FACTORY, children: string }, + "left_tab_navigation_panel_pocket/content/fill": { type: T.PANEL, children: string }, + "left_tab_navigation_panel_pocket/content/inventory_tab": { type: T.PANEL, children: string }, + "right_tab_navigation_panel_pocket": { type: T.PANEL, children: 'content' }, + "right_tab_navigation_panel_pocket/content": { type: T.STACK_PANEL, children: 'close' | 'fill' | 'full_screen_tab' | 'crafting_tab' | 'armor_tab' }, + "right_tab_navigation_panel_pocket/content/close": { type: T.IMAGE, children: 'nodrop_zone' | 'close_button' }, + "right_tab_navigation_panel_pocket/content/close/nodrop_zone": { type: T.INPUT_PANEL, children: string }, + "right_tab_navigation_panel_pocket/content/close/close_button": { type: T.BUTTON, children: string }, + "right_tab_navigation_panel_pocket/content/fill": { type: T.PANEL, children: string }, + "right_tab_navigation_panel_pocket/content/full_screen_tab": { type: T.PANEL, children: string }, + "right_tab_navigation_panel_pocket/content/crafting_tab": { type: T.PANEL, children: string }, + "right_tab_navigation_panel_pocket/content/armor_tab": { type: T.PANEL, children: string }, + "recipe_book_tab_content": { type: T.PANEL, children: string }, + "inventory_tab_content": { type: T.PANEL, children: string }, + "right_tab_content": { type: T.PANEL, children: 'bg' | 'content' }, + "right_tab_content/bg": { type: T.PANEL, children: string }, + "right_tab_content/content": { type: T.UNKNOWN, children: string }, + "crafting_input_grid_item": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3": { type: T.GRID, children: string }, + "crafting_grid_2x2": { type: T.GRID, children: string }, + "output_grid_and_label": { type: T.PANEL, children: 'recipe_item_label' | 'output_grid' }, + "output_grid_and_label/recipe_item_label": { type: T.LABEL, children: string }, + "output_grid_and_label/output_grid": { type: T.GRID, children: string }, + "output_grid": { type: T.GRID, children: 'work_bench_output' }, + "output_grid/work_bench_output": { type: T.INPUT_PANEL, children: string }, + "crafting_grid_3x3_with_label": { type: T.PANEL, children: 'crafting_label' | 'crafting_grid_3x3' }, + "crafting_grid_3x3_with_label/crafting_label": { type: T.LABEL, children: string }, + "crafting_grid_3x3_with_label/crafting_grid_3x3": { type: T.GRID, children: string }, + "crafting_grid_2x2_with_label": { type: T.PANEL, children: 'crafting_label' | 'crafting_grid_2x2' }, + "crafting_grid_2x2_with_label/crafting_label": { type: T.LABEL, children: string }, + "crafting_grid_2x2_with_label/crafting_grid_2x2": { type: T.GRID, children: string }, + "scroll_background_image": { type: T.IMAGE, children: string }, + "grid_item_for_inventory": { type: T.INPUT_PANEL, children: string }, + "survival_inventory_grid": { type: T.INPUT_PANEL, children: string }, + "scroll_panel_pocket": { type: T.PANEL, children: string }, + "recipe_book_scroll_panel_pocket": { type: T.PANEL, children: string }, + "survival_scroll_panel": { type: T.PANEL, children: string }, + "pocket_armor_tab_content": { type: T.STACK_PANEL, children: 'label_and_renderer' | 'equipment_and_renderer' }, + "pocket_armor_tab_content/label_and_renderer": { type: T.PANEL, children: 'label_panel' | 'renderer_panel' }, + "pocket_armor_tab_content/label_and_renderer/label_panel": { type: T.PANEL, children: 'armor_label' }, + "pocket_armor_tab_content/label_and_renderer/label_panel/armor_label": { type: T.LABEL, children: string }, + "pocket_armor_tab_content/label_and_renderer/renderer_panel": { type: T.PANEL, children: 'armor_renderer' }, + "pocket_armor_tab_content/label_and_renderer/renderer_panel/armor_renderer": { type: T.CUSTOM, children: string }, + "pocket_armor_tab_content/equipment_and_renderer": { type: T.STACK_PANEL, children: 'equipment' | 'armor_panel' }, + "pocket_armor_tab_content/equipment_and_renderer/equipment": { type: T.STACK_PANEL, children: 'armor_grid' | 'offhand_grid' }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid": { type: T.GRID, children: 'head_grid_item' | 'chest_grid_item' | 'legs_grid_item' | 'feet_grid_item' }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid/head_grid_item": { type: T.INPUT_PANEL, children: string }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid/chest_grid_item": { type: T.INPUT_PANEL, children: string }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid/legs_grid_item": { type: T.INPUT_PANEL, children: string }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/armor_grid/feet_grid_item": { type: T.INPUT_PANEL, children: string }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/offhand_grid": { type: T.GRID, children: 'offhand_grid_item' }, + "pocket_armor_tab_content/equipment_and_renderer/equipment/offhand_grid/offhand_grid_item": { type: T.INPUT_PANEL, children: string }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel": { type: T.PANEL, children: 'armor_and_player' }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player": { type: T.PANEL, children: 'player_preview_border' }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player/player_preview_border": { type: T.IMAGE, children: 'player_bg' }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player/player_preview_border/player_bg": { type: T.IMAGE, children: 'player_renderer_panel' }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player/player_preview_border/player_bg/player_renderer_panel": { type: T.PANEL, children: 'player_renderer' }, + "pocket_armor_tab_content/equipment_and_renderer/armor_panel/armor_and_player/player_preview_border/player_bg/player_renderer_panel/player_renderer": { type: T.CUSTOM, children: string }, + "hotbar_panel": { type: T.INPUT_PANEL, children: 'bg' | 'hotbar_grid' }, + "hotbar_panel/bg": { type: T.PANEL, children: string }, + "hotbar_panel/hotbar_grid": { type: T.GRID, children: string }, + "hotbar_grid_item": { type: T.INPUT_PANEL, children: string }, + "survival_panel_pocket": { type: T.PANEL, children: 'crafting_panel' | 'crafting_arrow_down' | 'crafting_table' | 'output' }, + "survival_panel_pocket/crafting_panel": { type: T.PANEL, children: string }, + "survival_panel_pocket/crafting_arrow_down": { type: T.IMAGE, children: string }, + "survival_panel_pocket/crafting_table": { type: T.CUSTOM, children: string }, + "survival_panel_pocket/output": { type: T.PANEL, children: string }, + "survival_panel_crafting_pocket": { type: T.PANEL, children: 'crafting_panel' | 'crafting_arrow_down' | 'output' }, + "survival_panel_crafting_pocket/crafting_panel": { type: T.PANEL, children: string }, + "survival_panel_crafting_pocket/crafting_arrow_down": { type: T.IMAGE, children: string }, + "survival_panel_crafting_pocket/output": { type: T.PANEL, children: string }, + "inventory_screen_pocket_base": { type: T.SCREEN, children: string }, + "crafting_screen_pocket": { type: T.SCREEN, children: string }, + "inventory_screen_pocket": { type: T.SCREEN, children: string }, + "left_panel": { type: T.PANEL, children: 'left_background' | 'recipe_book_tab_content' | 'inventory_tab_content' }, + "left_panel/left_background": { type: T.PANEL, children: string }, + "left_panel/recipe_book_tab_content": { type: T.PANEL, children: string }, + "left_panel/inventory_tab_content": { type: T.PANEL, children: string }, + "right_panel": { type: T.INPUT_PANEL, children: 'right_background' | 'help_button' | 'crafting_tab_content' | 'armor_tab_content' }, + "right_panel/right_background": { type: T.PANEL, children: string }, + "right_panel/help_button": { type: T.BUTTON, children: string }, + "right_panel/crafting_tab_content": { type: T.PANEL, children: string }, + "right_panel/armor_tab_content": { type: T.PANEL, children: string }, + "both_panels": { type: T.STACK_PANEL, children: 'left_tab_navigation_panel_pocket' | 'left_panel' | 'offset_panel' | 'right_panel' | 'right_tab_navigation_panel_pocket' }, + "both_panels/left_tab_navigation_panel_pocket": { type: T.PANEL, children: string }, + "both_panels/left_panel": { type: T.PANEL, children: string }, + "both_panels/offset_panel": { type: T.PANEL, children: 'center_bg' }, + "both_panels/offset_panel/center_bg": { type: T.IMAGE, children: string }, + "both_panels/right_panel": { type: T.INPUT_PANEL, children: string }, + "both_panels/right_tab_navigation_panel_pocket": { type: T.PANEL, children: string }, + "gamepad_helper_border": { type: T.STACK_PANEL, children: 'left_gamepad_panel' | 'both_panels' | 'right_gamepad_panel' }, + "gamepad_helper_border/left_gamepad_panel": { type: T.PANEL, children: 'gamepad_helper_left_bumper' | 'gamepad_helper_left_trigger' }, + "gamepad_helper_border/left_gamepad_panel/gamepad_helper_left_bumper": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_border/left_gamepad_panel/gamepad_helper_left_trigger": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_border/both_panels": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_border/right_gamepad_panel": { type: T.PANEL, children: 'gamepad_helper_right_bumper_creative' | 'gamepad_helper_right_bumper' | 'gamepad_helper_right_trigger' }, + "gamepad_helper_border/right_gamepad_panel/gamepad_helper_right_bumper_creative": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_border/right_gamepad_panel/gamepad_helper_right_bumper": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_border/right_gamepad_panel/gamepad_helper_right_trigger": { type: T.STACK_PANEL, children: string }, + "hotbar_and_panels": { type: T.STACK_PANEL, children: 'padding_1' | 'gamepad_helper_border' | 'hotbar_section_panel' }, + "hotbar_and_panels/padding_1": { type: T.PANEL, children: string }, + "hotbar_and_panels/gamepad_helper_border": { type: T.STACK_PANEL, children: string }, + "hotbar_and_panels/hotbar_section_panel": { type: T.INPUT_PANEL, children: 'hotbar' }, + "hotbar_and_panels/hotbar_section_panel/hotbar": { type: T.INPUT_PANEL, children: string }, + "recipe_inventory_screen_content_pocket": { type: T.INPUT_PANEL, children: 'container_gamepad_helpers_pocket' | 'toast_screen_content' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'base_panel' | 'flying_item_renderer' }, + "recipe_inventory_screen_content_pocket/container_gamepad_helpers_pocket": { type: T.STACK_PANEL, children: string }, + "recipe_inventory_screen_content_pocket/toast_screen_content": { type: T.PANEL, children: string }, + "recipe_inventory_screen_content_pocket/selected_item_details_factory": { type: T.FACTORY, children: string }, + "recipe_inventory_screen_content_pocket/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "recipe_inventory_screen_content_pocket/base_panel": { type: T.PANEL, children: 'root_panel' | 'inventory_selected_icon_button' | 'gamepad_cursor' | 'hold_icon' | 'hotbar_and_panels' }, + "recipe_inventory_screen_content_pocket/base_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "recipe_inventory_screen_content_pocket/base_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "recipe_inventory_screen_content_pocket/base_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "recipe_inventory_screen_content_pocket/base_panel/hold_icon": { type: T.BUTTON, children: string }, + "recipe_inventory_screen_content_pocket/base_panel/hotbar_and_panels": { type: T.STACK_PANEL, children: string }, + "recipe_inventory_screen_content_pocket/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type InviteType = { + "black_border": { type: T.IMAGE, children: string }, + "black_border_hover": { type: T.IMAGE, children: string }, + "platform_icon": { type: T.IMAGE, children: string }, + "grey_borderless_locked": { type: T.IMAGE, children: string }, + "checked_locked_image": { type: T.IMAGE, children: string }, + "unchecked_locked_image": { type: T.IMAGE, children: string }, + "left_arrow_image": { type: T.IMAGE, children: string }, + "right_arrow_image": { type: T.IMAGE, children: string }, + "account_link_image": { type: T.IMAGE, children: string }, + "panel_text": { type: T.LABEL, children: string }, + "loading_friends": { type: T.LABEL, children: string }, + "account_link_icon": { type: T.STACK_PANEL, children: 'space_01' | 'account_link_image' | 'space_03' }, + "account_link_icon/space_01": { type: T.PANEL, children: string }, + "account_link_icon/account_link_image": { type: T.IMAGE, children: string }, + "account_link_icon/space_03": { type: T.PANEL, children: string }, + "gamerpic": { type: T.CUSTOM, children: string }, + "third_party_profile_pic": { type: T.IMAGE, children: string }, + "gamerpic_panel": { type: T.PANEL, children: 'black_border' | 'gamerpic' | 'online_indication_positioner' }, + "gamerpic_panel/black_border": { type: T.IMAGE, children: string }, + "gamerpic_panel/gamerpic": { type: T.CUSTOM, children: string }, + "gamerpic_panel/online_indication_positioner": { type: T.PANEL, children: 'indicator_images' }, + "gamerpic_panel/online_indication_positioner/indicator_images": { type: T.PANEL, children: string }, + "third_party_profile_pic_panel": { type: T.PANEL, children: 'black_border' | 'third_party_profile_pic' }, + "third_party_profile_pic_panel/black_border": { type: T.IMAGE, children: string }, + "third_party_profile_pic_panel/third_party_profile_pic": { type: T.IMAGE, children: string }, + "platform_icon_panel": { type: T.PANEL, children: 'platform_icon' }, + "platform_icon_panel/platform_icon": { type: T.IMAGE, children: string }, + "status_image": { type: T.IMAGE, children: string }, + "online_image": { type: T.IMAGE, children: string }, + "offline_image": { type: T.IMAGE, children: string }, + "online_indicator": { type: T.PANEL, children: 'online_image' }, + "online_indicator/online_image": { type: T.IMAGE, children: string }, + "checkbox_panel": { type: T.PANEL, children: string }, + "checked_panel": { type: T.PANEL, children: 'checked_image' }, + "checked_panel/checked_image": { type: T.IMAGE, children: string }, + "unchecked_panel": { type: T.PANEL, children: 'unchecked_image' }, + "unchecked_panel/unchecked_image": { type: T.IMAGE, children: string }, + "checked_locked_panel": { type: T.PANEL, children: 'checked_image' }, + "checked_locked_panel/checked_image": { type: T.IMAGE, children: string }, + "unchecked_locked_panel": { type: T.PANEL, children: 'unchecked_image' }, + "unchecked_locked_panel/unchecked_image": { type: T.IMAGE, children: string }, + "checked_hover_panel": { type: T.PANEL, children: 'checked_hover_image' }, + "checked_hover_panel/checked_hover_image": { type: T.IMAGE, children: string }, + "unchecked_hover_panel": { type: T.PANEL, children: 'unchecked_hover_image' }, + "unchecked_hover_panel/unchecked_hover_image": { type: T.IMAGE, children: string }, + "friend_label": { type: T.LABEL, children: string }, + "friend_grid_xbl_gamertag": { type: T.LABEL, children: string }, + "friend_grid_current_game_label": { type: T.LABEL, children: string }, + "friend_grid_third_party_tag": { type: T.LABEL, children: string }, + "friend_background": { type: T.IMAGE, children: string }, + "friend_background_hover": { type: T.IMAGE, children: string }, + "friend_background_borderless": { type: T.IMAGE, children: string }, + "hover_friend_button": { type: T.PANEL, children: 'friend_button_layout' | 'hover_text' }, + "hover_friend_button/friend_button_layout": { type: T.UNKNOWN, children: string }, + "hover_friend_button/hover_text": { type: T.CUSTOM, children: string }, + "linked_hover_friend_button": { type: T.PANEL, children: 'hover_text' }, + "linked_hover_friend_button/hover_text": { type: T.CUSTOM, children: string }, + "msa_friend_button_layout": { type: T.STACK_PANEL, children: 'spacer01' | 'platform_icon_spacer' | 'spacer_02' | 'friend_grid_label_layout' }, + "msa_friend_button_layout/spacer01": { type: T.PANEL, children: string }, + "msa_friend_button_layout/platform_icon_spacer": { type: T.PANEL, children: string }, + "msa_friend_button_layout/spacer_02": { type: T.PANEL, children: string }, + "msa_friend_button_layout/friend_grid_label_layout": { type: T.STACK_PANEL, children: 'spacer_01' | 'friend_grid_xbl_gamertag' | 'friend_grid_current_game_label' }, + "msa_friend_button_layout/friend_grid_label_layout/spacer_01": { type: T.PANEL, children: string }, + "msa_friend_button_layout/friend_grid_label_layout/friend_grid_xbl_gamertag": { type: T.LABEL, children: string }, + "msa_friend_button_layout/friend_grid_label_layout/friend_grid_current_game_label": { type: T.LABEL, children: string }, + "platform_friend_button_layout": { type: T.STACK_PANEL, children: 'spacer01' | 'platform_icon_spacer' | 'third_party_pic_panel_positioner' | 'spacer_02' | 'friend_grid_label_layout' | 'platform_icon_positioner' | 'online_indication_positioner' }, + "platform_friend_button_layout/spacer01": { type: T.PANEL, children: string }, + "platform_friend_button_layout/platform_icon_spacer": { type: T.PANEL, children: string }, + "platform_friend_button_layout/third_party_pic_panel_positioner": { type: T.PANEL, children: 'pp' }, + "platform_friend_button_layout/third_party_pic_panel_positioner/pp": { type: T.PANEL, children: string }, + "platform_friend_button_layout/spacer_02": { type: T.PANEL, children: string }, + "platform_friend_button_layout/friend_grid_label_layout": { type: T.STACK_PANEL, children: 'spacer_01' | 'friend_grid_third_party_tag' | 'friend_grid_current_game_label' }, + "platform_friend_button_layout/friend_grid_label_layout/spacer_01": { type: T.PANEL, children: string }, + "platform_friend_button_layout/friend_grid_label_layout/friend_grid_third_party_tag": { type: T.LABEL, children: string }, + "platform_friend_button_layout/friend_grid_label_layout/friend_grid_current_game_label": { type: T.LABEL, children: string }, + "platform_friend_button_layout/platform_icon_positioner": { type: T.PANEL, children: 'platform_icon' }, + "platform_friend_button_layout/platform_icon_positioner/platform_icon": { type: T.PANEL, children: string }, + "platform_friend_button_layout/online_indication_positioner": { type: T.PANEL, children: 'indicator_images' }, + "platform_friend_button_layout/online_indication_positioner/indicator_images": { type: T.PANEL, children: string }, + "linked_friend_button_layout": { type: T.STACK_PANEL, children: 'spacer01' | 'platform_icon_positioner' | 'spacer02' | 'platform_profile_pictures' | 'spacer03' | 'platform_profile_names' | 'online_indication_positioner' }, + "linked_friend_button_layout/spacer01": { type: T.PANEL, children: string }, + "linked_friend_button_layout/platform_icon_positioner": { type: T.PANEL, children: 'platform_icon' }, + "linked_friend_button_layout/platform_icon_positioner/platform_icon": { type: T.PANEL, children: string }, + "linked_friend_button_layout/spacer02": { type: T.PANEL, children: string }, + "linked_friend_button_layout/platform_profile_pictures": { type: T.STACK_PANEL, children: 'spacer_01' | 'pp2' | 'account_link' | 'pp1' | 'spacer_03' }, + "linked_friend_button_layout/platform_profile_pictures/spacer_01": { type: T.PANEL, children: string }, + "linked_friend_button_layout/platform_profile_pictures/pp2": { type: T.PANEL, children: string }, + "linked_friend_button_layout/platform_profile_pictures/account_link": { type: T.STACK_PANEL, children: string }, + "linked_friend_button_layout/platform_profile_pictures/pp1": { type: T.PANEL, children: string }, + "linked_friend_button_layout/platform_profile_pictures/spacer_03": { type: T.PANEL, children: string }, + "linked_friend_button_layout/spacer03": { type: T.PANEL, children: string }, + "linked_friend_button_layout/platform_profile_names": { type: T.STACK_PANEL, children: 'spacer_01' | 'friend_grid_third_party_tag' | 'spacer_02' | 'friend_grid_xbl_gamertag' | 'friend_grid_current_game_label' }, + "linked_friend_button_layout/platform_profile_names/spacer_01": { type: T.PANEL, children: string }, + "linked_friend_button_layout/platform_profile_names/friend_grid_third_party_tag": { type: T.LABEL, children: string }, + "linked_friend_button_layout/platform_profile_names/spacer_02": { type: T.PANEL, children: string }, + "linked_friend_button_layout/platform_profile_names/friend_grid_xbl_gamertag": { type: T.LABEL, children: string }, + "linked_friend_button_layout/platform_profile_names/friend_grid_current_game_label": { type: T.LABEL, children: string }, + "linked_friend_button_layout/online_indication_positioner": { type: T.PANEL, children: 'indicator_images' }, + "linked_friend_button_layout/online_indication_positioner/indicator_images": { type: T.PANEL, children: string }, + "template_msa_friend_button_layout": { type: T.PANEL, children: 'friend_background' | 'friend_button_layout' | 'unchecked' }, + "template_msa_friend_button_layout/friend_background": { type: T.IMAGE, children: string }, + "template_msa_friend_button_layout/friend_button_layout": { type: T.STACK_PANEL, children: string }, + "template_msa_friend_button_layout/unchecked": { type: T.UNKNOWN, children: string }, + "template_platform_friend_button_layout": { type: T.PANEL, children: 'friend_background' | 'friend_button_layout' | 'unchecked' }, + "template_platform_friend_button_layout/friend_background": { type: T.IMAGE, children: string }, + "template_platform_friend_button_layout/friend_button_layout": { type: T.STACK_PANEL, children: string }, + "template_platform_friend_button_layout/unchecked": { type: T.UNKNOWN, children: string }, + "template_linked_friend_button_layout": { type: T.PANEL, children: 'friend_background' | 'horizontal_spacer_panel' }, + "template_linked_friend_button_layout/friend_background": { type: T.IMAGE, children: string }, + "template_linked_friend_button_layout/horizontal_spacer_panel": { type: T.STACK_PANEL, children: 'unchecked_locked' | 'friend_button_layout' }, + "template_linked_friend_button_layout/horizontal_spacer_panel/unchecked_locked": { type: T.UNKNOWN, children: string }, + "template_linked_friend_button_layout/horizontal_spacer_panel/friend_button_layout": { type: T.STACK_PANEL, children: string }, + "msa_friend_button": { type: T.TOGGLE, children: 'checked' | 'unchecked' | 'checked_hover' | 'unchecked_hover' | 'checked_locked' | 'unchecked_locked' | 'checked_locked_hover' | 'unchecked_locked_hover' }, + "msa_friend_button/checked": { type: T.PANEL, children: string }, + "msa_friend_button/unchecked": { type: T.PANEL, children: string }, + "msa_friend_button/checked_hover": { type: T.PANEL, children: string }, + "msa_friend_button/unchecked_hover": { type: T.PANEL, children: string }, + "msa_friend_button/checked_locked": { type: T.PANEL, children: string }, + "msa_friend_button/unchecked_locked": { type: T.PANEL, children: string }, + "msa_friend_button/checked_locked_hover": { type: T.PANEL, children: string }, + "msa_friend_button/unchecked_locked_hover": { type: T.PANEL, children: string }, + "platform_friend_button": { type: T.TOGGLE, children: 'checked' | 'unchecked' | 'checked_hover' | 'unchecked_hover' | 'checked_locked' | 'unchecked_locked' | 'checked_locked_hover' | 'unchecked_locked_hover' }, + "platform_friend_button/checked": { type: T.PANEL, children: string }, + "platform_friend_button/unchecked": { type: T.PANEL, children: string }, + "platform_friend_button/checked_hover": { type: T.PANEL, children: string }, + "platform_friend_button/unchecked_hover": { type: T.PANEL, children: string }, + "platform_friend_button/checked_locked": { type: T.PANEL, children: string }, + "platform_friend_button/unchecked_locked": { type: T.PANEL, children: string }, + "platform_friend_button/checked_locked_hover": { type: T.PANEL, children: string }, + "platform_friend_button/unchecked_locked_hover": { type: T.PANEL, children: string }, + "linked_friend_button": { type: T.TOGGLE, children: 'checked' | 'unchecked' | 'checked_hover' | 'unchecked_hover' | 'checked_locked' | 'unchecked_locked' | 'checked_locked_hover' | 'unchecked_locked_hover' }, + "linked_friend_button/checked": { type: T.PANEL, children: string }, + "linked_friend_button/unchecked": { type: T.PANEL, children: string }, + "linked_friend_button/checked_hover": { type: T.PANEL, children: string }, + "linked_friend_button/unchecked_hover": { type: T.PANEL, children: string }, + "linked_friend_button/checked_locked": { type: T.PANEL, children: string }, + "linked_friend_button/unchecked_locked": { type: T.PANEL, children: string }, + "linked_friend_button/checked_locked_hover": { type: T.PANEL, children: string }, + "linked_friend_button/unchecked_locked_hover": { type: T.PANEL, children: string }, + "msa_friend_grid_item_template": { type: T.STACK_PANEL, children: 'friend_button_Panel' | 'profile_button_pannel' | 'spacer_03' }, + "msa_friend_grid_item_template/friend_button_Panel": { type: T.PANEL, children: 'gamerpic_panel_positioner' | 'friend_button' }, + "msa_friend_grid_item_template/friend_button_Panel/gamerpic_panel_positioner": { type: T.PANEL, children: 'pp' }, + "msa_friend_grid_item_template/friend_button_Panel/gamerpic_panel_positioner/pp": { type: T.PANEL, children: string }, + "msa_friend_grid_item_template/friend_button_Panel/friend_button": { type: T.TOGGLE, children: string }, + "msa_friend_grid_item_template/profile_button_pannel": { type: T.PANEL, children: 'view_profile_button' }, + "msa_friend_grid_item_template/profile_button_pannel/view_profile_button": { type: T.BUTTON, children: string }, + "msa_friend_grid_item_template/spacer_03": { type: T.PANEL, children: string }, + "platform_friend_grid_item_template": { type: T.PANEL, children: 'friend_button' }, + "platform_friend_grid_item_template/friend_button": { type: T.TOGGLE, children: string }, + "friend_linked_account_grid_item_template": { type: T.PANEL, children: 'friend_button' }, + "friend_linked_account_grid_item_template/friend_button": { type: T.TOGGLE, children: string }, + "online_xbox_live_friend_grid_item": { type: T.STACK_PANEL, children: string }, + "offline_xbox_live_friend_grid_item": { type: T.STACK_PANEL, children: string }, + "online_linked_account_friend_grid_item": { type: T.PANEL, children: string }, + "offline_linked_account_friend_grid_item": { type: T.PANEL, children: string }, + "online_platform_friend_grid_item": { type: T.PANEL, children: string }, + "offline_platform_friend_grid_item": { type: T.PANEL, children: string }, + "online_xbox_live_friend_list_grid": { type: T.GRID, children: string }, + "offline_xbox_live_friend_list_grid": { type: T.GRID, children: string }, + "online_platform_friend_list_grid": { type: T.GRID, children: string }, + "offline_platform_friend_list_grid": { type: T.GRID, children: string }, + "online_linked_account_friend_list_grid": { type: T.GRID, children: string }, + "offline_linked_account_friend_list_grid": { type: T.GRID, children: string }, + "friends_pagination_controls": { type: T.STACK_PANEL, children: 'previous_button' | 'center_panel' | 'next_button' }, + "friends_pagination_controls/previous_button": { type: T.BUTTON, children: string }, + "friends_pagination_controls/center_panel": { type: T.PANEL, children: 'page_counter' }, + "friends_pagination_controls/center_panel/page_counter": { type: T.LABEL, children: string }, + "friends_pagination_controls/next_button": { type: T.BUTTON, children: string }, + "friends_category": { type: T.STACK_PANEL, children: 'friends_grid' | 'pagination_stack_panel' | 'padding' }, + "friends_category/friends_grid": { type: T.UNKNOWN, children: string }, + "friends_category/pagination_stack_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'pagination_controls' | 'padding_2' | 'divider' }, + "friends_category/pagination_stack_panel/padding_1": { type: T.PANEL, children: string }, + "friends_category/pagination_stack_panel/pagination_controls": { type: T.STACK_PANEL, children: string }, + "friends_category/pagination_stack_panel/padding_2": { type: T.PANEL, children: string }, + "friends_category/pagination_stack_panel/divider": { type: T.PANEL, children: string }, + "friends_category/padding": { type: T.PANEL, children: string }, + "frame_label": { type: T.LABEL, children: string }, + "friend_panel": { type: T.PANEL, children: string }, + "scrolling_content_stack": { type: T.STACK_PANEL, children: 'invite_party_panel' | 'message' | 'online_platform' | 'vertical_padding_0' | 'online_platform_friend_list_category' | 'crossplatform_disabled_panel' | 'crossplatform_disable_spacer' | 'online_cross_platform' | 'vertical_padding_1' | 'online_linked_account_friend_list_category' | 'online_xbox_live_friend_list_category' | 'offline_platform' | 'vertical_padding_2' | 'offline_platform_friend_list_category' | 'no_platform_friends' | 'offline_cross_platform' | 'vertical_padding_3' | 'offline_linked_account_friend_list_category' | 'offline_xbox_live_friend_list_category' | 'no_xbox_live_friends' }, + "scrolling_content_stack/invite_party_panel": { type: T.PANEL, children: string }, + "scrolling_content_stack/message": { type: T.PANEL, children: 'frame_label' }, + "scrolling_content_stack/message/frame_label": { type: T.LABEL, children: string }, + "scrolling_content_stack/online_platform": { type: T.PANEL, children: 'frame_label' }, + "scrolling_content_stack/online_platform/frame_label": { type: T.LABEL, children: string }, + "scrolling_content_stack/vertical_padding_0": { type: T.PANEL, children: string }, + "scrolling_content_stack/online_platform_friend_list_category": { type: T.STACK_PANEL, children: string }, + "scrolling_content_stack/crossplatform_disabled_panel": { type: T.IMAGE, children: 'disable_text' }, + "scrolling_content_stack/crossplatform_disabled_panel/disable_text": { type: T.LABEL, children: string }, + "scrolling_content_stack/crossplatform_disable_spacer": { type: T.PANEL, children: string }, + "scrolling_content_stack/online_cross_platform": { type: T.PANEL, children: 'frame_label' }, + "scrolling_content_stack/online_cross_platform/frame_label": { type: T.LABEL, children: string }, + "scrolling_content_stack/vertical_padding_1": { type: T.PANEL, children: string }, + "scrolling_content_stack/online_linked_account_friend_list_category": { type: T.STACK_PANEL, children: string }, + "scrolling_content_stack/online_xbox_live_friend_list_category": { type: T.STACK_PANEL, children: string }, + "scrolling_content_stack/offline_platform": { type: T.PANEL, children: 'frame_label' }, + "scrolling_content_stack/offline_platform/frame_label": { type: T.LABEL, children: string }, + "scrolling_content_stack/vertical_padding_2": { type: T.PANEL, children: string }, + "scrolling_content_stack/offline_platform_friend_list_category": { type: T.STACK_PANEL, children: string }, + "scrolling_content_stack/no_platform_friends": { type: T.PANEL, children: 'no_friends_tts_wrapper' }, + "scrolling_content_stack/no_platform_friends/no_friends_tts_wrapper": { type: T.PANEL, children: string }, + "scrolling_content_stack/offline_cross_platform": { type: T.PANEL, children: 'frame_label' }, + "scrolling_content_stack/offline_cross_platform/frame_label": { type: T.LABEL, children: string }, + "scrolling_content_stack/vertical_padding_3": { type: T.PANEL, children: string }, + "scrolling_content_stack/offline_linked_account_friend_list_category": { type: T.STACK_PANEL, children: string }, + "scrolling_content_stack/offline_xbox_live_friend_list_category": { type: T.STACK_PANEL, children: string }, + "scrolling_content_stack/no_xbox_live_friends": { type: T.PANEL, children: 'no_friends_tts_wrapper' }, + "scrolling_content_stack/no_xbox_live_friends/no_friends_tts_wrapper": { type: T.PANEL, children: string }, + "invite_party_panel": { type: T.PANEL, children: 'frame_label' | 'frame_description' | 'our_toggle' | 'border_outline' }, + "invite_party_panel/frame_label": { type: T.LABEL, children: string }, + "invite_party_panel/frame_description": { type: T.LABEL, children: string }, + "invite_party_panel/our_toggle": { type: T.TOGGLE, children: string }, + "invite_party_panel/border_outline": { type: T.IMAGE, children: string }, + "friend_button_test": { type: T.TOGGLE, children: string }, + "progress_bar_and_scrolling_content_panel": { type: T.PANEL, children: 'progress_loading_bars' | 'invite_scrolling_area' }, + "progress_bar_and_scrolling_content_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "progress_bar_and_scrolling_content_panel/invite_scrolling_area": { type: T.STACK_PANEL, children: string }, + "no_xbox_live_friends_frame_label": { type: T.LABEL, children: string }, + "no_platform_friends_frame_label": { type: T.LABEL, children: string }, + "horizontal_invite_panel": { type: T.PANEL, children: string }, + "vertical_invite_panel": { type: T.PANEL, children: string }, + "scrolling_area": { type: T.PANEL, children: string }, + "invite_button_content": { type: T.PANEL, children: 'gameplay_helper' | 'button_label' }, + "invite_button_content/gameplay_helper": { type: T.UNKNOWN, children: string }, + "invite_button_content/button_label": { type: T.LABEL, children: string }, + "invite_button_content_hover": { type: T.PANEL, children: string }, + "invite_button_content_pressed": { type: T.PANEL, children: string }, + "invite_button_content_locked": { type: T.PANEL, children: string }, + "add_friend_button": { type: T.BUTTON, children: string }, + "profile_button_content": { type: T.PANEL, children: 'button_label' }, + "profile_button_content/button_label": { type: T.LABEL, children: string }, + "profile_button_content_hover": { type: T.PANEL, children: string }, + "profile_button_content_pressed": { type: T.PANEL, children: string }, + "profile_button_content_locked": { type: T.PANEL, children: string }, + "add_member_button": { type: T.BUTTON, children: string }, + "send_button": { type: T.BUTTON, children: string }, + "profile_button": { type: T.BUTTON, children: string }, + "horizontal_button_stack_panel": { type: T.STACK_PANEL, children: 'add_friend_button' | 'add_member_button' | 'padding' | 'send_button' }, + "horizontal_button_stack_panel/add_friend_button": { type: T.BUTTON, children: string }, + "horizontal_button_stack_panel/add_member_button": { type: T.BUTTON, children: string }, + "horizontal_button_stack_panel/padding": { type: T.PANEL, children: string }, + "horizontal_button_stack_panel/send_button": { type: T.BUTTON, children: string }, + "vertical_buttons_top_panel": { type: T.PANEL, children: 'add_friend_button' | 'add_member_button' }, + "vertical_buttons_top_panel/add_friend_button": { type: T.BUTTON, children: string }, + "vertical_buttons_top_panel/add_member_button": { type: T.BUTTON, children: string }, + "vertical_buttons_bottom_panel": { type: T.PANEL, children: 'send_button' }, + "vertical_buttons_bottom_panel/send_button": { type: T.BUTTON, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "invite_screen": { type: T.SCREEN, children: string }, + "invite_screen_content": { type: T.PANEL, children: 'gamepad_helpers' | 'invite_panel' }, + "invite_screen_content/gamepad_helpers": { type: T.PANEL, children: string }, + "invite_screen_content/invite_panel": { type: T.UNKNOWN, children: string }, +} + +export type JigsawEditorType = { + "horizontal_buffer": { type: T.PANEL, children: string }, + "vertical_buffer": { type: T.PANEL, children: string }, + "common_text_label": { type: T.LABEL, children: string }, + "text_edit_box": { type: T.EDIT_BOX, children: string }, + "help_icon": { type: T.IMAGE, children: string }, + "toggle_with_label": { type: T.STACK_PANEL, children: 'toggle' | 'toggle_label_padding' | 'toggle_label_wrapper' }, + "toggle_with_label/toggle": { type: T.TOGGLE, children: string }, + "toggle_with_label/toggle_label_padding": { type: T.PANEL, children: string }, + "toggle_with_label/toggle_label_wrapper": { type: T.PANEL, children: 'toggle_label' | 'toggle_label_disabled' }, + "toggle_with_label/toggle_label_wrapper/toggle_label": { type: T.LABEL, children: string }, + "toggle_with_label/toggle_label_wrapper/toggle_label_disabled": { type: T.LABEL, children: string }, + "data_item_title_and_edit": { type: T.STACK_PANEL, children: 'data_title' | 'data_text_edit' }, + "data_item_title_and_edit/data_title": { type: T.LABEL, children: string }, + "data_item_title_and_edit/data_text_edit": { type: T.EDIT_BOX, children: string }, + "data_item_title_and_edit_fill": { type: T.STACK_PANEL, children: string }, + "data_item_title_and_toggle": { type: T.STACK_PANEL, children: 'data_title' | 'toggle' }, + "data_item_title_and_toggle/data_title": { type: T.LABEL, children: string }, + "data_item_title_and_toggle/toggle": { type: T.STACK_PANEL, children: string }, + "exit_buttons": { type: T.STACK_PANEL, children: 'done_button' | 'buffer' | 'help_button' }, + "exit_buttons/done_button": { type: T.BUTTON, children: string }, + "exit_buttons/buffer": { type: T.PANEL, children: string }, + "exit_buttons/help_button": { type: T.BUTTON, children: string }, + "scrolling_panel_wrapper": { type: T.IMAGE, children: 'scrolling_panel' }, + "scrolling_panel_wrapper/scrolling_panel": { type: T.PANEL, children: string }, + "scrolling_panel": { type: T.PANEL, children: string }, + "scroll_panel_content": { type: T.STACK_PANEL, children: 'target_pool_title_and_edit' | 'buffer_1' | 'name_title_and_edit' | 'buffer_2' | 'target_title_and_edit' | 'buffer_3' | 'final_block_title_and_edit' | 'buffer_4' | 'selection_and_placement_priority' | 'buffer_5' | 'joint_type_title_and_toggle' | 'buffer_6' }, + "scroll_panel_content/target_pool_title_and_edit": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/buffer_1": { type: T.PANEL, children: string }, + "scroll_panel_content/name_title_and_edit": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/buffer_2": { type: T.PANEL, children: string }, + "scroll_panel_content/target_title_and_edit": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/buffer_3": { type: T.PANEL, children: string }, + "scroll_panel_content/final_block_title_and_edit": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/buffer_4": { type: T.PANEL, children: string }, + "scroll_panel_content/selection_and_placement_priority": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/buffer_5": { type: T.PANEL, children: string }, + "scroll_panel_content/joint_type_title_and_toggle": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/buffer_6": { type: T.PANEL, children: string }, + "selection_and_placement_priority": { type: T.STACK_PANEL, children: 'selection_priority_title_and_edit' | 'buffer_1' | 'placement_priority_title_and_edit' }, + "selection_and_placement_priority/selection_priority_title_and_edit": { type: T.STACK_PANEL, children: string }, + "selection_and_placement_priority/buffer_1": { type: T.PANEL, children: string }, + "selection_and_placement_priority/placement_priority_title_and_edit": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper": { type: T.IMAGE, children: 'exit_buttons' }, + "button_panel_wrapper/exit_buttons": { type: T.STACK_PANEL, children: string }, + "jigsaw_editor_panel": { type: T.STACK_PANEL, children: 'scrolling_panel' | 'button_wrapper' }, + "jigsaw_editor_panel/scrolling_panel": { type: T.IMAGE, children: string }, + "jigsaw_editor_panel/button_wrapper": { type: T.PANEL, children: 'buttons' }, + "jigsaw_editor_panel/button_wrapper/buttons": { type: T.IMAGE, children: string }, + "jigsaw_editor_content": { type: T.PANEL, children: 'background_panel' | 'title' | 'jigsaw_editor_panel' }, + "jigsaw_editor_content/background_panel": { type: T.STACK_PANEL, children: string }, + "jigsaw_editor_content/title": { type: T.LABEL, children: string }, + "jigsaw_editor_content/jigsaw_editor_panel": { type: T.STACK_PANEL, children: string }, + "jigsaw_editor_screen": { type: T.SCREEN, children: string }, +} + +export type LateJoinType = { + "animation_panel": { type: T.PANEL, children: 'stacked_column' }, + "animation_panel/stacked_column": { type: T.STACK_PANEL, children: 'waiting_animating_text' }, + "animation_panel/stacked_column/waiting_animating_text": { type: T.LABEL, children: string }, + "gamepad_helpers": { type: T.STACK_PANEL, children: 'gamepad_helper_b_and_padding' }, + "gamepad_helpers/gamepad_helper_b_and_padding": { type: T.PANEL, children: 'gamepad_helper_b' }, + "gamepad_helpers/gamepad_helper_b_and_padding/gamepad_helper_b": { type: T.STACK_PANEL, children: string }, + "late_join_pregame_screen": { type: T.SCREEN, children: string }, + "late_join_screen_content": { type: T.PANEL, children: 'animation_panel' | 'gamepad_helpers' }, + "late_join_screen_content/animation_panel": { type: T.PANEL, children: string }, + "late_join_screen_content/gamepad_helpers": { type: T.STACK_PANEL, children: string }, +} + +export type LibraryModalType = { + "modal_button": { type: T.BUTTON, children: string }, + "modal_text_content": { type: T.LABEL, children: string }, + "modal_ok": { type: T.BUTTON, children: string }, + "modal_cancel": { type: T.BUTTON, children: string }, + "in_game_prompt": { type: T.PANEL, children: string }, + "fetch_error": { type: T.PANEL, children: string }, + "content": { type: T.PANEL, children: 'fetch' | 'ingame' }, + "content/fetch": { type: T.PANEL, children: string }, + "content/ingame": { type: T.PANEL, children: string }, + "content_wrapper": { type: T.INPUT_PANEL, children: 'content' }, + "content_wrapper/content": { type: T.PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, + "library_modal_screen": { type: T.SCREEN, children: string }, + "text_panel": { type: T.STACK_PANEL, children: string }, + "edu_icon": { type: T.IMAGE, children: string }, + "continue_button": { type: T.BUTTON, children: string }, + "paragraph": { type: T.LABEL, children: string }, + "welcome_text_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'paragraph_1_wrapper' | 'padding_2' | 'paragraph_two' | 'padding_3' | 'paragraph_three' }, + "welcome_text_panel/padding_1": { type: T.PANEL, children: string }, + "welcome_text_panel/paragraph_1_wrapper": { type: T.STACK_PANEL, children: 'edu_icon' | 'stack_buffer1' | 'paragraph_1_panel' }, + "welcome_text_panel/paragraph_1_wrapper/edu_icon": { type: T.IMAGE, children: string }, + "welcome_text_panel/paragraph_1_wrapper/stack_buffer1": { type: T.PANEL, children: string }, + "welcome_text_panel/paragraph_1_wrapper/paragraph_1_panel": { type: T.PANEL, children: 'paragraph_1' }, + "welcome_text_panel/paragraph_1_wrapper/paragraph_1_panel/paragraph_1": { type: T.LABEL, children: string }, + "welcome_text_panel/padding_2": { type: T.PANEL, children: string }, + "welcome_text_panel/paragraph_two": { type: T.LABEL, children: string }, + "welcome_text_panel/padding_3": { type: T.PANEL, children: string }, + "welcome_text_panel/paragraph_three": { type: T.LABEL, children: string }, + "welcome_scrolling_panel": { type: T.PANEL, children: string }, + "welcome_panel_content": { type: T.PANEL, children: 'background_panel' | 'welcome_scrolling_panel' | 'continue_button' }, + "welcome_panel_content/background_panel": { type: T.PANEL, children: string }, + "welcome_panel_content/welcome_scrolling_panel": { type: T.PANEL, children: string }, + "welcome_panel_content/continue_button": { type: T.BUTTON, children: string }, + "welcome_panel": { type: T.INPUT_PANEL, children: 'welcome' }, + "welcome_panel/welcome": { type: T.PANEL, children: string }, +} + +export type LocalWorldPickerType = { + "local_world_picker_screen": { type: T.SCREEN, children: string }, + "local_world_picker_content": { type: T.PANEL, children: 'background' | 'panel_label' | 'content' }, + "local_world_picker_content/background": { type: T.PANEL, children: string }, + "local_world_picker_content/panel_label": { type: T.LABEL, children: string }, + "local_world_picker_content/content": { type: T.INPUT_PANEL, children: string }, +} + +export type LoomType = { + "loom_label": { type: T.LABEL, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "pattern_cell_image": { type: T.IMAGE, children: string }, + "container_cell_image": { type: T.IMAGE, children: string }, + "banner_outline": { type: T.IMAGE, children: string }, + "item_empty_image": { type: T.IMAGE, children: string }, + "banner_empty_image": { type: T.IMAGE, children: string }, + "dye_empty_image": { type: T.IMAGE, children: string }, + "pattern_item_empty_image": { type: T.IMAGE, children: string }, + "toolbar_background": { type: T.IMAGE, children: string }, + "highlight_slot_panel": { type: T.PANEL, children: 'highlight' | 'white_border' }, + "highlight_slot_panel/highlight": { type: T.IMAGE, children: string }, + "highlight_slot_panel/white_border": { type: T.IMAGE, children: string }, + "pattern_slot_button": { type: T.BUTTON, children: 'hover' }, + "pattern_slot_button/hover": { type: T.UNKNOWN, children: string }, + "banner_pattern": { type: T.CUSTOM, children: string }, + "pattern_button": { type: T.INPUT_PANEL, children: 'banner_pattern' | 'item_button_ref' }, + "pattern_button/banner_pattern": { type: T.UNKNOWN, children: string }, + "pattern_button/item_button_ref": { type: T.UNKNOWN, children: string }, + "scroll_grid": { type: T.GRID, children: string }, + "scroll_grid_panel": { type: T.INPUT_PANEL, children: 'grid' }, + "scroll_grid_panel/grid": { type: T.GRID, children: string }, + "scroll_panel": { type: T.PANEL, children: string }, + "pattern_book_panel": { type: T.INPUT_PANEL, children: 'bg' | 'scroll_panel' }, + "pattern_book_panel/bg": { type: T.PANEL, children: string }, + "pattern_book_panel/scroll_panel": { type: T.PANEL, children: string }, + "result_slot_button": { type: T.BUTTON, children: string }, + "input_item_slot": { type: T.INPUT_PANEL, children: string }, + "dye_item_slot": { type: T.INPUT_PANEL, children: string }, + "material_item_slot": { type: T.INPUT_PANEL, children: string }, + "result_item_slot": { type: T.INPUT_PANEL, children: string }, + "input_slots_stack_panel": { type: T.STACK_PANEL, children: 'input_item_slot' | 'padding_1' | 'dye_item_slot' | 'padding_2' | 'material_item_slot' }, + "input_slots_stack_panel/input_item_slot": { type: T.INPUT_PANEL, children: string }, + "input_slots_stack_panel/padding_1": { type: T.PANEL, children: string }, + "input_slots_stack_panel/dye_item_slot": { type: T.INPUT_PANEL, children: string }, + "input_slots_stack_panel/padding_2": { type: T.PANEL, children: string }, + "input_slots_stack_panel/material_item_slot": { type: T.INPUT_PANEL, children: string }, + "result_banner_renderer": { type: T.CUSTOM, children: string }, + "top_half_stack_panel": { type: T.STACK_PANEL, children: 'input_slots_holder' | 'padding_1' | 'arrow_holder' | 'padding_2' | 'result_item_slot_holder' | 'padding_3' | 'result_banner_outline' }, + "top_half_stack_panel/input_slots_holder": { type: T.PANEL, children: 'input_slots_stack_panel' }, + "top_half_stack_panel/input_slots_holder/input_slots_stack_panel": { type: T.STACK_PANEL, children: string }, + "top_half_stack_panel/padding_1": { type: T.PANEL, children: string }, + "top_half_stack_panel/arrow_holder": { type: T.PANEL, children: 'arrow_icon' }, + "top_half_stack_panel/arrow_holder/arrow_icon": { type: T.IMAGE, children: string }, + "top_half_stack_panel/padding_2": { type: T.PANEL, children: string }, + "top_half_stack_panel/result_item_slot_holder": { type: T.PANEL, children: 'result_item_slot' }, + "top_half_stack_panel/result_item_slot_holder/result_item_slot": { type: T.INPUT_PANEL, children: string }, + "top_half_stack_panel/padding_3": { type: T.PANEL, children: string }, + "top_half_stack_panel/result_banner_outline": { type: T.IMAGE, children: 'result_banner_renderer' }, + "top_half_stack_panel/result_banner_outline/result_banner_renderer": { type: T.CUSTOM, children: string }, + "top_half_panel": { type: T.PANEL, children: 'top_half_stack_panel' }, + "top_half_panel/top_half_stack_panel": { type: T.STACK_PANEL, children: string }, + "right_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'loom_screen_inventory' }, + "right_panel/common_panel": { type: T.PANEL, children: string }, + "right_panel/loom_screen_inventory": { type: T.PANEL, children: 'loom_label' | 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' }, + "right_panel/loom_screen_inventory/loom_label": { type: T.LABEL, children: string }, + "right_panel/loom_screen_inventory/top_half_panel": { type: T.PANEL, children: string }, + "right_panel/loom_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "right_panel/loom_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "help_button": { type: T.BUTTON, children: string }, + "toolbar_panel": { type: T.INPUT_PANEL, children: 'toolbar_background' }, + "toolbar_panel/toolbar_background": { type: T.IMAGE, children: 'toolbar_stack_panel' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'help_button_panel' | 'close_button_panel' | 'padding_2' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel": { type: T.PANEL, children: 'help_button' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel/help_button": { type: T.BUTTON, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { type: T.PANEL, children: 'close_button' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { type: T.BUTTON, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { type: T.PANEL, children: string }, + "toolbar_anchor": { type: T.PANEL, children: 'toolbar_panel' }, + "toolbar_anchor/toolbar_panel": { type: T.INPUT_PANEL, children: string }, + "center_fold": { type: T.INPUT_PANEL, children: 'center_bg' }, + "center_fold/center_bg": { type: T.IMAGE, children: string }, + "screen_stack_panel": { type: T.STACK_PANEL, children: 'pattern_book_panel' | 'center_fold' | 'right_panel' | 'toolbar_anchor' }, + "screen_stack_panel/pattern_book_panel": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/center_fold": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/right_panel": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/toolbar_anchor": { type: T.PANEL, children: string }, + "loom_panel": { type: T.PANEL, children: 'screen_stack_panel' | 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'inventory_selected_icon_button' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "loom_panel/screen_stack_panel": { type: T.STACK_PANEL, children: string }, + "loom_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "loom_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "loom_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "loom_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "loom_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "loom_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "loom_screen": { type: T.SCREEN, children: string }, +} + +export type LoomPocketType = { + "vertical_arrow_icon": { type: T.IMAGE, children: string }, + "banner_empty_image": { type: T.IMAGE, children: string }, + "dye_empty_image": { type: T.IMAGE, children: string }, + "pattern_item_empty_image": { type: T.IMAGE, children: string }, + "chest_item_renderer": { type: T.CUSTOM, children: string }, + "banner_item_renderer": { type: T.CUSTOM, children: string }, + "loom_item_renderer": { type: T.CUSTOM, children: string }, + "input_item_slot": { type: T.INPUT_PANEL, children: string }, + "dye_item_slot": { type: T.INPUT_PANEL, children: string }, + "material_item_slot": { type: T.INPUT_PANEL, children: string }, + "result_item_slot": { type: T.INPUT_PANEL, children: string }, + "right_panel": { type: T.STACK_PANEL, children: 'content' | 'navigation_tabs_holder' }, + "right_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'loom_content_stack_panel' }, + "right_panel/content/bg": { type: T.PANEL, children: string }, + "right_panel/content/loom_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "right_panel/navigation_tabs_holder": { type: T.PANEL, children: 'right_navigation_tabs' }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "right_tab_loom": { type: T.PANEL, children: string }, + "right_navigation_tabs": { type: T.STACK_PANEL, children: 'pocket_tab_close_and_help_button' | 'fill' | 'right_tab_loom' }, + "right_navigation_tabs/pocket_tab_close_and_help_button": { type: T.IMAGE, children: string }, + "right_navigation_tabs/fill": { type: T.PANEL, children: string }, + "right_navigation_tabs/right_tab_loom": { type: T.PANEL, children: string }, + "input_slots_stack_panel": { type: T.STACK_PANEL, children: 'input_item_slot' | 'padding_1' | 'dye_item_slot' | 'padding_2' | 'material_item_slot' }, + "input_slots_stack_panel/input_item_slot": { type: T.INPUT_PANEL, children: string }, + "input_slots_stack_panel/padding_1": { type: T.PANEL, children: string }, + "input_slots_stack_panel/dye_item_slot": { type: T.INPUT_PANEL, children: string }, + "input_slots_stack_panel/padding_2": { type: T.PANEL, children: string }, + "input_slots_stack_panel/material_item_slot": { type: T.INPUT_PANEL, children: string }, + "result_banner_outline": { type: T.IMAGE, children: 'result_banner_renderer' }, + "result_banner_outline/result_banner_renderer": { type: T.CUSTOM, children: string }, + "loom_content_stack_panel": { type: T.STACK_PANEL, children: 'label_holder' | 'padding_1' | 'input_slots_holder' | 'padding_2' | 'banner_pattern_holder' | 'padding_3' | 'arrow_holder' | 'padding_4' | 'result_item_slot_holder' | 'padding_5' }, + "loom_content_stack_panel/label_holder": { type: T.PANEL, children: 'loom_label' }, + "loom_content_stack_panel/label_holder/loom_label": { type: T.LABEL, children: string }, + "loom_content_stack_panel/padding_1": { type: T.PANEL, children: string }, + "loom_content_stack_panel/input_slots_holder": { type: T.PANEL, children: 'input_slots_stack_panel' }, + "loom_content_stack_panel/input_slots_holder/input_slots_stack_panel": { type: T.STACK_PANEL, children: string }, + "loom_content_stack_panel/padding_2": { type: T.PANEL, children: string }, + "loom_content_stack_panel/banner_pattern_holder": { type: T.PANEL, children: 'result_banner_outline' }, + "loom_content_stack_panel/banner_pattern_holder/result_banner_outline": { type: T.IMAGE, children: string }, + "loom_content_stack_panel/padding_3": { type: T.PANEL, children: string }, + "loom_content_stack_panel/arrow_holder": { type: T.PANEL, children: 'vertical_arrow_icon' }, + "loom_content_stack_panel/arrow_holder/vertical_arrow_icon": { type: T.IMAGE, children: string }, + "loom_content_stack_panel/padding_4": { type: T.PANEL, children: string }, + "loom_content_stack_panel/result_item_slot_holder": { type: T.PANEL, children: 'result_item_slot' }, + "loom_content_stack_panel/result_item_slot_holder/result_item_slot": { type: T.INPUT_PANEL, children: string }, + "loom_content_stack_panel/padding_5": { type: T.PANEL, children: string }, + "inventory_scroll_panel": { type: T.PANEL, children: string }, + "pattern_button": { type: T.INPUT_PANEL, children: string }, + "banner_pattern": { type: T.CUSTOM, children: string }, + "pattern_scroll_panel": { type: T.PANEL, children: string }, + "left_panel": { type: T.STACK_PANEL, children: 'gamepad_helpers_and_tabs_holder' | 'content' }, + "left_panel/gamepad_helpers_and_tabs_holder": { type: T.PANEL, children: 'tabs_left_gamepad_helpers' | 'navigation_tabs_holder' }, + "left_panel/gamepad_helpers_and_tabs_holder/tabs_left_gamepad_helpers": { type: T.PANEL, children: string }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { type: T.PANEL, children: 'left_navigation_tabs' }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "left_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'inventory_scroll_panel' | 'pattern_scroll_panel' }, + "left_panel/content/bg": { type: T.PANEL, children: string }, + "left_panel/content/inventory_scroll_panel": { type: T.PANEL, children: string }, + "left_panel/content/pattern_scroll_panel": { type: T.PANEL, children: string }, + "left_tab_patterns": { type: T.PANEL, children: string }, + "left_tab_inventory": { type: T.PANEL, children: string }, + "left_navigation_tabs": { type: T.STACK_PANEL, children: 'left_tab_patterns' | 'padding' | 'left_tab_inventory' }, + "left_navigation_tabs/left_tab_patterns": { type: T.PANEL, children: string }, + "left_navigation_tabs/padding": { type: T.PANEL, children: string }, + "left_navigation_tabs/left_tab_inventory": { type: T.PANEL, children: string }, + "pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "loom_panel": { type: T.PANEL, children: 'pocket_hotbar_and_content_panels' | 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'inventory_selected_icon_button' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "loom_panel/pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "loom_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "loom_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "loom_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "loom_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "loom_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "loom_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type ManageFeedType = { + "manage_feed_item_scrolling_panel": { type: T.PANEL, children: 'manage_feed_item_scrolling_panel_content' }, + "manage_feed_item_scrolling_panel/manage_feed_item_scrolling_panel_content": { type: T.PANEL, children: string }, + "manage_feed_item_scrolling_panel_content": { type: T.PANEL, children: string }, + "grid_panel": { type: T.STACK_PANEL, children: 'top_spacing_gap' | 'manage_feed_loading_grid_item' | 'manage_feed_grid' | 'spacing_gap2' | 'pagination_panel' }, + "grid_panel/top_spacing_gap": { type: T.PANEL, children: string }, + "grid_panel/manage_feed_loading_grid_item": { type: T.PANEL, children: string }, + "grid_panel/manage_feed_grid": { type: T.GRID, children: string }, + "grid_panel/spacing_gap2": { type: T.PANEL, children: string }, + "grid_panel/pagination_panel": { type: T.PANEL, children: string }, + "pagination_panel": { type: T.PANEL, children: string }, + "manage_feed_grid": { type: T.GRID, children: string }, + "manage_feed_grid_item": { type: T.PANEL, children: 'image_panel_instance' | 'manage_feed_buttons_panel' | 'manage_feed_text_instance' | 'feed_timesince_instance' | 'nr_of_reports' | 'manage_player_pic_panel' | 'manage_feed_gamertag_instance' }, + "manage_feed_grid_item/image_panel_instance": { type: T.PANEL, children: string }, + "manage_feed_grid_item/manage_feed_buttons_panel": { type: T.STACK_PANEL, children: string }, + "manage_feed_grid_item/manage_feed_text_instance": { type: T.LABEL, children: string }, + "manage_feed_grid_item/feed_timesince_instance": { type: T.LABEL, children: string }, + "manage_feed_grid_item/nr_of_reports": { type: T.LABEL, children: string }, + "manage_feed_grid_item/manage_player_pic_panel": { type: T.PANEL, children: string }, + "manage_feed_grid_item/manage_feed_gamertag_instance": { type: T.LABEL, children: string }, + "manage_feed_buttons_panel": { type: T.STACK_PANEL, children: 'ignore_button' | 'delete_button' }, + "manage_feed_buttons_panel/ignore_button": { type: T.BUTTON, children: string }, + "manage_feed_buttons_panel/delete_button": { type: T.BUTTON, children: string }, + "manage_feed_loading_grid_item": { type: T.PANEL, children: 'loading_image_panel' }, + "manage_feed_loading_grid_item/loading_image_panel": { type: T.PANEL, children: string }, + "feed_buttons_panel_loading": { type: T.STACK_PANEL, children: 'like_button_loading' | 'spacing_gap1' | 'comment_button_loading' | 'spacing_gap2' | 'options_button_loading' }, + "feed_buttons_panel_loading/like_button_loading": { type: T.UNKNOWN, children: string }, + "feed_buttons_panel_loading/spacing_gap1": { type: T.PANEL, children: string }, + "feed_buttons_panel_loading/comment_button_loading": { type: T.UNKNOWN, children: string }, + "feed_buttons_panel_loading/spacing_gap2": { type: T.PANEL, children: string }, + "feed_buttons_panel_loading/options_button_loading": { type: T.UNKNOWN, children: string }, + "like_button_loading": { type: T.IMAGE, children: string }, + "comment_button_loading": { type: T.IMAGE, children: string }, + "options_button_loading": { type: T.IMAGE, children: string }, + "player_pic_panel_loading": { type: T.PANEL, children: 'player_gamer_pic_loading' }, + "player_pic_panel_loading/player_gamer_pic_loading": { type: T.UNKNOWN, children: string }, + "player_gamer_pic_loading": { type: T.IMAGE, children: string }, + "loading_image_panel": { type: T.PANEL, children: 'progress_loading_bars' | 'manage_feed_image_loading' | 'no_feed_item_content' }, + "loading_image_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "loading_image_panel/manage_feed_image_loading": { type: T.IMAGE, children: string }, + "loading_image_panel/no_feed_item_content": { type: T.LABEL, children: string }, + "manage_feed_image_loading": { type: T.IMAGE, children: string }, + "ignore_button": { type: T.BUTTON, children: string }, + "ignore_content_panel": { type: T.PANEL, children: 'ignore_label' }, + "ignore_content_panel/ignore_label": { type: T.LABEL, children: string }, + "delete_button": { type: T.BUTTON, children: string }, + "delete_content_panel": { type: T.PANEL, children: 'delete_label' }, + "delete_content_panel/delete_label": { type: T.LABEL, children: string }, + "manage_feed_image": { type: T.IMAGE, children: string }, + "manage_feed_image_content_panel": { type: T.PANEL, children: 'manage_feed_image' | 'textpost_content' }, + "manage_feed_image_content_panel/manage_feed_image": { type: T.IMAGE, children: string }, + "manage_feed_image_content_panel/textpost_content": { type: T.LABEL, children: string }, + "textpost_content": { type: T.LABEL, children: string }, + "image_panel": { type: T.PANEL, children: 'manage_feed_image_content_panel' }, + "image_panel/manage_feed_image_content_panel": { type: T.PANEL, children: string }, + "manage_player_pic_panel": { type: T.PANEL, children: 'manage_player_gamer_pic' }, + "manage_player_pic_panel/manage_player_gamer_pic": { type: T.CUSTOM, children: string }, + "manage_player_gamer_pic": { type: T.CUSTOM, children: string }, + "content": { type: T.PANEL, children: 'top_bar_gradient' | 'gamepad_helpers' | 'return_button' | 'reported_items_label' | 'manage_feed_item_scrolling_panel_instance' }, + "content/top_bar_gradient": { type: T.CUSTOM, children: string }, + "content/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "content/return_button": { type: T.BUTTON, children: string }, + "content/reported_items_label": { type: T.LABEL, children: string }, + "content/manage_feed_item_scrolling_panel_instance": { type: T.PANEL, children: string }, + "manage_feed_screen": { type: T.SCREEN, children: string }, + "manage_feed_screen_content": { type: T.PANEL, children: 'transparent_background' | 'container' }, + "manage_feed_screen_content/transparent_background": { type: T.IMAGE, children: string }, + "manage_feed_screen_content/container": { type: T.PANEL, children: 'content' }, + "manage_feed_screen_content/container/content": { type: T.PANEL, children: string }, +} + +export type ManifestValidationType = { + "clipboard_icon": { type: T.IMAGE, children: string }, + "clipboard_icon_wrapper": { type: T.PANEL, children: 'icon' }, + "clipboard_icon_wrapper/icon": { type: T.IMAGE, children: string }, + "trash_icon": { type: T.IMAGE, children: string }, + "trash_icon_wrapper": { type: T.PANEL, children: 'icon' | 'progress_loading_bars' }, + "trash_icon_wrapper/icon": { type: T.IMAGE, children: string }, + "trash_icon_wrapper/progress_loading_bars": { type: T.IMAGE, children: string }, + "refresh_icon": { type: T.IMAGE, children: string }, + "refresh_icon_wrapper": { type: T.PANEL, children: 'icon' | 'progress_loading_bars' }, + "refresh_icon_wrapper/icon": { type: T.IMAGE, children: string }, + "refresh_icon_wrapper/progress_loading_bars": { type: T.IMAGE, children: string }, + "section_divider": { type: T.PANEL, children: 'divider_image' }, + "section_divider/divider_image": { type: T.IMAGE, children: string }, + "text_label": { type: T.LABEL, children: string }, + "icon_image": { type: T.IMAGE, children: string }, + "progress_loading_bars": { type: T.IMAGE, children: string }, + "background": { type: T.IMAGE, children: string }, + "black_background_fill": { type: T.IMAGE, children: string }, + "error_pack_secondary_layout": { type: T.PANEL, children: 'black' }, + "error_pack_secondary_layout/black": { type: T.IMAGE, children: 'stack_panel' }, + "error_pack_secondary_layout/black/stack_panel": { type: T.PANEL, children: 'stack_panel' | 'secondary_panel' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel": { type: T.STACK_PANEL, children: 'icon_background' | 'pack_info' | 'button_panel' | 'pad' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/icon_background": { type: T.IMAGE, children: 'icon' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/icon_background/icon": { type: T.IMAGE, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info": { type: T.PANEL, children: 'top' | 'bottom' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/top": { type: T.STACK_PANEL, children: 'title' | 'padding' | 'pack_size' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/top/title": { type: T.LABEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/top/padding": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/top/pack_size": { type: T.LABEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/bottom": { type: T.STACK_PANEL, children: 'description' | 'padding' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/bottom/description": { type: T.LABEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pack_info/bottom/padding": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'refresh' | 'pad' | 'delete' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/top_pad": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/refresh": { type: T.PANEL, children: 'button' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/refresh/button": { type: T.BUTTON, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/pad": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/delete": { type: T.PANEL, children: 'button' }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/button_panel/delete/button": { type: T.BUTTON, children: string }, + "error_pack_secondary_layout/black/stack_panel/stack_panel/pad": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'title_panel' | 'pad_0' | 'padding_1' | 'version_panel' | 'pad_1' | 'padding_2' | 'path_panel' }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/padding_0": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel": { type: T.STACK_PANEL, children: 'title_text' | 'space' | 'offset' }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel/title_text": { type: T.LABEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel/space": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel/offset": { type: T.PANEL, children: 'title' }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/title_panel/offset/title": { type: T.LABEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/pad_0": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/padding_1": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel": { type: T.STACK_PANEL, children: 'version_text' | 'space' | 'offset' }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel/version_text": { type: T.LABEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel/space": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel/offset": { type: T.PANEL, children: 'version' }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/version_panel/offset/version": { type: T.LABEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/pad_1": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/padding_2": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel": { type: T.STACK_PANEL, children: 'path_text' | 'space' | 'offset' }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel/path_text": { type: T.LABEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel/space": { type: T.PANEL, children: string }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel/offset": { type: T.PANEL, children: 'description' }, + "error_pack_secondary_layout/black/stack_panel/secondary_panel/path_panel/offset/description": { type: T.LABEL, children: string }, + "error_pack_content_layout": { type: T.PANEL, children: 'black' }, + "error_pack_content_layout/black": { type: T.IMAGE, children: 'error_panel' }, + "error_pack_content_layout/black/error_panel": { type: T.STACK_PANEL, children: 'error_header_panel' | 'padding_0' | 'error_text_panel' }, + "error_pack_content_layout/black/error_panel/error_header_panel": { type: T.PANEL, children: 'error_type_panel' | 'button' }, + "error_pack_content_layout/black/error_panel/error_header_panel/error_type_panel": { type: T.LABEL, children: string }, + "error_pack_content_layout/black/error_panel/error_header_panel/button": { type: T.BUTTON, children: string }, + "error_pack_content_layout/black/error_panel/padding_0": { type: T.PANEL, children: string }, + "error_pack_content_layout/black/error_panel/error_text_panel": { type: T.STACK_PANEL, children: 'error_text' | 'space' | 'offset' }, + "error_pack_content_layout/black/error_panel/error_text_panel/error_text": { type: T.LABEL, children: string }, + "error_pack_content_layout/black/error_panel/error_text_panel/space": { type: T.PANEL, children: string }, + "error_pack_content_layout/black/error_panel/error_text_panel/offset": { type: T.PANEL, children: 'error_label' }, + "error_pack_content_layout/black/error_panel/error_text_panel/offset/error_label": { type: T.LABEL, children: string }, + "delete_button": { type: T.BUTTON, children: string }, + "delete_text_button": { type: T.BUTTON, children: string }, + "clipboard_button": { type: T.BUTTON, children: string }, + "refresh_button": { type: T.BUTTON, children: string }, + "refresh_text_button": { type: T.BUTTON, children: string }, + "pack_secondary_info": { type: T.PANEL, children: 'layout' }, + "pack_secondary_info/layout": { type: T.PANEL, children: string }, + "error_content_grid": { type: T.STACK_PANEL, children: string }, + "pack_error_item": { type: T.STACK_PANEL, children: 'secondary' | 'error_header' | 'error' }, + "pack_error_item/secondary": { type: T.PANEL, children: string }, + "pack_error_item/error_header": { type: T.PANEL, children: 'error_text' }, + "pack_error_item/error_header/error_text": { type: T.LABEL, children: string }, + "pack_error_item/error": { type: T.STACK_PANEL, children: string }, + "pack_error_group": { type: T.STACK_PANEL, children: 'top_padding' | 'errors' | 'padding' }, + "pack_error_group/top_padding": { type: T.PANEL, children: string }, + "pack_error_group/errors": { type: T.STACK_PANEL, children: string }, + "pack_error_group/padding": { type: T.PANEL, children: string }, + "common_scrolling_panel": { type: T.PANEL, children: string }, + "common_content": { type: T.INPUT_PANEL, children: string }, + "scrolling_offsets": { type: T.PANEL, children: string }, + "manifest_validation_scroll_content": { type: T.INPUT_PANEL, children: 'scrolling_panel' }, + "manifest_validation_scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "common_scroll_panel": { type: T.PANEL, children: string }, + "manifest_validation_scroll_panel": { type: T.PANEL, children: 'pack_error_group' }, + "manifest_validation_scroll_panel/pack_error_group": { type: T.STACK_PANEL, children: string }, + "manifest_validation_screen": { type: T.SCREEN, children: string }, + "manifest_validation_screen_content": { type: T.PANEL, children: 'background' }, + "manifest_validation_screen_content/background": { type: T.PANEL, children: string }, +} + +export type SdlLabelType = { + "sdl_label_factory": { type: T.STACK_PANEL, children: string }, + "sdl_label": { type: T.LABEL, children: string }, + "sdl_mc_ten_label": { type: T.LABEL, children: string }, +} + +export type SdlContentNavigationType = { + "content_navigation_factory": { type: T.STACK_PANEL, children: string }, + "inventory_nav_item_panel": { type: T.PANEL, children: 'inventory_nav_item' }, + "inventory_nav_item_panel/inventory_nav_item": { type: T.IMAGE, children: 'divider_stack_panel' }, + "inventory_nav_item_panel/inventory_nav_item/divider_stack_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'nav_button' | 'divider' }, + "inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/top_pad": { type: T.PANEL, children: string }, + "inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/nav_button": { type: T.BUTTON, children: string }, + "inventory_nav_item_panel/inventory_nav_item/divider_stack_panel/divider": { type: T.STACK_PANEL, children: string }, + "category_panel_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "category_panel_button/default": { type: T.STACK_PANEL, children: string }, + "category_panel_button/hover": { type: T.STACK_PANEL, children: string }, + "category_panel_button/pressed": { type: T.STACK_PANEL, children: string }, + "divider_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'divider' }, + "divider_panel/top_pad": { type: T.PANEL, children: string }, + "divider_panel/divider": { type: T.PANEL, children: string }, + "category_stack_panel": { type: T.STACK_PANEL, children: 'pad_1' | 'text' | 'fill_pad' | 'icon' | 'pad_2' | 'number' }, + "category_stack_panel/pad_1": { type: T.PANEL, children: string }, + "category_stack_panel/text": { type: T.UNKNOWN, children: string }, + "category_stack_panel/fill_pad": { type: T.PANEL, children: string }, + "category_stack_panel/icon": { type: T.IMAGE, children: string }, + "category_stack_panel/pad_2": { type: T.PANEL, children: string }, + "category_stack_panel/number": { type: T.LABEL, children: string }, + "light_redirect_button_panel": { type: T.PANEL, children: 'light_redirect_button' }, + "light_redirect_button_panel/light_redirect_button": { type: T.BUTTON, children: string }, + "sdl_button_no_click_panel": { type: T.PANEL, children: 'sdl_button_no_click' }, + "sdl_button_no_click_panel/sdl_button_no_click": { type: T.BUTTON, children: string }, + "no_click_button": { type: T.STACK_PANEL, children: 'pad_1' | 'text' | 'fill_pad' | 'icon_panel' | 'pad_2' }, + "no_click_button/pad_1": { type: T.PANEL, children: string }, + "no_click_button/text": { type: T.UNKNOWN, children: string }, + "no_click_button/fill_pad": { type: T.PANEL, children: string }, + "no_click_button/icon_panel": { type: T.PANEL, children: 'icon' }, + "no_click_button/icon_panel/icon": { type: T.IMAGE, children: string }, + "no_click_button/pad_2": { type: T.PANEL, children: string }, + "arrow_down": { type: T.IMAGE, children: string }, + "section_header_no_color_binding": { type: T.LABEL, children: string }, +} + +export type SdlDropdownsType = { + "sdl_dropdown_rows": { type: T.PANEL, children: 'container_panel' }, + "sdl_dropdown_rows/container_panel": { type: T.STACK_PANEL, children: 'toggle' | 'pad' }, + "sdl_dropdown_rows/container_panel/toggle": { type: T.PANEL, children: string }, + "sdl_dropdown_rows/container_panel/pad": { type: T.PANEL, children: string }, + "sdl_rows_toggle": { type: T.PANEL, children: string }, +} + +export type SdlImageRowType = { + "image_row_factory": { type: T.STACK_PANEL, children: string }, + "buffer_panel": { type: T.PANEL, children: string }, + "single_image": { type: T.PANEL, children: 'image_with_border' | 'image_selector' }, + "single_image/image_with_border": { type: T.PANEL, children: 'screenshot_image' | 'dark_border' | 'progress_loading' }, + "single_image/image_with_border/screenshot_image": { type: T.IMAGE, children: string }, + "single_image/image_with_border/dark_border": { type: T.IMAGE, children: string }, + "single_image/image_with_border/progress_loading": { type: T.PANEL, children: string }, + "single_image/image_selector": { type: T.BUTTON, children: string }, + "double_image": { type: T.PANEL, children: string }, + "triple_image_with_buffer": { type: T.STACK_PANEL, children: 'buffer_panel_in_1' | 'buffer_panel_in_2' | 'triple_image' | 'buffer_panel_out_1' | 'buffer_panel_out_2' }, + "triple_image_with_buffer/buffer_panel_in_1": { type: T.PANEL, children: string }, + "triple_image_with_buffer/buffer_panel_in_2": { type: T.PANEL, children: string }, + "triple_image_with_buffer/triple_image": { type: T.PANEL, children: string }, + "triple_image_with_buffer/buffer_panel_out_1": { type: T.PANEL, children: string }, + "triple_image_with_buffer/buffer_panel_out_2": { type: T.PANEL, children: string }, +} + +export type SdlTextRowType = { + "sdl_text_row_factory": { type: T.STACK_PANEL, children: string }, + "sdl_header_component_factory": { type: T.STACK_PANEL, children: string }, + "label_button": { type: T.BUTTON, children: string }, + "sdl_header_component_panel": { type: T.PANEL, children: 'header_background' | 'header_internals' | 'header_highlight' | 'text_row_header_text' }, + "sdl_header_component_panel/header_background": { type: T.IMAGE, children: string }, + "sdl_header_component_panel/header_internals": { type: T.BUTTON, children: string }, + "sdl_header_component_panel/header_highlight": { type: T.IMAGE, children: string }, + "sdl_header_component_panel/text_row_header_text": { type: T.STACK_PANEL, children: string }, + "sdl_text_row_component_panel": { type: T.PANEL, children: 'text_background' | 'text_row_selector' | 'text_row_background' | 'text_row_component_text' }, + "sdl_text_row_component_panel/text_background": { type: T.IMAGE, children: string }, + "sdl_text_row_component_panel/text_row_selector": { type: T.BUTTON, children: string }, + "sdl_text_row_component_panel/text_row_background": { type: T.IMAGE, children: string }, + "sdl_text_row_component_panel/text_row_component_text": { type: T.STACK_PANEL, children: string }, + "solo_text_row": { type: T.STACK_PANEL, children: 'buffer_panel_front' | 'headercomp_and_textcomp_panel' | 'buffer_panel_back' }, + "solo_text_row/buffer_panel_front": { type: T.PANEL, children: string }, + "solo_text_row/headercomp_and_textcomp_panel": { type: T.STACK_PANEL, children: 'text_row_header_text_panel' | 'text_row_text_panel' }, + "solo_text_row/headercomp_and_textcomp_panel/text_row_header_text_panel": { type: T.PANEL, children: string }, + "solo_text_row/headercomp_and_textcomp_panel/text_row_text_panel": { type: T.PANEL, children: string }, + "solo_text_row/buffer_panel_back": { type: T.PANEL, children: string }, +} + +export type MobEffectType = { + "effect_background": { type: T.PANEL, children: 'default_background' | 'ambient_background' }, + "effect_background/default_background": { type: T.IMAGE, children: string }, + "effect_background/ambient_background": { type: T.IMAGE, children: string }, + "main_background": { type: T.IMAGE, children: string }, + "button_background": { type: T.IMAGE, children: string }, + "effect_name": { type: T.LABEL, children: string }, + "effect_timer": { type: T.LABEL, children: string }, + "effect_icon": { type: T.IMAGE, children: string }, + "mob_effect_grid_panel": { type: T.PANEL, children: 'mob_effect_grid' }, + "mob_effect_grid_panel/mob_effect_grid": { type: T.GRID, children: string }, + "mob_effect_grid": { type: T.GRID, children: string }, + "mob_effect_grid_item": { type: T.PANEL, children: 'bg' | 'name' | 'timer' | 'icon' }, + "mob_effect_grid_item/bg": { type: T.PANEL, children: string }, + "mob_effect_grid_item/name": { type: T.LABEL, children: string }, + "mob_effect_grid_item/timer": { type: T.LABEL, children: string }, + "mob_effect_grid_item/icon": { type: T.IMAGE, children: string }, + "mob_effect_list_content_panel": { type: T.PANEL, children: 'scrolling_panel' }, + "mob_effect_list_content_panel/scrolling_panel": { type: T.PANEL, children: string }, + "mob_effect_screen_close_button": { type: T.BUTTON, children: string }, + "close_button_panel": { type: T.PANEL, children: 'bg' | 'close_button' }, + "close_button_panel/bg": { type: T.IMAGE, children: string }, + "close_button_panel/close_button": { type: T.BUTTON, children: string }, + "mob_effect_content": { type: T.PANEL, children: 'bg' | 'close_panel' | 'content_panel' }, + "mob_effect_content/bg": { type: T.IMAGE, children: string }, + "mob_effect_content/close_panel": { type: T.PANEL, children: string }, + "mob_effect_content/content_panel": { type: T.PANEL, children: string }, + "main_screen": { type: T.PANEL, children: 'main_screen' }, + "main_screen/main_screen": { type: T.PANEL, children: string }, + "mob_effect_screen": { type: T.SCREEN, children: string }, +} + +export type NonXblUserManagementType = { + "black_tint_image": { type: T.IMAGE, children: string }, + "modal_title_text": { type: T.LABEL, children: string }, + "modal_label_text": { type: T.STACK_PANEL, children: 'padding' | 'text' }, + "modal_label_text/padding": { type: T.PANEL, children: string }, + "modal_label_text/text": { type: T.LABEL, children: string }, + "modal_label_panel": { type: T.PANEL, children: string }, + "modal_left_button": { type: T.BUTTON, children: string }, + "modal_middle_button": { type: T.BUTTON, children: string }, + "modal_rightcancel_button": { type: T.BUTTON, children: string }, + "three_buttons_panel": { type: T.PANEL, children: 'left' | 'middle' | 'right' }, + "three_buttons_panel/left": { type: T.BUTTON, children: string }, + "three_buttons_panel/middle": { type: T.BUTTON, children: string }, + "three_buttons_panel/right": { type: T.BUTTON, children: string }, + "two_buttons_panel": { type: T.PANEL, children: 'left' | 'right' }, + "two_buttons_panel/left": { type: T.BUTTON, children: string }, + "two_buttons_panel/right": { type: T.BUTTON, children: string }, + "single_button_panel": { type: T.PANEL, children: 'left' }, + "single_button_panel/left": { type: T.BUTTON, children: string }, + "modal_dialog_with_buttons": { type: T.PANEL, children: 'background_with_buttons' | 'title' | 'text_with_buttons' | 'button_panel' }, + "modal_dialog_with_buttons/background_with_buttons": { type: T.PANEL, children: string }, + "modal_dialog_with_buttons/title": { type: T.LABEL, children: string }, + "modal_dialog_with_buttons/text_with_buttons": { type: T.PANEL, children: string }, + "modal_dialog_with_buttons/button_panel": { type: T.UNKNOWN, children: string }, + "modal_input_panel": { type: T.INPUT_PANEL, children: 'black_tint_image' }, + "modal_input_panel/black_tint_image": { type: T.IMAGE, children: string }, + "user_confirm_dialog_screen_content": { type: T.PANEL, children: 'modal_input' }, + "user_confirm_dialog_screen_content/modal_input": { type: T.INPUT_PANEL, children: 'modal_bg_buttons' }, + "user_confirm_dialog_screen_content/modal_input/modal_bg_buttons": { type: T.PANEL, children: string }, + "user_confirm_dialog_screen": { type: T.SCREEN, children: string }, +} + +export type NpcInteractType = { + "multiline_text_edit_control": { type: T.EDIT_BOX, children: string }, + "text_edit_control": { type: T.EDIT_BOX, children: string }, + "label_padding": { type: T.PANEL, children: string }, + "main_stack_panel": { type: T.STACK_PANEL, children: string }, + "skin_button": { type: T.BUTTON, children: string }, + "skin_model": { type: T.CUSTOM, children: string }, + "skin_model_clipper": { type: T.PANEL, children: string }, + "skins_grid_item": { type: T.PANEL, children: 'clip' | 'button' | 'selectFrame' }, + "skins_grid_item/clip": { type: T.PANEL, children: 'model' }, + "skins_grid_item/clip/model": { type: T.CUSTOM, children: string }, + "skins_grid_item/button": { type: T.BUTTON, children: string }, + "skins_grid_item/selectFrame": { type: T.IMAGE, children: string }, + "skins_grid": { type: T.GRID, children: string }, + "cycle_pack_button": { type: T.BUTTON, children: string }, + "cycle_pack_left_button": { type: T.BUTTON, children: string }, + "cycle_pack_right_button": { type: T.BUTTON, children: string }, + "banner_fill": { type: T.IMAGE, children: string }, + "skin_picker": { type: T.IMAGE, children: 'left' | 'sg' | 'right' }, + "skin_picker/left": { type: T.BUTTON, children: string }, + "skin_picker/sg": { type: T.GRID, children: string }, + "skin_picker/right": { type: T.BUTTON, children: string }, + "name_edit": { type: T.EDIT_BOX, children: string }, + "advanced_button": { type: T.PANEL, children: 'button' }, + "advanced_button/button": { type: T.BUTTON, children: string }, + "dialog_button": { type: T.PANEL, children: 'button' }, + "dialog_button/button": { type: T.BUTTON, children: string }, + "basic_stack_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'name_label' | 'name_padding' | 'name_edit' | 'dialog_pre_padding' | 'dialog_label' | 'dialog_post_padding' | 'dialog__padding' | 'dialog_button' | 'appearance_pre_padding' | 'appearance_label' | 'appearance_post_padding' | 'skins' | 'advanced_button' }, + "basic_stack_panel/top_pad": { type: T.PANEL, children: string }, + "basic_stack_panel/name_label": { type: T.LABEL, children: string }, + "basic_stack_panel/name_padding": { type: T.PANEL, children: string }, + "basic_stack_panel/name_edit": { type: T.EDIT_BOX, children: string }, + "basic_stack_panel/dialog_pre_padding": { type: T.PANEL, children: string }, + "basic_stack_panel/dialog_label": { type: T.LABEL, children: string }, + "basic_stack_panel/dialog_post_padding": { type: T.PANEL, children: string }, + "basic_stack_panel/dialog__padding": { type: T.PANEL, children: string }, + "basic_stack_panel/dialog_button": { type: T.PANEL, children: string }, + "basic_stack_panel/appearance_pre_padding": { type: T.PANEL, children: string }, + "basic_stack_panel/appearance_label": { type: T.LABEL, children: string }, + "basic_stack_panel/appearance_post_padding": { type: T.PANEL, children: string }, + "basic_stack_panel/skins": { type: T.IMAGE, children: string }, + "basic_stack_panel/advanced_button": { type: T.PANEL, children: string }, + "basic_content": { type: T.PANEL, children: 'basic' }, + "basic_content/basic": { type: T.STACK_PANEL, children: string }, + "advanced_stack_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'add_help_text' | 'middle_pad' | 'actions' | 'add_buttons' | 'bottom_pad' }, + "advanced_stack_panel/top_pad": { type: T.PANEL, children: string }, + "advanced_stack_panel/add_help_text": { type: T.STACK_PANEL, children: string }, + "advanced_stack_panel/middle_pad": { type: T.PANEL, children: string }, + "advanced_stack_panel/actions": { type: T.STACK_PANEL, children: string }, + "advanced_stack_panel/add_buttons": { type: T.STACK_PANEL, children: string }, + "advanced_stack_panel/bottom_pad": { type: T.PANEL, children: string }, + "action_title": { type: T.LABEL, children: string }, + "plus_icon": { type: T.IMAGE, children: string }, + "plus_button": { type: T.BUTTON, children: string }, + "action_text_edit": { type: T.EDIT_BOX, children: string }, + "maximized_action_edit": { type: T.EDIT_BOX, children: string }, + "action_edit": { type: T.STACK_PANEL, children: 'text_edit' | 'expand' }, + "action_edit/text_edit": { type: T.EDIT_BOX, children: string }, + "action_edit/expand": { type: T.BUTTON, children: string }, + "button_name_edit": { type: T.EDIT_BOX, children: string }, + "command_toggle": { type: T.TOGGLE, children: string }, + "command_toggle_panel": { type: T.PANEL, children: 'command_toggle' | 'toggle_label' }, + "command_toggle_panel/command_toggle": { type: T.TOGGLE, children: string }, + "command_toggle_panel/toggle_label": { type: T.LABEL, children: string }, + "action_mode": { type: T.STACK_PANEL, children: 'button_mode_toggle_panel' | 'on_enter_toggle_panel' | 'on_exit_toggle_panel' }, + "action_mode/button_mode_toggle_panel": { type: T.PANEL, children: string }, + "action_mode/on_enter_toggle_panel": { type: T.PANEL, children: string }, + "action_mode/on_exit_toggle_panel": { type: T.PANEL, children: string }, + "button_name_label": { type: T.LABEL, children: string }, + "url_notifications": { type: T.STACK_PANEL, children: 'empty_uri_warning' | 'invalid_uri_warning' }, + "url_notifications/empty_uri_warning": { type: T.IMAGE, children: string }, + "url_notifications/invalid_uri_warning": { type: T.IMAGE, children: string }, + "action_template": { type: T.STACK_PANEL, children: 'title' | 'label_pad' | 'edit' | 'edit_pad' | 'url_warning' | 'url_pad' | 'action_mode' | 'mode_pad' | 'button_name_label' | 'button_name' }, + "action_template/title": { type: T.LABEL, children: string }, + "action_template/label_pad": { type: T.PANEL, children: string }, + "action_template/edit": { type: T.STACK_PANEL, children: string }, + "action_template/edit_pad": { type: T.PANEL, children: string }, + "action_template/url_warning": { type: T.STACK_PANEL, children: string }, + "action_template/url_pad": { type: T.PANEL, children: string }, + "action_template/action_mode": { type: T.STACK_PANEL, children: string }, + "action_template/mode_pad": { type: T.PANEL, children: string }, + "action_template/button_name_label": { type: T.LABEL, children: string }, + "action_template/button_name": { type: T.EDIT_BOX, children: string }, + "action_command": { type: T.STACK_PANEL, children: string }, + "action_url": { type: T.STACK_PANEL, children: string }, + "padded_action": { type: T.STACK_PANEL, children: 'action' | 'padding' }, + "padded_action/action": { type: T.IMAGE, children: string }, + "padded_action/padding": { type: T.PANEL, children: string }, + "action": { type: T.IMAGE, children: 'trash' | 'command' | 'url' }, + "action/trash": { type: T.BUTTON, children: string }, + "action/command": { type: T.STACK_PANEL, children: string }, + "action/url": { type: T.STACK_PANEL, children: string }, + "action_panel": { type: T.STACK_PANEL, children: string }, + "add_button": { type: T.BUTTON, children: string }, + "help_label": { type: T.LABEL, children: string }, + "add_help_section": { type: T.STACK_PANEL, children: 'text_url' | 'padding' | 'text_command' }, + "add_help_section/text_url": { type: T.PANEL, children: 'tts_border' | 'wrapper_panel_url' }, + "add_help_section/text_url/tts_border": { type: T.BUTTON, children: string }, + "add_help_section/text_url/wrapper_panel_url": { type: T.STACK_PANEL, children: 'text_url_a' | 'padding' | 'text_url_b' }, + "add_help_section/text_url/wrapper_panel_url/text_url_a": { type: T.LABEL, children: string }, + "add_help_section/text_url/wrapper_panel_url/padding": { type: T.PANEL, children: string }, + "add_help_section/text_url/wrapper_panel_url/text_url_b": { type: T.LABEL, children: string }, + "add_help_section/padding": { type: T.PANEL, children: string }, + "add_help_section/text_command": { type: T.PANEL, children: 'tts_border' | 'wrapper_panel_command' }, + "add_help_section/text_command/tts_border": { type: T.BUTTON, children: string }, + "add_help_section/text_command/wrapper_panel_command": { type: T.STACK_PANEL, children: 'text_command_a' | 'padding' | 'text_command_b' }, + "add_help_section/text_command/wrapper_panel_command/text_command_a": { type: T.LABEL, children: string }, + "add_help_section/text_command/wrapper_panel_command/padding": { type: T.PANEL, children: string }, + "add_help_section/text_command/wrapper_panel_command/text_command_b": { type: T.LABEL, children: string }, + "add_help_text": { type: T.STACK_PANEL, children: string }, + "add_buttons": { type: T.STACK_PANEL, children: 'add_url' | 'padding' | 'add_command' }, + "add_buttons/add_url": { type: T.BUTTON, children: string }, + "add_buttons/padding": { type: T.PANEL, children: string }, + "add_buttons/add_command": { type: T.BUTTON, children: string }, + "advanced_scrolling_panel": { type: T.PANEL, children: string }, + "advanced_scrolling_content": { type: T.PANEL, children: 'advanced' }, + "advanced_scrolling_content/advanced": { type: T.STACK_PANEL, children: string }, + "message_model": { type: T.PANEL, children: 'model' }, + "message_model/model": { type: T.CUSTOM, children: string }, + "clipped_message_model": { type: T.PANEL, children: 'model' }, + "clipped_message_model/model": { type: T.PANEL, children: string }, + "message_model_window": { type: T.IMAGE, children: 'model' | 'immersive_reader_button' }, + "message_model_window/model": { type: T.PANEL, children: string }, + "message_model_window/immersive_reader_button": { type: T.BUTTON, children: string }, + "edit_box_background": { type: T.PANEL, children: string }, + "npc_message": { type: T.EDIT_BOX, children: 'label' | 'visibility_panel' | 'background' }, + "npc_message/label": { type: T.LABEL, children: string }, + "npc_message/visibility_panel": { type: T.PANEL, children: 'place_holder' }, + "npc_message/visibility_panel/place_holder": { type: T.LABEL, children: string }, + "npc_message/background": { type: T.PANEL, children: string }, + "text_scroll": { type: T.PANEL, children: string }, + "student_message_bubble": { type: T.IMAGE, children: 'dialog_panel' }, + "student_message_bubble/dialog_panel": { type: T.PANEL, children: 'text_scroll' }, + "student_message_bubble/dialog_panel/text_scroll": { type: T.PANEL, children: string }, + "bubble_point": { type: T.IMAGE, children: string }, + "student_message_section": { type: T.PANEL, children: 'model' | 'point' | 'message' }, + "student_message_section/model": { type: T.IMAGE, children: string }, + "student_message_section/point": { type: T.IMAGE, children: string }, + "student_message_section/message": { type: T.IMAGE, children: string }, + "student_button_label": { type: T.LABEL, children: string }, + "student_button_label_panel": { type: T.PANEL, children: 'url' | 'command' }, + "student_button_label_panel/url": { type: T.LABEL, children: string }, + "student_button_label_panel/command": { type: T.LABEL, children: string }, + "student_button": { type: T.PANEL, children: 'button' }, + "student_button/button": { type: T.BUTTON, children: string }, + "student_buttons": { type: T.PANEL, children: 'buttons' }, + "student_buttons/buttons": { type: T.STACK_PANEL, children: 'actions' }, + "student_buttons/buttons/actions": { type: T.GRID, children: string }, + "student_stack_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'message' | 'message_pad' | 'buttons' }, + "student_stack_panel/top_pad": { type: T.PANEL, children: string }, + "student_stack_panel/message": { type: T.PANEL, children: string }, + "student_stack_panel/message_pad": { type: T.PANEL, children: string }, + "student_stack_panel/buttons": { type: T.PANEL, children: string }, + "student_view_content": { type: T.PANEL, children: 'student' | 'close' }, + "student_view_content/student": { type: T.STACK_PANEL, children: string }, + "student_view_content/close": { type: T.PANEL, children: string }, + "close_button_base": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "close_button_base/default": { type: T.PANEL, children: string }, + "close_button_base/hover": { type: T.PANEL, children: string }, + "close_button_base/pressed": { type: T.PANEL, children: string }, + "x_close_button": { type: T.BUTTON, children: string }, + "ignorable_x_close_button": { type: T.PANEL, children: 'button' }, + "ignorable_x_close_button/button": { type: T.BUTTON, children: string }, + "close_button_holder": { type: T.PANEL, children: 'close_basic' | 'close_student_edit' | 'close_student' | 'close_maximized_action_edit' | 'close_advanced' }, + "close_button_holder/close_basic": { type: T.BUTTON, children: string }, + "close_button_holder/close_student_edit": { type: T.PANEL, children: string }, + "close_button_holder/close_student": { type: T.PANEL, children: string }, + "close_button_holder/close_maximized_action_edit": { type: T.BUTTON, children: string }, + "close_button_holder/close_advanced": { type: T.BUTTON, children: string }, + "main_content": { type: T.PANEL, children: 'basic' | 'advanced' | 'maximized_action_edit' | 'close' }, + "main_content/basic": { type: T.PANEL, children: string }, + "main_content/advanced": { type: T.PANEL, children: string }, + "main_content/maximized_action_edit": { type: T.EDIT_BOX, children: string }, + "main_content/close": { type: T.PANEL, children: string }, + "root_panel": { type: T.PANEL, children: string }, + "gamepad_helper_exit_text": { type: T.LABEL, children: string }, + "close_text": { type: T.STACK_PANEL, children: string }, + "npc_screen_contents": { type: T.PANEL, children: 'teacher' | 'student' | 'npc_screen_close' }, + "npc_screen_contents/teacher": { type: T.PANEL, children: string }, + "npc_screen_contents/student": { type: T.PANEL, children: string }, + "npc_screen_contents/npc_screen_close": { type: T.STACK_PANEL, children: string }, + "npc_screen": { type: T.SCREEN, children: string }, +} + +export type OnlineSafetyType = { + "online_safety_proceed_button": { type: T.BUTTON, children: string }, + "online_safety_back_button": { type: T.BUTTON, children: string }, + "online_safety_description": { type: T.LABEL, children: string }, + "ip_safety_description": { type: T.LABEL, children: string }, + "online_safety_label_panel": { type: T.PANEL, children: string }, + "ip_safety_label_panel": { type: T.PANEL, children: string }, + "do_not_show_checkbox": { type: T.TOGGLE, children: 'header_description_stack_panel' }, + "do_not_show_checkbox/header_description_stack_panel": { type: T.STACK_PANEL, children: 'checkbox_visuals' | 'buffer_panel' | 'another_panel' }, + "do_not_show_checkbox/header_description_stack_panel/checkbox_visuals": { type: T.PANEL, children: string }, + "do_not_show_checkbox/header_description_stack_panel/buffer_panel": { type: T.PANEL, children: 'label' }, + "do_not_show_checkbox/header_description_stack_panel/buffer_panel/label": { type: T.LABEL, children: string }, + "do_not_show_checkbox/header_description_stack_panel/another_panel": { type: T.PANEL, children: string }, + "online_safety_dialog": { type: T.PANEL, children: string }, + "ip_safety_dialog": { type: T.PANEL, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "online_safety_screen": { type: T.SCREEN, children: string }, + "online_safety_screen_content": { type: T.PANEL, children: 'online_safety_dialog' | 'gamepad_helpers' }, + "online_safety_screen_content/online_safety_dialog": { type: T.PANEL, children: string }, + "online_safety_screen_content/gamepad_helpers": { type: T.PANEL, children: string }, + "ip_safety_screen": { type: T.SCREEN, children: string }, + "ip_safety_screen_content": { type: T.PANEL, children: 'ip_safety_dialog' | 'gamepad_helpers' }, + "ip_safety_screen_content/ip_safety_dialog": { type: T.PANEL, children: string }, + "ip_safety_screen_content/gamepad_helpers": { type: T.PANEL, children: string }, +} + +export type PackSettingsType = { + "background": { type: T.IMAGE, children: string }, + "screen": { type: T.SCREEN, children: string }, + "main_screen_content": { type: T.PANEL, children: string }, + "pack_scroll_panel": { type: T.PANEL, children: string }, + "scrolling_content": { type: T.STACK_PANEL, children: 'content_tiering_panel' | 'generated_form' }, + "scrolling_content/content_tiering_panel": { type: T.STACK_PANEL, children: string }, + "scrolling_content/generated_form": { type: T.STACK_PANEL, children: string }, + "content_tiering_panel": { type: T.STACK_PANEL, children: 'label_panel' | 'slider_panel' | 'incompatible_label_panel' }, + "content_tiering_panel/label_panel": { type: T.PANEL, children: 'content_tier_label' | 'unsupported_content_tier_label' }, + "content_tiering_panel/label_panel/content_tier_label": { type: T.LABEL, children: string }, + "content_tiering_panel/label_panel/unsupported_content_tier_label": { type: T.LABEL, children: string }, + "content_tiering_panel/slider_panel": { type: T.PANEL, children: 'content_tier_slider' }, + "content_tiering_panel/slider_panel/content_tier_slider": { type: T.SLIDER, children: string }, + "content_tiering_panel/incompatible_label_panel": { type: T.PANEL, children: 'label' }, + "content_tiering_panel/incompatible_label_panel/label": { type: T.LABEL, children: string }, +} + +export type PanoramaType = { + "panorama_view": { type: T.PANEL, children: 'pan_left' | 'screenshot' | 'pan_right' }, + "panorama_view/pan_left": { type: T.BUTTON, children: string }, + "panorama_view/screenshot": { type: T.INPUT_PANEL, children: string }, + "panorama_view/pan_right": { type: T.BUTTON, children: string }, + "panorama_input_panel": { type: T.INPUT_PANEL, children: 'image_border' }, + "panorama_input_panel/image_border": { type: T.IMAGE, children: 'panorama_key_art' | 'progress_loading' }, + "panorama_input_panel/image_border/panorama_key_art": { type: T.CUSTOM, children: string }, + "panorama_input_panel/image_border/progress_loading": { type: T.PANEL, children: string }, + "pan_left_button": { type: T.BUTTON, children: string }, + "pan_right_button": { type: T.BUTTON, children: string }, +} + +export type PatchNotesType = { + "solid_texture": { type: T.IMAGE, children: string }, + "image_with_background": { type: T.IMAGE, children: 'image' }, + "image_with_background/image": { type: T.UNKNOWN, children: 'loading_animation' }, + "image_with_background/image/loading_animation": { type: T.PANEL, children: string }, + "white_image": { type: T.IMAGE, children: string }, + "patch_main_image": { type: T.IMAGE, children: string }, + "store_image": { type: T.IMAGE, children: string }, + "patch_notes_header_background": { type: T.PANEL, children: 'black_background' }, + "patch_notes_header_background/black_background": { type: T.IMAGE, children: 'content' }, + "patch_notes_header_background/black_background/content": { type: T.UNKNOWN, children: string }, + "button_label_panel": { type: T.PANEL, children: 'text_label' }, + "button_label_panel/text_label": { type: T.LABEL, children: string }, + "button_content": { type: T.PANEL, children: 'button_label2' }, + "button_content/button_label2": { type: T.PANEL, children: string }, + "patch_image": { type: T.IMAGE, children: string }, + "patch_notes_header_content_without_offer": { type: T.PANEL, children: 'patch_image' }, + "patch_notes_header_content_without_offer/patch_image": { type: T.IMAGE, children: string }, + "patch_notes_header_content_with_offer": { type: T.STACK_PANEL, children: 'patch_image' | 'padding' | 'store_item_section' }, + "patch_notes_header_content_with_offer/patch_image": { type: T.IMAGE, children: string }, + "patch_notes_header_content_with_offer/padding": { type: T.PANEL, children: string }, + "patch_notes_header_content_with_offer/store_item_section": { type: T.STACK_PANEL, children: 'store_image' | 'padding' | 'store_button' }, + "patch_notes_header_content_with_offer/store_item_section/store_image": { type: T.IMAGE, children: string }, + "patch_notes_header_content_with_offer/store_item_section/padding": { type: T.PANEL, children: string }, + "patch_notes_header_content_with_offer/store_item_section/store_button": { type: T.PANEL, children: string }, + "store_button": { type: T.PANEL, children: 'store_button' | 'loading_animation' }, + "store_button/store_button": { type: T.BUTTON, children: string }, + "store_button/loading_animation": { type: T.BUTTON, children: string }, + "patch_notes_header": { type: T.PANEL, children: 'patch_notes_background' }, + "patch_notes_header/patch_notes_background": { type: T.PANEL, children: string }, + "scroll_content": { type: T.STACK_PANEL, children: 'padding_0' | 'patch_notes_header' | 'padding_1' | 'tts_label_wrapper' }, + "scroll_content/padding_0": { type: T.PANEL, children: string }, + "scroll_content/patch_notes_header": { type: T.PANEL, children: string }, + "scroll_content/padding_1": { type: T.PANEL, children: string }, + "scroll_content/tts_label_wrapper": { type: T.PANEL, children: string }, + "patch_notes_panel": { type: T.PANEL, children: 'patch_notes_text' }, + "patch_notes_panel/patch_notes_text": { type: T.LABEL, children: 'loading_animation' }, + "patch_notes_panel/patch_notes_text/loading_animation": { type: T.PANEL, children: string }, + "patch_notes_content": { type: T.PANEL, children: 'scrolling_panel' }, + "patch_notes_content/scrolling_panel": { type: T.PANEL, children: string }, + "continue_button": { type: T.BUTTON, children: string }, + "patch_notes_dialog": { type: T.PANEL, children: string }, + "patch_notes_screen": { type: T.SCREEN, children: string }, + "sunsetting_button_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'more_info_button' | 'padding_1' | 'continue_button' | 'padding_2' | 'sunsetting_toggle_panel' }, + "sunsetting_button_panel/padding_0": { type: T.PANEL, children: string }, + "sunsetting_button_panel/more_info_button": { type: T.BUTTON, children: string }, + "sunsetting_button_panel/padding_1": { type: T.PANEL, children: string }, + "sunsetting_button_panel/continue_button": { type: T.BUTTON, children: string }, + "sunsetting_button_panel/padding_2": { type: T.PANEL, children: string }, + "sunsetting_button_panel/sunsetting_toggle_panel": { type: T.TOGGLE, children: 'header_description_stack_panel' }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel": { type: T.STACK_PANEL, children: 'checkbox_visuals' | 'buffer_panel' | 'another_panel' }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel/checkbox_visuals": { type: T.PANEL, children: string }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel/buffer_panel": { type: T.PANEL, children: 'label' }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel/buffer_panel/label": { type: T.LABEL, children: string }, + "sunsetting_button_panel/sunsetting_toggle_panel/header_description_stack_panel/another_panel": { type: T.PANEL, children: string }, + "sunsetting_content": { type: T.PANEL, children: 'scrolling_panel' }, + "sunsetting_content/scrolling_panel": { type: T.PANEL, children: string }, + "sunsetting_dialog": { type: T.PANEL, children: string }, + "sunsetting_screen": { type: T.SCREEN, children: string }, +} + +export type PauseType = { + "pause_icon": { type: T.IMAGE, children: string }, + "feedback_icon": { type: T.IMAGE, children: string }, + "change_skin_icon": { type: T.IMAGE, children: string }, + "take_screenshot_icon": { type: T.IMAGE, children: string }, + "settings_icon": { type: T.IMAGE, children: string }, + "achievements_icon": { type: T.IMAGE, children: string }, + "how_to_play_icon": { type: T.IMAGE, children: string }, + "store_icon": { type: T.IMAGE, children: string }, + "realms_stories_icon": { type: T.IMAGE, children: string }, + "alex_icon": { type: T.IMAGE, children: string }, + "profile_gamerpic": { type: T.CUSTOM, children: string }, + "button_x": { type: T.STACK_PANEL, children: string }, + "dressing_room_controller_button_content": { type: T.PANEL, children: 'button_x' | 'button_label_panel' }, + "dressing_room_controller_button_content/button_x": { type: T.STACK_PANEL, children: string }, + "dressing_room_controller_button_content/button_label_panel": { type: T.PANEL, children: 'button_label_text_left' }, + "dressing_room_controller_button_content/button_label_panel/button_label_text_left": { type: T.LABEL, children: string }, + "controller_button_label": { type: T.LABEL, children: string }, + "column_frame": { type: T.PANEL, children: string }, + "dressing_room_button_gamepad": { type: T.BUTTON, children: string }, + "dressing_room_button": { type: T.BUTTON, children: string }, + "profile_button_content": { type: T.STACK_PANEL, children: 'button_offset_wrapper' | 'gamerpic_offset_wrapper' | 'padding_middle' | 'vertically_central_text' | 'padding_right' }, + "profile_button_content/button_offset_wrapper": { type: T.PANEL, children: 'button_x' }, + "profile_button_content/button_offset_wrapper/button_x": { type: T.STACK_PANEL, children: string }, + "profile_button_content/gamerpic_offset_wrapper": { type: T.PANEL, children: 'gamerpic_with_border' }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border": { type: T.PANEL, children: 'gamerpic' | 'alex_icon' | 'border_black' }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/gamerpic": { type: T.CUSTOM, children: string }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/alex_icon": { type: T.IMAGE, children: string }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/border_black": { type: T.IMAGE, children: string }, + "profile_button_content/padding_middle": { type: T.PANEL, children: string }, + "profile_button_content/vertically_central_text": { type: T.STACK_PANEL, children: 'top_padding' | 'profile_button_label' }, + "profile_button_content/vertically_central_text/top_padding": { type: T.PANEL, children: string }, + "profile_button_content/vertically_central_text/profile_button_label": { type: T.LABEL, children: string }, + "profile_button_content/padding_right": { type: T.PANEL, children: string }, + "profile_button": { type: T.BUTTON, children: string }, + "skin_viewer_panel": { type: T.INPUT_PANEL, children: 'paper_doll_panel' | 'paper_doll_name_tag' }, + "skin_viewer_panel/paper_doll_panel": { type: T.PANEL, children: 'paper_doll' }, + "skin_viewer_panel/paper_doll_panel/paper_doll": { type: T.CUSTOM, children: string }, + "skin_viewer_panel/paper_doll_name_tag": { type: T.CUSTOM, children: string }, + "skin_panel": { type: T.PANEL, children: 'interior' }, + "skin_panel/interior": { type: T.STACK_PANEL, children: string }, + "skin_panel_interior": { type: T.STACK_PANEL, children: 'offset_panel' | 'fill_1' | 'change_profile_panel' }, + "skin_panel_interior/offset_panel": { type: T.PANEL, children: 'viewer_panel' }, + "skin_panel_interior/offset_panel/viewer_panel": { type: T.INPUT_PANEL, children: string }, + "skin_panel_interior/fill_1": { type: T.PANEL, children: string }, + "skin_panel_interior/change_profile_panel": { type: T.STACK_PANEL, children: 'centering_panel_1' | 'centering_panel_2' | 'centering_panel_3' }, + "skin_panel_interior/change_profile_panel/centering_panel_1": { type: T.PANEL, children: 'dressing_room_button' }, + "skin_panel_interior/change_profile_panel/centering_panel_1/dressing_room_button": { type: T.BUTTON, children: string }, + "skin_panel_interior/change_profile_panel/centering_panel_2": { type: T.INPUT_PANEL, children: 'dressing_room_button_gamepad' }, + "skin_panel_interior/change_profile_panel/centering_panel_2/dressing_room_button_gamepad": { type: T.BUTTON, children: string }, + "skin_panel_interior/change_profile_panel/centering_panel_3": { type: T.INPUT_PANEL, children: 'profile_button' }, + "skin_panel_interior/change_profile_panel/centering_panel_3/profile_button": { type: T.BUTTON, children: string }, + "pause_button_template": { type: T.BUTTON, children: string }, + "grid_button_template": { type: T.BUTTON, children: string }, + "return_to_game_button": { type: T.BUTTON, children: string }, + "realms_stories_button_panel": { type: T.PANEL, children: 'realms_stories_button' | 'unread_story_count_panel' }, + "realms_stories_button_panel/realms_stories_button": { type: T.BUTTON, children: string }, + "realms_stories_button_panel/unread_story_count_panel": { type: T.PANEL, children: string }, + "realms_stories_button": { type: T.BUTTON, children: string }, + "unread_story_count_panel": { type: T.PANEL, children: 'text' }, + "unread_story_count_panel/text": { type: T.LABEL, children: 'background' }, + "unread_story_count_panel/text/background": { type: T.IMAGE, children: string }, + "store_button_panel": { type: T.PANEL, children: 'store_button' | 'store_error_button' }, + "store_button_panel/store_button": { type: T.BUTTON, children: string }, + "store_button_panel/store_error_button": { type: T.BUTTON, children: string }, + "store_button": { type: T.BUTTON, children: string }, + "store_error_button": { type: T.BUTTON, children: string }, + "store_error_button_content": { type: T.IMAGE, children: 'marketplace_button_label' }, + "store_error_button_content/marketplace_button_label": { type: T.LABEL, children: string }, + "settings_button": { type: T.BUTTON, children: string }, + "how_to_play_button": { type: T.BUTTON, children: string }, + "invite_players_button": { type: T.BUTTON, children: string }, + "buy_button": { type: T.BUTTON, children: string }, + "quit_button": { type: T.BUTTON, children: string }, + "feedback_button_primary_panel": { type: T.PANEL, children: 'feedback_button_primary' }, + "feedback_button_primary_panel/feedback_button_primary": { type: T.BUTTON, children: string }, + "feedback_button_primary": { type: T.BUTTON, children: string }, + "icon_button_hover_text": { type: T.IMAGE, children: 'tooltip_text' }, + "icon_button_hover_text/tooltip_text": { type: T.LABEL, children: string }, + "icon_button_tooltip_trigger": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "icon_button_tooltip_trigger/default": { type: T.PANEL, children: string }, + "icon_button_tooltip_trigger/pressed": { type: T.PANEL, children: string }, + "icon_button_tooltip_trigger/hover": { type: T.IMAGE, children: string }, + "feedback_button": { type: T.BUTTON, children: string }, + "feedback_icon_button": { type: T.PANEL, children: 'feedback_button' | 'tooltip_trigger' }, + "feedback_icon_button/feedback_button": { type: T.BUTTON, children: string }, + "feedback_icon_button/tooltip_trigger": { type: T.BUTTON, children: string }, + "take_screenshot_gamepad_button_content": { type: T.PANEL, children: 'button_y' | 'take_screenshot_icon' }, + "take_screenshot_gamepad_button_content/button_y": { type: T.STACK_PANEL, children: string }, + "take_screenshot_gamepad_button_content/take_screenshot_icon": { type: T.IMAGE, children: string }, + "take_screenshot_gamepad_button": { type: T.BUTTON, children: string }, + "achievements_button_small": { type: T.BUTTON, children: string }, + "how_to_play_button_small": { type: T.BUTTON, children: string }, + "how_to_play_button_small_with_tooltip": { type: T.PANEL, children: 'button' | 'tooltip_trigger' }, + "how_to_play_button_small_with_tooltip/button": { type: T.BUTTON, children: string }, + "how_to_play_button_small_with_tooltip/tooltip_trigger": { type: T.BUTTON, children: string }, + "achievements_button_small_with_tooltip": { type: T.PANEL, children: 'button' | 'tooltip_trigger' }, + "achievements_button_small_with_tooltip/button": { type: T.BUTTON, children: string }, + "achievements_button_small_with_tooltip/tooltip_trigger": { type: T.BUTTON, children: string }, + "settings_button_small": { type: T.BUTTON, children: string }, + "settings_button_small_with_tooltip": { type: T.PANEL, children: 'button' | 'tooltip_trigger' }, + "settings_button_small_with_tooltip/button": { type: T.BUTTON, children: string }, + "settings_button_small_with_tooltip/tooltip_trigger": { type: T.BUTTON, children: string }, + "take_screenshot_button": { type: T.BUTTON, children: string }, + "take_screenshot_button_with_tooltip": { type: T.PANEL, children: 'button' | 'tooltip_trigger' }, + "take_screenshot_button_with_tooltip/button": { type: T.BUTTON, children: string }, + "take_screenshot_button_with_tooltip/tooltip_trigger": { type: T.BUTTON, children: string }, + "take_screenshot_gamepad_button_with_tooltip": { type: T.PANEL, children: 'button' | 'tooltip_trigger' }, + "take_screenshot_gamepad_button_with_tooltip/button": { type: T.BUTTON, children: string }, + "take_screenshot_gamepad_button_with_tooltip/tooltip_trigger": { type: T.BUTTON, children: string }, + "store_button_small": { type: T.BUTTON, children: string }, + "store_button_small_disabled": { type: T.BUTTON, children: string }, + "store_icon_disabled": { type: T.IMAGE, children: string }, + "store_button_small_with_tooltip": { type: T.PANEL, children: 'enabled_button' | 'disabled_button' | 'tooltip_trigger' }, + "store_button_small_with_tooltip/enabled_button": { type: T.BUTTON, children: string }, + "store_button_small_with_tooltip/disabled_button": { type: T.BUTTON, children: string }, + "store_button_small_with_tooltip/tooltip_trigger": { type: T.BUTTON, children: string }, + "realms_stories_button_small": { type: T.BUTTON, children: string }, + "realms_stories_button_small_with_tooltip": { type: T.PANEL, children: 'button' | 'tooltip_trigger' }, + "realms_stories_button_small_with_tooltip/button": { type: T.BUTTON, children: string }, + "realms_stories_button_small_with_tooltip/tooltip_trigger": { type: T.BUTTON, children: string }, + "pause_screen": { type: T.SCREEN, children: string }, + "pause_screen_content": { type: T.PANEL, children: 'pause_screen_main_panels' | 'skin_panel' | 'top_right_panel' | 'gamepad_helpers' | 'keyboard_helpers' | 'debug_drawer_button_panel' }, + "pause_screen_content/pause_screen_main_panels": { type: T.STACK_PANEL, children: string }, + "pause_screen_content/skin_panel": { type: T.PANEL, children: string }, + "pause_screen_content/top_right_panel": { type: T.STACK_PANEL, children: string }, + "pause_screen_content/gamepad_helpers": { type: T.PANEL, children: string }, + "pause_screen_content/keyboard_helpers": { type: T.PANEL, children: string }, + "pause_screen_content/debug_drawer_button_panel": { type: T.PANEL, children: string }, + "top_right_panel": { type: T.STACK_PANEL, children: 'pause_panel' | 'friendsdrawer_button_panel' }, + "top_right_panel/pause_panel": { type: T.STACK_PANEL, children: string }, + "top_right_panel/friendsdrawer_button_panel": { type: T.PANEL, children: string }, + "friendsdrawer_button_panel": { type: T.PANEL, children: 'friendsdrawer_button' | 'friends_drawer_ftue_popup_wrapper' }, + "friendsdrawer_button_panel/friendsdrawer_button": { type: T.BUTTON, children: string }, + "friendsdrawer_button_panel/friends_drawer_ftue_popup_wrapper": { type: T.PANEL, children: 'friends_drawer_ftue_popup' }, + "friendsdrawer_button_panel/friends_drawer_ftue_popup_wrapper/friends_drawer_ftue_popup": { type: T.BUTTON, children: string }, + "pause_screen_main_panels": { type: T.STACK_PANEL, children: 'menu' }, + "pause_screen_main_panels/menu": { type: T.IMAGE, children: string }, + "left_buttons_panel": { type: T.IMAGE, children: 'filler' | 'trialTime' | 'the_rest_panel' }, + "left_buttons_panel/filler": { type: T.PANEL, children: string }, + "left_buttons_panel/trialTime": { type: T.CUSTOM, children: string }, + "left_buttons_panel/the_rest_panel": { type: T.STACK_PANEL, children: string }, + "smaller_buttons_panel": { type: T.STACK_PANEL, children: 'stacked_column' | 'padding_bottom' }, + "smaller_buttons_panel/stacked_column": { type: T.STACK_PANEL, children: 'fill_1' | 'side_padding' | 'small_settings_button' | 'small_settings_padding' | 'small_achievements_button' | 'small_achievements_padding' | 'small_how_to_play_button' | 'small_how_to_play_padding' | 'small_realms_stories_button' | 'small_realms_stories_padding' | 'small_store_button' | 'small_store_padding' | 'take_screenshot_btn' | 'screenshot_padding' | 'fill_3' }, + "smaller_buttons_panel/stacked_column/fill_1": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/side_padding": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_settings_button": { type: T.INPUT_PANEL, children: 'small_settings_btn' }, + "smaller_buttons_panel/stacked_column/small_settings_button/small_settings_btn": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_settings_padding": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_achievements_button": { type: T.INPUT_PANEL, children: 'small_achievements_btn' }, + "smaller_buttons_panel/stacked_column/small_achievements_button/small_achievements_btn": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_achievements_padding": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_how_to_play_button": { type: T.INPUT_PANEL, children: 'small_how_to_play_btn' }, + "smaller_buttons_panel/stacked_column/small_how_to_play_button/small_how_to_play_btn": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_how_to_play_padding": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_realms_stories_button": { type: T.INPUT_PANEL, children: 'small_realms_stories_btn' }, + "smaller_buttons_panel/stacked_column/small_realms_stories_button/small_realms_stories_btn": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_realms_stories_padding": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_store_button": { type: T.INPUT_PANEL, children: 'small_store_btn' }, + "smaller_buttons_panel/stacked_column/small_store_button/small_store_btn": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/small_store_padding": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/take_screenshot_btn": { type: T.INPUT_PANEL, children: 'take_screenshot_button' | 'take_screenshot_gamepad_button' }, + "smaller_buttons_panel/stacked_column/take_screenshot_btn/take_screenshot_button": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/take_screenshot_btn/take_screenshot_gamepad_button": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/screenshot_padding": { type: T.PANEL, children: string }, + "smaller_buttons_panel/stacked_column/fill_3": { type: T.PANEL, children: string }, + "smaller_buttons_panel/padding_bottom": { type: T.PANEL, children: string }, + "social_buttons_panel": { type: T.STACK_PANEL, children: 'friendsbutton_panel' | 'invitebutton_panel' }, + "social_buttons_panel/friendsbutton_panel": { type: T.PANEL, children: 'friendsdrawer_button' | 'friends_drawer__ftue_popup' }, + "social_buttons_panel/friendsbutton_panel/friendsdrawer_button": { type: T.BUTTON, children: string }, + "social_buttons_panel/friendsbutton_panel/friends_drawer__ftue_popup": { type: T.BUTTON, children: string }, + "social_buttons_panel/invitebutton_panel": { type: T.STACK_PANEL, children: 'invite_button' | 'vertical_padding_2' }, + "social_buttons_panel/invitebutton_panel/invite_button": { type: T.BUTTON, children: string }, + "social_buttons_panel/invitebutton_panel/vertical_padding_2": { type: T.PANEL, children: string }, + "the_rest_panel": { type: T.STACK_PANEL, children: 'fill_1' | 'pause_menu' | 'fill_3' }, + "the_rest_panel/fill_1": { type: T.PANEL, children: string }, + "the_rest_panel/pause_menu": { type: T.PANEL, children: string }, + "the_rest_panel/fill_3": { type: T.PANEL, children: string }, + "paused_text": { type: T.LABEL, children: string }, + "green_tag": { type: T.IMAGE, children: string }, + "paused_text_panel_grey": { type: T.IMAGE, children: 'pause' }, + "paused_text_panel_grey/pause": { type: T.LABEL, children: string }, + "paused_text_panel_green": { type: T.IMAGE, children: 'horizontal_stack' }, + "paused_text_panel_green/horizontal_stack": { type: T.STACK_PANEL, children: 'pause_icon' | 'fill_1' | 'pause' }, + "paused_text_panel_green/horizontal_stack/pause_icon": { type: T.IMAGE, children: string }, + "paused_text_panel_green/horizontal_stack/fill_1": { type: T.PANEL, children: string }, + "paused_text_panel_green/horizontal_stack/pause": { type: T.LABEL, children: string }, + "transparent_background": { type: T.IMAGE, children: string }, + "non_transparent_background": { type: T.IMAGE, children: string }, + "menu_the_rest_panel": { type: T.PANEL, children: 'menu_button_control' }, + "menu_the_rest_panel/menu_button_control": { type: T.IMAGE, children: string }, + "menu_button_control": { type: T.IMAGE, children: 'menu_background' }, + "menu_button_control/menu_background": { type: T.IMAGE, children: string }, + "pause_announcement_panel_grey": { type: T.STACK_PANEL, children: 'horizontal_stack' }, + "pause_announcement_panel_grey/horizontal_stack": { type: T.STACK_PANEL, children: 'fill_1' | 'pause_text' | 'fill_2' }, + "pause_announcement_panel_grey/horizontal_stack/fill_1": { type: T.PANEL, children: string }, + "pause_announcement_panel_grey/horizontal_stack/pause_text": { type: T.IMAGE, children: string }, + "pause_announcement_panel_grey/horizontal_stack/fill_2": { type: T.PANEL, children: string }, + "pause_announcement_panel_green": { type: T.STACK_PANEL, children: 'horizontal_stack' }, + "pause_announcement_panel_green/horizontal_stack": { type: T.STACK_PANEL, children: 'fill_1' | 'pause_text' | 'fill_2' }, + "pause_announcement_panel_green/horizontal_stack/fill_1": { type: T.PANEL, children: string }, + "pause_announcement_panel_green/horizontal_stack/pause_text": { type: T.IMAGE, children: string }, + "pause_announcement_panel_green/horizontal_stack/fill_2": { type: T.PANEL, children: string }, + "menu_background": { type: T.IMAGE, children: 'button_panel' }, + "menu_background/button_panel": { type: T.STACK_PANEL, children: 'title_image' | 'fill_1' | 'return_to_game_button' | 'return' | 'settings_button' | 'settings' | 'feedback_button_primary_panel' | 'feedback' | 'realms_stories_button_panel' | 'realms_stories' | 'buy_button' | 'buy' | 'store_button_panel' | 'store_button_panel_padding' | 'quit_button' | 'smaller_buttons' | 'pause_panel' }, + "menu_background/button_panel/title_image": { type: T.PANEL, children: 'image' }, + "menu_background/button_panel/title_image/image": { type: T.IMAGE, children: string }, + "menu_background/button_panel/fill_1": { type: T.PANEL, children: string }, + "menu_background/button_panel/return_to_game_button": { type: T.BUTTON, children: string }, + "menu_background/button_panel/return": { type: T.PANEL, children: string }, + "menu_background/button_panel/settings_button": { type: T.BUTTON, children: string }, + "menu_background/button_panel/settings": { type: T.PANEL, children: string }, + "menu_background/button_panel/feedback_button_primary_panel": { type: T.PANEL, children: string }, + "menu_background/button_panel/feedback": { type: T.PANEL, children: string }, + "menu_background/button_panel/realms_stories_button_panel": { type: T.PANEL, children: string }, + "menu_background/button_panel/realms_stories": { type: T.PANEL, children: string }, + "menu_background/button_panel/buy_button": { type: T.BUTTON, children: string }, + "menu_background/button_panel/buy": { type: T.PANEL, children: string }, + "menu_background/button_panel/store_button_panel": { type: T.PANEL, children: string }, + "menu_background/button_panel/store_button_panel_padding": { type: T.PANEL, children: string }, + "menu_background/button_panel/quit_button": { type: T.BUTTON, children: string }, + "menu_background/button_panel/smaller_buttons": { type: T.STACK_PANEL, children: string }, + "menu_background/button_panel/pause_panel": { type: T.STACK_PANEL, children: string }, + "info_panel_content_list": { type: T.STACK_PANEL, children: 'player_list_scrolling_panel' | 'vertical_padding' }, + "info_panel_content_list/player_list_scrolling_panel": { type: T.PANEL, children: string }, + "info_panel_content_list/vertical_padding": { type: T.PANEL, children: string }, + "info_panel_background": { type: T.IMAGE, children: string }, + "info_panel": { type: T.IMAGE, children: 'info_panel_background' | 'info_panel_list' }, + "info_panel/info_panel_background": { type: T.IMAGE, children: string }, + "info_panel/info_panel_list": { type: T.STACK_PANEL, children: string }, + "player_panel_background": { type: T.IMAGE, children: 'player_list_scrolling_panel' }, + "player_panel_background/player_list_scrolling_panel": { type: T.PANEL, children: string }, + "player_list": { type: T.STACK_PANEL, children: 'vertical_padding_0' | 'social_buttons_panel' | 'players_label' | 'vertical_padding_4' | 'players_grid_panel' | 'vertical_padding_5' | 'invite_players_button_panel' | 'vertical_padding_6' | 'disconnected_from_multiplayer_label_panel' | 'vertical_padding_7' }, + "player_list/vertical_padding_0": { type: T.PANEL, children: string }, + "player_list/social_buttons_panel": { type: T.STACK_PANEL, children: string }, + "player_list/players_label": { type: T.LABEL, children: string }, + "player_list/vertical_padding_4": { type: T.PANEL, children: string }, + "player_list/players_grid_panel": { type: T.GRID, children: string }, + "player_list/vertical_padding_5": { type: T.PANEL, children: string }, + "player_list/invite_players_button_panel": { type: T.PANEL, children: string }, + "player_list/vertical_padding_6": { type: T.PANEL, children: string }, + "player_list/disconnected_from_multiplayer_label_panel": { type: T.STACK_PANEL, children: string }, + "player_list/vertical_padding_7": { type: T.PANEL, children: string }, + "player_lists": { type: T.PANEL, children: 'normal_list' | 'scoreboard_list' }, + "player_lists/normal_list": { type: T.STACK_PANEL, children: string }, + "player_lists/scoreboard_list": { type: T.STACK_PANEL, children: string }, + "player_list_scrolling_panel": { type: T.PANEL, children: string }, + "disconnected_label": { type: T.LABEL, children: string }, + "disconnected_from_multiplayer_label_panel": { type: T.STACK_PANEL, children: 'disconnected_from_xbox_live_label' | 'disconnected_from_third_party_label' | 'disconnected_from_adhoc_label' | 'disconnected_from_crossplatform_multiplayer' | 'disconnected_from_multiplayer' }, + "disconnected_from_multiplayer_label_panel/disconnected_from_xbox_live_label": { type: T.LABEL, children: string }, + "disconnected_from_multiplayer_label_panel/disconnected_from_third_party_label": { type: T.LABEL, children: string }, + "disconnected_from_multiplayer_label_panel/disconnected_from_adhoc_label": { type: T.LABEL, children: string }, + "disconnected_from_multiplayer_label_panel/disconnected_from_crossplatform_multiplayer": { type: T.LABEL, children: string }, + "disconnected_from_multiplayer_label_panel/disconnected_from_multiplayer": { type: T.LABEL, children: string }, + "invite_players_button_panel": { type: T.PANEL, children: 'invite_players_button' }, + "invite_players_button_panel/invite_players_button": { type: T.BUTTON, children: string }, + "ip_label": { type: T.LABEL, children: string }, + "players_label": { type: T.LABEL, children: string }, + "players_grid": { type: T.GRID, children: string }, + "player_grid_item": { type: T.PANEL, children: 'player_grid_item_content' }, + "player_grid_item/player_grid_item_content": { type: T.PANEL, children: string }, + "player_grid_item_content": { type: T.PANEL, children: 'player_button_panel' | 'player_permission_button_panel' }, + "player_grid_item_content/player_button_panel": { type: T.STACK_PANEL, children: 'player_button_banner' | 'player_permission_button_padding' }, + "player_grid_item_content/player_button_panel/player_button_banner": { type: T.PANEL, children: 'player_button' | 'player_banner' }, + "player_grid_item_content/player_button_panel/player_button_banner/player_button": { type: T.BUTTON, children: string }, + "player_grid_item_content/player_button_panel/player_button_banner/player_banner": { type: T.PANEL, children: string }, + "player_grid_item_content/player_button_panel/player_permission_button_padding": { type: T.PANEL, children: string }, + "player_grid_item_content/player_permission_button_panel": { type: T.PANEL, children: 'player_permission_button' }, + "player_grid_item_content/player_permission_button_panel/player_permission_button": { type: T.BUTTON, children: string }, + "player_permission_button": { type: T.BUTTON, children: string }, + "player_permission_button_content": { type: T.PANEL, children: 'permission_icon_image' }, + "player_permission_button_content/permission_icon_image": { type: T.IMAGE, children: string }, + "vertical_padding": { type: T.PANEL, children: string }, + "horizontal_padding": { type: T.PANEL, children: string }, + "player_button_content": { type: T.STACK_PANEL, children: 'player_pic_panel' | 'player_gamertag' | 'platform_icon' }, + "player_button_content/player_pic_panel": { type: T.PANEL, children: string }, + "player_button_content/player_gamertag": { type: T.PANEL, children: string }, + "player_button_content/platform_icon": { type: T.PANEL, children: string }, + "player_button": { type: T.BUTTON, children: string }, + "player_banner": { type: T.PANEL, children: string }, + "player_pic_panel": { type: T.PANEL, children: 'player_gamer_pic' | 'player_local_icon' }, + "player_pic_panel/player_gamer_pic": { type: T.IMAGE, children: string }, + "player_pic_panel/player_local_icon": { type: T.IMAGE, children: string }, + "player_local_icon": { type: T.IMAGE, children: string }, + "player_gamer_pic": { type: T.IMAGE, children: 'player_panel_black_border' }, + "player_gamer_pic/player_panel_black_border": { type: T.IMAGE, children: string }, + "gametag_wrapper": { type: T.PANEL, children: 'gamertag' }, + "gametag_wrapper/gamertag": { type: T.LABEL, children: string }, + "platform_icon_panel": { type: T.PANEL, children: 'platform_icon' }, + "platform_icon_panel/platform_icon": { type: T.IMAGE, children: string }, + "player_gamertag": { type: T.LABEL, children: string }, + "platform_icon": { type: T.IMAGE, children: string }, + "player_grid_banner_no_focus": { type: T.IMAGE, children: string }, + "player_grid_banner": { type: T.PANEL, children: 'player_grid_banner_no_focus' | 'focus_border_button' }, + "player_grid_banner/player_grid_banner_no_focus": { type: T.IMAGE, children: 'player_button_content' }, + "player_grid_banner/player_grid_banner_no_focus/player_button_content": { type: T.STACK_PANEL, children: string }, + "player_grid_banner/focus_border_button": { type: T.BUTTON, children: string }, + "focus_border_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "focus_border_button/default": { type: T.PANEL, children: string }, + "focus_border_button/hover": { type: T.IMAGE, children: string }, + "focus_border_button/pressed": { type: T.IMAGE, children: string }, + "focus_border": { type: T.IMAGE, children: string }, + "pause_screen_border": { type: T.IMAGE, children: string }, + "filler_panel": { type: T.PANEL, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_y' }, + "gamepad_helpers/gamepad_helper_y": { type: T.STACK_PANEL, children: string }, + "keyboard_helpers": { type: T.PANEL, children: 'keyboard_helper_keys' }, + "keyboard_helpers/keyboard_helper_keys": { type: T.STACK_PANEL, children: string }, + "debug_drawer_button_content": { type: T.PANEL, children: 'button_label_panel' }, + "debug_drawer_button_content/button_label_panel": { type: T.PANEL, children: 'button_label_text_left' }, + "debug_drawer_button_content/button_label_panel/button_label_text_left": { type: T.LABEL, children: string }, + "debug_drawer_button_panel": { type: T.PANEL, children: 'debug_drawer_button_input' }, + "debug_drawer_button_panel/debug_drawer_button_input": { type: T.INPUT_PANEL, children: 'debug_drawer_button' }, + "debug_drawer_button_panel/debug_drawer_button_input/debug_drawer_button": { type: T.BUTTON, children: string }, +} + +export type PdpType = { + "download_progress": { type: T.IMAGE, children: 'stacker' }, + "download_progress/stacker": { type: T.STACK_PANEL, children: 'sizer_text' | 'sizer_bar' }, + "download_progress/stacker/sizer_text": { type: T.PANEL, children: 'download_progress_text' }, + "download_progress/stacker/sizer_text/download_progress_text": { type: T.LABEL, children: string }, + "download_progress/stacker/sizer_bar": { type: T.PANEL, children: 'download_progress_bar' }, + "download_progress/stacker/sizer_bar/download_progress_bar": { type: T.PANEL, children: string }, + "summary_box_button_panel": { type: T.PANEL, children: 'buttons_panel' | 'download_buttons_panel' | 'focus_border' }, + "summary_box_button_panel/buttons_panel": { type: T.STACK_PANEL, children: string }, + "summary_box_button_panel/download_buttons_panel": { type: T.STACK_PANEL, children: string }, + "summary_box_button_panel/focus_border": { type: T.BUTTON, children: string }, + "interaction_button_content": { type: T.STACK_PANEL, children: 'line1_panel' }, + "interaction_button_content/line1_panel": { type: T.PANEL, children: 'upsell_text' }, + "interaction_button_content/line1_panel/upsell_text": { type: T.LABEL, children: string }, + "interaction_button_panel": { type: T.PANEL, children: 'content_action_button' | 'progress_bar' | 'focus_border' }, + "interaction_button_panel/content_action_button": { type: T.BUTTON, children: string }, + "interaction_button_panel/progress_bar": { type: T.IMAGE, children: string }, + "interaction_button_panel/focus_border": { type: T.BUTTON, children: string }, + "download_progress_small": { type: T.IMAGE, children: 'stacker' }, + "download_progress_small/stacker": { type: T.STACK_PANEL, children: 'sizer_text' | 'sizer_bar' }, + "download_progress_small/stacker/sizer_text": { type: T.PANEL, children: 'download_progress_text' }, + "download_progress_small/stacker/sizer_text/download_progress_text": { type: T.LABEL, children: string }, + "download_progress_small/stacker/sizer_bar": { type: T.PANEL, children: 'download_progress_bar' }, + "download_progress_small/stacker/sizer_bar/download_progress_bar": { type: T.PANEL, children: string }, + "progress_loading_anim": { type: T.PANEL, children: string }, + "focus_border": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "focus_border/default": { type: T.IMAGE, children: 'loading_anim' }, + "focus_border/default/loading_anim": { type: T.PANEL, children: string }, + "focus_border/hover": { type: T.IMAGE, children: 'loading_anim' }, + "focus_border/hover/loading_anim": { type: T.PANEL, children: string }, + "focus_border/pressed": { type: T.IMAGE, children: 'loading_anim' }, + "focus_border/pressed/loading_anim": { type: T.PANEL, children: string }, + "purchase_button_base": { type: T.BUTTON, children: string }, + "deactivated_purchase_button_base": { type: T.BUTTON, children: string }, + "download_buttons_panel": { type: T.STACK_PANEL, children: 'progress_panel' }, + "download_buttons_panel/progress_panel": { type: T.STACK_PANEL, children: 'progress_bar' }, + "download_buttons_panel/progress_panel/progress_bar": { type: T.IMAGE, children: string }, + "smooth_purchase_buttons_panel": { type: T.STACK_PANEL, children: 'activated_purchase_buttons_panel' | 'deactivated_purchase_buttons_panel' }, + "smooth_purchase_buttons_panel/activated_purchase_buttons_panel": { type: T.STACK_PANEL, children: string }, + "smooth_purchase_buttons_panel/deactivated_purchase_buttons_panel": { type: T.STACK_PANEL, children: string }, + "smooth_buttons_panel": { type: T.STACK_PANEL, children: 'purchase_buttons_panel' | 'interact_filling_button' | 'interact_exit_world_filling_button' }, + "smooth_buttons_panel/purchase_buttons_panel": { type: T.STACK_PANEL, children: string }, + "smooth_buttons_panel/interact_filling_button": { type: T.BUTTON, children: string }, + "smooth_buttons_panel/interact_exit_world_filling_button": { type: T.BUTTON, children: string }, + "disabled_interact_label_formfitting": { type: T.STACK_PANEL, children: 'info_icon' | 'info_icon_pad' | 'interact_label_panel' | 'pad' }, + "disabled_interact_label_formfitting/info_icon": { type: T.STACK_PANEL, children: string }, + "disabled_interact_label_formfitting/info_icon_pad": { type: T.PANEL, children: string }, + "disabled_interact_label_formfitting/interact_label_panel": { type: T.PANEL, children: 'interact_label_text_left' }, + "disabled_interact_label_formfitting/interact_label_panel/interact_label_text_left": { type: T.LABEL, children: string }, + "disabled_interact_label_formfitting/pad": { type: T.PANEL, children: string }, + "interact_label_text": { type: T.LABEL, children: string }, + "activated_smooth_purchase_buttons_panel": { type: T.STACK_PANEL, children: 'purchase_coins_button_panel' | 'pad_h1' | 'purchase_currency_button_panel' }, + "activated_smooth_purchase_buttons_panel/purchase_coins_button_panel": { type: T.PANEL, children: 'smooth_purchase_with_coins_button' }, + "activated_smooth_purchase_buttons_panel/purchase_coins_button_panel/smooth_purchase_with_coins_button": { type: T.BUTTON, children: string }, + "activated_smooth_purchase_buttons_panel/pad_h1": { type: T.PANEL, children: string }, + "activated_smooth_purchase_buttons_panel/purchase_currency_button_panel": { type: T.PANEL, children: 'purchase_with_currency_button' }, + "activated_smooth_purchase_buttons_panel/purchase_currency_button_panel/purchase_with_currency_button": { type: T.BUTTON, children: string }, + "deactivated_purchase_hover_popup": { type: T.IMAGE, children: string }, + "deactivated_smooth_purchase_buttons_panel": { type: T.STACK_PANEL, children: 'fake_deactivated_smooth_purchase_with_coins_button' | 'pad_h1' | 'purchase_currency_button_panel' }, + "deactivated_smooth_purchase_buttons_panel/fake_deactivated_smooth_purchase_with_coins_button": { type: T.IMAGE, children: 'deactivated_purchase_hover_popup' | 'content' }, + "deactivated_smooth_purchase_buttons_panel/fake_deactivated_smooth_purchase_with_coins_button/deactivated_purchase_hover_popup": { type: T.IMAGE, children: string }, + "deactivated_smooth_purchase_buttons_panel/fake_deactivated_smooth_purchase_with_coins_button/content": { type: T.STACK_PANEL, children: string }, + "deactivated_smooth_purchase_buttons_panel/pad_h1": { type: T.PANEL, children: string }, + "deactivated_smooth_purchase_buttons_panel/purchase_currency_button_panel": { type: T.PANEL, children: 'deactivated_purchase_with_currency_button' }, + "deactivated_smooth_purchase_buttons_panel/purchase_currency_button_panel/deactivated_purchase_with_currency_button": { type: T.BUTTON, children: string }, + "smooth_save_share_button_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'share_button' | 'pad_1' | 'save_button' }, + "smooth_save_share_button_panel/pad_0": { type: T.PANEL, children: string }, + "smooth_save_share_button_panel/share_button": { type: T.BUTTON, children: string }, + "smooth_save_share_button_panel/pad_1": { type: T.PANEL, children: string }, + "smooth_save_share_button_panel/save_button": { type: T.BUTTON, children: string }, + "currency_purchase_label": { type: T.PANEL, children: 'currency_purchase_label_text' }, + "currency_purchase_label/currency_purchase_label_text": { type: T.LABEL, children: string }, + "coin_image": { type: T.IMAGE, children: string }, + "smooth_currency_purchase_label": { type: T.PANEL, children: 'currency_purchase_label_text' }, + "smooth_currency_purchase_label/currency_purchase_label_text": { type: T.LABEL, children: string }, + "discount_label": { type: T.STACK_PANEL, children: 'label_panel' | 'icon_panel' }, + "discount_label/label_panel": { type: T.PANEL, children: 'label' }, + "discount_label/label_panel/label": { type: T.LABEL, children: string }, + "discount_label/icon_panel": { type: T.PANEL, children: 'icon' }, + "discount_label/icon_panel/icon": { type: T.IMAGE, children: string }, + "coin_purchase_label_text": { type: T.LABEL, children: string }, + "smooth_coin_purchase_label_formfitting": { type: T.STACK_PANEL, children: 'sales_banner_offset_panel' | 'markdown_panel' | 'fill_pad_left' | 'left_coin_image_offset_panel' | 'coin_purchase_label_panel' | 'pad' | 'right_coin_image_offset_panel' | 'fill_pad_right' }, + "smooth_coin_purchase_label_formfitting/sales_banner_offset_panel": { type: T.PANEL, children: 'sales_banner_panel' }, + "smooth_coin_purchase_label_formfitting/sales_banner_offset_panel/sales_banner_panel": { type: T.PANEL, children: 'markdown_banner' }, + "smooth_coin_purchase_label_formfitting/sales_banner_offset_panel/sales_banner_panel/markdown_banner": { type: T.STACK_PANEL, children: string }, + "smooth_coin_purchase_label_formfitting/markdown_panel": { type: T.PANEL, children: 'markdown_label' }, + "smooth_coin_purchase_label_formfitting/markdown_panel/markdown_label": { type: T.PANEL, children: string }, + "smooth_coin_purchase_label_formfitting/fill_pad_left": { type: T.PANEL, children: string }, + "smooth_coin_purchase_label_formfitting/left_coin_image_offset_panel": { type: T.PANEL, children: 'coin' }, + "smooth_coin_purchase_label_formfitting/left_coin_image_offset_panel/coin": { type: T.IMAGE, children: string }, + "smooth_coin_purchase_label_formfitting/coin_purchase_label_panel": { type: T.PANEL, children: 'coin_purchase_label_text_left' }, + "smooth_coin_purchase_label_formfitting/coin_purchase_label_panel/coin_purchase_label_text_left": { type: T.LABEL, children: string }, + "smooth_coin_purchase_label_formfitting/pad": { type: T.PANEL, children: string }, + "smooth_coin_purchase_label_formfitting/right_coin_image_offset_panel": { type: T.PANEL, children: 'coin' }, + "smooth_coin_purchase_label_formfitting/right_coin_image_offset_panel/coin": { type: T.IMAGE, children: string }, + "smooth_coin_purchase_label_formfitting/fill_pad_right": { type: T.PANEL, children: string }, + "disabled_smooth_coin_purchase_label_formfitting": { type: T.STACK_PANEL, children: 'sales_banner_offset_panel' | 'markdown_panel' | 'fill_pad_left' | 'info_icon_input_panel' | 'left_coin_image_offset_panel' | 'info_icon_pad' | 'coin_purchase_label_panel' | 'pad' | 'right_coin_image_offset_panel' | 'fill_pad_right' }, + "disabled_smooth_coin_purchase_label_formfitting/sales_banner_offset_panel": { type: T.PANEL, children: 'sales_banner_panel' }, + "disabled_smooth_coin_purchase_label_formfitting/sales_banner_offset_panel/sales_banner_panel": { type: T.PANEL, children: 'markdown_banner' }, + "disabled_smooth_coin_purchase_label_formfitting/sales_banner_offset_panel/sales_banner_panel/markdown_banner": { type: T.STACK_PANEL, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/markdown_panel": { type: T.PANEL, children: 'markdown_label' }, + "disabled_smooth_coin_purchase_label_formfitting/markdown_panel/markdown_label": { type: T.PANEL, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/fill_pad_left": { type: T.PANEL, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/info_icon_input_panel": { type: T.INPUT_PANEL, children: 'info_bulb' }, + "disabled_smooth_coin_purchase_label_formfitting/info_icon_input_panel/info_bulb": { type: T.STACK_PANEL, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/left_coin_image_offset_panel": { type: T.PANEL, children: 'coin' }, + "disabled_smooth_coin_purchase_label_formfitting/left_coin_image_offset_panel/coin": { type: T.IMAGE, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/info_icon_pad": { type: T.PANEL, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/coin_purchase_label_panel": { type: T.PANEL, children: 'coin_purchase_label_text_left' }, + "disabled_smooth_coin_purchase_label_formfitting/coin_purchase_label_panel/coin_purchase_label_text_left": { type: T.LABEL, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/pad": { type: T.PANEL, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/right_coin_image_offset_panel": { type: T.PANEL, children: 'coin' }, + "disabled_smooth_coin_purchase_label_formfitting/right_coin_image_offset_panel/coin": { type: T.IMAGE, children: string }, + "disabled_smooth_coin_purchase_label_formfitting/fill_pad_right": { type: T.PANEL, children: string }, + "share_icon": { type: T.IMAGE, children: string }, + "share_label": { type: T.STACK_PANEL, children: 'share_image_offset_panel' }, + "share_label/share_image_offset_panel": { type: T.PANEL, children: 'link_share' }, + "share_label/share_image_offset_panel/link_share": { type: T.IMAGE, children: string }, + "save_label_panel": { type: T.PANEL, children: 'heart_image' | 'progress_loading' }, + "save_label_panel/heart_image": { type: T.PANEL, children: string }, + "save_label_panel/progress_loading": { type: T.IMAGE, children: string }, + "save_label": { type: T.PANEL, children: 'save_image_offset_panel' }, + "save_label/save_image_offset_panel": { type: T.PANEL, children: 'full_heart' | 'empty_heart' }, + "save_label/save_image_offset_panel/full_heart": { type: T.IMAGE, children: string }, + "save_label/save_image_offset_panel/empty_heart": { type: T.IMAGE, children: string }, + "large_button_coin_purchase_label": { type: T.STACK_PANEL, children: 'markdown_banner_filler_panel' | 'center_markdown_panel' | 'sales_padding_0' | 'price_markdown_panel' | 'sales_padding_1' | 'left_coin_image_offset_panel' | 'coin_purchase_label_panel' | 'right_coin_image_offset_panel' | 'fill_padding_1' }, + "large_button_coin_purchase_label/markdown_banner_filler_panel": { type: T.PANEL, children: string }, + "large_button_coin_purchase_label/center_markdown_panel": { type: T.PANEL, children: 'markdown_banner' }, + "large_button_coin_purchase_label/center_markdown_panel/markdown_banner": { type: T.STACK_PANEL, children: string }, + "large_button_coin_purchase_label/sales_padding_0": { type: T.PANEL, children: string }, + "large_button_coin_purchase_label/price_markdown_panel": { type: T.PANEL, children: 'price_markdown_label' }, + "large_button_coin_purchase_label/price_markdown_panel/price_markdown_label": { type: T.PANEL, children: string }, + "large_button_coin_purchase_label/sales_padding_1": { type: T.PANEL, children: string }, + "large_button_coin_purchase_label/left_coin_image_offset_panel": { type: T.PANEL, children: 'coin' }, + "large_button_coin_purchase_label/left_coin_image_offset_panel/coin": { type: T.IMAGE, children: string }, + "large_button_coin_purchase_label/coin_purchase_label_panel": { type: T.PANEL, children: 'coin_purchase_label_text' }, + "large_button_coin_purchase_label/coin_purchase_label_panel/coin_purchase_label_text": { type: T.LABEL, children: string }, + "large_button_coin_purchase_label/right_coin_image_offset_panel": { type: T.PANEL, children: 'coin' }, + "large_button_coin_purchase_label/right_coin_image_offset_panel/coin": { type: T.IMAGE, children: string }, + "large_button_coin_purchase_label/fill_padding_1": { type: T.PANEL, children: string }, + "price_markdown_panel": { type: T.PANEL, children: 'offer_price' }, + "price_markdown_panel/offer_price": { type: T.LABEL, children: 'text_strike_through' }, + "price_markdown_panel/offer_price/text_strike_through": { type: T.IMAGE, children: string }, + "vertical_padding_2px": { type: T.PANEL, children: string }, + "vertical_padding_4px": { type: T.PANEL, children: string }, + "vertical_padding_fill": { type: T.PANEL, children: string }, + "horizontal_padding_2px": { type: T.PANEL, children: string }, + "horizontal_padding_4px": { type: T.PANEL, children: string }, + "horizontal_padding_8px": { type: T.PANEL, children: string }, + "horizontal_padding_fill": { type: T.PANEL, children: string }, + "empty_content_panel": { type: T.PANEL, children: string }, + "section_header": { type: T.PANEL, children: 'header_label' }, + "section_header/header_label": { type: T.LABEL, children: string }, + "content_section_bg": { type: T.STACK_PANEL, children: 'pad' | 'section_header' | 'bg_and_content' }, + "content_section_bg/pad": { type: T.PANEL, children: string }, + "content_section_bg/section_header": { type: T.PANEL, children: string }, + "content_section_bg/bg_and_content": { type: T.PANEL, children: 'bg' }, + "content_section_bg/bg_and_content/bg": { type: T.IMAGE, children: string }, + "content_section_boarder_bg": { type: T.STACK_PANEL, children: 'pad' | 'bg_and_content' | 'pad_3' | 'divider_3' }, + "content_section_boarder_bg/pad": { type: T.PANEL, children: string }, + "content_section_boarder_bg/bg_and_content": { type: T.PANEL, children: 'bg' }, + "content_section_boarder_bg/bg_and_content/bg": { type: T.IMAGE, children: 'inner' }, + "content_section_boarder_bg/bg_and_content/bg/inner": { type: T.IMAGE, children: string }, + "content_section_boarder_bg/pad_3": { type: T.PANEL, children: string }, + "content_section_boarder_bg/divider_3": { type: T.PANEL, children: string }, + "summary_factory_object": { type: T.STACK_PANEL, children: 'summary' | 'navigation_tab_section' | 'update_notification_section' }, + "summary_factory_object/summary": { type: T.STACK_PANEL, children: string }, + "summary_factory_object/navigation_tab_section": { type: T.PANEL, children: string }, + "summary_factory_object/update_notification_section": { type: T.STACK_PANEL, children: string }, + "screenshot_carousel_factory_object": { type: T.STACK_PANEL, children: 'resource_pack_content_panel' | 'pad_3' | 'divider_3' }, + "screenshot_carousel_factory_object/resource_pack_content_panel": { type: T.STACK_PANEL, children: string }, + "screenshot_carousel_factory_object/pad_3": { type: T.PANEL, children: string }, + "screenshot_carousel_factory_object/divider_3": { type: T.PANEL, children: string }, + "image_gallery_factory_object": { type: T.STACK_PANEL, children: 'resource_pack_content_panel' }, + "image_gallery_factory_object/resource_pack_content_panel": { type: T.PANEL, children: string }, + "left_text_right_image_factory_object": { type: T.STACK_PANEL, children: 'resource_pack_content_panel' }, + "left_text_right_image_factory_object/resource_pack_content_panel": { type: T.STACK_PANEL, children: string }, + "right_text_left_image_factory_object": { type: T.STACK_PANEL, children: 'resource_pack_content_panel' }, + "right_text_left_image_factory_object/resource_pack_content_panel": { type: T.STACK_PANEL, children: string }, + "skin_pack_section_factory_object": { type: T.PANEL, children: 'skin_pack_section_factory_content' }, + "skin_pack_section_factory_object/skin_pack_section_factory_content": { type: T.STACK_PANEL, children: 'skin_pack_content_panel' | 'pad_3' | 'divider_3' }, + "skin_pack_section_factory_object/skin_pack_section_factory_content/skin_pack_content_panel": { type: T.STACK_PANEL, children: string }, + "skin_pack_section_factory_object/skin_pack_section_factory_content/pad_3": { type: T.PANEL, children: string }, + "skin_pack_section_factory_object/skin_pack_section_factory_content/divider_3": { type: T.PANEL, children: string }, + "panorama_view_factory_object": { type: T.STACK_PANEL, children: 'panorama_view_content_panel' | 'pad_3' | 'divider_3' }, + "panorama_view_factory_object/panorama_view_content_panel": { type: T.STACK_PANEL, children: string }, + "panorama_view_factory_object/pad_3": { type: T.PANEL, children: string }, + "panorama_view_factory_object/divider_3": { type: T.PANEL, children: string }, + "ratings_factory_object": { type: T.PANEL, children: 'rating_factory_object_content' }, + "ratings_factory_object/rating_factory_object_content": { type: T.STACK_PANEL, children: string }, + "focus_container_button": { type: T.BUTTON, children: 'default' }, + "focus_container_button/default": { type: T.PANEL, children: string }, + "bundle_summary_factory_object": { type: T.PANEL, children: 'bundle_summary_factory_object_content' }, + "bundle_summary_factory_object/bundle_summary_factory_object_content": { type: T.PANEL, children: string }, + "pdp_cycle_offer_row_content": { type: T.STACK_PANEL, children: 'store_row_panel' | 'pad_3' | 'divider_3' }, + "pdp_cycle_offer_row_content/store_row_panel": { type: T.STACK_PANEL, children: string }, + "pdp_cycle_offer_row_content/pad_3": { type: T.PANEL, children: string }, + "pdp_cycle_offer_row_content/divider_3": { type: T.PANEL, children: string }, + "pdp_cycle_offer_row_section": { type: T.PANEL, children: string }, + "scrolling_content_stack": { type: T.STACK_PANEL, children: string }, + "warning_image": { type: T.IMAGE, children: string }, + "scaling_rating": { type: T.PANEL, children: 'empty_rating' }, + "scaling_rating/empty_rating": { type: T.IMAGE, children: 'full_rating' }, + "scaling_rating/empty_rating/full_rating": { type: T.IMAGE, children: string }, + "scaling_rating_new": { type: T.PANEL, children: 'empty_rating' }, + "scaling_rating_new/empty_rating": { type: T.IMAGE, children: 'full_rating' }, + "scaling_rating_new/empty_rating/full_rating": { type: T.IMAGE, children: string }, + "chart_section": { type: T.PANEL, children: 'stack' }, + "chart_section/stack": { type: T.STACK_PANEL, children: 'star_number_panel' | 'star_panel' | 'pad_0' | 'bar_panel' | 'pad_1' | 'percent' }, + "chart_section/stack/star_number_panel": { type: T.PANEL, children: 'star_number' }, + "chart_section/stack/star_number_panel/star_number": { type: T.LABEL, children: string }, + "chart_section/stack/star_panel": { type: T.PANEL, children: 'star_img' }, + "chart_section/stack/star_panel/star_img": { type: T.IMAGE, children: string }, + "chart_section/stack/pad_0": { type: T.PANEL, children: string }, + "chart_section/stack/bar_panel": { type: T.PANEL, children: 'bar' }, + "chart_section/stack/bar_panel/bar": { type: T.IMAGE, children: 'full_bar' }, + "chart_section/stack/bar_panel/bar/full_bar": { type: T.IMAGE, children: string }, + "chart_section/stack/pad_1": { type: T.PANEL, children: string }, + "chart_section/stack/percent": { type: T.LABEL, children: string }, + "ratings_chart": { type: T.STACK_PANEL, children: '5_star' | '4_star' | '3_star' | '2_star' | '1_star' }, + "ratings_chart/5_star": { type: T.PANEL, children: string }, + "ratings_chart/4_star": { type: T.PANEL, children: string }, + "ratings_chart/3_star": { type: T.PANEL, children: string }, + "ratings_chart/2_star": { type: T.PANEL, children: string }, + "ratings_chart/1_star": { type: T.PANEL, children: string }, + "ratings_chart_panel": { type: T.PANEL, children: 'ratings_chart_content' }, + "ratings_chart_panel/ratings_chart_content": { type: T.STACK_PANEL, children: 'pad_0' | 'title' | 'pad_1' | 'rating_panel' | 'rating_text_panel' | 'count_panel' | 'pad_2' | 'chart' | 'pad_3' }, + "ratings_chart_panel/ratings_chart_content/pad_0": { type: T.PANEL, children: string }, + "ratings_chart_panel/ratings_chart_content/title": { type: T.PANEL, children: 'title_text' }, + "ratings_chart_panel/ratings_chart_content/title/title_text": { type: T.LABEL, children: string }, + "ratings_chart_panel/ratings_chart_content/pad_1": { type: T.PANEL, children: string }, + "ratings_chart_panel/ratings_chart_content/rating_panel": { type: T.PANEL, children: 'rating' }, + "ratings_chart_panel/ratings_chart_content/rating_panel/rating": { type: T.STACK_PANEL, children: 'rating_bar' | 'pad' }, + "ratings_chart_panel/ratings_chart_content/rating_panel/rating/rating_bar": { type: T.PANEL, children: string }, + "ratings_chart_panel/ratings_chart_content/rating_panel/rating/pad": { type: T.PANEL, children: string }, + "ratings_chart_panel/ratings_chart_content/rating_text_panel": { type: T.PANEL, children: 'rating_text' }, + "ratings_chart_panel/ratings_chart_content/rating_text_panel/rating_text": { type: T.LABEL, children: string }, + "ratings_chart_panel/ratings_chart_content/count_panel": { type: T.PANEL, children: 'count' }, + "ratings_chart_panel/ratings_chart_content/count_panel/count": { type: T.LABEL, children: string }, + "ratings_chart_panel/ratings_chart_content/pad_2": { type: T.PANEL, children: string }, + "ratings_chart_panel/ratings_chart_content/chart": { type: T.STACK_PANEL, children: string }, + "ratings_chart_panel/ratings_chart_content/pad_3": { type: T.PANEL, children: string }, + "ratings_box": { type: T.PANEL, children: 'ratings_panel_focus_point' | 'ratings_full_panel' | 'divider' }, + "ratings_box/ratings_panel_focus_point": { type: T.BUTTON, children: string }, + "ratings_box/ratings_full_panel": { type: T.PANEL, children: 'ratings_chart_and_button' }, + "ratings_box/ratings_full_panel/ratings_chart_and_button": { type: T.STACK_PANEL, children: 'chart' | 'pad_1' }, + "ratings_box/ratings_full_panel/ratings_chart_and_button/chart": { type: T.PANEL, children: string }, + "ratings_box/ratings_full_panel/ratings_chart_and_button/pad_1": { type: T.PANEL, children: string }, + "ratings_box/divider": { type: T.IMAGE, children: string }, + "user_rating_star_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "user_rating_star_button/default": { type: T.PANEL, children: 'default_user_rating_star' }, + "user_rating_star_button/default/default_user_rating_star": { type: T.IMAGE, children: string }, + "user_rating_star_button/hover": { type: T.PANEL, children: 'hover_user_rating_star' }, + "user_rating_star_button/hover/hover_user_rating_star": { type: T.IMAGE, children: string }, + "user_rating_star_list_grid": { type: T.GRID, children: string }, + "ratings_interact_panel": { type: T.STACK_PANEL, children: 'title_text' | 'pad_vertical_4px' | 'rating_stars_and_button_panel' | 'pad_vertical_8px' | 'fill_pad' | 'send_feedback_button' | 'pad_1' }, + "ratings_interact_panel/title_text": { type: T.LABEL, children: string }, + "ratings_interact_panel/pad_vertical_4px": { type: T.PANEL, children: string }, + "ratings_interact_panel/rating_stars_and_button_panel": { type: T.STACK_PANEL, children: 'fill_stars' | 'pad_3_percent' | 'submit_button_panel' }, + "ratings_interact_panel/rating_stars_and_button_panel/fill_stars": { type: T.PANEL, children: 'rating_buttons' }, + "ratings_interact_panel/rating_stars_and_button_panel/fill_stars/rating_buttons": { type: T.GRID, children: string }, + "ratings_interact_panel/rating_stars_and_button_panel/pad_3_percent": { type: T.PANEL, children: string }, + "ratings_interact_panel/rating_stars_and_button_panel/submit_button_panel": { type: T.PANEL, children: 'submit' }, + "ratings_interact_panel/rating_stars_and_button_panel/submit_button_panel/submit": { type: T.BUTTON, children: string }, + "ratings_interact_panel/pad_vertical_8px": { type: T.PANEL, children: string }, + "ratings_interact_panel/fill_pad": { type: T.PANEL, children: 'text' }, + "ratings_interact_panel/fill_pad/text": { type: T.LABEL, children: string }, + "ratings_interact_panel/send_feedback_button": { type: T.BUTTON, children: string }, + "ratings_interact_panel/pad_1": { type: T.PANEL, children: string }, + "ratings_info_panel": { type: T.PANEL, children: 'ratings' | 'ratings_right' }, + "ratings_info_panel/ratings": { type: T.PANEL, children: string }, + "ratings_info_panel/ratings_right": { type: T.PANEL, children: 'ratings_interact_panel' }, + "ratings_info_panel/ratings_right/ratings_interact_panel": { type: T.STACK_PANEL, children: string }, + "ratings_content_panel": { type: T.STACK_PANEL, children: string }, + "panorama_view_content": { type: T.STACK_PANEL, children: 'panorama_panel' }, + "panorama_view_content/panorama_panel": { type: T.PANEL, children: 'panorama_content' }, + "panorama_view_content/panorama_panel/panorama_content": { type: T.PANEL, children: string }, + "skins": { type: T.PANEL, children: string }, + "skin_pack_content_panel": { type: T.STACK_PANEL, children: string }, + "resource_pack_content": { type: T.PANEL, children: 'screenshots' }, + "resource_pack_content/screenshots": { type: T.PANEL, children: string }, + "image_row_left_text_content": { type: T.STACK_PANEL, children: 'buffer_panel_front' | 'text_section' | 'buffer_panel_mid' | 'screenshots_single' | 'buffer_panel_back' }, + "image_row_left_text_content/buffer_panel_front": { type: T.PANEL, children: string }, + "image_row_left_text_content/text_section": { type: T.STACK_PANEL, children: 'left_header' | 'left_text' | 'buffer_panel_bottom' }, + "image_row_left_text_content/text_section/left_header": { type: T.PANEL, children: string }, + "image_row_left_text_content/text_section/left_text": { type: T.PANEL, children: string }, + "image_row_left_text_content/text_section/buffer_panel_bottom": { type: T.PANEL, children: string }, + "image_row_left_text_content/buffer_panel_mid": { type: T.PANEL, children: string }, + "image_row_left_text_content/screenshots_single": { type: T.PANEL, children: string }, + "image_row_left_text_content/buffer_panel_back": { type: T.PANEL, children: string }, + "image_row_right_text_content": { type: T.STACK_PANEL, children: 'buffer_panel_front' | 'screenshots_single' | 'buffer_panel_mid' | 'text_section' | 'buffer_panel_back' }, + "image_row_right_text_content/buffer_panel_front": { type: T.PANEL, children: string }, + "image_row_right_text_content/screenshots_single": { type: T.PANEL, children: string }, + "image_row_right_text_content/buffer_panel_mid": { type: T.PANEL, children: string }, + "image_row_right_text_content/text_section": { type: T.STACK_PANEL, children: 'right_header' | 'right_text' | 'buffer_panel_bottom' }, + "image_row_right_text_content/text_section/right_header": { type: T.PANEL, children: string }, + "image_row_right_text_content/text_section/right_text": { type: T.PANEL, children: string }, + "image_row_right_text_content/text_section/buffer_panel_bottom": { type: T.PANEL, children: string }, + "image_row_right_text_content/buffer_panel_back": { type: T.PANEL, children: string }, + "image_row_content": { type: T.PANEL, children: 'screenshots_triple' }, + "image_row_content/screenshots_triple": { type: T.STACK_PANEL, children: string }, + "play_button": { type: T.IMAGE, children: string }, + "csb_expiration": { type: T.PANEL, children: 'background' }, + "csb_expiration/background": { type: T.IMAGE, children: 'content_stack_panel' }, + "csb_expiration/background/content_stack_panel": { type: T.STACK_PANEL, children: 'icon_wrapper' | 'text_wrapper' }, + "csb_expiration/background/content_stack_panel/icon_wrapper": { type: T.PANEL, children: 'icon' }, + "csb_expiration/background/content_stack_panel/icon_wrapper/icon": { type: T.IMAGE, children: string }, + "csb_expiration/background/content_stack_panel/text_wrapper": { type: T.PANEL, children: 'text' }, + "csb_expiration/background/content_stack_panel/text_wrapper/text": { type: T.LABEL, children: string }, + "summary_content_left_side": { type: T.STACK_PANEL, children: 'pad_left' | 'full_content' }, + "summary_content_left_side/pad_left": { type: T.PANEL, children: string }, + "summary_content_left_side/full_content": { type: T.STACK_PANEL, children: 'top' | 'bottom' }, + "summary_content_left_side/full_content/top": { type: T.STACK_PANEL, children: 'image' | 'divider' | 'info' }, + "summary_content_left_side/full_content/top/image": { type: T.PANEL, children: 'key_image' }, + "summary_content_left_side/full_content/top/image/key_image": { type: T.IMAGE, children: 'border' | 'csb_expiration_banner' | 'video_overlay_button' | 'rtx_label' }, + "summary_content_left_side/full_content/top/image/key_image/border": { type: T.IMAGE, children: string }, + "summary_content_left_side/full_content/top/image/key_image/csb_expiration_banner": { type: T.PANEL, children: string }, + "summary_content_left_side/full_content/top/image/key_image/video_overlay_button": { type: T.BUTTON, children: 'mask' | 'default' | 'hover' }, + "summary_content_left_side/full_content/top/image/key_image/video_overlay_button/mask": { type: T.IMAGE, children: string }, + "summary_content_left_side/full_content/top/image/key_image/video_overlay_button/default": { type: T.IMAGE, children: string }, + "summary_content_left_side/full_content/top/image/key_image/video_overlay_button/hover": { type: T.IMAGE, children: string }, + "summary_content_left_side/full_content/top/image/key_image/rtx_label": { type: T.PANEL, children: string }, + "summary_content_left_side/full_content/top/divider": { type: T.PANEL, children: string }, + "summary_content_left_side/full_content/top/info": { type: T.STACK_PANEL, children: 'summary_title_and_author_panel' | 'pad_fill' | 'info_buttons_factory' }, + "summary_content_left_side/full_content/top/info/summary_title_and_author_panel": { type: T.STACK_PANEL, children: string }, + "summary_content_left_side/full_content/top/info/pad_fill": { type: T.PANEL, children: string }, + "summary_content_left_side/full_content/top/info/info_buttons_factory": { type: T.STACK_PANEL, children: string }, + "summary_content_left_side/full_content/bottom": { type: T.PANEL, children: string }, + "info_buttons_factory": { type: T.STACK_PANEL, children: string }, + "ratings_summary": { type: T.STACK_PANEL, children: 'ratings_display' }, + "ratings_summary/ratings_display": { type: T.STACK_PANEL, children: 'rating' | 'summary_rating_button' }, + "ratings_summary/ratings_display/rating": { type: T.PANEL, children: string }, + "ratings_summary/ratings_display/summary_rating_button": { type: T.BUTTON, children: string }, + "offer_title_label": { type: T.PANEL, children: string }, + "title_and_author_panel": { type: T.STACK_PANEL, children: 'title_panel' | 'author_button_panel' }, + "title_and_author_panel/title_panel": { type: T.PANEL, children: string }, + "title_and_author_panel/author_button_panel": { type: T.PANEL, children: 'summary_author_button' }, + "title_and_author_panel/author_button_panel/summary_author_button": { type: T.BUTTON, children: string }, + "description_label": { type: T.LABEL, children: string }, + "warning_stack_panel": { type: T.STACK_PANEL, children: 'warning_icon' | 'pad_0' | 'warning_text_panel' }, + "warning_stack_panel/warning_icon": { type: T.IMAGE, children: string }, + "warning_stack_panel/pad_0": { type: T.PANEL, children: string }, + "warning_stack_panel/warning_text_panel": { type: T.PANEL, children: 'warning_text' }, + "warning_stack_panel/warning_text_panel/warning_text": { type: T.LABEL, children: string }, + "warning_panel": { type: T.PANEL, children: 'background' | 'content_stack_panel' }, + "warning_panel/background": { type: T.IMAGE, children: string }, + "warning_panel/content_stack_panel": { type: T.STACK_PANEL, children: string }, + "description_toggle_show_button_panel": { type: T.PANEL, children: 'description_bottom_right_button_border' | 'description_toggle_show_button' | 'warning_icon' }, + "description_toggle_show_button_panel/description_bottom_right_button_border": { type: T.IMAGE, children: string }, + "description_toggle_show_button_panel/description_toggle_show_button": { type: T.BUTTON, children: string }, + "description_toggle_show_button_panel/warning_icon": { type: T.IMAGE, children: string }, + "vibrant_visuals_underline_button": { type: T.BUTTON, children: string }, + "vibrant_visuals_hover_popup": { type: T.IMAGE, children: string }, + "vibrant_visuals_badge_display": { type: T.IMAGE, children: 'vibrant_visuals_underline_button' }, + "vibrant_visuals_badge_display/vibrant_visuals_underline_button": { type: T.BUTTON, children: string }, + "vibrant_visuals_badge_and_hover": { type: T.PANEL, children: 'vibrant_visuals_hover_popup' | 'vibrant_visuals_badge_display' }, + "vibrant_visuals_badge_and_hover/vibrant_visuals_hover_popup": { type: T.IMAGE, children: string }, + "vibrant_visuals_badge_and_hover/vibrant_visuals_badge_display": { type: T.IMAGE, children: string }, + "glyph_icon": { type: T.IMAGE, children: string }, + "glyph_count_label": { type: T.LABEL, children: string }, + "glyph_count_underline_button": { type: T.BUTTON, children: string }, + "glyph_count_hover_underline_button_panel": { type: T.PANEL, children: 'glyph_hover_popup' | 'glyph_count_underline_button' }, + "glyph_count_hover_underline_button_panel/glyph_hover_popup": { type: T.UNKNOWN, children: string }, + "glyph_count_hover_underline_button_panel/glyph_count_underline_button": { type: T.BUTTON, children: string }, + "glyph_icon_with_count": { type: T.STACK_PANEL, children: 'glyph_icon' | 'horizontal_padding' | 'item_glyph_count_panel_label' }, + "glyph_icon_with_count/glyph_icon": { type: T.IMAGE, children: string }, + "glyph_icon_with_count/horizontal_padding": { type: T.PANEL, children: string }, + "glyph_icon_with_count/item_glyph_count_panel_label": { type: T.UNKNOWN, children: string }, + "glyph_panel_hover_popup": { type: T.IMAGE, children: string }, + "glyph_panel_mashup_hover_popup": { type: T.IMAGE, children: string }, + "mashup_glyph_tooltip_content": { type: T.STACK_PANEL, children: 'mashup_text_row' | 'mashup_line_two' | 'basic_vertical_glyphs' }, + "mashup_glyph_tooltip_content/mashup_text_row": { type: T.STACK_PANEL, children: 'info_icon' | 'mashup_line_one' }, + "mashup_glyph_tooltip_content/mashup_text_row/info_icon": { type: T.STACK_PANEL, children: string }, + "mashup_glyph_tooltip_content/mashup_text_row/mashup_line_one": { type: T.PANEL, children: string }, + "mashup_glyph_tooltip_content/mashup_line_two": { type: T.PANEL, children: string }, + "mashup_glyph_tooltip_content/basic_vertical_glyphs": { type: T.STACK_PANEL, children: string }, + "glyph_section_mashup": { type: T.STACK_PANEL, children: string }, + "glyph_section_skin": { type: T.STACK_PANEL, children: string }, + "glyph_section_resource_pack": { type: T.STACK_PANEL, children: string }, + "glyph_section_world": { type: T.STACK_PANEL, children: string }, + "glyph_section_addon": { type: T.STACK_PANEL, children: string }, + "summary_text_panel": { type: T.STACK_PANEL, children: 'top_interact_button_stack' | 'apply_to_realm_panel' | 'in_csb_panel' | 'progress_loading_anim_panel' | 'pad_0' | 'disclaimer_panel' | 'pad_1' | 'save_share_button_panel' | 'pad_2' }, + "summary_text_panel/top_interact_button_stack": { type: T.STACK_PANEL, children: 'top_interact' }, + "summary_text_panel/top_interact_button_stack/top_interact": { type: T.PANEL, children: string }, + "summary_text_panel/apply_to_realm_panel": { type: T.PANEL, children: 'apply_to_realm_button' }, + "summary_text_panel/apply_to_realm_panel/apply_to_realm_button": { type: T.BUTTON, children: string }, + "summary_text_panel/in_csb_panel": { type: T.PANEL, children: 'in_csb_button' }, + "summary_text_panel/in_csb_panel/in_csb_button": { type: T.BUTTON, children: string }, + "summary_text_panel/progress_loading_anim_panel": { type: T.PANEL, children: 'progress_loading_anim' }, + "summary_text_panel/progress_loading_anim_panel/progress_loading_anim": { type: T.PANEL, children: string }, + "summary_text_panel/pad_0": { type: T.PANEL, children: string }, + "summary_text_panel/disclaimer_panel": { type: T.PANEL, children: string }, + "summary_text_panel/pad_1": { type: T.PANEL, children: string }, + "summary_text_panel/save_share_button_panel": { type: T.STACK_PANEL, children: string }, + "summary_text_panel/pad_2": { type: T.PANEL, children: string }, + "info_bulb_image": { type: T.IMAGE, children: string }, + "info_bulb_image_small": { type: T.IMAGE, children: string }, + "info_bulb_image_small_centered": { type: T.STACK_PANEL, children: 'top_filler' | 'middle_panel' | 'bottom_filler' }, + "info_bulb_image_small_centered/top_filler": { type: T.PANEL, children: string }, + "info_bulb_image_small_centered/middle_panel": { type: T.STACK_PANEL, children: 'front_filler' | 'info_bulb' | 'bottom_filler' }, + "info_bulb_image_small_centered/middle_panel/front_filler": { type: T.PANEL, children: string }, + "info_bulb_image_small_centered/middle_panel/info_bulb": { type: T.IMAGE, children: string }, + "info_bulb_image_small_centered/middle_panel/bottom_filler": { type: T.PANEL, children: string }, + "info_bulb_image_small_centered/bottom_filler": { type: T.PANEL, children: string }, + "realms_incompatable_content": { type: T.IMAGE, children: 'realms_content_stack_panel' }, + "realms_incompatable_content/realms_content_stack_panel": { type: T.STACK_PANEL, children: 'info_bulb_image' | 'padding' | 'realms_incompatable_button_label' }, + "realms_incompatable_content/realms_content_stack_panel/info_bulb_image": { type: T.IMAGE, children: string }, + "realms_incompatable_content/realms_content_stack_panel/padding": { type: T.PANEL, children: string }, + "realms_incompatable_content/realms_content_stack_panel/realms_incompatable_button_label": { type: T.LABEL, children: string }, + "apply_to_realm_button": { type: T.BUTTON, children: string }, + "in_csb_button": { type: T.BUTTON, children: string }, + "read_more_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "read_more_button/default": { type: T.PANEL, children: string }, + "read_more_button/hover": { type: T.IMAGE, children: string }, + "read_more_button/pressed": { type: T.IMAGE, children: string }, + "summary_content_right_side": { type: T.STACK_PANEL, children: 'pad_middle' | 'text' | 'entitlements_progress_panel' | 'pad_right' }, + "summary_content_right_side/pad_middle": { type: T.PANEL, children: string }, + "summary_content_right_side/text": { type: T.STACK_PANEL, children: string }, + "summary_content_right_side/entitlements_progress_panel": { type: T.PANEL, children: 'progress_loading' }, + "summary_content_right_side/entitlements_progress_panel/progress_loading": { type: T.IMAGE, children: string }, + "summary_content_right_side/pad_right": { type: T.PANEL, children: string }, + "summary_content_whole_stack_panel": { type: T.STACK_PANEL, children: 'left_side' | 'divider_panel' | 'right_side' }, + "summary_content_whole_stack_panel/left_side": { type: T.STACK_PANEL, children: string }, + "summary_content_whole_stack_panel/divider_panel": { type: T.PANEL, children: string }, + "summary_content_whole_stack_panel/right_side": { type: T.STACK_PANEL, children: string }, + "summary_content_panel": { type: T.STACK_PANEL, children: 'pad_top' | 'summary_content_whole_stack' | 'pad_3' | 'divider_3' }, + "summary_content_panel/pad_top": { type: T.PANEL, children: string }, + "summary_content_panel/summary_content_whole_stack": { type: T.STACK_PANEL, children: string }, + "summary_content_panel/pad_3": { type: T.PANEL, children: string }, + "summary_content_panel/divider_3": { type: T.PANEL, children: string }, + "appearance_status_image_panel": { type: T.PANEL, children: 'limited_status_image' | 'no_restrictions_status_image' }, + "appearance_status_image_panel/limited_status_image": { type: T.IMAGE, children: string }, + "appearance_status_image_panel/no_restrictions_status_image": { type: T.IMAGE, children: string }, + "appearance_status_content": { type: T.STACK_PANEL, children: 'appearance_status_image_panel' | 'last_update_panel' }, + "appearance_status_content/appearance_status_image_panel": { type: T.PANEL, children: string }, + "appearance_status_content/last_update_panel": { type: T.PANEL, children: 'last_update_label' }, + "appearance_status_content/last_update_panel/last_update_label": { type: T.LABEL, children: string }, + "dynamic_tooltip_notification_panel": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "dynamic_tooltip_notification_panel/default": { type: T.PANEL, children: string }, + "dynamic_tooltip_notification_panel/hover": { type: T.IMAGE, children: string }, + "dynamic_tooltip_notification_panel/pressed": { type: T.IMAGE, children: string }, + "update_notification_content": { type: T.PANEL, children: 'dynamic_tooltip_notification_panel' | 'status' }, + "update_notification_content/dynamic_tooltip_notification_panel": { type: T.BUTTON, children: string }, + "update_notification_content/status": { type: T.STACK_PANEL, children: string }, + "update_notification_stack_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'content' | 'pad_1' }, + "update_notification_stack_panel/pad_0": { type: T.PANEL, children: string }, + "update_notification_stack_panel/content": { type: T.PANEL, children: string }, + "update_notification_stack_panel/pad_1": { type: T.PANEL, children: string }, + "tag_base": { type: T.IMAGE, children: string }, + "tag_button_panel": { type: T.PANEL, children: 'button' }, + "tag_button_panel/button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'label' }, + "tag_button_panel/button/default": { type: T.IMAGE, children: string }, + "tag_button_panel/button/hover": { type: T.IMAGE, children: string }, + "tag_button_panel/button/pressed": { type: T.IMAGE, children: string }, + "tag_button_panel/button/label": { type: T.LABEL, children: string }, + "tag_row_factory": { type: T.STACK_PANEL, children: string }, + "player_count_button_panel": { type: T.PANEL, children: 'player_count_button' | 'comma' }, + "player_count_button_panel/player_count_button": { type: T.BUTTON, children: string }, + "player_count_button_panel/comma": { type: T.LABEL, children: string }, + "player_count_factory": { type: T.STACK_PANEL, children: string }, + "language_button_panel": { type: T.PANEL, children: 'language_button' | 'comma' }, + "language_button_panel/language_button": { type: T.BUTTON, children: string }, + "language_button_panel/comma": { type: T.LABEL, children: string }, + "language_row_factory": { type: T.STACK_PANEL, children: string }, + "description_inner_panel": { type: T.PANEL, children: 'description_stack_panel' }, + "description_inner_panel/description_stack_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'title_stack_panel' | 'description_text_panel_full' | 'description_text_panel_collapsed' | 'pad_1' | 'divider_panel' | 'pad_2' | 'tags_panel' | 'genre_panel' | 'players_panel' | 'languages_panel' | 'pad_3' | 'show_less_button_panel' }, + "description_inner_panel/description_stack_panel/pad_0": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/title_stack_panel": { type: T.STACK_PANEL, children: 'title_text_panel' | 'pad_0' | 'divider_panel' | 'pad_1' }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel": { type: T.STACK_PANEL, children: 'title_label_icon' | 'pad_0' | 'title_panel' }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel/title_label_icon": { type: T.IMAGE, children: string }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel/pad_0": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel/title_panel": { type: T.PANEL, children: 'title_label' }, + "description_inner_panel/description_stack_panel/title_stack_panel/title_text_panel/title_panel/title_label": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/title_stack_panel/pad_0": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/title_stack_panel/divider_panel": { type: T.PANEL, children: 'divider' }, + "description_inner_panel/description_stack_panel/title_stack_panel/divider_panel/divider": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/title_stack_panel/pad_1": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/description_text_panel_full": { type: T.STACK_PANEL, children: 'description_text_expanded' | 'button_panel' }, + "description_inner_panel/description_stack_panel/description_text_panel_full/description_text_expanded": { type: T.STACK_PANEL, children: 'description_label' | 'pad_0' | 'warning_panel' }, + "description_inner_panel/description_stack_panel/description_text_panel_full/description_text_expanded/description_label": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/description_text_panel_full/description_text_expanded/pad_0": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/description_text_panel_full/description_text_expanded/warning_panel": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/description_text_panel_full/button_panel": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/description_text_panel_collapsed": { type: T.STACK_PANEL, children: 'description_text_collapsed' | 'collapsed_show_more_panel' }, + "description_inner_panel/description_stack_panel/description_text_panel_collapsed/description_text_collapsed": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/description_text_panel_collapsed/collapsed_show_more_panel": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/pad_1": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/divider_panel": { type: T.PANEL, children: 'divider' }, + "description_inner_panel/description_stack_panel/divider_panel/divider": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/pad_2": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/tags_panel": { type: T.STACK_PANEL, children: 'label_text_panel' | 'pad' | 'tag_factory_panel' }, + "description_inner_panel/description_stack_panel/tags_panel/label_text_panel": { type: T.PANEL, children: 'label_text' }, + "description_inner_panel/description_stack_panel/tags_panel/label_text_panel/label_text": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/tags_panel/pad": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/tags_panel/tag_factory_panel": { type: T.PANEL, children: 'tags_factory_with_rows' | 'tags_factory' }, + "description_inner_panel/description_stack_panel/tags_panel/tag_factory_panel/tags_factory_with_rows": { type: T.STACK_PANEL, children: string }, + "description_inner_panel/description_stack_panel/tags_panel/tag_factory_panel/tags_factory": { type: T.STACK_PANEL, children: string }, + "description_inner_panel/description_stack_panel/genre_panel": { type: T.STACK_PANEL, children: 'label_text' | 'pad' | 'text_panel' }, + "description_inner_panel/description_stack_panel/genre_panel/label_text": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/genre_panel/pad": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel": { type: T.PANEL, children: 'text_stack_panel' }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel": { type: T.STACK_PANEL, children: 'genre_button' | 'pad_0' | 'slash_divider' | 'subgenre_button' }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel/genre_button": { type: T.BUTTON, children: string }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel/pad_0": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel/slash_divider": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/genre_panel/text_panel/text_stack_panel/subgenre_button": { type: T.BUTTON, children: string }, + "description_inner_panel/description_stack_panel/players_panel": { type: T.STACK_PANEL, children: 'label_text' | 'pad' | 'text_panel' }, + "description_inner_panel/description_stack_panel/players_panel/label_text": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/players_panel/pad": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/players_panel/text_panel": { type: T.PANEL, children: 'text_stack_panel' }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel": { type: T.STACK_PANEL, children: 'player_count_button_panel' | 'note_text' }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel": { type: T.STACK_PANEL, children: 'player_count_button_factory' | 'pad' | 'player_count_range_panel' }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel/player_count_button_factory": { type: T.STACK_PANEL, children: string }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel/pad": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel/player_count_range_panel": { type: T.PANEL, children: 'player_count_range_text' }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/player_count_button_panel/player_count_range_panel/player_count_range_text": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/players_panel/text_panel/text_stack_panel/note_text": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/languages_panel": { type: T.STACK_PANEL, children: 'label_text_panel' | 'pad' | 'languages_factory' }, + "description_inner_panel/description_stack_panel/languages_panel/label_text_panel": { type: T.PANEL, children: 'label_text' }, + "description_inner_panel/description_stack_panel/languages_panel/label_text_panel/label_text": { type: T.LABEL, children: string }, + "description_inner_panel/description_stack_panel/languages_panel/pad": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/languages_panel/languages_factory": { type: T.STACK_PANEL, children: string }, + "description_inner_panel/description_stack_panel/pad_3": { type: T.PANEL, children: string }, + "description_inner_panel/description_stack_panel/show_less_button_panel": { type: T.PANEL, children: string }, + "description_section": { type: T.STACK_PANEL, children: string }, + "changelog_section": { type: T.STACK_PANEL, children: string }, + "bundle_thumbnail": { type: T.IMAGE, children: string }, + "bundle_thumbnail_section_content": { type: T.PANEL, children: 'bundle_thumbnail_grid' }, + "bundle_thumbnail_section_content/bundle_thumbnail_grid": { type: T.GRID, children: string }, + "bundle_thumbnail_section": { type: T.STACK_PANEL, children: string }, + "price_panel": { type: T.STACK_PANEL, children: 'coin_non_sale_price_label' | 'price_padding' | 'offer_prompt_panel' | 'padding_3' | 'coin_panel' }, + "price_panel/coin_non_sale_price_label": { type: T.PANEL, children: string }, + "price_panel/price_padding": { type: T.PANEL, children: string }, + "price_panel/offer_prompt_panel": { type: T.PANEL, children: 'offer_status_text' }, + "price_panel/offer_prompt_panel/offer_status_text": { type: T.LABEL, children: string }, + "price_panel/padding_3": { type: T.PANEL, children: string }, + "price_panel/coin_panel": { type: T.PANEL, children: 'offer_coin_icon' }, + "price_panel/coin_panel/offer_coin_icon": { type: T.IMAGE, children: string }, + "rating_and_coins_panel": { type: T.STACK_PANEL, children: 'rating_panel' | 'rating_padding_coin' | 'price_panel' }, + "rating_and_coins_panel/rating_panel": { type: T.STACK_PANEL, children: string }, + "rating_and_coins_panel/rating_padding_coin": { type: T.PANEL, children: string }, + "rating_and_coins_panel/price_panel": { type: T.STACK_PANEL, children: string }, + "bundle_offer_texture": { type: T.PANEL, children: 'texture' }, + "bundle_offer_texture/texture": { type: T.IMAGE, children: 'border' }, + "bundle_offer_texture/texture/border": { type: T.IMAGE, children: string }, + "bundle_offer_info": { type: T.STACK_PANEL, children: 'top_padding' | 'offer_title_and_author_panel' | 'glyph_section' | 'glyph_description_padding' | 'description_panel' | 'description_padding' | 'description_padding_bottom' | 'rating_and_price_panel' | 'bottom_padding' }, + "bundle_offer_info/top_padding": { type: T.PANEL, children: string }, + "bundle_offer_info/offer_title_and_author_panel": { type: T.STACK_PANEL, children: string }, + "bundle_offer_info/glyph_section": { type: T.UNKNOWN, children: string }, + "bundle_offer_info/glyph_description_padding": { type: T.PANEL, children: string }, + "bundle_offer_info/description_panel": { type: T.UNKNOWN, children: string }, + "bundle_offer_info/description_padding": { type: T.PANEL, children: string }, + "bundle_offer_info/description_padding_bottom": { type: T.PANEL, children: string }, + "bundle_offer_info/rating_and_price_panel": { type: T.STACK_PANEL, children: string }, + "bundle_offer_info/bottom_padding": { type: T.PANEL, children: string }, + "bundle_offer_summary_grid_item_content": { type: T.IMAGE, children: 'bundle_offer_pdp_panel' }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel": { type: T.PANEL, children: 'focus_border' | 'bundle_offer_content_panel' }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/focus_border": { type: T.IMAGE, children: string }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel": { type: T.STACK_PANEL, children: 'key_art' | 'mid_padding' | 'info' | 'right_padding' }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel/key_art": { type: T.PANEL, children: string }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel/mid_padding": { type: T.PANEL, children: string }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel/info": { type: T.STACK_PANEL, children: string }, + "bundle_offer_summary_grid_item_content/bundle_offer_pdp_panel/bundle_offer_content_panel/right_padding": { type: T.PANEL, children: string }, + "bundle_offer_summary_grid_item": { type: T.PANEL, children: 'bundle_offer_summary_button' }, + "bundle_offer_summary_grid_item/bundle_offer_summary_button": { type: T.BUTTON, children: string }, + "bundle_offer_content_section": { type: T.PANEL, children: 'bundle_grid' }, + "bundle_offer_content_section/bundle_grid": { type: T.GRID, children: string }, + "bundle_summary_section_panel": { type: T.PANEL, children: 'bundle_summary_section' | 'divider_3' }, + "bundle_summary_section_panel/bundle_summary_section": { type: T.STACK_PANEL, children: 'bundle_header_and_thumnails_section' | 'mid_padding' | 'bundle_offers_info_section' | 'mid_padding_2' | 'interact_panel' }, + "bundle_summary_section_panel/bundle_summary_section/bundle_header_and_thumnails_section": { type: T.STACK_PANEL, children: string }, + "bundle_summary_section_panel/bundle_summary_section/mid_padding": { type: T.PANEL, children: string }, + "bundle_summary_section_panel/bundle_summary_section/bundle_offers_info_section": { type: T.PANEL, children: string }, + "bundle_summary_section_panel/bundle_summary_section/mid_padding_2": { type: T.PANEL, children: string }, + "bundle_summary_section_panel/bundle_summary_section/interact_panel": { type: T.PANEL, children: 'bundle_interact' }, + "bundle_summary_section_panel/bundle_summary_section/interact_panel/bundle_interact": { type: T.PANEL, children: string }, + "bundle_summary_section_panel/divider_3": { type: T.PANEL, children: string }, + "pdp_screen": { type: T.SCREEN, children: string }, + "mashup_screen_content": { type: T.PANEL, children: 'header' | 'popup_dialog_factory' }, + "mashup_screen_content/header": { type: T.STACK_PANEL, children: string }, + "mashup_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "mashup_screen_main": { type: T.INPUT_PANEL, children: 'pack_content' | 'progress_loading' }, + "mashup_screen_main/pack_content": { type: T.PANEL, children: string }, + "mashup_screen_main/progress_loading": { type: T.PANEL, children: string }, +} + +export type PdpScreenshotsType = { + "banner_empty": { type: T.IMAGE, children: string }, + "screenshot_carousel": { type: T.PANEL, children: 'screenshot_carousel_content' }, + "screenshot_carousel/screenshot_carousel_content": { type: T.PANEL, children: 'cycle_pack_left_button' | 'screenshots_grid' | 'cycle_pack_right_button' }, + "screenshot_carousel/screenshot_carousel_content/cycle_pack_left_button": { type: T.BUTTON, children: string }, + "screenshot_carousel/screenshot_carousel_content/screenshots_grid": { type: T.STACK_PANEL, children: string }, + "screenshot_carousel/screenshot_carousel_content/cycle_pack_right_button": { type: T.BUTTON, children: string }, + "screenshots_grid": { type: T.STACK_PANEL, children: 'left_image_panel' | 'middle_image_panel' | 'right_image_panel' }, + "screenshots_grid/left_image_panel": { type: T.PANEL, children: string }, + "screenshots_grid/middle_image_panel": { type: T.PANEL, children: string }, + "screenshots_grid/right_image_panel": { type: T.PANEL, children: string }, + "screenshots_grid_item": { type: T.PANEL, children: 'frame' | 'screenshot_image' | 'progress_loading' }, + "screenshots_grid_item/frame": { type: T.IMAGE, children: 'screenshot_button' }, + "screenshots_grid_item/frame/screenshot_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "screenshots_grid_item/frame/screenshot_button/hover": { type: T.IMAGE, children: string }, + "screenshots_grid_item/frame/screenshot_button/pressed": { type: T.IMAGE, children: string }, + "screenshots_grid_item/screenshot_image": { type: T.IMAGE, children: string }, + "screenshots_grid_item/progress_loading": { type: T.PANEL, children: string }, +} + +export type PermissionsType = { + "permissions_screen": { type: T.SCREEN, children: string }, + "permissions_screen_content": { type: T.STACK_PANEL, children: 'top_bar_panel' | 'content_panel' }, + "permissions_screen_content/top_bar_panel": { type: T.PANEL, children: string }, + "permissions_screen_content/content_panel": { type: T.PANEL, children: string }, + "top_bar_panel": { type: T.PANEL, children: 'top_bar' | 'back_button' | 'gamepad_helper_b' | 'title_label' }, + "top_bar_panel/top_bar": { type: T.IMAGE, children: string }, + "top_bar_panel/back_button": { type: T.BUTTON, children: string }, + "top_bar_panel/gamepad_helper_b": { type: T.STACK_PANEL, children: string }, + "top_bar_panel/title_label": { type: T.LABEL, children: string }, + "content_panel": { type: T.PANEL, children: 'content_stack_panel' }, + "content_panel/content_stack_panel": { type: T.STACK_PANEL, children: 'content_padding_1' | 'ip_label' | 'world_label' | 'content_padding_2' | 'player_and_permissions_panel' }, + "content_panel/content_stack_panel/content_padding_1": { type: T.PANEL, children: string }, + "content_panel/content_stack_panel/ip_label": { type: T.LABEL, children: string }, + "content_panel/content_stack_panel/world_label": { type: T.LABEL, children: string }, + "content_panel/content_stack_panel/content_padding_2": { type: T.PANEL, children: string }, + "content_panel/content_stack_panel/player_and_permissions_panel": { type: T.STACK_PANEL, children: string }, + "player_and_permissions_panel": { type: T.STACK_PANEL, children: 'selector_area' | 'content_area' }, + "player_and_permissions_panel/selector_area": { type: T.INPUT_PANEL, children: string }, + "player_and_permissions_panel/content_area": { type: T.INPUT_PANEL, children: string }, + "selector_area": { type: T.INPUT_PANEL, children: 'player_scrolling_panel' }, + "selector_area/player_scrolling_panel": { type: T.PANEL, children: string }, + "content_area": { type: T.INPUT_PANEL, children: 'permissions_options_background' | 'inactive_modal_pane_fade' }, + "content_area/permissions_options_background": { type: T.PANEL, children: 'permissions_options_background_image' }, + "content_area/permissions_options_background/permissions_options_background_image": { type: T.IMAGE, children: 'permissions_options_scrolling_panel' }, + "content_area/permissions_options_background/permissions_options_background_image/permissions_options_scrolling_panel": { type: T.PANEL, children: string }, + "content_area/inactive_modal_pane_fade": { type: T.IMAGE, children: string }, + "kick_button": { type: T.BUTTON, children: string }, + "ban_button": { type: T.BUTTON, children: string }, + "players_grid_panel": { type: T.PANEL, children: 'players_grid' }, + "players_grid_panel/players_grid": { type: T.GRID, children: string }, + "players_grid": { type: T.GRID, children: string }, + "player_grid_item": { type: T.PANEL, children: 'player_toggle' | 'inactive_modal_pane_fade' }, + "player_grid_item/player_toggle": { type: T.PANEL, children: string }, + "player_grid_item/inactive_modal_pane_fade": { type: T.IMAGE, children: string }, + "permissions_options_scrolling_panel": { type: T.PANEL, children: string }, + "permissions_options_panel": { type: T.PANEL, children: 'inner_permissions_options_panel' }, + "permissions_options_panel/inner_permissions_options_panel": { type: T.PANEL, children: 'permissions_options_stack_panel' }, + "permissions_options_panel/inner_permissions_options_panel/permissions_options_stack_panel": { type: T.STACK_PANEL, children: string }, + "permissions_options_stack_panel": { type: T.STACK_PANEL, children: 'permissions_padding_0' | 'world_template_option_lock_panel' | 'permissions_padding_1' | 'permission_level_dropdown' | 'permissions_padding_2' | 'permissions_options_grid' | 'permissions_padding_3' | 'permissions_kick_button_panel' | 'permissions_padding_4' | 'permissions_ban_button_panel' | 'permissions_padding_5' }, + "permissions_options_stack_panel/permissions_padding_0": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/world_template_option_lock_panel": { type: T.PANEL, children: 'option_info_label' }, + "permissions_options_stack_panel/world_template_option_lock_panel/option_info_label": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/permissions_padding_1": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/permission_level_dropdown": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/permissions_padding_2": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/permissions_options_grid": { type: T.GRID, children: string }, + "permissions_options_stack_panel/permissions_padding_3": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/permissions_kick_button_panel": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/permissions_padding_4": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/permissions_ban_button_panel": { type: T.PANEL, children: string }, + "permissions_options_stack_panel/permissions_padding_5": { type: T.PANEL, children: string }, + "permissions_options_grid": { type: T.GRID, children: string }, + "permissions_options_grid_item": { type: T.STACK_PANEL, children: 'option_label_panel' | 'option_state_label_panel' | 'option_toggle' }, + "permissions_options_grid_item/option_label_panel": { type: T.PANEL, children: 'option_label' }, + "permissions_options_grid_item/option_label_panel/option_label": { type: T.LABEL, children: string }, + "permissions_options_grid_item/option_state_label_panel": { type: T.PANEL, children: 'option_state_label' }, + "permissions_options_grid_item/option_state_label_panel/option_state_label": { type: T.LABEL, children: string }, + "permissions_options_grid_item/option_toggle": { type: T.PANEL, children: string }, + "permissions_kick_button_panel": { type: T.PANEL, children: 'kick_button' }, + "permissions_kick_button_panel/kick_button": { type: T.BUTTON, children: string }, + "permissions_ban_button_panel": { type: T.PANEL, children: 'ban_button' }, + "permissions_ban_button_panel/ban_button": { type: T.BUTTON, children: string }, + "title_label": { type: T.LABEL, children: string }, + "ip_label": { type: T.LABEL, children: string }, + "world_label": { type: T.LABEL, children: string }, + "gamertag_label": { type: T.LABEL, children: string }, + "option_state_label": { type: T.LABEL, children: string }, + "option_label": { type: T.LABEL, children: string }, + "top_bar": { type: T.IMAGE, children: string }, + "banner_background": { type: T.IMAGE, children: string }, + "player_local_icon": { type: T.IMAGE, children: string }, + "player_gamer_pic": { type: T.IMAGE, children: 'player_panel_black_border' }, + "player_gamer_pic/player_panel_black_border": { type: T.IMAGE, children: string }, + "back_button": { type: T.BUTTON, children: string }, + "back_button_content": { type: T.STACK_PANEL, children: 'chevron_panel' | 'back_button_padding' | 'label_panel' }, + "back_button_content/chevron_panel": { type: T.PANEL, children: 'left_chevron' }, + "back_button_content/chevron_panel/left_chevron": { type: T.IMAGE, children: string }, + "back_button_content/back_button_padding": { type: T.PANEL, children: string }, + "back_button_content/label_panel": { type: T.PANEL, children: 'label' }, + "back_button_content/label_panel/label": { type: T.LABEL, children: string }, + "player_toggle": { type: T.PANEL, children: string }, + "player_button_content": { type: T.STACK_PANEL, children: 'player_pic_panel' | 'player_button_padding_1' | 'gamertag_panel' | 'icon_panel' | 'player_button_padding_2' }, + "player_button_content/player_pic_panel": { type: T.PANEL, children: string }, + "player_button_content/player_button_padding_1": { type: T.PANEL, children: string }, + "player_button_content/gamertag_panel": { type: T.PANEL, children: 'gamertag_label' }, + "player_button_content/gamertag_panel/gamertag_label": { type: T.LABEL, children: string }, + "player_button_content/icon_panel": { type: T.PANEL, children: 'dropdown_icon_image' }, + "player_button_content/icon_panel/dropdown_icon_image": { type: T.IMAGE, children: string }, + "player_button_content/player_button_padding_2": { type: T.PANEL, children: string }, + "player_pic_panel": { type: T.PANEL, children: 'player_gamer_pic' | 'player_local_icon' }, + "player_pic_panel/player_gamer_pic": { type: T.IMAGE, children: string }, + "player_pic_panel/player_local_icon": { type: T.IMAGE, children: string }, + "option_toggle": { type: T.PANEL, children: string }, + "permission_level_dropdown": { type: T.PANEL, children: string }, + "radio_title_and_icon": { type: T.PANEL, children: 'radio_icon' | 'radio_title' }, + "radio_title_and_icon/radio_icon": { type: T.IMAGE, children: string }, + "radio_title_and_icon/radio_title": { type: T.LABEL, children: string }, + "radio_content_with_title_bar": { type: T.STACK_PANEL, children: 'title_and_icon' | 'helper_text' | 'bottom_padding' }, + "radio_content_with_title_bar/title_and_icon": { type: T.PANEL, children: string }, + "radio_content_with_title_bar/helper_text": { type: T.LABEL, children: string }, + "radio_content_with_title_bar/bottom_padding": { type: T.PANEL, children: string }, + "radio_visuals_with_title": { type: T.PANEL, children: 'radio_content' }, + "radio_visuals_with_title/radio_content": { type: T.STACK_PANEL, children: string }, + "radio_visuals_with_title_hover": { type: T.IMAGE, children: 'radio_content' }, + "radio_visuals_with_title_hover/radio_content": { type: T.STACK_PANEL, children: string }, + "permissions_visitor_visuals_with_title_normal": { type: T.PANEL, children: string }, + "permissions_visitor_visuals_with_title_hover": { type: T.IMAGE, children: string }, + "permissions_member_visuals_with_title_normal": { type: T.PANEL, children: string }, + "permissions_member_visuals_with_title_hover": { type: T.IMAGE, children: string }, + "permissions_op_visuals_with_title_normal": { type: T.PANEL, children: string }, + "permissions_op_visuals_with_title_hover": { type: T.IMAGE, children: string }, + "permissions_visitor_radio_visuals_normal": { type: T.PANEL, children: string }, + "permissions_visitor_radio_visuals_hover": { type: T.PANEL, children: string }, + "permissions_member_radio_visuals_normal": { type: T.PANEL, children: string }, + "permissions_member_radio_visuals_hover": { type: T.PANEL, children: string }, + "permissions_op_radio_visuals_normal": { type: T.PANEL, children: string }, + "permissions_op_radio_visuals_hover": { type: T.PANEL, children: string }, + "permissions_custom_radio_visuals_normal": { type: T.PANEL, children: string }, + "permissions_custom_radio_visuals_hover": { type: T.PANEL, children: string }, + "permission_level_radio": { type: T.PANEL, children: 'radio_with_label_core' }, + "permission_level_radio/radio_with_label_core": { type: T.TOGGLE, children: string }, + "permission_level_dropdown_content": { type: T.PANEL, children: string }, + "permission_level_dropdown_state_content": { type: T.STACK_PANEL, children: 'icon_panel' | 'dropdown_label_padding' | 'label_panel' | 'arrow_panel' }, + "permission_level_dropdown_state_content/icon_panel": { type: T.PANEL, children: 'dropdown_icon_image' }, + "permission_level_dropdown_state_content/icon_panel/dropdown_icon_image": { type: T.IMAGE, children: string }, + "permission_level_dropdown_state_content/dropdown_label_padding": { type: T.PANEL, children: string }, + "permission_level_dropdown_state_content/label_panel": { type: T.PANEL, children: 'label' }, + "permission_level_dropdown_state_content/label_panel/label": { type: T.LABEL, children: string }, + "permission_level_dropdown_state_content/arrow_panel": { type: T.PANEL, children: 'arrow_image' }, + "permission_level_dropdown_state_content/arrow_panel/arrow_image": { type: T.IMAGE, children: string }, +} + +export type PersonaCastCharacterScreenType = { + "cast_modal_bottom_bar": { type: T.STACK_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "cast_modal_bottom_bar/0": { type: T.UNKNOWN, children: string }, + "cast_common_dialog_background": { type: T.IMAGE, children: 'top_bar' | 'popup_inner_contents' | 'cast_modal_bottom_bar' }, + "cast_common_dialog_background/top_bar": { type: T.PANEL, children: string }, + "cast_common_dialog_background/popup_inner_contents": { type: T.UNKNOWN, children: string }, + "cast_common_dialog_background/cast_modal_bottom_bar": { type: T.STACK_PANEL, children: string }, + "cast_modal_panel": { type: T.INPUT_PANEL, children: 'cast_preview_modal_content' }, + "cast_modal_panel/cast_preview_modal_content": { type: T.IMAGE, children: string }, + "popup_dialog__cast_character_select": { type: T.INPUT_PANEL, children: 'background' | 'popup_background' }, + "popup_dialog__cast_character_select/background": { type: T.IMAGE, children: string }, + "popup_dialog__cast_character_select/popup_background": { type: T.INPUT_PANEL, children: string }, + "common_dcast_popup_framework": { type: T.INPUT_PANEL, children: string }, + "common_cast_modal_top_bar": { type: T.PANEL, children: 'title_panel' | 'close_button_holder' }, + "common_cast_modal_top_bar/title_panel": { type: T.LABEL, children: string }, + "common_cast_modal_top_bar/close_button_holder": { type: T.STACK_PANEL, children: string }, + "cast_character_select_main": { type: T.PANEL, children: 'modal_inner_background' | 'main_content_horizontal_stack' }, + "cast_character_select_main/modal_inner_background": { type: T.IMAGE, children: string }, + "cast_character_select_main/main_content_horizontal_stack": { type: T.STACK_PANEL, children: 'cast_grid' | 'vertical_centerer' }, + "cast_character_select_main/main_content_horizontal_stack/cast_grid": { type: T.PANEL, children: string }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer": { type: T.PANEL, children: 'top_fill' | 'skin_viewer_panel' | 'bottom_fill' | 'bottom_padding' }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer/top_fill": { type: T.PANEL, children: string }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer/skin_viewer_panel": { type: T.PANEL, children: string }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer/bottom_fill": { type: T.PANEL, children: string }, + "cast_character_select_main/main_content_horizontal_stack/vertical_centerer/bottom_padding": { type: T.PANEL, children: string }, + "cast_scroll_view_panel": { type: T.PANEL, children: string }, + "cast_grid_with_buttons": { type: T.STACK_PANEL, children: 'top_spacing' | 'cast_grid' | 'bottom_spacing' }, + "cast_grid_with_buttons/top_spacing": { type: T.PANEL, children: string }, + "cast_grid_with_buttons/cast_grid": { type: T.GRID, children: string }, + "cast_grid_with_buttons/bottom_spacing": { type: T.PANEL, children: string }, + "cast_grid_panel": { type: T.PANEL, children: 'cast_grid' }, + "cast_grid_panel/cast_grid": { type: T.STACK_PANEL, children: string }, + "cast_single_character_button_panel": { type: T.PANEL, children: 'cast_character_button' }, + "cast_single_character_button_panel/cast_character_button": { type: T.BUTTON, children: 'background_image' | 'selected' | 'default' | 'hover' | 'pressed' | 'button_outline' }, + "cast_single_character_button_panel/cast_character_button/background_image": { type: T.IMAGE, children: string }, + "cast_single_character_button_panel/cast_character_button/selected": { type: T.IMAGE, children: string }, + "cast_single_character_button_panel/cast_character_button/default": { type: T.PANEL, children: string }, + "cast_single_character_button_panel/cast_character_button/hover": { type: T.IMAGE, children: string }, + "cast_single_character_button_panel/cast_character_button/pressed": { type: T.IMAGE, children: string }, + "cast_single_character_button_panel/cast_character_button/button_outline": { type: T.IMAGE, children: 'cast_character_content' }, + "cast_single_character_button_panel/cast_character_button/button_outline/cast_character_content": { type: T.PANEL, children: string }, + "cast_character_button_content_panel": { type: T.PANEL, children: 'cast_single_character_content_visible_panel' }, + "cast_character_button_content_panel/cast_single_character_content_visible_panel": { type: T.PANEL, children: 'cast_single_character_button_content' }, + "cast_character_button_content_panel/cast_single_character_content_visible_panel/cast_single_character_button_content": { type: T.IMAGE, children: string }, + "in_use_grid_item": { type: T.IMAGE, children: string }, + "persona_cast_paper_doll_panel": { type: T.PANEL, children: 'preset_input_panel' }, + "persona_cast_paper_doll_panel/preset_input_panel": { type: T.INPUT_PANEL, children: string }, + "character_loading_anim": { type: T.IMAGE, children: string }, + "character_loading_anim_panel": { type: T.IMAGE, children: 'character_loading_anim' }, + "character_loading_anim_panel/character_loading_anim": { type: T.IMAGE, children: string }, + "skin_viewer_panel_skin_model": { type: T.PANEL, children: 'skin_model' }, + "skin_viewer_panel_skin_model/skin_model": { type: T.CUSTOM, children: string }, + "cast_character_screen_right_side_model": { type: T.INPUT_PANEL, children: 'skin_model_panel' | 'skin_model_loading_anim' | 'skin_model_label' }, + "cast_character_screen_right_side_model/skin_model_panel": { type: T.PANEL, children: string }, + "cast_character_screen_right_side_model/skin_model_loading_anim": { type: T.IMAGE, children: string }, + "cast_character_screen_right_side_model/skin_model_label": { type: T.LABEL, children: string }, + "common_background_blocker": { type: T.IMAGE, children: 'modal_background_button' }, + "common_background_blocker/modal_background_button": { type: T.BUTTON, children: string }, + "common_preview_page_framework": { type: T.INPUT_PANEL, children: 'background' | 'cast_preview_modal' }, + "common_preview_page_framework/background": { type: T.IMAGE, children: string }, + "common_preview_page_framework/cast_preview_modal": { type: T.INPUT_PANEL, children: string }, + "cast_preview_page_one": { type: T.INPUT_PANEL, children: string }, + "cast_preview_page_two": { type: T.INPUT_PANEL, children: string }, + "cast_preview_page_one_inner_section": { type: T.PANEL, children: 'modal_inner_background' | 'cast_content' }, + "cast_preview_page_one_inner_section/modal_inner_background": { type: T.IMAGE, children: string }, + "cast_preview_page_one_inner_section/cast_content": { type: T.INPUT_PANEL, children: 'cast_image_cycler' | 'cast_vertical_panel' }, + "cast_preview_page_one_inner_section/cast_content/cast_image_cycler": { type: T.IMAGE_CYCLER, children: string }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel": { type: T.STACK_PANEL, children: 'controls_label_panel' | 'buffer_panel' | 'controls_shoulder_button_display_panel' }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel/controls_label_panel": { type: T.PANEL, children: 'text_cycler' }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel/controls_label_panel/text_cycler": { type: T.LABEL_CYCLER, children: string }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel/buffer_panel": { type: T.PANEL, children: string }, + "cast_preview_page_one_inner_section/cast_content/cast_vertical_panel/controls_shoulder_button_display_panel": { type: T.PANEL, children: string }, + "chevron_image_panel": { type: T.PANEL, children: 'chevron_image' }, + "chevron_image_panel/chevron_image": { type: T.IMAGE, children: string }, + "chevron_button": { type: T.BUTTON, children: string }, + "shift_page_panel": { type: T.PANEL, children: 'centering_panel' }, + "shift_page_panel/centering_panel": { type: T.PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "shift_page_panel/centering_panel/0": { type: T.UNKNOWN, children: string }, + "shift_page_left_panel": { type: T.PANEL, children: string }, + "shift_page_right_panel": { type: T.PANEL, children: string }, + "horizontal_8px_padding": { type: T.PANEL, children: string }, + "horizontal_20px_padding": { type: T.PANEL, children: string }, + "ftue_subpage_indicator_panel": { type: T.PANEL, children: 'controls_shoulder_button_display' }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display": { type: T.STACK_PANEL, children: 'left_padding' | 'left_shoulder_button_panel' | 'left_shoulder_button_padding' | 'page_indicator_grid' | 'right_shoulder_button_padding' | 'right_shoulder_button_panel' | 'right_padding' }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/left_padding": { type: T.PANEL, children: string }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/left_shoulder_button_panel": { type: T.PANEL, children: string }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/left_shoulder_button_padding": { type: T.PANEL, children: string }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/page_indicator_grid": { type: T.GRID_PAGE_INDICATOR, children: string }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/right_shoulder_button_padding": { type: T.PANEL, children: string }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/right_shoulder_button_panel": { type: T.PANEL, children: string }, + "ftue_subpage_indicator_panel/controls_shoulder_button_display/right_padding": { type: T.PANEL, children: string }, + "individaul_cast_page_indicator": { type: T.PANEL, children: 'panel_when_current_page' | 'panel_when_not_current_page' }, + "individaul_cast_page_indicator/panel_when_current_page": { type: T.PANEL, children: 'panel_with_padding' }, + "individaul_cast_page_indicator/panel_when_current_page/panel_with_padding": { type: T.PANEL, children: 'cast_dot' }, + "individaul_cast_page_indicator/panel_when_current_page/panel_with_padding/cast_dot": { type: T.IMAGE, children: string }, + "individaul_cast_page_indicator/panel_when_not_current_page": { type: T.PANEL, children: 'panel_with_padding' }, + "individaul_cast_page_indicator/panel_when_not_current_page/panel_with_padding": { type: T.PANEL, children: 'cast_dot' }, + "individaul_cast_page_indicator/panel_when_not_current_page/panel_with_padding/cast_dot": { type: T.IMAGE, children: string }, + "how_to_section": { type: T.STACK_PANEL, children: 'how_to_image' | 'how_to_label_section' }, + "how_to_section/how_to_image": { type: T.IMAGE, children: string }, + "how_to_section/how_to_label_section": { type: T.PANEL, children: 'how_to_label' }, + "how_to_section/how_to_label_section/how_to_label": { type: T.LABEL, children: string }, + "cast_preview_page_two_inner_section": { type: T.IMAGE, children: 'how_to_section_stack' }, + "cast_preview_page_two_inner_section/how_to_section_stack": { type: T.STACK_PANEL, children: 'how_to_section_left' | 'divider_panel' | 'how_to_section_right' }, + "cast_preview_page_two_inner_section/how_to_section_stack/how_to_section_left": { type: T.STACK_PANEL, children: string }, + "cast_preview_page_two_inner_section/how_to_section_stack/divider_panel": { type: T.PANEL, children: 'divider' }, + "cast_preview_page_two_inner_section/how_to_section_stack/divider_panel/divider": { type: T.IMAGE, children: string }, + "cast_preview_page_two_inner_section/how_to_section_stack/how_to_section_right": { type: T.STACK_PANEL, children: string }, +} + +export type PersonaCommonType = { + "icon_image": { type: T.IMAGE, children: string }, + "mashup_world": { type: T.IMAGE, children: string }, + "mashup_hangar": { type: T.IMAGE, children: string }, + "mashup_paintbrush": { type: T.IMAGE, children: string }, + "info_bulb_icon": { type: T.IMAGE, children: string }, + "green_checkmark_icon": { type: T.IMAGE, children: string }, + "persona_screen_background_content": { type: T.IMAGE, children: string }, + "loading_icon": { type: T.IMAGE, children: string }, + "focus_border": { type: T.IMAGE, children: string }, + "selected_border": { type: T.IMAGE, children: string }, + "equipped_border": { type: T.IMAGE, children: string }, + "progress_loading": { type: T.IMAGE, children: 'progress_loading' }, + "progress_loading/progress_loading": { type: T.PANEL, children: string }, + "title_rarity_positionable_title": { type: T.LABEL, children: string }, + "generic_title_panel": { type: T.IMAGE, children: 'title_label' }, + "generic_title_panel/title_label": { type: T.LABEL, children: string }, + "rarity_bar": { type: T.IMAGE, children: string }, + "item_rarity_color_background": { type: T.IMAGE, children: string }, + "piece_item_display": { type: T.PANEL, children: 'item_renderer' | 'loading_progress_spinner' }, + "piece_item_display/item_renderer": { type: T.PANEL, children: 'background' | 'item_image' | 'rarity_bar_panel' | 'extra_control' }, + "piece_item_display/item_renderer/background": { type: T.IMAGE, children: string }, + "piece_item_display/item_renderer/item_image": { type: T.IMAGE, children: string }, + "piece_item_display/item_renderer/rarity_bar_panel": { type: T.IMAGE, children: string }, + "piece_item_display/item_renderer/extra_control": { type: T.PANEL, children: 'control_instance' }, + "piece_item_display/item_renderer/extra_control/control_instance": { type: T.UNKNOWN, children: string }, + "piece_item_display/loading_progress_spinner": { type: T.IMAGE, children: string }, + "wheel_state": { type: T.IMAGE, children: string }, + "emote_label": { type: T.LABEL, children: string }, + "touch_name_label": { type: T.LABEL, children: string }, + "emote_image": { type: T.PANEL, children: 'empty' | 'emote_preview' }, + "emote_image/empty": { type: T.IMAGE, children: string }, + "emote_image/emote_preview": { type: T.PANEL, children: 'valid' | 'valid_no_image' }, + "emote_image/emote_preview/valid": { type: T.IMAGE, children: string }, + "emote_image/emote_preview/valid_no_image": { type: T.PANEL, children: 'valid_text' }, + "emote_image/emote_preview/valid_no_image/valid_text": { type: T.LABEL, children: string }, + "keyboard_hotkey_helpers": { type: T.PANEL, children: 'keyboard_1' | 'keyboard_2' | 'keyboard_3' | 'keyboard_4' }, + "keyboard_hotkey_helpers/keyboard_1": { type: T.STACK_PANEL, children: string }, + "keyboard_hotkey_helpers/keyboard_2": { type: T.STACK_PANEL, children: string }, + "keyboard_hotkey_helpers/keyboard_3": { type: T.STACK_PANEL, children: string }, + "keyboard_hotkey_helpers/keyboard_4": { type: T.STACK_PANEL, children: string }, + "gamepad_hotkey_helpers": { type: T.PANEL, children: 'quick_select_gamepad_helpers' | 'analog_select_gamepad_helper_panel' }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers": { type: T.PANEL, children: 'gamepad_y' | 'gamepad_b' | 'gamepad_a' | 'gamepad_x' }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers/gamepad_y": { type: T.STACK_PANEL, children: string }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers/gamepad_b": { type: T.UNKNOWN, children: string }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers/gamepad_a": { type: T.UNKNOWN, children: string }, + "gamepad_hotkey_helpers/quick_select_gamepad_helpers/gamepad_x": { type: T.STACK_PANEL, children: string }, + "gamepad_hotkey_helpers/analog_select_gamepad_helper_panel": { type: T.PANEL, children: 'analog_select_gamepad_helper' }, + "gamepad_hotkey_helpers/analog_select_gamepad_helper_panel/analog_select_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "emote_wheel_slot_content": { type: T.PANEL, children: 'image_0' | 'touch_label_0' }, + "emote_wheel_slot_content/image_0": { type: T.PANEL, children: string }, + "emote_wheel_slot_content/touch_label_0": { type: T.LABEL, children: string }, + "selection_wheel": { type: T.SELECTION_WHEEL, children: string }, + "emote_selection_wheel": { type: T.SELECTION_WHEEL, children: 'default_state' | 'emote_slot_0_content' | 'emote_slot_1_content' | 'emote_slot_2_content' | 'emote_slot_3_content' }, + "emote_selection_wheel/default_state": { type: T.IMAGE, children: string }, + "emote_selection_wheel/emote_slot_0_content": { type: T.PANEL, children: string }, + "emote_selection_wheel/emote_slot_1_content": { type: T.PANEL, children: string }, + "emote_selection_wheel/emote_slot_2_content": { type: T.PANEL, children: string }, + "emote_selection_wheel/emote_slot_3_content": { type: T.PANEL, children: string }, + "emote_wheel_panel": { type: T.PANEL, children: 'emote_name' | 'emote_wheel_content_panel' }, + "emote_wheel_panel/emote_name": { type: T.LABEL, children: string }, + "emote_wheel_panel/emote_wheel_content_panel": { type: T.PANEL, children: 'gamepad_helpers' | 'keyboard_helpers' | 'emote_wheel' }, + "emote_wheel_panel/emote_wheel_content_panel/gamepad_helpers": { type: T.PANEL, children: string }, + "emote_wheel_panel/emote_wheel_content_panel/keyboard_helpers": { type: T.PANEL, children: string }, + "emote_wheel_panel/emote_wheel_content_panel/emote_wheel": { type: T.SELECTION_WHEEL, children: string }, +} + +export type PersonaPopupsType = { + "no_content_panel": { type: T.PANEL, children: string }, + "common_image": { type: T.IMAGE, children: string }, + "common_icon": { type: T.IMAGE, children: string }, + "create_persona_choice_checked_image": { type: T.IMAGE, children: string }, + "create_persona_choice_unchecked_image": { type: T.IMAGE, children: string }, + "modal_window_input_blocker": { type: T.IMAGE, children: string }, + "modal_popup_background": { type: T.IMAGE, children: string }, + "general_text_field": { type: T.LABEL, children: string }, + "title_text": { type: T.LABEL, children: string }, + "popup_title": { type: T.LABEL, children: string }, + "popup_content": { type: T.PANEL, children: string }, + "popup_ok_button": { type: T.BUTTON, children: string }, + "popup_frame": { type: T.IMAGE, children: 'title_label' | 'close_button' | 'content' | 'ok_button' }, + "popup_frame/title_label": { type: T.LABEL, children: string }, + "popup_frame/close_button": { type: T.BUTTON, children: string }, + "popup_frame/content": { type: T.PANEL, children: string }, + "popup_frame/ok_button": { type: T.BUTTON, children: string }, + "popup_info_panel": { type: T.PANEL, children: 'background' | 'frame' }, + "popup_info_panel/background": { type: T.IMAGE, children: string }, + "popup_info_panel/frame": { type: T.IMAGE, children: string }, + "common_dialog": { type: T.INPUT_PANEL, children: 'background' | 'panel' }, + "common_dialog/background": { type: T.IMAGE, children: string }, + "common_dialog/panel": { type: T.PANEL, children: string }, + "popup_dialog_bg": { type: T.IMAGE, children: 'background_image' | 'title_panel' | 'popup_content' }, + "popup_dialog_bg/background_image": { type: T.IMAGE, children: string }, + "popup_dialog_bg/title_panel": { type: T.PANEL, children: 'title' }, + "popup_dialog_bg/title_panel/title": { type: T.LABEL, children: string }, + "popup_dialog_bg/popup_content": { type: T.UNKNOWN, children: string }, + "icon_title_bar": { type: T.STACK_PANEL, children: 'icon' | 'padding' | 'text_title_panel' }, + "icon_title_bar/icon": { type: T.IMAGE, children: string }, + "icon_title_bar/padding": { type: T.PANEL, children: string }, + "icon_title_bar/text_title_panel": { type: T.LABEL, children: string }, + "popup_common": { type: T.INPUT_PANEL, children: 'background' }, + "popup_common/background": { type: T.IMAGE, children: 'text_stack_panel' }, + "popup_common/background/text_stack_panel": { type: T.LABEL, children: string }, + "popup_dialog__difference_information": { type: T.INPUT_PANEL, children: string }, + "differences_left_details": { type: T.LABEL, children: string }, + "differences_left_section": { type: T.STACK_PANEL, children: 'title_bar' | 'padding_1' | 'details' }, + "differences_left_section/title_bar": { type: T.STACK_PANEL, children: string }, + "differences_left_section/padding_1": { type: T.PANEL, children: string }, + "differences_left_section/details": { type: T.LABEL, children: string }, + "differences_detail_image": { type: T.IMAGE, children: string }, + "differences_title_card_display": { type: T.STACK_PANEL, children: 'left' | 'padding_1' | 'right' }, + "differences_title_card_display/left": { type: T.STACK_PANEL, children: string }, + "differences_title_card_display/padding_1": { type: T.PANEL, children: string }, + "differences_title_card_display/right": { type: T.IMAGE, children: string }, + "differences_persona_detail_section": { type: T.STACK_PANEL, children: string }, + "differences_classic_skin_detail_section": { type: T.STACK_PANEL, children: string }, + "different_info_panel_contents": { type: T.STACK_PANEL, children: 'character_display' | 'item_1_padding' | 'divider' | 'item_2_padding' | 'classic_skin_display' }, + "different_info_panel_contents/character_display": { type: T.STACK_PANEL, children: string }, + "different_info_panel_contents/item_1_padding": { type: T.PANEL, children: string }, + "different_info_panel_contents/divider": { type: T.PANEL, children: string }, + "different_info_panel_contents/item_2_padding": { type: T.PANEL, children: string }, + "different_info_panel_contents/classic_skin_display": { type: T.STACK_PANEL, children: string }, + "popup_dialog__preview_difference_information": { type: T.INPUT_PANEL, children: string }, + "popup_dialog__delete_persona": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' }, + "popup_dialog__delete_persona/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog_delete_persona_content": { type: T.PANEL, children: 'image' | 'message' | 'buttons' }, + "popup_dialog_delete_persona_content/image": { type: T.IMAGE, children: string }, + "popup_dialog_delete_persona_content/message": { type: T.LABEL, children: string }, + "popup_dialog_delete_persona_content/buttons": { type: T.STACK_PANEL, children: string }, + "alex_warning": { type: T.IMAGE, children: string }, + "delete_popup_dialog_message": { type: T.LABEL, children: string }, + "delete_persona_button_stack": { type: T.STACK_PANEL, children: 'left_button' | 'padding' | 'right_button' }, + "delete_persona_button_stack/left_button": { type: T.BUTTON, children: string }, + "delete_persona_button_stack/padding": { type: T.PANEL, children: string }, + "delete_persona_button_stack/right_button": { type: T.BUTTON, children: string }, + "delete_persona_left_button": { type: T.BUTTON, children: string }, + "delete_persona_right_button": { type: T.BUTTON, children: string }, + "popup_dialog__create_persona": { type: T.INPUT_PANEL, children: string }, + "create_persona_display": { type: T.STACK_PANEL, children: 'vertical_padding_2px' | 'stack_content' }, + "create_persona_display/vertical_padding_2px": { type: T.PANEL, children: string }, + "create_persona_display/stack_content": { type: T.STACK_PANEL, children: string }, + "create_persona_choice_stack": { type: T.STACK_PANEL, children: 'background1' | 'background2' }, + "create_persona_choice_stack/background1": { type: T.PANEL, children: string }, + "create_persona_choice_stack/background2": { type: T.PANEL, children: string }, + "create_persona_choice_character": { type: T.PANEL, children: 'create_persona_choice_character' }, + "create_persona_choice_character/create_persona_choice_character": { type: T.PANEL, children: string }, + "select_default_character_button_vertical_panel": { type: T.STACK_PANEL, children: 'padding' | 'select_default_character_button_panel' }, + "select_default_character_button_vertical_panel/padding": { type: T.PANEL, children: string }, + "select_default_character_button_vertical_panel/select_default_character_button_panel": { type: T.PANEL, children: 'select_default_character_button' }, + "select_default_character_button_vertical_panel/select_default_character_button_panel/select_default_character_button": { type: T.BUTTON, children: string }, + "select_default_character_button": { type: T.BUTTON, children: string }, + "create_persona_choice_classic_skin": { type: T.PANEL, children: string }, + "create_persona_choice_button": { type: T.PANEL, children: 'choice_toggle' }, + "create_persona_choice_button/choice_toggle": { type: T.PANEL, children: string }, + "create_persona_choice_background": { type: T.STACK_PANEL, children: 'choice_title_bar' | 'choice_details_body' | 'choice_bottom_content' }, + "create_persona_choice_background/choice_title_bar": { type: T.STACK_PANEL, children: string }, + "create_persona_choice_background/choice_details_body": { type: T.STACK_PANEL, children: string }, + "create_persona_choice_background/choice_bottom_content": { type: T.UNKNOWN, children: string }, + "create_persona_choice_title_bar": { type: T.STACK_PANEL, children: 'checkbox' | 'spacing' | 'icon_title' }, + "create_persona_choice_title_bar/checkbox": { type: T.PANEL, children: string }, + "create_persona_choice_title_bar/spacing": { type: T.PANEL, children: string }, + "create_persona_choice_title_bar/icon_title": { type: T.STACK_PANEL, children: string }, + "create_persona_choice_check_positioning": { type: T.PANEL, children: 'toggle_image' }, + "create_persona_choice_check_positioning/toggle_image": { type: T.UNKNOWN, children: string }, + "create_persona_choice_icon_title": { type: T.STACK_PANEL, children: string }, + "create_persona_choice_detail_panel": { type: T.STACK_PANEL, children: 'spacing' | 'choice_details_body' }, + "create_persona_choice_detail_panel/spacing": { type: T.PANEL, children: string }, + "create_persona_choice_detail_panel/choice_details_body": { type: T.LABEL, children: string }, + "create_persona_choice_detail": { type: T.LABEL, children: string }, + "popup_dialog__invalid_custom_skin": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' }, + "popup_dialog__invalid_custom_skin/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog_invalid_custom_skin_content": { type: T.PANEL, children: 'popup_dialog_message' | 'popup_dialog_middle_button' }, + "popup_dialog_invalid_custom_skin_content/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog_invalid_custom_skin_content/popup_dialog_middle_button": { type: T.BUTTON, children: string }, + "popup_dialog__upsell_without_store": { type: T.INPUT_PANEL, children: string }, + "popup_dialog__choose_skin_type": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' }, + "popup_dialog__choose_skin_type/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog_choose_skin_type_content": { type: T.PANEL, children: 'popup_dialog_message' | 'left' | 'right' }, + "popup_dialog_choose_skin_type_content/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog_choose_skin_type_content/left": { type: T.PANEL, children: string }, + "popup_dialog_choose_skin_type_content/right": { type: T.PANEL, children: string }, + "popup_dialog_choose_skin_type_panel": { type: T.PANEL, children: 'choose_skin_type_button' }, + "popup_dialog_choose_skin_type_panel/choose_skin_type_button": { type: T.BUTTON, children: string }, + "popup_dialog_skin_model": { type: T.PANEL, children: 'paper_doll' }, + "popup_dialog_skin_model/paper_doll": { type: T.CUSTOM, children: string }, + "popup_dialog__custom_skin_info": { type: T.INPUT_PANEL, children: 'background_image' | 'popup_dialog_bg' }, + "popup_dialog__custom_skin_info/background_image": { type: T.IMAGE, children: string }, + "popup_dialog__custom_skin_info/popup_dialog_bg": { type: T.IMAGE, children: string }, + "custom_skin_info_panel_text": { type: T.LABEL, children: string }, + "custom_skin_info_panel": { type: T.PANEL, children: 'message' | 'button_group' }, + "custom_skin_info_panel/message": { type: T.LABEL, children: string }, + "custom_skin_info_panel/button_group": { type: T.STACK_PANEL, children: string }, + "custom_skin_info_button_collection": { type: T.STACK_PANEL, children: 'settings' | 'vertical_4_padding' | 'close' }, + "custom_skin_info_button_collection/settings": { type: T.BUTTON, children: string }, + "custom_skin_info_button_collection/vertical_4_padding": { type: T.PANEL, children: string }, + "custom_skin_info_button_collection/close": { type: T.BUTTON, children: string }, + "popup_dialog_close_button": { type: T.BUTTON, children: string }, + "usage_limited_settings_profile_button": { type: T.BUTTON, children: string }, + "custom_skin_popup_dialog_bg": { type: T.IMAGE, children: 'background_image' | 'vertical_align_title' | 'popup_content' }, + "custom_skin_popup_dialog_bg/background_image": { type: T.IMAGE, children: string }, + "custom_skin_popup_dialog_bg/vertical_align_title": { type: T.PANEL, children: 'title' }, + "custom_skin_popup_dialog_bg/vertical_align_title/title": { type: T.LABEL, children: string }, + "custom_skin_popup_dialog_bg/popup_content": { type: T.UNKNOWN, children: string }, + "popup_dialog__emote_equip_slot_editor": { type: T.INPUT_PANEL, children: 'background_image' | 'popup_emote_wheel_dialog' }, + "popup_dialog__emote_equip_slot_editor/background_image": { type: T.IMAGE, children: string }, + "popup_dialog__emote_equip_slot_editor/popup_emote_wheel_dialog": { type: T.PANEL, children: string }, + "popup_emote_wheel_dialog": { type: T.PANEL, children: 'popup_background' }, + "popup_emote_wheel_dialog/popup_background": { type: T.IMAGE, children: string }, + "emote_equip_slot_content": { type: T.PANEL, children: 'close' | 'emote_wheel_content_panel' }, + "emote_equip_slot_content/close": { type: T.BUTTON, children: string }, + "emote_equip_slot_content/emote_wheel_content_panel": { type: T.PANEL, children: 'cancel' | 'emote_wheel_prompt_content' }, + "emote_equip_slot_content/emote_wheel_content_panel/cancel": { type: T.PANEL, children: string }, + "emote_equip_slot_content/emote_wheel_content_panel/emote_wheel_prompt_content": { type: T.PANEL, children: string }, + "close_emote_popup_controller": { type: T.PANEL, children: 'close_ui' }, + "close_emote_popup_controller/close_ui": { type: T.STACK_PANEL, children: string }, + "emote_wheel_content": { type: T.PANEL, children: string }, + "popup_dialog__realms_plus_extra_info": { type: T.INPUT_PANEL, children: 'background_image' | 'dialog_bg' }, + "popup_dialog__realms_plus_extra_info/background_image": { type: T.IMAGE, children: string }, + "popup_dialog__realms_plus_extra_info/dialog_bg": { type: T.IMAGE, children: string }, + "realms_plus_extra_info_popup_dialog_bg": { type: T.IMAGE, children: 'background_image' | 'title' | 'popup_content' }, + "realms_plus_extra_info_popup_dialog_bg/background_image": { type: T.IMAGE, children: string }, + "realms_plus_extra_info_popup_dialog_bg/title": { type: T.LABEL, children: string }, + "realms_plus_extra_info_popup_dialog_bg/popup_content": { type: T.UNKNOWN, children: string }, + "realms_extra_info_panel_text": { type: T.LABEL, children: string }, + "realms_extra_info_panel": { type: T.PANEL, children: 'realms_extra' | 'button_group' }, + "realms_extra_info_panel/realms_extra": { type: T.PANEL, children: string }, + "realms_extra_info_panel/button_group": { type: T.STACK_PANEL, children: string }, + "realms_extra_info_button_collection": { type: T.STACK_PANEL, children: 'close' }, + "realms_extra_info_button_collection/close": { type: T.BUTTON, children: string }, + "realms_extra_info_content": { type: T.PANEL, children: 'the_spread' }, + "realms_extra_info_content/the_spread": { type: T.STACK_PANEL, children: 'pack_image' | 'horizontal_6_padding' | 'the_info_stack' }, + "realms_extra_info_content/the_spread/pack_image": { type: T.IMAGE, children: string }, + "realms_extra_info_content/the_spread/horizontal_6_padding": { type: T.PANEL, children: string }, + "realms_extra_info_content/the_spread/the_info_stack": { type: T.STACK_PANEL, children: 'skins_and_world' | 'padding' | 'textures_and_usage' }, + "realms_extra_info_content/the_spread/the_info_stack/skins_and_world": { type: T.STACK_PANEL, children: string }, + "realms_extra_info_content/the_spread/the_info_stack/padding": { type: T.PANEL, children: string }, + "realms_extra_info_content/the_spread/the_info_stack/textures_and_usage": { type: T.STACK_PANEL, children: string }, + "pack_information_textures_and_usage_tooltip": { type: T.STACK_PANEL, children: 'textures' | 'mid_padding' | 'appearance_status' }, + "pack_information_textures_and_usage_tooltip/textures": { type: T.PANEL, children: string }, + "pack_information_textures_and_usage_tooltip/mid_padding": { type: T.PANEL, children: string }, + "pack_information_textures_and_usage_tooltip/appearance_status": { type: T.INPUT_PANEL, children: string }, + "roamable_status_notification_panel": { type: T.INPUT_PANEL, children: 'appearance_status_notification' | 'roamable_status' }, + "roamable_status_notification_panel/appearance_status_notification": { type: T.BUTTON, children: string }, + "roamable_status_notification_panel/roamable_status": { type: T.PANEL, children: string }, + "appearance_status_image_panel": { type: T.PANEL, children: 'usage_limited' | 'usage_not_limited' }, + "appearance_status_image_panel/usage_limited": { type: T.IMAGE, children: string }, + "appearance_status_image_panel/usage_not_limited": { type: T.IMAGE, children: string }, + "pack_information_skins_and_world": { type: T.STACK_PANEL, children: 'skins' | 'mid_padding' | 'worlds' }, + "pack_information_skins_and_world/skins": { type: T.PANEL, children: string }, + "pack_information_skins_and_world/mid_padding": { type: T.PANEL, children: string }, + "pack_information_skins_and_world/worlds": { type: T.PANEL, children: string }, + "skin_info_label_and_image": { type: T.PANEL, children: 'content_stack' }, + "skin_info_label_and_image/content_stack": { type: T.STACK_PANEL, children: string }, + "skin_info_image_panel": { type: T.PANEL, children: 'image' }, + "skin_info_image_panel/image": { type: T.UNKNOWN, children: string }, + "skin_info_label_panel_label": { type: T.LABEL, children: string }, + "skin_info_label_panel": { type: T.PANEL, children: 'label' }, + "skin_info_label_panel/label": { type: T.LABEL, children: string }, + "skin_info_content_stack": { type: T.STACK_PANEL, children: 'image_panel' | 'horizontal_2_padding' | 'label_panel' }, + "skin_info_content_stack/image_panel": { type: T.PANEL, children: string }, + "skin_info_content_stack/horizontal_2_padding": { type: T.PANEL, children: string }, + "skin_info_content_stack/label_panel": { type: T.PANEL, children: string }, + "realms_extra_info_pack_info": { type: T.IMAGE, children: string }, + "popup_toast": { type: T.INPUT_PANEL, children: string }, +} + +export type PlayType = { + "label_background": { type: T.IMAGE, children: string }, + "dark_label_background": { type: T.IMAGE, children: string }, + "world_screenshot_base": { type: T.IMAGE, children: string }, + "collection_world_screenshot": { type: T.IMAGE, children: 'screenshot_picture' }, + "collection_world_screenshot/screenshot_picture": { type: T.IMAGE, children: 'gradient_container_stacked_panel' }, + "collection_world_screenshot/screenshot_picture/gradient_container_stacked_panel": { type: T.STACK_PANEL, children: 'gradient_image_realmsplus_expired' | 'solid_image_realmsplus_expired' }, + "collection_world_screenshot/screenshot_picture/gradient_container_stacked_panel/gradient_image_realmsplus_expired": { type: T.IMAGE, children: string }, + "collection_world_screenshot/screenshot_picture/gradient_container_stacked_panel/solid_image_realmsplus_expired": { type: T.IMAGE, children: 'exclamationmark' }, + "collection_world_screenshot/screenshot_picture/gradient_container_stacked_panel/solid_image_realmsplus_expired/exclamationmark": { type: T.LABEL, children: string }, + "world_item_grid_base": { type: T.GRID, children: string }, + "edit_icon": { type: T.IMAGE, children: string }, + "realms_stories_icon": { type: T.IMAGE, children: string }, + "realms_stories_icon_animated": { type: T.IMAGE, children: string }, + "realms_slots_edit_icon": { type: T.IMAGE, children: string }, + "worlds_icon": { type: T.IMAGE, children: string }, + "realms_icon": { type: T.IMAGE, children: string }, + "realms_chevron": { type: T.IMAGE, children: string }, + "friends_icon_1": { type: T.IMAGE, children: string }, + "friends_icon_2": { type: T.IMAGE, children: string }, + "bell_icon": { type: T.IMAGE, children: string }, + "invite_icon": { type: T.IMAGE, children: string }, + "delete_icon": { type: T.IMAGE, children: string }, + "world_download_icon": { type: T.IMAGE, children: string }, + "third_party_servers_icon": { type: T.IMAGE, children: string }, + "lan_icon": { type: T.IMAGE, children: string }, + "friends_server_icon": { type: T.IMAGE, children: string }, + "cross_platform_friends_server_icon": { type: T.IMAGE, children: string }, + "realms_remove_icon": { type: T.IMAGE, children: string }, + "game_online_icon": { type: T.IMAGE, children: string }, + "game_offline_icon": { type: T.IMAGE, children: string }, + "game_unavailable_icon": { type: T.IMAGE, children: string }, + "import_icon": { type: T.IMAGE, children: string }, + "add_server_icon": { type: T.IMAGE, children: string }, + "server_tab_icon": { type: T.IMAGE, children: string }, + "realms_art_icon": { type: T.IMAGE, children: string }, + "realms_text_background": { type: T.IMAGE, children: string }, + "connected_storage": { type: T.IMAGE, children: string }, + "feedback_icon": { type: T.IMAGE, children: string }, + "local_only_storage": { type: T.IMAGE, children: string }, + "local_and_cloud_storage": { type: T.IMAGE, children: string }, + "cloud_only_storage": { type: T.IMAGE, children: string }, + "left_arrow_icon": { type: T.IMAGE, children: string }, + "right_arrow_icon": { type: T.IMAGE, children: string }, + "small_progress_panel": { type: T.IMAGE, children: string }, + "sign_in_realms_image": { type: T.PANEL, children: 'chevron' | 'portal' }, + "sign_in_realms_image/chevron": { type: T.IMAGE, children: string }, + "sign_in_realms_image/portal": { type: T.IMAGE, children: string }, + "realms_sign_in_prompt_label": { type: T.LABEL, children: string }, + "realms_sign_in_prompt": { type: T.PANEL, children: 'realms_sign_in_prompt_label' }, + "realms_sign_in_prompt/realms_sign_in_prompt_label": { type: T.LABEL, children: string }, + "realms_sign_in_prompt_friends": { type: T.PANEL, children: 'realms_sign_in_prompt_label_friends' }, + "realms_sign_in_prompt_friends/realms_sign_in_prompt_label_friends": { type: T.LABEL, children: string }, + "sign_in_to_view_realms_content_panel": { type: T.STACK_PANEL, children: 'sign_in_realms_image' | 'realms_sign_in_prompt' }, + "sign_in_to_view_realms_content_panel/sign_in_realms_image": { type: T.PANEL, children: string }, + "sign_in_to_view_realms_content_panel/realms_sign_in_prompt": { type: T.UNKNOWN, children: string }, + "sign_in_to_view_realms_content_panel_friends": { type: T.STACK_PANEL, children: string }, + "sign_in_to_view_realms_button": { type: T.BUTTON, children: string }, + "sign_in_to_view_realms_button_friends": { type: T.BUTTON, children: string }, + "realms_list_text": { type: T.LABEL, children: string }, + "realms_world_header": { type: T.LABEL, children: string }, + "realms_world_details": { type: T.LABEL, children: string }, + "realms_world_type": { type: T.LABEL, children: string }, + "realms_world_player_count": { type: T.LABEL, children: string }, + "realms_world_game_status_icon": { type: T.PANEL, children: 'game_online_icon' | 'game_unavailable_icon' | 'game_offline_icon' }, + "realms_world_game_status_icon/game_online_icon": { type: T.IMAGE, children: string }, + "realms_world_game_status_icon/game_unavailable_icon": { type: T.IMAGE, children: string }, + "realms_world_game_status_icon/game_offline_icon": { type: T.IMAGE, children: string }, + "realms_world_text_panel": { type: T.PANEL, children: 'realms_world_header' | 'realms_world_details' }, + "realms_world_text_panel/realms_world_header": { type: T.LABEL, children: string }, + "realms_world_text_panel/realms_world_details": { type: T.LABEL, children: string }, + "realms_world_trial_text_panel": { type: T.PANEL, children: 'realms_world_header_text' | 'realms_world_details' }, + "realms_world_trial_text_panel/realms_world_header_text": { type: T.LABEL, children: string }, + "realms_world_trial_text_panel/realms_world_details": { type: T.LABEL, children: string }, + "realms_world_content_text_area_panel": { type: T.PANEL, children: 'realms_world_text_panel' }, + "realms_world_content_text_area_panel/realms_world_text_panel": { type: T.PANEL, children: string }, + "realms_trial_content_text_area_panel": { type: T.PANEL, children: 'realms_world_trial_text_panel' }, + "realms_trial_content_text_area_panel/realms_world_trial_text_panel": { type: T.PANEL, children: string }, + "realms_world_content_status_area_panel": { type: T.STACK_PANEL, children: 'world_player_count_text_panel' | 'padding' | 'realms_world_game_status_icon' }, + "realms_world_content_status_area_panel/world_player_count_text_panel": { type: T.PANEL, children: 'realms_world_player_count' }, + "realms_world_content_status_area_panel/world_player_count_text_panel/realms_world_player_count": { type: T.LABEL, children: string }, + "realms_world_content_status_area_panel/padding": { type: T.PANEL, children: string }, + "realms_world_content_status_area_panel/realms_world_game_status_icon": { type: T.PANEL, children: string }, + "realms_world_content_status_area_panel_container": { type: T.STACK_PANEL, children: 'realms_world_status_panel' | 'realms_world_type' }, + "realms_world_content_status_area_panel_container/realms_world_status_panel": { type: T.PANEL, children: 'realms_world_content_status_area_panel' }, + "realms_world_content_status_area_panel_container/realms_world_status_panel/realms_world_content_status_area_panel": { type: T.STACK_PANEL, children: string }, + "realms_world_content_status_area_panel_container/realms_world_type": { type: T.LABEL, children: string }, + "realms_world_content_panel": { type: T.STACK_PANEL, children: 'realm_screenshot' | 'padding' | 'realms_world_content_text_area_panel' | 'realms_world_content_status_area_panel' }, + "realms_world_content_panel/realm_screenshot": { type: T.IMAGE, children: string }, + "realms_world_content_panel/padding": { type: T.PANEL, children: string }, + "realms_world_content_panel/realms_world_content_text_area_panel": { type: T.PANEL, children: string }, + "realms_world_content_panel/realms_world_content_status_area_panel": { type: T.PANEL, children: 'realms_world_content_status_area_panel_container' }, + "realms_world_content_panel/realms_world_content_status_area_panel/realms_world_content_status_area_panel_container": { type: T.STACK_PANEL, children: string }, + "realms_trial_content_panel": { type: T.STACK_PANEL, children: 'realm_screenshot' | 'padding' | 'realms_trial_content_text_area_panel' }, + "realms_trial_content_panel/realm_screenshot": { type: T.IMAGE, children: string }, + "realms_trial_content_panel/padding": { type: T.PANEL, children: string }, + "realms_trial_content_panel/realms_trial_content_text_area_panel": { type: T.PANEL, children: string }, + "realms_world_item_button": { type: T.BUTTON, children: string }, + "realms_world_edit_button": { type: T.BUTTON, children: string }, + "realms_feed_button_content": { type: T.IMAGE, children: 'default_icon' | 'unread_icon_active' }, + "realms_feed_button_content/default_icon": { type: T.IMAGE, children: string }, + "realms_feed_button_content/unread_icon_active": { type: T.IMAGE, children: string }, + "persistent_realms_feed_button_control": { type: T.PANEL, children: string }, + "realms_feed_button": { type: T.BUTTON, children: string }, + "leave_friends_realm_button": { type: T.BUTTON, children: string }, + "unread_story_count_text": { type: T.LABEL, children: string }, + "unread_story_count_text_background": { type: T.IMAGE, children: string }, + "unread_story_count_panel": { type: T.PANEL, children: 'text' }, + "unread_story_count_panel/text": { type: T.LABEL, children: 'background' }, + "unread_story_count_panel/text/background": { type: T.IMAGE, children: string }, + "realms_world_item": { type: T.STACK_PANEL, children: 'realms_button_panel' | 'edit_panel' | 'feed_panel_with_unread_count' | 'leave_realm_panel' }, + "realms_world_item/realms_button_panel": { type: T.PANEL, children: 'realms_world_item_button' | 'tts_border' }, + "realms_world_item/realms_button_panel/realms_world_item_button": { type: T.BUTTON, children: string }, + "realms_world_item/realms_button_panel/tts_border": { type: T.BUTTON, children: string }, + "realms_world_item/edit_panel": { type: T.PANEL, children: 'realms_world_edit_button' | 'realms_world_expiry_notification_image' }, + "realms_world_item/edit_panel/realms_world_edit_button": { type: T.BUTTON, children: string }, + "realms_world_item/edit_panel/realms_world_expiry_notification_image": { type: T.IMAGE, children: string }, + "realms_world_item/feed_panel_with_unread_count": { type: T.PANEL, children: 'feed_panel' | 'unread_story_count' }, + "realms_world_item/feed_panel_with_unread_count/feed_panel": { type: T.PANEL, children: 'realms_feed_button' }, + "realms_world_item/feed_panel_with_unread_count/feed_panel/realms_feed_button": { type: T.BUTTON, children: string }, + "realms_world_item/feed_panel_with_unread_count/unread_story_count": { type: T.PANEL, children: string }, + "realms_world_item/leave_realm_panel": { type: T.PANEL, children: 'leave_friends_realm_button' }, + "realms_world_item/leave_realm_panel/leave_friends_realm_button": { type: T.BUTTON, children: string }, + "realms_world_item_grid": { type: T.GRID, children: string }, + "network_world_header": { type: T.STACK_PANEL, children: 'network_world_header_icon' | 'spacer' | 'header_panel' }, + "network_world_header/network_world_header_icon": { type: T.IMAGE, children: string }, + "network_world_header/spacer": { type: T.PANEL, children: string }, + "network_world_header/header_panel": { type: T.PANEL, children: 'network_world_header_text' }, + "network_world_header/header_panel/network_world_header_text": { type: T.LABEL, children: string }, + "network_world_details": { type: T.LABEL, children: string }, + "network_world_player_count": { type: T.PANEL, children: 'count' }, + "network_world_player_count/count": { type: T.LABEL, children: string }, + "network_world_game_status_icon": { type: T.PANEL, children: 'game_online_icon' | 'game_unavailable_icon' | 'game_offline_icon' }, + "network_world_game_status_icon/game_online_icon": { type: T.IMAGE, children: string }, + "network_world_game_status_icon/game_unavailable_icon": { type: T.IMAGE, children: string }, + "network_world_game_status_icon/game_offline_icon": { type: T.IMAGE, children: string }, + "network_world_text_panel": { type: T.PANEL, children: 'network_world_header' | 'network_world_details' }, + "network_world_text_panel/network_world_header": { type: T.STACK_PANEL, children: string }, + "network_world_text_panel/network_world_details": { type: T.LABEL, children: string }, + "network_world_content_text_area_panel": { type: T.PANEL, children: 'network_world_text_panel' }, + "network_world_content_text_area_panel/network_world_text_panel": { type: T.PANEL, children: string }, + "network_world_content_status_area_panel": { type: T.STACK_PANEL, children: 'network_player_count_text_panel' | 'padding' | 'network_world_game_status_icon' }, + "network_world_content_status_area_panel/network_player_count_text_panel": { type: T.PANEL, children: 'network_world_player_count' }, + "network_world_content_status_area_panel/network_player_count_text_panel/network_world_player_count": { type: T.PANEL, children: string }, + "network_world_content_status_area_panel/padding": { type: T.PANEL, children: string }, + "network_world_content_status_area_panel/network_world_game_status_icon": { type: T.PANEL, children: string }, + "network_world_content_status_area_panel_container": { type: T.STACK_PANEL, children: 'network_world_status_panel' | 'network_world_type' }, + "network_world_content_status_area_panel_container/network_world_status_panel": { type: T.PANEL, children: 'network_world_content_status_area_panel' }, + "network_world_content_status_area_panel_container/network_world_status_panel/network_world_content_status_area_panel": { type: T.STACK_PANEL, children: string }, + "network_world_content_status_area_panel_container/network_world_type": { type: T.PANEL, children: string }, + "network_world_type": { type: T.PANEL, children: 'type' }, + "network_world_type/type": { type: T.LABEL, children: string }, + "network_world_item_button_content": { type: T.STACK_PANEL, children: 'network_world_content_text_area_panel' | 'network_status_area_panel' | 'network_world_type_icon' }, + "network_world_item_button_content/network_world_content_text_area_panel": { type: T.PANEL, children: string }, + "network_world_item_button_content/network_status_area_panel": { type: T.PANEL, children: 'network_world_content_status_area_panel_container' }, + "network_world_item_button_content/network_status_area_panel/network_world_content_status_area_panel_container": { type: T.STACK_PANEL, children: string }, + "network_world_item_button_content/network_world_type_icon": { type: T.LABEL, children: 'padding' }, + "network_world_item_button_content/network_world_type_icon/padding": { type: T.PANEL, children: string }, + "network_world_item_button": { type: T.BUTTON, children: string }, + "network_server_world_edit_button": { type: T.BUTTON, children: string }, + "network_world_item": { type: T.PANEL, children: 'network_world_item_button' | 'tts_border' }, + "network_world_item/network_world_item_button": { type: T.BUTTON, children: string }, + "network_world_item/tts_border": { type: T.BUTTON, children: string }, + "network_world_item_grid": { type: T.GRID, children: string }, + "network_world_item_ignore_crossplay": { type: T.PANEL, children: 'network_world_item_button' }, + "network_world_item_ignore_crossplay/network_world_item_button": { type: T.BUTTON, children: string }, + "label_content_template": { type: T.STACK_PANEL, children: 'label_panel' | 'content' }, + "label_content_template/label_panel": { type: T.PANEL, children: 'label_panel_layout' }, + "label_content_template/label_panel/label_panel_layout": { type: T.PANEL, children: 'label' }, + "label_content_template/label_panel/label_panel_layout/label": { type: T.LABEL, children: string }, + "label_content_template/content": { type: T.UNKNOWN, children: string }, + "information_panel": { type: T.PANEL, children: 'background' | 'focus_button' }, + "information_panel/background": { type: T.IMAGE, children: 'label_panel_layout' }, + "information_panel/background/label_panel_layout": { type: T.PANEL, children: 'label' }, + "information_panel/background/label_panel_layout/label": { type: T.LABEL, children: string }, + "information_panel/focus_button": { type: T.BUTTON, children: string }, + "blocked_multiplayer_privileges_panel": { type: T.PANEL, children: 'background' }, + "blocked_multiplayer_privileges_panel/background": { type: T.IMAGE, children: 'label_panel_layout' }, + "blocked_multiplayer_privileges_panel/background/label_panel_layout": { type: T.PANEL, children: 'label' }, + "blocked_multiplayer_privileges_panel/background/label_panel_layout/label": { type: T.LABEL, children: string }, + "more_servers_grid": { type: T.GRID, children: string }, + "additional_server_toggle_content": { type: T.STACK_PANEL, children: 'network_world_content_text_area_panel' }, + "additional_server_toggle_content/network_world_content_text_area_panel": { type: T.PANEL, children: string }, + "more_servers_label_panel": { type: T.PANEL, children: 'list_label' }, + "more_servers_label_panel/list_label": { type: T.LABEL, children: string }, + "more_servers_world_item": { type: T.STACK_PANEL, children: 'additional_server_toggle_base' | 'network_server_world_edit_button' }, + "more_servers_world_item/additional_server_toggle_base": { type: T.PANEL, children: string }, + "more_servers_world_item/network_server_world_edit_button": { type: T.BUTTON, children: string }, + "additional_server_info_panel": { type: T.PANEL, children: 'server_info_stack_panel' }, + "additional_server_info_panel/server_info_stack_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'server_name' | 'padding_2' | 'player_count' | 'padding_3' | 'ping' | 'padding_4' | 'join_server_button' }, + "additional_server_info_panel/server_info_stack_panel/padding_1": { type: T.PANEL, children: string }, + "additional_server_info_panel/server_info_stack_panel/server_name": { type: T.LABEL, children: string }, + "additional_server_info_panel/server_info_stack_panel/padding_2": { type: T.PANEL, children: string }, + "additional_server_info_panel/server_info_stack_panel/player_count": { type: T.STACK_PANEL, children: string }, + "additional_server_info_panel/server_info_stack_panel/padding_3": { type: T.PANEL, children: string }, + "additional_server_info_panel/server_info_stack_panel/ping": { type: T.STACK_PANEL, children: string }, + "additional_server_info_panel/server_info_stack_panel/padding_4": { type: T.PANEL, children: string }, + "additional_server_info_panel/server_info_stack_panel/join_server_button": { type: T.BUTTON, children: string }, + "ping_rate_icon": { type: T.IMAGE, children: string }, + "ping_rate_panel": { type: T.PANEL, children: 'concurrency_stack' }, + "ping_rate_panel/concurrency_stack": { type: T.STACK_PANEL, children: 'player_count' | 'padding_0' | 'ping_rate_icon' }, + "ping_rate_panel/concurrency_stack/player_count": { type: T.LABEL, children: string }, + "ping_rate_panel/concurrency_stack/padding_0": { type: T.PANEL, children: string }, + "ping_rate_panel/concurrency_stack/ping_rate_icon": { type: T.IMAGE, children: string }, + "add_server_info_panel": { type: T.PANEL, children: 'server_info_stack_panel' }, + "add_server_info_panel/server_info_stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'add_server_title' | 'padding_1' | 'add_server_description' }, + "add_server_info_panel/server_info_stack_panel/padding_0": { type: T.PANEL, children: string }, + "add_server_info_panel/server_info_stack_panel/add_server_title": { type: T.LABEL, children: string }, + "add_server_info_panel/server_info_stack_panel/padding_1": { type: T.PANEL, children: string }, + "add_server_info_panel/server_info_stack_panel/add_server_description": { type: T.LABEL, children: string }, + "third_party_featured_server_grid": { type: T.GRID, children: string }, + "featured_server_world_item": { type: T.PANEL, children: 'server_button' }, + "featured_server_world_item/server_button": { type: T.PANEL, children: string }, + "server_button_content_panel": { type: T.STACK_PANEL, children: 'top_panel' | 'padding' | 'bottom_panel' }, + "server_button_content_panel/top_panel": { type: T.STACK_PANEL, children: 'third_party_server_screenshot' | 'padding_0' | 'title_panel' }, + "server_button_content_panel/top_panel/third_party_server_screenshot": { type: T.IMAGE, children: string }, + "server_button_content_panel/top_panel/padding_0": { type: T.PANEL, children: string }, + "server_button_content_panel/top_panel/title_panel": { type: T.PANEL, children: 'third_party_server_name' | 'progress' }, + "server_button_content_panel/top_panel/title_panel/third_party_server_name": { type: T.LABEL, children: string }, + "server_button_content_panel/top_panel/title_panel/progress": { type: T.IMAGE, children: string }, + "server_button_content_panel/padding": { type: T.PANEL, children: string }, + "server_button_content_panel/bottom_panel": { type: T.PANEL, children: 'third_party_server_message' }, + "server_button_content_panel/bottom_panel/third_party_server_message": { type: T.LABEL, children: string }, + "third_party_server_content_panel": { type: T.STACK_PANEL, children: 'ping_rate_panel' }, + "third_party_server_content_panel/ping_rate_panel": { type: T.PANEL, children: string }, + "loading_featured_servers_panel": { type: T.PANEL, children: 'load_bars' }, + "loading_featured_servers_panel/load_bars": { type: T.PANEL, children: 'progress_loading_bars' }, + "loading_featured_servers_panel/load_bars/progress_loading_bars": { type: T.IMAGE, children: string }, + "third_party_server_screenshot": { type: T.IMAGE, children: 'picture' }, + "third_party_server_screenshot/picture": { type: T.IMAGE, children: string }, + "third_party_server_info_panel": { type: T.PANEL, children: 'server_info_stack_panel' | 'progress' }, + "third_party_server_info_panel/server_info_stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'server_screenshot' | 'padding_1' | 'server_name' | 'padding_2' | 'player_count' | 'padding_3' | 'ping' | 'padding_4' | 'join_server_button' | 'view_offers_button' | 'padding_5' | 'screenshots_section' | 'description_section' | 'games_section' | 'news_section' }, + "third_party_server_info_panel/server_info_stack_panel/padding_0": { type: T.PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/server_screenshot": { type: T.IMAGE, children: string }, + "third_party_server_info_panel/server_info_stack_panel/padding_1": { type: T.PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/server_name": { type: T.LABEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/padding_2": { type: T.PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/player_count": { type: T.STACK_PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/padding_3": { type: T.PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/ping": { type: T.STACK_PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/padding_4": { type: T.PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/join_server_button": { type: T.BUTTON, children: string }, + "third_party_server_info_panel/server_info_stack_panel/view_offers_button": { type: T.BUTTON, children: string }, + "third_party_server_info_panel/server_info_stack_panel/padding_5": { type: T.PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/screenshots_section": { type: T.STACK_PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/description_section": { type: T.STACK_PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/games_section": { type: T.STACK_PANEL, children: string }, + "third_party_server_info_panel/server_info_stack_panel/news_section": { type: T.STACK_PANEL, children: string }, + "third_party_server_info_panel/progress": { type: T.IMAGE, children: string }, + "text_icon_number_panel": { type: T.STACK_PANEL, children: 'text' | 'padding_0' | 'stack_panel' }, + "text_icon_number_panel/text": { type: T.LABEL, children: string }, + "text_icon_number_panel/padding_0": { type: T.PANEL, children: string }, + "text_icon_number_panel/stack_panel": { type: T.STACK_PANEL, children: 'icon_panel' | 'padding_1' | 'number' }, + "text_icon_number_panel/stack_panel/icon_panel": { type: T.PANEL, children: 'icon' }, + "text_icon_number_panel/stack_panel/icon_panel/icon": { type: T.IMAGE, children: string }, + "text_icon_number_panel/stack_panel/padding_1": { type: T.PANEL, children: string }, + "text_icon_number_panel/stack_panel/number": { type: T.LABEL, children: string }, + "grey_bar_panel": { type: T.STACK_PANEL, children: 'grey_bar' | 'green_bar' | 'padding' }, + "grey_bar_panel/grey_bar": { type: T.IMAGE, children: string }, + "grey_bar_panel/green_bar": { type: T.IMAGE, children: string }, + "grey_bar_panel/padding": { type: T.PANEL, children: string }, + "screenshots_section_panel": { type: T.STACK_PANEL, children: 'divider_0' | 'padding_0' | 'screenshots_label' | 'padding_1' | 'screenshots' | 'padding_2' | 'navigation_panel' | 'padding_3' }, + "screenshots_section_panel/divider_0": { type: T.PANEL, children: string }, + "screenshots_section_panel/padding_0": { type: T.PANEL, children: string }, + "screenshots_section_panel/screenshots_label": { type: T.LABEL, children: string }, + "screenshots_section_panel/padding_1": { type: T.PANEL, children: string }, + "screenshots_section_panel/screenshots": { type: T.IMAGE, children: string }, + "screenshots_section_panel/padding_2": { type: T.PANEL, children: string }, + "screenshots_section_panel/navigation_panel": { type: T.STACK_PANEL, children: 'left_arrow_button' | 'padding_0' | 'navigation_bar' | 'padding_1' | 'right_arrow_button' }, + "screenshots_section_panel/navigation_panel/left_arrow_button": { type: T.BUTTON, children: string }, + "screenshots_section_panel/navigation_panel/padding_0": { type: T.PANEL, children: string }, + "screenshots_section_panel/navigation_panel/navigation_bar": { type: T.PANEL, children: 'grey_bar' }, + "screenshots_section_panel/navigation_panel/navigation_bar/grey_bar": { type: T.IMAGE, children: 'grey_bar_factory_panel' }, + "screenshots_section_panel/navigation_panel/navigation_bar/grey_bar/grey_bar_factory_panel": { type: T.STACK_PANEL, children: string }, + "screenshots_section_panel/navigation_panel/padding_1": { type: T.PANEL, children: string }, + "screenshots_section_panel/navigation_panel/right_arrow_button": { type: T.BUTTON, children: string }, + "screenshots_section_panel/padding_3": { type: T.PANEL, children: string }, + "description_text_panel": { type: T.PANEL, children: 'contents_description' }, + "description_text_panel/contents_description": { type: T.LABEL, children: string }, + "description_section_panel": { type: T.STACK_PANEL, children: 'divider_0' | 'padding_0' | 'description_label' | 'padding_1' | 'read_more_panel' | 'padding_3' }, + "description_section_panel/divider_0": { type: T.PANEL, children: string }, + "description_section_panel/padding_0": { type: T.PANEL, children: string }, + "description_section_panel/description_label": { type: T.LABEL, children: string }, + "description_section_panel/padding_1": { type: T.PANEL, children: string }, + "description_section_panel/read_more_panel": { type: T.IMAGE, children: 'description_text_small' | 'description_text_full' | 'description_read_more_button_panel' | 'description_read_less_button_panel' }, + "description_section_panel/read_more_panel/description_text_small": { type: T.PANEL, children: string }, + "description_section_panel/read_more_panel/description_text_full": { type: T.PANEL, children: string }, + "description_section_panel/read_more_panel/description_read_more_button_panel": { type: T.PANEL, children: string }, + "description_section_panel/read_more_panel/description_read_less_button_panel": { type: T.PANEL, children: string }, + "description_section_panel/padding_3": { type: T.PANEL, children: string }, + "games_factory_object": { type: T.STACK_PANEL, children: 'games_factory_panel' | 'padding' }, + "games_factory_object/games_factory_panel": { type: T.IMAGE, children: 'top_panel' | 'bottom_panel' }, + "games_factory_object/games_factory_panel/top_panel": { type: T.STACK_PANEL, children: 'game_image_panel' | 'padding' | 'game_title_panel' }, + "games_factory_object/games_factory_panel/top_panel/game_image_panel": { type: T.PANEL, children: 'game_image' }, + "games_factory_object/games_factory_panel/top_panel/game_image_panel/game_image": { type: T.IMAGE, children: string }, + "games_factory_object/games_factory_panel/top_panel/padding": { type: T.PANEL, children: string }, + "games_factory_object/games_factory_panel/top_panel/game_title_panel": { type: T.STACK_PANEL, children: 'game_title' | 'game_subtitle' }, + "games_factory_object/games_factory_panel/top_panel/game_title_panel/game_title": { type: T.LABEL, children: string }, + "games_factory_object/games_factory_panel/top_panel/game_title_panel/game_subtitle": { type: T.LABEL, children: string }, + "games_factory_object/games_factory_panel/bottom_panel": { type: T.PANEL, children: 'bottom_panel' }, + "games_factory_object/games_factory_panel/bottom_panel/bottom_panel": { type: T.LABEL, children: string }, + "games_factory_object/padding": { type: T.PANEL, children: string }, + "games_section_panel": { type: T.STACK_PANEL, children: 'divider_0' | 'padding_0' | 'description_label' | 'padding_1' | 'games_factory_panel' | 'padding_3' }, + "games_section_panel/divider_0": { type: T.PANEL, children: string }, + "games_section_panel/padding_0": { type: T.PANEL, children: string }, + "games_section_panel/description_label": { type: T.LABEL, children: string }, + "games_section_panel/padding_1": { type: T.PANEL, children: string }, + "games_section_panel/games_factory_panel": { type: T.STACK_PANEL, children: string }, + "games_section_panel/padding_3": { type: T.PANEL, children: string }, + "news_text_panel": { type: T.PANEL, children: 'contents_news' }, + "news_text_panel/contents_news": { type: T.LABEL, children: string }, + "news_section_panel": { type: T.STACK_PANEL, children: 'divider_0' | 'padding_0' | 'news_label' | 'padding_1' | 'read_more_panel' | 'padding_3' }, + "news_section_panel/divider_0": { type: T.PANEL, children: string }, + "news_section_panel/padding_0": { type: T.PANEL, children: string }, + "news_section_panel/news_label": { type: T.LABEL, children: string }, + "news_section_panel/padding_1": { type: T.PANEL, children: string }, + "news_section_panel/read_more_panel": { type: T.IMAGE, children: 'text_stack_panel' | 'news_read_more_button_panel' | 'news_read_less_button_panel' }, + "news_section_panel/read_more_panel/text_stack_panel": { type: T.STACK_PANEL, children: 'news_title_text' | 'divider_panel' | 'news_text_small' | 'news_text_full' }, + "news_section_panel/read_more_panel/text_stack_panel/news_title_text": { type: T.LABEL, children: string }, + "news_section_panel/read_more_panel/text_stack_panel/divider_panel": { type: T.PANEL, children: 'divider_0' }, + "news_section_panel/read_more_panel/text_stack_panel/divider_panel/divider_0": { type: T.PANEL, children: string }, + "news_section_panel/read_more_panel/text_stack_panel/news_text_small": { type: T.PANEL, children: string }, + "news_section_panel/read_more_panel/text_stack_panel/news_text_full": { type: T.PANEL, children: string }, + "news_section_panel/read_more_panel/news_read_more_button_panel": { type: T.PANEL, children: string }, + "news_section_panel/read_more_panel/news_read_less_button_panel": { type: T.PANEL, children: string }, + "news_section_panel/padding_3": { type: T.PANEL, children: string }, + "divider": { type: T.IMAGE, children: string }, + "blue_diskspace_bar": { type: T.IMAGE, children: string }, + "green_diskspace_bar": { type: T.IMAGE, children: string }, + "empty_diskspace_bar": { type: T.IMAGE, children: string }, + "legacy_world_content_status_area_panel": { type: T.PANEL, children: 'world_storage_content_panel' }, + "legacy_world_content_status_area_panel/world_storage_content_panel": { type: T.PANEL, children: 'world_storage_separator' | 'world_storage_information' }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_separator": { type: T.IMAGE, children: string }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information": { type: T.STACK_PANEL, children: 'legacy_world_label' | 'padding' | 'legacy_world_bar' }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_label": { type: T.LABEL, children: string }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/padding": { type: T.PANEL, children: string }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_bar": { type: T.PANEL, children: 'local_diskspace_bar' | 'legacy_diskspace_bar' | 'empty_diskspace_bar' }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_bar/local_diskspace_bar": { type: T.IMAGE, children: string }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_bar/legacy_diskspace_bar": { type: T.IMAGE, children: string }, + "legacy_world_content_status_area_panel/world_storage_content_panel/world_storage_information/legacy_world_bar/empty_diskspace_bar": { type: T.IMAGE, children: string }, + "world_list_text": { type: T.LABEL, children: string }, + "realm_screenshot": { type: T.IMAGE, children: 'picture' }, + "realm_screenshot/picture": { type: T.IMAGE, children: string }, + "local_world_name": { type: T.LABEL, children: string }, + "legacy_world_name": { type: T.LABEL, children: string }, + "world_lock": { type: T.IMAGE, children: string }, + "local_world_game_mode": { type: T.LABEL, children: string }, + "legacy_world_game_mode": { type: T.LABEL, children: string }, + "local_world_date": { type: T.LABEL, children: string }, + "legacy_world_date": { type: T.LABEL, children: string }, + "local_world_filesize": { type: T.LABEL, children: string }, + "legacy_world_filesize": { type: T.LABEL, children: string }, + "local_world_connected_storage": { type: T.PANEL, children: 'local_and_cloud' | 'local_only' | 'cloud_only' }, + "local_world_connected_storage/local_and_cloud": { type: T.IMAGE, children: string }, + "local_world_connected_storage/local_only": { type: T.IMAGE, children: string }, + "local_world_connected_storage/cloud_only": { type: T.IMAGE, children: string }, + "local_world_lock_panel": { type: T.PANEL, children: 'lock' }, + "local_world_lock_panel/lock": { type: T.IMAGE, children: string }, + "realms_plus_banner": { type: T.PANEL, children: 'realms_banner' }, + "realms_plus_banner/realms_banner": { type: T.STACK_PANEL, children: string }, + "local_world_text_panel": { type: T.PANEL, children: 'text_indent' }, + "local_world_text_panel/text_indent": { type: T.PANEL, children: 'top_side' | 'bottom_side' }, + "local_world_text_panel/text_indent/top_side": { type: T.STACK_PANEL, children: 'local_world_name' | 'lock_1' | 'local_world_date' }, + "local_world_text_panel/text_indent/top_side/local_world_name": { type: T.LABEL, children: string }, + "local_world_text_panel/text_indent/top_side/lock_1": { type: T.PANEL, children: string }, + "local_world_text_panel/text_indent/top_side/local_world_date": { type: T.LABEL, children: string }, + "local_world_text_panel/text_indent/bottom_side": { type: T.STACK_PANEL, children: 'realms_plus_icon' | 'pad' | 'local_world_game_mode' | 'local_world_connected_storage' | 'local_world_filesize' }, + "local_world_text_panel/text_indent/bottom_side/realms_plus_icon": { type: T.PANEL, children: string }, + "local_world_text_panel/text_indent/bottom_side/pad": { type: T.PANEL, children: string }, + "local_world_text_panel/text_indent/bottom_side/local_world_game_mode": { type: T.LABEL, children: string }, + "local_world_text_panel/text_indent/bottom_side/local_world_connected_storage": { type: T.PANEL, children: string }, + "local_world_text_panel/text_indent/bottom_side/local_world_filesize": { type: T.LABEL, children: string }, + "legacy_world_text_panel": { type: T.PANEL, children: 'text_indent' }, + "legacy_world_text_panel/text_indent": { type: T.PANEL, children: 'top_side' | 'bottom_side' }, + "legacy_world_text_panel/text_indent/top_side": { type: T.STACK_PANEL, children: 'legacy_world_name' | 'legacy_world_date' }, + "legacy_world_text_panel/text_indent/top_side/legacy_world_name": { type: T.LABEL, children: string }, + "legacy_world_text_panel/text_indent/top_side/legacy_world_date": { type: T.LABEL, children: string }, + "legacy_world_text_panel/text_indent/bottom_side": { type: T.STACK_PANEL, children: 'legacy_world_game_mode' | 'legacy_world_filesize' }, + "legacy_world_text_panel/text_indent/bottom_side/legacy_world_game_mode": { type: T.LABEL, children: string }, + "legacy_world_text_panel/text_indent/bottom_side/legacy_world_filesize": { type: T.LABEL, children: string }, + "beta_retail_world_text_panel": { type: T.PANEL, children: 'text_indent' }, + "beta_retail_world_text_panel/text_indent": { type: T.PANEL, children: 'top_side' | 'bottom_side' }, + "beta_retail_world_text_panel/text_indent/top_side": { type: T.STACK_PANEL, children: 'beta_retail_world_name' | 'beta_retail_world_date' }, + "beta_retail_world_text_panel/text_indent/top_side/beta_retail_world_name": { type: T.LABEL, children: string }, + "beta_retail_world_text_panel/text_indent/top_side/beta_retail_world_date": { type: T.LABEL, children: string }, + "beta_retail_world_text_panel/text_indent/bottom_side": { type: T.STACK_PANEL, children: 'beta_retail_world_game_mode' | 'beta_retail_world_filesize' }, + "beta_retail_world_text_panel/text_indent/bottom_side/beta_retail_world_game_mode": { type: T.LABEL, children: string }, + "beta_retail_world_text_panel/text_indent/bottom_side/beta_retail_world_filesize": { type: T.LABEL, children: string }, + "world_content_panel": { type: T.STACK_PANEL, children: 'world_screenshot' | 'world_text_panel' }, + "world_content_panel/world_screenshot": { type: T.IMAGE, children: string }, + "world_content_panel/world_text_panel": { type: T.UNKNOWN, children: string }, + "ownership_verification_in_progress_content": { type: T.STACK_PANEL, children: 'top_padding' | 'loading_bar_panel' | 'mid_padding' | 'loading_label' | 'bottom_padding' }, + "ownership_verification_in_progress_content/top_padding": { type: T.PANEL, children: string }, + "ownership_verification_in_progress_content/loading_bar_panel": { type: T.PANEL, children: 'loading_bar_animation' }, + "ownership_verification_in_progress_content/loading_bar_panel/loading_bar_animation": { type: T.IMAGE, children: string }, + "ownership_verification_in_progress_content/mid_padding": { type: T.PANEL, children: string }, + "ownership_verification_in_progress_content/loading_label": { type: T.LABEL, children: string }, + "ownership_verification_in_progress_content/bottom_padding": { type: T.PANEL, children: string }, + "ownership_verification_in_progress_panel": { type: T.IMAGE, children: 'ownership_verification_in_progress_content' }, + "ownership_verification_in_progress_panel/ownership_verification_in_progress_content": { type: T.STACK_PANEL, children: string }, + "local_world_item_button": { type: T.BUTTON, children: string }, + "legacy_world_item_button": { type: T.BUTTON, children: string }, + "beta_retail_world_item_button": { type: T.BUTTON, children: string }, + "local_world_edit_button": { type: T.BUTTON, children: string }, + "legacy_world_delete_button": { type: T.BUTTON, children: string }, + "legacy_world_migrate_button": { type: T.BUTTON, children: string }, + "local_world_item": { type: T.PANEL, children: 'header_button_panel' | 'signin_in_progress_panel' }, + "local_world_item/header_button_panel": { type: T.PANEL, children: string }, + "local_world_item/signin_in_progress_panel": { type: T.IMAGE, children: string }, + "legacy_world_item": { type: T.STACK_PANEL, children: 'header_button_panel_with_delete' | 'header_button_panel_with_migrate' | 'header_button_panel_no_delete' }, + "legacy_world_item/header_button_panel_with_delete": { type: T.PANEL, children: string }, + "legacy_world_item/header_button_panel_with_migrate": { type: T.PANEL, children: string }, + "legacy_world_item/header_button_panel_no_delete": { type: T.PANEL, children: string }, + "beta_retail_world_item": { type: T.PANEL, children: string }, + "local_world_item_grid": { type: T.GRID, children: string }, + "legacy_world_item_grid": { type: T.GRID, children: string }, + "beta_retail_local_world_item_grid": { type: T.GRID, children: string }, + "beta_retail_legacy_world_item_grid": { type: T.GRID, children: string }, + "common_button_template": { type: T.BUTTON, children: string }, + "common_button_text": { type: T.LABEL, children: string }, + "add_friend_and_invite_panel": { type: T.STACK_PANEL, children: 'add_friend_button' | 'padding_1' | 'join_by_code_button' | 'padding_2' | 'notification_button_panel' }, + "add_friend_and_invite_panel/add_friend_button": { type: T.BUTTON, children: string }, + "add_friend_and_invite_panel/padding_1": { type: T.PANEL, children: string }, + "add_friend_and_invite_panel/join_by_code_button": { type: T.BUTTON, children: string }, + "add_friend_and_invite_panel/padding_2": { type: T.PANEL, children: string }, + "add_friend_and_invite_panel/notification_button_panel": { type: T.PANEL, children: 'notification_button' }, + "add_friend_and_invite_panel/notification_button_panel/notification_button": { type: T.BUTTON, children: string }, + "add_friend_button": { type: T.BUTTON, children: string }, + "join_by_code_button": { type: T.BUTTON, children: string }, + "add_server_toggle_button": { type: T.PANEL, children: string }, + "server_toggle_base": { type: T.PANEL, children: string }, + "quick_play_button": { type: T.BUTTON, children: string }, + "create_new_world_button": { type: T.BUTTON, children: string }, + "create_on_realms_button_panel": { type: T.PANEL, children: 'create_on_realms_button' }, + "create_on_realms_button_panel/create_on_realms_button": { type: T.BUTTON, children: string }, + "import_world_button": { type: T.BUTTON, children: string }, + "sync_legacy_worlds_button": { type: T.BUTTON, children: string }, + "notification_button_text_layout": { type: T.PANEL, children: 'image1' | 'image2' | 'count' }, + "notification_button_text_layout/image1": { type: T.IMAGE, children: string }, + "notification_button_text_layout/image2": { type: T.IMAGE, children: string }, + "notification_button_text_layout/count": { type: T.PANEL, children: string }, + "notification_button_label_panel": { type: T.PANEL, children: 'notification_button_label' }, + "notification_button_label_panel/notification_button_label": { type: T.LABEL, children: string }, + "notification_content": { type: T.PANEL, children: string }, + "notification_button": { type: T.BUTTON, children: string }, + "header_button_panel": { type: T.PANEL, children: 'buttons' }, + "header_button_panel/buttons": { type: T.STACK_PANEL, children: 'primary_panel' | 'secondary' }, + "header_button_panel/buttons/primary_panel": { type: T.PANEL, children: 'primary' }, + "header_button_panel/buttons/primary_panel/primary": { type: T.UNKNOWN, children: string }, + "header_button_panel/buttons/secondary": { type: T.UNKNOWN, children: string }, + "header_button_panel_opt_in": { type: T.PANEL, children: 'buttons' }, + "header_button_panel_opt_in/buttons": { type: T.STACK_PANEL, children: 'primary_panel' | 'secondary' | 'ternary' }, + "header_button_panel_opt_in/buttons/primary_panel": { type: T.PANEL, children: 'primary' }, + "header_button_panel_opt_in/buttons/primary_panel/primary": { type: T.UNKNOWN, children: string }, + "header_button_panel_opt_in/buttons/secondary": { type: T.UNKNOWN, children: string }, + "header_button_panel_opt_in/buttons/ternary": { type: T.UNKNOWN, children: string }, + "header_single_button_panel": { type: T.PANEL, children: 'buttons' }, + "header_single_button_panel/buttons": { type: T.STACK_PANEL, children: 'primary' }, + "header_single_button_panel/buttons/primary": { type: T.UNKNOWN, children: string }, + "open_account_setting_button_gamecore": { type: T.BUTTON, children: string }, + "common_scroll_pane": { type: T.PANEL, children: string }, + "worlds_scroll_panel": { type: T.PANEL, children: 'worlds_list_stack_panel' }, + "worlds_scroll_panel/worlds_list_stack_panel": { type: T.STACK_PANEL, children: string }, + "game_tip_item_panel": { type: T.STACK_PANEL, children: 'info_bulb' | 'padding_1' | 'label_panel' | 'more_info_button' }, + "game_tip_item_panel/info_bulb": { type: T.IMAGE, children: string }, + "game_tip_item_panel/padding_1": { type: T.PANEL, children: string }, + "game_tip_item_panel/label_panel": { type: T.STACK_PANEL, children: 'padding_vertical' | 'realms_warning_text' | 'padding_vertical_1' }, + "game_tip_item_panel/label_panel/padding_vertical": { type: T.PANEL, children: string }, + "game_tip_item_panel/label_panel/realms_warning_text": { type: T.LABEL, children: string }, + "game_tip_item_panel/label_panel/padding_vertical_1": { type: T.PANEL, children: string }, + "game_tip_item_panel/more_info_button": { type: T.BUTTON, children: string }, + "realm_warning_tip": { type: T.IMAGE, children: 'padding_vertical' | 'info_panel' }, + "realm_warning_tip/padding_vertical": { type: T.PANEL, children: string }, + "realm_warning_tip/info_panel": { type: T.STACK_PANEL, children: string }, + "new_ui_switch_button_options_panel": { type: T.STACK_PANEL, children: 'unlock_template_options_button' }, + "new_ui_switch_button_options_panel/unlock_template_options_button": { type: T.BUTTON, children: string }, + "new_ui_servers_switch_button_options_panel": { type: T.STACK_PANEL, children: 'unlock_template_options_button' | 'padding_0' }, + "new_ui_servers_switch_button_options_panel/unlock_template_options_button": { type: T.BUTTON, children: string }, + "new_ui_servers_switch_button_options_panel/padding_0": { type: T.PANEL, children: string }, + "worlds_stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'play_screen_warning' | 'header_button' | 'worlds_crossplatform_disabled_panel' | 'worlds_crossplatform_disable_spacer' | 'realms_panel' | 'realms_multiplayer_blocked_panel' | 'worlds_label' | 'grid' | 'no_local_worlds_label' | 'no_local_worlds_switch_setting' | 'beta_retail_local_padding' | 'beta_retail_local_worlds_label' | 'beta_retail_local_grid' | 'loading_legacy_worlds_panel_padding' | 'legacy_worlds_button' | 'loading_legacy_worlds_panel' | 'padding_2' | 'upgrade_legacy_worlds_label' | 'legacy_world_item_grid' | 'beta_retail_legacy_padding' | 'beta_retail_legacy_worlds_label' | 'beta_retail_legacy_grid' | 'pad_hack_panel' }, + "worlds_stack_panel/padding_0": { type: T.PANEL, children: string }, + "worlds_stack_panel/play_screen_warning": { type: T.IMAGE, children: string }, + "worlds_stack_panel/header_button": { type: T.STACK_PANEL, children: 'quick_play' | 'buttons' }, + "worlds_stack_panel/header_button/quick_play": { type: T.BUTTON, children: string }, + "worlds_stack_panel/header_button/buttons": { type: T.PANEL, children: string }, + "worlds_stack_panel/worlds_crossplatform_disabled_panel": { type: T.PANEL, children: string }, + "worlds_stack_panel/worlds_crossplatform_disable_spacer": { type: T.PANEL, children: string }, + "worlds_stack_panel/realms_panel": { type: T.STACK_PANEL, children: 'realms_label' | 'sign_in_to_view_realms_button' | 'realms_previews_panel' | 'create_on_realms_button_panel' | 'personal_realms' | 'placeholder_personal_realms_panel' | 'realms_trial_panel' | 'realms_nintendo_first_realm_purchase_panel' | 'padding_1' }, + "worlds_stack_panel/realms_panel/realms_label": { type: T.PANEL, children: string }, + "worlds_stack_panel/realms_panel/sign_in_to_view_realms_button": { type: T.BUTTON, children: string }, + "worlds_stack_panel/realms_panel/realms_previews_panel": { type: T.PANEL, children: 'new_offers_icon' | 'realms_world_item_button' }, + "worlds_stack_panel/realms_panel/realms_previews_panel/new_offers_icon": { type: T.IMAGE, children: string }, + "worlds_stack_panel/realms_panel/realms_previews_panel/realms_world_item_button": { type: T.BUTTON, children: string }, + "worlds_stack_panel/realms_panel/create_on_realms_button_panel": { type: T.PANEL, children: string }, + "worlds_stack_panel/realms_panel/personal_realms": { type: T.GRID, children: string }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel": { type: T.IMAGE, children: 'placeholder_loading_personal_realms' | 'loading_friends_realms_label' | 'padding' | 'progress_loading_bars' }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel/placeholder_loading_personal_realms": { type: T.GRID, children: string }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel/loading_friends_realms_label": { type: T.LABEL, children: string }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel/padding": { type: T.PANEL, children: string }, + "worlds_stack_panel/realms_panel/placeholder_personal_realms_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "worlds_stack_panel/realms_panel/realms_trial_panel": { type: T.PANEL, children: 'realms_world_item_button' }, + "worlds_stack_panel/realms_panel/realms_trial_panel/realms_world_item_button": { type: T.BUTTON, children: string }, + "worlds_stack_panel/realms_panel/realms_nintendo_first_realm_purchase_panel": { type: T.PANEL, children: 'realms_world_item_button' }, + "worlds_stack_panel/realms_panel/realms_nintendo_first_realm_purchase_panel/realms_world_item_button": { type: T.BUTTON, children: string }, + "worlds_stack_panel/realms_panel/padding_1": { type: T.PANEL, children: string }, + "worlds_stack_panel/realms_multiplayer_blocked_panel": { type: T.STACK_PANEL, children: 'text_panel' | 'open_uri_button' | 'open_account_setting_button_gamecore' }, + "worlds_stack_panel/realms_multiplayer_blocked_panel/text_panel": { type: T.STACK_PANEL, children: string }, + "worlds_stack_panel/realms_multiplayer_blocked_panel/open_uri_button": { type: T.BUTTON, children: string }, + "worlds_stack_panel/realms_multiplayer_blocked_panel/open_account_setting_button_gamecore": { type: T.BUTTON, children: string }, + "worlds_stack_panel/worlds_label": { type: T.STACK_PANEL, children: string }, + "worlds_stack_panel/grid": { type: T.GRID, children: string }, + "worlds_stack_panel/no_local_worlds_label": { type: T.STACK_PANEL, children: string }, + "worlds_stack_panel/no_local_worlds_switch_setting": { type: T.PANEL, children: string }, + "worlds_stack_panel/beta_retail_local_padding": { type: T.PANEL, children: string }, + "worlds_stack_panel/beta_retail_local_worlds_label": { type: T.PANEL, children: string }, + "worlds_stack_panel/beta_retail_local_grid": { type: T.GRID, children: string }, + "worlds_stack_panel/loading_legacy_worlds_panel_padding": { type: T.PANEL, children: string }, + "worlds_stack_panel/legacy_worlds_button": { type: T.STACK_PANEL, children: 'legacy_worlds_label' | 'sync_legacy_worlds_button_panel' }, + "worlds_stack_panel/legacy_worlds_button/legacy_worlds_label": { type: T.PANEL, children: string }, + "worlds_stack_panel/legacy_worlds_button/sync_legacy_worlds_button_panel": { type: T.PANEL, children: 'button' }, + "worlds_stack_panel/legacy_worlds_button/sync_legacy_worlds_button_panel/button": { type: T.BUTTON, children: string }, + "worlds_stack_panel/loading_legacy_worlds_panel": { type: T.IMAGE, children: 'loading_legacy_worlds_label' | 'padding' | 'progress_loading_bars' }, + "worlds_stack_panel/loading_legacy_worlds_panel/loading_legacy_worlds_label": { type: T.LABEL, children: string }, + "worlds_stack_panel/loading_legacy_worlds_panel/padding": { type: T.PANEL, children: string }, + "worlds_stack_panel/loading_legacy_worlds_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "worlds_stack_panel/padding_2": { type: T.PANEL, children: string }, + "worlds_stack_panel/upgrade_legacy_worlds_label": { type: T.STACK_PANEL, children: string }, + "worlds_stack_panel/legacy_world_item_grid": { type: T.GRID, children: string }, + "worlds_stack_panel/beta_retail_legacy_padding": { type: T.PANEL, children: string }, + "worlds_stack_panel/beta_retail_legacy_worlds_label": { type: T.PANEL, children: string }, + "worlds_stack_panel/beta_retail_legacy_grid": { type: T.GRID, children: string }, + "worlds_stack_panel/pad_hack_panel": { type: T.PANEL, children: string }, + "no_local_worlds_switch_setting": { type: T.PANEL, children: 'bg' }, + "no_local_worlds_switch_setting/bg": { type: T.IMAGE, children: 'no_local_worlds_switch_setting' | 'no_local_worlds_get_help' }, + "no_local_worlds_switch_setting/bg/no_local_worlds_switch_setting": { type: T.STACK_PANEL, children: string }, + "no_local_worlds_switch_setting/bg/no_local_worlds_get_help": { type: T.STACK_PANEL, children: string }, + "no_local_worlds_launch_help": { type: T.BUTTON, children: string }, + "storage_location_dropdown_panel": { type: T.STACK_PANEL, children: 'padding1' | 'storage_location_dropdown' }, + "storage_location_dropdown_panel/padding1": { type: T.PANEL, children: string }, + "storage_location_dropdown_panel/storage_location_dropdown": { type: T.PANEL, children: string }, + "storage_location_dropdown": { type: T.PANEL, children: string }, + "switch_storage_type_content": { type: T.PANEL, children: string }, + "light_centered_loading_label": { type: T.LABEL, children: string }, + "light_loading_label": { type: T.LABEL, children: string }, + "loading_label": { type: T.LABEL, children: string }, + "progress_loading_bars": { type: T.IMAGE, children: string }, + "world_list_label_panel": { type: T.PANEL, children: 'list_label' }, + "world_list_label_panel/list_label": { type: T.LABEL, children: string }, + "world_list_label_with_color_panel": { type: T.STACK_PANEL, children: 'colored_square_sizer' | 'padding' | 'list_label' }, + "world_list_label_with_color_panel/colored_square_sizer": { type: T.PANEL, children: 'colored_square' }, + "world_list_label_with_color_panel/colored_square_sizer/colored_square": { type: T.IMAGE, children: string }, + "world_list_label_with_color_panel/padding": { type: T.PANEL, children: string }, + "world_list_label_with_color_panel/list_label": { type: T.LABEL, children: string }, + "empty_panel": { type: T.PANEL, children: string }, + "empty_grid": { type: T.PANEL, children: string }, + "lan_servers_scroll_content": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel": { type: T.PANEL, children: 'stack_panel' }, + "friends_scroll_panel/stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'friends_screen_warning' | 'header_button' | 'friends_crossplatform_disabled_panel' | 'friends_crossplatform_disable_spacer' | 'joinable_realms_panel' | 'friends_grid' | 'pad_hack_panel' | 'no_friends_grid_message' | 'switch_find_cross_platform_friend_button' | 'add_friend_button_padding' | 'cross_platform_friends_grid' | 'no_cross_platform_friends_grid_message' | 'general_no_multiplayer_grid_message' | 'lan_grid' | 'open_account_setting_button_gamecore' }, + "friends_scroll_panel/stack_panel/padding_0": { type: T.PANEL, children: string }, + "friends_scroll_panel/stack_panel/friends_screen_warning": { type: T.IMAGE, children: string }, + "friends_scroll_panel/stack_panel/header_button": { type: T.STACK_PANEL, children: 'add_friend_and_invite_panel' }, + "friends_scroll_panel/stack_panel/header_button/add_friend_and_invite_panel": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel/stack_panel/friends_crossplatform_disabled_panel": { type: T.PANEL, children: string }, + "friends_scroll_panel/stack_panel/friends_crossplatform_disable_spacer": { type: T.PANEL, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel": { type: T.STACK_PANEL, children: 'friends_realms_label' | 'sign_in_to_view_realms_button_friends' | 'friends_realms' | 'placeholder_loading_friends_panel' | 'get_offline_authcode_message_panel' | 'no_realms_grid' | 'padding_1' }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/friends_realms_label": { type: T.PANEL, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/sign_in_to_view_realms_button_friends": { type: T.BUTTON, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/friends_realms": { type: T.GRID, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel": { type: T.IMAGE, children: 'placeholder_loading_friends_realms' | 'loading_friends_realms_label' | 'padding' | 'progress_loading_bars' }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel/placeholder_loading_friends_realms": { type: T.GRID, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel/loading_friends_realms_label": { type: T.LABEL, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel/padding": { type: T.PANEL, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/placeholder_loading_friends_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel": { type: T.IMAGE, children: 'content_stack' | 'focus_border' }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack": { type: T.STACK_PANEL, children: 'message_panel' | 'image_panel' }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack/message_panel": { type: T.PANEL, children: 'message_label' }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack/message_panel/message_label": { type: T.LABEL, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack/image_panel": { type: T.PANEL, children: 'link_image' }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/content_stack/image_panel/link_image": { type: T.IMAGE, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/focus_border": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/focus_border/hover": { type: T.IMAGE, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/get_offline_authcode_message_panel/focus_border/pressed": { type: T.IMAGE, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/no_realms_grid": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel/stack_panel/joinable_realms_panel/padding_1": { type: T.PANEL, children: string }, + "friends_scroll_panel/stack_panel/friends_grid": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel/stack_panel/pad_hack_panel": { type: T.PANEL, children: string }, + "friends_scroll_panel/stack_panel/no_friends_grid_message": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel/stack_panel/switch_find_cross_platform_friend_button": { type: T.BUTTON, children: string }, + "friends_scroll_panel/stack_panel/add_friend_button_padding": { type: T.PANEL, children: string }, + "friends_scroll_panel/stack_panel/cross_platform_friends_grid": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel/stack_panel/no_cross_platform_friends_grid_message": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel/stack_panel/general_no_multiplayer_grid_message": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel/stack_panel/lan_grid": { type: T.STACK_PANEL, children: string }, + "friends_scroll_panel/stack_panel/open_account_setting_button_gamecore": { type: T.BUTTON, children: string }, + "manually_added_servers_scrolling_content": { type: T.STACK_PANEL, children: 'padding_0' | 'more_servers_label' | 'padding_1' | 'more_servers_grid' | 'padding_3' }, + "manually_added_servers_scrolling_content/padding_0": { type: T.PANEL, children: string }, + "manually_added_servers_scrolling_content/more_servers_label": { type: T.LABEL, children: string }, + "manually_added_servers_scrolling_content/padding_1": { type: T.PANEL, children: string }, + "manually_added_servers_scrolling_content/more_servers_grid": { type: T.GRID, children: string }, + "manually_added_servers_scrolling_content/padding_3": { type: T.PANEL, children: string }, + "servers_content_panel": { type: T.STACK_PANEL, children: 'new_ui_servers_switch_button_options_panel' | 'featured_servers_panel' | 'more_servers_divider' | 'more_servers_panel' }, + "servers_content_panel/new_ui_servers_switch_button_options_panel": { type: T.STACK_PANEL, children: string }, + "servers_content_panel/featured_servers_panel": { type: T.STACK_PANEL, children: 'loading_featured_panel' | 'padding_1' | 'featured_servers_label' | 'padding_2' | 'third_party_featured_grid' | 'padding_3' }, + "servers_content_panel/featured_servers_panel/loading_featured_panel": { type: T.IMAGE, children: 'loading_friends_realms_label' | 'loading_featured_servers_panel' }, + "servers_content_panel/featured_servers_panel/loading_featured_panel/loading_friends_realms_label": { type: T.LABEL, children: string }, + "servers_content_panel/featured_servers_panel/loading_featured_panel/loading_featured_servers_panel": { type: T.PANEL, children: string }, + "servers_content_panel/featured_servers_panel/padding_1": { type: T.PANEL, children: string }, + "servers_content_panel/featured_servers_panel/featured_servers_label": { type: T.LABEL, children: string }, + "servers_content_panel/featured_servers_panel/padding_2": { type: T.PANEL, children: string }, + "servers_content_panel/featured_servers_panel/third_party_featured_grid": { type: T.GRID, children: string }, + "servers_content_panel/featured_servers_panel/padding_3": { type: T.PANEL, children: string }, + "servers_content_panel/more_servers_divider": { type: T.PANEL, children: string }, + "servers_content_panel/more_servers_panel": { type: T.STACK_PANEL, children: string }, + "server_scroll_panel": { type: T.PANEL, children: 'stack_panel' }, + "server_scroll_panel/stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'servers_crossplatform_disabled_panel' | 'no_featured_server_connection' | 'more_servers_blocked_panel' | 'padding_1' | 'server_content' | 'add_server_button' }, + "server_scroll_panel/stack_panel/padding_0": { type: T.PANEL, children: string }, + "server_scroll_panel/stack_panel/servers_crossplatform_disabled_panel": { type: T.PANEL, children: string }, + "server_scroll_panel/stack_panel/no_featured_server_connection": { type: T.PANEL, children: string }, + "server_scroll_panel/stack_panel/more_servers_blocked_panel": { type: T.STACK_PANEL, children: 'server_multiplayer_privileges_blocked' | 'open_uri_button' }, + "server_scroll_panel/stack_panel/more_servers_blocked_panel/server_multiplayer_privileges_blocked": { type: T.PANEL, children: string }, + "server_scroll_panel/stack_panel/more_servers_blocked_panel/open_uri_button": { type: T.BUTTON, children: string }, + "server_scroll_panel/stack_panel/padding_1": { type: T.PANEL, children: string }, + "server_scroll_panel/stack_panel/server_content": { type: T.UNKNOWN, children: string }, + "server_scroll_panel/stack_panel/add_server_button": { type: T.PANEL, children: string }, + "crossplatform_disabled_panel": { type: T.PANEL, children: string }, + "crossplatform_disable_spacer": { type: T.PANEL, children: string }, + "common_scrolling_panel": { type: T.PANEL, children: string }, + "common_content": { type: T.INPUT_PANEL, children: string }, + "scrolling_offsets": { type: T.PANEL, children: string }, + "worlds_scroll_content": { type: T.INPUT_PANEL, children: 'worlds_stack_panel' }, + "worlds_scroll_content/worlds_stack_panel": { type: T.STACK_PANEL, children: 'scrolling_panel_sizer' | 'scrolling_panel_legacy_storage_sizer' }, + "worlds_scroll_content/worlds_stack_panel/scrolling_panel_sizer": { type: T.PANEL, children: 'scrolling_panel' }, + "worlds_scroll_content/worlds_stack_panel/scrolling_panel_sizer/scrolling_panel": { type: T.PANEL, children: string }, + "worlds_scroll_content/worlds_stack_panel/scrolling_panel_legacy_storage_sizer": { type: T.PANEL, children: 'scrolling_panel' }, + "worlds_scroll_content/worlds_stack_panel/scrolling_panel_legacy_storage_sizer/scrolling_panel": { type: T.PANEL, children: string }, + "friends_scroll_content": { type: T.INPUT_PANEL, children: 'scrolling_panel' }, + "friends_scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "show_servers_panel": { type: T.STACK_PANEL, children: 'left_panel' | 'divider_panel' | 'right_panel' }, + "show_servers_panel/left_panel": { type: T.PANEL, children: 'scrolling_panel' }, + "show_servers_panel/left_panel/scrolling_panel": { type: T.PANEL, children: string }, + "show_servers_panel/divider_panel": { type: T.PANEL, children: 'main_divider' }, + "show_servers_panel/divider_panel/main_divider": { type: T.IMAGE, children: string }, + "show_servers_panel/right_panel": { type: T.PANEL, children: string }, + "server_scroll_content": { type: T.INPUT_PANEL, children: 'severs_panel' | 'feature_server_message_panel' }, + "server_scroll_content/severs_panel": { type: T.STACK_PANEL, children: 'offset_panel' | 'show_servers_panel' }, + "server_scroll_content/severs_panel/offset_panel": { type: T.PANEL, children: 'servers_sunsetting_warning' }, + "server_scroll_content/severs_panel/offset_panel/servers_sunsetting_warning": { type: T.IMAGE, children: string }, + "server_scroll_content/severs_panel/show_servers_panel": { type: T.STACK_PANEL, children: string }, + "server_scroll_content/feature_server_message_panel": { type: T.STACK_PANEL, children: 'featured_servers_label' | 'pad' | 'feature_server_message_panel' | 'open_account_setting_button_gamecore' }, + "server_scroll_content/feature_server_message_panel/featured_servers_label": { type: T.LABEL, children: string }, + "server_scroll_content/feature_server_message_panel/pad": { type: T.PANEL, children: string }, + "server_scroll_content/feature_server_message_panel/feature_server_message_panel": { type: T.IMAGE, children: 'label_panel_layout' }, + "server_scroll_content/feature_server_message_panel/feature_server_message_panel/label_panel_layout": { type: T.PANEL, children: 'label' }, + "server_scroll_content/feature_server_message_panel/feature_server_message_panel/label_panel_layout/label": { type: T.LABEL, children: string }, + "server_scroll_content/feature_server_message_panel/open_account_setting_button_gamecore": { type: T.BUTTON, children: string }, + "server_content_area": { type: T.PANEL, children: 'third_party_scrolling_panel' | 'additional_server_scrolling_panel' | 'add_server_pane' }, + "server_content_area/third_party_scrolling_panel": { type: T.PANEL, children: string }, + "server_content_area/additional_server_scrolling_panel": { type: T.PANEL, children: string }, + "server_content_area/add_server_pane": { type: T.PANEL, children: string }, + "tab_front": { type: T.IMAGE, children: string }, + "tab_front_middle": { type: T.IMAGE, children: string }, + "tab_back": { type: T.IMAGE, children: string }, + "X_tab_back": { type: T.IMAGE, children: string }, + "tab_text_stack_panel": { type: T.STACK_PANEL, children: 'padding' | 'text_section' | 'count_section' }, + "tab_text_stack_panel/padding": { type: T.PANEL, children: string }, + "tab_text_stack_panel/text_section": { type: T.PANEL, children: 'text' }, + "tab_text_stack_panel/text_section/text": { type: T.LABEL, children: string }, + "tab_text_stack_panel/count_section": { type: T.PANEL, children: 'count_background_image' }, + "tab_text_stack_panel/count_section/count_background_image": { type: T.IMAGE, children: 'count' }, + "tab_text_stack_panel/count_section/count_background_image/count": { type: T.LABEL, children: string }, + "common_navigation_tab_content": { type: T.STACK_PANEL, children: 'padding_0' | 'icon_section' | 'padding_1' | 'count_text' }, + "common_navigation_tab_content/padding_0": { type: T.PANEL, children: string }, + "common_navigation_tab_content/icon_section": { type: T.PANEL, children: 'icon' }, + "common_navigation_tab_content/icon_section/icon": { type: T.UNKNOWN, children: string }, + "common_navigation_tab_content/padding_1": { type: T.PANEL, children: string }, + "common_navigation_tab_content/count_text": { type: T.STACK_PANEL, children: string }, + "friends_navigation_tab_content": { type: T.STACK_PANEL, children: 'padding' | 'icon_section' | 'icon_section_2' | 'icon_section_nobounce' | 'icon_section_nobounce_2' | 'icon_section_notification' | 'count_text' }, + "friends_navigation_tab_content/padding": { type: T.PANEL, children: string }, + "friends_navigation_tab_content/icon_section": { type: T.PANEL, children: 'icon' }, + "friends_navigation_tab_content/icon_section/icon": { type: T.UNKNOWN, children: string }, + "friends_navigation_tab_content/icon_section_2": { type: T.PANEL, children: 'icon' }, + "friends_navigation_tab_content/icon_section_2/icon": { type: T.UNKNOWN, children: string }, + "friends_navigation_tab_content/icon_section_nobounce": { type: T.PANEL, children: 'icon' }, + "friends_navigation_tab_content/icon_section_nobounce/icon": { type: T.UNKNOWN, children: string }, + "friends_navigation_tab_content/icon_section_nobounce_2": { type: T.PANEL, children: 'icon' }, + "friends_navigation_tab_content/icon_section_nobounce_2/icon": { type: T.UNKNOWN, children: string }, + "friends_navigation_tab_content/icon_section_notification": { type: T.PANEL, children: 'icon1' | 'icon2' }, + "friends_navigation_tab_content/icon_section_notification/icon1": { type: T.IMAGE, children: string }, + "friends_navigation_tab_content/icon_section_notification/icon2": { type: T.IMAGE, children: string }, + "friends_navigation_tab_content/count_text": { type: T.STACK_PANEL, children: string }, + "top_tab": { type: T.PANEL, children: string }, + "world_navigation_tab": { type: T.PANEL, children: string }, + "friends_navigation_tab": { type: T.PANEL, children: string }, + "server_navigation_tab": { type: T.PANEL, children: string }, + "close_navigation_tab": { type: T.PANEL, children: 'background' | 'x_image' }, + "close_navigation_tab/background": { type: T.IMAGE, children: string }, + "close_navigation_tab/x_image": { type: T.BUTTON, children: string }, + "common_tab_content_panel": { type: T.PANEL, children: 'background' | 'content' }, + "common_tab_content_panel/background": { type: T.PANEL, children: string }, + "common_tab_content_panel/content": { type: T.UNKNOWN, children: string }, + "worlds_tab_content_panel": { type: T.PANEL, children: string }, + "friends_tab_content_panel": { type: T.PANEL, children: string }, + "server_tab_content_panel": { type: T.PANEL, children: string }, + "common_tab_content_panel_type": { type: T.INPUT_PANEL, children: string }, + "edu_tab_content_panel_layout": { type: T.INPUT_PANEL, children: 'worlds_tab_content' | 'friends_tab_content' | 'server_tab_content_panel' }, + "edu_tab_content_panel_layout/worlds_tab_content": { type: T.PANEL, children: string }, + "edu_tab_content_panel_layout/friends_tab_content": { type: T.PANEL, children: string }, + "edu_tab_content_panel_layout/server_tab_content_panel": { type: T.PANEL, children: string }, + "trial_tab_content_panel_layout": { type: T.INPUT_PANEL, children: 'worlds_tab_content' }, + "trial_tab_content_panel_layout/worlds_tab_content": { type: T.PANEL, children: string }, + "default_tab_content_panel_layout": { type: T.INPUT_PANEL, children: 'worlds_tab_content' | 'friends_tab_content' | 'server_tab_content_panel' }, + "default_tab_content_panel_layout/worlds_tab_content": { type: T.PANEL, children: string }, + "default_tab_content_panel_layout/friends_tab_content": { type: T.PANEL, children: string }, + "default_tab_content_panel_layout/server_tab_content_panel": { type: T.PANEL, children: string }, + "tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'navigation_tabs' | 'close_navigation_tab' }, + "tab_navigation_panel_layout/navigation_tabs": { type: T.PANEL, children: 'content' }, + "tab_navigation_panel_layout/navigation_tabs/content": { type: T.UNKNOWN, children: string }, + "tab_navigation_panel_layout/close_navigation_tab": { type: T.PANEL, children: 'close_button' }, + "tab_navigation_panel_layout/close_navigation_tab/close_button": { type: T.UNKNOWN, children: string }, + "common_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: string }, + "edu_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'world_navigation_tab' | 'friends_navigation_tab' | 'server_navigation_tab' }, + "edu_tab_navigation_panel_layout/world_navigation_tab": { type: T.PANEL, children: string }, + "edu_tab_navigation_panel_layout/friends_navigation_tab": { type: T.PANEL, children: string }, + "edu_tab_navigation_panel_layout/server_navigation_tab": { type: T.PANEL, children: string }, + "trial_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'world_navigation_tab' }, + "trial_tab_navigation_panel_layout/world_navigation_tab": { type: T.PANEL, children: string }, + "default_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'world_navigation_tab' | 'friends_navigation_tab' | 'server_navigation_tab' }, + "default_tab_navigation_panel_layout/world_navigation_tab": { type: T.PANEL, children: string }, + "default_tab_navigation_panel_layout/friends_navigation_tab": { type: T.PANEL, children: string }, + "default_tab_navigation_panel_layout/server_navigation_tab": { type: T.PANEL, children: string }, + "common_play_screen_panel": { type: T.PANEL, children: string }, + "play_screen_panel": { type: T.PANEL, children: 'tab_navigation_panel' | 'tab_content_panel' | 'gamepad_helper_left_bumper' | 'gamepad_helper_right_bumper' | 'keyboard_helper_left_bracket' | 'keyboard_helper_right_bracket' }, + "play_screen_panel/tab_navigation_panel": { type: T.STACK_PANEL, children: string }, + "play_screen_panel/tab_content_panel": { type: T.UNKNOWN, children: string }, + "play_screen_panel/gamepad_helper_left_bumper": { type: T.STACK_PANEL, children: string }, + "play_screen_panel/gamepad_helper_right_bumper": { type: T.STACK_PANEL, children: string }, + "play_screen_panel/keyboard_helper_left_bracket": { type: T.STACK_PANEL, children: string }, + "play_screen_panel/keyboard_helper_right_bracket": { type: T.STACK_PANEL, children: string }, + "default_play_screen_panel": { type: T.PANEL, children: string }, + "trial_play_screen_panel": { type: T.PANEL, children: string }, + "edu_play_screen_panel": { type: T.PANEL, children: string }, + "play_screen": { type: T.SCREEN, children: string }, + "play_screen_content": { type: T.PANEL, children: 'main_control' | 'editor_text_panel' | 'popup_dialog_factory' }, + "play_screen_content/main_control": { type: T.UNKNOWN, children: string }, + "play_screen_content/editor_text_panel": { type: T.PANEL, children: string }, + "play_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "popup_dialog_join_by_code": { type: T.INPUT_PANEL, children: 'join_by_code_popup_background' | 'join_by_code_popup_content' | 'gamepad_helpers' }, + "popup_dialog_join_by_code/join_by_code_popup_background": { type: T.IMAGE, children: string }, + "popup_dialog_join_by_code/join_by_code_popup_content": { type: T.PANEL, children: string }, + "popup_dialog_join_by_code/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "join_by_code_popup_background": { type: T.IMAGE, children: string }, + "join_by_code_popup_content": { type: T.PANEL, children: 'popup_dialog_bg' | 'popup_stack_panel' }, + "join_by_code_popup_content/popup_dialog_bg": { type: T.IMAGE, children: string }, + "join_by_code_popup_content/popup_stack_panel": { type: T.STACK_PANEL, children: 'join_by_code_popup_dialog_header' | 'spacing_1' | 'join_by_code_popup_dialog_upper_body' | 'spacing_2' | 'join_by_code_popup_dialog_lower_body' }, + "join_by_code_popup_content/popup_stack_panel/join_by_code_popup_dialog_header": { type: T.PANEL, children: string }, + "join_by_code_popup_content/popup_stack_panel/spacing_1": { type: T.PANEL, children: string }, + "join_by_code_popup_content/popup_stack_panel/join_by_code_popup_dialog_upper_body": { type: T.STACK_PANEL, children: string }, + "join_by_code_popup_content/popup_stack_panel/spacing_2": { type: T.PANEL, children: string }, + "join_by_code_popup_content/popup_stack_panel/join_by_code_popup_dialog_lower_body": { type: T.PANEL, children: string }, + "join_by_code_popup_dialog_header": { type: T.PANEL, children: 'join_by_code_popup_header_text' | 'close_button' }, + "join_by_code_popup_dialog_header/join_by_code_popup_header_text": { type: T.LABEL, children: string }, + "join_by_code_popup_dialog_header/close_button": { type: T.BUTTON, children: string }, + "join_by_code_popup_header_text": { type: T.LABEL, children: string }, + "join_by_code_popup_dialog_upper_body": { type: T.STACK_PANEL, children: 'margin1' | 'join_by_code_popup_code_text_field' | 'spacing' | 'join_by_code_popup_join_button' | 'margin2' }, + "join_by_code_popup_dialog_upper_body/margin1": { type: T.PANEL, children: string }, + "join_by_code_popup_dialog_upper_body/join_by_code_popup_code_text_field": { type: T.EDIT_BOX, children: string }, + "join_by_code_popup_dialog_upper_body/spacing": { type: T.PANEL, children: string }, + "join_by_code_popup_dialog_upper_body/join_by_code_popup_join_button": { type: T.BUTTON, children: string }, + "join_by_code_popup_dialog_upper_body/margin2": { type: T.PANEL, children: string }, + "join_by_code_popup_code_text_field": { type: T.EDIT_BOX, children: string }, + "join_by_code_popup_join_button": { type: T.BUTTON, children: string }, + "join_by_code_popup_help_text": { type: T.LABEL, children: string }, + "lower_body_default_content": { type: T.PANEL, children: 'info_text' }, + "lower_body_default_content/info_text": { type: T.LABEL, children: string }, + "join_by_code_popup_dialog_lower_body": { type: T.PANEL, children: 'default' }, + "join_by_code_popup_dialog_lower_body/default": { type: T.PANEL, children: string }, + "open_account_setting_button": { type: T.BUTTON, children: string }, + "popup_dialog_high_ping": { type: T.INPUT_PANEL, children: 'high_ping_popup_background' | 'high_ping_popup_content' | 'gamepad_helpers' }, + "popup_dialog_high_ping/high_ping_popup_background": { type: T.IMAGE, children: string }, + "popup_dialog_high_ping/high_ping_popup_content": { type: T.PANEL, children: string }, + "popup_dialog_high_ping/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "popup_two_buttons": { type: T.PANEL, children: 'common_panel' | 'title_label' | 'panel_indent' | 'button_panel' }, + "popup_two_buttons/common_panel": { type: T.PANEL, children: string }, + "popup_two_buttons/title_label": { type: T.PANEL, children: string }, + "popup_two_buttons/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "popup_two_buttons/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "popup_two_buttons/button_panel": { type: T.STACK_PANEL, children: 'left_button_panel' | 'pad' | 'right_button_panel' }, + "popup_two_buttons/button_panel/left_button_panel": { type: T.BUTTON, children: string }, + "popup_two_buttons/button_panel/pad": { type: T.PANEL, children: string }, + "popup_two_buttons/button_panel/right_button_panel": { type: T.BUTTON, children: string }, + "high_ping_popup_content_stack_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'ping_images_panel' | 'pad_1' | 'text_line_1' | 'pad_2' | 'text_line_2' | 'pad_3' }, + "high_ping_popup_content_stack_panel/pad_0": { type: T.PANEL, children: string }, + "high_ping_popup_content_stack_panel/ping_images_panel": { type: T.PANEL, children: 'ping_images_stack_panel' }, + "high_ping_popup_content_stack_panel/ping_images_panel/ping_images_stack_panel": { type: T.STACK_PANEL, children: 'medium_connection' | 'pad' | 'low_connection' }, + "high_ping_popup_content_stack_panel/ping_images_panel/ping_images_stack_panel/medium_connection": { type: T.IMAGE, children: string }, + "high_ping_popup_content_stack_panel/ping_images_panel/ping_images_stack_panel/pad": { type: T.PANEL, children: string }, + "high_ping_popup_content_stack_panel/ping_images_panel/ping_images_stack_panel/low_connection": { type: T.IMAGE, children: string }, + "high_ping_popup_content_stack_panel/pad_1": { type: T.PANEL, children: string }, + "high_ping_popup_content_stack_panel/text_line_1": { type: T.LABEL, children: string }, + "high_ping_popup_content_stack_panel/pad_2": { type: T.PANEL, children: string }, + "high_ping_popup_content_stack_panel/text_line_2": { type: T.LABEL, children: string }, + "high_ping_popup_content_stack_panel/pad_3": { type: T.PANEL, children: string }, + "high_ping_popup_join_button": { type: T.BUTTON, children: string }, + "high_ping_popup_cancel_button": { type: T.BUTTON, children: string }, + "copyright": { type: T.LABEL, children: string }, + "development_version": { type: T.LABEL, children: string }, + "version": { type: T.LABEL, children: string }, + "editor_text_panel": { type: T.PANEL, children: 'copyright' | 'development_version' | 'version' }, + "editor_text_panel/copyright": { type: T.LABEL, children: string }, + "editor_text_panel/development_version": { type: T.LABEL, children: string }, + "editor_text_panel/version": { type: T.LABEL, children: string }, + "editor_settings_image_content": { type: T.IMAGE, children: string }, + "editor_settings_menu_button": { type: T.BUTTON, children: string }, + "editor_server_content_panel": { type: T.STACK_PANEL, children: 'more_servers_panel' }, + "editor_server_content_panel/more_servers_panel": { type: T.STACK_PANEL, children: string }, + "editor_tab_content_panel_layout": { type: T.INPUT_PANEL, children: 'worlds_tab_content' | 'friends_tab_content' | 'server_tab_content_panel' }, + "editor_tab_content_panel_layout/worlds_tab_content": { type: T.PANEL, children: string }, + "editor_tab_content_panel_layout/friends_tab_content": { type: T.PANEL, children: string }, + "editor_tab_content_panel_layout/server_tab_content_panel": { type: T.PANEL, children: string }, + "editor_play_screen_panel": { type: T.PANEL, children: string }, +} + +export type PerfTurtleType = { + "perf_turtle_panel": { type: T.PANEL, children: 'perf_turtle_background' | 'stack_panel' }, + "perf_turtle_panel/perf_turtle_background": { type: T.IMAGE, children: string }, + "perf_turtle_panel/stack_panel": { type: T.STACK_PANEL, children: 'turtle' | 'turtle_text' }, + "perf_turtle_panel/stack_panel/turtle": { type: T.IMAGE, children: string }, + "perf_turtle_panel/stack_panel/turtle_text": { type: T.LABEL, children: string }, +} + +export type PocketContainersType = { + "generic_label": { type: T.LABEL, children: string }, + "header_panel": { type: T.PANEL, children: 'header_background' | 'title_label' }, + "header_panel/header_background": { type: T.IMAGE, children: string }, + "header_panel/title_label": { type: T.LABEL, children: string }, + "header_area": { type: T.PANEL, children: 'x' | 'inventory_header' | 'container_header' }, + "header_area/x": { type: T.BUTTON, children: string }, + "header_area/inventory_header": { type: T.PANEL, children: string }, + "header_area/container_header": { type: T.PANEL, children: string }, + "dark_bg": { type: T.IMAGE, children: string }, + "panel_outline": { type: T.IMAGE, children: string }, + "background_panel": { type: T.IMAGE, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_panel": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_panel/scrolling_panel": { type: T.PANEL, children: string }, + "half_screen": { type: T.PANEL, children: 'inventory_panel' }, + "half_screen/inventory_panel": { type: T.PANEL, children: string }, + "panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'header' | 'bg' | 'inventory' | 'container' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'gamepad_cursor' | 'inventory_selected_icon_button' | 'hold_icon' | 'flying_item_renderer' }, + "panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "panel/header": { type: T.PANEL, children: string }, + "panel/bg": { type: T.IMAGE, children: string }, + "panel/inventory": { type: T.PANEL, children: string }, + "panel/container": { type: T.PANEL, children: string }, + "panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "panel/hold_icon": { type: T.BUTTON, children: string }, + "panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "small_chest_panel": { type: T.PANEL, children: string }, + "large_chest_panel": { type: T.PANEL, children: string }, + "hopper_panel": { type: T.PANEL, children: string }, + "dispenser_panel": { type: T.PANEL, children: string }, + "dropper_panel": { type: T.PANEL, children: string }, + "ender_chest_panel": { type: T.PANEL, children: string }, + "shulker_box_panel": { type: T.PANEL, children: string }, + "barrel_panel": { type: T.PANEL, children: string }, +} + +export type PopupDialogType = { + "popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog_button": { type: T.BUTTON, children: string }, + "popup_dialog_button_with_binding": { type: T.BUTTON, children: string }, + "popup_dialog_left_button": { type: T.BUTTON, children: string }, + "popup_dialog_middle_button": { type: T.BUTTON, children: string }, + "popup_dialog_right_button": { type: T.BUTTON, children: string }, + "popup_dialog": { type: T.INPUT_PANEL, children: string }, + "modal_background_image": { type: T.IMAGE, children: string }, + "black_tint_image": { type: T.IMAGE, children: string }, + "modal_title_text": { type: T.LABEL, children: string }, + "modal_label_text": { type: T.STACK_PANEL, children: 'padding' | 'text' }, + "modal_label_text/padding": { type: T.PANEL, children: string }, + "modal_label_text/text": { type: T.LABEL, children: string }, + "modal_checkbox_button": { type: T.TOGGLE, children: 'header_description_stack_panel' }, + "modal_checkbox_button/header_description_stack_panel": { type: T.STACK_PANEL, children: 'checkbox_visuals' | 'buffer_panel' | 'padding_panel' }, + "modal_checkbox_button/header_description_stack_panel/checkbox_visuals": { type: T.PANEL, children: string }, + "modal_checkbox_button/header_description_stack_panel/buffer_panel": { type: T.PANEL, children: 'label' }, + "modal_checkbox_button/header_description_stack_panel/buffer_panel/label": { type: T.LABEL, children: string }, + "modal_checkbox_button/header_description_stack_panel/padding_panel": { type: T.PANEL, children: string }, + "dialog_text_wrapper": { type: T.PANEL, children: string }, + "modal_label_panel": { type: T.PANEL, children: string }, + "modal_left_button": { type: T.BUTTON, children: string }, + "modal_middle_button": { type: T.BUTTON, children: string }, + "modal_rightcancel_button": { type: T.BUTTON, children: string }, + "three_buttons_panel": { type: T.PANEL, children: 'left' | 'middle' | 'right' }, + "three_buttons_panel/left": { type: T.BUTTON, children: string }, + "three_buttons_panel/middle": { type: T.BUTTON, children: string }, + "three_buttons_panel/right": { type: T.BUTTON, children: string }, + "two_buttons_checkbox_panel": { type: T.PANEL, children: 'left' | 'middle' | 'checkbox' }, + "two_buttons_checkbox_panel/left": { type: T.BUTTON, children: string }, + "two_buttons_checkbox_panel/middle": { type: T.BUTTON, children: string }, + "two_buttons_checkbox_panel/checkbox": { type: T.TOGGLE, children: string }, + "destructive_three_buttons_panel": { type: T.PANEL, children: 'left' | 'middle' | 'right' }, + "destructive_three_buttons_panel/left": { type: T.BUTTON, children: string }, + "destructive_three_buttons_panel/middle": { type: T.BUTTON, children: string }, + "destructive_three_buttons_panel/right": { type: T.BUTTON, children: string }, + "two_buttons_panel": { type: T.PANEL, children: 'left' | 'right' }, + "two_buttons_panel/left": { type: T.BUTTON, children: string }, + "two_buttons_panel/right": { type: T.BUTTON, children: string }, + "destructive_two_buttons_panel": { type: T.PANEL, children: 'left' | 'right' }, + "destructive_two_buttons_panel/left": { type: T.BUTTON, children: string }, + "destructive_two_buttons_panel/right": { type: T.BUTTON, children: string }, + "single_button_panel": { type: T.PANEL, children: 'left' }, + "single_button_panel/left": { type: T.BUTTON, children: string }, + "single_button_checkbox_panel": { type: T.PANEL, children: 'left' | 'checkbox' }, + "single_button_checkbox_panel/left": { type: T.BUTTON, children: string }, + "single_button_checkbox_panel/checkbox": { type: T.TOGGLE, children: string }, + "modal_dialog_base": { type: T.UNKNOWN, children: string }, + "modal_dialog_with_buttons": { type: T.PANEL, children: 'background_with_buttons' | 'title' | 'text' | 'button_panel' }, + "modal_dialog_with_buttons/background_with_buttons": { type: T.PANEL, children: string }, + "modal_dialog_with_buttons/title": { type: T.LABEL, children: string }, + "modal_dialog_with_buttons/text": { type: T.PANEL, children: string }, + "modal_dialog_with_buttons/button_panel": { type: T.UNKNOWN, children: string }, + "modal_input_panel": { type: T.INPUT_PANEL, children: 'black_tint_image' }, + "modal_input_panel/black_tint_image": { type: T.IMAGE, children: string }, + "modal_dialog_popup": { type: T.PANEL, children: 'modal_input' }, + "modal_dialog_popup/modal_input": { type: T.INPUT_PANEL, children: 'modal_bg_buttons' | 'black_background' }, + "modal_dialog_popup/modal_input/modal_bg_buttons": { type: T.PANEL, children: string }, + "modal_dialog_popup/modal_input/black_background": { type: T.IMAGE, children: string }, + "hollow_2_bottom_button_panel": { type: T.PANEL, children: 'lower_button_controls' }, + "hollow_2_bottom_button_panel/lower_button_controls": { type: T.UNKNOWN, children: string }, + "form_fit_screen_with_title_and_close_and_bottom_buttons": { type: T.PANEL, children: string }, + "form_fit_screen_with_title_and_close": { type: T.PANEL, children: 'panel_background' | 'panel_content' }, + "form_fit_screen_with_title_and_close/panel_background": { type: T.UNKNOWN, children: string }, + "form_fit_screen_with_title_and_close/panel_content": { type: T.PANEL, children: 'header' | 'close_button_panel' | 'contents' | 'lower_contents' }, + "form_fit_screen_with_title_and_close/panel_content/header": { type: T.PANEL, children: 'header_content' }, + "form_fit_screen_with_title_and_close/panel_content/header/header_content": { type: T.LABEL, children: string }, + "form_fit_screen_with_title_and_close/panel_content/close_button_panel": { type: T.PANEL, children: 'close' }, + "form_fit_screen_with_title_and_close/panel_content/close_button_panel/close": { type: T.BUTTON, children: string }, + "form_fit_screen_with_title_and_close/panel_content/contents": { type: T.PANEL, children: 'contents' | 'content_padding' }, + "form_fit_screen_with_title_and_close/panel_content/contents/contents": { type: T.UNKNOWN, children: string }, + "form_fit_screen_with_title_and_close/panel_content/contents/content_padding": { type: T.PANEL, children: string }, + "form_fit_screen_with_title_and_close/panel_content/lower_contents": { type: T.PANEL, children: 'contents' }, + "form_fit_screen_with_title_and_close/panel_content/lower_contents/contents": { type: T.UNKNOWN, children: string }, + "form_fit_modal_dialog_popup": { type: T.INPUT_PANEL, children: 'background' | 'content' }, + "form_fit_modal_dialog_popup/background": { type: T.UNKNOWN, children: string }, + "form_fit_modal_dialog_popup/content": { type: T.UNKNOWN, children: string }, + "progress_dialog_popup": { type: T.PANEL, children: 'background' | 'title' | 'progress_content' | 'button' }, + "progress_dialog_popup/background": { type: T.PANEL, children: string }, + "progress_dialog_popup/title": { type: T.LABEL, children: string }, + "progress_dialog_popup/progress_content": { type: T.STACK_PANEL, children: string }, + "progress_dialog_popup/button": { type: T.PANEL, children: string }, + "progress_content": { type: T.STACK_PANEL, children: 'progress_titles' | 'progress_bar' }, + "progress_content/progress_titles": { type: T.PANEL, children: 'current_progress_label' | 'total_progress_label' }, + "progress_content/progress_titles/current_progress_label": { type: T.LABEL, children: string }, + "progress_content/progress_titles/total_progress_label": { type: T.LABEL, children: string }, + "progress_content/progress_bar": { type: T.PANEL, children: string }, + "progress_label": { type: T.LABEL, children: string }, + "current_progress_label": { type: T.LABEL, children: string }, + "total_progress_label": { type: T.LABEL, children: string }, + "progress_bar_icon": { type: T.PANEL, children: 'full_progress_bar_icon' | 'empty_progress_bar_icon' | 'progress_bar_nub' }, + "progress_bar_icon/full_progress_bar_icon": { type: T.IMAGE, children: string }, + "progress_bar_icon/empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "progress_bar_icon/progress_bar_nub": { type: T.IMAGE, children: string }, + "empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "full_progress_bar_icon": { type: T.IMAGE, children: string }, + "progress_bar_nub": { type: T.IMAGE, children: string }, +} + +export type PortfolioType = { + "screenshot": { type: T.IMAGE, children: string }, + "screenshot_frame": { type: T.IMAGE, children: string }, + "trash_default": { type: T.IMAGE, children: string }, + "trash_hover": { type: T.IMAGE, children: string }, + "trash_pressed": { type: T.IMAGE, children: string }, + "photo_trash_button_left": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "photo_trash_button_left/default": { type: T.IMAGE, children: string }, + "photo_trash_button_left/hover": { type: T.IMAGE, children: string }, + "photo_trash_button_left/pressed": { type: T.IMAGE, children: string }, + "photo_trash_button_right": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "photo_trash_button_right/default": { type: T.IMAGE, children: string }, + "photo_trash_button_right/hover": { type: T.IMAGE, children: string }, + "photo_trash_button_right/pressed": { type: T.IMAGE, children: string }, + "photo_number": { type: T.LABEL, children: string }, + "photo_number_left": { type: T.LABEL, children: string }, + "photo_number_right": { type: T.LABEL, children: string }, + "photo_corner_bl": { type: T.IMAGE, children: string }, + "photo_corner_br": { type: T.IMAGE, children: string }, + "photo_corner_tr": { type: T.IMAGE, children: string }, + "photo_corner_tl": { type: T.IMAGE, children: string }, + "page_photo": { type: T.PANEL, children: 'screenshot' | 'screenshot_frame' | 'photo_corner_bl' | 'photo_corner_br' | 'photo_corner_tl' | 'photo_corner_tr' }, + "page_photo/screenshot": { type: T.IMAGE, children: string }, + "page_photo/screenshot_frame": { type: T.IMAGE, children: string }, + "page_photo/photo_corner_bl": { type: T.IMAGE, children: string }, + "page_photo/photo_corner_br": { type: T.IMAGE, children: string }, + "page_photo/photo_corner_tl": { type: T.IMAGE, children: string }, + "page_photo/photo_corner_tr": { type: T.IMAGE, children: string }, + "pick_item": { type: T.PANEL, children: 'photo' | 'button' }, + "pick_item/photo": { type: T.PANEL, children: string }, + "pick_item/button": { type: T.BUTTON, children: string }, + "header": { type: T.LABEL, children: string }, + "screenshot_grid": { type: T.STACK_PANEL, children: string }, + "text_centering_panel": { type: T.PANEL, children: 'header' }, + "text_centering_panel/header": { type: T.LABEL, children: string }, + "pick_scrolling_content": { type: T.STACK_PANEL, children: 'header' | 'portfolio_grid' }, + "pick_scrolling_content/header": { type: T.PANEL, children: string }, + "pick_scrolling_content/portfolio_grid": { type: T.STACK_PANEL, children: string }, + "no_pick_photos_alert_label": { type: T.LABEL, children: string }, + "pick_panel": { type: T.IMAGE, children: 'scroll' | 'close_button' | 'no_pick_photos_alert_label' }, + "pick_panel/scroll": { type: T.PANEL, children: string }, + "pick_panel/close_button": { type: T.BUTTON, children: string }, + "pick_panel/no_pick_photos_alert_label": { type: T.LABEL, children: string }, + "text_edit_box_default_indent": { type: T.PANEL, children: string }, + "text_edit_box_hover_indent": { type: T.PANEL, children: 'focus_border_white' }, + "text_edit_box_hover_indent/focus_border_white": { type: T.IMAGE, children: string }, + "text_edit_control": { type: T.EDIT_BOX, children: 'clipper_panel' | 'locked' | 'default' | 'hover' | 'pressed' }, + "text_edit_control/clipper_panel": { type: T.PANEL, children: 'display_text' | 'place_holder_control' }, + "text_edit_control/clipper_panel/display_text": { type: T.LABEL, children: string }, + "text_edit_control/clipper_panel/place_holder_control": { type: T.UNKNOWN, children: string }, + "text_edit_control/locked": { type: T.PANEL, children: 'edit_box_indent' }, + "text_edit_control/locked/edit_box_indent": { type: T.IMAGE, children: string }, + "text_edit_control/default": { type: T.PANEL, children: string }, + "text_edit_control/hover": { type: T.PANEL, children: string }, + "text_edit_control/pressed": { type: T.PANEL, children: string }, + "photo_item": { type: T.PANEL, children: 'screenshot' | 'screenshot_frame' | 'text_edit_control' | 'photo_corner_bl' | 'photo_corner_br' | 'photo_corner_tl' | 'photo_corner_tr' }, + "photo_item/screenshot": { type: T.IMAGE, children: string }, + "photo_item/screenshot_frame": { type: T.IMAGE, children: string }, + "photo_item/text_edit_control": { type: T.EDIT_BOX, children: string }, + "photo_item/photo_corner_bl": { type: T.IMAGE, children: string }, + "photo_item/photo_corner_br": { type: T.IMAGE, children: string }, + "photo_item/photo_corner_tl": { type: T.IMAGE, children: string }, + "photo_item/photo_corner_tr": { type: T.IMAGE, children: string }, + "photo_grid_item": { type: T.PANEL, children: 'photo_item' }, + "photo_grid_item/photo_item": { type: T.PANEL, children: string }, + "photo_list_grid": { type: T.GRID, children: string }, + "prev_button_default": { type: T.IMAGE, children: string }, + "prev_button_hover": { type: T.IMAGE, children: string }, + "prev_button_pressed": { type: T.IMAGE, children: string }, + "photo_page_prev_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "photo_page_prev_button/default": { type: T.IMAGE, children: string }, + "photo_page_prev_button/hover": { type: T.IMAGE, children: string }, + "photo_page_prev_button/pressed": { type: T.IMAGE, children: string }, + "next_button_default": { type: T.IMAGE, children: string }, + "next_button_hover": { type: T.IMAGE, children: string }, + "next_button_pressed": { type: T.IMAGE, children: string }, + "photo_page_next_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "photo_page_next_button/default": { type: T.IMAGE, children: string }, + "photo_page_next_button/hover": { type: T.IMAGE, children: string }, + "photo_page_next_button/pressed": { type: T.IMAGE, children: string }, + "convert_button_default": { type: T.IMAGE, children: string }, + "convert_button_hover": { type: T.IMAGE, children: string }, + "convert_button_pressed": { type: T.IMAGE, children: string }, + "photo_convert_left_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "photo_convert_left_button/default": { type: T.IMAGE, children: string }, + "photo_convert_left_button/hover": { type: T.IMAGE, children: string }, + "photo_convert_left_button/pressed": { type: T.IMAGE, children: string }, + "photo_convert_right_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "photo_convert_right_button/default": { type: T.IMAGE, children: string }, + "photo_convert_right_button/hover": { type: T.IMAGE, children: string }, + "photo_convert_right_button/pressed": { type: T.IMAGE, children: string }, + "bottom_button_panel": { type: T.PANEL, children: 'export_button' | 'im_content_button' | 'add_photo_button' }, + "bottom_button_panel/export_button": { type: T.BUTTON, children: string }, + "bottom_button_panel/im_content_button": { type: T.BUTTON, children: string }, + "bottom_button_panel/add_photo_button": { type: T.BUTTON, children: string }, + "im_content_button": { type: T.BUTTON, children: string }, + "export_button": { type: T.BUTTON, children: string }, + "add_photo_button": { type: T.BUTTON, children: string }, + "book_binding": { type: T.IMAGE, children: string }, + "book_spine": { type: T.IMAGE, children: string }, + "book_background": { type: T.IMAGE, children: 'book_binding' | 'top_spine' | 'bottom_spine' }, + "book_background/book_binding": { type: T.IMAGE, children: string }, + "book_background/top_spine": { type: T.IMAGE, children: string }, + "book_background/bottom_spine": { type: T.IMAGE, children: string }, + "header_panel": { type: T.PANEL, children: 'header_background' }, + "header_panel/header_background": { type: T.IMAGE, children: string }, + "close_button_default": { type: T.IMAGE, children: string }, + "close_button_hover": { type: T.IMAGE, children: string }, + "close_button_pressed": { type: T.IMAGE, children: string }, + "close_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "close_button/default": { type: T.IMAGE, children: string }, + "close_button/hover": { type: T.IMAGE, children: string }, + "close_button/pressed": { type: T.IMAGE, children: string }, + "no_photos_alert_label": { type: T.LABEL, children: string }, + "book_and_buttons_panel": { type: T.PANEL, children: 'book_panel' | 'bottom_button_panel' }, + "book_and_buttons_panel/book_panel": { type: T.PANEL, children: 'book_background' | 'close_button' | 'photo_list_grid' | 'photo_number_left' | 'photo_number_right' | 'photo_trash_button_left' | 'photo_trash_button_right' | 'photo_page_prev_button' | 'photo_page_next_button' | 'photo_convert_left_button' | 'photo_convert_right_button' | 'no_photos_alert_label' }, + "book_and_buttons_panel/book_panel/book_background": { type: T.IMAGE, children: string }, + "book_and_buttons_panel/book_panel/close_button": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/photo_list_grid": { type: T.GRID, children: string }, + "book_and_buttons_panel/book_panel/photo_number_left": { type: T.LABEL, children: string }, + "book_and_buttons_panel/book_panel/photo_number_right": { type: T.LABEL, children: string }, + "book_and_buttons_panel/book_panel/photo_trash_button_left": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/photo_trash_button_right": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/photo_page_prev_button": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/photo_page_next_button": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/photo_convert_left_button": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/photo_convert_right_button": { type: T.BUTTON, children: string }, + "book_and_buttons_panel/book_panel/no_photos_alert_label": { type: T.LABEL, children: string }, + "book_and_buttons_panel/bottom_button_panel": { type: T.PANEL, children: string }, + "root_panel": { type: T.PANEL, children: string }, + "portfolio_screen": { type: T.SCREEN, children: string }, + "portfolio_screen_content": { type: T.PANEL, children: 'root_panel' }, + "portfolio_screen_content/root_panel": { type: T.PANEL, children: 'book_and_buttons_panel' | 'pick_panel' }, + "portfolio_screen_content/root_panel/book_and_buttons_panel": { type: T.PANEL, children: string }, + "portfolio_screen_content/root_panel/pick_panel": { type: T.IMAGE, children: string }, +} + +export type ProgressType = { + "popup_dialog_base": { type: T.INPUT_PANEL, children: 'background' | 'scrolling_panel' | 'totalSelected' | 'totalSelectedSize' | 'left' | 'right' }, + "popup_dialog_base/background": { type: T.IMAGE, children: string }, + "popup_dialog_base/scrolling_panel": { type: T.PANEL, children: string }, + "popup_dialog_base/totalSelected": { type: T.LABEL, children: string }, + "popup_dialog_base/totalSelectedSize": { type: T.LABEL, children: string }, + "popup_dialog_base/left": { type: T.BUTTON, children: string }, + "popup_dialog_base/right": { type: T.BUTTON, children: string }, + "checkbox_visual": { type: T.PANEL, children: 'control' }, + "checkbox_visual/control": { type: T.LABEL, children: string }, + "checkbox_visuals_unchecked": { type: T.PANEL, children: string }, + "checkbox_visuals_checked": { type: T.PANEL, children: string }, + "checkbox_visuals_unchecked_locked": { type: T.PANEL, children: string }, + "checkbox_visuals_checked_locked": { type: T.PANEL, children: string }, + "checkbox_visuals_unchecked_hover": { type: T.PANEL, children: string }, + "checkbox_visuals_checked_hover": { type: T.PANEL, children: string }, + "checkbox_with_label_core": { type: T.TOGGLE, children: string }, + "checkbox_with_label": { type: T.PANEL, children: 'checkbox_with_label_core' }, + "checkbox_with_label/checkbox_with_label_core": { type: T.TOGGLE, children: string }, + "resource_pack_grid_item": { type: T.PANEL, children: string }, + "resource_pack_section": { type: T.STACK_PANEL, children: 'required_resource_pack_list_grid' | 'optional_resource_pack_list_grid' }, + "resource_pack_section/required_resource_pack_list_grid": { type: T.GRID, children: string }, + "resource_pack_section/optional_resource_pack_list_grid": { type: T.GRID, children: string }, + "simple_popup_dialog_base": { type: T.INPUT_PANEL, children: 'dialog_background_hollow_3' }, + "simple_popup_dialog_base/dialog_background_hollow_3": { type: T.IMAGE, children: 'control' }, + "simple_popup_dialog_base/dialog_background_hollow_3/control": { type: T.IMAGE, children: 'content_panel' }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'title' | 'padding_1' | 'description' | 'padding_2' | 'description2' | 'padding_3' | 'top_optional_button' | 'padding_4' | 'middle_button' | 'padding_5' | 'bottom_button' }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_0": { type: T.PANEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/title": { type: T.LABEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_1": { type: T.PANEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/description": { type: T.LABEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_2": { type: T.PANEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/description2": { type: T.LABEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_3": { type: T.PANEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/top_optional_button": { type: T.BUTTON, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_4": { type: T.PANEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/middle_button": { type: T.BUTTON, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/padding_5": { type: T.PANEL, children: string }, + "simple_popup_dialog_base/dialog_background_hollow_3/control/content_panel/bottom_button": { type: T.BUTTON, children: string }, + "resource_pack_download_popup_base": { type: T.INPUT_PANEL, children: string }, + "resource_pack_download_server_required": { type: T.INPUT_PANEL, children: string }, + "resource_pack_download_optional_and_required": { type: T.INPUT_PANEL, children: string }, + "resource_pack_download_optional": { type: T.INPUT_PANEL, children: string }, + "resource_pack_download_required": { type: T.INPUT_PANEL, children: string }, + "normal_stroke_button": { type: T.IMAGE, children: string }, + "progress_screen_text": { type: T.LABEL, children: string }, + "progress_title_text": { type: T.LABEL, children: string }, + "progress_bar_text": { type: T.LABEL, children: string }, + "code_text": { type: T.LABEL, children: string }, + "code_number": { type: T.LABEL, children: string }, + "progress_loading_bars": { type: T.IMAGE, children: string }, + "progress_loading_spinner": { type: T.IMAGE, children: string }, + "fancy_progress_loading_bars": { type: T.PANEL, children: 'full_progress_bar_icon' | 'empty_progress_bar_icon' | 'progress_bar_nub' }, + "fancy_progress_loading_bars/full_progress_bar_icon": { type: T.IMAGE, children: string }, + "fancy_progress_loading_bars/empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "fancy_progress_loading_bars/progress_bar_nub": { type: T.IMAGE, children: string }, + "progress_bar": { type: T.CUSTOM, children: string }, + "progress_bar_nub": { type: T.IMAGE, children: string }, + "thick_progress_bar_icon_base": { type: T.IMAGE, children: string }, + "thick_progress_bar_icon_empty": { type: T.IMAGE, children: string }, + "thick_progress_bar": { type: T.PANEL, children: 'full_progress_bar_icon' | 'empty_progress_bar_icon' }, + "thick_progress_bar/full_progress_bar_icon": { type: T.IMAGE, children: string }, + "thick_progress_bar/empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "edu_cloud_upload_progress_bar": { type: T.PANEL, children: 'waveform_loading_bar' | 'determinate_loading_bar' }, + "edu_cloud_upload_progress_bar/waveform_loading_bar": { type: T.IMAGE, children: string }, + "edu_cloud_upload_progress_bar/determinate_loading_bar": { type: T.PANEL, children: string }, + "cancel_button": { type: T.BUTTON, children: string }, + "retry_button": { type: T.BUTTON, children: string }, + "abort_button": { type: T.BUTTON, children: string }, + "ok_button": { type: T.BUTTON, children: string }, + "title_panel": { type: T.PANEL, children: 'progress_title_text' | 'progress_bar_text' | 'progress_bar' }, + "title_panel/progress_title_text": { type: T.LABEL, children: string }, + "title_panel/progress_bar_text": { type: T.LABEL, children: string }, + "title_panel/progress_bar": { type: T.CUSTOM, children: string }, + "button_panel": { type: T.PANEL, children: 'cancel_button' }, + "button_panel/cancel_button": { type: T.BUTTON, children: string }, + "modal_button_panel": { type: T.PANEL, children: 'cancel_button' }, + "modal_button_panel/cancel_button": { type: T.BUTTON, children: string }, + "modal_button_panel_with_retry": { type: T.PANEL, children: 'abort_button' | 'cancel_button' | 'retry_button' }, + "modal_button_panel_with_retry/abort_button": { type: T.BUTTON, children: string }, + "modal_button_panel_with_retry/cancel_button": { type: T.BUTTON, children: string }, + "modal_button_panel_with_retry/retry_button": { type: T.BUTTON, children: string }, + "modal_ok_button_panel": { type: T.PANEL, children: 'ok_button' }, + "modal_ok_button_panel/ok_button": { type: T.BUTTON, children: string }, + "modal_ok_button_panel_with_retry": { type: T.PANEL, children: 'left_ok_button' | 'center_cancel_button' | 'center_ok_button' | 'right_retry_button' }, + "modal_ok_button_panel_with_retry/left_ok_button": { type: T.BUTTON, children: string }, + "modal_ok_button_panel_with_retry/center_cancel_button": { type: T.BUTTON, children: string }, + "modal_ok_button_panel_with_retry/center_ok_button": { type: T.BUTTON, children: string }, + "modal_ok_button_panel_with_retry/right_retry_button": { type: T.BUTTON, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "world_image": { type: T.IMAGE, children: string }, + "cloud_image": { type: T.IMAGE, children: string }, + "server_image": { type: T.IMAGE, children: string }, + "edu_cloud_upload_image": { type: T.STACK_PANEL, children: 'world_image_wrapper' | 'arrow_image_wrapper' | 'cloud_image_wrapper' }, + "edu_cloud_upload_image/world_image_wrapper": { type: T.PANEL, children: 'fetch_world_image' }, + "edu_cloud_upload_image/world_image_wrapper/fetch_world_image": { type: T.IMAGE, children: string }, + "edu_cloud_upload_image/arrow_image_wrapper": { type: T.PANEL, children: 'arrow_image' }, + "edu_cloud_upload_image/arrow_image_wrapper/arrow_image": { type: T.IMAGE, children: string }, + "edu_cloud_upload_image/cloud_image_wrapper": { type: T.PANEL, children: 'upload_cloud_image' }, + "edu_cloud_upload_image/cloud_image_wrapper/upload_cloud_image": { type: T.IMAGE, children: string }, + "edu_cloud_fetch_image": { type: T.STACK_PANEL, children: 'cloud_image_wrapper' | 'spyglass_image_wrapper' | 'world_image_wrapper' }, + "edu_cloud_fetch_image/cloud_image_wrapper": { type: T.PANEL, children: 'fetch_cloud_image' }, + "edu_cloud_fetch_image/cloud_image_wrapper/fetch_cloud_image": { type: T.IMAGE, children: string }, + "edu_cloud_fetch_image/spyglass_image_wrapper": { type: T.PANEL, children: 'spyglass_image' }, + "edu_cloud_fetch_image/spyglass_image_wrapper/spyglass_image": { type: T.IMAGE, children: string }, + "edu_cloud_fetch_image/world_image_wrapper": { type: T.PANEL, children: 'fetch_world_image' }, + "edu_cloud_fetch_image/world_image_wrapper/fetch_world_image": { type: T.IMAGE, children: string }, + "edu_cloud_download_image": { type: T.STACK_PANEL, children: 'cloud_image_wrapper' | 'arrow_image_wrapper' | 'world_image_wrapper' }, + "edu_cloud_download_image/cloud_image_wrapper": { type: T.PANEL, children: 'download_cloud_image' }, + "edu_cloud_download_image/cloud_image_wrapper/download_cloud_image": { type: T.IMAGE, children: string }, + "edu_cloud_download_image/arrow_image_wrapper": { type: T.PANEL, children: 'arrow_image' }, + "edu_cloud_download_image/arrow_image_wrapper/arrow_image": { type: T.IMAGE, children: string }, + "edu_cloud_download_image/world_image_wrapper": { type: T.PANEL, children: 'download_world_image' }, + "edu_cloud_download_image/world_image_wrapper/download_world_image": { type: T.IMAGE, children: string }, + "edu_server_fetch_image": { type: T.STACK_PANEL, children: 'server_image_wrapper_left' | 'spyglass_image_wrapper' | 'server_image_wrapper_right' }, + "edu_server_fetch_image/server_image_wrapper_left": { type: T.PANEL, children: 'server_image' }, + "edu_server_fetch_image/server_image_wrapper_left/server_image": { type: T.IMAGE, children: string }, + "edu_server_fetch_image/spyglass_image_wrapper": { type: T.PANEL, children: 'spyglass_image' }, + "edu_server_fetch_image/spyglass_image_wrapper/spyglass_image": { type: T.IMAGE, children: string }, + "edu_server_fetch_image/server_image_wrapper_right": { type: T.PANEL, children: 'server_image' }, + "edu_server_fetch_image/server_image_wrapper_right/server_image": { type: T.IMAGE, children: string }, + "modal_progress_panel_no_cancel": { type: T.PANEL, children: 'common_panel' | 'content' }, + "modal_progress_panel_no_cancel/common_panel": { type: T.PANEL, children: string }, + "modal_progress_panel_no_cancel/content": { type: T.PANEL, children: 'title_panel' | 'progress_loading_bars' }, + "modal_progress_panel_no_cancel/content/title_panel": { type: T.PANEL, children: string }, + "modal_progress_panel_no_cancel/content/progress_loading_bars": { type: T.IMAGE, children: string }, + "modal_progress_panel_with_cancel": { type: T.PANEL, children: 'common_panel' | 'content' | 'modal_button_panel' }, + "modal_progress_panel_with_cancel/common_panel": { type: T.PANEL, children: string }, + "modal_progress_panel_with_cancel/content": { type: T.PANEL, children: 'title_panel' | 'progress_loading_bars' }, + "modal_progress_panel_with_cancel/content/title_panel": { type: T.PANEL, children: string }, + "modal_progress_panel_with_cancel/content/progress_loading_bars": { type: T.IMAGE, children: string }, + "modal_progress_panel_with_cancel/modal_button_panel": { type: T.PANEL, children: string }, + "progress_panel": { type: T.PANEL, children: 'progress_loading_bars' | 'title_panel' | 'button_panel' }, + "progress_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "progress_panel/title_panel": { type: T.PANEL, children: string }, + "progress_panel/button_panel": { type: T.PANEL, children: string }, + "modal_progress_screen": { type: T.SCREEN, children: string }, + "delete_progress_screen": { type: T.SCREEN, children: string }, + "realms_loading_background": { type: T.PANEL, children: 'solid_blue' }, + "realms_loading_background/solid_blue": { type: T.IMAGE, children: 'gradient' }, + "realms_loading_background/solid_blue/gradient": { type: T.IMAGE, children: string }, + "realms_stories_loading_progress_screen": { type: T.SCREEN, children: string }, + "world_loading_progress_screen": { type: T.SCREEN, children: string }, + "world_loading_screen_background": { type: T.IMAGE, children: string }, + "overworld_loading_background": { type: T.IMAGE, children: 'background_gradient' }, + "overworld_loading_background/background_gradient": { type: T.CUSTOM, children: string }, + "overworld_loading_progress_screen": { type: T.SCREEN, children: string }, + "nether_loading_background": { type: T.IMAGE, children: 'background_gradient' }, + "nether_loading_background/background_gradient": { type: T.CUSTOM, children: string }, + "nether_loading_progress_screen": { type: T.SCREEN, children: string }, + "theend_loading_background": { type: T.IMAGE, children: 'background_gradient' }, + "theend_loading_background/background_gradient": { type: T.CUSTOM, children: string }, + "theend_loading_progress_screen": { type: T.SCREEN, children: string }, + "world_saving_progress_screen": { type: T.SCREEN, children: string }, + "fetching_edu_cloud_worlds": { type: T.SCREEN, children: string }, + "edu_cloud_download_progress_screen": { type: T.SCREEN, children: string }, + "fetching_edu_servers": { type: T.SCREEN, children: string }, + "joining_edu_server": { type: T.SCREEN, children: string }, + "world_convert_modal_progress_screen": { type: T.SCREEN, children: string }, + "progress_screen": { type: T.SCREEN, children: string }, + "popup_dialog_factory": { type: T.FACTORY, children: string }, + "progress_screen_content": { type: T.PANEL, children: 'progress_content_panel' | 'popup_dialog_factory' }, + "progress_screen_content/progress_content_panel": { type: T.PANEL, children: string }, + "progress_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "progress_content_panel": { type: T.PANEL, children: 'progress_panel' | 'gamepad_helpers' }, + "progress_content_panel/progress_panel": { type: T.PANEL, children: string }, + "progress_content_panel/gamepad_helpers": { type: T.PANEL, children: string }, + "modal_screen_content": { type: T.PANEL, children: 'modal_progress_panel' }, + "modal_screen_content/modal_progress_panel": { type: T.PANEL, children: string }, + "world_modal_progress_panel": { type: T.PANEL, children: 'common_panel' | 'content_wrapper' }, + "world_modal_progress_panel/common_panel": { type: T.PANEL, children: string }, + "world_modal_progress_panel/content_wrapper": { type: T.PANEL, children: 'base_content' | 'inside_content' }, + "world_modal_progress_panel/content_wrapper/base_content": { type: T.STACK_PANEL, children: 'vertical_title_padding' | 'title_text_panel' | 'vertical_text_padding' | 'progress_text_panel' }, + "world_modal_progress_panel/content_wrapper/base_content/vertical_title_padding": { type: T.PANEL, children: string }, + "world_modal_progress_panel/content_wrapper/base_content/title_text_panel": { type: T.PANEL, children: 'progress_title_text' }, + "world_modal_progress_panel/content_wrapper/base_content/title_text_panel/progress_title_text": { type: T.LABEL, children: string }, + "world_modal_progress_panel/content_wrapper/base_content/vertical_text_padding": { type: T.PANEL, children: string }, + "world_modal_progress_panel/content_wrapper/base_content/progress_text_panel": { type: T.PANEL, children: 'progress_bar_text' }, + "world_modal_progress_panel/content_wrapper/base_content/progress_text_panel/progress_bar_text": { type: T.LABEL, children: string }, + "world_modal_progress_panel/content_wrapper/inside_content": { type: T.STACK_PANEL, children: 'loading_bar_panel' | 'vertical_padding' | 'modal_button_panel' | 'vertical_padding_2' }, + "world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel": { type: T.PANEL, children: 'fancy_progress_loading_bars' | 'progress_loading_bars' }, + "world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel/fancy_progress_loading_bars": { type: T.PANEL, children: string }, + "world_modal_progress_panel/content_wrapper/inside_content/loading_bar_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "world_modal_progress_panel/content_wrapper/inside_content/vertical_padding": { type: T.PANEL, children: string }, + "world_modal_progress_panel/content_wrapper/inside_content/modal_button_panel": { type: T.UNKNOWN, children: string }, + "world_modal_progress_panel/content_wrapper/inside_content/vertical_padding_2": { type: T.PANEL, children: string }, + "cloud_upload_panel": { type: T.PANEL, children: 'common_panel' | 'base_content' }, + "cloud_upload_panel/common_panel": { type: T.PANEL, children: string }, + "cloud_upload_panel/base_content": { type: T.PANEL, children: 'progress_title_text' | 'progress_text' | 'edu_cloud_upload_image' | 'loading_bar_panel' }, + "cloud_upload_panel/base_content/progress_title_text": { type: T.LABEL, children: string }, + "cloud_upload_panel/base_content/progress_text": { type: T.LABEL, children: string }, + "cloud_upload_panel/base_content/edu_cloud_upload_image": { type: T.STACK_PANEL, children: string }, + "cloud_upload_panel/base_content/loading_bar_panel": { type: T.PANEL, children: 'progress_loading_bars' }, + "cloud_upload_panel/base_content/loading_bar_panel/progress_loading_bars": { type: T.PANEL, children: string }, + "cloud_error_panel": { type: T.PANEL, children: 'common_panel' | 'content_wrapper' }, + "cloud_error_panel/common_panel": { type: T.PANEL, children: string }, + "cloud_error_panel/content_wrapper": { type: T.PANEL, children: 'title_wrapper' | 'error_text_tts_wrapper' | 'button_content' | 'error_button_content' }, + "cloud_error_panel/content_wrapper/title_wrapper": { type: T.PANEL, children: 'progress_title_text' }, + "cloud_error_panel/content_wrapper/title_wrapper/progress_title_text": { type: T.LABEL, children: string }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper": { type: T.PANEL, children: 'tts_border' | 'edu_cloud_error_text_wrapper' }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/tts_border": { type: T.BUTTON, children: string }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper": { type: T.STACK_PANEL, children: 'edu_cloud_error_text' | 'vertical_padding' | 'error_code' | 'vertical_padding_2' | 'cloud_support_link' }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/edu_cloud_error_text": { type: T.LABEL, children: string }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/vertical_padding": { type: T.PANEL, children: string }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/error_code": { type: T.STACK_PANEL, children: 'code_text' | 'code_number' }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/error_code/code_text": { type: T.LABEL, children: string }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/error_code/code_number": { type: T.LABEL, children: string }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/vertical_padding_2": { type: T.PANEL, children: string }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/cloud_support_link": { type: T.STACK_PANEL, children: 'cloud_support_hypertext' | 'padded_icon' }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/cloud_support_link/cloud_support_hypertext": { type: T.BUTTON, children: string }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/cloud_support_link/padded_icon": { type: T.PANEL, children: 'icon' }, + "cloud_error_panel/content_wrapper/error_text_tts_wrapper/edu_cloud_error_text_wrapper/cloud_support_link/padded_icon/icon": { type: T.IMAGE, children: string }, + "cloud_error_panel/content_wrapper/button_content": { type: T.STACK_PANEL, children: 'modal_button_panel' }, + "cloud_error_panel/content_wrapper/button_content/modal_button_panel": { type: T.UNKNOWN, children: string }, + "cloud_error_panel/content_wrapper/error_button_content": { type: T.STACK_PANEL, children: 'download_ok_button' | 'download_cancel_button' }, + "cloud_error_panel/content_wrapper/error_button_content/download_ok_button": { type: T.BUTTON, children: string }, + "cloud_error_panel/content_wrapper/error_button_content/download_cancel_button": { type: T.BUTTON, children: string }, + "cloud_fetch_panel": { type: T.PANEL, children: 'common_panel' | 'base_content' }, + "cloud_fetch_panel/common_panel": { type: T.PANEL, children: string }, + "cloud_fetch_panel/base_content": { type: T.PANEL, children: 'progress_title_text' | 'progress_text' | 'edu_cloud_fetch_image' | 'loading_bar_panel' }, + "cloud_fetch_panel/base_content/progress_title_text": { type: T.LABEL, children: string }, + "cloud_fetch_panel/base_content/progress_text": { type: T.LABEL, children: string }, + "cloud_fetch_panel/base_content/edu_cloud_fetch_image": { type: T.STACK_PANEL, children: string }, + "cloud_fetch_panel/base_content/loading_bar_panel": { type: T.PANEL, children: 'progress_loading_bars' }, + "cloud_fetch_panel/base_content/loading_bar_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "server_fetch_panel": { type: T.PANEL, children: 'common_panel' | 'base_content' }, + "server_fetch_panel/common_panel": { type: T.PANEL, children: string }, + "server_fetch_panel/base_content": { type: T.PANEL, children: 'progress_title_text' | 'progress_text' | 'edu_server_fetch_image' | 'loading_bar_panel' }, + "server_fetch_panel/base_content/progress_title_text": { type: T.LABEL, children: string }, + "server_fetch_panel/base_content/progress_text": { type: T.LABEL, children: string }, + "server_fetch_panel/base_content/edu_server_fetch_image": { type: T.STACK_PANEL, children: string }, + "server_fetch_panel/base_content/loading_bar_panel": { type: T.PANEL, children: 'progress_loading_bars' }, + "server_fetch_panel/base_content/loading_bar_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "cloud_download_panel": { type: T.PANEL, children: 'common_panel' | 'base_content' | 'loading_bar_panel' }, + "cloud_download_panel/common_panel": { type: T.PANEL, children: string }, + "cloud_download_panel/base_content": { type: T.PANEL, children: 'progress_title_text' | 'progress_bar_text' | 'edu_cloud_download_image' }, + "cloud_download_panel/base_content/progress_title_text": { type: T.LABEL, children: string }, + "cloud_download_panel/base_content/progress_bar_text": { type: T.LABEL, children: string }, + "cloud_download_panel/base_content/edu_cloud_download_image": { type: T.STACK_PANEL, children: string }, + "cloud_download_panel/loading_bar_panel": { type: T.PANEL, children: 'progress_loading_bars' }, + "cloud_download_panel/loading_bar_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "server_fetch_timeout_panel": { type: T.PANEL, children: 'common_panel' | 'base_content' }, + "server_fetch_timeout_panel/common_panel": { type: T.PANEL, children: string }, + "server_fetch_timeout_panel/base_content": { type: T.PANEL, children: 'progress_title_text' | 'progress_text' | 'edu_server_fetch_image' | 'loading_bar_panel' | 'timeout_button' }, + "server_fetch_timeout_panel/base_content/progress_title_text": { type: T.LABEL, children: string }, + "server_fetch_timeout_panel/base_content/progress_text": { type: T.LABEL, children: string }, + "server_fetch_timeout_panel/base_content/edu_server_fetch_image": { type: T.STACK_PANEL, children: string }, + "server_fetch_timeout_panel/base_content/loading_bar_panel": { type: T.PANEL, children: 'progress_loading_bars' }, + "server_fetch_timeout_panel/base_content/loading_bar_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "server_fetch_timeout_panel/base_content/timeout_button": { type: T.BUTTON, children: string }, + "world_convert_modal_progress_screen_content": { type: T.PANEL, children: 'mobile_data_icon' | 'title_panel_content' | 'world_modal_progress_panel' | 'popup_dialog_factory' }, + "world_convert_modal_progress_screen_content/mobile_data_icon": { type: T.PANEL, children: string }, + "world_convert_modal_progress_screen_content/title_panel_content": { type: T.PANEL, children: string }, + "world_convert_modal_progress_screen_content/world_modal_progress_panel": { type: T.PANEL, children: string }, + "world_convert_modal_progress_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "realms_loading_world_modal_progress_screen_content": { type: T.PANEL, children: 'mobile_data_icon' | 'realms_title_image' | 'world_modal_progress_panel' | 'popup_dialog_factory' | 'server_region_connected' }, + "realms_loading_world_modal_progress_screen_content/mobile_data_icon": { type: T.PANEL, children: string }, + "realms_loading_world_modal_progress_screen_content/realms_title_image": { type: T.IMAGE, children: string }, + "realms_loading_world_modal_progress_screen_content/world_modal_progress_panel": { type: T.PANEL, children: string }, + "realms_loading_world_modal_progress_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "realms_loading_world_modal_progress_screen_content/server_region_connected": { type: T.STACK_PANEL, children: 'server_region_connected_text' | 'padding' | 'server_region_ping_icon' }, + "realms_loading_world_modal_progress_screen_content/server_region_connected/server_region_connected_text": { type: T.LABEL, children: string }, + "realms_loading_world_modal_progress_screen_content/server_region_connected/padding": { type: T.PANEL, children: string }, + "realms_loading_world_modal_progress_screen_content/server_region_connected/server_region_ping_icon": { type: T.IMAGE, children: string }, + "world_save_modal_progress_screen_content": { type: T.PANEL, children: 'title_panel_content' | 'world_modal_progress_panel' | 'save_icon' | 'popup_dialog_factory' }, + "world_save_modal_progress_screen_content/title_panel_content": { type: T.PANEL, children: string }, + "world_save_modal_progress_screen_content/world_modal_progress_panel": { type: T.PANEL, children: string }, + "world_save_modal_progress_screen_content/save_icon": { type: T.IMAGE, children: string }, + "world_save_modal_progress_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "cloud_upload_screen_content": { type: T.PANEL, children: 'title_panel_content' | 'cloud_upload_panel' | 'cloud_upload_error_panel' | 'popup_dialog_factory' | 'cloud_conflict_resolution_popup_factory' }, + "cloud_upload_screen_content/title_panel_content": { type: T.PANEL, children: string }, + "cloud_upload_screen_content/cloud_upload_panel": { type: T.PANEL, children: string }, + "cloud_upload_screen_content/cloud_upload_error_panel": { type: T.PANEL, children: string }, + "cloud_upload_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "cloud_upload_screen_content/cloud_conflict_resolution_popup_factory": { type: T.FACTORY, children: string }, + "edu_cloud_fetch_screen_content": { type: T.PANEL, children: 'cloud_fetch_panel' | 'popup_dialog_factory' }, + "edu_cloud_fetch_screen_content/cloud_fetch_panel": { type: T.PANEL, children: string }, + "edu_cloud_fetch_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "edu_server_fetch_screen_content": { type: T.PANEL, children: 'server_fetch_panel' | 'server_fetch_timeout_panel' | 'popup_dialog_factory' }, + "edu_server_fetch_screen_content/server_fetch_panel": { type: T.PANEL, children: string }, + "edu_server_fetch_screen_content/server_fetch_timeout_panel": { type: T.PANEL, children: string }, + "edu_server_fetch_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "joining_edu_server_progress_screen_content": { type: T.PANEL, children: 'title_panel_content' | 'world_modal_progress_panel' | 'popup_dialog_factory' }, + "joining_edu_server_progress_screen_content/title_panel_content": { type: T.PANEL, children: string }, + "joining_edu_server_progress_screen_content/world_modal_progress_panel": { type: T.PANEL, children: string }, + "joining_edu_server_progress_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "cloud_download_screen_content": { type: T.PANEL, children: 'background' | 'cloud_download_panel' | 'cloud_download_error_panel' | 'popup_dialog_factory' }, + "cloud_download_screen_content/background": { type: T.IMAGE, children: string }, + "cloud_download_screen_content/cloud_download_panel": { type: T.PANEL, children: string }, + "cloud_download_screen_content/cloud_download_error_panel": { type: T.PANEL, children: string }, + "cloud_download_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "auto_save": { type: T.IMAGE, children: string }, + "mobile_data_ios_icon": { type: T.IMAGE, children: string }, + "mobile_data_android_icon": { type: T.IMAGE, children: string }, + "mobile_data_icon_text": { type: T.LABEL, children: string }, + "mobile_data_icon": { type: T.PANEL, children: 'icon_android' | 'icon_ios' | 'text' }, + "mobile_data_icon/icon_android": { type: T.IMAGE, children: string }, + "mobile_data_icon/icon_ios": { type: T.IMAGE, children: string }, + "mobile_data_icon/text": { type: T.LABEL, children: string }, +} + +export type RatingPromptType = { + "padding_horizontal": { type: T.PANEL, children: string }, + "padding_vertical": { type: T.PANEL, children: string }, + "rating_prompt_yes_label": { type: T.PANEL, children: 'button_label' }, + "rating_prompt_yes_label/button_label": { type: T.LABEL, children: string }, + "rating_prompt_no_label": { type: T.PANEL, children: 'button_label' }, + "rating_prompt_no_label/button_label": { type: T.LABEL, children: string }, + "rating_prompt_yes_button": { type: T.BUTTON, children: string }, + "rating_prompt_no_button": { type: T.BUTTON, children: string }, + "dialog_image": { type: T.IMAGE, children: string }, + "dialog_image_with_border": { type: T.IMAGE, children: 'dialog_image' }, + "dialog_image_with_border/dialog_image": { type: T.IMAGE, children: string }, + "button_panel": { type: T.STACK_PANEL, children: 'padding_3' | 'yes_button' | 'no_button' }, + "button_panel/padding_3": { type: T.PANEL, children: string }, + "button_panel/yes_button": { type: T.BUTTON, children: string }, + "button_panel/no_button": { type: T.BUTTON, children: string }, + "image_panel": { type: T.STACK_PANEL, children: 'padding_2' | 'dialog_image_with_border' }, + "image_panel/padding_2": { type: T.PANEL, children: string }, + "image_panel/dialog_image_with_border": { type: T.IMAGE, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'image_panel' | 'padding_1' | 'button_panel' }, + "main_panel/padding_0": { type: T.PANEL, children: string }, + "main_panel/image_panel": { type: T.STACK_PANEL, children: string }, + "main_panel/padding_1": { type: T.PANEL, children: string }, + "main_panel/button_panel": { type: T.STACK_PANEL, children: string }, + "rating_prompt_screen": { type: T.SCREEN, children: string }, + "rating_prompt_screen_content": { type: T.PANEL, children: string }, +} + +export type RealmsCommonType = { + "pending_invites_icon": { type: T.IMAGE, children: string }, + "dark_banner": { type: T.IMAGE, children: string }, + "dark_banner_hover": { type: T.IMAGE, children: string }, + "legacy_banner": { type: T.IMAGE, children: string }, + "main_banner": { type: T.IMAGE, children: string }, + "hollow_banner": { type: T.IMAGE, children: string }, + "popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog__play_on_realm": { type: T.INPUT_PANEL, children: 'play_on_realm_popup_background' | 'gamepad_helpers' | 'play_on_realm_popup_content' }, + "popup_dialog__play_on_realm/play_on_realm_popup_background": { type: T.IMAGE, children: string }, + "popup_dialog__play_on_realm/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "popup_dialog__play_on_realm/play_on_realm_popup_content": { type: T.PANEL, children: string }, + "play_on_realm_popup_background": { type: T.IMAGE, children: string }, + "play_on_realm_popup_content": { type: T.PANEL, children: 'popup_dialog_bg' | 'play_on_realm_popup_dialog_header' | 'play_on_realm_popup_dialog_upper_body' | 'play_on_realm_popup_dialog_lower_body' }, + "play_on_realm_popup_content/popup_dialog_bg": { type: T.IMAGE, children: string }, + "play_on_realm_popup_content/play_on_realm_popup_dialog_header": { type: T.PANEL, children: string }, + "play_on_realm_popup_content/play_on_realm_popup_dialog_upper_body": { type: T.PANEL, children: string }, + "play_on_realm_popup_content/play_on_realm_popup_dialog_lower_body": { type: T.PANEL, children: string }, + "play_on_realm_popup_dialog_header": { type: T.PANEL, children: 'play_on_realm_popup_dialog_header_text' | 'close_button' }, + "play_on_realm_popup_dialog_header/play_on_realm_popup_dialog_header_text": { type: T.LABEL, children: string }, + "play_on_realm_popup_dialog_header/close_button": { type: T.BUTTON, children: string }, + "play_on_realm_popup_dialog_header_text": { type: T.LABEL, children: string }, + "play_on_realm_popup_dialog_upper_body": { type: T.PANEL, children: 'play_on_realm_banner' | 'play_on_realm_panel' | 'background_panel' }, + "play_on_realm_popup_dialog_upper_body/play_on_realm_banner": { type: T.IMAGE, children: string }, + "play_on_realm_popup_dialog_upper_body/play_on_realm_panel": { type: T.PANEL, children: string }, + "play_on_realm_popup_dialog_upper_body/background_panel": { type: T.PANEL, children: 'black_background' }, + "play_on_realm_popup_dialog_upper_body/background_panel/black_background": { type: T.IMAGE, children: string }, + "play_on_realm_panel": { type: T.PANEL, children: 'play_on_realm_content_panel' }, + "play_on_realm_panel/play_on_realm_content_panel": { type: T.STACK_PANEL, children: 'play_image_panel' | 'play_text_panel' }, + "play_on_realm_panel/play_on_realm_content_panel/play_image_panel": { type: T.STACK_PANEL, children: 'spacing_gap_image' | 'realms_image' }, + "play_on_realm_panel/play_on_realm_content_panel/play_image_panel/spacing_gap_image": { type: T.PANEL, children: string }, + "play_on_realm_panel/play_on_realm_content_panel/play_image_panel/realms_image": { type: T.IMAGE, children: string }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel": { type: T.STACK_PANEL, children: 'spacing_gap_text_1' | 'play_on_realm_text_1' | 'spacing_gap_text_2' | 'play_on_realm_text_2' }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel/spacing_gap_text_1": { type: T.PANEL, children: string }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel/play_on_realm_text_1": { type: T.LABEL, children: string }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel/spacing_gap_text_2": { type: T.PANEL, children: string }, + "play_on_realm_panel/play_on_realm_content_panel/play_text_panel/play_on_realm_text_2": { type: T.LABEL, children: string }, + "play_on_realm_popup_dialog_lower_body": { type: T.PANEL, children: 'button_panel' }, + "play_on_realm_popup_dialog_lower_body/button_panel": { type: T.STACK_PANEL, children: 'play_with_friends_button' | 'spacing_gap1' | 'play_solo_button' | 'spacing_gap2' | 'go_back_button' }, + "play_on_realm_popup_dialog_lower_body/button_panel/play_with_friends_button": { type: T.BUTTON, children: string }, + "play_on_realm_popup_dialog_lower_body/button_panel/spacing_gap1": { type: T.PANEL, children: string }, + "play_on_realm_popup_dialog_lower_body/button_panel/play_solo_button": { type: T.BUTTON, children: string }, + "play_on_realm_popup_dialog_lower_body/button_panel/spacing_gap2": { type: T.PANEL, children: string }, + "play_on_realm_popup_dialog_lower_body/button_panel/go_back_button": { type: T.BUTTON, children: string }, +} + +export type RealmsCreateType = { + "title_label": { type: T.LABEL, children: string }, + "label": { type: T.LABEL, children: string }, + "enter_name_panel": { type: T.PANEL, children: 'name_label_0' | 'name_edit' }, + "enter_name_panel/name_label_0": { type: T.LABEL, children: string }, + "enter_name_panel/name_edit": { type: T.EDIT_BOX, children: string }, + "selected_option_checkbox": { type: T.IMAGE, children: string }, + "selected_option_checkbox_empty": { type: T.IMAGE, children: string }, + "selected_option_checkbox_filled": { type: T.IMAGE, children: string }, + "checkbox_panel": { type: T.PANEL, children: 'selected_option_checkbox_empty' | 'selected_option_checkbox_filled' | 'button_label' }, + "checkbox_panel/selected_option_checkbox_empty": { type: T.IMAGE, children: string }, + "checkbox_panel/selected_option_checkbox_filled": { type: T.IMAGE, children: string }, + "checkbox_panel/button_label": { type: T.LABEL, children: string }, + "realms_option_button": { type: T.BUTTON, children: string }, + "choose_duration_panel": { type: T.PANEL, children: 'name_label' | 'choose_duration_stack_panel' }, + "choose_duration_panel/name_label": { type: T.LABEL, children: string }, + "choose_duration_panel/choose_duration_stack_panel": { type: T.INPUT_PANEL, children: 'short' | 'long' }, + "choose_duration_panel/choose_duration_stack_panel/short": { type: T.BUTTON, children: string }, + "choose_duration_panel/choose_duration_stack_panel/long": { type: T.BUTTON, children: string }, + "choose_tier_panel": { type: T.PANEL, children: 'name_label' | 'choose_tier_stack_panel' }, + "choose_tier_panel/name_label": { type: T.LABEL, children: string }, + "choose_tier_panel/choose_tier_stack_panel": { type: T.INPUT_PANEL, children: 'player_count_2' }, + "choose_tier_panel/choose_tier_stack_panel/player_count_2": { type: T.BUTTON, children: string }, + "view_terms_button": { type: T.BUTTON, children: string }, + "privacy_policy_button": { type: T.BUTTON, children: string }, + "terms_and_conditions_panel": { type: T.PANEL, children: 'name_label' | 'terms_string_panel' }, + "terms_and_conditions_panel/name_label": { type: T.LABEL, children: string }, + "terms_and_conditions_panel/terms_string_panel": { type: T.PANEL, children: 'banner_fill' | 'buttons_stack_panel' }, + "terms_and_conditions_panel/terms_string_panel/banner_fill": { type: T.IMAGE, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel": { type: T.STACK_PANEL, children: 'agree_panel' | 'view_terms_button' | 'privacy_policy_button' }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel": { type: T.PANEL, children: 'checkbox_control' }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel/checkbox_control": { type: T.TOGGLE, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/view_terms_button": { type: T.BUTTON, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/privacy_policy_button": { type: T.BUTTON, children: string }, + "confirmation_panel": { type: T.PANEL, children: 'create_realms_button' }, + "confirmation_panel/create_realms_button": { type: T.BUTTON, children: string }, + "create_realms_stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'create_realms_text_panel' }, + "create_realms_stack_panel/padding_0": { type: T.PANEL, children: string }, + "create_realms_stack_panel/create_realms_text_panel": { type: T.PANEL, children: string }, + "create_realms_text_panel": { type: T.PANEL, children: 'create' }, + "create_realms_text_panel/create": { type: T.LABEL, children: string }, + "stack_item": { type: T.PANEL, children: string }, + "scroll_stack_panel": { type: T.STACK_PANEL, children: 'name' | 'padding_0' | 'duration' | 'tier' | 'toc' | 'padding_1' | 'realms_terms_info' | 'realms_switch_nso_info' }, + "scroll_stack_panel/name": { type: T.PANEL, children: 'enter_name_panel' }, + "scroll_stack_panel/name/enter_name_panel": { type: T.PANEL, children: string }, + "scroll_stack_panel/padding_0": { type: T.PANEL, children: string }, + "scroll_stack_panel/duration": { type: T.PANEL, children: 'choose_duration_panel' }, + "scroll_stack_panel/duration/choose_duration_panel": { type: T.PANEL, children: string }, + "scroll_stack_panel/tier": { type: T.PANEL, children: 'choose_tier_panel' }, + "scroll_stack_panel/tier/choose_tier_panel": { type: T.PANEL, children: string }, + "scroll_stack_panel/toc": { type: T.PANEL, children: 'terms_and_conditions_panel' }, + "scroll_stack_panel/toc/terms_and_conditions_panel": { type: T.PANEL, children: string }, + "scroll_stack_panel/padding_1": { type: T.PANEL, children: string }, + "scroll_stack_panel/realms_terms_info": { type: T.IMAGE, children: 'label_panel' }, + "scroll_stack_panel/realms_terms_info/label_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'text_description_wrapper' | 'text_description_wrapper_extra' | 'padding_2' }, + "scroll_stack_panel/realms_terms_info/label_panel/padding_1": { type: T.PANEL, children: string }, + "scroll_stack_panel/realms_terms_info/label_panel/text_description_wrapper": { type: T.PANEL, children: string }, + "scroll_stack_panel/realms_terms_info/label_panel/text_description_wrapper_extra": { type: T.PANEL, children: string }, + "scroll_stack_panel/realms_terms_info/label_panel/padding_2": { type: T.PANEL, children: string }, + "scroll_stack_panel/realms_switch_nso_info": { type: T.PANEL, children: string }, + "terms_section": { type: T.PANEL, children: 'terms_section_label' }, + "terms_section/terms_section_label": { type: T.LABEL, children: string }, + "terms_section_extra": { type: T.PANEL, children: 'terms_section_label' }, + "terms_section_extra/terms_section_label": { type: T.LABEL, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'scrolling_panel' | 'padding_0' | 'confirmation_panel' | 'padding_1' }, + "main_panel/scrolling_panel": { type: T.PANEL, children: string }, + "main_panel/padding_0": { type: T.PANEL, children: string }, + "main_panel/confirmation_panel": { type: T.PANEL, children: string }, + "main_panel/padding_1": { type: T.PANEL, children: string }, + "content": { type: T.PANEL, children: 'main_panel' }, + "content/main_panel": { type: T.STACK_PANEL, children: string }, + "realms_create_screen": { type: T.SCREEN, children: string }, + "realms_create_content_and_factory": { type: T.PANEL, children: 'realms_create_content' | 'popup_dialog_factory' }, + "realms_create_content_and_factory/realms_create_content": { type: T.PANEL, children: string }, + "realms_create_content_and_factory/popup_dialog_factory": { type: T.FACTORY, children: string }, +} + +export type RealmsPendingInvitationsType = { + "panel_text": { type: T.LABEL, children: string }, + "banner_panel_base": { type: T.PANEL, children: 'background' | 'indent_panel' }, + "banner_panel_base/background": { type: T.UNKNOWN, children: string }, + "banner_panel_base/indent_panel": { type: T.PANEL, children: 'content' }, + "banner_panel_base/indent_panel/content": { type: T.UNKNOWN, children: string }, + "banner_panel": { type: T.PANEL, children: string }, + "banner_panel_hover": { type: T.PANEL, children: string }, + "realm_invite_button": { type: T.BUTTON, children: string }, + "realm_name_label": { type: T.LABEL, children: string }, + "realm_inviter_label": { type: T.LABEL, children: string }, + "tts_gamertag_item_info_wrapper": { type: T.PANEL, children: string }, + "gamertag_item_info": { type: T.PANEL, children: 'rnl' | 'rol' }, + "gamertag_item_info/rnl": { type: T.LABEL, children: string }, + "gamertag_item_info/rol": { type: T.LABEL, children: string }, + "accept_button_content": { type: T.IMAGE, children: string }, + "decline_button_content": { type: T.IMAGE, children: string }, + "realm_accept_button": { type: T.BUTTON, children: string }, + "realm_decline_button": { type: T.BUTTON, children: string }, + "realm_accepted_panel": { type: T.LABEL, children: string }, + "gamertag_item_content": { type: T.PANEL, children: 'lb' | 'a' | 'd' | 'ap' }, + "gamertag_item_content/lb": { type: T.PANEL, children: string }, + "gamertag_item_content/a": { type: T.BUTTON, children: string }, + "gamertag_item_content/d": { type: T.BUTTON, children: string }, + "gamertag_item_content/ap": { type: T.LABEL, children: string }, + "gamertag_item": { type: T.PANEL, children: string }, + "gamertag_item_grid": { type: T.GRID, children: string }, + "show_friends_only_toggle_state_content": { type: T.STACK_PANEL, children: 'checkbox_holding_panel' | 'hide_invites_text_panel' }, + "show_friends_only_toggle_state_content/checkbox_holding_panel": { type: T.PANEL, children: 'hide_invites' }, + "show_friends_only_toggle_state_content/checkbox_holding_panel/hide_invites": { type: T.UNKNOWN, children: string }, + "show_friends_only_toggle_state_content/hide_invites_text_panel": { type: T.PANEL, children: 'hide_invites_text' }, + "show_friends_only_toggle_state_content/hide_invites_text_panel/hide_invites_text": { type: T.LABEL, children: string }, + "show_friends_only_toggle_on_state_content": { type: T.STACK_PANEL, children: string }, + "show_friends_only_toggle_on_state": { type: T.PANEL, children: string }, + "show_friends_only_toggle_off_state_content": { type: T.STACK_PANEL, children: string }, + "show_friends_only_toggle_off_state": { type: T.PANEL, children: string }, + "show_friends_only_toggle_on_hover_state_content": { type: T.STACK_PANEL, children: string }, + "show_friends_only_toggle_on_hover_state": { type: T.PANEL, children: string }, + "show_friends_only_toggle_off_hover_state_content": { type: T.STACK_PANEL, children: string }, + "show_friends_only_toggle_off_hover_state": { type: T.PANEL, children: string }, + "show_friends_only_toggle_on_locked_state_content": { type: T.STACK_PANEL, children: string }, + "show_friends_only_toggle_on_locked_state": { type: T.PANEL, children: string }, + "show_friends_only_toggle_off_locked_state_content": { type: T.STACK_PANEL, children: string }, + "show_friends_only_toggle_off_locked_state": { type: T.PANEL, children: string }, + "show_friends_only_toggle": { type: T.TOGGLE, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'a' | 'b' }, + "gamepad_helpers/a": { type: T.STACK_PANEL, children: string }, + "gamepad_helpers/b": { type: T.STACK_PANEL, children: string }, + "no_invites_label_wrapper": { type: T.PANEL, children: string }, + "no_invites_label": { type: T.PANEL, children: 'label' }, + "no_invites_label/label": { type: T.LABEL, children: string }, + "realms_pending_invitation_list": { type: T.STACK_PANEL, children: 'upper_padding' | 'sfop' | 'gig' | 'lower_padding' | 'nil' }, + "realms_pending_invitation_list/upper_padding": { type: T.PANEL, children: string }, + "realms_pending_invitation_list/sfop": { type: T.TOGGLE, children: string }, + "realms_pending_invitation_list/gig": { type: T.GRID, children: string }, + "realms_pending_invitation_list/lower_padding": { type: T.PANEL, children: string }, + "realms_pending_invitation_list/nil": { type: T.PANEL, children: string }, + "content_panel": { type: T.PANEL, children: string }, + "realms_pending_invitations_screen": { type: T.SCREEN, children: string }, + "realms_invitation_screen_content": { type: T.PANEL, children: 'root_panel' }, + "realms_invitation_screen_content/root_panel": { type: T.INPUT_PANEL, children: 'main_panel' | 'sgh' }, + "realms_invitation_screen_content/root_panel/main_panel": { type: T.PANEL, children: string }, + "realms_invitation_screen_content/root_panel/sgh": { type: T.PANEL, children: string }, +} + +export type RealmsSlotsType = { + "vertical_padding": { type: T.PANEL, children: string }, + "horizontal_padding": { type: T.PANEL, children: string }, + "horizontal_padding_sibling_height": { type: T.PANEL, children: string }, + "realms_background": { type: T.PANEL, children: 'gradient' | 'particle_1' | 'particle_2' }, + "realms_background/gradient": { type: T.IMAGE, children: string }, + "realms_background/particle_1": { type: T.IMAGE, children: string }, + "realms_background/particle_2": { type: T.IMAGE, children: string }, + "plus": { type: T.IMAGE, children: string }, + "check": { type: T.IMAGE, children: string }, + "world_thumbnail": { type: T.IMAGE, children: string }, + "realms_stories_icon_glyph": { type: T.IMAGE, children: 'realms_stories_icon' }, + "realms_stories_icon_glyph/realms_stories_icon": { type: T.IMAGE, children: string }, + "play_button": { type: T.BUTTON, children: string }, + "edit_realm_button": { type: T.BUTTON, children: string }, + "realms_feed_button": { type: T.BUTTON, children: string }, + "unread_story_count_text": { type: T.LABEL, children: string }, + "unread_story_count_text_background": { type: T.IMAGE, children: string }, + "unread_story_count_panel": { type: T.PANEL, children: 'text' }, + "unread_story_count_panel/text": { type: T.LABEL, children: 'background' }, + "unread_story_count_panel/text/background": { type: T.IMAGE, children: string }, + "edit_world_button_panel": { type: T.STACK_PANEL, children: 'edit_world_button' | 'padding' | 'activate_world_button' }, + "edit_world_button_panel/edit_world_button": { type: T.BUTTON, children: string }, + "edit_world_button_panel/padding": { type: T.PANEL, children: string }, + "edit_world_button_panel/activate_world_button": { type: T.BUTTON, children: string }, + "world_slot_button": { type: T.BUTTON, children: string }, + "world_slot_button_content": { type: T.STACK_PANEL, children: 'world_slot_top' | 'world_slot_bottom' }, + "world_slot_button_content/world_slot_top": { type: T.PANEL, children: 'background' | 'add_world_image_panel' | 'world_thumbnail_image_panel' | 'edit_world_button_panel' | 'foreground' | 'check_image' }, + "world_slot_button_content/world_slot_top/background": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_top/add_world_image_panel": { type: T.PANEL, children: 'plus_image' }, + "world_slot_button_content/world_slot_top/add_world_image_panel/plus_image": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_top/world_thumbnail_image_panel": { type: T.PANEL, children: 'world_thumbnail' }, + "world_slot_button_content/world_slot_top/world_thumbnail_image_panel/world_thumbnail": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_top/edit_world_button_panel": { type: T.STACK_PANEL, children: string }, + "world_slot_button_content/world_slot_top/foreground": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_top/check_image": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_bottom": { type: T.PANEL, children: 'divider_line_black' | 'divider_line_white' | 'add_world_text_panel' | 'world_info_panel' }, + "world_slot_button_content/world_slot_bottom/divider_line_black": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_bottom/divider_line_white": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_bottom/add_world_text_panel": { type: T.PANEL, children: 'background_grey' | 'background_green' | 'add_world_text' }, + "world_slot_button_content/world_slot_bottom/add_world_text_panel/background_grey": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_bottom/add_world_text_panel/background_green": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_bottom/add_world_text_panel/add_world_text": { type: T.LABEL, children: string }, + "world_slot_button_content/world_slot_bottom/world_info_panel": { type: T.PANEL, children: 'background' | 'background_green' | 'world_info_stack_panel' }, + "world_slot_button_content/world_slot_bottom/world_info_panel/background": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_bottom/world_info_panel/background_green": { type: T.IMAGE, children: string }, + "world_slot_button_content/world_slot_bottom/world_info_panel/world_info_stack_panel": { type: T.STACK_PANEL, children: string }, + "world_info_stack_panel": { type: T.STACK_PANEL, children: 'world_name_panel' | 'world_type_panel' | 'bottom_padding' }, + "world_info_stack_panel/world_name_panel": { type: T.PANEL, children: 'world_name' }, + "world_info_stack_panel/world_name_panel/world_name": { type: T.LABEL, children: string }, + "world_info_stack_panel/world_type_panel": { type: T.PANEL, children: 'world_type' }, + "world_info_stack_panel/world_type_panel/world_type": { type: T.LABEL, children: string }, + "world_info_stack_panel/bottom_padding": { type: T.PANEL, children: string }, + "main_stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'button_panel' | 'padding_1' | 'text_panel_0' | 'padding_2' | 'worlds_panel' | 'padding_3' | 'text_panel_1' }, + "main_stack_panel/padding_0": { type: T.PANEL, children: string }, + "main_stack_panel/button_panel": { type: T.STACK_PANEL, children: 'play_button' | 'left_padding' | 'edit_realm_button' | 'right_padding' | 'feed_panel_with_unread_count' }, + "main_stack_panel/button_panel/play_button": { type: T.BUTTON, children: string }, + "main_stack_panel/button_panel/left_padding": { type: T.PANEL, children: string }, + "main_stack_panel/button_panel/edit_realm_button": { type: T.BUTTON, children: string }, + "main_stack_panel/button_panel/right_padding": { type: T.PANEL, children: string }, + "main_stack_panel/button_panel/feed_panel_with_unread_count": { type: T.PANEL, children: 'feed_panel' | 'unread_story_count' }, + "main_stack_panel/button_panel/feed_panel_with_unread_count/feed_panel": { type: T.PANEL, children: 'realms_feed_button' }, + "main_stack_panel/button_panel/feed_panel_with_unread_count/feed_panel/realms_feed_button": { type: T.BUTTON, children: string }, + "main_stack_panel/button_panel/feed_panel_with_unread_count/unread_story_count": { type: T.PANEL, children: string }, + "main_stack_panel/padding_1": { type: T.PANEL, children: string }, + "main_stack_panel/text_panel_0": { type: T.PANEL, children: 'text' }, + "main_stack_panel/text_panel_0/text": { type: T.LABEL, children: string }, + "main_stack_panel/padding_2": { type: T.PANEL, children: string }, + "main_stack_panel/worlds_panel": { type: T.STACK_PANEL, children: 'world_slot_1' | 'padding_0' | 'world_slot_2' | 'padding_1' | 'world_slot_3' }, + "main_stack_panel/worlds_panel/world_slot_1": { type: T.BUTTON, children: string }, + "main_stack_panel/worlds_panel/padding_0": { type: T.PANEL, children: string }, + "main_stack_panel/worlds_panel/world_slot_2": { type: T.BUTTON, children: string }, + "main_stack_panel/worlds_panel/padding_1": { type: T.PANEL, children: string }, + "main_stack_panel/worlds_panel/world_slot_3": { type: T.BUTTON, children: string }, + "main_stack_panel/padding_3": { type: T.PANEL, children: string }, + "main_stack_panel/text_panel_1": { type: T.PANEL, children: 'text' }, + "main_stack_panel/text_panel_1/text": { type: T.LABEL, children: string }, + "realms_slots_screen": { type: T.SCREEN, children: string }, + "realms_slots_screen_content": { type: T.PANEL, children: 'background' }, + "realms_slots_screen_content/background": { type: T.STACK_PANEL, children: string }, + "realms_slots_screen_content_panel": { type: T.PANEL, children: 'main_scroll_panel' }, + "realms_slots_screen_content_panel/main_scroll_panel": { type: T.PANEL, children: string }, +} + +export type RealmsSettingsType = { + "settings_screen": { type: T.SCREEN, children: string }, + "generic_section": { type: T.STACK_PANEL, children: string }, + "generic_section_wrapper": { type: T.PANEL, children: 'generic_section' }, + "generic_section_wrapper/generic_section": { type: T.STACK_PANEL, children: string }, + "checkbox_image": { type: T.IMAGE, children: string }, + "checkbox_unchecked_state": { type: T.IMAGE, children: string }, + "checkbox_checked_state": { type: T.IMAGE, children: string }, + "checkbox_unchecked_hover_state": { type: T.IMAGE, children: string }, + "checkbox_checked_hover_state": { type: T.IMAGE, children: string }, + "checkbox_unchecked_locked_state": { type: T.IMAGE, children: string }, + "checkbox_checked_locked_state": { type: T.IMAGE, children: string }, + "player_count_label": { type: T.PANEL, children: string }, + "realm_duration_label": { type: T.PANEL, children: string }, + "realm_subscription_origin_label": { type: T.IMAGE, children: string }, + "realm_consumable_to_subscription_info_label": { type: T.PANEL, children: string }, + "manage_subscriptions_button": { type: T.BUTTON, children: string }, + "delete_realm_button": { type: T.BUTTON, children: string }, + "open_realm_button": { type: T.BUTTON, children: string }, + "close_realm_button": { type: T.BUTTON, children: string }, + "subscriptions_section": { type: T.PANEL, children: 'loading_view' | 'loading_failed_view' | 'loaded_view' }, + "subscriptions_section/loading_view": { type: T.LABEL, children: string }, + "subscriptions_section/loading_failed_view": { type: T.LABEL, children: string }, + "subscriptions_section/loaded_view": { type: T.STACK_PANEL, children: 'player_count_label' | 'realm_duration_label' | 'possible_store_mismatch' | 'realm_subscription_origin_label' | 'realm_consumable_to_subscription_info_label' | '_0' | 'delete_realm_button' | 'open_realm_button' | 'close_realm_button' | '_1' | 'manage_subscriptions_button' }, + "subscriptions_section/loaded_view/player_count_label": { type: T.PANEL, children: string }, + "subscriptions_section/loaded_view/realm_duration_label": { type: T.PANEL, children: string }, + "subscriptions_section/loaded_view/possible_store_mismatch": { type: T.PANEL, children: string }, + "subscriptions_section/loaded_view/realm_subscription_origin_label": { type: T.IMAGE, children: string }, + "subscriptions_section/loaded_view/realm_consumable_to_subscription_info_label": { type: T.PANEL, children: string }, + "subscriptions_section/loaded_view/_0": { type: T.PANEL, children: string }, + "subscriptions_section/loaded_view/delete_realm_button": { type: T.BUTTON, children: string }, + "subscriptions_section/loaded_view/open_realm_button": { type: T.BUTTON, children: string }, + "subscriptions_section/loaded_view/close_realm_button": { type: T.BUTTON, children: string }, + "subscriptions_section/loaded_view/_1": { type: T.PANEL, children: string }, + "subscriptions_section/loaded_view/manage_subscriptions_button": { type: T.BUTTON, children: string }, + "invite_link_item_content": { type: T.STACK_PANEL, children: 'invite_link_item_name_and_expiry_text' | 'invite_link_item_state_text' | 'spacing_gap' }, + "invite_link_item_content/invite_link_item_name_and_expiry_text": { type: T.STACK_PANEL, children: 'name_text' | 'spacing_gap' | 'expiry_text' }, + "invite_link_item_content/invite_link_item_name_and_expiry_text/name_text": { type: T.LABEL, children: string }, + "invite_link_item_content/invite_link_item_name_and_expiry_text/spacing_gap": { type: T.PANEL, children: string }, + "invite_link_item_content/invite_link_item_name_and_expiry_text/expiry_text": { type: T.LABEL, children: string }, + "invite_link_item_content/invite_link_item_state_text": { type: T.PANEL, children: 'state_text' }, + "invite_link_item_content/invite_link_item_state_text/state_text": { type: T.LABEL, children: string }, + "invite_link_item_content/spacing_gap": { type: T.PANEL, children: string }, + "invite_link_item_template": { type: T.PANEL, children: 'invite_link_item_button' }, + "invite_link_item_template/invite_link_item_button": { type: T.BUTTON, children: string }, + "invite_links_section": { type: T.PANEL, children: 'loading_view' | 'loading_failed_view' | 'loaded_view' }, + "invite_links_section/loading_view": { type: T.LABEL, children: string }, + "invite_links_section/loading_failed_view": { type: T.LABEL, children: string }, + "invite_links_section/loaded_view": { type: T.STACK_PANEL, children: 'spacing_gap_0' | 'invite_links_info' | 'invite_links_grid' | 'spacing_gap_1' | 'add_invite_link_button' }, + "invite_links_section/loaded_view/spacing_gap_0": { type: T.PANEL, children: string }, + "invite_links_section/loaded_view/invite_links_info": { type: T.PANEL, children: string }, + "invite_links_section/loaded_view/invite_links_grid": { type: T.STACK_PANEL, children: string }, + "invite_links_section/loaded_view/spacing_gap_1": { type: T.PANEL, children: string }, + "invite_links_section/loaded_view/add_invite_link_button": { type: T.BUTTON, children: string }, + "advanced_section": { type: T.PANEL, children: 'loading_view' | 'loading_failed_view' | 'loaded_view' }, + "advanced_section/loading_view": { type: T.LABEL, children: string }, + "advanced_section/loading_failed_view": { type: T.LABEL, children: string }, + "advanced_section/loaded_view": { type: T.STACK_PANEL, children: 'spacing_gap_0' | 'server_preference' | 'set_region_content' | 'changes_not_applied_panel' | 'spacing_gap_1' | 'region_help_button' }, + "advanced_section/loaded_view/spacing_gap_0": { type: T.PANEL, children: string }, + "advanced_section/loaded_view/server_preference": { type: T.PANEL, children: string }, + "advanced_section/loaded_view/set_region_content": { type: T.PANEL, children: string }, + "advanced_section/loaded_view/changes_not_applied_panel": { type: T.STACK_PANEL, children: 'changes_not_applied_label' }, + "advanced_section/loaded_view/changes_not_applied_panel/changes_not_applied_label": { type: T.LABEL, children: string }, + "advanced_section/loaded_view/spacing_gap_1": { type: T.PANEL, children: string }, + "advanced_section/loaded_view/region_help_button": { type: T.BUTTON, children: string }, + "set_region_dropdown": { type: T.PANEL, children: string }, + "region_dropdown_content": { type: T.PANEL, children: string }, + "region_dropdown_radio": { type: T.PANEL, children: string }, + "region_help_button_content": { type: T.STACK_PANEL, children: 'external_link_icon' | 'spacing_gap_1' | 'help_text' }, + "region_help_button_content/external_link_icon": { type: T.IMAGE, children: string }, + "region_help_button_content/spacing_gap_1": { type: T.PANEL, children: string }, + "region_help_button_content/help_text": { type: T.LABEL, children: string }, + "tts_focus_border": { type: T.BUTTON, children: string }, + "saves_section": { type: T.STACK_PANEL, children: 'padding_saves_section_top' | 'loaded_view' | 'loading_indicator' | 'loading_failed_panel' }, + "saves_section/padding_saves_section_top": { type: T.PANEL, children: string }, + "saves_section/loaded_view": { type: T.STACK_PANEL, children: 'storage_bar_header_panel' | 'padding3' | 'save_active_world_button' | 'padding4' | 'active_world_info' | 'padding5' | 'storage_warning' | 'padding6' | 'save_list_container' | 'padding_loaded_view_bottom' | 'restore_info' | 'saves_help_panel' }, + "saves_section/loaded_view/storage_bar_header_panel": { type: T.PANEL, children: 'storage_bar_with_header' | 'focus_border' }, + "saves_section/loaded_view/storage_bar_header_panel/storage_bar_with_header": { type: T.STACK_PANEL, children: string }, + "saves_section/loaded_view/storage_bar_header_panel/focus_border": { type: T.BUTTON, children: string }, + "saves_section/loaded_view/padding3": { type: T.PANEL, children: string }, + "saves_section/loaded_view/save_active_world_button": { type: T.BUTTON, children: string }, + "saves_section/loaded_view/padding4": { type: T.PANEL, children: string }, + "saves_section/loaded_view/active_world_info": { type: T.PANEL, children: string }, + "saves_section/loaded_view/padding5": { type: T.PANEL, children: string }, + "saves_section/loaded_view/storage_warning": { type: T.PANEL, children: 'warning_text_panel' | 'focus_border' }, + "saves_section/loaded_view/storage_warning/warning_text_panel": { type: T.STACK_PANEL, children: string }, + "saves_section/loaded_view/storage_warning/focus_border": { type: T.BUTTON, children: string }, + "saves_section/loaded_view/padding6": { type: T.PANEL, children: string }, + "saves_section/loaded_view/save_list_container": { type: T.PANEL, children: 'tab_buttons' | 'tab_content_panel' }, + "saves_section/loaded_view/save_list_container/tab_buttons": { type: T.STACK_PANEL, children: string }, + "saves_section/loaded_view/save_list_container/tab_content_panel": { type: T.IMAGE, children: string }, + "saves_section/loaded_view/padding_loaded_view_bottom": { type: T.PANEL, children: string }, + "saves_section/loaded_view/restore_info": { type: T.PANEL, children: string }, + "saves_section/loaded_view/saves_help_panel": { type: T.STACK_PANEL, children: string }, + "saves_section/loading_indicator": { type: T.STACK_PANEL, children: 'restore_info' | 'loading_text_panel' | 'loading_bars' }, + "saves_section/loading_indicator/restore_info": { type: T.PANEL, children: string }, + "saves_section/loading_indicator/loading_text_panel": { type: T.PANEL, children: 'loading_text' | 'loading_text_padding' }, + "saves_section/loading_indicator/loading_text_panel/loading_text": { type: T.LABEL, children: string }, + "saves_section/loading_indicator/loading_text_panel/loading_text_padding": { type: T.PANEL, children: string }, + "saves_section/loading_indicator/loading_bars": { type: T.PANEL, children: 'progress_loading_bars' }, + "saves_section/loading_indicator/loading_bars/progress_loading_bars": { type: T.IMAGE, children: string }, + "saves_section/loading_failed_panel": { type: T.STACK_PANEL, children: 'restore_info' | 'saves_help_panel' | 'loading_failed_message' }, + "saves_section/loading_failed_panel/restore_info": { type: T.PANEL, children: string }, + "saves_section/loading_failed_panel/saves_help_panel": { type: T.STACK_PANEL, children: string }, + "saves_section/loading_failed_panel/loading_failed_message": { type: T.PANEL, children: string }, + "saves_help_panel": { type: T.STACK_PANEL, children: 'padding_help_button_top' | 'saves_help_button' | 'padding_help_button_bottom' }, + "saves_help_panel/padding_help_button_top": { type: T.PANEL, children: string }, + "saves_help_panel/saves_help_button": { type: T.BUTTON, children: string }, + "saves_help_panel/padding_help_button_bottom": { type: T.PANEL, children: string }, + "saves_help_button_content": { type: T.STACK_PANEL, children: 'external_link_icon' | 'spacing_gap_1' | 'help_text' }, + "saves_help_button_content/external_link_icon": { type: T.IMAGE, children: string }, + "saves_help_button_content/spacing_gap_1": { type: T.PANEL, children: string }, + "saves_help_button_content/help_text": { type: T.LABEL, children: string }, + "storage_bar_label_stack_panel": { type: T.STACK_PANEL, children: 'text_left' | 'padding' | 'text_right' }, + "storage_bar_label_stack_panel/text_left": { type: T.LABEL, children: string }, + "storage_bar_label_stack_panel/padding": { type: T.PANEL, children: string }, + "storage_bar_label_stack_panel/text_right": { type: T.LABEL, children: string }, + "storage_bar_panel_with_header": { type: T.STACK_PANEL, children: 'label_panel' | 'padding2' | 'storage_bar_panel' }, + "storage_bar_panel_with_header/label_panel": { type: T.PANEL, children: 'heading_label' }, + "storage_bar_panel_with_header/label_panel/heading_label": { type: T.UNKNOWN, children: string }, + "storage_bar_panel_with_header/padding2": { type: T.PANEL, children: string }, + "storage_bar_panel_with_header/storage_bar_panel": { type: T.STACK_PANEL, children: string }, + "realm_storage_heading_label": { type: T.LABEL, children: string }, + "storage_bar_panel": { type: T.STACK_PANEL, children: 'storage_bar_label' | 'padding' | 'storage_bar' }, + "storage_bar_panel/storage_bar_label": { type: T.STACK_PANEL, children: string }, + "storage_bar_panel/padding": { type: T.PANEL, children: string }, + "storage_bar_panel/storage_bar": { type: T.PANEL, children: string }, + "storage_bar_panel_with_tts_focus_border": { type: T.PANEL, children: 'storage_bar_panel' | 'focus_border' }, + "storage_bar_panel_with_tts_focus_border/storage_bar_panel": { type: T.STACK_PANEL, children: string }, + "storage_bar_panel_with_tts_focus_border/focus_border": { type: T.BUTTON, children: string }, + "storage_bar": { type: T.PANEL, children: 'empty_progress_bar_beveled' | 'storage_fill' | 'storage_bar_beveled_overlay' }, + "storage_bar/empty_progress_bar_beveled": { type: T.IMAGE, children: string }, + "storage_bar/storage_fill": { type: T.IMAGE, children: string }, + "storage_bar/storage_bar_beveled_overlay": { type: T.IMAGE, children: string }, + "active_world_info_panel": { type: T.PANEL, children: 'active_world_info_label_stack_panel' | 'focus_border' }, + "active_world_info_panel/active_world_info_label_stack_panel": { type: T.STACK_PANEL, children: 'active_world_name_label' | 'active_world_size_label' }, + "active_world_info_panel/active_world_info_label_stack_panel/active_world_name_label": { type: T.LABEL, children: string }, + "active_world_info_panel/active_world_info_label_stack_panel/active_world_size_label": { type: T.LABEL, children: string }, + "active_world_info_panel/focus_border": { type: T.BUTTON, children: string }, + "warning_text_panel": { type: T.STACK_PANEL, children: 'warning_panel' | 'padding1' | 'text_label' }, + "warning_text_panel/warning_panel": { type: T.STACK_PANEL, children: 'padding1' | 'warning_image' | 'padding2' }, + "warning_text_panel/warning_panel/padding1": { type: T.PANEL, children: string }, + "warning_text_panel/warning_panel/warning_image": { type: T.IMAGE, children: string }, + "warning_text_panel/warning_panel/padding2": { type: T.PANEL, children: string }, + "warning_text_panel/padding1": { type: T.PANEL, children: string }, + "warning_text_panel/text_label": { type: T.LABEL, children: string }, + "popup_dialog_background": { type: T.IMAGE, children: string }, + "popup_dialog_label": { type: T.LABEL, children: string }, + "delete_selected_saves_button": { type: T.BUTTON, children: string }, + "cancel_popup_button": { type: T.BUTTON, children: string }, + "free_up_space_popup_content": { type: T.PANEL, children: 'common_panel' | 'title_label' | 'panel_indent' | 'button_panel' }, + "free_up_space_popup_content/common_panel": { type: T.PANEL, children: string }, + "free_up_space_popup_content/title_label": { type: T.PANEL, children: string }, + "free_up_space_popup_content/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "free_up_space_popup_content/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "free_up_space_popup_content/button_panel": { type: T.STACK_PANEL, children: 'left_button_panel' | 'pad' | 'right_button_panel' }, + "free_up_space_popup_content/button_panel/left_button_panel": { type: T.BUTTON, children: string }, + "free_up_space_popup_content/button_panel/pad": { type: T.PANEL, children: string }, + "free_up_space_popup_content/button_panel/right_button_panel": { type: T.BUTTON, children: string }, + "free_up_space_popup_scrolling_panel": { type: T.PANEL, children: string }, + "free_up_space_text_description": { type: T.LABEL, children: string }, + "free_up_space_popup_content_stack_panel": { type: T.STACK_PANEL, children: 'free_up_space_description_label' | 'padding1' | 'free_up_space_storage_bar_panel' | 'padding2' | 'free_up_space_manual_save_list_stack_panel' }, + "free_up_space_popup_content_stack_panel/free_up_space_description_label": { type: T.PANEL, children: string }, + "free_up_space_popup_content_stack_panel/padding1": { type: T.PANEL, children: string }, + "free_up_space_popup_content_stack_panel/free_up_space_storage_bar_panel": { type: T.PANEL, children: string }, + "free_up_space_popup_content_stack_panel/padding2": { type: T.PANEL, children: string }, + "free_up_space_popup_content_stack_panel/free_up_space_manual_save_list_stack_panel": { type: T.STACK_PANEL, children: string }, + "popup_dialog__free_up_space": { type: T.INPUT_PANEL, children: 'free_up_space_popup_background' | 'free_up_space_popup_content' }, + "popup_dialog__free_up_space/free_up_space_popup_background": { type: T.IMAGE, children: string }, + "popup_dialog__free_up_space/free_up_space_popup_content": { type: T.PANEL, children: string }, + "top_tab": { type: T.PANEL, children: string }, + "tab_content": { type: T.PANEL, children: 'text' }, + "tab_content/text": { type: T.LABEL, children: string }, + "manual_navigation_tab": { type: T.PANEL, children: string }, + "automatic_navigation_tab": { type: T.PANEL, children: string }, + "tab_navigation_panel_layout": { type: T.PANEL, children: 'content' }, + "tab_navigation_panel_layout/content": { type: T.UNKNOWN, children: string }, + "button_tabs_container": { type: T.STACK_PANEL, children: 'manual_navigation_tab' | 'automatic_navigation_tab' }, + "button_tabs_container/manual_navigation_tab": { type: T.PANEL, children: string }, + "button_tabs_container/automatic_navigation_tab": { type: T.PANEL, children: string }, + "tab_content_panel": { type: T.IMAGE, children: 'background' }, + "tab_content_panel/background": { type: T.IMAGE, children: 'manual_save_list' | 'automatic_save_list' }, + "tab_content_panel/background/manual_save_list": { type: T.PANEL, children: string }, + "tab_content_panel/background/automatic_save_list": { type: T.PANEL, children: string }, + "save_list_panel": { type: T.PANEL, children: 'save_list' }, + "save_list_panel/save_list": { type: T.UNKNOWN, children: string }, + "manual_save_list_panel": { type: T.PANEL, children: string }, + "manual_tab_info_panel": { type: T.PANEL, children: 'info_label' }, + "manual_tab_info_panel/info_label": { type: T.LABEL, children: string }, + "manual_save_list_stack_panel": { type: T.STACK_PANEL, children: 'padding1' | 'save_tab_info_label' | 'padding2' | 'stack_panel' | 'padding3' }, + "manual_save_list_stack_panel/padding1": { type: T.PANEL, children: string }, + "manual_save_list_stack_panel/save_tab_info_label": { type: T.PANEL, children: string }, + "manual_save_list_stack_panel/padding2": { type: T.PANEL, children: string }, + "manual_save_list_stack_panel/stack_panel": { type: T.STACK_PANEL, children: string }, + "manual_save_list_stack_panel/padding3": { type: T.PANEL, children: string }, + "automatic_save_list_panel": { type: T.PANEL, children: string }, + "automatic_tab_info_panel": { type: T.PANEL, children: 'info_label' }, + "automatic_tab_info_panel/info_label": { type: T.LABEL, children: string }, + "automatic_save_list_stack_panel": { type: T.STACK_PANEL, children: 'padding1' | 'save_tab_info_label' | 'padding2' | 'stack_panel' | 'padding3' }, + "automatic_save_list_stack_panel/padding1": { type: T.PANEL, children: string }, + "automatic_save_list_stack_panel/save_tab_info_label": { type: T.PANEL, children: string }, + "automatic_save_list_stack_panel/padding2": { type: T.PANEL, children: string }, + "automatic_save_list_stack_panel/stack_panel": { type: T.STACK_PANEL, children: string }, + "automatic_save_list_stack_panel/padding3": { type: T.PANEL, children: string }, + "options_icon": { type: T.IMAGE, children: string }, + "saves_info_accordian": { type: T.STACK_PANEL, children: 'main_content_panel' | 'sub_content_panel' }, + "saves_info_accordian/main_content_panel": { type: T.STACK_PANEL, children: 'checkbox_button' | 'main_item_toggle' | 'options_button' }, + "saves_info_accordian/main_content_panel/checkbox_button": { type: T.BUTTON, children: string }, + "saves_info_accordian/main_content_panel/main_item_toggle": { type: T.PANEL, children: string }, + "saves_info_accordian/main_content_panel/options_button": { type: T.BUTTON, children: string }, + "saves_info_accordian/sub_content_panel": { type: T.PANEL, children: 'saves_content' }, + "saves_info_accordian/sub_content_panel/saves_content": { type: T.PANEL, children: string }, + "saves_info_accordion_checkbox": { type: T.PANEL, children: 'unchecked_control' | 'checked_control' | 'unchecked_hover_control' | 'checked__hover_control' }, + "saves_info_accordion_checkbox/unchecked_control": { type: T.UNKNOWN, children: string }, + "saves_info_accordion_checkbox/checked_control": { type: T.UNKNOWN, children: string }, + "saves_info_accordion_checkbox/unchecked_hover_control": { type: T.UNKNOWN, children: string }, + "saves_info_accordion_checkbox/checked__hover_control": { type: T.UNKNOWN, children: string }, + "main_item_content": { type: T.STACK_PANEL, children: 'date_and_name' | 'time_and_size' | 'padding_left_down_icon' | 'down_icon' | 'padding_right_down_icon' }, + "main_item_content/date_and_name": { type: T.PANEL, children: 'date_saved_label' | 'world_name_label' }, + "main_item_content/date_and_name/date_saved_label": { type: T.LABEL, children: string }, + "main_item_content/date_and_name/world_name_label": { type: T.LABEL, children: string }, + "main_item_content/time_and_size": { type: T.PANEL, children: 'save_data_time_label' | 'save_data_size_label' }, + "main_item_content/time_and_size/save_data_time_label": { type: T.LABEL, children: string }, + "main_item_content/time_and_size/save_data_size_label": { type: T.LABEL, children: string }, + "main_item_content/padding_left_down_icon": { type: T.PANEL, children: string }, + "main_item_content/down_icon": { type: T.PANEL, children: 'options_icon' }, + "main_item_content/down_icon/options_icon": { type: T.IMAGE, children: string }, + "main_item_content/padding_right_down_icon": { type: T.PANEL, children: string }, + "option_saves_info_label": { type: T.PANEL, children: string }, + "saves_info_container": { type: T.IMAGE, children: 'saves_info_content' }, + "saves_info_container/saves_info_content": { type: T.STACK_PANEL, children: string }, + "saves_info_content": { type: T.STACK_PANEL, children: 'version_panel' | 'pack_header_panel' | 'world_packs_label' }, + "saves_info_content/version_panel": { type: T.PANEL, children: string }, + "saves_info_content/pack_header_panel": { type: T.PANEL, children: string }, + "saves_info_content/world_packs_label": { type: T.LABEL, children: string }, + "version_panel": { type: T.PANEL, children: 'left_content' }, + "version_panel/left_content": { type: T.STACK_PANEL, children: 'save_version_label' }, + "version_panel/left_content/save_version_label": { type: T.LABEL, children: string }, + "pack_header_panel": { type: T.PANEL, children: 'left_content' }, + "pack_header_panel/left_content": { type: T.STACK_PANEL, children: 'packs_label' }, + "pack_header_panel/left_content/packs_label": { type: T.LABEL, children: string }, + "label_text": { type: T.LABEL, children: string }, + "branch_grid_item_content": { type: T.STACK_PANEL, children: 'branch_text' | 'commit_text' }, + "branch_grid_item_content/branch_text": { type: T.LABEL, children: string }, + "branch_grid_item_content/commit_text": { type: T.LABEL, children: string }, + "matching_item_button_content": { type: T.STACK_PANEL, children: 'branch_text' | 'commit_text' }, + "matching_item_button_content/branch_text": { type: T.LABEL, children: string }, + "matching_item_button_content/commit_text": { type: T.LABEL, children: string }, + "branch_item_template": { type: T.PANEL, children: 'branch_item_button' }, + "branch_item_template/branch_item_button": { type: T.BUTTON, children: string }, + "branches_grid": { type: T.GRID, children: string }, + "branch_set_panel": { type: T.STACK_PANEL, children: 'set_branch_id_label' }, + "branch_set_panel/set_branch_id_label": { type: T.LABEL, children: string }, + "version_filter_text_box": { type: T.EDIT_BOX, children: string }, + "branch_page_panel": { type: T.PANEL, children: 'prev_button' | 'page_text' | 'next_button' }, + "branch_page_panel/prev_button": { type: T.BUTTON, children: string }, + "branch_page_panel/page_text": { type: T.LABEL, children: string }, + "branch_page_panel/next_button": { type: T.BUTTON, children: string }, + "branches_panel": { type: T.STACK_PANEL, children: 'branch_label' | 'spacing_gap_1' | 'set_branch_version_label' | 'branch_set_panel' | 'spacing_gap_2' | 'matching_version_label' | 'matching_item_button' | 'spacing_gap_3' | 'all_commits_label' | 'version_filter_text_box' | 'branches_grid' | 'spacing_gap' | 'branch_page_panel' }, + "branches_panel/branch_label": { type: T.LABEL, children: string }, + "branches_panel/spacing_gap_1": { type: T.PANEL, children: string }, + "branches_panel/set_branch_version_label": { type: T.LABEL, children: string }, + "branches_panel/branch_set_panel": { type: T.STACK_PANEL, children: string }, + "branches_panel/spacing_gap_2": { type: T.PANEL, children: string }, + "branches_panel/matching_version_label": { type: T.LABEL, children: string }, + "branches_panel/matching_item_button": { type: T.BUTTON, children: string }, + "branches_panel/spacing_gap_3": { type: T.PANEL, children: string }, + "branches_panel/all_commits_label": { type: T.LABEL, children: string }, + "branches_panel/version_filter_text_box": { type: T.EDIT_BOX, children: string }, + "branches_panel/branches_grid": { type: T.GRID, children: string }, + "branches_panel/spacing_gap": { type: T.PANEL, children: string }, + "branches_panel/branch_page_panel": { type: T.PANEL, children: string }, + "branch_section": { type: T.STACK_PANEL, children: 'branches_panel' }, + "branch_section/branches_panel": { type: T.STACK_PANEL, children: string }, + "test_content": { type: T.PANEL, children: 'realms_allowlist_content_panel' | 'gamepad_helpers' }, + "test_content/realms_allowlist_content_panel": { type: T.PANEL, children: string }, + "test_content/gamepad_helpers": { type: T.UNKNOWN, children: string }, + "selector_panel": { type: T.STACK_PANEL, children: 'play_button' | 'disabled_play_button' | 'expired_play_button' | 'padding' | 'selector_group_label' | 'world_button' | 'members_button' | 'saves_button' | 'subscription_button' | 'dev_options_button' | 'invite_links_button' | 'advanced_button' }, + "selector_panel/play_button": { type: T.BUTTON, children: string }, + "selector_panel/disabled_play_button": { type: T.BUTTON, children: string }, + "selector_panel/expired_play_button": { type: T.BUTTON, children: string }, + "selector_panel/padding": { type: T.PANEL, children: string }, + "selector_panel/selector_group_label": { type: T.LABEL, children: string }, + "selector_panel/world_button": { type: T.PANEL, children: string }, + "selector_panel/members_button": { type: T.PANEL, children: string }, + "selector_panel/saves_button": { type: T.PANEL, children: string }, + "selector_panel/subscription_button": { type: T.PANEL, children: string }, + "selector_panel/dev_options_button": { type: T.PANEL, children: string }, + "selector_panel/invite_links_button": { type: T.PANEL, children: string }, + "selector_panel/advanced_button": { type: T.PANEL, children: string }, + "section_content_panels": { type: T.PANEL, children: 'world_section' | 'players_section' | 'subscription_section' | 'invite_links_section' | 'advanced_section' | 'dev_options_section' | 'saves_section' }, + "section_content_panels/world_section": { type: T.PANEL, children: string }, + "section_content_panels/players_section": { type: T.PANEL, children: string }, + "section_content_panels/subscription_section": { type: T.PANEL, children: string }, + "section_content_panels/invite_links_section": { type: T.PANEL, children: string }, + "section_content_panels/advanced_section": { type: T.PANEL, children: string }, + "section_content_panels/dev_options_section": { type: T.PANEL, children: string }, + "section_content_panels/saves_section": { type: T.PANEL, children: string }, + "popup_dialog__save_options": { type: T.INPUT_PANEL, children: string }, + "save_options_popup_content": { type: T.STACK_PANEL, children: 'restore_button' | 'spacing_1' | 'download_button' | 'spacing_2' | 'save_button_container' | 'delete_button_container' }, + "save_options_popup_content/restore_button": { type: T.BUTTON, children: string }, + "save_options_popup_content/spacing_1": { type: T.PANEL, children: string }, + "save_options_popup_content/download_button": { type: T.BUTTON, children: string }, + "save_options_popup_content/spacing_2": { type: T.PANEL, children: string }, + "save_options_popup_content/save_button_container": { type: T.STACK_PANEL, children: 'save_button' | 'spacing_3' }, + "save_options_popup_content/save_button_container/save_button": { type: T.BUTTON, children: string }, + "save_options_popup_content/save_button_container/spacing_3": { type: T.PANEL, children: string }, + "save_options_popup_content/delete_button_container": { type: T.STACK_PANEL, children: 'delete_button' }, + "save_options_popup_content/delete_button_container/delete_button": { type: T.BUTTON, children: string }, + "standalone_dialog_title": { type: T.STACK_PANEL, children: 'left_padding' | 'dialog_title_label' | 'right_padding' }, + "standalone_dialog_title/left_padding": { type: T.PANEL, children: string }, + "standalone_dialog_title/dialog_title_label": { type: T.LABEL, children: string }, + "standalone_dialog_title/right_padding": { type: T.PANEL, children: string }, + "standalone_dialog_content": { type: T.PANEL, children: 'dialog_title' | 'content_area' }, + "standalone_dialog_content/dialog_title": { type: T.STACK_PANEL, children: string }, + "standalone_dialog_content/content_area": { type: T.PANEL, children: string }, + "standalone_content_area": { type: T.PANEL, children: 'control' }, + "standalone_content_area/control": { type: T.STACK_PANEL, children: 'scrolling_panel' }, + "standalone_content_area/control/scrolling_panel": { type: T.PANEL, children: string }, + "realms_settings_screen_base_no_selector_area": { type: T.SCREEN, children: string }, + "screen_realm_hub_manage_members": { type: T.SCREEN, children: string }, + "screen_realm_hub_invite_links": { type: T.SCREEN, children: string }, + "screen_realm_hub_saves": { type: T.SCREEN, children: string }, +} + +export type RealmsAllowlistType = { + "spacing_gap": { type: T.PANEL, children: string }, + "friends_containing_panel": { type: T.PANEL, children: 'friends_panel' }, + "friends_containing_panel/friends_panel": { type: T.STACK_PANEL, children: string }, + "friends_panel": { type: T.STACK_PANEL, children: 'add_friends_and_invite_link_panel' | 'option_dropdown_permissions' | 'player_filter_label' | 'player_filter_text_box' | 'spacing_gap_members_top' | 'lists' | 'loading_friends' }, + "friends_panel/add_friends_and_invite_link_panel": { type: T.PANEL, children: string }, + "friends_panel/option_dropdown_permissions": { type: T.PANEL, children: string }, + "friends_panel/player_filter_label": { type: T.PANEL, children: string }, + "friends_panel/player_filter_text_box": { type: T.EDIT_BOX, children: string }, + "friends_panel/spacing_gap_members_top": { type: T.PANEL, children: string }, + "friends_panel/lists": { type: T.STACK_PANEL, children: 'members_label' | 'members_stack' | 'spacing_gap_members_bottom' | 'members_page_panel' | 'invited_friends_label' | 'invited_stack' | 'spacing_gap_invited_friends' | 'invited_friends_page_panel' | 'uninvited_friends_label' | 'uninvited_stack' | 'spacing_gap_uninvited_friends' | 'uninvited_friends_page_panel' | 'blocked_players_label' | 'blocked_players_stack' | 'spacing_gap_blocked_players' | 'blocked_players_page_panel' | 'no_invites_label' }, + "friends_panel/lists/members_label": { type: T.STACK_PANEL, children: string }, + "friends_panel/lists/members_stack": { type: T.STACK_PANEL, children: string }, + "friends_panel/lists/spacing_gap_members_bottom": { type: T.PANEL, children: string }, + "friends_panel/lists/members_page_panel": { type: T.PANEL, children: string }, + "friends_panel/lists/invited_friends_label": { type: T.PANEL, children: string }, + "friends_panel/lists/invited_stack": { type: T.STACK_PANEL, children: string }, + "friends_panel/lists/spacing_gap_invited_friends": { type: T.PANEL, children: string }, + "friends_panel/lists/invited_friends_page_panel": { type: T.PANEL, children: string }, + "friends_panel/lists/uninvited_friends_label": { type: T.PANEL, children: string }, + "friends_panel/lists/uninvited_stack": { type: T.STACK_PANEL, children: string }, + "friends_panel/lists/spacing_gap_uninvited_friends": { type: T.PANEL, children: string }, + "friends_panel/lists/uninvited_friends_page_panel": { type: T.PANEL, children: string }, + "friends_panel/lists/blocked_players_label": { type: T.PANEL, children: string }, + "friends_panel/lists/blocked_players_stack": { type: T.STACK_PANEL, children: string }, + "friends_panel/lists/spacing_gap_blocked_players": { type: T.PANEL, children: string }, + "friends_panel/lists/blocked_players_page_panel": { type: T.PANEL, children: string }, + "friends_panel/lists/no_invites_label": { type: T.LABEL, children: string }, + "friends_panel/loading_friends": { type: T.LABEL, children: string }, + "add_friends_and_invite_link_panel": { type: T.PANEL, children: 'allowlist_stack_panel' }, + "add_friends_and_invite_link_panel/allowlist_stack_panel": { type: T.STACK_PANEL, children: 'find_friends_button_panel' | 'spacing_1' | 'invite_links_panel' | 'spacing_2' | 'options_panel' }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/find_friends_button_panel": { type: T.PANEL, children: string }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/spacing_1": { type: T.PANEL, children: string }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/invite_links_panel": { type: T.PANEL, children: 'invite_links_button' }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/invite_links_panel/invite_links_button": { type: T.BUTTON, children: string }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/spacing_2": { type: T.PANEL, children: string }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/options_panel": { type: T.PANEL, children: 'clear_members_button' }, + "add_friends_and_invite_link_panel/allowlist_stack_panel/options_panel/clear_members_button": { type: T.BUTTON, children: string }, + "options_icon": { type: T.IMAGE, children: string }, + "account_link_image": { type: T.IMAGE, children: string }, + "account_link_icon": { type: T.STACK_PANEL, children: 'space_01' | 'account_link_image' | 'space_03' }, + "account_link_icon/space_01": { type: T.PANEL, children: string }, + "account_link_icon/account_link_image": { type: T.IMAGE, children: string }, + "account_link_icon/space_03": { type: T.PANEL, children: string }, + "find_friends_button_panel": { type: T.PANEL, children: 'find_friends_button' }, + "find_friends_button_panel/find_friends_button": { type: T.BUTTON, children: string }, + "invited_friends_label": { type: T.PANEL, children: 'friend_title' }, + "invited_friends_label/friend_title": { type: T.LABEL, children: string }, + "player_filter_label": { type: T.PANEL, children: 'player_filter_title' }, + "player_filter_label/player_filter_title": { type: T.LABEL, children: string }, + "members_label": { type: T.STACK_PANEL, children: 'friend_title' | 'padding_panel' | 'loading_text' }, + "members_label/friend_title": { type: T.LABEL, children: string }, + "members_label/padding_panel": { type: T.PANEL, children: string }, + "members_label/loading_text": { type: T.LABEL, children: string }, + "blocked_players_label": { type: T.PANEL, children: 'friend_title' }, + "blocked_players_label/friend_title": { type: T.LABEL, children: string }, + "uninvited_friends_label": { type: T.PANEL, children: 'friend_title' }, + "uninvited_friends_label/friend_title": { type: T.LABEL, children: string }, + "no_invites_label": { type: T.LABEL, children: string }, + "loading_friends": { type: T.LABEL, children: string }, + "blocked_grid_item": { type: T.PANEL, children: 'blocked_panel' }, + "blocked_grid_item/blocked_panel": { type: T.IMAGE, children: string }, + "factory_stack": { type: T.STACK_PANEL, children: string }, + "member_factory_xbl_profile": { type: T.STACK_PANEL, children: string }, + "member_factory_linked_account": { type: T.STACK_PANEL, children: string }, + "invited_factory_xbl_profile": { type: T.STACK_PANEL, children: string }, + "invited_factory_linked_account": { type: T.STACK_PANEL, children: string }, + "uninvited_factory_xbl_profile": { type: T.STACK_PANEL, children: string }, + "uninvited_factory_linked_account": { type: T.STACK_PANEL, children: string }, + "blocked_factory_xbl_profile": { type: T.STACK_PANEL, children: string }, + "blocked_factory_linked_account": { type: T.STACK_PANEL, children: string }, + "xbl_profile_panel_factory": { type: T.STACK_PANEL, children: string }, + "xbl_profile_blocked_panel_factory": { type: T.STACK_PANEL, children: string }, + "linked_account_panel_factory": { type: T.STACK_PANEL, children: string }, + "linked_account_blocked_panel_factory": { type: T.STACK_PANEL, children: string }, + "xbl_profile_panel": { type: T.IMAGE, children: 'player_status_panel' | 'xbl_user_panel' | 'right_controls_panel' | 'progress' }, + "xbl_profile_panel/player_status_panel": { type: T.PANEL, children: string }, + "xbl_profile_panel/xbl_user_panel": { type: T.STACK_PANEL, children: string }, + "xbl_profile_panel/right_controls_panel": { type: T.PANEL, children: string }, + "xbl_profile_panel/progress": { type: T.IMAGE, children: string }, + "factory_gap_template": { type: T.STACK_PANEL, children: 'gapped_control' | 'spacing1' }, + "factory_gap_template/gapped_control": { type: T.UNKNOWN, children: string }, + "factory_gap_template/spacing1": { type: T.PANEL, children: string }, + "gapped_xbl_profile_panel": { type: T.STACK_PANEL, children: string }, + "gapped_linked_account_panel": { type: T.STACK_PANEL, children: string }, + "gapped_blocked_xbl_profile_panel": { type: T.STACK_PANEL, children: string }, + "gapped_blocked_linked_account_panel": { type: T.STACK_PANEL, children: string }, + "blocked_panel": { type: T.IMAGE, children: 'xbl_user_panel' | 'unblock_button' }, + "blocked_panel/xbl_user_panel": { type: T.STACK_PANEL, children: string }, + "blocked_panel/unblock_button": { type: T.BUTTON, children: string }, + "linked_account_panel": { type: T.IMAGE, children: 'linked_account_positioning_panel' | 'right_controls_panel' | 'progress' }, + "linked_account_panel/linked_account_positioning_panel": { type: T.STACK_PANEL, children: string }, + "linked_account_panel/right_controls_panel": { type: T.PANEL, children: string }, + "linked_account_panel/progress": { type: T.IMAGE, children: string }, + "linked_account_blocked_panel": { type: T.IMAGE, children: 'linked_account_positioning_panel' | 'unblock_button' | 'progress' }, + "linked_account_blocked_panel/linked_account_positioning_panel": { type: T.STACK_PANEL, children: string }, + "linked_account_blocked_panel/unblock_button": { type: T.BUTTON, children: string }, + "linked_account_blocked_panel/progress": { type: T.IMAGE, children: string }, + "xbl_user_panel": { type: T.STACK_PANEL, children: 'spacing1' | 'platform_icon_positioner' | 'gamerpic_panel' | 'spacing2' | 'gamertag_label_panel' }, + "xbl_user_panel/spacing1": { type: T.PANEL, children: string }, + "xbl_user_panel/platform_icon_positioner": { type: T.PANEL, children: string }, + "xbl_user_panel/gamerpic_panel": { type: T.PANEL, children: string }, + "xbl_user_panel/spacing2": { type: T.PANEL, children: string }, + "xbl_user_panel/gamertag_label_panel": { type: T.PANEL, children: string }, + "third_party_user_panel": { type: T.STACK_PANEL, children: 'spacing1' | 'profile_picture' | 'spacing2' | 'third_party_profile_label' }, + "third_party_user_panel/spacing1": { type: T.PANEL, children: string }, + "third_party_user_panel/profile_picture": { type: T.PANEL, children: string }, + "third_party_user_panel/spacing2": { type: T.PANEL, children: string }, + "third_party_user_panel/third_party_profile_label": { type: T.PANEL, children: string }, + "linked_profile_pictures_panel": { type: T.STACK_PANEL, children: 'pp2' | 'account_link' | 'pp1' }, + "linked_profile_pictures_panel/pp2": { type: T.PANEL, children: string }, + "linked_profile_pictures_panel/account_link": { type: T.STACK_PANEL, children: string }, + "linked_profile_pictures_panel/pp1": { type: T.PANEL, children: string }, + "platform_profile_names": { type: T.STACK_PANEL, children: 'friend_grid_third_party_tag' | 'spacer_02' | 'friend_grid_xbl_gamertag' | 'spacer_03' }, + "platform_profile_names/friend_grid_third_party_tag": { type: T.PANEL, children: string }, + "platform_profile_names/spacer_02": { type: T.PANEL, children: string }, + "platform_profile_names/friend_grid_xbl_gamertag": { type: T.PANEL, children: string }, + "platform_profile_names/spacer_03": { type: T.PANEL, children: string }, + "linked_user_stack_panel": { type: T.STACK_PANEL, children: 'allow_offset_control' | 'platform_icon_positioner' | 'spacing1' | 'profile_picture' | 'spacing2' | 'platform_names_label' | 'spacing3' }, + "linked_user_stack_panel/allow_offset_control": { type: T.PANEL, children: 'player_status_panel' }, + "linked_user_stack_panel/allow_offset_control/player_status_panel": { type: T.PANEL, children: string }, + "linked_user_stack_panel/platform_icon_positioner": { type: T.PANEL, children: 'platform_icon' }, + "linked_user_stack_panel/platform_icon_positioner/platform_icon": { type: T.PANEL, children: string }, + "linked_user_stack_panel/spacing1": { type: T.PANEL, children: string }, + "linked_user_stack_panel/profile_picture": { type: T.STACK_PANEL, children: string }, + "linked_user_stack_panel/spacing2": { type: T.PANEL, children: string }, + "linked_user_stack_panel/platform_names_label": { type: T.STACK_PANEL, children: string }, + "linked_user_stack_panel/spacing3": { type: T.PANEL, children: string }, + "horizontal_indent": { type: T.PANEL, children: string }, + "vertical_indent": { type: T.PANEL, children: string }, + "gamerpic_panel": { type: T.PANEL, children: 'black_border' | 'gamer_pic' }, + "gamerpic_panel/black_border": { type: T.IMAGE, children: string }, + "gamerpic_panel/gamer_pic": { type: T.CUSTOM, children: string }, + "third_party_profile_pic_panel": { type: T.PANEL, children: 'black_border' | 'third_party_profile_picture' }, + "third_party_profile_pic_panel/black_border": { type: T.IMAGE, children: string }, + "third_party_profile_pic_panel/third_party_profile_picture": { type: T.IMAGE, children: string }, + "gamertag_label_panel": { type: T.PANEL, children: 'gamertag_label' | 'real_name_label' }, + "gamertag_label_panel/gamertag_label": { type: T.LABEL, children: string }, + "gamertag_label_panel/real_name_label": { type: T.LABEL, children: string }, + "third_party_profile_label": { type: T.PANEL, children: 'profile_name_label' }, + "third_party_profile_label/profile_name_label": { type: T.LABEL, children: string }, + "panel_text": { type: T.LABEL, children: string }, + "gamertag_label": { type: T.LABEL, children: string }, + "third_party_profile_name_label": { type: T.LABEL, children: string }, + "real_name_label": { type: T.LABEL, children: string }, + "right_settings_panel": { type: T.STACK_PANEL, children: 'member_settings' }, + "right_settings_panel/member_settings": { type: T.STACK_PANEL, children: string }, + "member_settings": { type: T.STACK_PANEL, children: 'minus_button' | 'horizontal_space' | 'member_permissions' | 'op_deop_button' }, + "member_settings/minus_button": { type: T.BUTTON, children: string }, + "member_settings/horizontal_space": { type: T.PANEL, children: string }, + "member_settings/member_permissions": { type: T.STACK_PANEL, children: string }, + "member_settings/op_deop_button": { type: T.PANEL, children: string }, + "right_controls_panel": { type: T.PANEL, children: 'right_settings_panel' | 'uninvited_friends_invite_button' }, + "right_controls_panel/right_settings_panel": { type: T.STACK_PANEL, children: string }, + "right_controls_panel/uninvited_friends_invite_button": { type: T.BUTTON, children: string }, + "player_status_panel": { type: T.PANEL, children: 'player_online_icon' | 'player_offline_icon' }, + "player_status_panel/player_online_icon": { type: T.IMAGE, children: string }, + "player_status_panel/player_offline_icon": { type: T.IMAGE, children: string }, + "permissions_dropdown": { type: T.STACK_PANEL, children: 'vertical_space' | 'option_dropdown_permissions' }, + "permissions_dropdown/vertical_space": { type: T.PANEL, children: string }, + "permissions_dropdown/option_dropdown_permissions": { type: T.PANEL, children: string }, + "invite_button": { type: T.BUTTON, children: string }, + "minus_button": { type: T.BUTTON, children: string }, + "unblock_label": { type: T.LABEL, children: string }, + "unblock_button": { type: T.BUTTON, children: string }, + "op_deop_button": { type: T.PANEL, children: string }, + "find_friends_button": { type: T.BUTTON, children: string }, + "black_border": { type: T.IMAGE, children: string }, + "gamer_pic": { type: T.CUSTOM, children: string }, + "third_party_profile_picture": { type: T.IMAGE, children: string }, + "player_online_icon": { type: T.IMAGE, children: string }, + "player_offline_icon": { type: T.IMAGE, children: string }, + "plus_icon": { type: T.IMAGE, children: string }, + "more_icon": { type: T.IMAGE, children: string }, + "share_icon": { type: T.IMAGE, children: string }, + "minus_icon": { type: T.IMAGE, children: string }, + "op_icon": { type: T.IMAGE, children: string }, + "deop_icon": { type: T.IMAGE, children: string }, + "player_filter_text_box": { type: T.EDIT_BOX, children: string }, + "page_panel": { type: T.PANEL, children: 'prev_button' | 'page_text' | 'next_button' }, + "page_panel/prev_button": { type: T.BUTTON, children: string }, + "page_panel/page_text": { type: T.LABEL, children: string }, + "page_panel/next_button": { type: T.BUTTON, children: string }, + "realms_allowlist_panel_content": { type: T.PANEL, children: string }, + "realms_allowlist_content_panel": { type: T.PANEL, children: string }, + "realms_allowlist_content_panel_children": { type: T.PANEL, children: 'realms_allowlist_panel_content' | 'done_button' }, + "realms_allowlist_content_panel_children/realms_allowlist_panel_content": { type: T.PANEL, children: string }, + "realms_allowlist_content_panel_children/done_button": { type: T.BUTTON, children: string }, + "realms_allowlist_screen": { type: T.SCREEN, children: string }, + "realms_allowlist_content": { type: T.PANEL, children: 'root_panel' }, + "realms_allowlist_content/root_panel": { type: T.INPUT_PANEL, children: 'realms_allowlist_content_panel' }, + "realms_allowlist_content/root_panel/realms_allowlist_content_panel": { type: T.PANEL, children: string }, + "transparent_close_button": { type: T.BUTTON, children: string }, +} + +export type RealmsInviteLinkSettingsType = { + "generic_section_wrapper": { type: T.PANEL, children: 'generic_section' }, + "generic_section_wrapper/generic_section": { type: T.STACK_PANEL, children: string }, + "link_banner": { type: T.IMAGE, children: string }, + "clipboard_icon": { type: T.IMAGE, children: string }, + "description_wrap": { type: T.PANEL, children: 'description' }, + "description_wrap/description": { type: T.LABEL, children: string }, + "invite_link_url": { type: T.LABEL, children: string }, + "link_panel": { type: T.IMAGE, children: 'invite_link_url_wrapper' | 'link_copy_container' }, + "link_panel/invite_link_url_wrapper": { type: T.PANEL, children: string }, + "link_panel/link_copy_container": { type: T.PANEL, children: 'link_copy' }, + "link_panel/link_copy_container/link_copy": { type: T.BUTTON, children: string }, + "general_content": { type: T.STACK_PANEL, children: 'spacing_gap_0' | 'invite_link_title' | 'invite_link_description' | 'spacing_gap_1' | 'link_panel' | 'spacing_gap_2' | 'activate_link_toggle' | 'activate_link_description' | 'spacing_gap_3' | 'infinite_link_toggle' | 'spacing_gap_4' | 'share_link_title' | 'share_link_description' | 'spacing_gap_5' | 'share_link_button' | 'spacing_gap_6' | 'remove_link_title' | 'remove_invite_link_button' }, + "general_content/spacing_gap_0": { type: T.PANEL, children: string }, + "general_content/invite_link_title": { type: T.LABEL, children: string }, + "general_content/invite_link_description": { type: T.PANEL, children: string }, + "general_content/spacing_gap_1": { type: T.PANEL, children: string }, + "general_content/link_panel": { type: T.IMAGE, children: string }, + "general_content/spacing_gap_2": { type: T.PANEL, children: string }, + "general_content/activate_link_toggle": { type: T.PANEL, children: string }, + "general_content/activate_link_description": { type: T.PANEL, children: string }, + "general_content/spacing_gap_3": { type: T.PANEL, children: string }, + "general_content/infinite_link_toggle": { type: T.PANEL, children: string }, + "general_content/spacing_gap_4": { type: T.PANEL, children: string }, + "general_content/share_link_title": { type: T.LABEL, children: string }, + "general_content/share_link_description": { type: T.PANEL, children: string }, + "general_content/spacing_gap_5": { type: T.PANEL, children: string }, + "general_content/share_link_button": { type: T.BUTTON, children: string }, + "general_content/spacing_gap_6": { type: T.PANEL, children: string }, + "general_content/remove_link_title": { type: T.LABEL, children: string }, + "general_content/remove_invite_link_button": { type: T.BUTTON, children: string }, + "invite_link_expiration": { type: T.LABEL, children: string }, + "advanced_content": { type: T.STACK_PANEL, children: 'spacing_gap_0' | 'expiry_title' | 'spacing_gap_1' | 'expiration_description' | 'spacing_gap_2' | 'expiration_panel' | 'expiration_dropdown' }, + "advanced_content/spacing_gap_0": { type: T.PANEL, children: string }, + "advanced_content/expiry_title": { type: T.LABEL, children: string }, + "advanced_content/spacing_gap_1": { type: T.PANEL, children: string }, + "advanced_content/expiration_description": { type: T.PANEL, children: string }, + "advanced_content/spacing_gap_2": { type: T.PANEL, children: string }, + "advanced_content/expiration_panel": { type: T.IMAGE, children: 'invite_link_expiration_wrapper' }, + "advanced_content/expiration_panel/invite_link_expiration_wrapper": { type: T.PANEL, children: string }, + "advanced_content/expiration_dropdown": { type: T.PANEL, children: string }, + "expiration_dropdown_content": { type: T.PANEL, children: string }, + "selector_panel": { type: T.STACK_PANEL, children: 'spacing_gap_0' | 'general_button' | 'advanced_button' }, + "selector_panel/spacing_gap_0": { type: T.PANEL, children: string }, + "selector_panel/general_button": { type: T.PANEL, children: string }, + "selector_panel/advanced_button": { type: T.PANEL, children: string }, + "section_content_panels": { type: T.PANEL, children: 'general_section' | 'advanced_section' }, + "section_content_panels/general_section": { type: T.PANEL, children: string }, + "section_content_panels/advanced_section": { type: T.PANEL, children: string }, +} + +export type RealmsPlusEndedType = { + "subscription_ended_screen": { type: T.SCREEN, children: string }, + "subscription_ended_screen_content": { type: T.PANEL, children: 'root_panel' }, + "subscription_ended_screen_content/root_panel": { type: T.PANEL, children: 'gamepad_helpers' | 'main_panel' }, + "subscription_ended_screen_content/root_panel/gamepad_helpers": { type: T.PANEL, children: string }, + "subscription_ended_screen_content/root_panel/main_panel": { type: T.INPUT_PANEL, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'dialog' }, + "main_panel/dialog": { type: T.PANEL, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "content_stack_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'main_content' | 'pad_1' | 'button_center_panel' | 'pad_2' }, + "content_stack_panel/pad_0": { type: T.PANEL, children: string }, + "content_stack_panel/main_content": { type: T.PANEL, children: string }, + "content_stack_panel/pad_1": { type: T.PANEL, children: string }, + "content_stack_panel/button_center_panel": { type: T.PANEL, children: 'buttons' }, + "content_stack_panel/button_center_panel/buttons": { type: T.STACK_PANEL, children: string }, + "content_stack_panel/pad_2": { type: T.PANEL, children: string }, + "main_content_panel": { type: T.PANEL, children: 'main_content_stack_panel' }, + "main_content_panel/main_content_stack_panel": { type: T.STACK_PANEL, children: 'image_panel' | 'pad' | 'text_panel' }, + "main_content_panel/main_content_stack_panel/image_panel": { type: T.PANEL, children: string }, + "main_content_panel/main_content_stack_panel/pad": { type: T.PANEL, children: string }, + "main_content_panel/main_content_stack_panel/text_panel": { type: T.PANEL, children: 'text' }, + "main_content_panel/main_content_stack_panel/text_panel/text": { type: T.LABEL, children: string }, + "buttons_panel": { type: T.STACK_PANEL, children: 'more_info_button' | 'pad' | 'renew_subscription_button' }, + "buttons_panel/more_info_button": { type: T.BUTTON, children: string }, + "buttons_panel/pad": { type: T.PANEL, children: string }, + "buttons_panel/renew_subscription_button": { type: T.BUTTON, children: string }, +} + +export type RealmsPlusType = { + "realms_plus_pdp_screen": { type: T.SCREEN, children: string }, + "realms_plus_upgrade_notice_screen": { type: T.SCREEN, children: string }, + "purple_background": { type: T.IMAGE, children: 'bottom_left_particles' | 'top_right_particles' }, + "purple_background/bottom_left_particles": { type: T.IMAGE, children: string }, + "purple_background/top_right_particles": { type: T.IMAGE, children: string }, + "main_background": { type: T.PANEL, children: 'dark_blue' | 'grey_gradient' }, + "main_background/dark_blue": { type: T.IMAGE, children: string }, + "main_background/grey_gradient": { type: T.IMAGE, children: string }, + "dark_blue_background": { type: T.IMAGE, children: string }, + "gradient_image_stack": { type: T.STACK_PANEL, children: 'solid_pink' | 'gradient' }, + "gradient_image_stack/solid_pink": { type: T.IMAGE, children: string }, + "gradient_image_stack/gradient": { type: T.IMAGE, children: string }, + "gradient_content_panel": { type: T.PANEL, children: 'gradient' | 'content_panel' }, + "gradient_content_panel/gradient": { type: T.STACK_PANEL, children: string }, + "gradient_content_panel/content_panel": { type: T.UNKNOWN, children: string }, + "realmsPlus_screen_main_panel": { type: T.INPUT_PANEL, children: string }, + "realmsPlus_main_panel": { type: T.PANEL, children: 'root_panel' | 'popup_dialog_factory' }, + "realmsPlus_main_panel/root_panel": { type: T.PANEL, children: 'main_panel' }, + "realmsPlus_main_panel/root_panel/main_panel": { type: T.STACK_PANEL, children: string }, + "realmsPlus_main_panel/popup_dialog_factory": { type: T.FACTORY, children: string }, + "dialog_content": { type: T.PANEL, children: 'selector_area' | 'content_area' | 'left_right_pane_divider' }, + "dialog_content/selector_area": { type: T.PANEL, children: string }, + "dialog_content/content_area": { type: T.PANEL, children: string }, + "dialog_content/left_right_pane_divider": { type: T.IMAGE, children: string }, + "selector_area": { type: T.PANEL, children: 'scrolling_panel' }, + "selector_area/scrolling_panel": { type: T.PANEL, children: string }, + "scrollable_selector_area_content": { type: T.STACK_PANEL, children: 'realmsPlus_toggle' | 'content_toggle' | 'faq_toggle' | 'toggle_section_divider' | 'buy_now_toggle' | 'xbl_btn_panel' | 'focus_reset_input_panel' }, + "scrollable_selector_area_content/realmsPlus_toggle": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/content_toggle": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/faq_toggle": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/toggle_section_divider": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/buy_now_toggle": { type: T.STACK_PANEL, children: string }, + "scrollable_selector_area_content/xbl_btn_panel": { type: T.PANEL, children: 'xbl_btn' }, + "scrollable_selector_area_content/xbl_btn_panel/xbl_btn": { type: T.BUTTON, children: string }, + "scrollable_selector_area_content/focus_reset_input_panel": { type: T.INPUT_PANEL, children: string }, + "section_toggle_base": { type: T.PANEL, children: string }, + "tab_button_text": { type: T.LABEL, children: string }, + "toggle_base": { type: T.STACK_PANEL, children: 'toggle' | 'padding' }, + "toggle_base/toggle": { type: T.PANEL, children: string }, + "toggle_base/padding": { type: T.PANEL, children: string }, + "realmsPlus_toggle": { type: T.STACK_PANEL, children: string }, + "content_toggle": { type: T.STACK_PANEL, children: string }, + "faq_toggle": { type: T.STACK_PANEL, children: string }, + "buy_now_toggle": { type: T.STACK_PANEL, children: string }, + "left_right_pane_divider": { type: T.IMAGE, children: string }, + "content_area": { type: T.PANEL, children: 'control' }, + "content_area/control": { type: T.STACK_PANEL, children: 'scrolling_panel' }, + "content_area/control/scrolling_panel": { type: T.PANEL, children: string }, + "section_content_panels": { type: T.STACK_PANEL, children: string }, + "content_section_top_padding": { type: T.PANEL, children: string }, + "section_base": { type: T.STACK_PANEL, children: string }, + "buy_now_content_section": { type: T.STACK_PANEL, children: 'content_section_top_padding' | 'content' }, + "buy_now_content_section/content_section_top_padding": { type: T.PANEL, children: string }, + "buy_now_content_section/content": { type: T.STACK_PANEL, children: string }, + "markdown_background_animated": { type: T.PANEL, children: 'realms_banner' | 'realms_plus_normal' | 'realms_plus_hover' }, + "markdown_background_animated/realms_banner": { type: T.STACK_PANEL, children: string }, + "markdown_background_animated/realms_plus_normal": { type: T.IMAGE, children: string }, + "markdown_background_animated/realms_plus_hover": { type: T.IMAGE, children: string }, + "markdown_background": { type: T.STACK_PANEL, children: 'banner_panel' | 'triangle_panel' }, + "markdown_background/banner_panel": { type: T.PANEL, children: 'banner' }, + "markdown_background/banner_panel/banner": { type: T.IMAGE, children: 'banner_stack_panel' }, + "markdown_background/banner_panel/banner/banner_stack_panel": { type: T.STACK_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "markdown_background/banner_panel/banner/banner_stack_panel/0": { type: T.UNKNOWN, children: string }, + "markdown_background/triangle_panel": { type: T.PANEL, children: 'triangle' }, + "markdown_background/triangle_panel/triangle": { type: T.IMAGE, children: string }, + "empty_label": { type: T.PANEL, children: string }, + "full_width_section_divider": { type: T.STACK_PANEL, children: string }, +} + +export type RealmsPlusContentType = { + "realmsPlus_content_section": { type: T.STACK_PANEL, children: 'content_section_top_padding' | 'content_sections' | 'content_section_bottom_padding' }, + "realmsPlus_content_section/content_section_top_padding": { type: T.PANEL, children: string }, + "realmsPlus_content_section/content_sections": { type: T.STACK_PANEL, children: string }, + "realmsPlus_content_section/content_section_bottom_padding": { type: T.PANEL, children: string }, + "content_pack_types_section": { type: T.STACK_PANEL, children: 'includes_marketplace_pass_wrapper' | 'padding_contentSub' | 'pack_types_wrapper' }, + "content_pack_types_section/includes_marketplace_pass_wrapper": { type: T.PANEL, children: string }, + "content_pack_types_section/padding_contentSub": { type: T.PANEL, children: string }, + "content_pack_types_section/pack_types_wrapper": { type: T.PANEL, children: string }, + "content_packs_included_section": { type: T.STACK_PANEL, children: 'popular_packs' | 'section_divider' }, + "content_packs_included_section/popular_packs": { type: T.STACK_PANEL, children: string }, + "content_packs_included_section/section_divider": { type: T.STACK_PANEL, children: string }, + "persona_row": { type: T.PANEL, children: 'persona' }, + "persona_row/persona": { type: T.STACK_PANEL, children: string }, + "worlds_row": { type: T.STACK_PANEL, children: string }, + "pack_types": { type: T.STACK_PANEL, children: 'middle_row' | 'bottom_row' | 'bottom_contentSub' }, + "pack_types/middle_row": { type: T.PANEL, children: 'worlds_contentSub' | 'textures' }, + "pack_types/middle_row/worlds_contentSub": { type: T.STACK_PANEL, children: string }, + "pack_types/middle_row/textures": { type: T.STACK_PANEL, children: string }, + "pack_types/bottom_row": { type: T.PANEL, children: 'skins_persona_contentSub' | 'mashups' }, + "pack_types/bottom_row/skins_persona_contentSub": { type: T.STACK_PANEL, children: string }, + "pack_types/bottom_row/mashups": { type: T.STACK_PANEL, children: string }, + "pack_types/bottom_contentSub": { type: T.PANEL, children: string }, + "skins": { type: T.STACK_PANEL, children: string }, + "friends_get_access": { type: T.LABEL, children: string }, + "pack_type_row_panel": { type: T.PANEL, children: string }, + "pack_type_description": { type: T.STACK_PANEL, children: 'image_nesting_panel' | 'padding_0' | 'description_nesting_panel' }, + "pack_type_description/image_nesting_panel": { type: T.PANEL, children: 'texture' }, + "pack_type_description/image_nesting_panel/texture": { type: T.UNKNOWN, children: string }, + "pack_type_description/padding_0": { type: T.PANEL, children: string }, + "pack_type_description/description_nesting_panel": { type: T.PANEL, children: 'description_label' }, + "pack_type_description/description_nesting_panel/description_label": { type: T.LABEL, children: string }, + "popular_packs": { type: T.STACK_PANEL, children: 'padding_0' | 'pack_grid' | 'view_all_packs_panel' | 'padding_1' | 'view_character_creator_items_button' | 'padding_2' }, + "popular_packs/padding_0": { type: T.PANEL, children: string }, + "popular_packs/pack_grid": { type: T.STACK_PANEL, children: string }, + "popular_packs/view_all_packs_panel": { type: T.PANEL, children: 'view_all_packs_button' }, + "popular_packs/view_all_packs_panel/view_all_packs_button": { type: T.BUTTON, children: string }, + "popular_packs/padding_1": { type: T.PANEL, children: string }, + "popular_packs/view_character_creator_items_button": { type: T.BUTTON, children: string }, + "popular_packs/padding_2": { type: T.PANEL, children: string }, + "popular_packs_label": { type: T.LABEL, children: string }, + "includes_marketplace_pass": { type: T.PANEL, children: string }, + "includes_marketplace_pass_label": { type: T.LABEL, children: string }, + "packs_collection": { type: T.STACK_PANEL, children: 'row_1' | 'padding_1' | 'row_2' | 'padding_2' }, + "packs_collection/row_1": { type: T.STACK_PANEL, children: 'pack_image_grid_item_0' | 'padding' | 'pack_image_grid_item_1' }, + "packs_collection/row_1/pack_image_grid_item_0": { type: T.PANEL, children: string }, + "packs_collection/row_1/padding": { type: T.PANEL, children: string }, + "packs_collection/row_1/pack_image_grid_item_1": { type: T.PANEL, children: string }, + "packs_collection/padding_1": { type: T.PANEL, children: string }, + "packs_collection/row_2": { type: T.STACK_PANEL, children: 'pack_image_grid_item_0' | 'padding' | 'pack_image_grid_item_1' }, + "packs_collection/row_2/pack_image_grid_item_0": { type: T.PANEL, children: string }, + "packs_collection/row_2/padding": { type: T.PANEL, children: string }, + "packs_collection/row_2/pack_image_grid_item_1": { type: T.PANEL, children: string }, + "packs_collection/padding_2": { type: T.PANEL, children: string }, + "pack_image_grid_item": { type: T.PANEL, children: 'bg' | 'offer_button' }, + "pack_image_grid_item/bg": { type: T.IMAGE, children: 'featured_key_art' | 'progress_loading' }, + "pack_image_grid_item/bg/featured_key_art": { type: T.IMAGE, children: string }, + "pack_image_grid_item/bg/progress_loading": { type: T.PANEL, children: string }, + "pack_image_grid_item/offer_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "pack_image_grid_item/offer_button/default": { type: T.IMAGE, children: string }, + "pack_image_grid_item/offer_button/hover": { type: T.IMAGE, children: string }, + "pack_image_grid_item/offer_button/pressed": { type: T.IMAGE, children: string }, +} + +export type RealmsPlusFaqType = { + "faq_image_section": { type: T.PANEL, children: string }, + "faq_image_local": { type: T.IMAGE, children: string }, + "faq_image_type": { type: T.PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "faq_image_type/0": { type: T.UNKNOWN, children: string }, + "faq_text_section_body": { type: T.STACK_PANEL, children: string }, + "faq_text_question": { type: T.LABEL, children: string }, + "faq_text_section": { type: T.STACK_PANEL, children: 'faq_text_question' | 'faq_text_answer' }, + "faq_text_section/faq_text_question": { type: T.LABEL, children: string }, + "faq_text_section/faq_text_answer": { type: T.LABEL, children: string }, + "faq_price_bound_text_section": { type: T.STACK_PANEL, children: 'faq_text_question' | 'faq_text_answer' }, + "faq_price_bound_text_section/faq_text_question": { type: T.LABEL, children: string }, + "faq_price_bound_text_section/faq_text_answer": { type: T.LABEL, children: string }, + "faq_question_body": { type: T.STACK_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "faq_question_body/0": { type: T.UNKNOWN, children: string }, + "faq_question_body_stack": { type: T.STACK_PANEL, children: string }, + "faq_question_body_horz_padding": { type: T.PANEL, children: string }, + "image_left_faq_question_body": { type: T.BUTTON, children: string }, + "image_right_faq_question_body": { type: T.BUTTON, children: string }, + "image_left_faq_question_body_flip": { type: T.PANEL, children: 'faq_question_left' }, + "image_left_faq_question_body_flip/faq_question_left": { type: T.BUTTON, children: string }, + "image_right_faq_question_body_flip": { type: T.PANEL, children: 'faq_question_right' }, + "image_right_faq_question_body_flip/faq_question_right": { type: T.BUTTON, children: string }, + "image_left_faq_price_bound": { type: T.BUTTON, children: string }, + "faq_section_header_space": { type: T.PANEL, children: string }, + "faq_section_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section": { type: T.STACK_PANEL, children: 'content_section_top_padding_1' | 'faq_header' | 'content_section_top_padding_2' | 'faq_question_1' | 'faq_question_1_divider' | 'faq_question_2' | 'faq_question_2_divider' | 'faq_question_3' | 'faq_question_3_divider' | 'faq_question_4' | 'faq_question_4_divider' | 'faq_question_5' | 'faq_question_5_divider' | 'faq_question_6' | 'faq_question_6_divider' | 'faq_question_7' | 'faq_question_7_divider' | 'faq_question_8' | 'faq_question_8_divider' | 'faq_question_9' | 'faq_question_9_divider' | 'faq_question_10' | 'faq_question_10_divider' | 'faq_question_11' | 'content_section_top_padding_3' }, + "faq_content_section/content_section_top_padding_1": { type: T.PANEL, children: string }, + "faq_content_section/faq_header": { type: T.LABEL, children: string }, + "faq_content_section/content_section_top_padding_2": { type: T.PANEL, children: string }, + "faq_content_section/faq_question_1": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_1_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_2": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_2_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_3": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_3_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_4": { type: T.BUTTON, children: string }, + "faq_content_section/faq_question_4_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_5": { type: T.PANEL, children: string }, + "faq_content_section/faq_question_5_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_6": { type: T.PANEL, children: string }, + "faq_content_section/faq_question_6_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_7": { type: T.PANEL, children: string }, + "faq_content_section/faq_question_7_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_8": { type: T.PANEL, children: string }, + "faq_content_section/faq_question_8_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_9": { type: T.PANEL, children: string }, + "faq_content_section/faq_question_9_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_10": { type: T.PANEL, children: string }, + "faq_content_section/faq_question_10_divider": { type: T.STACK_PANEL, children: string }, + "faq_content_section/faq_question_11": { type: T.PANEL, children: string }, + "faq_content_section/content_section_top_padding_3": { type: T.PANEL, children: string }, +} + +export type RealmsPlusLandingType = { + "landing_content_section": { type: T.STACK_PANEL, children: 'landing_content' }, + "landing_content_section/landing_content": { type: T.STACK_PANEL, children: 'title_stack' | 'vertical_small_spacer_0' | 'divider_panel' | 'vertical_small_spacer_1' | 'info_stack' | 'vertical_small_spacer_2' }, + "landing_content_section/landing_content/title_stack": { type: T.STACK_PANEL, children: string }, + "landing_content_section/landing_content/vertical_small_spacer_0": { type: T.PANEL, children: string }, + "landing_content_section/landing_content/divider_panel": { type: T.PANEL, children: 'section_divider' }, + "landing_content_section/landing_content/divider_panel/section_divider": { type: T.STACK_PANEL, children: string }, + "landing_content_section/landing_content/vertical_small_spacer_1": { type: T.PANEL, children: string }, + "landing_content_section/landing_content/info_stack": { type: T.STACK_PANEL, children: string }, + "landing_content_section/landing_content/vertical_small_spacer_2": { type: T.PANEL, children: string }, + "horizontal_small_spacer": { type: T.PANEL, children: string }, + "vertical_small_spacer": { type: T.PANEL, children: string }, + "vertical_med_spacer": { type: T.PANEL, children: string }, + "vertical_large_spacer": { type: T.PANEL, children: string }, + "title_stack": { type: T.STACK_PANEL, children: 'title_image_panel' | 'gradient_panel' | 'vertical_space' | 'action_button' | 'sign_in_button' | 'vertical_space2' }, + "title_stack/title_image_panel": { type: T.PANEL, children: string }, + "title_stack/gradient_panel": { type: T.PANEL, children: 'label_with_gradient_wrapper' }, + "title_stack/gradient_panel/label_with_gradient_wrapper": { type: T.PANEL, children: string }, + "title_stack/vertical_space": { type: T.PANEL, children: string }, + "title_stack/action_button": { type: T.PANEL, children: string }, + "title_stack/sign_in_button": { type: T.PANEL, children: string }, + "title_stack/vertical_space2": { type: T.PANEL, children: string }, + "label_with_gradient": { type: T.PANEL, children: string }, + "free_trial_text": { type: T.LABEL, children: string }, + "title_image_panel": { type: T.PANEL, children: 'title_image_container' | 'title_image_pre_release_container' }, + "title_image_panel/title_image_container": { type: T.STACK_PANEL, children: 'title_image' | 'title_art_image' }, + "title_image_panel/title_image_container/title_image": { type: T.IMAGE, children: string }, + "title_image_panel/title_image_container/title_art_image": { type: T.IMAGE, children: string }, + "title_image_panel/title_image_pre_release_container": { type: T.PANEL, children: 'title_image_pre_release' }, + "title_image_panel/title_image_pre_release_container/title_image_pre_release": { type: T.IMAGE, children: string }, + "info_stack": { type: T.STACK_PANEL, children: 'info_stack' }, + "info_stack/info_stack": { type: T.PANEL, children: 'info_description_stack_retail' | 'info_description_stack_preview' }, + "info_stack/info_stack/info_description_stack_retail": { type: T.STACK_PANEL, children: string }, + "info_stack/info_stack/info_description_stack_preview": { type: T.PANEL, children: string }, + "info_description_stack_retail": { type: T.STACK_PANEL, children: 'info_section_stack_1' | 'vertical_med_spacer0' | 'divider_centering_panel' | 'vertical_med_spacer1' | 'info_section_stack_recently_added' | 'vertical_med_spacer2' | 'divider_centering_panel2' | 'vertical_med_spacer3' | 'info_section_stack_2' }, + "info_description_stack_retail/info_section_stack_1": { type: T.STACK_PANEL, children: 'horizontal_small_spacer' | 'info_section_text_1_wrapper' }, + "info_description_stack_retail/info_section_stack_1/horizontal_small_spacer": { type: T.PANEL, children: string }, + "info_description_stack_retail/info_section_stack_1/info_section_text_1_wrapper": { type: T.PANEL, children: string }, + "info_description_stack_retail/vertical_med_spacer0": { type: T.PANEL, children: string }, + "info_description_stack_retail/divider_centering_panel": { type: T.PANEL, children: 'divider' }, + "info_description_stack_retail/divider_centering_panel/divider": { type: T.STACK_PANEL, children: string }, + "info_description_stack_retail/vertical_med_spacer1": { type: T.PANEL, children: string }, + "info_description_stack_retail/info_section_stack_recently_added": { type: T.STACK_PANEL, children: 'horizontal_small_spacer' | 'info_section_text_recently_added_wrapper' }, + "info_description_stack_retail/info_section_stack_recently_added/horizontal_small_spacer": { type: T.PANEL, children: string }, + "info_description_stack_retail/info_section_stack_recently_added/info_section_text_recently_added_wrapper": { type: T.PANEL, children: string }, + "info_description_stack_retail/vertical_med_spacer2": { type: T.PANEL, children: string }, + "info_description_stack_retail/divider_centering_panel2": { type: T.PANEL, children: 'divider2' }, + "info_description_stack_retail/divider_centering_panel2/divider2": { type: T.STACK_PANEL, children: string }, + "info_description_stack_retail/vertical_med_spacer3": { type: T.PANEL, children: string }, + "info_description_stack_retail/info_section_stack_2": { type: T.STACK_PANEL, children: 'horizontal_small_spacer' | 'info_section_text_2_wrapper' }, + "info_description_stack_retail/info_section_stack_2/horizontal_small_spacer": { type: T.PANEL, children: string }, + "info_description_stack_retail/info_section_stack_2/info_section_text_2_wrapper": { type: T.PANEL, children: string }, + "info_description_stack_prerelease": { type: T.PANEL, children: 'info_section_stack' }, + "info_description_stack_prerelease/info_section_stack": { type: T.STACK_PANEL, children: 'horizontal_large_spacer' | 'info_section_text_3_wrapper' }, + "info_description_stack_prerelease/info_section_stack/horizontal_large_spacer": { type: T.PANEL, children: string }, + "info_description_stack_prerelease/info_section_stack/info_section_text_3_wrapper": { type: T.PANEL, children: string }, + "info_section_stack": { type: T.STACK_PANEL, children: string }, + "info_section_text_1": { type: T.STACK_PANEL, children: 'info_text_bullet_1' | 'vertical_small_spacer_0' | 'info_text_bullet_2' | 'vertical_small_spacer_1' | 'info_text_bullet_3' }, + "info_section_text_1/info_text_bullet_1": { type: T.STACK_PANEL, children: string }, + "info_section_text_1/vertical_small_spacer_0": { type: T.PANEL, children: string }, + "info_section_text_1/info_text_bullet_2": { type: T.STACK_PANEL, children: string }, + "info_section_text_1/vertical_small_spacer_1": { type: T.PANEL, children: string }, + "info_section_text_1/info_text_bullet_3": { type: T.STACK_PANEL, children: string }, + "info_section_text_recently_added": { type: T.STACK_PANEL, children: 'recently_added_header' | 'info_text_bullet_contentSub' | 'vertical_small_spacer_1' | 'info_text_bullet_1' | 'vertical_small_spacer_2' | 'info_text_bullet_2' }, + "info_section_text_recently_added/recently_added_header": { type: T.LABEL, children: string }, + "info_section_text_recently_added/info_text_bullet_contentSub": { type: T.STACK_PANEL, children: 'vertical_small_spacer_0' | 'info_text_bullet_0' }, + "info_section_text_recently_added/info_text_bullet_contentSub/vertical_small_spacer_0": { type: T.PANEL, children: string }, + "info_section_text_recently_added/info_text_bullet_contentSub/info_text_bullet_0": { type: T.STACK_PANEL, children: string }, + "info_section_text_recently_added/vertical_small_spacer_1": { type: T.PANEL, children: string }, + "info_section_text_recently_added/info_text_bullet_1": { type: T.STACK_PANEL, children: string }, + "info_section_text_recently_added/vertical_small_spacer_2": { type: T.PANEL, children: string }, + "info_section_text_recently_added/info_text_bullet_2": { type: T.STACK_PANEL, children: string }, + "info_section_text_2": { type: T.STACK_PANEL, children: 'info_text_bullet_2' | 'vertical_small_spacer_0' | 'info_text_bullet_3' | 'vertical_small_spacer_1' | 'info_text_bullet_4' | 'info_text_bullet_notFreeTrial' }, + "info_section_text_2/info_text_bullet_2": { type: T.STACK_PANEL, children: string }, + "info_section_text_2/vertical_small_spacer_0": { type: T.PANEL, children: string }, + "info_section_text_2/info_text_bullet_3": { type: T.STACK_PANEL, children: string }, + "info_section_text_2/vertical_small_spacer_1": { type: T.PANEL, children: string }, + "info_section_text_2/info_text_bullet_4": { type: T.STACK_PANEL, children: string }, + "info_section_text_2/info_text_bullet_notFreeTrial": { type: T.STACK_PANEL, children: 'vertical_small_spacer' | 'info_text_bullet_4' }, + "info_section_text_2/info_text_bullet_notFreeTrial/vertical_small_spacer": { type: T.PANEL, children: string }, + "info_section_text_2/info_text_bullet_notFreeTrial/info_text_bullet_4": { type: T.STACK_PANEL, children: string }, + "info_section_text_3": { type: T.STACK_PANEL, children: 'info_text_unbulletted_1' | 'vertical_large_spacer_0' | 'info_text_unbulletted_2' | 'vertical_large_spacer_1' | 'info_text_unbulletted_3' | 'vertical_large_spacer_2' | 'info_text_unbulletted_4' }, + "info_section_text_3/info_text_unbulletted_1": { type: T.PANEL, children: string }, + "info_section_text_3/vertical_large_spacer_0": { type: T.PANEL, children: string }, + "info_section_text_3/info_text_unbulletted_2": { type: T.PANEL, children: string }, + "info_section_text_3/vertical_large_spacer_1": { type: T.PANEL, children: string }, + "info_section_text_3/info_text_unbulletted_3": { type: T.PANEL, children: string }, + "info_section_text_3/vertical_large_spacer_2": { type: T.PANEL, children: string }, + "info_section_text_3/info_text_unbulletted_4": { type: T.PANEL, children: string }, + "info_section_text": { type: T.STACK_PANEL, children: string }, + "info_text_bullet": { type: T.STACK_PANEL, children: 'info_text_bullet_bullet' | 'info_text_bullet_body' }, + "info_text_bullet/info_text_bullet_bullet": { type: T.LABEL, children: string }, + "info_text_bullet/info_text_bullet_body": { type: T.LABEL, children: string }, + "info_text_unbulletted": { type: T.PANEL, children: 'info_text_bullet_body' }, + "info_text_unbulletted/info_text_bullet_body": { type: T.LABEL, children: string }, +} + +export type RealmsPlusBuyType = { + "buy_now_content": { type: T.STACK_PANEL, children: 'description_stack' | 'realm_name' | 'terms_and_conditions' | 'padding_2' | 'buy_button' | 'padding_3' | 'platform_terms_factory' }, + "buy_now_content/description_stack": { type: T.STACK_PANEL, children: string }, + "buy_now_content/realm_name": { type: T.STACK_PANEL, children: string }, + "buy_now_content/terms_and_conditions": { type: T.PANEL, children: string }, + "buy_now_content/padding_2": { type: T.PANEL, children: string }, + "buy_now_content/buy_button": { type: T.PANEL, children: string }, + "buy_now_content/padding_3": { type: T.PANEL, children: string }, + "buy_now_content/platform_terms_factory": { type: T.STACK_PANEL, children: string }, + "content_text_section": { type: T.STACK_PANEL, children: 'text_description_wrapper' | 'padding' }, + "content_text_section/text_description_wrapper": { type: T.PANEL, children: string }, + "content_text_section/padding": { type: T.PANEL, children: string }, + "content_description": { type: T.PANEL, children: 'content_description_label' }, + "content_description/content_description_label": { type: T.LABEL, children: string }, + "trial_image_and_description": { type: T.STACK_PANEL, children: 'realms_image' | 'padding' | 'description_text_wrapper' }, + "trial_image_and_description/realms_image": { type: T.IMAGE, children: string }, + "trial_image_and_description/padding": { type: T.PANEL, children: string }, + "trial_image_and_description/description_text_wrapper": { type: T.PANEL, children: string }, + "description_text": { type: T.LABEL, children: string }, + "title_text": { type: T.LABEL, children: string }, + "title_with_gradient": { type: T.PANEL, children: string }, + "description_stack": { type: T.STACK_PANEL, children: 'title_with_gradient_wrapper' | 'padding' | 'image_and_description' }, + "description_stack/title_with_gradient_wrapper": { type: T.PANEL, children: string }, + "description_stack/padding": { type: T.PANEL, children: string }, + "description_stack/image_and_description": { type: T.STACK_PANEL, children: string }, + "realm_name_stack": { type: T.STACK_PANEL, children: 'realm_name_label' | 'padding_0' | 'realm_name_text_box' }, + "realm_name_stack/realm_name_label": { type: T.LABEL, children: string }, + "realm_name_stack/padding_0": { type: T.PANEL, children: string }, + "realm_name_stack/realm_name_text_box": { type: T.EDIT_BOX, children: string }, + "terms_and_conditions": { type: T.PANEL, children: 'terms_panel' }, + "terms_and_conditions/terms_panel": { type: T.PANEL, children: string }, + "terms_and_conditions_panel": { type: T.PANEL, children: 'name_label' | 'terms_string_panel' }, + "terms_and_conditions_panel/name_label": { type: T.LABEL, children: string }, + "terms_and_conditions_panel/terms_string_panel": { type: T.PANEL, children: 'banner_fill' | 'buttons_stack_panel' }, + "terms_and_conditions_panel/terms_string_panel/banner_fill": { type: T.IMAGE, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel": { type: T.STACK_PANEL, children: 'agree_panel' | 'view_terms_button' | 'privacy_policy_button' }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel": { type: T.PANEL, children: 'checkbox_control' }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/agree_panel/checkbox_control": { type: T.TOGGLE, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/view_terms_button": { type: T.BUTTON, children: string }, + "terms_and_conditions_panel/terms_string_panel/buttons_stack_panel/privacy_policy_button": { type: T.BUTTON, children: string }, + "button_text": { type: T.LABEL, children: string }, + "view_terms_button": { type: T.BUTTON, children: string }, + "privacy_policy_button": { type: T.BUTTON, children: string }, + "buy_button_panel": { type: T.PANEL, children: 'buy_button' }, + "buy_button_panel/buy_button": { type: T.BUTTON, children: string }, + "buy_button_content": { type: T.PANEL, children: 'button_chevron_panel' | 'button_text' }, + "buy_button_content/button_chevron_panel": { type: T.STACK_PANEL, children: 'buy_button_chevron' }, + "buy_button_content/button_chevron_panel/buy_button_chevron": { type: T.PANEL, children: string }, + "buy_button_content/button_text": { type: T.LABEL, children: string }, +} + +export type RealmsPlusPacksType = { + "view_all_packs_screen": { type: T.SCREEN, children: string }, + "view_packs_screen_content": { type: T.PANEL, children: 'main_panel' }, + "view_packs_screen_content/main_panel": { type: T.STACK_PANEL, children: string }, + "realmsPlus_view_packs_screen_main_panel": { type: T.INPUT_PANEL, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'offers' | 'progress_loading' }, + "main_panel/offers": { type: T.PANEL, children: string }, + "main_panel/progress_loading": { type: T.PANEL, children: string }, + "scrolling_content_stack": { type: T.STACK_PANEL, children: 'padding_0' | 'store_factory' }, + "scrolling_content_stack/padding_0": { type: T.PANEL, children: string }, + "scrolling_content_stack/store_factory": { type: T.STACK_PANEL, children: string }, +} + +export type RealmsPlusPurchaseWarningType = { + "realmsPlus_purchase_warning_screen": { type: T.SCREEN, children: string }, + "purchase_warning_screen_content": { type: T.PANEL, children: 'main_panel' }, + "purchase_warning_screen_content/main_panel": { type: T.PANEL, children: string }, + "warning_modal_main_panel": { type: T.STACK_PANEL, children: 'art_panel' | 'padding' | 'text_panel' }, + "warning_modal_main_panel/art_panel": { type: T.PANEL, children: 'art' }, + "warning_modal_main_panel/art_panel/art": { type: T.IMAGE, children: string }, + "warning_modal_main_panel/padding": { type: T.PANEL, children: string }, + "warning_modal_main_panel/text_panel": { type: T.STACK_PANEL, children: 'description_panel' | 'padding' | 'checkbox_with_label_panel' }, + "warning_modal_main_panel/text_panel/description_panel": { type: T.PANEL, children: 'description_text' }, + "warning_modal_main_panel/text_panel/description_panel/description_text": { type: T.LABEL, children: string }, + "warning_modal_main_panel/text_panel/padding": { type: T.PANEL, children: string }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel": { type: T.STACK_PANEL, children: 'checkbox_panel' | 'padding' | 'label_panel' }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel/checkbox_panel": { type: T.TOGGLE, children: string }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel/padding": { type: T.PANEL, children: string }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel/label_panel": { type: T.PANEL, children: 'label_text' }, + "warning_modal_main_panel/text_panel/checkbox_with_label_panel/label_panel/label_text": { type: T.LABEL, children: string }, + "warning_modal_button_panel": { type: T.STACK_PANEL, children: 'back_button' | 'padding' | 'continue_button' }, + "warning_modal_button_panel/back_button": { type: T.BUTTON, children: string }, + "warning_modal_button_panel/padding": { type: T.PANEL, children: string }, + "warning_modal_button_panel/continue_button": { type: T.BUTTON, children: string }, +} + +export type RealmsStoriesTransitionType = { + "realms_stories_transition_screen": { type: T.SCREEN, children: string }, +} + +export type RedstoneType = { + "item_dropper_label": { type: T.LABEL, children: string }, + "dispenser_label": { type: T.LABEL, children: string }, + "crafter_label": { type: T.LABEL, children: string }, + "dropper_label": { type: T.LABEL, children: string }, + "hopper_label": { type: T.LABEL, children: string }, + "redstone_input_grid": { type: T.GRID, children: string }, + "redstone_panel_top_half": { type: T.PANEL, children: 'redstone_input_grid' }, + "redstone_panel_top_half/redstone_input_grid": { type: T.GRID, children: string }, + "panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'redstone_screen_inventory' | 'red_icon' | 'gamepad_cursor' }, + "panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "panel/root_panel/redstone_screen_inventory": { type: T.PANEL, children: 'red_panel' | 'red_bottom_half' | 'hotbar_grid' | 'red_hold_icon' }, + "panel/root_panel/redstone_screen_inventory/red_panel": { type: T.PANEL, children: string }, + "panel/root_panel/redstone_screen_inventory/red_bottom_half": { type: T.PANEL, children: string }, + "panel/root_panel/redstone_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "panel/root_panel/redstone_screen_inventory/red_hold_icon": { type: T.BUTTON, children: string }, + "panel/root_panel/red_icon": { type: T.BUTTON, children: string }, + "panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "crafter_input_grid": { type: T.GRID, children: string }, + "cell_image": { type: T.IMAGE, children: string }, + "crafter_highlight_slot": { type: T.IMAGE, children: string }, + "crafter_container_slot_button_prototype": { type: T.BUTTON, children: string }, + "crafter_highlight_slot_panel": { type: T.PANEL, children: 'highlight' | 'white_border' }, + "crafter_highlight_slot_panel/highlight": { type: T.IMAGE, children: 'hover_text' }, + "crafter_highlight_slot_panel/highlight/hover_text": { type: T.CUSTOM, children: string }, + "crafter_highlight_slot_panel/white_border": { type: T.IMAGE, children: string }, + "crafter_enabled_slot_template": { type: T.INPUT_PANEL, children: string }, + "crafter_disabled_slot": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "crafter_disabled_slot/default": { type: T.IMAGE, children: string }, + "crafter_disabled_slot/hover": { type: T.IMAGE, children: string }, + "crafter_disabled_slot/pressed": { type: T.IMAGE, children: string }, + "output_slot_hover_info": { type: T.BUTTON, children: 'hover' | 'output_slot' | 'output_slot_border' | 'output_count' }, + "output_slot_hover_info/hover": { type: T.CUSTOM, children: string }, + "output_slot_hover_info/output_slot": { type: T.CUSTOM, children: string }, + "output_slot_hover_info/output_slot_border": { type: T.IMAGE, children: string }, + "output_slot_hover_info/output_count": { type: T.LABEL, children: string }, + "panel_crafter": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "panel_crafter/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "panel_crafter/selected_item_details_factory": { type: T.FACTORY, children: string }, + "panel_crafter/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "panel_crafter/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'disabled_slot_0_button' | 'disabled_slot_1_button' | 'disabled_slot_2_button' | 'disabled_slot_3_button' | 'disabled_slot_4_button' | 'disabled_slot_5_button' | 'disabled_slot_6_button' | 'disabled_slot_7_button' | 'disabled_slot_8_button' | 'redstone_screen_inventory' | 'red_icon' | 'gamepad_cursor' }, + "panel_crafter/root_panel/common_panel": { type: T.PANEL, children: string }, + "panel_crafter/root_panel/disabled_slot_0_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_1_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_2_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_3_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_4_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_5_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_6_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_7_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/disabled_slot_8_button": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory": { type: T.PANEL, children: 'crafting_grid' | 'red_bottom_half' | 'hotbar_grid' | 'red_hold_icon' | 'redstone_wire_line' | 'crafter_output' }, + "panel_crafter/root_panel/redstone_screen_inventory/crafting_grid": { type: T.PANEL, children: 'crafter_input_grid' }, + "panel_crafter/root_panel/redstone_screen_inventory/crafting_grid/crafter_input_grid": { type: T.GRID, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory/red_bottom_half": { type: T.PANEL, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory/red_hold_icon": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory/redstone_wire_line": { type: T.IMAGE, children: string }, + "panel_crafter/root_panel/redstone_screen_inventory/crafter_output": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/red_icon": { type: T.BUTTON, children: string }, + "panel_crafter/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "panel_crafter/flying_item_renderer": { type: T.CUSTOM, children: string }, + "hopper_screen": { type: T.SCREEN, children: string }, + "dispenser_screen": { type: T.SCREEN, children: string }, + "crafter_screen": { type: T.SCREEN, children: string }, + "dropper_screen": { type: T.SCREEN, children: string }, +} + +export type ResourcePacksType = { + "black_image": { type: T.IMAGE, children: string }, + "gray_image": { type: T.IMAGE, children: string }, + "yellow_image": { type: T.IMAGE, children: string }, + "white_image": { type: T.PANEL, children: 'border' }, + "white_image/border": { type: T.IMAGE, children: string }, + "icon_image": { type: T.IMAGE, children: string }, + "resource_packs_toggle_button_control": { type: T.PANEL, children: 'icon_border' | 'cycling_icon' | 'tab_button_text' }, + "resource_packs_toggle_button_control/icon_border": { type: T.PANEL, children: string }, + "resource_packs_toggle_button_control/cycling_icon": { type: T.IMAGE, children: string }, + "resource_packs_toggle_button_control/tab_button_text": { type: T.LABEL, children: string }, + "resource_packs_section_toggle_base": { type: T.PANEL, children: string }, + "selected_icon_image": { type: T.IMAGE, children: string }, + "available_icon_image": { type: T.IMAGE, children: string }, + "realms_icon_image": { type: T.IMAGE, children: string }, + "unowned_icon_image": { type: T.IMAGE, children: string }, + "invalid_icon_image": { type: T.IMAGE, children: string }, + "minus_image": { type: T.IMAGE, children: string }, + "plus_image": { type: T.IMAGE, children: string }, + "minus_text": { type: T.LABEL, children: string }, + "plus_text": { type: T.LABEL, children: string }, + "store_text": { type: T.LABEL, children: string }, + "error_image": { type: T.IMAGE, children: string }, + "error_image_hover": { type: T.IMAGE, children: string }, + "error_image_panel": { type: T.PANEL, children: 'default' | 'hover' }, + "error_image_panel/default": { type: T.IMAGE, children: string }, + "error_image_panel/hover": { type: T.IMAGE, children: string }, + "warning_image": { type: T.IMAGE, children: string }, + "warning_image_hover": { type: T.IMAGE, children: string }, + "warning_panel": { type: T.PANEL, children: 'default' | 'hover' }, + "warning_panel/default": { type: T.IMAGE, children: string }, + "warning_panel/hover": { type: T.IMAGE, children: string }, + "no_error_image": { type: T.IMAGE, children: string }, + "no_error_image_hover": { type: T.IMAGE, children: string }, + "no_error_panel": { type: T.PANEL, children: 'default' | 'hover' }, + "no_error_panel/default": { type: T.IMAGE, children: string }, + "no_error_panel/hover": { type: T.IMAGE, children: string }, + "up_arrow_image": { type: T.IMAGE, children: string }, + "down_arrow_image": { type: T.IMAGE, children: string }, + "up_arrow_image_hover": { type: T.IMAGE, children: string }, + "down_arrow_image_hover": { type: T.IMAGE, children: string }, + "up_arrow_panel": { type: T.PANEL, children: 'default' | 'hover' }, + "up_arrow_panel/default": { type: T.IMAGE, children: string }, + "up_arrow_panel/hover": { type: T.IMAGE, children: string }, + "up_arrow_wrapper": { type: T.PANEL, children: 'down_arrow' | 'divider_right' }, + "up_arrow_wrapper/down_arrow": { type: T.PANEL, children: string }, + "up_arrow_wrapper/divider_right": { type: T.PANEL, children: string }, + "down_arrow_panel": { type: T.PANEL, children: 'default' | 'hover' }, + "down_arrow_panel/default": { type: T.IMAGE, children: string }, + "down_arrow_panel/hover": { type: T.IMAGE, children: string }, + "down_arrow_wrapper": { type: T.PANEL, children: 'down_arrow' | 'divider_right' }, + "down_arrow_wrapper/down_arrow": { type: T.PANEL, children: string }, + "down_arrow_wrapper/divider_right": { type: T.PANEL, children: string }, + "progress_loading_bars": { type: T.IMAGE, children: string }, + "warning_image_wrapper": { type: T.PANEL, children: 'error_image' | 'warning_image' | 'no_error_panel' | 'progress_loading_bars' }, + "warning_image_wrapper/error_image": { type: T.PANEL, children: string }, + "warning_image_wrapper/warning_image": { type: T.PANEL, children: string }, + "warning_image_wrapper/no_error_panel": { type: T.PANEL, children: string }, + "warning_image_wrapper/progress_loading_bars": { type: T.IMAGE, children: string }, + "tooltip_image_wrapper": { type: T.PANEL, children: 'error_image' | 'warning_image' }, + "tooltip_image_wrapper/error_image": { type: T.IMAGE, children: string }, + "tooltip_image_wrapper/warning_image": { type: T.IMAGE, children: string }, + "options_image": { type: T.IMAGE, children: string }, + "options_image_hover": { type: T.IMAGE, children: string }, + "options_image_panel": { type: T.PANEL, children: 'default' | 'hover' }, + "options_image_panel/default": { type: T.IMAGE, children: string }, + "options_image_panel/hover": { type: T.PANEL, children: 'image' | 'border' }, + "options_image_panel/hover/image": { type: T.IMAGE, children: string }, + "options_image_panel/hover/border": { type: T.IMAGE, children: string }, + "options_wrapper": { type: T.PANEL, children: 'options' | 'divider_right' }, + "options_wrapper/options": { type: T.PANEL, children: string }, + "options_wrapper/divider_right": { type: T.PANEL, children: string }, + "common_pack_button": { type: T.BUTTON, children: string }, + "available_text_panel": { type: T.STACK_PANEL, children: 'name_panel' | 'full_panel' }, + "available_text_panel/name_panel": { type: T.STACK_PANEL, children: 'available_pack_name_label' | 'available_file_size_label' }, + "available_text_panel/name_panel/available_pack_name_label": { type: T.LABEL, children: string }, + "available_text_panel/name_panel/available_file_size_label": { type: T.LABEL, children: string }, + "available_text_panel/full_panel": { type: T.STACK_PANEL, children: 'description_panel' }, + "available_text_panel/full_panel/description_panel": { type: T.PANEL, children: 'available_pack_description_label' }, + "available_text_panel/full_panel/description_panel/available_pack_description_label": { type: T.LABEL, children: string }, + "realms_text_panel": { type: T.STACK_PANEL, children: 'name_panel' | 'description_panel' }, + "realms_text_panel/name_panel": { type: T.STACK_PANEL, children: 'realms_pack_name_label' | 'realms_file_size_label' }, + "realms_text_panel/name_panel/realms_pack_name_label": { type: T.LABEL, children: string }, + "realms_text_panel/name_panel/realms_file_size_label": { type: T.LABEL, children: string }, + "realms_text_panel/description_panel": { type: T.PANEL, children: 'realms_pack_description_label' }, + "realms_text_panel/description_panel/realms_pack_description_label": { type: T.LABEL, children: string }, + "unowned_text_panel": { type: T.STACK_PANEL, children: 'name_panel' | 'description_panel' }, + "unowned_text_panel/name_panel": { type: T.STACK_PANEL, children: 'unowned_pack_name_label' | 'unowned_file_size_label' }, + "unowned_text_panel/name_panel/unowned_pack_name_label": { type: T.LABEL, children: string }, + "unowned_text_panel/name_panel/unowned_file_size_label": { type: T.LABEL, children: string }, + "unowned_text_panel/description_panel": { type: T.PANEL, children: 'unowned_pack_description_label' }, + "unowned_text_panel/description_panel/unowned_pack_description_label": { type: T.LABEL, children: string }, + "selected_text_panel": { type: T.STACK_PANEL, children: 'name_panel' | 'full_panel' }, + "selected_text_panel/name_panel": { type: T.STACK_PANEL, children: 'selected_pack_name_label' | 'selected_file_size_label' | 'active_dot_panel' }, + "selected_text_panel/name_panel/selected_pack_name_label": { type: T.LABEL, children: string }, + "selected_text_panel/name_panel/selected_file_size_label": { type: T.LABEL, children: string }, + "selected_text_panel/name_panel/active_dot_panel": { type: T.PANEL, children: 'active_dot' }, + "selected_text_panel/name_panel/active_dot_panel/active_dot": { type: T.IMAGE, children: string }, + "selected_text_panel/full_panel": { type: T.STACK_PANEL, children: 'warning_line' | 'error_line' | 'expired_line' | 'description_panel' }, + "selected_text_panel/full_panel/warning_line": { type: T.STACK_PANEL, children: 'warning_text' | 'warning_number' }, + "selected_text_panel/full_panel/warning_line/warning_text": { type: T.LABEL, children: string }, + "selected_text_panel/full_panel/warning_line/warning_number": { type: T.LABEL, children: string }, + "selected_text_panel/full_panel/error_line": { type: T.STACK_PANEL, children: 'error_text' | 'error_number' }, + "selected_text_panel/full_panel/error_line/error_text": { type: T.LABEL, children: string }, + "selected_text_panel/full_panel/error_line/error_number": { type: T.LABEL, children: string }, + "selected_text_panel/full_panel/expired_line": { type: T.PANEL, children: 'expired_text' }, + "selected_text_panel/full_panel/expired_line/expired_text": { type: T.LABEL, children: string }, + "selected_text_panel/full_panel/description_panel": { type: T.PANEL, children: 'selected_pack_description_label' }, + "selected_text_panel/full_panel/description_panel/selected_pack_description_label": { type: T.LABEL, children: string }, + "invalid_text_panel": { type: T.STACK_PANEL, children: 'full_panel' }, + "invalid_text_panel/full_panel": { type: T.STACK_PANEL, children: 'error_line' }, + "invalid_text_panel/full_panel/error_line": { type: T.STACK_PANEL, children: 'error_text' | 'error_number' }, + "invalid_text_panel/full_panel/error_line/error_text": { type: T.LABEL, children: string }, + "invalid_text_panel/full_panel/error_line/error_number": { type: T.LABEL, children: string }, + "available_pack_button_layout": { type: T.PANEL, children: 'available_icon_image' | 'text_panel_small' | 'text_panel_full' | 'read_more_button_panel' | 'read_less_button_panel' }, + "available_pack_button_layout/available_icon_image": { type: T.IMAGE, children: string }, + "available_pack_button_layout/text_panel_small": { type: T.STACK_PANEL, children: string }, + "available_pack_button_layout/text_panel_full": { type: T.STACK_PANEL, children: string }, + "available_pack_button_layout/read_more_button_panel": { type: T.PANEL, children: string }, + "available_pack_button_layout/read_less_button_panel": { type: T.PANEL, children: string }, + "available_pack_button_layout_hover": { type: T.PANEL, children: 'hover_small' | 'available_icon_image' | 'text_panel_small' | 'text_panel_full_hover' | 'read_more_button_panel' | 'read_less_button_panel' }, + "available_pack_button_layout_hover/hover_small": { type: T.IMAGE, children: string }, + "available_pack_button_layout_hover/available_icon_image": { type: T.IMAGE, children: string }, + "available_pack_button_layout_hover/text_panel_small": { type: T.STACK_PANEL, children: string }, + "available_pack_button_layout_hover/text_panel_full_hover": { type: T.PANEL, children: 'text_panel_full' }, + "available_pack_button_layout_hover/text_panel_full_hover/text_panel_full": { type: T.STACK_PANEL, children: string }, + "available_pack_button_layout_hover/read_more_button_panel": { type: T.PANEL, children: string }, + "available_pack_button_layout_hover/read_less_button_panel": { type: T.PANEL, children: string }, + "available_pack_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "available_pack_button/default": { type: T.PANEL, children: string }, + "available_pack_button/pressed": { type: T.PANEL, children: string }, + "available_pack_button/hover": { type: T.PANEL, children: string }, + "realms_pack_button_layout": { type: T.PANEL, children: 'realms_icon_image' | 'text_panel_small' | 'text_panel_full' | 'read_more_button_panel' | 'read_less_button_panel' }, + "realms_pack_button_layout/realms_icon_image": { type: T.IMAGE, children: string }, + "realms_pack_button_layout/text_panel_small": { type: T.STACK_PANEL, children: string }, + "realms_pack_button_layout/text_panel_full": { type: T.STACK_PANEL, children: string }, + "realms_pack_button_layout/read_more_button_panel": { type: T.PANEL, children: string }, + "realms_pack_button_layout/read_less_button_panel": { type: T.PANEL, children: string }, + "realms_pack_button_layout_hover": { type: T.PANEL, children: 'hover_small' | 'realms_icon_image' | 'text_panel_small' | 'text_panel_full_hover' | 'read_more_button_panel' | 'read_less_button_panel' }, + "realms_pack_button_layout_hover/hover_small": { type: T.IMAGE, children: string }, + "realms_pack_button_layout_hover/realms_icon_image": { type: T.IMAGE, children: string }, + "realms_pack_button_layout_hover/text_panel_small": { type: T.STACK_PANEL, children: string }, + "realms_pack_button_layout_hover/text_panel_full_hover": { type: T.PANEL, children: 'text_panel_full' }, + "realms_pack_button_layout_hover/text_panel_full_hover/text_panel_full": { type: T.STACK_PANEL, children: string }, + "realms_pack_button_layout_hover/read_more_button_panel": { type: T.PANEL, children: string }, + "realms_pack_button_layout_hover/read_less_button_panel": { type: T.PANEL, children: string }, + "realms_pack_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "realms_pack_button/default": { type: T.PANEL, children: string }, + "realms_pack_button/pressed": { type: T.PANEL, children: string }, + "realms_pack_button/hover": { type: T.PANEL, children: string }, + "unowned_pack_button_layout": { type: T.PANEL, children: 'unowned_icon_image' | 'text_panel_small' | 'text_panel_full' | 'read_more_button_panel' | 'read_less_button_panel' }, + "unowned_pack_button_layout/unowned_icon_image": { type: T.IMAGE, children: string }, + "unowned_pack_button_layout/text_panel_small": { type: T.STACK_PANEL, children: string }, + "unowned_pack_button_layout/text_panel_full": { type: T.STACK_PANEL, children: string }, + "unowned_pack_button_layout/read_more_button_panel": { type: T.PANEL, children: string }, + "unowned_pack_button_layout/read_less_button_panel": { type: T.PANEL, children: string }, + "unowned_pack_button_layout_hover": { type: T.PANEL, children: 'hover_small' | 'unowned_icon_image' | 'text_panel_small' | 'text_panel_full_hover' | 'read_more_button_panel' | 'read_less_button_panel' }, + "unowned_pack_button_layout_hover/hover_small": { type: T.IMAGE, children: string }, + "unowned_pack_button_layout_hover/unowned_icon_image": { type: T.IMAGE, children: string }, + "unowned_pack_button_layout_hover/text_panel_small": { type: T.STACK_PANEL, children: string }, + "unowned_pack_button_layout_hover/text_panel_full_hover": { type: T.PANEL, children: 'text_panel_full' }, + "unowned_pack_button_layout_hover/text_panel_full_hover/text_panel_full": { type: T.STACK_PANEL, children: string }, + "unowned_pack_button_layout_hover/read_more_button_panel": { type: T.PANEL, children: string }, + "unowned_pack_button_layout_hover/read_less_button_panel": { type: T.PANEL, children: string }, + "unowned_pack_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "unowned_pack_button/default": { type: T.PANEL, children: string }, + "unowned_pack_button/pressed": { type: T.PANEL, children: string }, + "unowned_pack_button/hover": { type: T.PANEL, children: string }, + "invalid_pack_button_layout": { type: T.PANEL, children: 'invalid_icon_image' | 'text_panel' }, + "invalid_pack_button_layout/invalid_icon_image": { type: T.IMAGE, children: string }, + "invalid_pack_button_layout/text_panel": { type: T.STACK_PANEL, children: string }, + "invalid_pack_button_layout_hover": { type: T.PANEL, children: 'hover_small' | 'invalid_icon_image' | 'text_panel_full_hover' }, + "invalid_pack_button_layout_hover/hover_small": { type: T.IMAGE, children: string }, + "invalid_pack_button_layout_hover/invalid_icon_image": { type: T.IMAGE, children: string }, + "invalid_pack_button_layout_hover/text_panel_full_hover": { type: T.PANEL, children: 'text_panel' }, + "invalid_pack_button_layout_hover/text_panel_full_hover/text_panel": { type: T.STACK_PANEL, children: string }, + "invalid_pack_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "invalid_pack_button/default": { type: T.PANEL, children: string }, + "invalid_pack_button/pressed": { type: T.PANEL, children: string }, + "invalid_pack_button/hover": { type: T.PANEL, children: string }, + "empty_resource_pack_button": { type: T.PANEL, children: string }, + "resource_pack_button_padding": { type: T.PANEL, children: string }, + "input_button_panel": { type: T.INPUT_PANEL, children: 'border_image' | 'background' }, + "input_button_panel/border_image": { type: T.IMAGE, children: 'button_panel' }, + "input_button_panel/border_image/button_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'padding_1' | 'padding_2' | 'padding_3' | 'padding_4' }, + "input_button_panel/border_image/button_panel/padding_0": { type: T.PANEL, children: string }, + "input_button_panel/border_image/button_panel/padding_1": { type: T.PANEL, children: string }, + "input_button_panel/border_image/button_panel/padding_2": { type: T.PANEL, children: string }, + "input_button_panel/border_image/button_panel/padding_3": { type: T.PANEL, children: string }, + "input_button_panel/border_image/button_panel/padding_4": { type: T.PANEL, children: string }, + "input_button_panel/background": { type: T.IMAGE, children: string }, + "selected_pack_button_layout": { type: T.PANEL, children: 'selected_icon_image' | 'text_panel_small' | 'text_panel_full' | 'read_more_button_panel' | 'read_less_button_panel' }, + "selected_pack_button_layout/selected_icon_image": { type: T.IMAGE, children: string }, + "selected_pack_button_layout/text_panel_small": { type: T.STACK_PANEL, children: string }, + "selected_pack_button_layout/text_panel_full": { type: T.STACK_PANEL, children: string }, + "selected_pack_button_layout/read_more_button_panel": { type: T.PANEL, children: string }, + "selected_pack_button_layout/read_less_button_panel": { type: T.PANEL, children: string }, + "selected_pack_button_layout_hover": { type: T.PANEL, children: 'hover_small' | 'selected_icon_image' | 'text_panel_small' | 'text_panel_full_hover' | 'read_more_button_panel' | 'read_less_button_panel' }, + "selected_pack_button_layout_hover/hover_small": { type: T.IMAGE, children: string }, + "selected_pack_button_layout_hover/selected_icon_image": { type: T.IMAGE, children: string }, + "selected_pack_button_layout_hover/text_panel_small": { type: T.STACK_PANEL, children: string }, + "selected_pack_button_layout_hover/text_panel_full_hover": { type: T.PANEL, children: 'text_panel_full' }, + "selected_pack_button_layout_hover/text_panel_full_hover/text_panel_full": { type: T.STACK_PANEL, children: string }, + "selected_pack_button_layout_hover/read_more_button_panel": { type: T.PANEL, children: string }, + "selected_pack_button_layout_hover/read_less_button_panel": { type: T.PANEL, children: string }, + "selected_pack_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "selected_pack_button/default": { type: T.PANEL, children: string }, + "selected_pack_button/pressed": { type: T.PANEL, children: string }, + "selected_pack_button/hover": { type: T.PANEL, children: string }, + "selected_pack_movement_button": { type: T.BUTTON, children: string }, + "selected_pack_transparent_movement_button": { type: T.BUTTON, children: string }, + "selected_pack_minus_button": { type: T.BUTTON, children: string }, + "selected_pack_plus_button": { type: T.BUTTON, children: string }, + "selected_pack_store_button": { type: T.BUTTON, children: string }, + "selected_pack_store_button_fill": { type: T.BUTTON, children: string }, + "selected_pack_up_button": { type: T.BUTTON, children: string }, + "selected_pack_down_button": { type: T.BUTTON, children: string }, + "selected_pack_warning_button": { type: T.BUTTON, children: string }, + "selected_pack_options_button": { type: T.BUTTON, children: string }, + "white_label": { type: T.LABEL, children: string }, + "gray_label": { type: T.LABEL, children: string }, + "suggested_content_offers_title_label": { type: T.LABEL, children: string }, + "available_packs_title_content": { type: T.STACK_PANEL, children: string }, + "realms_packs_title_content": { type: T.STACK_PANEL, children: string }, + "unowned_packs_title_content": { type: T.STACK_PANEL, children: string }, + "selected_packs_title_content": { type: T.STACK_PANEL, children: 'selected_packs_title_label' | 'fill_pad' | 'icon_panel' | 'pad_0' | 'count' | 'pad_1' | 'plus_panel' | 'minus_panel' }, + "selected_packs_title_content/selected_packs_title_label": { type: T.LABEL, children: string }, + "selected_packs_title_content/fill_pad": { type: T.PANEL, children: string }, + "selected_packs_title_content/icon_panel": { type: T.PANEL, children: 'block_icon' }, + "selected_packs_title_content/icon_panel/block_icon": { type: T.IMAGE, children: string }, + "selected_packs_title_content/pad_0": { type: T.PANEL, children: string }, + "selected_packs_title_content/count": { type: T.LABEL, children: string }, + "selected_packs_title_content/pad_1": { type: T.PANEL, children: string }, + "selected_packs_title_content/plus_panel": { type: T.PANEL, children: 'plus' }, + "selected_packs_title_content/plus_panel/plus": { type: T.IMAGE, children: string }, + "selected_packs_title_content/minus_panel": { type: T.PANEL, children: 'minus' }, + "selected_packs_title_content/minus_panel/minus": { type: T.IMAGE, children: string }, + "available_packs_title_button": { type: T.BUTTON, children: string }, + "realms_packs_title_button": { type: T.BUTTON, children: string }, + "unowned_packs_title_button": { type: T.BUTTON, children: string }, + "selected_packs_title_button": { type: T.BUTTON, children: string }, + "name_label": { type: T.LABEL, children: string }, + "size_label": { type: T.LABEL, children: string }, + "description_label": { type: T.LABEL, children: string }, + "pack_label": { type: T.LABEL, children: string }, + "selected_pack_description_label": { type: T.LABEL, children: string }, + "available_pack_description_label": { type: T.LABEL, children: string }, + "realms_pack_description_label": { type: T.LABEL, children: string }, + "unowned_pack_description_label": { type: T.LABEL, children: string }, + "selected_pack_name_label": { type: T.LABEL, children: string }, + "selected_file_size_label": { type: T.LABEL, children: string }, + "available_pack_name_label": { type: T.LABEL, children: string }, + "available_file_size_label": { type: T.LABEL, children: string }, + "realms_pack_name_label": { type: T.LABEL, children: string }, + "realms_file_size_label": { type: T.LABEL, children: string }, + "unowned_pack_name_label": { type: T.LABEL, children: string }, + "unowned_file_size_label": { type: T.LABEL, children: string }, + "invalid_pack_name_label": { type: T.LABEL, children: string }, + "invalid_pack_description_label": { type: T.LABEL, children: string }, + "available_panel": { type: T.PANEL, children: 'selected_packs' }, + "available_panel/selected_packs": { type: T.PANEL, children: string }, + "checkbox_visuals": { type: T.PANEL, children: string }, + "header_control": { type: T.TOGGLE, children: 'header_description_stack_panel' }, + "header_control/header_description_stack_panel": { type: T.STACK_PANEL, children: 'checkbox_visuals' | 'buffer_panel' }, + "header_control/header_description_stack_panel/checkbox_visuals": { type: T.PANEL, children: string }, + "header_control/header_description_stack_panel/buffer_panel": { type: T.PANEL, children: 'label' }, + "header_control/header_description_stack_panel/buffer_panel/label": { type: T.LABEL, children: string }, + "addon_header_control": { type: T.PANEL, children: 'header_description_stack_panel' }, + "addon_header_control/header_description_stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'description_center_panel' | 'padding_1' | 'link_center_panel' | 'padding_2' }, + "addon_header_control/header_description_stack_panel/padding_0": { type: T.PANEL, children: string }, + "addon_header_control/header_description_stack_panel/description_center_panel": { type: T.PANEL, children: 'label' }, + "addon_header_control/header_description_stack_panel/description_center_panel/label": { type: T.LABEL, children: string }, + "addon_header_control/header_description_stack_panel/padding_1": { type: T.PANEL, children: string }, + "addon_header_control/header_description_stack_panel/link_center_panel": { type: T.PANEL, children: 'addon_link_button' }, + "addon_header_control/header_description_stack_panel/link_center_panel/addon_link_button": { type: T.BUTTON, children: string }, + "addon_header_control/header_description_stack_panel/padding_2": { type: T.PANEL, children: string }, + "panel_bg": { type: T.PANEL, children: 'black_background' | 'gray' }, + "panel_bg/black_background": { type: T.IMAGE, children: string }, + "panel_bg/gray": { type: T.IMAGE, children: string }, + "addon_panel_bg": { type: T.PANEL, children: 'black_background' | 'yellow' }, + "addon_panel_bg/black_background": { type: T.IMAGE, children: string }, + "addon_panel_bg/yellow": { type: T.IMAGE, children: string }, + "error_panel": { type: T.PANEL, children: 'black_background' }, + "error_panel/black_background": { type: T.IMAGE, children: 'gray' }, + "error_panel/black_background/gray": { type: T.IMAGE, children: 'panel' }, + "error_panel/black_background/gray/panel": { type: T.PANEL, children: 'error_label' }, + "error_panel/black_background/gray/panel/error_label": { type: T.LABEL, children: string }, + "selected_stack_panel": { type: T.STACK_PANEL, children: 'world_template_option_lock_panel' | 'top_panel' | 'offset_0' | 'addon_stacking_warning_panel' | 'offset_1' | 'selected_packs_title_panel' | 'selected_pack_section' | 'offset_2' | 'available_packs_title_panel' | 'available_packs_section' | 'offset_3' | 'realms_packs_title_button' | 'realms_packs_section' | 'offset_4' | 'unowned_packs_title_button' | 'unowned_packs_section' }, + "selected_stack_panel/world_template_option_lock_panel": { type: T.PANEL, children: 'option_info_label' }, + "selected_stack_panel/world_template_option_lock_panel/option_info_label": { type: T.PANEL, children: string }, + "selected_stack_panel/top_panel": { type: T.PANEL, children: 'panel_bg' | 'header_control' }, + "selected_stack_panel/top_panel/panel_bg": { type: T.PANEL, children: string }, + "selected_stack_panel/top_panel/header_control": { type: T.TOGGLE, children: string }, + "selected_stack_panel/offset_0": { type: T.PANEL, children: string }, + "selected_stack_panel/addon_stacking_warning_panel": { type: T.PANEL, children: 'addon_panel_bg' | 'header_control' }, + "selected_stack_panel/addon_stacking_warning_panel/addon_panel_bg": { type: T.PANEL, children: string }, + "selected_stack_panel/addon_stacking_warning_panel/header_control": { type: T.PANEL, children: string }, + "selected_stack_panel/offset_1": { type: T.PANEL, children: string }, + "selected_stack_panel/selected_packs_title_panel": { type: T.STACK_PANEL, children: 'selected_packs_title_button' | 'tooltip' }, + "selected_stack_panel/selected_packs_title_panel/selected_packs_title_button": { type: T.BUTTON, children: string }, + "selected_stack_panel/selected_packs_title_panel/tooltip": { type: T.PANEL, children: 'button' }, + "selected_stack_panel/selected_packs_title_panel/tooltip/button": { type: T.BUTTON, children: string }, + "selected_stack_panel/selected_pack_section": { type: T.STACK_PANEL, children: 'offset' | 'selected_pack_grid' | 'default_item' | 'filler_panel' }, + "selected_stack_panel/selected_pack_section/offset": { type: T.PANEL, children: string }, + "selected_stack_panel/selected_pack_section/selected_pack_grid": { type: T.STACK_PANEL, children: string }, + "selected_stack_panel/selected_pack_section/default_item": { type: T.PANEL, children: 'icon_image' | 'name_panel' | 'description_panel' }, + "selected_stack_panel/selected_pack_section/default_item/icon_image": { type: T.IMAGE, children: string }, + "selected_stack_panel/selected_pack_section/default_item/name_panel": { type: T.PANEL, children: 'white_label' }, + "selected_stack_panel/selected_pack_section/default_item/name_panel/white_label": { type: T.LABEL, children: string }, + "selected_stack_panel/selected_pack_section/default_item/description_panel": { type: T.PANEL, children: 'white_label' }, + "selected_stack_panel/selected_pack_section/default_item/description_panel/white_label": { type: T.LABEL, children: string }, + "selected_stack_panel/selected_pack_section/filler_panel": { type: T.PANEL, children: 'description_label' }, + "selected_stack_panel/selected_pack_section/filler_panel/description_label": { type: T.LABEL, children: string }, + "selected_stack_panel/offset_2": { type: T.PANEL, children: string }, + "selected_stack_panel/available_packs_title_panel": { type: T.STACK_PANEL, children: 'available_packs_title_button' | 'tooltip' }, + "selected_stack_panel/available_packs_title_panel/available_packs_title_button": { type: T.BUTTON, children: string }, + "selected_stack_panel/available_packs_title_panel/tooltip": { type: T.PANEL, children: 'button' }, + "selected_stack_panel/available_packs_title_panel/tooltip/button": { type: T.BUTTON, children: string }, + "selected_stack_panel/available_packs_section": { type: T.STACK_PANEL, children: 'offset' | 'empty_panel' | 'available_pack_grid' | 'invalid_pack_grid' }, + "selected_stack_panel/available_packs_section/offset": { type: T.PANEL, children: string }, + "selected_stack_panel/available_packs_section/empty_panel": { type: T.STACK_PANEL, children: 'no_packs_panel' | 'to_store_button' }, + "selected_stack_panel/available_packs_section/empty_panel/no_packs_panel": { type: T.PANEL, children: 'no_packs_text' }, + "selected_stack_panel/available_packs_section/empty_panel/no_packs_panel/no_packs_text": { type: T.LABEL, children: string }, + "selected_stack_panel/available_packs_section/empty_panel/to_store_button": { type: T.BUTTON, children: string }, + "selected_stack_panel/available_packs_section/available_pack_grid": { type: T.STACK_PANEL, children: string }, + "selected_stack_panel/available_packs_section/invalid_pack_grid": { type: T.STACK_PANEL, children: string }, + "selected_stack_panel/offset_3": { type: T.PANEL, children: string }, + "selected_stack_panel/realms_packs_title_button": { type: T.BUTTON, children: string }, + "selected_stack_panel/realms_packs_section": { type: T.STACK_PANEL, children: 'offset' | 'realms_pack_grid' | 'offset_4' }, + "selected_stack_panel/realms_packs_section/offset": { type: T.PANEL, children: string }, + "selected_stack_panel/realms_packs_section/realms_pack_grid": { type: T.STACK_PANEL, children: string }, + "selected_stack_panel/realms_packs_section/offset_4": { type: T.PANEL, children: string }, + "selected_stack_panel/offset_4": { type: T.PANEL, children: string }, + "selected_stack_panel/unowned_packs_title_button": { type: T.BUTTON, children: string }, + "selected_stack_panel/unowned_packs_section": { type: T.STACK_PANEL, children: 'offset' | 'unowned_pack_grid' | 'to_store_button' | 'offset_4' }, + "selected_stack_panel/unowned_packs_section/offset": { type: T.PANEL, children: string }, + "selected_stack_panel/unowned_packs_section/unowned_pack_grid": { type: T.STACK_PANEL, children: string }, + "selected_stack_panel/unowned_packs_section/to_store_button": { type: T.BUTTON, children: string }, + "selected_stack_panel/unowned_packs_section/offset_4": { type: T.PANEL, children: string }, + "available_stack_panel": { type: T.STACK_PANEL, children: 'available_packs_title_button' | 'available_pack_grid' }, + "available_stack_panel/available_packs_title_button": { type: T.BUTTON, children: string }, + "available_stack_panel/available_pack_grid": { type: T.STACK_PANEL, children: string }, + "pack_background": { type: T.PANEL, children: 'white_image' | 'gray_image' }, + "pack_background/white_image": { type: T.PANEL, children: string }, + "pack_background/gray_image": { type: T.IMAGE, children: string }, + "selected_pack_panel": { type: T.STACK_PANEL, children: 'selected_pack_button' | 'pad_0' | 'center_panel' | 'divider' | 'pad_1' }, + "selected_pack_panel/selected_pack_button": { type: T.BUTTON, children: string }, + "selected_pack_panel/pad_0": { type: T.PANEL, children: string }, + "selected_pack_panel/center_panel": { type: T.PANEL, children: 'visibility_panel' }, + "selected_pack_panel/center_panel/visibility_panel": { type: T.PANEL, children: 'selected_pack_direction_buttons' }, + "selected_pack_panel/center_panel/visibility_panel/selected_pack_direction_buttons": { type: T.INPUT_PANEL, children: string }, + "selected_pack_panel/divider": { type: T.PANEL, children: string }, + "selected_pack_panel/pad_1": { type: T.PANEL, children: string }, + "available_pack_panel": { type: T.STACK_PANEL, children: 'available_pack_button' | 'pad_0' | 'center_panel' | 'divider' | 'pad_1' }, + "available_pack_panel/available_pack_button": { type: T.BUTTON, children: string }, + "available_pack_panel/pad_0": { type: T.PANEL, children: string }, + "available_pack_panel/center_panel": { type: T.PANEL, children: 'available_pack_direction_buttons' }, + "available_pack_panel/center_panel/available_pack_direction_buttons": { type: T.INPUT_PANEL, children: string }, + "available_pack_panel/divider": { type: T.PANEL, children: string }, + "available_pack_panel/pad_1": { type: T.PANEL, children: string }, + "realms_pack_panel": { type: T.STACK_PANEL, children: 'realms_pack_button' | 'pad_0' | 'center_panel' | 'divider' | 'pad_1' }, + "realms_pack_panel/realms_pack_button": { type: T.BUTTON, children: string }, + "realms_pack_panel/pad_0": { type: T.PANEL, children: string }, + "realms_pack_panel/center_panel": { type: T.PANEL, children: 'realms_pack_direction_buttons' }, + "realms_pack_panel/center_panel/realms_pack_direction_buttons": { type: T.INPUT_PANEL, children: string }, + "realms_pack_panel/divider": { type: T.PANEL, children: string }, + "realms_pack_panel/pad_1": { type: T.PANEL, children: string }, + "unowned_pack_panel": { type: T.STACK_PANEL, children: 'unowned_pack_button' | 'pad_0' | 'center_panel' | 'divider' | 'pad_1' }, + "unowned_pack_panel/unowned_pack_button": { type: T.BUTTON, children: string }, + "unowned_pack_panel/pad_0": { type: T.PANEL, children: string }, + "unowned_pack_panel/center_panel": { type: T.PANEL, children: 'realms_pack_direction_buttons' }, + "unowned_pack_panel/center_panel/realms_pack_direction_buttons": { type: T.INPUT_PANEL, children: string }, + "unowned_pack_panel/divider": { type: T.PANEL, children: string }, + "unowned_pack_panel/pad_1": { type: T.PANEL, children: string }, + "invalid_pack_panel": { type: T.STACK_PANEL, children: 'invalid_pack_button' | 'pad_0' | 'divider' | 'pad_1' }, + "invalid_pack_panel/invalid_pack_button": { type: T.BUTTON, children: string }, + "invalid_pack_panel/pad_0": { type: T.PANEL, children: string }, + "invalid_pack_panel/divider": { type: T.PANEL, children: string }, + "invalid_pack_panel/pad_1": { type: T.PANEL, children: string }, + "selected_pack_grid": { type: T.STACK_PANEL, children: string }, + "available_pack_grid": { type: T.STACK_PANEL, children: string }, + "realms_pack_grid": { type: T.STACK_PANEL, children: string }, + "unowned_pack_grid": { type: T.STACK_PANEL, children: string }, + "invalid_pack_grid": { type: T.STACK_PANEL, children: string }, +} + +export type SafeZoneType = { + "corner_image_common": { type: T.IMAGE, children: string }, + "corner_bl": { type: T.IMAGE, children: string }, + "corner_br": { type: T.IMAGE, children: string }, + "corner_tr": { type: T.IMAGE, children: string }, + "corner_tl": { type: T.IMAGE, children: string }, + "confirm_button": { type: T.BUTTON, children: string }, + "title_text": { type: T.LABEL, children: string }, + "instructions_text": { type: T.PANEL, children: 'inner_label' }, + "instructions_text/inner_label": { type: T.LABEL, children: string }, + "label_button": { type: T.BUTTON, children: string }, + "label_button_hover": { type: T.PANEL, children: 'hover' }, + "label_button_hover/hover": { type: T.IMAGE, children: 'button_hover_text' }, + "label_button_hover/hover/button_hover_text": { type: T.PANEL, children: string }, + "content_panel": { type: T.STACK_PANEL, children: 'safe_zone_slider_all' | 'safe_zone_slider_x' | 'safe_zone_slider_y' | 'screen_position_slider_x' | 'screen_position_slider_y' | 'instruction_text_button' }, + "content_panel/safe_zone_slider_all": { type: T.PANEL, children: string }, + "content_panel/safe_zone_slider_x": { type: T.PANEL, children: string }, + "content_panel/safe_zone_slider_y": { type: T.PANEL, children: string }, + "content_panel/screen_position_slider_x": { type: T.PANEL, children: string }, + "content_panel/screen_position_slider_y": { type: T.PANEL, children: string }, + "content_panel/instruction_text_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "content_panel/instruction_text_button/default": { type: T.PANEL, children: string }, + "content_panel/instruction_text_button/pressed": { type: T.PANEL, children: string }, + "content_panel/instruction_text_button/hover": { type: T.PANEL, children: string }, + "safe_zone_screen": { type: T.SCREEN, children: 'safe_zone_bounds_markers' | 'main_content_panel' }, + "safe_zone_screen/safe_zone_bounds_markers": { type: T.PANEL, children: 'top_left_marker' | 'top_right_marker' | 'bottom_left_marker' | 'bottom_right_marker' }, + "safe_zone_screen/safe_zone_bounds_markers/top_left_marker": { type: T.IMAGE, children: string }, + "safe_zone_screen/safe_zone_bounds_markers/top_right_marker": { type: T.IMAGE, children: string }, + "safe_zone_screen/safe_zone_bounds_markers/bottom_left_marker": { type: T.IMAGE, children: string }, + "safe_zone_screen/safe_zone_bounds_markers/bottom_right_marker": { type: T.IMAGE, children: string }, + "safe_zone_screen/main_content_panel": { type: T.PANEL, children: 'common_panel' | 'title_text' | 'scrolling_panel' | 'confirm_button' }, + "safe_zone_screen/main_content_panel/common_panel": { type: T.PANEL, children: string }, + "safe_zone_screen/main_content_panel/title_text": { type: T.LABEL, children: string }, + "safe_zone_screen/main_content_panel/scrolling_panel": { type: T.PANEL, children: string }, + "safe_zone_screen/main_content_panel/confirm_button": { type: T.BUTTON, children: string }, +} + +export type StorageMigrationCommonType = { + "progress_panel": { type: T.PANEL, children: 'common_panel' | 'base_content' | 'inside_content' }, + "progress_panel/common_panel": { type: T.PANEL, children: string }, + "progress_panel/base_content": { type: T.PANEL, children: 'progress_title_text' | 'progress_bar_text' }, + "progress_panel/base_content/progress_title_text": { type: T.LABEL, children: string }, + "progress_panel/base_content/progress_bar_text": { type: T.LABEL, children: string }, + "progress_panel/inside_content": { type: T.STACK_PANEL, children: 'size_label' | 'padding_1' | 'loading_bar_panel' | 'padding_3' }, + "progress_panel/inside_content/size_label": { type: T.LABEL, children: string }, + "progress_panel/inside_content/padding_1": { type: T.PANEL, children: string }, + "progress_panel/inside_content/loading_bar_panel": { type: T.PANEL, children: 'fancy_progress_loading_bars' | 'progress_loading_bars' }, + "progress_panel/inside_content/loading_bar_panel/fancy_progress_loading_bars": { type: T.PANEL, children: string }, + "progress_panel/inside_content/loading_bar_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "progress_panel/inside_content/padding_3": { type: T.PANEL, children: string }, + "label": { type: T.LABEL, children: string }, + "base_button": { type: T.BUTTON, children: string }, + "retry_button": { type: T.BUTTON, children: string }, + "go_to_faq_button": { type: T.BUTTON, children: string }, + "next_button": { type: T.BUTTON, children: string }, + "get_started_button": { type: T.BUTTON, children: string }, + "start_transfer_button": { type: T.BUTTON, children: string }, + "finished_main_menu_button": { type: T.BUTTON, children: string }, + "start_transfer_out_of_space_button": { type: T.BUTTON, children: string }, + "continue_out_of_space_button": { type: T.BUTTON, children: string }, + "resume_transfer_button": { type: T.BUTTON, children: string }, + "exit_button": { type: T.BUTTON, children: string }, + "retry_help_button_panel": { type: T.STACK_PANEL, children: 'retry' | 'padding' | 'help' }, + "retry_help_button_panel/retry": { type: T.BUTTON, children: string }, + "retry_help_button_panel/padding": { type: T.PANEL, children: string }, + "retry_help_button_panel/help": { type: T.BUTTON, children: string }, + "modal_no_buttons": { type: T.PANEL, children: string }, + "modal_one_button": { type: T.PANEL, children: string }, + "modal_two_buttons": { type: T.PANEL, children: string }, + "base_child_control": { type: T.PANEL, children: 'scrolling_panel' }, + "base_child_control/scrolling_panel": { type: T.PANEL, children: string }, + "file_size_description": { type: T.STACK_PANEL, children: 'description' | 'padding' | 'size_stack' | 'file_location' }, + "file_size_description/description": { type: T.LABEL, children: string }, + "file_size_description/padding": { type: T.PANEL, children: string }, + "file_size_description/size_stack": { type: T.STACK_PANEL, children: 'file_text' | 'padding_1' | 'file_size_total' | 'padding_2' | 'file_size_available' }, + "file_size_description/size_stack/file_text": { type: T.LABEL, children: string }, + "file_size_description/size_stack/padding_1": { type: T.PANEL, children: string }, + "file_size_description/size_stack/file_size_total": { type: T.LABEL, children: string }, + "file_size_description/size_stack/padding_2": { type: T.PANEL, children: string }, + "file_size_description/size_stack/file_size_available": { type: T.LABEL, children: string }, + "file_size_description/file_location": { type: T.LABEL, children: string }, + "error_icon_and_description": { type: T.STACK_PANEL, children: 'error_image' | 'description' }, + "error_icon_and_description/error_image": { type: T.IMAGE, children: string }, + "error_icon_and_description/description": { type: T.LABEL, children: string }, + "file_size_description_with_error": { type: T.STACK_PANEL, children: 'file_size' | 'padding' | 'error_icon_and_description' }, + "file_size_description_with_error/file_size": { type: T.STACK_PANEL, children: string }, + "file_size_description_with_error/padding": { type: T.PANEL, children: string }, + "file_size_description_with_error/error_icon_and_description": { type: T.STACK_PANEL, children: string }, + "start_transfer": { type: T.PANEL, children: string }, + "start_transfer_content": { type: T.STACK_PANEL, children: string }, + "resume_transfer": { type: T.PANEL, children: string }, + "resume_transfer_content": { type: T.STACK_PANEL, children: 'file_size' }, + "resume_transfer_content/file_size": { type: T.STACK_PANEL, children: string }, + "transfer_error_out_of_space": { type: T.PANEL, children: string }, + "transfer_error_out_of_space_content": { type: T.STACK_PANEL, children: string }, +} + +export type StorageMigrationGenericType = { + "storage_migration_generic_screen": { type: T.SCREEN, children: string }, + "modal_screen_content": { type: T.PANEL, children: 'modal_progress_panel_no_cancel' | 'popup_dialog_factory' }, + "modal_screen_content/modal_progress_panel_no_cancel": { type: T.PANEL, children: string }, + "modal_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "start_transfer": { type: T.PANEL, children: string }, + "start_transfer_out_of_space": { type: T.PANEL, children: string }, + "start_transfer_out_of_space_content": { type: T.STACK_PANEL, children: 'base_start_content' | 'padding' | 'error_icon_and_description' }, + "start_transfer_out_of_space_content/base_start_content": { type: T.STACK_PANEL, children: string }, + "start_transfer_out_of_space_content/padding": { type: T.PANEL, children: string }, + "start_transfer_out_of_space_content/error_icon_and_description": { type: T.STACK_PANEL, children: string }, + "finished": { type: T.PANEL, children: string }, + "finished_content": { type: T.STACK_PANEL, children: 'description' }, + "finished_content/description": { type: T.LABEL, children: string }, + "resume_transfer_out_of_space": { type: T.PANEL, children: string }, + "resume_transfer_out_of_space_content": { type: T.STACK_PANEL, children: string }, + "transfer_error": { type: T.PANEL, children: string }, + "transfer_error_content": { type: T.STACK_PANEL, children: 'description' }, + "transfer_error_content/description": { type: T.LABEL, children: string }, + "transfer_error_out_of_space": { type: T.PANEL, children: string }, +} + +export type ScoreboardType = { + "scoreboard_sidebar_score": { type: T.LABEL, children: string }, + "scoreboard_sidebar_player": { type: T.LABEL, children: string }, + "scoreboard_sidebar": { type: T.PANEL, children: 'main' | 'displayed_objective_background' }, + "scoreboard_sidebar/main": { type: T.IMAGE, children: 'displayed_objective' | 'lists' }, + "scoreboard_sidebar/main/displayed_objective": { type: T.LABEL, children: string }, + "scoreboard_sidebar/main/lists": { type: T.PANEL, children: 'players' | 'horizontal_padding' | 'scores' }, + "scoreboard_sidebar/main/lists/players": { type: T.STACK_PANEL, children: string }, + "scoreboard_sidebar/main/lists/horizontal_padding": { type: T.PANEL, children: string }, + "scoreboard_sidebar/main/lists/scores": { type: T.STACK_PANEL, children: string }, + "scoreboard_sidebar/displayed_objective_background": { type: T.IMAGE, children: string }, + "scoreboard_player_list": { type: T.STACK_PANEL, children: 'vertical_padding_0' | 'social_buttons_panel' | 'vertical_padding_1' | 'permissions_button' | 'vertical_padding_2' | 'players_label' | 'vertical_padding_3' | 'scored_players_grid_panel' | 'vertical_padding_4' | 'unscored_players_grid_panel' | 'vertical_padding_5' | 'invite_players_button_panel' | 'vertical_padding_6' | 'disconnected_from_multiplayer_label_panel' | 'vertical_padding_7' }, + "scoreboard_player_list/vertical_padding_0": { type: T.PANEL, children: string }, + "scoreboard_player_list/social_buttons_panel": { type: T.STACK_PANEL, children: string }, + "scoreboard_player_list/vertical_padding_1": { type: T.PANEL, children: string }, + "scoreboard_player_list/permissions_button": { type: T.BUTTON, children: string }, + "scoreboard_player_list/vertical_padding_2": { type: T.PANEL, children: string }, + "scoreboard_player_list/players_label": { type: T.LABEL, children: string }, + "scoreboard_player_list/vertical_padding_3": { type: T.PANEL, children: string }, + "scoreboard_player_list/scored_players_grid_panel": { type: T.STACK_PANEL, children: string }, + "scoreboard_player_list/vertical_padding_4": { type: T.PANEL, children: string }, + "scoreboard_player_list/unscored_players_grid_panel": { type: T.STACK_PANEL, children: string }, + "scoreboard_player_list/vertical_padding_5": { type: T.PANEL, children: string }, + "scoreboard_player_list/invite_players_button_panel": { type: T.PANEL, children: string }, + "scoreboard_player_list/vertical_padding_6": { type: T.PANEL, children: string }, + "scoreboard_player_list/disconnected_from_multiplayer_label_panel": { type: T.STACK_PANEL, children: string }, + "scoreboard_player_list/vertical_padding_7": { type: T.PANEL, children: string }, + "list_objective_label": { type: T.LABEL, children: string }, + "player_rank_panel": { type: T.PANEL, children: 'player_rank_bg' }, + "player_rank_panel/player_rank_bg": { type: T.IMAGE, children: 'player_rank' }, + "player_rank_panel/player_rank_bg/player_rank": { type: T.LABEL, children: string }, + "player_icon_panel": { type: T.PANEL, children: 'player_icon' | 'permission_icon' }, + "player_icon_panel/player_icon": { type: T.IMAGE, children: 'player_panel_black_border' }, + "player_icon_panel/player_icon/player_panel_black_border": { type: T.IMAGE, children: string }, + "player_icon_panel/permission_icon": { type: T.IMAGE, children: string }, + "player_name": { type: T.LABEL, children: string }, + "player_score": { type: T.LABEL, children: string }, + "player_details": { type: T.STACK_PANEL, children: 'name_panel' | 'score_panel' }, + "player_details/name_panel": { type: T.PANEL, children: 'name' }, + "player_details/name_panel/name": { type: T.LABEL, children: string }, + "player_details/score_panel": { type: T.PANEL, children: 'score' }, + "player_details/score_panel/score": { type: T.LABEL, children: string }, + "player_content": { type: T.STACK_PANEL, children: 'icon' | 'padding' | 'details' }, + "player_content/icon": { type: T.PANEL, children: string }, + "player_content/padding": { type: T.PANEL, children: string }, + "player_content/details": { type: T.STACK_PANEL, children: string }, + "base_player_button": { type: T.BUTTON, children: string }, + "player_panel": { type: T.STACK_PANEL, children: 'rank_base' | 'player_button' }, + "player_panel/rank_base": { type: T.PANEL, children: 'player_rank' }, + "player_panel/rank_base/player_rank": { type: T.PANEL, children: string }, + "player_panel/player_button": { type: T.BUTTON, children: string }, + "players_grid_list": { type: T.STACK_PANEL, children: string }, + "players_unscored_grid_list": { type: T.STACK_PANEL, children: string }, + "players_scored_grid_list": { type: T.STACK_PANEL, children: string }, +} + +export type ScreenshotType = { + "screenshot_flash_image": { type: T.IMAGE, children: string }, + "screenshot_screen": { type: T.SCREEN, children: string }, + "screenshot_screen_content": { type: T.PANEL, children: 'transparent_background' | 'screenshot_flash' }, + "screenshot_screen_content/transparent_background": { type: T.IMAGE, children: string }, + "screenshot_screen_content/screenshot_flash": { type: T.IMAGE, children: string }, +} + +export type SelectWorldType = { + "popup_dialog__add_on_common": { type: T.INPUT_PANEL, children: string }, + "popup_dialog__add_on_common_no_buttons": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' | 'popup_dialog_message' | 'close_button' | 'add_on_popup_content_panel' }, + "popup_dialog__add_on_common_no_buttons/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog__add_on_common_no_buttons/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog__add_on_common_no_buttons/close_button": { type: T.BUTTON, children: string }, + "popup_dialog__add_on_common_no_buttons/add_on_popup_content_panel": { type: T.PANEL, children: string }, + "popup_dialog__add_on_common_two_buttons": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' | 'popup_dialog_message' | 'close_button' | 'add_on_popup_content_panel' | 'button_copy' | 'button_continue' }, + "popup_dialog__add_on_common_two_buttons/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog__add_on_common_two_buttons/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog__add_on_common_two_buttons/close_button": { type: T.BUTTON, children: string }, + "popup_dialog__add_on_common_two_buttons/add_on_popup_content_panel": { type: T.PANEL, children: string }, + "popup_dialog__add_on_common_two_buttons/button_copy": { type: T.BUTTON, children: string }, + "popup_dialog__add_on_common_two_buttons/button_continue": { type: T.BUTTON, children: string }, + "add_on_button_copy": { type: T.BUTTON, children: string }, + "add_on_button_continue": { type: T.BUTTON, children: string }, + "add_on_popup_content_panel": { type: T.PANEL, children: 'popup_content' }, + "add_on_popup_content_panel/popup_content": { type: T.UNKNOWN, children: string }, + "popup_dialog__activate_add_on": { type: T.INPUT_PANEL, children: string }, + "popup_dialog__activate_add_on_select_world": { type: T.INPUT_PANEL, children: string }, + "popup_dialog__copy_local_world": { type: T.INPUT_PANEL, children: string }, + "popup_dialog__copy_realms_world": { type: T.INPUT_PANEL, children: string }, + "copy_local_world_panel": { type: T.STACK_PANEL, children: 'padding_top' | 'text_box' | 'padding_middle' | 'text_box2' }, + "copy_local_world_panel/padding_top": { type: T.PANEL, children: string }, + "copy_local_world_panel/text_box": { type: T.LABEL, children: string }, + "copy_local_world_panel/padding_middle": { type: T.PANEL, children: string }, + "copy_local_world_panel/text_box2": { type: T.LABEL, children: string }, + "copy_realms_world_panel": { type: T.STACK_PANEL, children: 'padding_top' | 'text_box' | 'padding_middle' | 'text_box2' }, + "copy_realms_world_panel/padding_top": { type: T.PANEL, children: string }, + "copy_realms_world_panel/text_box": { type: T.LABEL, children: string }, + "copy_realms_world_panel/padding_middle": { type: T.PANEL, children: string }, + "copy_realms_world_panel/text_box2": { type: T.LABEL, children: string }, + "new_or_existing_world_panel": { type: T.STACK_PANEL, children: 'padding_left' | 'world_icon_existing' | 'padding_middle' | 'world_icon_new' | 'padding_right' }, + "new_or_existing_world_panel/padding_left": { type: T.PANEL, children: string }, + "new_or_existing_world_panel/world_icon_existing": { type: T.STACK_PANEL, children: string }, + "new_or_existing_world_panel/padding_middle": { type: T.PANEL, children: string }, + "new_or_existing_world_panel/world_icon_new": { type: T.STACK_PANEL, children: string }, + "new_or_existing_world_panel/padding_right": { type: T.PANEL, children: string }, + "world_icon_with_button": { type: T.STACK_PANEL, children: 'padding_top' | 'world_icon' | 'button' | 'padding_bottom' }, + "world_icon_with_button/padding_top": { type: T.PANEL, children: string }, + "world_icon_with_button/world_icon": { type: T.PANEL, children: string }, + "world_icon_with_button/button": { type: T.BUTTON, children: string }, + "world_icon_with_button/padding_bottom": { type: T.PANEL, children: string }, + "world_icon_new": { type: T.IMAGE, children: 'plus_button' }, + "world_icon_new/plus_button": { type: T.IMAGE, children: string }, + "world_icon_existing": { type: T.IMAGE, children: string }, + "select_world_panel": { type: T.PANEL, children: string }, + "select_world_list": { type: T.STACK_PANEL, children: 'realms_world_label' | 'realms_world_list' | 'padding_middle' | 'local_world_label' | 'local_world_list' | 'padding_end' }, + "select_world_list/realms_world_label": { type: T.LABEL, children: string }, + "select_world_list/realms_world_list": { type: T.GRID, children: string }, + "select_world_list/padding_middle": { type: T.PANEL, children: string }, + "select_world_list/local_world_label": { type: T.LABEL, children: string }, + "select_world_list/local_world_list": { type: T.GRID, children: string }, + "select_world_list/padding_end": { type: T.PANEL, children: string }, + "local_world_item_button": { type: T.BUTTON, children: string }, + "realms_world_item_button": { type: T.BUTTON, children: string }, + "select_world_screen_content": { type: T.PANEL, children: 'popup_dialog_factory' }, + "select_world_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "select_world_popup_screen": { type: T.SCREEN, children: string }, +} + +export type ServerFormType = { + "third_party_server_screen": { type: T.SCREEN, children: string }, + "main_screen_content": { type: T.PANEL, children: 'server_form_factory' }, + "main_screen_content/server_form_factory": { type: T.FACTORY, children: string }, + "long_form": { type: T.PANEL, children: string }, + "long_form_panel": { type: T.STACK_PANEL, children: 'scrolling_panel' }, + "long_form_panel/scrolling_panel": { type: T.PANEL, children: string }, + "long_form_scrolling_content": { type: T.STACK_PANEL, children: 'label_offset_panel' | 'padding' | 'wrapping_panel' }, + "long_form_scrolling_content/label_offset_panel": { type: T.PANEL, children: 'main_label' }, + "long_form_scrolling_content/label_offset_panel/main_label": { type: T.LABEL, children: string }, + "long_form_scrolling_content/padding": { type: T.PANEL, children: string }, + "long_form_scrolling_content/wrapping_panel": { type: T.PANEL, children: 'long_form_dynamic_buttons_panel' }, + "long_form_scrolling_content/wrapping_panel/long_form_dynamic_buttons_panel": { type: T.STACK_PANEL, children: string }, + "long_form_dynamic_buttons_panel": { type: T.STACK_PANEL, children: string }, + "dynamic_button": { type: T.STACK_PANEL, children: 'panel_name' | 'form_button' }, + "dynamic_button/panel_name": { type: T.PANEL, children: 'image' | 'progress' }, + "dynamic_button/panel_name/image": { type: T.IMAGE, children: string }, + "dynamic_button/panel_name/progress": { type: T.IMAGE, children: string }, + "dynamic_button/form_button": { type: T.BUTTON, children: string }, + "dynamic_label": { type: T.PANEL, children: string }, + "dynamic_header": { type: T.PANEL, children: string }, + "custom_form": { type: T.PANEL, children: string }, + "custom_form_panel": { type: T.PANEL, children: string }, + "generated_contents": { type: T.STACK_PANEL, children: string }, + "custom_form_scrolling_content": { type: T.STACK_PANEL, children: 'generated_form' | 'submit_button' }, + "custom_form_scrolling_content/generated_form": { type: T.STACK_PANEL, children: string }, + "custom_form_scrolling_content/submit_button": { type: T.BUTTON, children: string }, + "custom_label": { type: T.PANEL, children: string }, + "custom_header": { type: T.PANEL, children: string }, + "custom_toggle": { type: T.PANEL, children: string }, + "custom_slider": { type: T.PANEL, children: string }, + "custom_step_slider": { type: T.PANEL, children: string }, + "custom_dropdown": { type: T.PANEL, children: 'dropdown' }, + "custom_dropdown/dropdown": { type: T.PANEL, children: string }, + "custom_dropdown_content": { type: T.PANEL, children: string }, + "custom_dropdown_radio": { type: T.PANEL, children: string }, + "custom_input": { type: T.PANEL, children: string }, +} + +export type SettingsType = { + "settings_screen_base": { type: T.SCREEN, children: string }, + "settings_screen_base_fullscreen": { type: T.SCREEN, children: string }, + "screen_world_create": { type: T.SCREEN, children: string }, + "screen_template_create": { type: T.SCREEN, children: string }, + "screen_world_edit": { type: T.SCREEN, children: string }, + "screen_controls_and_settings": { type: T.SCREEN, children: string }, + "screen_controls_and_settings_fullscreen": { type: T.SCREEN, children: string }, + "screen_world_controls_and_settings": { type: T.SCREEN, children: string }, + "screen_world_controls_and_settings_fullscreen": { type: T.SCREEN, children: string }, + "screen_realm_controls_and_settings": { type: T.SCREEN, children: string }, + "screen_realm_controls_and_settings_fullscreen": { type: T.SCREEN, children: string }, + "screen_realm_member_controls_and_settings": { type: T.SCREEN, children: string }, + "screen_realm_member_controls_and_settings_fullscreen": { type: T.SCREEN, children: string }, + "screen_realm_settings": { type: T.SCREEN, children: string }, + "screen_world_slot_edit": { type: T.SCREEN, children: string }, + "screen_realm_manage": { type: T.SCREEN, children: string }, + "screen_realm_invite_link_settings": { type: T.SCREEN, children: string }, + "selector_stack_panel": { type: T.STACK_PANEL, children: 'spacer_0' | 'accessibility_button' | 'spacer_01' | 'world_selector_pane' | 'realm_selector_pane' | 'controls_and_settings_selector_pane' | 'spacer_24' | 'addons_selector_panel' | 'realms_invite_link_settings_pane' }, + "selector_stack_panel/spacer_0": { type: T.PANEL, children: string }, + "selector_stack_panel/accessibility_button": { type: T.PANEL, children: string }, + "selector_stack_panel/spacer_01": { type: T.PANEL, children: string }, + "selector_stack_panel/world_selector_pane": { type: T.STACK_PANEL, children: string }, + "selector_stack_panel/realm_selector_pane": { type: T.STACK_PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane": { type: T.STACK_PANEL, children: 'spacer_1' | 'spacer_1_no_spatial' | 'selector_group_label_1' | 'keyboard_and_mouse_button' | 'spacer_01' | 'controller_button' | 'spacer_02' | 'switch_controller_button' | 'spacer_03' | 'touch_button' | 'spacer_04' | 'spacer_04_no_spatial' | 'selector_group_label_2' | 'party_button' | 'spacer_05' | 'spacer_05_no_spatial' | 'selector_group_label_3' | 'general_button' | 'spacer_06' | 'video_button' | 'spacer_07' | 'sound_button' | 'spacer_08' | 'account_button' | 'spacer_09' | 'view_subscriptions_button' | 'spacer_10' | 'global_texture_pack_button' | 'spacer_11' | 'storage_management_button' | 'spacer_12' | 'edu_cloud_storage_button' | 'spacer_13' | 'language_button' | 'spacer_14' | 'creator_button' | 'spacer_15' | 'preview_button' | 'spacer_4' | 'spacer_4_no_spatial' | 'selector_group_label_4' | 'debug_button' | 'spacer_16' | 'discovery_debug_button' | 'spacer_17' | 'ui_debug_button' | 'spacer_18' | 'edu_debug_button' | 'spacer_19' | 'marketplace_debug_button' | 'spacer_20' | 'gatherings_debug_button' | 'spacer_21' | 'flighting_debug_button' | 'spacer_22' | 'realms_debug_button' | 'spacer_23' | 'automation_button' }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_1": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_1_no_spatial": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/selector_group_label_1": { type: T.LABEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/keyboard_and_mouse_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_01": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/controller_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_02": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/switch_controller_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_03": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/touch_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_04": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_04_no_spatial": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/selector_group_label_2": { type: T.LABEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/party_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_05": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_05_no_spatial": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/selector_group_label_3": { type: T.LABEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/general_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_06": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/video_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_07": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/sound_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_08": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/account_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_09": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/view_subscriptions_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_10": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/global_texture_pack_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_11": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/storage_management_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_12": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/edu_cloud_storage_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_13": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/language_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_14": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/creator_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_15": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/preview_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_4": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_4_no_spatial": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/selector_group_label_4": { type: T.LABEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/debug_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_16": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/discovery_debug_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_17": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/ui_debug_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_18": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/edu_debug_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_19": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/marketplace_debug_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_20": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/gatherings_debug_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_21": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/flighting_debug_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_22": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/realms_debug_button": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/spacer_23": { type: T.PANEL, children: string }, + "selector_stack_panel/controls_and_settings_selector_pane/automation_button": { type: T.PANEL, children: string }, + "selector_stack_panel/spacer_24": { type: T.PANEL, children: string }, + "selector_stack_panel/addons_selector_panel": { type: T.STACK_PANEL, children: string }, + "selector_stack_panel/realms_invite_link_settings_pane": { type: T.STACK_PANEL, children: string }, + "section_content_panels": { type: T.PANEL, children: 'realm_invite_link_settings_content_panels' | 'world_sections' | 'packs_sections' | 'section_content_panels' | 'general_and_controls_sections' }, + "section_content_panels/realm_invite_link_settings_content_panels": { type: T.PANEL, children: string }, + "section_content_panels/world_sections": { type: T.STACK_PANEL, children: 'game_section' | 'classroom_section_panel' | 'server_section' | 'multiplayer_section' | 'edu_cloud_section' | 'debug_section' }, + "section_content_panels/world_sections/game_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/world_sections/classroom_section_panel": { type: T.PANEL, children: 'classroom_section' }, + "section_content_panels/world_sections/classroom_section_panel/classroom_section": { type: T.UNKNOWN, children: string }, + "section_content_panels/world_sections/server_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/world_sections/multiplayer_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/world_sections/edu_cloud_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/world_sections/debug_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/packs_sections": { type: T.STACK_PANEL, children: 'level_texture_pack_section' | 'addon_section' }, + "section_content_panels/packs_sections/level_texture_pack_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/packs_sections/addon_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/section_content_panels": { type: T.PANEL, children: string }, + "section_content_panels/general_and_controls_sections": { type: T.STACK_PANEL, children: 'accessibility_section' | 'keyboard_and_mouse_section' | 'controller_section' | 'touch_section' | 'party_section' | 'general_tab_section' | 'account_section' | 'global_texture_pack_section' | 'storage_management_header' | 'storage_management_section' | 'edu_cloud_storage_section' | 'creator_section' | 'video_section' | 'view_subscriptions_prerelease_section' | 'view_subscriptions_section' | 'sound_section' | 'language_section' | 'preview_section' | 'debug_section' | 'ui_debug_section' | 'edu_debug_section' | 'marketplace_debug_section' | 'gatherings_debug_section' | 'flighting_debug_section' | 'realms_debug_section' | 'automation_section' | 'discovery_debug_section' }, + "section_content_panels/general_and_controls_sections/accessibility_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/keyboard_and_mouse_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/controller_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/touch_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/party_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/general_tab_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/account_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/global_texture_pack_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/storage_management_header": { type: T.PANEL, children: string }, + "section_content_panels/general_and_controls_sections/storage_management_section": { type: T.PANEL, children: string }, + "section_content_panels/general_and_controls_sections/edu_cloud_storage_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/creator_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/video_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/view_subscriptions_prerelease_section": { type: T.PANEL, children: string }, + "section_content_panels/general_and_controls_sections/view_subscriptions_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/sound_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/language_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/preview_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/debug_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/ui_debug_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/edu_debug_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/marketplace_debug_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/gatherings_debug_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/flighting_debug_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/realms_debug_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/automation_section": { type: T.STACK_PANEL, children: string }, + "section_content_panels/general_and_controls_sections/discovery_debug_section": { type: T.STACK_PANEL, children: string }, + "section_header_panels": { type: T.PANEL, children: 'world_sections' | 'general_and_controls_sections' }, + "section_header_panels/world_sections": { type: T.STACK_PANEL, children: string }, + "section_header_panels/general_and_controls_sections": { type: T.STACK_PANEL, children: string }, + "section_footer_panels": { type: T.PANEL, children: 'world_sections' | 'general_and_controls_sections' }, + "section_footer_panels/world_sections": { type: T.STACK_PANEL, children: string }, + "section_footer_panels/general_and_controls_sections": { type: T.STACK_PANEL, children: 'storage_management_footer' }, + "section_footer_panels/general_and_controls_sections/storage_management_footer": { type: T.PANEL, children: string }, +} + +export type ControlsSectionType = { + "binding_button": { type: T.BUTTON, children: string }, + "binding_button_content": { type: T.PANEL, children: 'default_label' }, + "binding_button_content/default_label": { type: T.LABEL, children: string }, + "image_binding_button": { type: T.BUTTON, children: string }, + "image_binding_button_content": { type: T.PANEL, children: 'base_icon_image' | 'default_label' }, + "image_binding_button_content/base_icon_image": { type: T.IMAGE, children: string }, + "image_binding_button_content/default_label": { type: T.LABEL, children: string }, + "arrow_reset": { type: T.IMAGE, children: string }, + "reset_binding_button": { type: T.BUTTON, children: string }, + "keymapping_item_parent": { type: T.STACK_PANEL, children: 'keymapping_row' }, + "keymapping_item_parent/keymapping_row": { type: T.STACK_PANEL, children: string }, + "keymapping_item_frame": { type: T.STACK_PANEL, children: 'keymap' | 'command_macro_command' }, + "keymapping_item_frame/keymap": { type: T.STACK_PANEL, children: string }, + "keymapping_item_frame/command_macro_command": { type: T.PANEL, children: string }, + "command_macro_command_textbox": { type: T.PANEL, children: 'text_box' }, + "command_macro_command_textbox/text_box": { type: T.EDIT_BOX, children: string }, + "keymapping_item": { type: T.STACK_PANEL, children: 'option_info_label_control' | 'keymapping_button_0' | 'keymapping_button_1' }, + "keymapping_item/option_info_label_control": { type: T.IMAGE, children: 'keymapping_label_control' }, + "keymapping_item/option_info_label_control/keymapping_label_control": { type: T.LABEL, children: string }, + "keymapping_item/keymapping_button_0": { type: T.BUTTON, children: string }, + "keymapping_item/keymapping_button_1": { type: T.BUTTON, children: string }, + "keymapping_grid": { type: T.GRID, children: string }, + "full_keymapping_grid": { type: T.GRID, children: string }, + "gamepad_mapping_item": { type: T.STACK_PANEL, children: 'option_info_label_control' | 'keymapping_button_0' | 'keymapping_button_1' }, + "gamepad_mapping_item/option_info_label_control": { type: T.IMAGE, children: 'keymapping_label_control' }, + "gamepad_mapping_item/option_info_label_control/keymapping_label_control": { type: T.LABEL, children: string }, + "gamepad_mapping_item/keymapping_button_0": { type: T.BUTTON, children: string }, + "gamepad_mapping_item/keymapping_button_1": { type: T.BUTTON, children: string }, + "gamepad_mapping_grid": { type: T.GRID, children: string }, + "keyboard_command_macros_grid": { type: T.STACK_PANEL, children: 'divider_before' | 'divider_before_padding' | 'command_macro_title' | 'command_macro_title_desc' | 'command_macro_title_padding' | 'command_macro_keymapping_grid' | 'divider_after' | 'divider_after_padding' }, + "keyboard_command_macros_grid/divider_before": { type: T.PANEL, children: 'section_divider' }, + "keyboard_command_macros_grid/divider_before/section_divider": { type: T.IMAGE, children: string }, + "keyboard_command_macros_grid/divider_before_padding": { type: T.PANEL, children: string }, + "keyboard_command_macros_grid/command_macro_title": { type: T.LABEL, children: string }, + "keyboard_command_macros_grid/command_macro_title_desc": { type: T.LABEL, children: string }, + "keyboard_command_macros_grid/command_macro_title_padding": { type: T.PANEL, children: string }, + "keyboard_command_macros_grid/command_macro_keymapping_grid": { type: T.GRID, children: string }, + "keyboard_command_macros_grid/divider_after": { type: T.PANEL, children: 'section_divider' }, + "keyboard_command_macros_grid/divider_after/section_divider": { type: T.IMAGE, children: string }, + "keyboard_command_macros_grid/divider_after_padding": { type: T.PANEL, children: string }, + "keyboard_and_mouse_button": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section": { type: T.STACK_PANEL, children: 'option_slider_0' | 'option_slider_damen' | 'option_toggle_0' | 'option_toggle_1' | 'option_toggle_2' | 'option_toggle_full_keyboard_gameplay' | 'option_toggle_show_keyboard_prompts' | 'option_toggle_show_learning_prompts' | 'keyboard_section' | 'full_keyboard_section' | 'reset_button' }, + "keyboard_and_mouse_section/option_slider_0": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/option_slider_damen": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/option_toggle_0": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/option_toggle_1": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/option_toggle_2": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/option_toggle_full_keyboard_gameplay": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/option_toggle_show_keyboard_prompts": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/option_toggle_show_learning_prompts": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/keyboard_section": { type: T.STACK_PANEL, children: 'option_group_label' | 'keyboard_keymapping_grid' | 'control_alt_chords_standard_keyboard_section' | 'command_macros' }, + "keyboard_and_mouse_section/keyboard_section/option_group_label": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/keyboard_section/keyboard_keymapping_grid": { type: T.GRID, children: string }, + "keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section": { type: T.STACK_PANEL, children: 'option_group_label' | 'control_alt_chord_keymapping_grid' }, + "keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section/option_group_label": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/keyboard_section/control_alt_chords_standard_keyboard_section/control_alt_chord_keymapping_grid": { type: T.GRID, children: string }, + "keyboard_and_mouse_section/keyboard_section/command_macros": { type: T.STACK_PANEL, children: string }, + "keyboard_and_mouse_section/full_keyboard_section": { type: T.STACK_PANEL, children: 'option_slider_smooth_rotation_speed' | 'full_keyboard_label' | 'keyboard_full_keymapping_grid' | 'control_alt_chords_full_keyboard_section' | 'command_macros' }, + "keyboard_and_mouse_section/full_keyboard_section/option_slider_smooth_rotation_speed": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/full_keyboard_section/full_keyboard_label": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/full_keyboard_section/keyboard_full_keymapping_grid": { type: T.GRID, children: string }, + "keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section": { type: T.STACK_PANEL, children: 'option_group_label' | 'control_alt_chord_keymapping_grid' }, + "keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section/option_group_label": { type: T.PANEL, children: string }, + "keyboard_and_mouse_section/full_keyboard_section/control_alt_chords_full_keyboard_section/control_alt_chord_keymapping_grid": { type: T.GRID, children: string }, + "keyboard_and_mouse_section/full_keyboard_section/command_macros": { type: T.STACK_PANEL, children: string }, + "keyboard_and_mouse_section/reset_button": { type: T.BUTTON, children: string }, + "controller_button": { type: T.PANEL, children: string }, + "controller_section": { type: T.STACK_PANEL, children: 'option_slider_0' | 'option_slider_damen' | 'option_toggle_0' | 'option_toggle_1' | 'option_toggle9' | 'option_toggle10' | 'option_toggle_11' | 'gamepad_swap_ab' | 'gamepad_swap_xy' | 'gamepad_cursor_sensitivity_option_slider' | 'option_toggle_3' | 'option_toggle_4' | 'option_toggle_5' | 'option_group_label' | 'gamepad_keymapping_grid' | 'reset_button' }, + "controller_section/option_slider_0": { type: T.PANEL, children: string }, + "controller_section/option_slider_damen": { type: T.PANEL, children: string }, + "controller_section/option_toggle_0": { type: T.PANEL, children: string }, + "controller_section/option_toggle_1": { type: T.PANEL, children: string }, + "controller_section/option_toggle9": { type: T.PANEL, children: string }, + "controller_section/option_toggle10": { type: T.PANEL, children: string }, + "controller_section/option_toggle_11": { type: T.PANEL, children: string }, + "controller_section/gamepad_swap_ab": { type: T.PANEL, children: string }, + "controller_section/gamepad_swap_xy": { type: T.PANEL, children: string }, + "controller_section/gamepad_cursor_sensitivity_option_slider": { type: T.PANEL, children: string }, + "controller_section/option_toggle_3": { type: T.PANEL, children: string }, + "controller_section/option_toggle_4": { type: T.PANEL, children: string }, + "controller_section/option_toggle_5": { type: T.PANEL, children: string }, + "controller_section/option_group_label": { type: T.PANEL, children: string }, + "controller_section/gamepad_keymapping_grid": { type: T.GRID, children: string }, + "controller_section/reset_button": { type: T.BUTTON, children: string }, + "touch_button": { type: T.PANEL, children: string }, + "touch_section": { type: T.STACK_PANEL, children: 'common_touch_settings' | 'reset_button' }, + "touch_section/common_touch_settings": { type: T.STACK_PANEL, children: 'option_enable_new_touch_control_schemes_button' | 'control_scheme_section' | 'modify_control_layout_section' | 'option_slider_0' | 'option_slider_damen' | 'option_show_action_button' | 'option_show_block_select_button' | 'option_toggle_left_handed' | 'option_toggle_auto_jump' | 'option_bool_sprint_on_movement' | 'option_show_toggle_camera_perspective_button' | 'joystick_visibility_dropdown' | 'top_button_scale' | 'sneak_dropdown' | 'option_toggle_destroy_vibration' | 'option_toggle_split_vibration' | 'option_creative_delayed_block_breaking' | 'option_toggle_invert_y' | 'option_always_highlight_hovering_box_in_crosshair' | 'option_toggle_use_touchpad' | 'option_toggle_swap_jump_and_sneak' | 'hotbar_only_touch_toggle' }, + "touch_section/common_touch_settings/option_enable_new_touch_control_schemes_button": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/control_scheme_section": { type: T.STACK_PANEL, children: 'section_label' | 'padding_0' | 'image_and_button' | 'padding_1' | 'select_control_mode' | 'padding_2' }, + "touch_section/common_touch_settings/control_scheme_section/section_label": { type: T.LABEL, children: string }, + "touch_section/common_touch_settings/control_scheme_section/padding_0": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button": { type: T.STACK_PANEL, children: 'images' | 'padding' | 'scheme_button_section' }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/images": { type: T.PANEL, children: 'touch_image' | 'crosshair_image' | 'classic_image' }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/images/touch_image": { type: T.IMAGE, children: string }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/images/crosshair_image": { type: T.IMAGE, children: string }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/images/classic_image": { type: T.IMAGE, children: string }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/padding": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/scheme_button_section": { type: T.PANEL, children: 'caption' }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/scheme_button_section/caption": { type: T.STACK_PANEL, children: 'selected_label' | 'selected_control' }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/scheme_button_section/caption/selected_label": { type: T.LABEL, children: string }, + "touch_section/common_touch_settings/control_scheme_section/image_and_button/scheme_button_section/caption/selected_control": { type: T.LABEL, children: string }, + "touch_section/common_touch_settings/control_scheme_section/padding_1": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/control_scheme_section/select_control_mode": { type: T.BUTTON, children: string }, + "touch_section/common_touch_settings/control_scheme_section/padding_2": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/modify_control_layout_section": { type: T.STACK_PANEL, children: 'modify_control_layout_button' | 'customize_tooltip_option' | 'padding' }, + "touch_section/common_touch_settings/modify_control_layout_section/modify_control_layout_button": { type: T.BUTTON, children: string }, + "touch_section/common_touch_settings/modify_control_layout_section/customize_tooltip_option": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/modify_control_layout_section/padding": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_slider_0": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_slider_damen": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_show_action_button": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_show_block_select_button": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_toggle_left_handed": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_toggle_auto_jump": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_bool_sprint_on_movement": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_show_toggle_camera_perspective_button": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/joystick_visibility_dropdown": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/top_button_scale": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/sneak_dropdown": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_toggle_destroy_vibration": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_toggle_split_vibration": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_creative_delayed_block_breaking": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_toggle_invert_y": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_always_highlight_hovering_box_in_crosshair": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_toggle_use_touchpad": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/option_toggle_swap_jump_and_sneak": { type: T.PANEL, children: string }, + "touch_section/common_touch_settings/hotbar_only_touch_toggle": { type: T.PANEL, children: string }, + "touch_section/reset_button": { type: T.BUTTON, children: string }, + "joystick_visibility_dropdown_content": { type: T.PANEL, children: string }, + "top_button_scale_dropdown_content": { type: T.PANEL, children: string }, + "sneak_dropdown_content": { type: T.PANEL, children: string }, + "customize_tooltip_option_image": { type: T.IMAGE, children: string }, + "customize_tooltip_option_popup": { type: T.IMAGE, children: string }, + "customize_tooltip_option": { type: T.PANEL, children: 'customize_tooltip_option_image' | 'customize_tooltip_option_popup' }, + "customize_tooltip_option/customize_tooltip_option_image": { type: T.IMAGE, children: 'hover_detection_input_panel' }, + "customize_tooltip_option/customize_tooltip_option_image/hover_detection_input_panel": { type: T.INPUT_PANEL, children: string }, + "customize_tooltip_option/customize_tooltip_option_popup": { type: T.IMAGE, children: string }, +} + +export type GeneralSectionType = { + "general_button": { type: T.PANEL, children: string }, + "general_tab_section": { type: T.STACK_PANEL, children: 'option_toggle_fail_realms_purchase_fulfillment' | 'network_label_header' | 'paddingCrossPlatform' | 'cross_platform_enabled_toggle' | 'paddingCellularData' | 'mobile_data_option_toggle' | 'paddingWebSockets' | 'websockets_enabled_toggle' | 'websocket_encryption_toggle' | 'paddingAutoUpdate' | 'auto_update_mode_dropdown' | 'paddingAutoUpdateToggle' | 'auto_update_enabled_toggle' | 'paddingGameTipsFeature' | 'tutorial_toggle' | 'tutorial_animation_toggle' | 'tutorial_restart_button' | 'paddingTrustedSkins' | 'only_allow_trusted_skins_toggle' | 'paddingFilterProfanity' | 'filter_profanity_toggle' | 'pause_label_header' | 'paddingPauseFeature' | 'pause_toggle' | 'pause_menu_on_focus_lost' | 'paddingLinkEduSupport' | 'link_button' | 'paddingDividerSustainability' | 'ecomode_label_header' | 'paddingEcoMode' | 'ecomode_enabled_toggle' | 'paddingDividerTermsCreditsAttribution' | 'dividerTermsCreditsAttribution' | 'paddingDividerTermsCreditsAttributionAfter' | 'paddingTermsNConditions' | 'terms_and_conditions_link_button' | 'paddingCreditsButton' | 'credits_button' | 'paddingAttribution' | 'attribution_link_button' | 'paddingfeedback' | 'feedback_link_button' | 'paddingLicenses' | 'dividerLicenses' | 'paddingLicensesAfter' | 'paddingLicensesHeader' | 'licenses_label_header' | 'paddingLicensedContent' | 'licensed_content_link_button' | 'paddingFontLicense' | 'font_license_popup_button' | 'third_party_copyright_info_label_panel' | 'paddingSectionDividerContentLog' | 'build_info_label_panel' | 'paddingSectionDividerBuildInfo' | 'treatment_ids_label' }, + "general_tab_section/option_toggle_fail_realms_purchase_fulfillment": { type: T.PANEL, children: string }, + "general_tab_section/network_label_header": { type: T.LABEL, children: string }, + "general_tab_section/paddingCrossPlatform": { type: T.PANEL, children: string }, + "general_tab_section/cross_platform_enabled_toggle": { type: T.PANEL, children: string }, + "general_tab_section/paddingCellularData": { type: T.PANEL, children: string }, + "general_tab_section/mobile_data_option_toggle": { type: T.PANEL, children: string }, + "general_tab_section/paddingWebSockets": { type: T.PANEL, children: string }, + "general_tab_section/websockets_enabled_toggle": { type: T.PANEL, children: string }, + "general_tab_section/websocket_encryption_toggle": { type: T.PANEL, children: string }, + "general_tab_section/paddingAutoUpdate": { type: T.PANEL, children: string }, + "general_tab_section/auto_update_mode_dropdown": { type: T.PANEL, children: string }, + "general_tab_section/paddingAutoUpdateToggle": { type: T.PANEL, children: string }, + "general_tab_section/auto_update_enabled_toggle": { type: T.PANEL, children: string }, + "general_tab_section/paddingGameTipsFeature": { type: T.PANEL, children: string }, + "general_tab_section/tutorial_toggle": { type: T.PANEL, children: string }, + "general_tab_section/tutorial_animation_toggle": { type: T.PANEL, children: string }, + "general_tab_section/tutorial_restart_button": { type: T.BUTTON, children: string }, + "general_tab_section/paddingTrustedSkins": { type: T.PANEL, children: string }, + "general_tab_section/only_allow_trusted_skins_toggle": { type: T.PANEL, children: string }, + "general_tab_section/paddingFilterProfanity": { type: T.PANEL, children: string }, + "general_tab_section/filter_profanity_toggle": { type: T.PANEL, children: 'option_generic_core' }, + "general_tab_section/filter_profanity_toggle/option_generic_core": { type: T.STACK_PANEL, children: string }, + "general_tab_section/pause_label_header": { type: T.LABEL, children: string }, + "general_tab_section/paddingPauseFeature": { type: T.PANEL, children: string }, + "general_tab_section/pause_toggle": { type: T.PANEL, children: string }, + "general_tab_section/pause_menu_on_focus_lost": { type: T.PANEL, children: string }, + "general_tab_section/paddingLinkEduSupport": { type: T.PANEL, children: string }, + "general_tab_section/link_button": { type: T.BUTTON, children: string }, + "general_tab_section/paddingDividerSustainability": { type: T.PANEL, children: string }, + "general_tab_section/ecomode_label_header": { type: T.LABEL, children: string }, + "general_tab_section/paddingEcoMode": { type: T.PANEL, children: string }, + "general_tab_section/ecomode_enabled_toggle": { type: T.PANEL, children: string }, + "general_tab_section/paddingDividerTermsCreditsAttribution": { type: T.PANEL, children: string }, + "general_tab_section/dividerTermsCreditsAttribution": { type: T.PANEL, children: 'section_divider' }, + "general_tab_section/dividerTermsCreditsAttribution/section_divider": { type: T.IMAGE, children: string }, + "general_tab_section/paddingDividerTermsCreditsAttributionAfter": { type: T.PANEL, children: string }, + "general_tab_section/paddingTermsNConditions": { type: T.PANEL, children: string }, + "general_tab_section/terms_and_conditions_link_button": { type: T.BUTTON, children: string }, + "general_tab_section/paddingCreditsButton": { type: T.PANEL, children: string }, + "general_tab_section/credits_button": { type: T.BUTTON, children: string }, + "general_tab_section/paddingAttribution": { type: T.PANEL, children: string }, + "general_tab_section/attribution_link_button": { type: T.BUTTON, children: string }, + "general_tab_section/paddingfeedback": { type: T.PANEL, children: string }, + "general_tab_section/feedback_link_button": { type: T.BUTTON, children: string }, + "general_tab_section/paddingLicenses": { type: T.PANEL, children: string }, + "general_tab_section/dividerLicenses": { type: T.PANEL, children: 'section_divider' }, + "general_tab_section/dividerLicenses/section_divider": { type: T.IMAGE, children: string }, + "general_tab_section/paddingLicensesAfter": { type: T.PANEL, children: string }, + "general_tab_section/paddingLicensesHeader": { type: T.PANEL, children: string }, + "general_tab_section/licenses_label_header": { type: T.LABEL, children: string }, + "general_tab_section/paddingLicensedContent": { type: T.PANEL, children: string }, + "general_tab_section/licensed_content_link_button": { type: T.BUTTON, children: string }, + "general_tab_section/paddingFontLicense": { type: T.PANEL, children: string }, + "general_tab_section/font_license_popup_button": { type: T.BUTTON, children: string }, + "general_tab_section/third_party_copyright_info_label_panel": { type: T.STACK_PANEL, children: 'spacer_0' | 'copyright_label' | 'spacer_1' | 'copyright_icon' }, + "general_tab_section/third_party_copyright_info_label_panel/spacer_0": { type: T.PANEL, children: string }, + "general_tab_section/third_party_copyright_info_label_panel/copyright_label": { type: T.LABEL, children: string }, + "general_tab_section/third_party_copyright_info_label_panel/spacer_1": { type: T.PANEL, children: string }, + "general_tab_section/third_party_copyright_info_label_panel/copyright_icon": { type: T.IMAGE, children: string }, + "general_tab_section/paddingSectionDividerContentLog": { type: T.PANEL, children: string }, + "general_tab_section/build_info_label_panel": { type: T.BUTTON, children: 'build_info_label' }, + "general_tab_section/build_info_label_panel/build_info_label": { type: T.LABEL, children: string }, + "general_tab_section/paddingSectionDividerBuildInfo": { type: T.PANEL, children: string }, + "general_tab_section/treatment_ids_label": { type: T.LABEL, children: string }, + "account_button": { type: T.PANEL, children: string }, + "view_account_errors_button_content": { type: T.LABEL, children: string }, + "switch_accounts_button_content": { type: T.STACK_PANEL, children: 'padded_icon' | 'padded_label' }, + "switch_accounts_button_content/padded_icon": { type: T.PANEL, children: 'icon' }, + "switch_accounts_button_content/padded_icon/icon": { type: T.IMAGE, children: string }, + "switch_accounts_button_content/padded_label": { type: T.PANEL, children: 'label' }, + "switch_accounts_button_content/padded_label/label": { type: T.LABEL, children: string }, + "sign_out_button_content": { type: T.STACK_PANEL, children: 'padded_label' }, + "sign_out_button_content/padded_label": { type: T.PANEL, children: 'label' }, + "sign_out_button_content/padded_label/label": { type: T.LABEL, children: string }, + "switch_accounts_panel": { type: T.STACK_PANEL, children: 'name_label' | 'paddingSwitchAccounts' | 'switch_accounts' }, + "switch_accounts_panel/name_label": { type: T.LABEL, children: string }, + "switch_accounts_panel/paddingSwitchAccounts": { type: T.PANEL, children: string }, + "switch_accounts_panel/switch_accounts": { type: T.BUTTON, children: string }, + "sign_out_panel": { type: T.STACK_PANEL, children: 'sign_out' }, + "sign_out_panel/sign_out": { type: T.BUTTON, children: string }, + "sign_out_fail_popup": { type: T.INPUT_PANEL, children: string }, + "sign_out_fail_body_panel": { type: T.PANEL, children: string }, + "sign_out_fail_body_content_stack": { type: T.STACK_PANEL, children: 'body_text_centering_panel1' | 'body_text_centering_panel2' | 'padding1' | 'learn_more_button' | 'padding2' | 'close_button' }, + "sign_out_fail_body_content_stack/body_text_centering_panel1": { type: T.PANEL, children: 'body_text1' }, + "sign_out_fail_body_content_stack/body_text_centering_panel1/body_text1": { type: T.LABEL, children: string }, + "sign_out_fail_body_content_stack/body_text_centering_panel2": { type: T.PANEL, children: 'body_text2' }, + "sign_out_fail_body_content_stack/body_text_centering_panel2/body_text2": { type: T.LABEL, children: string }, + "sign_out_fail_body_content_stack/padding1": { type: T.PANEL, children: string }, + "sign_out_fail_body_content_stack/learn_more_button": { type: T.BUTTON, children: string }, + "sign_out_fail_body_content_stack/padding2": { type: T.PANEL, children: string }, + "sign_out_fail_body_content_stack/close_button": { type: T.BUTTON, children: string }, + "account_section": { type: T.STACK_PANEL, children: 'use_edu_remember_me' | 'paddingUseSSO' | 'switch_accounts' | 'sign_out' | 'paddingNameControls' | 'name_controls' | 'paddingSignInControls' | 'signin_controls' | 'paddingGamerTagControls' | 'gamertag_controls' | 'paddingClearMSAToken' | 'clear_msa_token' | 'paddingUnlinkMSAAccount' | 'unlink_msa_account' | 'unlink_msa_account_nx' | 'paddingDeleteAccount' | 'delete_account' | 'paddingUseRemoteConnect' | 'remote_connect_toggle' | 'paddingInfoLabels' | 'account_info_buttom' }, + "account_section/use_edu_remember_me": { type: T.PANEL, children: string }, + "account_section/paddingUseSSO": { type: T.PANEL, children: string }, + "account_section/switch_accounts": { type: T.STACK_PANEL, children: string }, + "account_section/sign_out": { type: T.STACK_PANEL, children: string }, + "account_section/paddingNameControls": { type: T.PANEL, children: string }, + "account_section/name_controls": { type: T.PANEL, children: string }, + "account_section/paddingSignInControls": { type: T.PANEL, children: string }, + "account_section/signin_controls": { type: T.PANEL, children: string }, + "account_section/paddingGamerTagControls": { type: T.PANEL, children: string }, + "account_section/gamertag_controls": { type: T.PANEL, children: string }, + "account_section/paddingClearMSAToken": { type: T.PANEL, children: string }, + "account_section/clear_msa_token": { type: T.PANEL, children: 'clear_msa_token_button' }, + "account_section/clear_msa_token/clear_msa_token_button": { type: T.BUTTON, children: string }, + "account_section/paddingUnlinkMSAAccount": { type: T.PANEL, children: string }, + "account_section/unlink_msa_account": { type: T.BUTTON, children: string }, + "account_section/unlink_msa_account_nx": { type: T.BUTTON, children: string }, + "account_section/paddingDeleteAccount": { type: T.PANEL, children: string }, + "account_section/delete_account": { type: T.BUTTON, children: string }, + "account_section/paddingUseRemoteConnect": { type: T.PANEL, children: string }, + "account_section/remote_connect_toggle": { type: T.PANEL, children: string }, + "account_section/paddingInfoLabels": { type: T.PANEL, children: string }, + "account_section/account_info_buttom": { type: T.BUTTON, children: 'account_info_label' }, + "account_section/account_info_buttom/account_info_label": { type: T.LABEL, children: string }, + "name_controls": { type: T.STACK_PANEL, children: 'option_text_edit_control' }, + "name_controls/option_text_edit_control": { type: T.EDIT_BOX, children: string }, + "signin_controls": { type: T.STACK_PANEL, children: 'sign_in' }, + "signin_controls/sign_in": { type: T.PANEL, children: 'action_button' }, + "signin_controls/sign_in/action_button": { type: T.BUTTON, children: string }, + "signin_subscription": { type: T.STACK_PANEL, children: 'sign_in' }, + "signin_subscription/sign_in": { type: T.PANEL, children: 'please_signin_label' }, + "signin_subscription/sign_in/please_signin_label": { type: T.LABEL, children: string }, + "gamertag_controls": { type: T.STACK_PANEL, children: 'gamertag_label' | 'paddingXboxAccountButtons' | 'xboxlive_deep_link_buttons' | 'paddingSignOut' | 'realms_invites' | 'sign_out' | 'offline_token_authorization' }, + "gamertag_controls/gamertag_label": { type: T.STACK_PANEL, children: 'panel_descriptor' | 'spacer' | 'gamerpic' | 'spacer_2' | 'panel_gamertag' }, + "gamertag_controls/gamertag_label/panel_descriptor": { type: T.PANEL, children: 'label_descriptor' }, + "gamertag_controls/gamertag_label/panel_descriptor/label_descriptor": { type: T.LABEL, children: string }, + "gamertag_controls/gamertag_label/spacer": { type: T.PANEL, children: string }, + "gamertag_controls/gamertag_label/gamerpic": { type: T.CUSTOM, children: string }, + "gamertag_controls/gamertag_label/spacer_2": { type: T.PANEL, children: string }, + "gamertag_controls/gamertag_label/panel_gamertag": { type: T.PANEL, children: 'gamertag_label' }, + "gamertag_controls/gamertag_label/panel_gamertag/gamertag_label": { type: T.LABEL, children: string }, + "gamertag_controls/paddingXboxAccountButtons": { type: T.PANEL, children: string }, + "gamertag_controls/xboxlive_deep_link_buttons": { type: T.PANEL, children: 'change_gamertag_button' | 'change_gamertag_button_mobile' | 'manage_account_button' | 'manage_account_button_mobile' | 'paddingXboxSettingsPrivacyControl' | 'link_button' }, + "gamertag_controls/xboxlive_deep_link_buttons/change_gamertag_button": { type: T.BUTTON, children: string }, + "gamertag_controls/xboxlive_deep_link_buttons/change_gamertag_button_mobile": { type: T.BUTTON, children: string }, + "gamertag_controls/xboxlive_deep_link_buttons/manage_account_button": { type: T.BUTTON, children: string }, + "gamertag_controls/xboxlive_deep_link_buttons/manage_account_button_mobile": { type: T.BUTTON, children: string }, + "gamertag_controls/xboxlive_deep_link_buttons/paddingXboxSettingsPrivacyControl": { type: T.PANEL, children: string }, + "gamertag_controls/xboxlive_deep_link_buttons/link_button": { type: T.BUTTON, children: string }, + "gamertag_controls/paddingSignOut": { type: T.PANEL, children: string }, + "gamertag_controls/realms_invites": { type: T.PANEL, children: 'check_realms_invites_button' }, + "gamertag_controls/realms_invites/check_realms_invites_button": { type: T.BUTTON, children: string }, + "gamertag_controls/sign_out": { type: T.PANEL, children: 'action_button' }, + "gamertag_controls/sign_out/action_button": { type: T.BUTTON, children: string }, + "gamertag_controls/offline_token_authorization": { type: T.PANEL, children: 'request_psn_authorization_button' }, + "gamertag_controls/offline_token_authorization/request_psn_authorization_button": { type: T.BUTTON, children: string }, + "auto_update_mode_dropdown_content": { type: T.PANEL, children: string }, + "global_texture_pack_button": { type: T.PANEL, children: string }, + "global_texture_pack_section": { type: T.STACK_PANEL, children: string }, + "storage_management_button": { type: T.PANEL, children: string }, + "storage_management_section": { type: T.PANEL, children: string }, + "storage_management_header": { type: T.PANEL, children: string }, + "storage_management_footer": { type: T.PANEL, children: string }, + "edu_cloud_storage_button": { type: T.PANEL, children: string }, + "edu_cloud_storage_section": { type: T.STACK_PANEL, children: 'spacing1' | 'edu_cloud_backup_toggle' | 'spacing2' | 'body_wrapper_panel' | 'spacing3' | 'edu_cloud_onedrive_button' | 'spacing4' | 'edu_cloud_learn_more_wrapper_panel' }, + "edu_cloud_storage_section/spacing1": { type: T.PANEL, children: string }, + "edu_cloud_storage_section/edu_cloud_backup_toggle": { type: T.PANEL, children: string }, + "edu_cloud_storage_section/spacing2": { type: T.PANEL, children: string }, + "edu_cloud_storage_section/body_wrapper_panel": { type: T.PANEL, children: 'tts_border' | 'edu_cloud_storage_body_label' }, + "edu_cloud_storage_section/body_wrapper_panel/tts_border": { type: T.BUTTON, children: string }, + "edu_cloud_storage_section/body_wrapper_panel/edu_cloud_storage_body_label": { type: T.LABEL, children: string }, + "edu_cloud_storage_section/spacing3": { type: T.PANEL, children: string }, + "edu_cloud_storage_section/edu_cloud_onedrive_button": { type: T.BUTTON, children: string }, + "edu_cloud_storage_section/spacing4": { type: T.PANEL, children: string }, + "edu_cloud_storage_section/edu_cloud_learn_more_wrapper_panel": { type: T.STACK_PANEL, children: 'learn_more_button' | 'padded_icon' }, + "edu_cloud_storage_section/edu_cloud_learn_more_wrapper_panel/learn_more_button": { type: T.BUTTON, children: string }, + "edu_cloud_storage_section/edu_cloud_learn_more_wrapper_panel/padded_icon": { type: T.PANEL, children: 'icon' }, + "edu_cloud_storage_section/edu_cloud_learn_more_wrapper_panel/padded_icon/icon": { type: T.IMAGE, children: string }, + "edu_cloud_onedrive_button_content": { type: T.STACK_PANEL, children: 'padded_label' | 'padded_icon' }, + "edu_cloud_onedrive_button_content/padded_label": { type: T.PANEL, children: 'label' }, + "edu_cloud_onedrive_button_content/padded_label/label": { type: T.LABEL, children: string }, + "edu_cloud_onedrive_button_content/padded_icon": { type: T.PANEL, children: 'icon' }, + "edu_cloud_onedrive_button_content/padded_icon/icon": { type: T.IMAGE, children: string }, + "edu_cloud_onedrive_error_popup": { type: T.INPUT_PANEL, children: string }, + "edu_cloud_onedrive_error_content": { type: T.STACK_PANEL, children: 'body_text_centering_panel2' | 'padding2' | 'learn_more_button' | 'padding3' | 'ok_button' }, + "edu_cloud_onedrive_error_content/body_text_centering_panel2": { type: T.PANEL, children: 'body_text2' }, + "edu_cloud_onedrive_error_content/body_text_centering_panel2/body_text2": { type: T.LABEL, children: string }, + "edu_cloud_onedrive_error_content/padding2": { type: T.PANEL, children: string }, + "edu_cloud_onedrive_error_content/learn_more_button": { type: T.BUTTON, children: string }, + "edu_cloud_onedrive_error_content/padding3": { type: T.PANEL, children: string }, + "edu_cloud_onedrive_error_content/ok_button": { type: T.BUTTON, children: string }, + "creator_button": { type: T.PANEL, children: string }, + "editor_toggle_panel": { type: T.STACK_PANEL, children: 'editor_confirmation_panel' | 'editor_toggle_spacer' | 'editor_image_panel' }, + "editor_toggle_panel/editor_confirmation_panel": { type: T.STACK_PANEL, children: 'editor_active_label' | 'toggle_spacer' | 'editor_confirmation_section_label' }, + "editor_toggle_panel/editor_confirmation_panel/editor_active_label": { type: T.LABEL, children: string }, + "editor_toggle_panel/editor_confirmation_panel/toggle_spacer": { type: T.PANEL, children: string }, + "editor_toggle_panel/editor_confirmation_panel/editor_confirmation_section_label": { type: T.LABEL, children: string }, + "editor_toggle_panel/editor_toggle_spacer": { type: T.PANEL, children: string }, + "editor_toggle_panel/editor_image_panel": { type: T.STACK_PANEL, children: 'editor_icon' }, + "editor_toggle_panel/editor_image_panel/editor_icon": { type: T.IMAGE, children: string }, + "creator_toggles_panel": { type: T.STACK_PANEL, children: 'section_panel_1' | 'primary_panel' }, + "creator_toggles_panel/section_panel_1": { type: T.PANEL, children: 'section_divider' }, + "creator_toggles_panel/section_panel_1/section_divider": { type: T.IMAGE, children: string }, + "creator_toggles_panel/primary_panel": { type: T.STACK_PANEL, children: 'content_log_section_label' | 'content_log_section_label_spacer' | 'clipboard_setting' }, + "creator_toggles_panel/primary_panel/content_log_section_label": { type: T.LABEL, children: string }, + "creator_toggles_panel/primary_panel/content_log_section_label_spacer": { type: T.PANEL, children: string }, + "creator_toggles_panel/primary_panel/clipboard_setting": { type: T.PANEL, children: string }, + "debugger_toggles_panel": { type: T.STACK_PANEL, children: 'section_panel_1' | 'primary_panel' }, + "debugger_toggles_panel/section_panel_1": { type: T.PANEL, children: 'section_divider' }, + "debugger_toggles_panel/section_panel_1/section_divider": { type: T.IMAGE, children: string }, + "debugger_toggles_panel/primary_panel": { type: T.STACK_PANEL, children: 'heading' | 'spacer' | 'passcode_required_toggle' | 'passcode_input' | 'auto_attach_toggle' | 'all_options_panel' }, + "debugger_toggles_panel/primary_panel/heading": { type: T.LABEL, children: string }, + "debugger_toggles_panel/primary_panel/spacer": { type: T.PANEL, children: string }, + "debugger_toggles_panel/primary_panel/passcode_required_toggle": { type: T.PANEL, children: string }, + "debugger_toggles_panel/primary_panel/passcode_input": { type: T.PANEL, children: string }, + "debugger_toggles_panel/primary_panel/auto_attach_toggle": { type: T.PANEL, children: string }, + "debugger_toggles_panel/primary_panel/all_options_panel": { type: T.STACK_PANEL, children: 'attach_mode_option' | 'host_and_port_panel' | 'auto_attach_timeout_slider' }, + "debugger_toggles_panel/primary_panel/all_options_panel/attach_mode_option": { type: T.PANEL, children: string }, + "debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel": { type: T.STACK_PANEL, children: 'host_input' | 'spacer' | 'port_input' }, + "debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel/host_input": { type: T.PANEL, children: string }, + "debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel/spacer": { type: T.PANEL, children: string }, + "debugger_toggles_panel/primary_panel/all_options_panel/host_and_port_panel/port_input": { type: T.PANEL, children: string }, + "debugger_toggles_panel/primary_panel/all_options_panel/auto_attach_timeout_slider": { type: T.PANEL, children: string }, + "editor_toggles_panel": { type: T.STACK_PANEL, children: 'section_panel_1' | 'primary_panel' }, + "editor_toggles_panel/section_panel_1": { type: T.PANEL, children: 'section_divider' }, + "editor_toggles_panel/section_panel_1/section_divider": { type: T.IMAGE, children: string }, + "editor_toggles_panel/primary_panel": { type: T.STACK_PANEL, children: 'content_log_section_label' | 'content_log_section_label_spacer' | 'clipboard_setting' }, + "editor_toggles_panel/primary_panel/content_log_section_label": { type: T.LABEL, children: string }, + "editor_toggles_panel/primary_panel/content_log_section_label_spacer": { type: T.PANEL, children: string }, + "editor_toggles_panel/primary_panel/clipboard_setting": { type: T.PANEL, children: string }, + "diagnostics_toggles_panel": { type: T.STACK_PANEL, children: 'section_panel_1' | 'primary_panel' }, + "diagnostics_toggles_panel/section_panel_1": { type: T.PANEL, children: 'section_divider' }, + "diagnostics_toggles_panel/section_panel_1/section_divider": { type: T.IMAGE, children: string }, + "diagnostics_toggles_panel/primary_panel": { type: T.STACK_PANEL, children: 'heading' | 'spacer' | 'serverbound_client_diagnostics_toggle' | 'diagnostics_capture_buttons' }, + "diagnostics_toggles_panel/primary_panel/heading": { type: T.LABEL, children: string }, + "diagnostics_toggles_panel/primary_panel/spacer": { type: T.PANEL, children: string }, + "diagnostics_toggles_panel/primary_panel/serverbound_client_diagnostics_toggle": { type: T.PANEL, children: string }, + "diagnostics_toggles_panel/primary_panel/diagnostics_capture_buttons": { type: T.STACK_PANEL, children: 'clear_diagnostics_capture_files' }, + "diagnostics_toggles_panel/primary_panel/diagnostics_capture_buttons/clear_diagnostics_capture_files": { type: T.BUTTON, children: string }, + "watchdog_toggles_panel": { type: T.STACK_PANEL, children: 'section_panel_1' | 'primary_panel' }, + "watchdog_toggles_panel/section_panel_1": { type: T.PANEL, children: 'section_divider' }, + "watchdog_toggles_panel/section_panel_1/section_divider": { type: T.IMAGE, children: string }, + "watchdog_toggles_panel/primary_panel": { type: T.STACK_PANEL, children: 'heading' | 'spacer' | 'hang_threshold_slider' | 'spike_warning_toggle' | 'spike_threshold_slider' | 'slow_warning_toggle' | 'slow_threshold_slider' }, + "watchdog_toggles_panel/primary_panel/heading": { type: T.LABEL, children: string }, + "watchdog_toggles_panel/primary_panel/spacer": { type: T.PANEL, children: string }, + "watchdog_toggles_panel/primary_panel/hang_threshold_slider": { type: T.PANEL, children: string }, + "watchdog_toggles_panel/primary_panel/spike_warning_toggle": { type: T.PANEL, children: string }, + "watchdog_toggles_panel/primary_panel/spike_threshold_slider": { type: T.PANEL, children: string }, + "watchdog_toggles_panel/primary_panel/slow_warning_toggle": { type: T.PANEL, children: string }, + "watchdog_toggles_panel/primary_panel/slow_threshold_slider": { type: T.PANEL, children: string }, + "device_info_toggles_panel": { type: T.STACK_PANEL, children: 'section_panel_1' | 'primary_panel' | 'device_info_memory_tier_dropdown' }, + "device_info_toggles_panel/section_panel_1": { type: T.PANEL, children: 'section_divider' }, + "device_info_toggles_panel/section_panel_1/section_divider": { type: T.IMAGE, children: string }, + "device_info_toggles_panel/primary_panel": { type: T.STACK_PANEL, children: 'heading' | 'spacer' | 'device_info_memory_tier_use_override_toggle' }, + "device_info_toggles_panel/primary_panel/heading": { type: T.LABEL, children: string }, + "device_info_toggles_panel/primary_panel/spacer": { type: T.PANEL, children: string }, + "device_info_toggles_panel/primary_panel/device_info_memory_tier_use_override_toggle": { type: T.PANEL, children: string }, + "device_info_toggles_panel/device_info_memory_tier_dropdown": { type: T.PANEL, children: string }, + "content_memory_tier_dropdown_content": { type: T.PANEL, children: string }, + "content_log_gui_level_content": { type: T.PANEL, children: string }, + "content_log_panel": { type: T.STACK_PANEL, children: 'section_panel_1' | 'content_log_section_label' | 'content_log_section_label_spacer' | 'option_content_file_log' | 'option_content_gui_log' | 'option_content_gui_log_show_on_errors' | 'option_content_log_gui_level' | 'content_log_buttons' | 'content_log_section_label_spacer_2' | 'content_log_location_label_header' | 'content_log_location_label' }, + "content_log_panel/section_panel_1": { type: T.PANEL, children: 'section_divider' }, + "content_log_panel/section_panel_1/section_divider": { type: T.IMAGE, children: string }, + "content_log_panel/content_log_section_label": { type: T.LABEL, children: string }, + "content_log_panel/content_log_section_label_spacer": { type: T.PANEL, children: string }, + "content_log_panel/option_content_file_log": { type: T.PANEL, children: string }, + "content_log_panel/option_content_gui_log": { type: T.PANEL, children: string }, + "content_log_panel/option_content_gui_log_show_on_errors": { type: T.PANEL, children: string }, + "content_log_panel/option_content_log_gui_level": { type: T.PANEL, children: string }, + "content_log_panel/content_log_buttons": { type: T.STACK_PANEL, children: 'open_content_log_history' | 'content_log_section_label_spacer' | 'clear_content_log_files' }, + "content_log_panel/content_log_buttons/open_content_log_history": { type: T.BUTTON, children: string }, + "content_log_panel/content_log_buttons/content_log_section_label_spacer": { type: T.PANEL, children: string }, + "content_log_panel/content_log_buttons/clear_content_log_files": { type: T.BUTTON, children: string }, + "content_log_panel/content_log_section_label_spacer_2": { type: T.PANEL, children: string }, + "content_log_panel/content_log_location_label_header": { type: T.LABEL, children: string }, + "content_log_panel/content_log_location_label": { type: T.LABEL, children: string }, + "creator_section": { type: T.STACK_PANEL, children: 'editor_toggle' | 'creator_toggles' | 'debugger_toggles_panel' | 'diagnostics_toggle_panel' | 'watchdog_toggles_panel' | 'editor_toggles_panel' | 'device_info_toggles_panel' | 'content_log_panel' }, + "creator_section/editor_toggle": { type: T.STACK_PANEL, children: string }, + "creator_section/creator_toggles": { type: T.STACK_PANEL, children: string }, + "creator_section/debugger_toggles_panel": { type: T.STACK_PANEL, children: string }, + "creator_section/diagnostics_toggle_panel": { type: T.STACK_PANEL, children: string }, + "creator_section/watchdog_toggles_panel": { type: T.STACK_PANEL, children: string }, + "creator_section/editor_toggles_panel": { type: T.STACK_PANEL, children: string }, + "creator_section/device_info_toggles_panel": { type: T.STACK_PANEL, children: string }, + "creator_section/content_log_panel": { type: T.STACK_PANEL, children: string }, + "video_button": { type: T.PANEL, children: string }, + "advanced_video_options_toggle": { type: T.TOGGLE, children: string }, + "video_menu_slider_step_progress": { type: T.IMAGE, children: string }, + "video_menu_slider_progress": { type: T.IMAGE, children: string }, + "video_menu_slider_bar_default": { type: T.IMAGE, children: string }, + "video_menu_customization_slider_control": { type: T.PANEL, children: 'slider' }, + "video_menu_customization_slider_control/slider": { type: T.SLIDER, children: 'slider_box' | 'slider_bar_default' | 'slider_bar_hover' }, + "video_menu_customization_slider_control/slider/slider_box": { type: T.SLIDER_BOX, children: string }, + "video_menu_customization_slider_control/slider/slider_bar_default": { type: T.IMAGE, children: string }, + "video_menu_customization_slider_control/slider/slider_bar_hover": { type: T.IMAGE, children: string }, + "video_menu_customization_option_slider": { type: T.PANEL, children: string }, + "video_section": { type: T.STACK_PANEL, children: 'advanced_graphics_options_panel' | 'spacer_1' | 'graphics_api_dropdown' | 'raytracing_render_distance_slider' | 'deferred_render_distance_slider' | 'render_distance_slider' | 'render_distance_warning_text' | 'spacer_2' | 'brightness_slider' | 'spacer_3' | 'perspective_dropdown' | 'spacer_4' | 'fullscreen_toggle' | 'spacer_5' | 'option_toggle_hidehand' | 'spacer_6' | 'hide_paperdoll_toggle' | 'spacer_7' | 'option_toggle_hidehud' | 'spacer_8' | 'option_toggle_screen_animations' | 'spacer_9' | 'hud_opacity_slider' | 'spacer_10' | 'splitscreen_hud_opacity_slider' | 'spacer_11' | 'setup_safe_zone' | 'spacer_12' | 'fov_slider' | 'spacer_13' | 'split_screen_dropdown' | 'spacer_14' | 'auto_save_icon_toggle' | 'spacer_15' | 'outline_selection_toggle' | 'spacer_16' | 'player_names_toggle' | 'spacer_17' | 'splitscreen_player_names_toggle' | 'spacer_18' | 'view_bobbing_toggle' | 'spacer_19' | 'camera_shake_toggle' | 'spacer_20' | 'fancy_leaves_toggle' | 'spacer_21' | 'fancy_bubbles_toggle' | 'spacer_22' | 'render_clouds_toggle' | 'spacer_23' | 'fancy_clouds_toggle' | 'spacer_24' | 'smooth_lighting_toggle' | 'spacer_25' | 'rendering_profile_option_slider' | 'field_of_view_toggle' | 'spacer_26' | 'damage_bob_option_slider' | 'spacer_26.5' | 'super_fancy_panel' | 'ui_profile_dropdown' | 'spacer_27' | 'gui_scale_slider' | 'spacer_28' | 'gui_accessibility_scaling_toggle' | 'spacer_29' | 'option_toggle_improved_input_response' | 'spacer_30' | 'frame_pacing_toggle' | 'spacer_31' | 'graphics_mode_switch_toggle' | 'spacer_32' | 'upscaling_toggle' | 'spacer_33' | 'max_framerate_slider' | 'spacer_34' | 'msaa_slider' | 'spacer_35' | 'texel_anti_aliasing_toggle' | 'spacer_36' | 'texture_streaming_toggle' | 'spacer_37' | 'reset_button' }, + "video_section/advanced_graphics_options_panel": { type: T.STACK_PANEL, children: 'graphics_mode' | 'graphics_quality_preset_mode_dropdown_content' | 'spacer_0' | 'advanced_graphics_options_button' | 'advanced_graphics_options_section' }, + "video_section/advanced_graphics_options_panel/graphics_mode": { type: T.PANEL, children: string }, + "video_section/advanced_graphics_options_panel/graphics_quality_preset_mode_dropdown_content": { type: T.PANEL, children: string }, + "video_section/advanced_graphics_options_panel/spacer_0": { type: T.PANEL, children: string }, + "video_section/advanced_graphics_options_panel/advanced_graphics_options_button": { type: T.BUTTON, children: string }, + "video_section/advanced_graphics_options_panel/advanced_graphics_options_section": { type: T.STACK_PANEL, children: string }, + "video_section/spacer_1": { type: T.PANEL, children: string }, + "video_section/graphics_api_dropdown": { type: T.PANEL, children: string }, + "video_section/raytracing_render_distance_slider": { type: T.PANEL, children: 'option_generic_core' }, + "video_section/raytracing_render_distance_slider/option_generic_core": { type: T.STACK_PANEL, children: string }, + "video_section/deferred_render_distance_slider": { type: T.PANEL, children: 'option_generic_core' }, + "video_section/deferred_render_distance_slider/option_generic_core": { type: T.STACK_PANEL, children: string }, + "video_section/render_distance_slider": { type: T.PANEL, children: 'render_distance_warning' | 'option_generic_core' }, + "video_section/render_distance_slider/render_distance_warning": { type: T.PANEL, children: string }, + "video_section/render_distance_slider/option_generic_core": { type: T.STACK_PANEL, children: string }, + "video_section/render_distance_warning_text": { type: T.PANEL, children: 'render_distance_popup' }, + "video_section/render_distance_warning_text/render_distance_popup": { type: T.IMAGE, children: string }, + "video_section/spacer_2": { type: T.PANEL, children: string }, + "video_section/brightness_slider": { type: T.PANEL, children: string }, + "video_section/spacer_3": { type: T.PANEL, children: string }, + "video_section/perspective_dropdown": { type: T.PANEL, children: string }, + "video_section/spacer_4": { type: T.PANEL, children: string }, + "video_section/fullscreen_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_5": { type: T.PANEL, children: string }, + "video_section/option_toggle_hidehand": { type: T.PANEL, children: string }, + "video_section/spacer_6": { type: T.PANEL, children: string }, + "video_section/hide_paperdoll_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_7": { type: T.PANEL, children: string }, + "video_section/option_toggle_hidehud": { type: T.PANEL, children: string }, + "video_section/spacer_8": { type: T.PANEL, children: string }, + "video_section/option_toggle_screen_animations": { type: T.PANEL, children: string }, + "video_section/spacer_9": { type: T.PANEL, children: string }, + "video_section/hud_opacity_slider": { type: T.PANEL, children: string }, + "video_section/spacer_10": { type: T.PANEL, children: string }, + "video_section/splitscreen_hud_opacity_slider": { type: T.PANEL, children: string }, + "video_section/spacer_11": { type: T.PANEL, children: string }, + "video_section/setup_safe_zone": { type: T.PANEL, children: 'action_button' }, + "video_section/setup_safe_zone/action_button": { type: T.BUTTON, children: string }, + "video_section/spacer_12": { type: T.PANEL, children: string }, + "video_section/fov_slider": { type: T.PANEL, children: string }, + "video_section/spacer_13": { type: T.PANEL, children: string }, + "video_section/split_screen_dropdown": { type: T.PANEL, children: string }, + "video_section/spacer_14": { type: T.PANEL, children: string }, + "video_section/auto_save_icon_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_15": { type: T.PANEL, children: string }, + "video_section/outline_selection_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_16": { type: T.PANEL, children: string }, + "video_section/player_names_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_17": { type: T.PANEL, children: string }, + "video_section/splitscreen_player_names_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_18": { type: T.PANEL, children: string }, + "video_section/view_bobbing_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_19": { type: T.PANEL, children: string }, + "video_section/camera_shake_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_20": { type: T.PANEL, children: string }, + "video_section/fancy_leaves_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_21": { type: T.PANEL, children: string }, + "video_section/fancy_bubbles_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_22": { type: T.PANEL, children: string }, + "video_section/render_clouds_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_23": { type: T.PANEL, children: string }, + "video_section/fancy_clouds_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_24": { type: T.PANEL, children: string }, + "video_section/smooth_lighting_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_25": { type: T.PANEL, children: string }, + "video_section/rendering_profile_option_slider": { type: T.PANEL, children: string }, + "video_section/field_of_view_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_26": { type: T.PANEL, children: string }, + "video_section/damage_bob_option_slider": { type: T.PANEL, children: string }, + "video_section/spacer_26.5": { type: T.PANEL, children: string }, + "video_section/super_fancy_panel": { type: T.PANEL, children: 'super_fancy_section' }, + "video_section/super_fancy_panel/super_fancy_section": { type: T.IMAGE, children: 'super_fancy_contents' }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents": { type: T.STACK_PANEL, children: 'atmospherics_toggle' | 'edge_highlight_toggle' | 'bloom_toggle' | 'terrain_shadows_toggle' | 'super_fancy_water_toggle' }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/atmospherics_toggle": { type: T.PANEL, children: string }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/edge_highlight_toggle": { type: T.PANEL, children: string }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/bloom_toggle": { type: T.PANEL, children: string }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/terrain_shadows_toggle": { type: T.PANEL, children: string }, + "video_section/super_fancy_panel/super_fancy_section/super_fancy_contents/super_fancy_water_toggle": { type: T.PANEL, children: string }, + "video_section/ui_profile_dropdown": { type: T.PANEL, children: string }, + "video_section/spacer_27": { type: T.PANEL, children: string }, + "video_section/gui_scale_slider": { type: T.PANEL, children: 'option_generic_core' }, + "video_section/gui_scale_slider/option_generic_core": { type: T.STACK_PANEL, children: string }, + "video_section/spacer_28": { type: T.PANEL, children: string }, + "video_section/gui_accessibility_scaling_toggle": { type: T.PANEL, children: 'option_generic_core' }, + "video_section/gui_accessibility_scaling_toggle/option_generic_core": { type: T.STACK_PANEL, children: string }, + "video_section/spacer_29": { type: T.PANEL, children: string }, + "video_section/option_toggle_improved_input_response": { type: T.PANEL, children: 'option_generic_core' }, + "video_section/option_toggle_improved_input_response/option_generic_core": { type: T.STACK_PANEL, children: string }, + "video_section/spacer_30": { type: T.PANEL, children: string }, + "video_section/frame_pacing_toggle": { type: T.PANEL, children: 'option_generic_core' }, + "video_section/frame_pacing_toggle/option_generic_core": { type: T.STACK_PANEL, children: string }, + "video_section/spacer_31": { type: T.PANEL, children: string }, + "video_section/graphics_mode_switch_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_32": { type: T.PANEL, children: string }, + "video_section/upscaling_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_33": { type: T.PANEL, children: string }, + "video_section/max_framerate_slider": { type: T.PANEL, children: string }, + "video_section/spacer_34": { type: T.PANEL, children: string }, + "video_section/msaa_slider": { type: T.PANEL, children: string }, + "video_section/spacer_35": { type: T.PANEL, children: string }, + "video_section/texel_anti_aliasing_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_36": { type: T.PANEL, children: string }, + "video_section/texture_streaming_toggle": { type: T.PANEL, children: string }, + "video_section/spacer_37": { type: T.PANEL, children: string }, + "video_section/reset_button": { type: T.BUTTON, children: string }, + "max_framerate_slider": { type: T.PANEL, children: 'option_generic_core' }, + "max_framerate_slider/option_generic_core": { type: T.STACK_PANEL, children: string }, + "msaa_slider": { type: T.PANEL, children: string }, + "upscaling_toggle": { type: T.PANEL, children: 'option_generic_core' }, + "upscaling_toggle/option_generic_core": { type: T.STACK_PANEL, children: string }, + "render_distance_warning_image": { type: T.IMAGE, children: string }, + "render_distance_warning": { type: T.PANEL, children: 'render_distance_warning_image' }, + "render_distance_warning/render_distance_warning_image": { type: T.IMAGE, children: string }, + "ui_profile_dropdown_content": { type: T.PANEL, children: string }, + "split_screen_dropdown_content": { type: T.PANEL, children: string }, + "third_person_dropdown_content": { type: T.PANEL, children: string }, + "toast_notification_duration_dropdown_content": { type: T.PANEL, children: string }, + "chat_message_duration_dropdown_content": { type: T.PANEL, children: string }, + "file_storage_location_content": { type: T.PANEL, children: string }, + "background": { type: T.PANEL, children: 'fill' | 'border' }, + "background/fill": { type: T.IMAGE, children: string }, + "background/border": { type: T.IMAGE, children: string }, + "left_button_label": { type: T.LABEL, children: string }, + "right_button_label": { type: T.LABEL, children: string }, + "realms_button_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'left_button_panel' | 'pad_1' | 'right_button' | 'pad_2' }, + "realms_button_panel/pad_0": { type: T.PANEL, children: string }, + "realms_button_panel/left_button_panel": { type: T.PANEL, children: 'left_button' | 'left_button_loading' }, + "realms_button_panel/left_button_panel/left_button": { type: T.BUTTON, children: string }, + "realms_button_panel/left_button_panel/left_button_loading": { type: T.PANEL, children: string }, + "realms_button_panel/pad_1": { type: T.PANEL, children: string }, + "realms_button_panel/right_button": { type: T.BUTTON, children: string }, + "realms_button_panel/pad_2": { type: T.PANEL, children: string }, + "consumable_not_extendable": { type: T.PANEL, children: 'panel_content' }, + "consumable_not_extendable/panel_content": { type: T.STACK_PANEL, children: 'padded_icon_0' | 'limited_status_image' | 'padded_icon_1' | 'label_panel' }, + "consumable_not_extendable/panel_content/padded_icon_0": { type: T.PANEL, children: string }, + "consumable_not_extendable/panel_content/limited_status_image": { type: T.IMAGE, children: string }, + "consumable_not_extendable/panel_content/padded_icon_1": { type: T.PANEL, children: string }, + "consumable_not_extendable/panel_content/label_panel": { type: T.PANEL, children: 'name_label2' }, + "consumable_not_extendable/panel_content/label_panel/name_label2": { type: T.LABEL, children: string }, + "possible_store_mismatch": { type: T.PANEL, children: 'panel_content' }, + "possible_store_mismatch/panel_content": { type: T.STACK_PANEL, children: 'padded_icon_0' | 'limited_status_image' | 'padded_icon_1' | 'label_panel' }, + "possible_store_mismatch/panel_content/padded_icon_0": { type: T.PANEL, children: string }, + "possible_store_mismatch/panel_content/limited_status_image": { type: T.IMAGE, children: string }, + "possible_store_mismatch/panel_content/padded_icon_1": { type: T.PANEL, children: string }, + "possible_store_mismatch/panel_content/label_panel": { type: T.PANEL, children: 'name_label2' }, + "possible_store_mismatch/panel_content/label_panel/name_label2": { type: T.LABEL, children: string }, + "realms_subscription_stack": { type: T.STACK_PANEL, children: 'image_panel' | 'pad' | 'info' }, + "realms_subscription_stack/image_panel": { type: T.PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "realms_subscription_stack/image_panel/0": { type: T.UNKNOWN, children: string }, + "realms_subscription_stack/pad": { type: T.PANEL, children: string }, + "realms_subscription_stack/info": { type: T.STACK_PANEL, children: 'realm_name' | 'realms_desc_label' | 'bottom_pad' }, + "realms_subscription_stack/info/realm_name": { type: T.LABEL, children: string }, + "realms_subscription_stack/info/realms_desc_label": { type: T.LABEL, children: string }, + "realms_subscription_stack/info/bottom_pad": { type: T.PANEL, children: string }, + "realms_subscription_main": { type: T.PANEL, children: 'black_background' | 'realms_plus_subscription_stack' }, + "realms_subscription_main/black_background": { type: T.PANEL, children: string }, + "realms_subscription_main/realms_plus_subscription_stack": { type: T.STACK_PANEL, children: 'realms_plus_subscription_top_stack' | 'realms_plus_bottom_button_stack' }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_subscription_top_stack": { type: T.STACK_PANEL, children: string }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_bottom_button_stack": { type: T.STACK_PANEL, children: 'top_pad' | 'realms_plus_bottom_button_panel' | 'bottom_pad' }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_bottom_button_stack/top_pad": { type: T.PANEL, children: string }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_bottom_button_stack/realms_plus_bottom_button_panel": { type: T.STACK_PANEL, children: string }, + "realms_subscription_main/realms_plus_subscription_stack/realms_plus_bottom_button_stack/bottom_pad": { type: T.PANEL, children: string }, + "realms_subscription_panel": { type: T.STACK_PANEL, children: 'top_panel' | 'pad_1' | 'middle_panel' | 'pad_2' | 'lower_panel' | 'pad_3' | 'platform_mismatch_container' | 'pad_4' }, + "realms_subscription_panel/top_panel": { type: T.PANEL, children: string }, + "realms_subscription_panel/pad_1": { type: T.PANEL, children: string }, + "realms_subscription_panel/middle_panel": { type: T.PANEL, children: 'black_background' | 'renews_text' }, + "realms_subscription_panel/middle_panel/black_background": { type: T.PANEL, children: string }, + "realms_subscription_panel/middle_panel/renews_text": { type: T.LABEL, children: string }, + "realms_subscription_panel/pad_2": { type: T.PANEL, children: string }, + "realms_subscription_panel/lower_panel": { type: T.PANEL, children: 'black_background' | 'consumable_not_extendable' }, + "realms_subscription_panel/lower_panel/black_background": { type: T.PANEL, children: string }, + "realms_subscription_panel/lower_panel/consumable_not_extendable": { type: T.PANEL, children: string }, + "realms_subscription_panel/pad_3": { type: T.PANEL, children: string }, + "realms_subscription_panel/platform_mismatch_container": { type: T.PANEL, children: 'black_background' | 'possible_store_mismatch' }, + "realms_subscription_panel/platform_mismatch_container/black_background": { type: T.PANEL, children: string }, + "realms_subscription_panel/platform_mismatch_container/possible_store_mismatch": { type: T.PANEL, children: string }, + "realms_subscription_panel/pad_4": { type: T.PANEL, children: string }, + "realms_plus_subscription_panel": { type: T.STACK_PANEL, children: string }, + "additional_subscription_panel": { type: T.STACK_PANEL, children: string }, + "view_subscriptions_button": { type: T.PANEL, children: string }, + "view_subscriptions_prerelease_section": { type: T.PANEL, children: 'black_background' | 'renews_text' }, + "view_subscriptions_prerelease_section/black_background": { type: T.PANEL, children: string }, + "view_subscriptions_prerelease_section/renews_text": { type: T.LABEL, children: string }, + "view_subscriptions_section": { type: T.STACK_PANEL, children: 'sunsetting_label' | 'failed_loading_subscriptions_label' | 'loading_subscriptions_label' | 'no_active_subscriptions_panel' | 'realms_plus_header_my_subscriptions' | 'realms_plus_subscriptions_grid' | 'csb_purchased_with_cancel' | 'csb_purchased_with_buy' | 'csb_purchased_padding' | 'platform_mismatch_container' | 'csb_expiration_container' | 'csb_expiration_and_platform_mismatch_padding' | 'additional_realms_subscriptions_grid' | 'settings_additional_subscription_offers_section' | 'pad_3' }, + "view_subscriptions_section/sunsetting_label": { type: T.IMAGE, children: string }, + "view_subscriptions_section/failed_loading_subscriptions_label": { type: T.LABEL, children: string }, + "view_subscriptions_section/loading_subscriptions_label": { type: T.LABEL, children: string }, + "view_subscriptions_section/no_active_subscriptions_panel": { type: T.PANEL, children: 'header_no_active_csub_or_realms_subscriptions' | 'background_panel' }, + "view_subscriptions_section/no_active_subscriptions_panel/header_no_active_csub_or_realms_subscriptions": { type: T.PANEL, children: 'text' }, + "view_subscriptions_section/no_active_subscriptions_panel/header_no_active_csub_or_realms_subscriptions/text": { type: T.LABEL, children: string }, + "view_subscriptions_section/no_active_subscriptions_panel/background_panel": { type: T.IMAGE, children: string }, + "view_subscriptions_section/realms_plus_header_my_subscriptions": { type: T.PANEL, children: 'text' }, + "view_subscriptions_section/realms_plus_header_my_subscriptions/text": { type: T.LABEL, children: string }, + "view_subscriptions_section/realms_plus_subscriptions_grid": { type: T.STACK_PANEL, children: string }, + "view_subscriptions_section/csb_purchased_with_cancel": { type: T.PANEL, children: string }, + "view_subscriptions_section/csb_purchased_with_buy": { type: T.PANEL, children: string }, + "view_subscriptions_section/csb_purchased_padding": { type: T.PANEL, children: string }, + "view_subscriptions_section/platform_mismatch_container": { type: T.PANEL, children: 'black_background' | 'possible_store_mismatch' }, + "view_subscriptions_section/platform_mismatch_container/black_background": { type: T.PANEL, children: string }, + "view_subscriptions_section/platform_mismatch_container/possible_store_mismatch": { type: T.PANEL, children: string }, + "view_subscriptions_section/csb_expiration_container": { type: T.PANEL, children: 'csb_expiration_text_container' | 'background_panel' }, + "view_subscriptions_section/csb_expiration_container/csb_expiration_text_container": { type: T.STACK_PANEL, children: 'csb_expiration_text_padding' | 'csb_expiration' }, + "view_subscriptions_section/csb_expiration_container/csb_expiration_text_container/csb_expiration_text_padding": { type: T.PANEL, children: string }, + "view_subscriptions_section/csb_expiration_container/csb_expiration_text_container/csb_expiration": { type: T.LABEL, children: string }, + "view_subscriptions_section/csb_expiration_container/background_panel": { type: T.IMAGE, children: string }, + "view_subscriptions_section/csb_expiration_and_platform_mismatch_padding": { type: T.PANEL, children: string }, + "view_subscriptions_section/additional_realms_subscriptions_grid": { type: T.STACK_PANEL, children: string }, + "view_subscriptions_section/settings_additional_subscription_offers_section": { type: T.STACK_PANEL, children: string }, + "view_subscriptions_section/pad_3": { type: T.PANEL, children: string }, + "settings_additional_subscription_offers_section": { type: T.STACK_PANEL, children: 'active_available_divider' | 'realms_plus_header_label' | 'pad_0' | 'additional_realms_buy_offer' | 'pad_8' | 'csb_buy_panel' }, + "settings_additional_subscription_offers_section/active_available_divider": { type: T.STACK_PANEL, children: string }, + "settings_additional_subscription_offers_section/realms_plus_header_label": { type: T.LABEL, children: string }, + "settings_additional_subscription_offers_section/pad_0": { type: T.PANEL, children: string }, + "settings_additional_subscription_offers_section/additional_realms_buy_offer": { type: T.PANEL, children: string }, + "settings_additional_subscription_offers_section/pad_8": { type: T.PANEL, children: string }, + "settings_additional_subscription_offers_section/csb_buy_panel": { type: T.PANEL, children: string }, + "accessibility_button": { type: T.PANEL, children: string }, + "toast_notification_duration_label": { type: T.LABEL, children: string }, + "toast_notification_duration_info_label": { type: T.LABEL, children: string }, + "toast_notification_duration_info_edu_label": { type: T.LABEL, children: string }, + "chat_message_duration_label": { type: T.LABEL, children: string }, + "chat_message_duration_info_label": { type: T.LABEL, children: string }, + "accessibility_section": { type: T.STACK_PANEL, children: 'option_toggle_subtitles' | 'option_toggle0' | 'option_toggle1' | 'option_toggle2' | 'option_slider_0' | 'option_toggle3' | 'hud_text_background_opacity_slider' | 'chat_opacity_slider' | 'actionbar_text_background_opacity_slider' | 'camera_shake_toggle' | 'hide_endflash_toggle' | 'enable_dithering_blocks_toggle' | 'enable_dithering_mobs_toggle' | 'darkness_slider' | 'glint_strength_slider' | 'glint_speed_slider' | 'toast_notification_duration_options_panel' | 'chat_message_duration_options_panel' | 'gui_scale_slider' | 'gui_accessibility_scaling_toggle' | 'reset_button' }, + "accessibility_section/option_toggle_subtitles": { type: T.PANEL, children: string }, + "accessibility_section/option_toggle0": { type: T.PANEL, children: string }, + "accessibility_section/option_toggle1": { type: T.PANEL, children: string }, + "accessibility_section/option_toggle2": { type: T.PANEL, children: string }, + "accessibility_section/option_slider_0": { type: T.PANEL, children: string }, + "accessibility_section/option_toggle3": { type: T.PANEL, children: string }, + "accessibility_section/hud_text_background_opacity_slider": { type: T.PANEL, children: string }, + "accessibility_section/chat_opacity_slider": { type: T.PANEL, children: string }, + "accessibility_section/actionbar_text_background_opacity_slider": { type: T.PANEL, children: string }, + "accessibility_section/camera_shake_toggle": { type: T.PANEL, children: string }, + "accessibility_section/hide_endflash_toggle": { type: T.PANEL, children: string }, + "accessibility_section/enable_dithering_blocks_toggle": { type: T.PANEL, children: string }, + "accessibility_section/enable_dithering_mobs_toggle": { type: T.PANEL, children: string }, + "accessibility_section/darkness_slider": { type: T.PANEL, children: string }, + "accessibility_section/glint_strength_slider": { type: T.PANEL, children: string }, + "accessibility_section/glint_speed_slider": { type: T.PANEL, children: string }, + "accessibility_section/toast_notification_duration_options_panel": { type: T.STACK_PANEL, children: 'toast_notification_duration_label_wrapper' | 'toast_notification_duration_info_label_wrapper' | 'toast_notification_duration_info_label_edu_wrapper' | 'toast_notification_duration_dropdown_spacer_pre' | 'toast_notification_duration_dropdown' }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_label_wrapper": { type: T.PANEL, children: string }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_info_label_wrapper": { type: T.PANEL, children: string }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_info_label_edu_wrapper": { type: T.PANEL, children: string }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_dropdown_spacer_pre": { type: T.PANEL, children: string }, + "accessibility_section/toast_notification_duration_options_panel/toast_notification_duration_dropdown": { type: T.PANEL, children: string }, + "accessibility_section/chat_message_duration_options_panel": { type: T.STACK_PANEL, children: 'chat_message_duration_label_wrapper' | 'chat_message_duration_info_label_wrapper' | 'chat_message_duration_dropdown_spacer_pre' | 'chat_message_duration_dropdown' }, + "accessibility_section/chat_message_duration_options_panel/chat_message_duration_label_wrapper": { type: T.PANEL, children: string }, + "accessibility_section/chat_message_duration_options_panel/chat_message_duration_info_label_wrapper": { type: T.PANEL, children: string }, + "accessibility_section/chat_message_duration_options_panel/chat_message_duration_dropdown_spacer_pre": { type: T.PANEL, children: string }, + "accessibility_section/chat_message_duration_options_panel/chat_message_duration_dropdown": { type: T.PANEL, children: string }, + "accessibility_section/gui_scale_slider": { type: T.PANEL, children: 'option_generic_core' }, + "accessibility_section/gui_scale_slider/option_generic_core": { type: T.STACK_PANEL, children: string }, + "accessibility_section/gui_accessibility_scaling_toggle": { type: T.PANEL, children: 'option_generic_core' }, + "accessibility_section/gui_accessibility_scaling_toggle/option_generic_core": { type: T.STACK_PANEL, children: string }, + "accessibility_section/reset_button": { type: T.BUTTON, children: string }, + "sound_button": { type: T.PANEL, children: string }, + "sound_section": { type: T.STACK_PANEL, children: 'paddingMainVolume' | 'option_slider_0' | 'paddingDividerAudioSettings' | 'dividerAudioSettings' | 'paddingMusic' | 'option_slider_1' | 'paddingSound' | 'option_slider_2' | 'paddingAmbient' | 'option_slider_3' | 'paddingBlockVolume' | 'option_slider_4' | 'paddingHostile' | 'option_slider_5' | 'paddingNeutralVolume' | 'option_slider_6' | 'paddingPlayervolume' | 'option_slider_7' | 'paddingRecordVolume' | 'option_slider_8' | 'paddingWeatherVolume' | 'option_slider_9' | 'paddingTTSVolume' | 'option_slider_10' | 'paddingResetVolumes' | 'reset_button' | 'paddingEndOfList' }, + "sound_section/paddingMainVolume": { type: T.PANEL, children: string }, + "sound_section/option_slider_0": { type: T.PANEL, children: string }, + "sound_section/paddingDividerAudioSettings": { type: T.PANEL, children: string }, + "sound_section/dividerAudioSettings": { type: T.PANEL, children: 'section_divider' }, + "sound_section/dividerAudioSettings/section_divider": { type: T.IMAGE, children: string }, + "sound_section/paddingMusic": { type: T.PANEL, children: string }, + "sound_section/option_slider_1": { type: T.PANEL, children: string }, + "sound_section/paddingSound": { type: T.PANEL, children: string }, + "sound_section/option_slider_2": { type: T.PANEL, children: string }, + "sound_section/paddingAmbient": { type: T.PANEL, children: string }, + "sound_section/option_slider_3": { type: T.PANEL, children: string }, + "sound_section/paddingBlockVolume": { type: T.PANEL, children: string }, + "sound_section/option_slider_4": { type: T.PANEL, children: string }, + "sound_section/paddingHostile": { type: T.PANEL, children: string }, + "sound_section/option_slider_5": { type: T.PANEL, children: string }, + "sound_section/paddingNeutralVolume": { type: T.PANEL, children: string }, + "sound_section/option_slider_6": { type: T.PANEL, children: string }, + "sound_section/paddingPlayervolume": { type: T.PANEL, children: string }, + "sound_section/option_slider_7": { type: T.PANEL, children: string }, + "sound_section/paddingRecordVolume": { type: T.PANEL, children: string }, + "sound_section/option_slider_8": { type: T.PANEL, children: string }, + "sound_section/paddingWeatherVolume": { type: T.PANEL, children: string }, + "sound_section/option_slider_9": { type: T.PANEL, children: string }, + "sound_section/paddingTTSVolume": { type: T.PANEL, children: string }, + "sound_section/option_slider_10": { type: T.PANEL, children: string }, + "sound_section/paddingResetVolumes": { type: T.PANEL, children: string }, + "sound_section/reset_button": { type: T.BUTTON, children: string }, + "sound_section/paddingEndOfList": { type: T.PANEL, children: string }, + "language_button": { type: T.PANEL, children: string }, + "language_grid_item": { type: T.PANEL, children: string }, + "language_section": { type: T.STACK_PANEL, children: 'language_list_grid' }, + "language_section/language_list_grid": { type: T.GRID, children: string }, + "preview_button": { type: T.PANEL, children: string }, + "preview_section": { type: T.STACK_PANEL, children: 'spacer_0' | 'generic_label' | 'preview_store_launch_app1_button' | 'preview_store_launch_app2_button' }, + "preview_section/spacer_0": { type: T.PANEL, children: string }, + "preview_section/generic_label": { type: T.LABEL, children: string }, + "preview_section/preview_store_launch_app1_button": { type: T.BUTTON, children: string }, + "preview_section/preview_store_launch_app2_button": { type: T.BUTTON, children: string }, + "override_date_panel": { type: T.STACK_PANEL, children: 'year_text_box' | 'year_month_slash' | 'month_text_box' | 'month_day_slash' | 'day_text_box' | 'day_hour_slash' | 'hour_text_box' | 'hour_minute_slash' | 'minute_text_box' }, + "override_date_panel/year_text_box": { type: T.PANEL, children: string }, + "override_date_panel/year_month_slash": { type: T.LABEL, children: string }, + "override_date_panel/month_text_box": { type: T.PANEL, children: string }, + "override_date_panel/month_day_slash": { type: T.LABEL, children: string }, + "override_date_panel/day_text_box": { type: T.PANEL, children: string }, + "override_date_panel/day_hour_slash": { type: T.LABEL, children: string }, + "override_date_panel/hour_text_box": { type: T.PANEL, children: string }, + "override_date_panel/hour_minute_slash": { type: T.LABEL, children: string }, + "override_date_panel/minute_text_box": { type: T.PANEL, children: string }, + "timezonetype_dropdown_content": { type: T.PANEL, children: string }, + "date_options_panel": { type: T.STACK_PANEL, children: 'padding0' | 'display_override_datetime_option_toggle' | 'option_toggle_date_override' | 'override_date_options_panel' }, + "date_options_panel/padding0": { type: T.PANEL, children: string }, + "date_options_panel/display_override_datetime_option_toggle": { type: T.PANEL, children: string }, + "date_options_panel/option_toggle_date_override": { type: T.PANEL, children: string }, + "date_options_panel/override_date_options_panel": { type: T.PANEL, children: string }, + "override_date_options_panel": { type: T.PANEL, children: 'override_date_options_background_panel' }, + "override_date_options_panel/override_date_options_background_panel": { type: T.STACK_PANEL, children: 'load_override_date_option_toggle' | 'select_dropdown' | 'override_date_panel' | 'padding1' | 'override_time_scale_option' | 'reset_time_button' | 'padding2' }, + "override_date_options_panel/override_date_options_background_panel/load_override_date_option_toggle": { type: T.PANEL, children: string }, + "override_date_options_panel/override_date_options_background_panel/select_dropdown": { type: T.PANEL, children: string }, + "override_date_options_panel/override_date_options_background_panel/override_date_panel": { type: T.STACK_PANEL, children: string }, + "override_date_options_panel/override_date_options_background_panel/padding1": { type: T.PANEL, children: string }, + "override_date_options_panel/override_date_options_background_panel/override_time_scale_option": { type: T.PANEL, children: string }, + "override_date_options_panel/override_date_options_background_panel/reset_time_button": { type: T.BUTTON, children: string }, + "override_date_options_panel/override_date_options_background_panel/padding2": { type: T.PANEL, children: string }, + "debug_display_logged_error_panel": { type: T.PANEL, children: 'debug_display_logged_error_panel_background' }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background": { type: T.STACK_PANEL, children: 'option_dev_show_display_logged_error_marketplace' | 'option_dev_show_display_logged_error_ui' | 'option_dev_show_display_logged_error_osi' | 'option_dev_show_display_logged_error_other' | 'spacer_0' }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/option_dev_show_display_logged_error_marketplace": { type: T.PANEL, children: string }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/option_dev_show_display_logged_error_ui": { type: T.PANEL, children: string }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/option_dev_show_display_logged_error_osi": { type: T.PANEL, children: string }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/option_dev_show_display_logged_error_other": { type: T.PANEL, children: string }, + "debug_display_logged_error_panel/debug_display_logged_error_panel_background/spacer_0": { type: T.PANEL, children: string }, + "xbox_sandbox_panel": { type: T.STACK_PANEL, children: 'padding0' | 'display_override_xbox_sandbox_toggle_windows' | 'display_override_xbox_sandbox_toggle' | 'override_xbox_options_panel' }, + "xbox_sandbox_panel/padding0": { type: T.PANEL, children: string }, + "xbox_sandbox_panel/display_override_xbox_sandbox_toggle_windows": { type: T.PANEL, children: string }, + "xbox_sandbox_panel/display_override_xbox_sandbox_toggle": { type: T.PANEL, children: string }, + "xbox_sandbox_panel/override_xbox_options_panel": { type: T.PANEL, children: string }, + "override_xbox_options_panel": { type: T.PANEL, children: 'override_xbox_options' }, + "override_xbox_options_panel/override_xbox_options": { type: T.STACK_PANEL, children: 'option_dropdown_xbox' }, + "override_xbox_options_panel/override_xbox_options/option_dropdown_xbox": { type: T.PANEL, children: string }, + "override_version_options_panel": { type: T.STACK_PANEL, children: 'override_version_panel' | 'override_version_button_panel' | 'override_date_panel_bottom_padding' }, + "override_version_options_panel/override_version_panel": { type: T.STACK_PANEL, children: string }, + "override_version_options_panel/override_version_button_panel": { type: T.PANEL, children: 'update_override_version_button' }, + "override_version_options_panel/override_version_button_panel/update_override_version_button": { type: T.BUTTON, children: string }, + "override_version_options_panel/override_date_panel_bottom_padding": { type: T.PANEL, children: string }, + "override_version_panel": { type: T.STACK_PANEL, children: 'major_version_text_box' | 'first_dot' | 'minor_version_text_box' | 'second_dot' | 'patch_version_text_box' }, + "override_version_panel/major_version_text_box": { type: T.PANEL, children: string }, + "override_version_panel/first_dot": { type: T.LABEL, children: string }, + "override_version_panel/minor_version_text_box": { type: T.PANEL, children: string }, + "override_version_panel/second_dot": { type: T.LABEL, children: string }, + "override_version_panel/patch_version_text_box": { type: T.PANEL, children: string }, + "dot_label": { type: T.LABEL, children: string }, + "debug_override_treatments_panel": { type: T.PANEL, children: 'override_treatments_panel_background' }, + "debug_override_treatments_panel/override_treatments_panel_background": { type: T.STACK_PANEL, children: 'option_toggle_treatment_override' | 'spacer_0' | 'override_treatment_options_panel' | 'treatments_label_panel' | 'treatment_grid' | 'unused_treatments_label_panel' | 'unused_treatment_grid' | 'spacer_1' }, + "debug_override_treatments_panel/override_treatments_panel_background/option_toggle_treatment_override": { type: T.PANEL, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/spacer_0": { type: T.PANEL, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel": { type: T.STACK_PANEL, children: 'apply_treatments_button' | 'add_treatments_panel' | 'treatment_cache_management_panel' }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/apply_treatments_button": { type: T.BUTTON, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/add_treatments_panel": { type: T.STACK_PANEL, children: 'text_edit_treatment' | 'add_button_panel' }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/add_treatments_panel/text_edit_treatment": { type: T.PANEL, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/add_treatments_panel/add_button_panel": { type: T.PANEL, children: 'add_button' }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/add_treatments_panel/add_button_panel/add_button": { type: T.BUTTON, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/treatment_cache_management_panel": { type: T.STACK_PANEL, children: 'reset_to_default' | 'clear_treatments' }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/treatment_cache_management_panel/reset_to_default": { type: T.BUTTON, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/override_treatment_options_panel/treatment_cache_management_panel/clear_treatments": { type: T.BUTTON, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/treatments_label_panel": { type: T.IMAGE, children: 'treatments_label' }, + "debug_override_treatments_panel/override_treatments_panel_background/treatments_label_panel/treatments_label": { type: T.LABEL, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/treatment_grid": { type: T.GRID, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/unused_treatments_label_panel": { type: T.IMAGE, children: 'treatments_label' }, + "debug_override_treatments_panel/override_treatments_panel_background/unused_treatments_label_panel/treatments_label": { type: T.LABEL, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/unused_treatment_grid": { type: T.GRID, children: string }, + "debug_override_treatments_panel/override_treatments_panel_background/spacer_1": { type: T.PANEL, children: string }, + "debug_override_configurations_panel": { type: T.PANEL, children: 'override_configurations_panel_background' }, + "debug_override_configurations_panel/override_configurations_panel_background": { type: T.STACK_PANEL, children: 'option_toggle_configuration_override' | 'spacer_0' | 'override_configuration_options_panel' | 'configuration_grid' }, + "debug_override_configurations_panel/override_configurations_panel_background/option_toggle_configuration_override": { type: T.PANEL, children: string }, + "debug_override_configurations_panel/override_configurations_panel_background/spacer_0": { type: T.PANEL, children: string }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel": { type: T.STACK_PANEL, children: 'add_configurations_panel' | 'configuration_cache_management_panel' }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/add_configurations_panel": { type: T.STACK_PANEL, children: 'text_edit_configuration' | 'add_button_panel' }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/add_configurations_panel/text_edit_configuration": { type: T.PANEL, children: string }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/add_configurations_panel/add_button_panel": { type: T.PANEL, children: 'add_button' }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/add_configurations_panel/add_button_panel/add_button": { type: T.BUTTON, children: string }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/configuration_cache_management_panel": { type: T.STACK_PANEL, children: 'reset_to_default' | 'clear_configurations' }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/configuration_cache_management_panel/reset_to_default": { type: T.BUTTON, children: string }, + "debug_override_configurations_panel/override_configurations_panel_background/override_configuration_options_panel/configuration_cache_management_panel/clear_configurations": { type: T.BUTTON, children: string }, + "debug_override_configurations_panel/override_configurations_panel_background/configuration_grid": { type: T.GRID, children: string }, + "debug_override_realms_features_panel": { type: T.PANEL, children: 'override_realms_features_panel_background' }, + "debug_override_realms_features_panel/override_realms_features_panel_background": { type: T.STACK_PANEL, children: 'option_toggle_realms_feature_override' | 'spacer_0' | 'override_realms_features_options_panel' | 'current_realms_features_label_panel' | 'realms_features_grid' | 'unused_realms_features_label_panel' | 'unused_realms_features_grid' }, + "debug_override_realms_features_panel/override_realms_features_panel_background/option_toggle_realms_feature_override": { type: T.PANEL, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/spacer_0": { type: T.PANEL, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel": { type: T.STACK_PANEL, children: 'add_realms_features_panel' | 'realms_feature_cache_management_panel' }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/add_realms_features_panel": { type: T.STACK_PANEL, children: 'text_edit_realms_features' | 'add_button_panel' }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/add_realms_features_panel/text_edit_realms_features": { type: T.PANEL, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/add_realms_features_panel/add_button_panel": { type: T.PANEL, children: 'add_button' }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/add_realms_features_panel/add_button_panel/add_button": { type: T.BUTTON, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/realms_feature_cache_management_panel": { type: T.STACK_PANEL, children: 'reset_to_default' | 'clear_realms_features' }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/realms_feature_cache_management_panel/reset_to_default": { type: T.BUTTON, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/override_realms_features_options_panel/realms_feature_cache_management_panel/clear_realms_features": { type: T.BUTTON, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/current_realms_features_label_panel": { type: T.IMAGE, children: 'realms_features_label' }, + "debug_override_realms_features_panel/override_realms_features_panel_background/current_realms_features_label_panel/realms_features_label": { type: T.LABEL, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/realms_features_grid": { type: T.GRID, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/unused_realms_features_label_panel": { type: T.IMAGE, children: 'realms_features_label' }, + "debug_override_realms_features_panel/override_realms_features_panel_background/unused_realms_features_label_panel/realms_features_label": { type: T.LABEL, children: string }, + "debug_override_realms_features_panel/override_realms_features_panel_background/unused_realms_features_grid": { type: T.GRID, children: string }, + "configuration_grid_item": { type: T.STACK_PANEL, children: 'configuration_id_panel' | 'remove_button' }, + "configuration_grid_item/configuration_id_panel": { type: T.IMAGE, children: 'configuration_id' }, + "configuration_grid_item/configuration_id_panel/configuration_id": { type: T.LABEL, children: string }, + "configuration_grid_item/remove_button": { type: T.BUTTON, children: string }, + "remove_configuration_icon": { type: T.IMAGE, children: string }, + "realms_feature_grid_item": { type: T.STACK_PANEL, children: 'realms_feature_id_panel' | 'disable_button' }, + "realms_feature_grid_item/realms_feature_id_panel": { type: T.IMAGE, children: 'realms_feature_id' }, + "realms_feature_grid_item/realms_feature_id_panel/realms_feature_id": { type: T.LABEL, children: string }, + "realms_feature_grid_item/disable_button": { type: T.BUTTON, children: string }, + "disable_realms_feature_icon": { type: T.IMAGE, children: string }, + "unused_realms_feature_grid_item": { type: T.STACK_PANEL, children: 'unused_realms_feature_id_panel' | 'enable_button' }, + "unused_realms_feature_grid_item/unused_realms_feature_id_panel": { type: T.IMAGE, children: 'unused_realms_feature_id' }, + "unused_realms_feature_grid_item/unused_realms_feature_id_panel/unused_realms_feature_id": { type: T.LABEL, children: string }, + "unused_realms_feature_grid_item/enable_button": { type: T.BUTTON, children: string }, + "enable_realms_feature_icon": { type: T.IMAGE, children: string }, + "treatment_grid_item": { type: T.STACK_PANEL, children: 'treatment_id_panel' | 'remove_button' }, + "treatment_grid_item/treatment_id_panel": { type: T.IMAGE, children: 'treatment_id' }, + "treatment_grid_item/treatment_id_panel/treatment_id": { type: T.LABEL, children: string }, + "treatment_grid_item/remove_button": { type: T.BUTTON, children: string }, + "remove_treatment_icon": { type: T.IMAGE, children: string }, + "unused_treatment_grid_item": { type: T.STACK_PANEL, children: 'unused_treatment_id_panel' | 'add_button' }, + "unused_treatment_grid_item/unused_treatment_id_panel": { type: T.IMAGE, children: 'unused_treatment_id' }, + "unused_treatment_grid_item/unused_treatment_id_panel/unused_treatment_id": { type: T.LABEL, children: string }, + "unused_treatment_grid_item/add_button": { type: T.BUTTON, children: string }, + "add_treatment_icon": { type: T.IMAGE, children: string }, + "debug_select_windows_store_panel": { type: T.STACK_PANEL, children: 'select_store_dropdown' | 'stores_label' | 'sandbox_label' }, + "debug_select_windows_store_panel/select_store_dropdown": { type: T.PANEL, children: string }, + "debug_select_windows_store_panel/stores_label": { type: T.LABEL, children: string }, + "debug_select_windows_store_panel/sandbox_label": { type: T.LABEL, children: string }, + "windows_store_dropdown_content": { type: T.PANEL, children: string }, + "mock_http_panel": { type: T.STACK_PANEL, children: 'display_mock_http_panel_toggle' | 'mock_http_panel_content' }, + "mock_http_panel/display_mock_http_panel_toggle": { type: T.PANEL, children: string }, + "mock_http_panel/mock_http_panel_content": { type: T.PANEL, children: string }, + "mock_http_panel_content": { type: T.PANEL, children: 'mock_http_panel_background' }, + "mock_http_panel_content/mock_http_panel_background": { type: T.STACK_PANEL, children: 'add_mock_rules_button' | 'remove_all_mock_rules_button' | 'active_rules_label' | 'rule_list' | 'divider' }, + "mock_http_panel_content/mock_http_panel_background/add_mock_rules_button": { type: T.BUTTON, children: string }, + "mock_http_panel_content/mock_http_panel_background/remove_all_mock_rules_button": { type: T.BUTTON, children: string }, + "mock_http_panel_content/mock_http_panel_background/active_rules_label": { type: T.LABEL, children: string }, + "mock_http_panel_content/mock_http_panel_background/rule_list": { type: T.STACK_PANEL, children: string }, + "mock_http_panel_content/mock_http_panel_background/divider": { type: T.STACK_PANEL, children: string }, + "mock_http_rule_list": { type: T.STACK_PANEL, children: string }, + "mock_http_rule": { type: T.STACK_PANEL, children: 'rule_details_label' | 'rule_spacer' }, + "mock_http_rule/rule_details_label": { type: T.LABEL, children: string }, + "mock_http_rule/rule_spacer": { type: T.PANEL, children: string }, + "automation_button": { type: T.PANEL, children: string }, + "automation_section": { type: T.STACK_PANEL, children: 'automation_tab_label' | 'padding' | 'automation_test_asset_sas_text_box' | 'automation_functional_test_tags_text_box' | 'automation_server_test_tags_text_box' | 'automation_unit_test_tags_text_box' | 'automation_broken_functional_test_tags_text_box' | 'automation_broken_server_test_tags_text_box' | 'automation_broken_unit_test_tags_text_box' | 'automation_repeat_count_text_box' | 'automation_soak_test_duration_minutes_text_box' | 'automation_repeat_failures_only_toggle' | 'automation_run_entire_server_test_group' | 'automation_testbuild_id_text_box' | 'automation_functional_test_block_input_toggle' | 'automation_server_test_assert_on_level_diff_toggle' }, + "automation_section/automation_tab_label": { type: T.LABEL, children: string }, + "automation_section/padding": { type: T.PANEL, children: string }, + "automation_section/automation_test_asset_sas_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_functional_test_tags_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_server_test_tags_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_unit_test_tags_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_broken_functional_test_tags_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_broken_server_test_tags_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_broken_unit_test_tags_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_repeat_count_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_soak_test_duration_minutes_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_repeat_failures_only_toggle": { type: T.PANEL, children: string }, + "automation_section/automation_run_entire_server_test_group": { type: T.PANEL, children: string }, + "automation_section/automation_testbuild_id_text_box": { type: T.PANEL, children: string }, + "automation_section/automation_functional_test_block_input_toggle": { type: T.PANEL, children: string }, + "automation_section/automation_server_test_assert_on_level_diff_toggle": { type: T.PANEL, children: string }, + "discovery_debug_button": { type: T.PANEL, children: string }, + "discovery_debug_section": { type: T.STACK_PANEL, children: 'option_discovery_environment' | 'debug_override_discovery_panel' }, + "discovery_debug_section/option_discovery_environment": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel": { type: T.PANEL, children: 'override_discovery_panel_background' }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background": { type: T.STACK_PANEL, children: 'option_toggle_discovery_override' | 'spacer_0' | 'override_discovery_options_panel' }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/option_toggle_discovery_override": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/spacer_0": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel": { type: T.STACK_PANEL, children: 'text_edit_discovery_override_service_name' | 'service_override_type' | 'text_edit_discovery_override_service_branch' | 'text_edit_discovery_override_service_custom' | 'service_override_management_panel' | 'spacer_1' | 'active_service_overrides_label' | 'spacer_2' | 'reset_all_endpoint_overrides_button' | 'discovery_overrides_do_not_save_label' | 'spacer_3' }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/text_edit_discovery_override_service_name": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/service_override_type": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/text_edit_discovery_override_service_branch": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/text_edit_discovery_override_service_custom": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/service_override_management_panel": { type: T.STACK_PANEL, children: 'reset_endpoint_override' | 'apply_endpoint_override' }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/service_override_management_panel/reset_endpoint_override": { type: T.BUTTON, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/service_override_management_panel/apply_endpoint_override": { type: T.BUTTON, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/spacer_1": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/active_service_overrides_label": { type: T.LABEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/spacer_2": { type: T.PANEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/reset_all_endpoint_overrides_button": { type: T.BUTTON, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/discovery_overrides_do_not_save_label": { type: T.LABEL, children: string }, + "discovery_debug_section/debug_override_discovery_panel/override_discovery_panel_background/override_discovery_options_panel/spacer_3": { type: T.PANEL, children: string }, + "debug_button": { type: T.PANEL, children: string }, + "feature_toggle": { type: T.PANEL, children: string }, + "debug_section": { type: T.STACK_PANEL, children: 'options_for_qa_convenience' | 'options_for_qa_convenience_spacer' | 'option_toggle_dev_console_button_0' | 'option_toggle_assertions_debug_break' | 'option_toggle_assertions_show_dialog' | 'option_dev_show_display_logged_error' | 'display_logged_error_panel' | 'option_dev_force_trial_mode' | 'option_dev_force_trial_mode_spacer' | 'debug_overlay_pages_label' | 'debug_overlay_button_panel' | 'pre_feature_toggles_label_spacer' | 'feature_toggles_label' | 'feature_toggles_label_spacer' | 'feature_toggles' | 'end_of_feature_toggles_label_spacer' | 'option_toggle_dev_disable_lan_signaling' | 'option_dropdown_nethernet_logging_verbosity' | 'option_dropdown_http_logging_verbosity' | 'option_dropdown_xsapi_logging_verbosity' | 'option_toggle_remote_imgui' | 'option_dropdown_0' | 'option_toggle_extra_debug_hud_info' | 'option_toggle_show_test_running_text' | 'option_toggle_0_1' | 'option_toggle_0_2' | 'option_slider_0' | 'option_toggle_3' | 'option_toggle_4' | 'option_toggle_5' | 'option_toggle_6' | 'option_dropdown_server_chunk_map' | 'option_toggle_9' | 'option_toggle_disable_render_terrain' | 'option_toggle_disable_render_entities' | 'option_toggle_disable_render_blockentities' | 'option_toggle_disable_render_particles' | 'option_toggle_disable_render_sky' | 'option_toggle_disable_render_weather' | 'option_toggle_disable_render_hud' | 'option_toggle_disable_render_item_in_hand' | 'option_toggle_disable_render_main_menu_cubemap' | 'option_toggle_disable_render_main_menu_paperdoll_animation' | 'leak_memory' | 'log_area' | 'log_priority' | 'option_toggle_build_info' | 'option_perf_turtle' | 'option_default_profiling_option' | 'option_toggle_7' | 'option_toggle_8' | 'option_toggle_game_tip' | 'option_toggle_10' | 'dev_disable_client_blob_cache_toggle' | 'dev_force_client_blob_cache_toggle' | 'devquality_dropdown' | 'dev_add_http_delay_seconds' | 'dev_show_latency_graph_toggle' | 'xbox_sandbox_panel' | 'multithreaded_rendering_toggle' | 'filewatcher_rendering_toggle' | 'enable_texture_hot_reloader_toggle' | 'mock_http_panel' | 'vsync_dropdown' | 'sunsetting_use_overrides_toggle' | 'padding_sunsetting' | 'sunseting_state_toggle' | 'sunsetting_tier_dropdown' | 'padding_sunsetting_2' | 'padding1' | 'copy_internal_settings_folder_to_external' | 'padding_reset_day_one' | 'reset_new_player_flow' | 'reset_day_one_experience' | 'option_text_edit_1' | 'option_text_edit_2' | 'option_text_edit_3' | 'reset_authentication_option' | 'reset_report_timer_option' | 'reset_online_safety_option' | 'reset_show_hardcore_warning_option' | 'reset_low_ping_warning_option' | 'reset_ip_safety_option' | 'padding_graphics_options' | 'option_shadersdk_service_ip' | 'option_shadersdk_service_port' | 'option_shadersdk_target_port' | 'padding_graphics_buttons' | 'trigger_graphics_device_loss' | 'allocate_texture_handles' | 'padding_deferred_debug' | 'deferred_platform_override' }, + "debug_section/options_for_qa_convenience": { type: T.LABEL, children: string }, + "debug_section/options_for_qa_convenience_spacer": { type: T.PANEL, children: string }, + "debug_section/option_toggle_dev_console_button_0": { type: T.PANEL, children: string }, + "debug_section/option_toggle_assertions_debug_break": { type: T.PANEL, children: string }, + "debug_section/option_toggle_assertions_show_dialog": { type: T.PANEL, children: string }, + "debug_section/option_dev_show_display_logged_error": { type: T.PANEL, children: string }, + "debug_section/display_logged_error_panel": { type: T.PANEL, children: string }, + "debug_section/option_dev_force_trial_mode": { type: T.PANEL, children: string }, + "debug_section/option_dev_force_trial_mode_spacer": { type: T.PANEL, children: string }, + "debug_section/debug_overlay_pages_label": { type: T.LABEL, children: string }, + "debug_section/debug_overlay_button_panel": { type: T.PANEL, children: 'debug_overlay_previous_button' | 'debug_overlay_next_button' }, + "debug_section/debug_overlay_button_panel/debug_overlay_previous_button": { type: T.BUTTON, children: string }, + "debug_section/debug_overlay_button_panel/debug_overlay_next_button": { type: T.BUTTON, children: string }, + "debug_section/pre_feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "debug_section/feature_toggles_label": { type: T.LABEL, children: string }, + "debug_section/feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "debug_section/feature_toggles": { type: T.STACK_PANEL, children: string }, + "debug_section/end_of_feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "debug_section/option_toggle_dev_disable_lan_signaling": { type: T.PANEL, children: string }, + "debug_section/option_dropdown_nethernet_logging_verbosity": { type: T.PANEL, children: string }, + "debug_section/option_dropdown_http_logging_verbosity": { type: T.PANEL, children: string }, + "debug_section/option_dropdown_xsapi_logging_verbosity": { type: T.PANEL, children: string }, + "debug_section/option_toggle_remote_imgui": { type: T.PANEL, children: string }, + "debug_section/option_dropdown_0": { type: T.PANEL, children: string }, + "debug_section/option_toggle_extra_debug_hud_info": { type: T.PANEL, children: string }, + "debug_section/option_toggle_show_test_running_text": { type: T.PANEL, children: string }, + "debug_section/option_toggle_0_1": { type: T.PANEL, children: string }, + "debug_section/option_toggle_0_2": { type: T.PANEL, children: string }, + "debug_section/option_slider_0": { type: T.PANEL, children: string }, + "debug_section/option_toggle_3": { type: T.PANEL, children: string }, + "debug_section/option_toggle_4": { type: T.PANEL, children: string }, + "debug_section/option_toggle_5": { type: T.PANEL, children: string }, + "debug_section/option_toggle_6": { type: T.PANEL, children: string }, + "debug_section/option_dropdown_server_chunk_map": { type: T.PANEL, children: string }, + "debug_section/option_toggle_9": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_terrain": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_entities": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_blockentities": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_particles": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_sky": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_weather": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_hud": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_item_in_hand": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_main_menu_cubemap": { type: T.PANEL, children: string }, + "debug_section/option_toggle_disable_render_main_menu_paperdoll_animation": { type: T.PANEL, children: string }, + "debug_section/leak_memory": { type: T.PANEL, children: string }, + "debug_section/log_area": { type: T.PANEL, children: string }, + "debug_section/log_priority": { type: T.PANEL, children: string }, + "debug_section/option_toggle_build_info": { type: T.PANEL, children: string }, + "debug_section/option_perf_turtle": { type: T.PANEL, children: string }, + "debug_section/option_default_profiling_option": { type: T.PANEL, children: string }, + "debug_section/option_toggle_7": { type: T.PANEL, children: string }, + "debug_section/option_toggle_8": { type: T.PANEL, children: string }, + "debug_section/option_toggle_game_tip": { type: T.PANEL, children: string }, + "debug_section/option_toggle_10": { type: T.PANEL, children: string }, + "debug_section/dev_disable_client_blob_cache_toggle": { type: T.PANEL, children: string }, + "debug_section/dev_force_client_blob_cache_toggle": { type: T.PANEL, children: string }, + "debug_section/devquality_dropdown": { type: T.PANEL, children: string }, + "debug_section/dev_add_http_delay_seconds": { type: T.PANEL, children: string }, + "debug_section/dev_show_latency_graph_toggle": { type: T.PANEL, children: string }, + "debug_section/xbox_sandbox_panel": { type: T.STACK_PANEL, children: string }, + "debug_section/multithreaded_rendering_toggle": { type: T.PANEL, children: string }, + "debug_section/filewatcher_rendering_toggle": { type: T.PANEL, children: string }, + "debug_section/enable_texture_hot_reloader_toggle": { type: T.PANEL, children: string }, + "debug_section/mock_http_panel": { type: T.STACK_PANEL, children: string }, + "debug_section/vsync_dropdown": { type: T.PANEL, children: string }, + "debug_section/sunsetting_use_overrides_toggle": { type: T.PANEL, children: string }, + "debug_section/padding_sunsetting": { type: T.PANEL, children: string }, + "debug_section/sunseting_state_toggle": { type: T.PANEL, children: string }, + "debug_section/sunsetting_tier_dropdown": { type: T.PANEL, children: string }, + "debug_section/padding_sunsetting_2": { type: T.PANEL, children: string }, + "debug_section/padding1": { type: T.PANEL, children: string }, + "debug_section/copy_internal_settings_folder_to_external": { type: T.BUTTON, children: string }, + "debug_section/padding_reset_day_one": { type: T.PANEL, children: string }, + "debug_section/reset_new_player_flow": { type: T.BUTTON, children: string }, + "debug_section/reset_day_one_experience": { type: T.BUTTON, children: string }, + "debug_section/option_text_edit_1": { type: T.PANEL, children: string }, + "debug_section/option_text_edit_2": { type: T.PANEL, children: string }, + "debug_section/option_text_edit_3": { type: T.PANEL, children: string }, + "debug_section/reset_authentication_option": { type: T.BUTTON, children: string }, + "debug_section/reset_report_timer_option": { type: T.BUTTON, children: string }, + "debug_section/reset_online_safety_option": { type: T.BUTTON, children: string }, + "debug_section/reset_show_hardcore_warning_option": { type: T.BUTTON, children: string }, + "debug_section/reset_low_ping_warning_option": { type: T.BUTTON, children: string }, + "debug_section/reset_ip_safety_option": { type: T.BUTTON, children: string }, + "debug_section/padding_graphics_options": { type: T.PANEL, children: string }, + "debug_section/option_shadersdk_service_ip": { type: T.PANEL, children: string }, + "debug_section/option_shadersdk_service_port": { type: T.PANEL, children: string }, + "debug_section/option_shadersdk_target_port": { type: T.PANEL, children: string }, + "debug_section/padding_graphics_buttons": { type: T.PANEL, children: string }, + "debug_section/trigger_graphics_device_loss": { type: T.BUTTON, children: string }, + "debug_section/allocate_texture_handles": { type: T.BUTTON, children: string }, + "debug_section/padding_deferred_debug": { type: T.PANEL, children: string }, + "debug_section/deferred_platform_override": { type: T.PANEL, children: string }, + "realms_debug_button": { type: T.PANEL, children: string }, + "realms_debug_section": { type: T.STACK_PANEL, children: 'realms_menu_title' | 'realms_title_spacer' | 'feature_toggles_label' | 'feature_toggles_label_spacer' | 'feature_toggles' | 'end_of_feature_toggles_label_spacer' | 'realms_dev_toggles_title' | 'realms_dev_toggle_spacer' | 'realms_without_purchase_toggle' | 'realms_debug_options_title' | 'realms_debug_options_spacer' | 'option_dropdown_1' | 'option_dropdown_2' | 'option_text_edit_0' | 'realms_features_override_panel' | 'realms_debug_options_spacer_2' }, + "realms_debug_section/realms_menu_title": { type: T.LABEL, children: string }, + "realms_debug_section/realms_title_spacer": { type: T.PANEL, children: string }, + "realms_debug_section/feature_toggles_label": { type: T.LABEL, children: string }, + "realms_debug_section/feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "realms_debug_section/feature_toggles": { type: T.STACK_PANEL, children: string }, + "realms_debug_section/end_of_feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "realms_debug_section/realms_dev_toggles_title": { type: T.LABEL, children: string }, + "realms_debug_section/realms_dev_toggle_spacer": { type: T.PANEL, children: string }, + "realms_debug_section/realms_without_purchase_toggle": { type: T.PANEL, children: string }, + "realms_debug_section/realms_debug_options_title": { type: T.LABEL, children: string }, + "realms_debug_section/realms_debug_options_spacer": { type: T.PANEL, children: string }, + "realms_debug_section/option_dropdown_1": { type: T.PANEL, children: string }, + "realms_debug_section/option_dropdown_2": { type: T.PANEL, children: string }, + "realms_debug_section/option_text_edit_0": { type: T.PANEL, children: string }, + "realms_debug_section/realms_features_override_panel": { type: T.STACK_PANEL, children: 'option_toggle_realms_features_override' | 'override_realms_features_panel' }, + "realms_debug_section/realms_features_override_panel/option_toggle_realms_features_override": { type: T.PANEL, children: string }, + "realms_debug_section/realms_features_override_panel/override_realms_features_panel": { type: T.PANEL, children: string }, + "realms_debug_section/realms_debug_options_spacer_2": { type: T.PANEL, children: string }, + "realms_feature_toggle": { type: T.PANEL, children: string }, + "marketplace_debug_button": { type: T.PANEL, children: string }, + "marketplace_debug_section": { type: T.STACK_PANEL, children: 'marketplace_feature_toggles_label' | 'marketplace_feature_toggles_label_spacer' | 'marketplace_feature_toggles' | 'playfab_token_refresh_threshold' | 'option_dropdown_skin_rotation_speed' | 'option_toggle_all_skins_rotate' | 'option_toggle_display_marketplace_document_id' | 'option_toggle_display_platform_offer_check' | 'version_options_panel' | 'select_windows_store_panel' | 'date_options_panel' | 'option_clear_store_cache_button' | 'option_clear_all_cache_button' | 'option_delete_all_personas_button' | 'option_delete_legacy_personas_button' | 'padding2' | 'enable_coin_debug_switch_toggle' | 'add_500_coins' | 'add_100000_coins' | 'padding3' | 'reset_entitlements' | 'reset_wallet' }, + "marketplace_debug_section/marketplace_feature_toggles_label": { type: T.LABEL, children: string }, + "marketplace_debug_section/marketplace_feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "marketplace_debug_section/marketplace_feature_toggles": { type: T.STACK_PANEL, children: string }, + "marketplace_debug_section/playfab_token_refresh_threshold": { type: T.PANEL, children: string }, + "marketplace_debug_section/option_dropdown_skin_rotation_speed": { type: T.PANEL, children: string }, + "marketplace_debug_section/option_toggle_all_skins_rotate": { type: T.PANEL, children: string }, + "marketplace_debug_section/option_toggle_display_marketplace_document_id": { type: T.PANEL, children: string }, + "marketplace_debug_section/option_toggle_display_platform_offer_check": { type: T.PANEL, children: string }, + "marketplace_debug_section/version_options_panel": { type: T.STACK_PANEL, children: 'option_version_override' | 'override_version_options_panel' }, + "marketplace_debug_section/version_options_panel/option_version_override": { type: T.PANEL, children: string }, + "marketplace_debug_section/version_options_panel/override_version_options_panel": { type: T.STACK_PANEL, children: string }, + "marketplace_debug_section/select_windows_store_panel": { type: T.STACK_PANEL, children: string }, + "marketplace_debug_section/date_options_panel": { type: T.STACK_PANEL, children: string }, + "marketplace_debug_section/option_clear_store_cache_button": { type: T.BUTTON, children: string }, + "marketplace_debug_section/option_clear_all_cache_button": { type: T.BUTTON, children: string }, + "marketplace_debug_section/option_delete_all_personas_button": { type: T.BUTTON, children: string }, + "marketplace_debug_section/option_delete_legacy_personas_button": { type: T.BUTTON, children: string }, + "marketplace_debug_section/padding2": { type: T.PANEL, children: string }, + "marketplace_debug_section/enable_coin_debug_switch_toggle": { type: T.PANEL, children: string }, + "marketplace_debug_section/add_500_coins": { type: T.BUTTON, children: string }, + "marketplace_debug_section/add_100000_coins": { type: T.BUTTON, children: string }, + "marketplace_debug_section/padding3": { type: T.PANEL, children: string }, + "marketplace_debug_section/reset_entitlements": { type: T.BUTTON, children: string }, + "marketplace_debug_section/reset_wallet": { type: T.BUTTON, children: string }, + "marketplace_feature_toggle": { type: T.PANEL, children: string }, + "gatherings_debug_button": { type: T.PANEL, children: string }, + "gatherings_debug_section": { type: T.STACK_PANEL, children: 'refresh_gatherings_button' | 'spacer_1' | 'clear_system_service_pack_cache_button' | 'spacer_2' | 'active_gathering_label' | 'spacer_3' | 'text_edit_filter_gatherings' | 'spacer_4' | 'available_gatherings_section' }, + "gatherings_debug_section/refresh_gatherings_button": { type: T.BUTTON, children: string }, + "gatherings_debug_section/spacer_1": { type: T.PANEL, children: string }, + "gatherings_debug_section/clear_system_service_pack_cache_button": { type: T.BUTTON, children: string }, + "gatherings_debug_section/spacer_2": { type: T.PANEL, children: string }, + "gatherings_debug_section/active_gathering_label": { type: T.LABEL, children: string }, + "gatherings_debug_section/spacer_3": { type: T.PANEL, children: string }, + "gatherings_debug_section/text_edit_filter_gatherings": { type: T.PANEL, children: string }, + "gatherings_debug_section/spacer_4": { type: T.PANEL, children: string }, + "gatherings_debug_section/available_gatherings_section": { type: T.STACK_PANEL, children: string }, + "gathering_grid_item_content": { type: T.STACK_PANEL, children: 'gathering_name' | 'gathering_uuid' }, + "gathering_grid_item_content/gathering_name": { type: T.LABEL, children: string }, + "gathering_grid_item_content/gathering_uuid": { type: T.LABEL, children: string }, + "gathering_item_template": { type: T.PANEL, children: 'gathering_item_button' }, + "gathering_item_template/gathering_item_button": { type: T.BUTTON, children: string }, + "available_gatherings_grid": { type: T.GRID, children: string }, + "available_gatherings_panel": { type: T.STACK_PANEL, children: 'available_label' | 'gatherings_grid' | 'spacing_gap' }, + "available_gatherings_panel/available_label": { type: T.LABEL, children: string }, + "available_gatherings_panel/gatherings_grid": { type: T.GRID, children: string }, + "available_gatherings_panel/spacing_gap": { type: T.PANEL, children: string }, + "available_gatherings_section": { type: T.STACK_PANEL, children: 'available_gatherings_panel' }, + "available_gatherings_section/available_gatherings_panel": { type: T.STACK_PANEL, children: string }, + "ui_debug_button": { type: T.PANEL, children: string }, + "ui_feature_toggle": { type: T.PANEL, children: string }, + "edu_debug_button": { type: T.PANEL, children: string }, + "edu_feature_toggle": { type: T.PANEL, children: string }, + "new_create_world_grid_item": { type: T.PANEL, children: string }, + "new_edu_create_world_screen_grid_item": { type: T.PANEL, children: string }, + "new_play_screen_grid_item": { type: T.PANEL, children: string }, + "new_edit_world_screen_grid_item": { type: T.PANEL, children: string }, + "new_player_permissions_screen_grid_item": { type: T.PANEL, children: string }, + "new_send_invites_screen_grid_item": { type: T.PANEL, children: string }, + "new_death_grid_item": { type: T.PANEL, children: string }, + "new_bed_grid_item": { type: T.PANEL, children: string }, + "ore_ui_gameplay_ui_grid_item": { type: T.PANEL, children: string }, + "new_settings_screen_grid_item": { type: T.PANEL, children: string }, + "ui_debug_section": { type: T.STACK_PANEL, children: 'ui_feature_toggles_label' | 'ui_feature_toggles_info_label' | 'ui_feature_toggles_label_spacer' | 'ui_feature_toggles' | 'end_of_ui_feature_toggles_label_divider' | 'end_of_ui_feature_toggles_label_divider_spacer' | 'end_of_ui_feature_toggles_label_spacer' | 'screen_override_label' | 'screen_override_info_label' | 'screen_override_label_spacer' | 'new_edu_create_world_screen_radio_label' | 'new_edu_create_world_screen_radio_label_spacer' | 'new_edu_create_world_screen_radio_button' | 'new_edu_create_world_screen_radio_button_spacer' | 'new_play_screen_radio_label' | 'new_play_screen_radio_label_spacer' | 'new_play_screen_radio_button' | 'new_play_screen_radio_button_spacer' | 'new_edit_world_screen_radio_label' | 'new_edit_world_screen_radio_label_spacer' | 'new_edit_world_screen_radio_button' | 'new_edit_world_screen_radio_button_spacer' | 'new_send_invites_radio_label' | 'new_send_invites_screen_radio_label_spacer' | 'new_send_invites_screen_radio_button' | 'new_send_invites_screen_radio_button_spacer' | 'new_death_screen_radio_label' | 'new_death_screen_radio_label_spacer' | 'new_death_screen_radio_button' | 'new_death_screen_radio_button_spacer' | 'new_bed_screen_radio_label' | 'new_bed_screen_radio_label_spacer' | 'new_bed_screen_radio_button' | 'new_bed_screen_radio_button_spacer' | 'ore_ui_gameplay_ui_radio_label' | 'ore_ui_gameplay_ui_radio_label_spacer' | 'ore_ui_gameplay_ui_radio_button' | 'ore_ui_gameplay_ui_radio_button_spacer' | 'end_of_ui_screen_override_divider' | 'end_of_ui_sceen_override_divider_spacer' | 'new_settings_screen_radio_label' | 'new_settings_screen_radio_label_spacer' | 'new_settings_screen_radio_button' | 'new_settings_screen_radio_button_spacer' | 'screen_opt_in_options_label' | 'screen_opt_in_info_label' | 'screen_opt_in_options_label_spacer' | 'end_of_ui_screen_opt_in_divider' | 'end_of_ui_sceen_opt_in_divider_spacer' | 'other_ui_options_label' | 'other_ui_options_label_spacer' | 'option_toggle_default_font_override' | 'option_toggle_dev_show_tcui_replacement' | 'option_toggle_use_mobile_data_blocked_modal' | 'ui_feature_toggles_spacer' | 'option_show_touch_control_selection_screen' | 'option_reset_on_start' | 'end_of_other_options_divider' | 'end_of_other_options_spacer' | 'debug_data_label' | 'debug_data_label_spacer' | 'option_continuous_repaint' | 'option_show_paint_rects' | 'option_show_element_aabb' | 'option_emulate_touch_events' | 'end_of_debug_data_divider' | 'end_of_debug_data_spacer' | 'option_slider_drag_dwell' | 'option_slider_stack_splitting' | 'reset_render_distance_warning_modal_label' | 'reset_render_distance_warning_modal_label_spacer' | 'reset_render_distance_warning_modal' | 'reset_render_distance_warning_modal_spacer' | 'ore_ui_developer_pages_divider' | 'ore_ui_developer_pages_spacer' | 'open_ore_ui_label' | 'open_ore_ui_info_label' | 'open_ore_ui_label_spacer' | 'open_ore_ui_docs' | 'open_ore_ui_tests' | 'open_ore_ui_perf' | 'open_ore_ui_test_modal' | 'open_ore_ui_tests_spacer' }, + "ui_debug_section/ui_feature_toggles_label": { type: T.LABEL, children: string }, + "ui_debug_section/ui_feature_toggles_info_label": { type: T.LABEL, children: string }, + "ui_debug_section/ui_feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/ui_feature_toggles": { type: T.STACK_PANEL, children: string }, + "ui_debug_section/end_of_ui_feature_toggles_label_divider": { type: T.PANEL, children: 'section_divider' }, + "ui_debug_section/end_of_ui_feature_toggles_label_divider/section_divider": { type: T.IMAGE, children: string }, + "ui_debug_section/end_of_ui_feature_toggles_label_divider_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/end_of_ui_feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/screen_override_label": { type: T.LABEL, children: string }, + "ui_debug_section/screen_override_info_label": { type: T.LABEL, children: string }, + "ui_debug_section/screen_override_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_edu_create_world_screen_radio_label": { type: T.LABEL, children: string }, + "ui_debug_section/new_edu_create_world_screen_radio_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_edu_create_world_screen_radio_button": { type: T.GRID, children: string }, + "ui_debug_section/new_edu_create_world_screen_radio_button_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_play_screen_radio_label": { type: T.LABEL, children: string }, + "ui_debug_section/new_play_screen_radio_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_play_screen_radio_button": { type: T.GRID, children: string }, + "ui_debug_section/new_play_screen_radio_button_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_edit_world_screen_radio_label": { type: T.LABEL, children: string }, + "ui_debug_section/new_edit_world_screen_radio_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_edit_world_screen_radio_button": { type: T.GRID, children: string }, + "ui_debug_section/new_edit_world_screen_radio_button_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_send_invites_radio_label": { type: T.LABEL, children: string }, + "ui_debug_section/new_send_invites_screen_radio_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_send_invites_screen_radio_button": { type: T.GRID, children: string }, + "ui_debug_section/new_send_invites_screen_radio_button_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_death_screen_radio_label": { type: T.LABEL, children: string }, + "ui_debug_section/new_death_screen_radio_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_death_screen_radio_button": { type: T.GRID, children: string }, + "ui_debug_section/new_death_screen_radio_button_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_bed_screen_radio_label": { type: T.LABEL, children: string }, + "ui_debug_section/new_bed_screen_radio_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_bed_screen_radio_button": { type: T.GRID, children: string }, + "ui_debug_section/new_bed_screen_radio_button_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/ore_ui_gameplay_ui_radio_label": { type: T.LABEL, children: string }, + "ui_debug_section/ore_ui_gameplay_ui_radio_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/ore_ui_gameplay_ui_radio_button": { type: T.GRID, children: string }, + "ui_debug_section/ore_ui_gameplay_ui_radio_button_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/end_of_ui_screen_override_divider": { type: T.PANEL, children: 'section_divider' }, + "ui_debug_section/end_of_ui_screen_override_divider/section_divider": { type: T.IMAGE, children: string }, + "ui_debug_section/end_of_ui_sceen_override_divider_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_settings_screen_radio_label": { type: T.LABEL, children: string }, + "ui_debug_section/new_settings_screen_radio_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/new_settings_screen_radio_button": { type: T.GRID, children: string }, + "ui_debug_section/new_settings_screen_radio_button_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/screen_opt_in_options_label": { type: T.LABEL, children: string }, + "ui_debug_section/screen_opt_in_info_label": { type: T.LABEL, children: string }, + "ui_debug_section/screen_opt_in_options_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/end_of_ui_screen_opt_in_divider": { type: T.PANEL, children: 'section_divider' }, + "ui_debug_section/end_of_ui_screen_opt_in_divider/section_divider": { type: T.IMAGE, children: string }, + "ui_debug_section/end_of_ui_sceen_opt_in_divider_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/other_ui_options_label": { type: T.LABEL, children: string }, + "ui_debug_section/other_ui_options_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/option_toggle_default_font_override": { type: T.PANEL, children: string }, + "ui_debug_section/option_toggle_dev_show_tcui_replacement": { type: T.PANEL, children: string }, + "ui_debug_section/option_toggle_use_mobile_data_blocked_modal": { type: T.PANEL, children: string }, + "ui_debug_section/ui_feature_toggles_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/option_show_touch_control_selection_screen": { type: T.PANEL, children: string }, + "ui_debug_section/option_reset_on_start": { type: T.PANEL, children: string }, + "ui_debug_section/end_of_other_options_divider": { type: T.PANEL, children: 'section_divider' }, + "ui_debug_section/end_of_other_options_divider/section_divider": { type: T.IMAGE, children: string }, + "ui_debug_section/end_of_other_options_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/debug_data_label": { type: T.LABEL, children: string }, + "ui_debug_section/debug_data_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/option_continuous_repaint": { type: T.PANEL, children: string }, + "ui_debug_section/option_show_paint_rects": { type: T.PANEL, children: string }, + "ui_debug_section/option_show_element_aabb": { type: T.PANEL, children: string }, + "ui_debug_section/option_emulate_touch_events": { type: T.PANEL, children: string }, + "ui_debug_section/end_of_debug_data_divider": { type: T.PANEL, children: 'section_divider' }, + "ui_debug_section/end_of_debug_data_divider/section_divider": { type: T.IMAGE, children: string }, + "ui_debug_section/end_of_debug_data_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/option_slider_drag_dwell": { type: T.PANEL, children: string }, + "ui_debug_section/option_slider_stack_splitting": { type: T.PANEL, children: string }, + "ui_debug_section/reset_render_distance_warning_modal_label": { type: T.LABEL, children: string }, + "ui_debug_section/reset_render_distance_warning_modal_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/reset_render_distance_warning_modal": { type: T.BUTTON, children: string }, + "ui_debug_section/reset_render_distance_warning_modal_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/ore_ui_developer_pages_divider": { type: T.PANEL, children: 'section_divider' }, + "ui_debug_section/ore_ui_developer_pages_divider/section_divider": { type: T.IMAGE, children: string }, + "ui_debug_section/ore_ui_developer_pages_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/open_ore_ui_label": { type: T.LABEL, children: string }, + "ui_debug_section/open_ore_ui_info_label": { type: T.LABEL, children: string }, + "ui_debug_section/open_ore_ui_label_spacer": { type: T.PANEL, children: string }, + "ui_debug_section/open_ore_ui_docs": { type: T.BUTTON, children: string }, + "ui_debug_section/open_ore_ui_tests": { type: T.BUTTON, children: string }, + "ui_debug_section/open_ore_ui_perf": { type: T.BUTTON, children: string }, + "ui_debug_section/open_ore_ui_test_modal": { type: T.BUTTON, children: string }, + "ui_debug_section/open_ore_ui_tests_spacer": { type: T.PANEL, children: string }, + "edu_debug_section": { type: T.STACK_PANEL, children: 'edu_feature_toggles_label' | 'edu_feature_toggles_label_spacer' | 'edu_demo' | 'edu_ad_debug_panel' | 'edu_ad_token_refresh_threshold' | 'edu_ad_max_signin_token_refresh' | 'edu_ad_max_graph_token_refresh' | 'edu_environment_divider' | 'edu_environment_spacer' | 'edu_env_dropdown' }, + "edu_debug_section/edu_feature_toggles_label": { type: T.LABEL, children: string }, + "edu_debug_section/edu_feature_toggles_label_spacer": { type: T.PANEL, children: string }, + "edu_debug_section/edu_demo": { type: T.PANEL, children: string }, + "edu_debug_section/edu_ad_debug_panel": { type: T.PANEL, children: string }, + "edu_debug_section/edu_ad_token_refresh_threshold": { type: T.PANEL, children: string }, + "edu_debug_section/edu_ad_max_signin_token_refresh": { type: T.PANEL, children: string }, + "edu_debug_section/edu_ad_max_graph_token_refresh": { type: T.PANEL, children: string }, + "edu_debug_section/edu_environment_divider": { type: T.PANEL, children: 'section_divider' }, + "edu_debug_section/edu_environment_divider/section_divider": { type: T.IMAGE, children: string }, + "edu_debug_section/edu_environment_spacer": { type: T.PANEL, children: string }, + "edu_debug_section/edu_env_dropdown": { type: T.PANEL, children: string }, + "flighting_debug_button": { type: T.PANEL, children: string }, + "flighting_debug_section": { type: T.STACK_PANEL, children: 'treatment_override_panel' | 'configuration_override_panel' }, + "flighting_debug_section/treatment_override_panel": { type: T.STACK_PANEL, children: 'option_toggle_treatment_override' | 'override_treatments_panel' }, + "flighting_debug_section/treatment_override_panel/option_toggle_treatment_override": { type: T.PANEL, children: string }, + "flighting_debug_section/treatment_override_panel/override_treatments_panel": { type: T.PANEL, children: string }, + "flighting_debug_section/configuration_override_panel": { type: T.STACK_PANEL, children: 'option_toggle_configuration_override' | 'override_configurations_panel' }, + "flighting_debug_section/configuration_override_panel/option_toggle_configuration_override": { type: T.PANEL, children: string }, + "flighting_debug_section/configuration_override_panel/override_configurations_panel": { type: T.PANEL, children: string }, + "how_to_play_button": { type: T.PANEL, children: string }, + "how_to_play_section": { type: T.STACK_PANEL, children: 'spacer_0' | 'generic_label' | 'spacer_1' | 'gamepad_helper_label' }, + "how_to_play_section/spacer_0": { type: T.PANEL, children: string }, + "how_to_play_section/generic_label": { type: T.LABEL, children: string }, + "how_to_play_section/spacer_1": { type: T.PANEL, children: string }, + "how_to_play_section/gamepad_helper_label": { type: T.LABEL, children: string }, + "dev_xbox_environment_dropdown_content": { type: T.PANEL, children: string }, + "dev_discovery_environment_dropdown_content": { type: T.PANEL, children: string }, + "dev_service_override_type_dropdown_content": { type: T.PANEL, children: string }, + "dev_realms_environment_dropdown_content": { type: T.PANEL, children: string }, + "dev_realms_sku_dropdown_content": { type: T.PANEL, children: string }, + "default_profiling_group_dropdown_content": { type: T.PANEL, children: string }, + "dev_nethernet_logging_verbosity_dropdown_content": { type: T.PANEL, children: string }, + "dev_http_logging_verbosity_dropdown_content": { type: T.PANEL, children: string }, + "dev_xsapi_logging_verbosity_dropdown_content": { type: T.PANEL, children: string }, + "dev_debug_speed_multiplier_options": { type: T.PANEL, children: string }, + "dev_debug_hud_dropdown_content": { type: T.PANEL, children: string }, + "dev_chunkMapMode_content": { type: T.PANEL, children: string }, + "dev_quality_dropdown_content": { type: T.PANEL, children: string }, + "vysnc_dropdown_content": { type: T.PANEL, children: string }, + "deferred_platform_override_dropdown_content": { type: T.PANEL, children: string }, + "dev_education_environment_dropdown_content": { type: T.PANEL, children: string }, + "dev_sunsetting_tier_dropdown_content": { type: T.PANEL, children: string }, + "graphics_api_dropdown_content": { type: T.PANEL, children: string }, + "graphics_mode_dropdown_content": { type: T.PANEL, children: string }, + "upscaling_mode_dropdown_content": { type: T.PANEL, children: string }, + "advanced_graphics_options_button_content": { type: T.STACK_PANEL, children: 'advanced_graphics_options_label' | 'fill_pad' | 'plus_panel' | 'minus_panel' }, + "advanced_graphics_options_button_content/advanced_graphics_options_label": { type: T.LABEL, children: string }, + "advanced_graphics_options_button_content/fill_pad": { type: T.PANEL, children: string }, + "advanced_graphics_options_button_content/plus_panel": { type: T.PANEL, children: 'plus' }, + "advanced_graphics_options_button_content/plus_panel/plus": { type: T.IMAGE, children: string }, + "advanced_graphics_options_button_content/minus_panel": { type: T.PANEL, children: 'minus' }, + "advanced_graphics_options_button_content/minus_panel/minus": { type: T.IMAGE, children: string }, + "advanced_graphics_options_section": { type: T.STACK_PANEL, children: 'spacer_0' | 'gamma_calibration' | 'spacer_1' | 'max_framerate_slider' | 'spacer_2' | 'msaa_slider' | 'spacer_3' | 'shadow_quality_slider' | 'spacer_4' | 'point_light_shadow_quality_slider' | 'spacer_5' | 'point_light_loding_quality_slider' | 'spacer_6' | 'cloud_quality_slider' | 'spacer_7' | 'volumetric_fog_quality_slider' | 'spacer_8' | 'reflections_quality_slider' | 'spacer_9' | 'bloom_strength' | 'spacer_10' | 'upscaling_toggle' | 'spacer_11' | 'upscaling_mode' | 'spacer_12' | 'upscaling_percentage' | 'fancy_clouds_toggle' | 'spacer_13' | 'smooth_lighting_toggle' }, + "advanced_graphics_options_section/spacer_0": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/gamma_calibration": { type: T.BUTTON, children: string }, + "advanced_graphics_options_section/spacer_1": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/max_framerate_slider": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_2": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/msaa_slider": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_3": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/shadow_quality_slider": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_4": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/point_light_shadow_quality_slider": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_5": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/point_light_loding_quality_slider": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_6": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/cloud_quality_slider": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_7": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/volumetric_fog_quality_slider": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_8": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/reflections_quality_slider": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_9": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/bloom_strength": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_10": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/upscaling_toggle": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_11": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/upscaling_mode": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_12": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/upscaling_percentage": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/fancy_clouds_toggle": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/spacer_13": { type: T.PANEL, children: string }, + "advanced_graphics_options_section/smooth_lighting_toggle": { type: T.PANEL, children: string }, +} + +export type RealmsWorldSectionType = { + "realm_name_edit": { type: T.PANEL, children: string }, + "world_name_edit": { type: T.PANEL, children: string }, + "realm_description_edit": { type: T.PANEL, children: string }, + "download_world_button": { type: T.BUTTON, children: string }, + "upload_world_button": { type: T.BUTTON, children: string }, + "reset_world_button": { type: T.BUTTON, children: string }, + "manage_feed_button": { type: T.BUTTON, children: string }, + "club_info_label": { type: T.PANEL, children: string }, + "difficulty_dropdown": { type: T.PANEL, children: string }, + "game_mode_dropdown": { type: T.PANEL, children: string }, + "panel_content": { type: T.STACK_PANEL, children: 'option_info_label' | 'hardcore_info_label' | 'realm_name_edit' | 'world_name_edit' | 'realm_description_edit' | 'difficulty_dropdown' | 'game_mode_dropdown' | 'is_hardcore_toggle' | 'world_options_label' | 'pvp_toggle' | 'show_coordinates_toggle' | 'locator_bar_toggle' | 'show_days_played_toggle' | 'fire_spreads_toggle' | 'recipes_unlock_toggle' | 'tnt_explodes_toggle' | 'respawn_blocks_explode_toggle' | 'mob_loot_toggle' | 'natural_regeneration_toggle' | 'tile_drops_toggle' | 'player_sleep_toggle' | 'player_sleep_percentage_slider' | 'immediate_respawn_toggle' | 'respawn_radius' | 'world_cheats_label' | 'allow_cheats_toggle' | 'daylight_cycle_toggle' | 'keep_inventory_toggle' | 'mob_spawn_toggle' | 'mob_griefing_toggle' | 'entities_drop_loot_toggle' | 'weather_cycle_toggle' | 'command_blocks_enabled_toggle' | 'random_tick_speed' | 'download_world_button' | 'padding_0' | 'upload_world_button' | 'padding_1' | 'reset_world_button' | 'padding_2' | 'club_info_label' | 'manage_feed_button' }, + "panel_content/option_info_label": { type: T.PANEL, children: string }, + "panel_content/hardcore_info_label": { type: T.PANEL, children: string }, + "panel_content/realm_name_edit": { type: T.PANEL, children: string }, + "panel_content/world_name_edit": { type: T.PANEL, children: string }, + "panel_content/realm_description_edit": { type: T.PANEL, children: string }, + "panel_content/difficulty_dropdown": { type: T.PANEL, children: string }, + "panel_content/game_mode_dropdown": { type: T.PANEL, children: string }, + "panel_content/is_hardcore_toggle": { type: T.PANEL, children: string }, + "panel_content/world_options_label": { type: T.PANEL, children: string }, + "panel_content/pvp_toggle": { type: T.PANEL, children: string }, + "panel_content/show_coordinates_toggle": { type: T.PANEL, children: string }, + "panel_content/locator_bar_toggle": { type: T.PANEL, children: string }, + "panel_content/show_days_played_toggle": { type: T.PANEL, children: string }, + "panel_content/fire_spreads_toggle": { type: T.PANEL, children: string }, + "panel_content/recipes_unlock_toggle": { type: T.PANEL, children: string }, + "panel_content/tnt_explodes_toggle": { type: T.PANEL, children: string }, + "panel_content/respawn_blocks_explode_toggle": { type: T.PANEL, children: string }, + "panel_content/mob_loot_toggle": { type: T.PANEL, children: string }, + "panel_content/natural_regeneration_toggle": { type: T.PANEL, children: string }, + "panel_content/tile_drops_toggle": { type: T.PANEL, children: string }, + "panel_content/player_sleep_toggle": { type: T.PANEL, children: string }, + "panel_content/player_sleep_percentage_slider": { type: T.PANEL, children: string }, + "panel_content/immediate_respawn_toggle": { type: T.PANEL, children: string }, + "panel_content/respawn_radius": { type: T.PANEL, children: string }, + "panel_content/world_cheats_label": { type: T.PANEL, children: string }, + "panel_content/allow_cheats_toggle": { type: T.PANEL, children: string }, + "panel_content/daylight_cycle_toggle": { type: T.PANEL, children: string }, + "panel_content/keep_inventory_toggle": { type: T.PANEL, children: string }, + "panel_content/mob_spawn_toggle": { type: T.PANEL, children: string }, + "panel_content/mob_griefing_toggle": { type: T.PANEL, children: string }, + "panel_content/entities_drop_loot_toggle": { type: T.PANEL, children: string }, + "panel_content/weather_cycle_toggle": { type: T.PANEL, children: string }, + "panel_content/command_blocks_enabled_toggle": { type: T.PANEL, children: string }, + "panel_content/random_tick_speed": { type: T.PANEL, children: string }, + "panel_content/download_world_button": { type: T.BUTTON, children: string }, + "panel_content/padding_0": { type: T.PANEL, children: string }, + "panel_content/upload_world_button": { type: T.BUTTON, children: string }, + "panel_content/padding_1": { type: T.PANEL, children: string }, + "panel_content/reset_world_button": { type: T.BUTTON, children: string }, + "panel_content/padding_2": { type: T.PANEL, children: string }, + "panel_content/club_info_label": { type: T.PANEL, children: string }, + "panel_content/manage_feed_button": { type: T.BUTTON, children: string }, +} + +export type SettingsCommonType = { + "arrow_image": { type: T.IMAGE, children: string }, + "subsection_title": { type: T.STACK_PANEL, children: 'spacer_0' | 'sizer_0' | 'spacer_1' | 'sizer_1' }, + "subsection_title/spacer_0": { type: T.PANEL, children: string }, + "subsection_title/sizer_0": { type: T.PANEL, children: 'title' }, + "subsection_title/sizer_0/title": { type: T.LABEL, children: string }, + "subsection_title/spacer_1": { type: T.PANEL, children: string }, + "subsection_title/sizer_1": { type: T.PANEL, children: 'section_divider' }, + "subsection_title/sizer_1/section_divider": { type: T.IMAGE, children: string }, + "action_button": { type: T.BUTTON, children: string }, + "action_button_dark_text": { type: T.BUTTON, children: string }, + "link_button": { type: T.BUTTON, children: string }, + "option_group_label": { type: T.PANEL, children: 'text' }, + "option_group_label/text": { type: T.LABEL, children: string }, + "option_group_header": { type: T.PANEL, children: 'text' }, + "option_group_header/text": { type: T.PANEL, children: string }, + "option_group_spaced_label": { type: T.PANEL, children: 'text' }, + "option_group_spaced_label/text": { type: T.PANEL, children: string }, + "option_group_spaced_header": { type: T.PANEL, children: 'text' }, + "option_group_spaced_header/text": { type: T.PANEL, children: string }, + "option_group_section_divider": { type: T.PANEL, children: 'background' }, + "option_group_section_divider/background": { type: T.IMAGE, children: string }, + "option_generic": { type: T.PANEL, children: 'option_generic_core' }, + "option_generic/option_generic_core": { type: T.STACK_PANEL, children: string }, + "white_label": { type: T.LABEL, children: string }, + "option_generic_core": { type: T.STACK_PANEL, children: 'two_line_layout' | 'one_line_layout' | 'spacer' }, + "option_generic_core/two_line_layout": { type: T.STACK_PANEL, children: 'option_label_panel' | 'spacer' | 'option_descriptive_text_0' | 'spacer2' }, + "option_generic_core/two_line_layout/option_label_panel": { type: T.PANEL, children: 'option_label_subpanel_01' | 'option_label_subpanel_02' | 'option_tooltip' }, + "option_generic_core/two_line_layout/option_label_panel/option_label_subpanel_01": { type: T.PANEL, children: 'option_label' }, + "option_generic_core/two_line_layout/option_label_panel/option_label_subpanel_01/option_label": { type: T.LABEL, children: string }, + "option_generic_core/two_line_layout/option_label_panel/option_label_subpanel_02": { type: T.PANEL, children: 'option_label' }, + "option_generic_core/two_line_layout/option_label_panel/option_label_subpanel_02/option_label": { type: T.LABEL, children: string }, + "option_generic_core/two_line_layout/option_label_panel/option_tooltip": { type: T.PANEL, children: string }, + "option_generic_core/two_line_layout/spacer": { type: T.PANEL, children: string }, + "option_generic_core/two_line_layout/option_descriptive_text_0": { type: T.LABEL, children: string }, + "option_generic_core/two_line_layout/spacer2": { type: T.PANEL, children: string }, + "option_generic_core/one_line_layout": { type: T.PANEL, children: 'option_label_subpanel_01' | 'option_label_subpanel_02' | 'option_descriptive_text' | 'option_tooltip' }, + "option_generic_core/one_line_layout/option_label_subpanel_01": { type: T.PANEL, children: 'option_label' }, + "option_generic_core/one_line_layout/option_label_subpanel_01/option_label": { type: T.LABEL, children: string }, + "option_generic_core/one_line_layout/option_label_subpanel_02": { type: T.PANEL, children: 'option_label' }, + "option_generic_core/one_line_layout/option_label_subpanel_02/option_label": { type: T.LABEL, children: string }, + "option_generic_core/one_line_layout/option_descriptive_text": { type: T.LABEL, children: string }, + "option_generic_core/one_line_layout/option_tooltip": { type: T.PANEL, children: string }, + "option_generic_core/spacer": { type: T.PANEL, children: string }, + "option_generic_core_label": { type: T.LABEL, children: string }, + "option_generic_tooltip_image": { type: T.IMAGE, children: string }, + "option_generic_tooltip_top_popup": { type: T.IMAGE, children: string }, + "option_generic_tooltip_bottom_popup": { type: T.IMAGE, children: string }, + "option_generic_tooltip": { type: T.PANEL, children: 'focus_detection_input_panel_two_line_layout' | 'hover_detection_input_panel' | 'option_generic_tooltip_top_popup' | 'option_generic_tooltip_bottom_popup' }, + "option_generic_tooltip/focus_detection_input_panel_two_line_layout": { type: T.TOOLTIP_TRIGGER, children: string }, + "option_generic_tooltip/hover_detection_input_panel": { type: T.TOOLTIP_TRIGGER, children: 'option_generic_tooltip_image' }, + "option_generic_tooltip/hover_detection_input_panel/option_generic_tooltip_image": { type: T.IMAGE, children: string }, + "option_generic_tooltip/option_generic_tooltip_top_popup": { type: T.IMAGE, children: string }, + "option_generic_tooltip/option_generic_tooltip_bottom_popup": { type: T.IMAGE, children: string }, + "option_text_edit_control": { type: T.EDIT_BOX, children: string }, + "option_text_edit_control_with_button": { type: T.STACK_PANEL, children: 'text_box' | 'button' }, + "option_text_edit_control_with_button/text_box": { type: T.EDIT_BOX, children: string }, + "option_text_edit_control_with_button/button": { type: T.BUTTON, children: string }, + "option_text_edit_control_with_text_button": { type: T.STACK_PANEL, children: 'text_box' | 'button' }, + "option_text_edit_control_with_text_button/text_box": { type: T.EDIT_BOX, children: string }, + "option_text_edit_control_with_text_button/button": { type: T.BUTTON, children: string }, + "option_toggle_state_template": { type: T.IMAGE, children: string }, + "option_toggle_on": { type: T.IMAGE, children: string }, + "option_toggle_off": { type: T.IMAGE, children: string }, + "option_toggle_on_hover": { type: T.IMAGE, children: string }, + "option_toggle_off_hover": { type: T.IMAGE, children: string }, + "option_toggle_on_locked": { type: T.IMAGE, children: string }, + "option_toggle_off_locked": { type: T.IMAGE, children: string }, + "option_toggle_control": { type: T.TOGGLE, children: string }, + "checkbox_visuals_unchecked": { type: T.PANEL, children: string }, + "checkbox_visuals_checked": { type: T.PANEL, children: string }, + "checkbox_visuals_unchecked_locked": { type: T.PANEL, children: string }, + "checkbox_visuals_checked_locked": { type: T.PANEL, children: string }, + "checkbox_visuals_unchecked_hover": { type: T.PANEL, children: string }, + "checkbox_visuals_checked_hover": { type: T.PANEL, children: string }, + "checkbox_visuals": { type: T.PANEL, children: 'checkbox_image' | 'checkbox_label' | 'accessibility_selection_highlight' }, + "checkbox_visuals/checkbox_image": { type: T.IMAGE, children: string }, + "checkbox_visuals/checkbox_label": { type: T.LABEL, children: string }, + "checkbox_visuals/accessibility_selection_highlight": { type: T.IMAGE, children: string }, + "checkbox_with_highlight_and_label": { type: T.TOGGLE, children: string }, + "radio_visuals_unchecked": { type: T.PANEL, children: string }, + "radio_visuals_checked": { type: T.PANEL, children: string }, + "radio_visuals_unchecked_locked": { type: T.PANEL, children: string }, + "radio_visuals_checked_locked": { type: T.PANEL, children: string }, + "radio_visuals_unchecked_hover": { type: T.PANEL, children: string }, + "radio_visuals_checked_hover": { type: T.PANEL, children: string }, + "radio_visuals": { type: T.PANEL, children: 'radio_image' | 'radio_label' | 'accessibility_selection_highlight' }, + "radio_visuals/radio_image": { type: T.IMAGE, children: string }, + "radio_visuals/radio_label": { type: T.LABEL, children: string }, + "radio_visuals/accessibility_selection_highlight": { type: T.IMAGE, children: string }, + "radio_with_label_core": { type: T.TOGGLE, children: string }, + "option_radio_group_control": { type: T.STACK_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "option_radio_group_control/0": { type: T.UNKNOWN, children: string }, + "radio_with_label": { type: T.PANEL, children: 'radio_with_label_core' }, + "radio_with_label/radio_with_label_core": { type: T.TOGGLE, children: string }, + "radio_with_label_and_icon": { type: T.PANEL, children: 'radio_with_label_core' | 'radio_with_label_icon' }, + "radio_with_label_and_icon/radio_with_label_core": { type: T.TOGGLE, children: string }, + "radio_with_label_and_icon/radio_with_label_icon": { type: T.IMAGE, children: string }, + "radio_with_label_and_content_unchecked": { type: T.PANEL, children: string }, + "radio_with_label_and_content_checked": { type: T.PANEL, children: string }, + "radio_with_label_and_content_unchecked_locked": { type: T.PANEL, children: string }, + "radio_with_label_and_content_checked_locked": { type: T.PANEL, children: string }, + "radio_with_label_and_content_unchecked_hover": { type: T.PANEL, children: string }, + "radio_with_label_and_content_checked_hover": { type: T.PANEL, children: string }, + "radio_with_label_and_content_stack_item": { type: T.PANEL, children: string }, + "radio_with_label_and_content": { type: T.PANEL, children: 'radio_background' | 'radio_item_with_description_stack' }, + "radio_with_label_and_content/radio_background": { type: T.IMAGE, children: string }, + "radio_with_label_and_content/radio_item_with_description_stack": { type: T.STACK_PANEL, children: 'radio_icon_and_label' | 'radio_description' }, + "radio_with_label_and_content/radio_item_with_description_stack/radio_icon_and_label": { type: T.STACK_PANEL, children: string }, + "radio_with_label_and_content/radio_item_with_description_stack/radio_description": { type: T.PANEL, children: string }, + "radio_item_with_label_and_content_stack": { type: T.STACK_PANEL, children: 'initial_padding' | 'radio_image_panel' | 'radio_to_content_padding' | 'radio_content_panel' | 'content_to_label_padding' | 'radio_label_panel' }, + "radio_item_with_label_and_content_stack/initial_padding": { type: T.PANEL, children: string }, + "radio_item_with_label_and_content_stack/radio_image_panel": { type: T.PANEL, children: 'image' }, + "radio_item_with_label_and_content_stack/radio_image_panel/image": { type: T.IMAGE, children: string }, + "radio_item_with_label_and_content_stack/radio_to_content_padding": { type: T.PANEL, children: string }, + "radio_item_with_label_and_content_stack/radio_content_panel": { type: T.PANEL, children: 'radio_image' }, + "radio_item_with_label_and_content_stack/radio_content_panel/radio_image": { type: T.UNKNOWN, children: string }, + "radio_item_with_label_and_content_stack/content_to_label_padding": { type: T.PANEL, children: string }, + "radio_item_with_label_and_content_stack/radio_label_panel": { type: T.PANEL, children: 'radio_label' }, + "radio_item_with_label_and_content_stack/radio_label_panel/radio_label": { type: T.LABEL, children: string }, + "radio_description_panel": { type: T.PANEL, children: 'description' }, + "radio_description_panel/description": { type: T.LABEL, children: string }, + "radio_description": { type: T.LABEL, children: string }, + "radio_item_with_label_and_content": { type: T.PANEL, children: 'radio_with_label_core' }, + "radio_item_with_label_and_content/radio_with_label_core": { type: T.TOGGLE, children: string }, + "option_slider_control": { type: T.PANEL, children: 'slider' }, + "option_slider_control/slider": { type: T.SLIDER, children: string }, + "default_options_dropdown_toggle_button_state_content": { type: T.STACK_PANEL, children: 'left_padding' | 'option_content' | 'option_content_padding' | 'label_panel' | 'arrow_panel' | 'right_padding' }, + "default_options_dropdown_toggle_button_state_content/left_padding": { type: T.PANEL, children: string }, + "default_options_dropdown_toggle_button_state_content/option_content": { type: T.UNKNOWN, children: string }, + "default_options_dropdown_toggle_button_state_content/option_content_padding": { type: T.PANEL, children: string }, + "default_options_dropdown_toggle_button_state_content/label_panel": { type: T.PANEL, children: 'label' }, + "default_options_dropdown_toggle_button_state_content/label_panel/label": { type: T.LABEL, children: string }, + "default_options_dropdown_toggle_button_state_content/arrow_panel": { type: T.PANEL, children: 'dropdown_chevron_image' }, + "default_options_dropdown_toggle_button_state_content/arrow_panel/dropdown_chevron_image": { type: T.IMAGE, children: string }, + "default_options_dropdown_toggle_button_state_content/right_padding": { type: T.PANEL, children: string }, + "options_dropdown_toggle_control": { type: T.TOGGLE, children: string }, + "options_dropdown_dark_toggle_control": { type: T.TOGGLE, children: string }, + "option_dropdown_control": { type: T.PANEL, children: 'dropdown' }, + "option_dropdown_control/dropdown": { type: T.UNKNOWN, children: string }, + "option_dropdown_control_no_scroll": { type: T.PANEL, children: string }, + "option_info_label_with_icon": { type: T.IMAGE, children: 'control' | 'icon_panel' }, + "option_info_label_with_icon/control": { type: T.LABEL, children: string }, + "option_info_label_with_icon/icon_panel": { type: T.STACK_PANEL, children: 'icon_image' | 'padding2' }, + "option_info_label_with_icon/icon_panel/icon_image": { type: T.IMAGE, children: string }, + "option_info_label_with_icon/icon_panel/padding2": { type: T.PANEL, children: string }, + "option_info_label_icon": { type: T.PANEL, children: string }, + "option_icon_label": { type: T.PANEL, children: string }, + "option_info_label_with_bulb": { type: T.IMAGE, children: 'stack_panel' }, + "option_info_label_with_bulb/stack_panel": { type: T.STACK_PANEL, children: 'padding1' | 'bulb_panel' | 'padding2' | 'label_panel' | 'padding3' }, + "option_info_label_with_bulb/stack_panel/padding1": { type: T.PANEL, children: string }, + "option_info_label_with_bulb/stack_panel/bulb_panel": { type: T.STACK_PANEL, children: 'padding1' | 'bulb_image' | 'padding2' }, + "option_info_label_with_bulb/stack_panel/bulb_panel/padding1": { type: T.PANEL, children: string }, + "option_info_label_with_bulb/stack_panel/bulb_panel/bulb_image": { type: T.IMAGE, children: string }, + "option_info_label_with_bulb/stack_panel/bulb_panel/padding2": { type: T.PANEL, children: string }, + "option_info_label_with_bulb/stack_panel/padding2": { type: T.PANEL, children: string }, + "option_info_label_with_bulb/stack_panel/label_panel": { type: T.STACK_PANEL, children: 'info_label1' | 'padding2' | 'info_label2' }, + "option_info_label_with_bulb/stack_panel/label_panel/info_label1": { type: T.LABEL, children: string }, + "option_info_label_with_bulb/stack_panel/label_panel/padding2": { type: T.PANEL, children: string }, + "option_info_label_with_bulb/stack_panel/label_panel/info_label2": { type: T.LABEL, children: string }, + "option_info_label_with_bulb/stack_panel/padding3": { type: T.PANEL, children: string }, + "option_info_label_with_image": { type: T.IMAGE, children: 'control' }, + "option_info_label_with_image/control": { type: T.LABEL, children: string }, + "option_info_label_image": { type: T.PANEL, children: string }, + "option_toggle": { type: T.PANEL, children: string }, + "option_radio_group": { type: T.PANEL, children: string }, + "option_radio_dropdown_group": { type: T.PANEL, children: 'radio_control_group' }, + "option_radio_dropdown_group/radio_control_group": { type: T.STACK_PANEL, children: string }, + "option_text_edit": { type: T.PANEL, children: string }, + "option_text_edit_with_button": { type: T.PANEL, children: string }, + "option_text_edit_with_text_button": { type: T.PANEL, children: string }, + "option_slider": { type: T.PANEL, children: string }, + "option_dropdown": { type: T.PANEL, children: string }, + "option_dropdown_no_scroll": { type: T.PANEL, children: string }, + "option_custom_control": { type: T.PANEL, children: string }, + "option_info_label": { type: T.PANEL, children: string }, + "dynamic_dialog_screen": { type: T.SCREEN, children: string }, + "dynamic_dialog_fullscreen": { type: T.SCREEN, children: string }, + "settings_content": { type: T.PANEL, children: 'background' | 'stack_panel' | 'popup_dialog_factory' }, + "settings_content/background": { type: T.IMAGE, children: string }, + "settings_content/stack_panel": { type: T.STACK_PANEL, children: 'content_panel' }, + "settings_content/stack_panel/content_panel": { type: T.PANEL, children: 'common_panel' | 'container' }, + "settings_content/stack_panel/content_panel/common_panel": { type: T.STACK_PANEL, children: string }, + "settings_content/stack_panel/content_panel/container": { type: T.PANEL, children: string }, + "settings_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "toggle_button_control": { type: T.PANEL, children: 'glyph' | 'glyph_color' | 'progress_loading_bars' | 'tab_button_text' }, + "toggle_button_control/glyph": { type: T.IMAGE, children: string }, + "toggle_button_control/glyph_color": { type: T.IMAGE, children: string }, + "toggle_button_control/progress_loading_bars": { type: T.IMAGE, children: string }, + "toggle_button_control/tab_button_text": { type: T.LABEL, children: string }, + "section_toggle_base": { type: T.PANEL, children: string }, + "section_title_label": { type: T.LABEL, children: string }, + "dialog_title_label": { type: T.LABEL, children: string }, + "dialog_titles": { type: T.STACK_PANEL, children: 'left_padding' | 'dialog_title_label' | 'center_padding' | 'section_title_label' | 'right_padding_is_always_right' }, + "dialog_titles/left_padding": { type: T.PANEL, children: string }, + "dialog_titles/dialog_title_label": { type: T.LABEL, children: string }, + "dialog_titles/center_padding": { type: T.PANEL, children: string }, + "dialog_titles/section_title_label": { type: T.LABEL, children: string }, + "dialog_titles/right_padding_is_always_right": { type: T.PANEL, children: string }, + "dialog_content": { type: T.PANEL, children: 'dialog_titles' | 'selector_area' | 'content_area' | 'section_divider' }, + "dialog_content/dialog_titles": { type: T.STACK_PANEL, children: string }, + "dialog_content/selector_area": { type: T.PANEL, children: string }, + "dialog_content/content_area": { type: T.PANEL, children: string }, + "dialog_content/section_divider": { type: T.IMAGE, children: string }, + "dialog_content_fullscreen": { type: T.PANEL, children: 'dialog_titles' | 'selector_area' | 'content_area' | 'section_divider' }, + "dialog_content_fullscreen/dialog_titles": { type: T.STACK_PANEL, children: string }, + "dialog_content_fullscreen/selector_area": { type: T.PANEL, children: string }, + "dialog_content_fullscreen/content_area": { type: T.PANEL, children: string }, + "dialog_content_fullscreen/section_divider": { type: T.IMAGE, children: string }, + "selector_group_label": { type: T.LABEL, children: string }, + "scrollable_selector_area_content": { type: T.PANEL, children: string }, + "selector_area": { type: T.PANEL, children: 'scrolling_panel' }, + "selector_area/scrolling_panel": { type: T.PANEL, children: string }, + "selector_area_no_scroll": { type: T.PANEL, children: 'scrolling_panel' }, + "selector_area_no_scroll/scrolling_panel": { type: T.PANEL, children: string }, + "content_area": { type: T.PANEL, children: 'control' }, + "content_area/control": { type: T.STACK_PANEL, children: 'header_panel' | 'scrolling_panel' | 'footer_panel' }, + "content_area/control/header_panel": { type: T.PANEL, children: 'content' }, + "content_area/control/header_panel/content": { type: T.UNKNOWN, children: string }, + "content_area/control/scrolling_panel": { type: T.PANEL, children: string }, + "content_area/control/footer_panel": { type: T.PANEL, children: 'content' }, + "content_area/control/footer_panel/content": { type: T.UNKNOWN, children: string }, + "section_divider": { type: T.IMAGE, children: string }, + "screen_base": { type: T.SCREEN, children: string }, + "screen_base_fullscreen": { type: T.SCREEN, children: string }, +} + +export type WorldSectionType = { + "selector_pane_content": { type: T.STACK_PANEL, children: 'world_snapshot_image' | 'play_or_create_panel' | 'play_or_host_panel' | 'spacer' | 'server_settings_visibility_panel' | 'selector_group_label_1' | 'game_button' | 'spacer_01' | 'classroom_button' | 'spacer_02' | 'switch_game_button' | 'spacer_03' | 'multiplayer_button' | 'spacer_04' | 'edu_cloud_button' | 'spacer_05' | 'debug_button' }, + "selector_pane_content/world_snapshot_image": { type: T.PANEL, children: 'thumbnail' }, + "selector_pane_content/world_snapshot_image/thumbnail": { type: T.IMAGE, children: 'border' }, + "selector_pane_content/world_snapshot_image/thumbnail/border": { type: T.IMAGE, children: string }, + "selector_pane_content/play_or_create_panel": { type: T.STACK_PANEL, children: string }, + "selector_pane_content/play_or_host_panel": { type: T.STACK_PANEL, children: string }, + "selector_pane_content/spacer": { type: T.PANEL, children: string }, + "selector_pane_content/server_settings_visibility_panel": { type: T.STACK_PANEL, children: 'selector_group_label_0' | 'server_settings_button' | 'server_spacer' }, + "selector_pane_content/server_settings_visibility_panel/selector_group_label_0": { type: T.LABEL, children: string }, + "selector_pane_content/server_settings_visibility_panel/server_settings_button": { type: T.PANEL, children: string }, + "selector_pane_content/server_settings_visibility_panel/server_spacer": { type: T.PANEL, children: string }, + "selector_pane_content/selector_group_label_1": { type: T.LABEL, children: string }, + "selector_pane_content/game_button": { type: T.PANEL, children: string }, + "selector_pane_content/spacer_01": { type: T.PANEL, children: string }, + "selector_pane_content/classroom_button": { type: T.PANEL, children: string }, + "selector_pane_content/spacer_02": { type: T.PANEL, children: string }, + "selector_pane_content/switch_game_button": { type: T.PANEL, children: string }, + "selector_pane_content/spacer_03": { type: T.PANEL, children: string }, + "selector_pane_content/multiplayer_button": { type: T.PANEL, children: string }, + "selector_pane_content/spacer_04": { type: T.PANEL, children: string }, + "selector_pane_content/edu_cloud_button": { type: T.PANEL, children: string }, + "selector_pane_content/spacer_05": { type: T.PANEL, children: string }, + "selector_pane_content/debug_button": { type: T.PANEL, children: string }, + "launch_world_button_stack_def": { type: T.STACK_PANEL, children: string }, + "play_or_create_stack_bedrock": { type: T.STACK_PANEL, children: 'create_or_play_button' | 'play_on_realm_button' }, + "play_or_create_stack_bedrock/create_or_play_button": { type: T.BUTTON, children: string }, + "play_or_create_stack_bedrock/play_on_realm_button": { type: T.BUTTON, children: string }, + "edu_play_host_button": { type: T.BUTTON, children: string }, + "play_or_host_stack_edu": { type: T.STACK_PANEL, children: 'edu_play_button' | 'edu_host_button' }, + "play_or_host_stack_edu/edu_play_button": { type: T.BUTTON, children: string }, + "play_or_host_stack_edu/edu_host_button": { type: T.BUTTON, children: string }, + "addons_selector_panel": { type: T.STACK_PANEL, children: 'spacer_01' | 'selector_group_label_2' | 'level_texture_pack_button' | 'spacer_02' | 'addon_button' }, + "addons_selector_panel/spacer_01": { type: T.PANEL, children: string }, + "addons_selector_panel/selector_group_label_2": { type: T.LABEL, children: string }, + "addons_selector_panel/level_texture_pack_button": { type: T.PANEL, children: string }, + "addons_selector_panel/spacer_02": { type: T.PANEL, children: string }, + "addons_selector_panel/addon_button": { type: T.PANEL, children: string }, + "server_settings_button": { type: T.PANEL, children: string }, + "server_section": { type: T.STACK_PANEL, children: string }, + "game_button": { type: T.PANEL, children: string }, + "export_world_button": { type: T.BUTTON, children: string }, + "delete_world_button": { type: T.BUTTON, children: string }, + "export_template_button": { type: T.BUTTON, children: string }, + "copy_world_button": { type: T.BUTTON, children: string }, + "edit_world_manipulation_buttons": { type: T.STACK_PANEL, children: 'export' | 'padding' | 'delete' }, + "edit_world_manipulation_buttons/export": { type: T.BUTTON, children: string }, + "edit_world_manipulation_buttons/padding": { type: T.PANEL, children: string }, + "edit_world_manipulation_buttons/delete": { type: T.BUTTON, children: string }, + "game_section": { type: T.STACK_PANEL, children: 'new_edit_world_opt_in_panel' | 'new_edit_world_opt_in_divider' | 'unlock_template_options_panel' | 'option_info_label' | 'hardcore_info_label' | 'world_settings_label' | 'option_text_edit_0' | 'project_section_divider_1' | 'project_header_label' | 'project_section_divider_2' | 'project_spacer' | 'option_text_edit_1' | 'export_settings_section_divider_1' | 'export_settings_header_label' | 'export_settings_header_description' | 'export_settings_section_divider_2' | 'export_settings_spacer' | 'option_dropdown_0' | 'option_dropdown_1' | 'is_hardcore_toggle' | 'option_dropdown_2' | 'world_preferences_label' | 'starting_map_toggle' | 'bonus_chest_toggle' | 'option_dropdown_permissions' | 'option_dropdown_3' | 'level_seed_selector_edu' | 'level_seed_selector' | 'level_seed_selector_trial' | 'server_sim_distance_slider' | 'world_options_label' | 'pvp_toggle' | 'show_coordinates_toggle' | 'locator_bar_toggle' | 'show_days_played_toggle' | 'fire_spreads_toggle' | 'recipes_unlock_toggle' | 'tnt_explodes_toggle' | 'respawn_blocks_explode_toggle' | 'mob_loot_toggle' | 'natural_regeneration_toggle' | 'tile_drops_toggle' | 'player_sleep_toggle' | 'player_sleep_percentage_slider' | 'immediate_respawn_toggle' | 'respawn_radius' | 'experimental_toggles_label' | 'experimental_toggles_label_info' | 'experimental_toggles' | 'world_cheats_label' | 'allow_cheats_toggle' | 'education_toggle' | 'always_day_toggle' | 'daylight_cycle_toggle' | 'keep_inventory_toggle' | 'mob_spawn_toggle' | 'mob_griefing_toggle' | 'entities_drop_loot_toggle' | 'weather_cycle_toggle' | 'command_blocks_enabled_toggle' | 'random_tick_speed' | 'world_management_label' | 'convert_to_infinite_panel' | 'delete_button' | 'button_panel' | 'export_template_panel' | 'clear_player_data_panel' | 'copy_world_panel' | 'upload_download_slot_panel' | 'replace_slot_panel' }, + "game_section/new_edit_world_opt_in_panel": { type: T.STACK_PANEL, children: 'panel_title' | 'panel_text' | 'opt_in_button' }, + "game_section/new_edit_world_opt_in_panel/panel_title": { type: T.PANEL, children: string }, + "game_section/new_edit_world_opt_in_panel/panel_text": { type: T.PANEL, children: string }, + "game_section/new_edit_world_opt_in_panel/opt_in_button": { type: T.BUTTON, children: string }, + "game_section/new_edit_world_opt_in_divider": { type: T.PANEL, children: 'section_divider' }, + "game_section/new_edit_world_opt_in_divider/section_divider": { type: T.IMAGE, children: string }, + "game_section/unlock_template_options_panel": { type: T.STACK_PANEL, children: 'option_info_label' | 'unlock_template_options_button' }, + "game_section/unlock_template_options_panel/option_info_label": { type: T.PANEL, children: string }, + "game_section/unlock_template_options_panel/unlock_template_options_button": { type: T.BUTTON, children: string }, + "game_section/option_info_label": { type: T.PANEL, children: string }, + "game_section/hardcore_info_label": { type: T.PANEL, children: string }, + "game_section/world_settings_label": { type: T.PANEL, children: string }, + "game_section/option_text_edit_0": { type: T.PANEL, children: string }, + "game_section/project_section_divider_1": { type: T.IMAGE, children: string }, + "game_section/project_header_label": { type: T.PANEL, children: string }, + "game_section/project_section_divider_2": { type: T.IMAGE, children: string }, + "game_section/project_spacer": { type: T.PANEL, children: string }, + "game_section/option_text_edit_1": { type: T.PANEL, children: string }, + "game_section/export_settings_section_divider_1": { type: T.IMAGE, children: string }, + "game_section/export_settings_header_label": { type: T.PANEL, children: string }, + "game_section/export_settings_header_description": { type: T.PANEL, children: string }, + "game_section/export_settings_section_divider_2": { type: T.IMAGE, children: string }, + "game_section/export_settings_spacer": { type: T.PANEL, children: string }, + "game_section/option_dropdown_0": { type: T.PANEL, children: string }, + "game_section/option_dropdown_1": { type: T.PANEL, children: string }, + "game_section/is_hardcore_toggle": { type: T.PANEL, children: string }, + "game_section/option_dropdown_2": { type: T.PANEL, children: string }, + "game_section/world_preferences_label": { type: T.PANEL, children: string }, + "game_section/starting_map_toggle": { type: T.PANEL, children: string }, + "game_section/bonus_chest_toggle": { type: T.PANEL, children: string }, + "game_section/option_dropdown_permissions": { type: T.PANEL, children: string }, + "game_section/option_dropdown_3": { type: T.PANEL, children: string }, + "game_section/level_seed_selector_edu": { type: T.PANEL, children: string }, + "game_section/level_seed_selector": { type: T.PANEL, children: string }, + "game_section/level_seed_selector_trial": { type: T.PANEL, children: string }, + "game_section/server_sim_distance_slider": { type: T.PANEL, children: string }, + "game_section/world_options_label": { type: T.PANEL, children: string }, + "game_section/pvp_toggle": { type: T.PANEL, children: string }, + "game_section/show_coordinates_toggle": { type: T.PANEL, children: string }, + "game_section/locator_bar_toggle": { type: T.PANEL, children: string }, + "game_section/show_days_played_toggle": { type: T.PANEL, children: string }, + "game_section/fire_spreads_toggle": { type: T.PANEL, children: string }, + "game_section/recipes_unlock_toggle": { type: T.PANEL, children: string }, + "game_section/tnt_explodes_toggle": { type: T.PANEL, children: string }, + "game_section/respawn_blocks_explode_toggle": { type: T.PANEL, children: string }, + "game_section/mob_loot_toggle": { type: T.PANEL, children: string }, + "game_section/natural_regeneration_toggle": { type: T.PANEL, children: string }, + "game_section/tile_drops_toggle": { type: T.PANEL, children: string }, + "game_section/player_sleep_toggle": { type: T.PANEL, children: string }, + "game_section/player_sleep_percentage_slider": { type: T.PANEL, children: string }, + "game_section/immediate_respawn_toggle": { type: T.PANEL, children: string }, + "game_section/respawn_radius": { type: T.PANEL, children: string }, + "game_section/experimental_toggles_label": { type: T.PANEL, children: string }, + "game_section/experimental_toggles_label_info": { type: T.PANEL, children: string }, + "game_section/experimental_toggles": { type: T.STACK_PANEL, children: string }, + "game_section/world_cheats_label": { type: T.PANEL, children: string }, + "game_section/allow_cheats_toggle": { type: T.PANEL, children: string }, + "game_section/education_toggle": { type: T.PANEL, children: string }, + "game_section/always_day_toggle": { type: T.PANEL, children: string }, + "game_section/daylight_cycle_toggle": { type: T.PANEL, children: string }, + "game_section/keep_inventory_toggle": { type: T.PANEL, children: string }, + "game_section/mob_spawn_toggle": { type: T.PANEL, children: string }, + "game_section/mob_griefing_toggle": { type: T.PANEL, children: string }, + "game_section/entities_drop_loot_toggle": { type: T.PANEL, children: string }, + "game_section/weather_cycle_toggle": { type: T.PANEL, children: string }, + "game_section/command_blocks_enabled_toggle": { type: T.PANEL, children: string }, + "game_section/random_tick_speed": { type: T.PANEL, children: string }, + "game_section/world_management_label": { type: T.PANEL, children: string }, + "game_section/convert_to_infinite_panel": { type: T.PANEL, children: 'convert_to_infinite_button' }, + "game_section/convert_to_infinite_panel/convert_to_infinite_button": { type: T.BUTTON, children: string }, + "game_section/delete_button": { type: T.BUTTON, children: string }, + "game_section/button_panel": { type: T.PANEL, children: 'manipulation_controls' }, + "game_section/button_panel/manipulation_controls": { type: T.UNKNOWN, children: string }, + "game_section/export_template_panel": { type: T.STACK_PANEL, children: 'padding' | 'template_version' | 'template_buttons' | 'export_template' }, + "game_section/export_template_panel/padding": { type: T.PANEL, children: string }, + "game_section/export_template_panel/template_version": { type: T.PANEL, children: string }, + "game_section/export_template_panel/template_buttons": { type: T.STACK_PANEL, children: 'template_image_picker_button' | 'padding' | 'template_localization_picker_button' }, + "game_section/export_template_panel/template_buttons/template_image_picker_button": { type: T.BUTTON, children: string }, + "game_section/export_template_panel/template_buttons/padding": { type: T.PANEL, children: string }, + "game_section/export_template_panel/template_buttons/template_localization_picker_button": { type: T.BUTTON, children: string }, + "game_section/export_template_panel/export_template": { type: T.BUTTON, children: string }, + "game_section/clear_player_data_panel": { type: T.STACK_PANEL, children: 'padding' | 'clear_player_data_button' }, + "game_section/clear_player_data_panel/padding": { type: T.PANEL, children: string }, + "game_section/clear_player_data_panel/clear_player_data_button": { type: T.BUTTON, children: string }, + "game_section/copy_world_panel": { type: T.PANEL, children: 'copy_world' }, + "game_section/copy_world_panel/copy_world": { type: T.BUTTON, children: string }, + "game_section/upload_download_slot_panel": { type: T.PANEL, children: 'upload_download_slot_button' }, + "game_section/upload_download_slot_panel/upload_download_slot_button": { type: T.BUTTON, children: string }, + "game_section/replace_slot_panel": { type: T.PANEL, children: 'replace_slot_button' }, + "game_section/replace_slot_panel/replace_slot_button": { type: T.BUTTON, children: string }, + "level_texture_pack_button": { type: T.PANEL, children: string }, + "level_texture_pack_section": { type: T.STACK_PANEL, children: string }, + "addon_button": { type: T.PANEL, children: string }, + "addon_section": { type: T.STACK_PANEL, children: string }, + "world_game_mode_dropdown_content": { type: T.PANEL, children: string }, + "xbl_broadcast_dropdown_content": { type: T.PANEL, children: string }, + "platform_broadcast_dropdown_content": { type: T.PANEL, children: string }, + "player_game_mode_dropdown_content": { type: T.PANEL, children: string }, + "world_type_dropdown_content": { type: T.PANEL, children: string }, + "world_difficulty_dropdown_content": { type: T.PANEL, children: string }, + "multiplayer_button": { type: T.PANEL, children: string }, + "cross_platform_warning_label": { type: T.LABEL, children: string }, + "multiplayer_section": { type: T.STACK_PANEL, children: 'multiplayer_game_toggle' | 'platform_settings_dropdown' | 'xbl_settings_dropdown' | 'server_visible_toggle' | 'general_multiplayer_warning_label' | 'open_uri_button' | 'platform_multiplayer_warning_label' | 'xbl_multiplayer_warning_label' }, + "multiplayer_section/multiplayer_game_toggle": { type: T.PANEL, children: string }, + "multiplayer_section/platform_settings_dropdown": { type: T.PANEL, children: string }, + "multiplayer_section/xbl_settings_dropdown": { type: T.PANEL, children: string }, + "multiplayer_section/server_visible_toggle": { type: T.PANEL, children: string }, + "multiplayer_section/general_multiplayer_warning_label": { type: T.LABEL, children: string }, + "multiplayer_section/open_uri_button": { type: T.BUTTON, children: string }, + "multiplayer_section/platform_multiplayer_warning_label": { type: T.LABEL, children: string }, + "multiplayer_section/xbl_multiplayer_warning_label": { type: T.LABEL, children: string }, + "option_text_edit_mock_with_button": { type: T.PANEL, children: string }, + "option_text_edit_mock_control_with_button": { type: T.STACK_PANEL, children: 'trial_text_box_button' | 'seed_arrow_button' }, + "option_text_edit_mock_control_with_button/trial_text_box_button": { type: T.BUTTON, children: string }, + "option_text_edit_mock_control_with_button/seed_arrow_button": { type: T.BUTTON, children: string }, + "experimental_toggle": { type: T.PANEL, children: string }, + "open_account_setting_button": { type: T.BUTTON, children: string }, + "edu_cloud_button": { type: T.PANEL, children: string }, + "edu_cloud_section": { type: T.STACK_PANEL, children: 'edu_cloud_label' | 'cloud_file_name' | 'cloud_file_last_changed' | 'cloud_upload_toggle' | 'cloud_help_wrapper_panel' }, + "edu_cloud_section/edu_cloud_label": { type: T.PANEL, children: string }, + "edu_cloud_section/cloud_file_name": { type: T.PANEL, children: string }, + "edu_cloud_section/cloud_file_last_changed": { type: T.PANEL, children: string }, + "edu_cloud_section/cloud_upload_toggle": { type: T.PANEL, children: string }, + "edu_cloud_section/cloud_help_wrapper_panel": { type: T.STACK_PANEL, children: 'cloud_help_button' | 'padded_icon' }, + "edu_cloud_section/cloud_help_wrapper_panel/cloud_help_button": { type: T.BUTTON, children: string }, + "edu_cloud_section/cloud_help_wrapper_panel/padded_icon": { type: T.PANEL, children: 'icon' }, + "edu_cloud_section/cloud_help_wrapper_panel/padded_icon/icon": { type: T.IMAGE, children: string }, + "debug_button": { type: T.PANEL, children: string }, + "debug_section": { type: T.STACK_PANEL, children: 'flat_nether_toggle' | 'game_version_override_toggle' | 'game_version_override_textbox' | 'spawn_dimension_dropdown' | 'spawn_biome_dropdown' | 'biome_override_dropdown' | 'base_game_version_debug_text' }, + "debug_section/flat_nether_toggle": { type: T.PANEL, children: string }, + "debug_section/game_version_override_toggle": { type: T.PANEL, children: string }, + "debug_section/game_version_override_textbox": { type: T.PANEL, children: string }, + "debug_section/spawn_dimension_dropdown": { type: T.PANEL, children: string }, + "debug_section/spawn_biome_dropdown": { type: T.PANEL, children: string }, + "debug_section/biome_override_dropdown": { type: T.PANEL, children: string }, + "debug_section/base_game_version_debug_text": { type: T.LABEL, children: string }, + "debug_spawn_dimension_dropdown_content": { type: T.PANEL, children: string }, + "debug_spawn_biome_dropdown_content": { type: T.PANEL, children: string }, + "debug_biome_override_dropdown_content": { type: T.PANEL, children: string }, + "editor_edit_world_manipulation_buttons_content": { type: T.STACK_PANEL, children: 'export_as_project' | 'padding' | 'export_as_world_buttons' | 'padding_2' | 'project_manipulations_buttons' }, + "editor_edit_world_manipulation_buttons_content/export_as_project": { type: T.BUTTON, children: string }, + "editor_edit_world_manipulation_buttons_content/padding": { type: T.PANEL, children: string }, + "editor_edit_world_manipulation_buttons_content/export_as_world_buttons": { type: T.STACK_PANEL, children: 'export_as_world' | 'padding' | 'export_as_template' }, + "editor_edit_world_manipulation_buttons_content/export_as_world_buttons/export_as_world": { type: T.BUTTON, children: string }, + "editor_edit_world_manipulation_buttons_content/export_as_world_buttons/padding": { type: T.PANEL, children: string }, + "editor_edit_world_manipulation_buttons_content/export_as_world_buttons/export_as_template": { type: T.BUTTON, children: string }, + "editor_edit_world_manipulation_buttons_content/padding_2": { type: T.PANEL, children: string }, + "editor_edit_world_manipulation_buttons_content/project_manipulations_buttons": { type: T.STACK_PANEL, children: 'copy_project' | 'padding' | 'delete_project' }, + "editor_edit_world_manipulation_buttons_content/project_manipulations_buttons/copy_project": { type: T.BUTTON, children: string }, + "editor_edit_world_manipulation_buttons_content/project_manipulations_buttons/padding": { type: T.PANEL, children: string }, + "editor_edit_world_manipulation_buttons_content/project_manipulations_buttons/delete_project": { type: T.BUTTON, children: string }, + "editor_edit_world_manipulation_buttons": { type: T.PANEL, children: string }, +} + +export type SocialSectionType = { + "party_button": { type: T.PANEL, children: string }, + "party_section": { type: T.STACK_PANEL, children: 'party_invite_filter_dropdown' | 'party_invite_reset_default_padding' | 'party_invite_send_privileges_dropdown' | 'party_privacy_default_padding' | 'party_privacy_dropdown' | 'party_privacy_label_wrapper' | 'party_settings_reset_default_button_default_padding' | 'party_settings_reset_default_button' | 'microsoft_account_settings_divider' | 'microsoft_account_settings_header' | 'microsoft_account_settings_padding' | 'microsoft_account_settings_label_wrapper' | 'privacy_and_online_safety_button_padding' | 'privacy_and_online_safety_button' | 'microsoft_account_settings_ending_padding' }, + "party_section/party_invite_filter_dropdown": { type: T.PANEL, children: string }, + "party_section/party_invite_reset_default_padding": { type: T.PANEL, children: string }, + "party_section/party_invite_send_privileges_dropdown": { type: T.PANEL, children: string }, + "party_section/party_privacy_default_padding": { type: T.PANEL, children: string }, + "party_section/party_privacy_dropdown": { type: T.PANEL, children: string }, + "party_section/party_privacy_label_wrapper": { type: T.PANEL, children: string }, + "party_section/party_settings_reset_default_button_default_padding": { type: T.PANEL, children: string }, + "party_section/party_settings_reset_default_button": { type: T.BUTTON, children: string }, + "party_section/microsoft_account_settings_divider": { type: T.PANEL, children: 'section_divider' }, + "party_section/microsoft_account_settings_divider/section_divider": { type: T.IMAGE, children: string }, + "party_section/microsoft_account_settings_header": { type: T.LABEL, children: string }, + "party_section/microsoft_account_settings_padding": { type: T.PANEL, children: string }, + "party_section/microsoft_account_settings_label_wrapper": { type: T.PANEL, children: string }, + "party_section/privacy_and_online_safety_button_padding": { type: T.PANEL, children: string }, + "party_section/privacy_and_online_safety_button": { type: T.BUTTON, children: string }, + "party_section/microsoft_account_settings_ending_padding": { type: T.PANEL, children: string }, + "party_privacy_label": { type: T.LABEL, children: string }, + "microsoft_account_settings_label": { type: T.LABEL, children: string }, + "platform_settings_label": { type: T.LABEL, children: string }, + "party_invite_filter_dropdown_content": { type: T.PANEL, children: string }, + "party_privacy_dropdown_content": { type: T.PANEL, children: string }, + "party_invite_send_privileges_dropdown_content": { type: T.PANEL, children: string }, +} + +export type SidebarNavigationType = { + "empty_panel": { type: T.PANEL, children: string }, + "empty_fill_x_panel": { type: T.PANEL, children: string }, + "empty_default_panel": { type: T.PANEL, children: string }, + "vertical_padding_panel": { type: T.PANEL, children: string }, + "sidebar_bg": { type: T.IMAGE, children: string }, + "sidebar_divider": { type: T.IMAGE, children: string }, + "sidebar_divider_panel": { type: T.PANEL, children: 'sidebar_divider' }, + "sidebar_divider_panel/sidebar_divider": { type: T.IMAGE, children: string }, + "toggle_content": { type: T.PANEL, children: 'toggle_content' }, + "toggle_content/toggle_content": { type: T.UNKNOWN, children: string }, + "sidebar_section_scroll_panel": { type: T.PANEL, children: string }, + "sidebar_bg_content_panel": { type: T.IMAGE, children: 'sidebar_bg_content' }, + "sidebar_bg_content_panel/sidebar_bg_content": { type: T.UNKNOWN, children: string }, + "sidebar_nav_toggle_image": { type: T.IMAGE, children: string }, + "sidebar_nav_toggle_image_panel": { type: T.PANEL, children: 'sidebar_nav_toggle_image' | 'gamepad_helper_icon' }, + "sidebar_nav_toggle_image_panel/sidebar_nav_toggle_image": { type: T.IMAGE, children: string }, + "sidebar_nav_toggle_image_panel/gamepad_helper_icon": { type: T.UNKNOWN, children: string }, + "gamepad_helper_icon_start_toggle": { type: T.STACK_PANEL, children: string }, + "verbose_view_toggle_content": { type: T.STACK_PANEL, children: 'left_padding' | 'sidebar_nav_toggle_image' }, + "verbose_view_toggle_content/left_padding": { type: T.PANEL, children: string }, + "verbose_view_toggle_content/sidebar_nav_toggle_image": { type: T.PANEL, children: string }, + "sidebar_toggle_bg": { type: T.IMAGE, children: string }, + "sidebar_toggle": { type: T.PANEL, children: string }, + "sidebar_option_toggle": { type: T.PANEL, children: string }, + "simple_sidebar_toggle": { type: T.PANEL, children: string }, + "verbose_toggle": { type: T.PANEL, children: string }, + "verbose_sidebar_option": { type: T.PANEL, children: string }, + "verbose_expand_option": { type: T.PANEL, children: string }, + "verbose_dropdown_option": { type: T.PANEL, children: string }, + "verbose_dropdown_expanded_option": { type: T.PANEL, children: string }, + "verbose_sidebar_expand_section_bg": { type: T.IMAGE, children: string }, + "verbose_sidebar_expand_section_panel": { type: T.STACK_PANEL, children: string }, + "verbose_expand_section_panel": { type: T.INPUT_PANEL, children: string }, + "verbose_view_toggle": { type: T.PANEL, children: string }, + "sidebar_option_factory": { type: T.STACK_PANEL, children: string }, + "sidebar_option_factory_panel": { type: T.INPUT_PANEL, children: 'sidebar_option_factory' }, + "sidebar_option_factory_panel/sidebar_option_factory": { type: T.STACK_PANEL, children: string }, + "verbose_button_content": { type: T.PANEL, children: 'button_label' }, + "verbose_button_content/button_label": { type: T.LABEL, children: string }, + "verbose_button": { type: T.BUTTON, children: string }, + "verbose_nav_button_panel": { type: T.PANEL, children: 'verbose_nav_button' }, + "verbose_nav_button_panel/verbose_nav_button": { type: T.BUTTON, children: string }, + "verbose_screen_nav_button": { type: T.BUTTON, children: string }, + "verbose_screen_nav_option_panel": { type: T.PANEL, children: 'verbose_nav_button' }, + "verbose_screen_nav_option_panel/verbose_nav_button": { type: T.BUTTON, children: string }, + "sidebar_option_factory_scroll_panel": { type: T.PANEL, children: string }, + "sidebar_screen_nav_option_factory_panel": { type: T.STACK_PANEL, children: 'fill_panel' | 'button' | 'padding' | 'platform_icon_padding' }, + "sidebar_screen_nav_option_factory_panel/fill_panel": { type: T.PANEL, children: string }, + "sidebar_screen_nav_option_factory_panel/button": { type: T.PANEL, children: string }, + "sidebar_screen_nav_option_factory_panel/padding": { type: T.PANEL, children: string }, + "sidebar_screen_nav_option_factory_panel/platform_icon_padding": { type: T.PANEL, children: string }, + "root_section_content_panel": { type: T.STACK_PANEL, children: 'sidebar_option_factory' | 'verbose_sidebar_screen_Nav' }, + "root_section_content_panel/sidebar_option_factory": { type: T.PANEL, children: string }, + "root_section_content_panel/verbose_sidebar_screen_Nav": { type: T.STACK_PANEL, children: string }, + "edge_bar": { type: T.IMAGE, children: string }, + "verbose_view_stack_panel": { type: T.STACK_PANEL, children: 'verbose_view_toggle' }, + "verbose_view_stack_panel/verbose_view_toggle": { type: T.PANEL, children: string }, + "sidebar_section": { type: T.STACK_PANEL, children: 'left_edge_bar' | 'verbose_view_stack_panel' | 'right_edge_bar' }, + "sidebar_section/left_edge_bar": { type: T.IMAGE, children: string }, + "sidebar_section/verbose_view_stack_panel": { type: T.STACK_PANEL, children: string }, + "sidebar_section/right_edge_bar": { type: T.IMAGE, children: string }, + "root_section": { type: T.PANEL, children: string }, + "verbose_root_section": { type: T.STACK_PANEL, children: string }, + "simple_root_section": { type: T.STACK_PANEL, children: 'verbose_view_toggle' | 'root_section' }, + "simple_root_section/verbose_view_toggle": { type: T.PANEL, children: string }, + "simple_root_section/root_section": { type: T.PANEL, children: string }, + "sidebar_section_factory_panel": { type: T.IMAGE, children: 'sidebar_section_factory' }, + "sidebar_section_factory_panel/sidebar_section_factory": { type: T.STACK_PANEL, children: string }, + "sidebar_view_content_panel": { type: T.PANEL, children: 'view_stack_panel' | 'verbose_view_exit' }, + "sidebar_view_content_panel/view_stack_panel": { type: T.STACK_PANEL, children: 'sidebar_view' | 'controller_hover_close_panel' }, + "sidebar_view_content_panel/view_stack_panel/sidebar_view": { type: T.IMAGE, children: string }, + "sidebar_view_content_panel/view_stack_panel/controller_hover_close_panel": { type: T.PANEL, children: 'controller_hover_close_button' }, + "sidebar_view_content_panel/view_stack_panel/controller_hover_close_panel/controller_hover_close_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "sidebar_view_content_panel/view_stack_panel/controller_hover_close_panel/controller_hover_close_button/default": { type: T.PANEL, children: string }, + "sidebar_view_content_panel/view_stack_panel/controller_hover_close_panel/controller_hover_close_button/hover": { type: T.PANEL, children: string }, + "sidebar_view_content_panel/verbose_view_exit": { type: T.PANEL, children: string }, + "verbose_sidebar_view_modal": { type: T.INPUT_PANEL, children: string }, + "sidebar_views": { type: T.PANEL, children: 'sidebar_view_conent' }, + "sidebar_views/sidebar_view_conent": { type: T.PANEL, children: 'simple_sidebar_view' | 'verbose_side_bar_view_modal' }, + "sidebar_views/sidebar_view_conent/simple_sidebar_view": { type: T.PANEL, children: string }, + "sidebar_views/sidebar_view_conent/verbose_side_bar_view_modal": { type: T.INPUT_PANEL, children: 'verbose_sidebar_view' }, + "sidebar_views/sidebar_view_conent/verbose_side_bar_view_modal/verbose_sidebar_view": { type: T.PANEL, children: string }, + "sidebar_empty_panel": { type: T.PANEL, children: string }, + "content_view": { type: T.PANEL, children: 'content_view_stack' }, + "content_view/content_view_stack": { type: T.STACK_PANEL, children: 'sidebar_view_stack' | 'main_view_content' }, + "content_view/content_view_stack/sidebar_view_stack": { type: T.STACK_PANEL, children: 'sidebar_empty_panel' | 'divider' }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel": { type: T.PANEL, children: 'controller_hover_open_panel' }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel/controller_hover_open_panel": { type: T.PANEL, children: 'controller_hover_open_button' }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel/controller_hover_open_panel/controller_hover_open_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel/controller_hover_open_panel/controller_hover_open_button/default": { type: T.PANEL, children: string }, + "content_view/content_view_stack/sidebar_view_stack/sidebar_empty_panel/controller_hover_open_panel/controller_hover_open_button/hover": { type: T.PANEL, children: string }, + "content_view/content_view_stack/sidebar_view_stack/divider": { type: T.IMAGE, children: string }, + "content_view/content_view_stack/main_view_content": { type: T.INPUT_PANEL, children: 'screen_content' }, + "content_view/content_view_stack/main_view_content/screen_content": { type: T.UNKNOWN, children: string }, + "sidebar_view": { type: T.INPUT_PANEL, children: 'sidebar_content' | 'content_view' | 'progress_loading' }, + "sidebar_view/sidebar_content": { type: T.PANEL, children: string }, + "sidebar_view/content_view": { type: T.PANEL, children: string }, + "sidebar_view/progress_loading": { type: T.PANEL, children: string }, + "platform_store_icon_spacing": { type: T.PANEL, children: string }, +} + +export type SignType = { + "sign_background": { type: T.IMAGE, children: string }, + "hanging_sign_background": { type: T.IMAGE, children: string }, + "base_sign_text_multiline": { type: T.EDIT_BOX, children: string }, + "regular_sign_text_multiline": { type: T.EDIT_BOX, children: string }, + "hanging_sign_text_multiline": { type: T.EDIT_BOX, children: string }, + "sign_screen_content": { type: T.PANEL, children: 'input_eating_panel' | 'invisible_exit_background' }, + "sign_screen_content/input_eating_panel": { type: T.INPUT_PANEL, children: 'text_edit' }, + "sign_screen_content/input_eating_panel/text_edit": { type: T.UNKNOWN, children: string }, + "sign_screen_content/invisible_exit_background": { type: T.INPUT_PANEL, children: string }, + "sign_screen": { type: T.SCREEN, children: string }, +} + +export type SimpleInprogressType = { + "title_text": { type: T.LABEL, children: string }, + "main_panel": { type: T.PANEL, children: 'common_panel' | 'title' | 'main_content' | 'progress_loading_bars' }, + "main_panel/common_panel": { type: T.PANEL, children: string }, + "main_panel/title": { type: T.LABEL, children: string }, + "main_panel/main_content": { type: T.LABEL, children: string }, + "main_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "simple_inprogress_screen": { type: T.SCREEN, children: string }, + "simple_inprogress_screen_content": { type: T.PANEL, children: 'root_panel' }, + "simple_inprogress_screen_content/root_panel": { type: T.PANEL, children: 'main_panel' }, + "simple_inprogress_screen_content/root_panel/main_panel": { type: T.PANEL, children: string }, +} + +export type SkinPackPurchaseType = { + "cycle_pack_left_button": { type: T.BUTTON, children: string }, + "cycle_pack_right_button": { type: T.BUTTON, children: string }, + "skin_model": { type: T.PANEL, children: 'paper_doll' }, + "skin_model/paper_doll": { type: T.CUSTOM, children: string }, + "skin_lock": { type: T.IMAGE, children: string }, + "skin_focus_border": { type: T.IMAGE, children: 'equip' }, + "skin_focus_border/equip": { type: T.PANEL, children: string }, + "skin_button_panel_gamepad": { type: T.PANEL, children: 'skin_button' }, + "skin_button_panel_gamepad/skin_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "skin_button_panel_gamepad/skin_button/hover": { type: T.IMAGE, children: string }, + "skin_button_panel_gamepad/skin_button/pressed": { type: T.IMAGE, children: string }, + "skin_button_panel_not_gamepad": { type: T.PANEL, children: 'skin_button' | 'equip_button' }, + "skin_button_panel_not_gamepad/skin_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "skin_button_panel_not_gamepad/skin_button/hover": { type: T.IMAGE, children: string }, + "skin_button_panel_not_gamepad/skin_button/pressed": { type: T.IMAGE, children: string }, + "skin_button_panel_not_gamepad/equip_button": { type: T.BUTTON, children: string }, + "skin_button_panel": { type: T.STACK_PANEL, children: 'gamepad' | 'not_gamepad' }, + "skin_button_panel/gamepad": { type: T.PANEL, children: string }, + "skin_button_panel/not_gamepad": { type: T.PANEL, children: string }, + "equip_button_state_panel": { type: T.PANEL, children: 'button_panel' }, + "equip_button_state_panel/button_panel": { type: T.PANEL, children: string }, + "equip_button_text": { type: T.PANEL, children: 'text' }, + "equip_button_text/text": { type: T.LABEL, children: string }, + "skins_grid_item": { type: T.PANEL, children: 'model' | 'lock' | 'button' }, + "skins_grid_item/model": { type: T.PANEL, children: string }, + "skins_grid_item/lock": { type: T.IMAGE, children: string }, + "skins_grid_item/button": { type: T.STACK_PANEL, children: string }, + "skins_grid": { type: T.GRID, children: string }, + "skins_panel": { type: T.PANEL, children: 'bg' }, + "skins_panel/bg": { type: T.PANEL, children: 'left' | 'sg' | 'right' | 'progress_loading_panel' }, + "skins_panel/bg/left": { type: T.BUTTON, children: string }, + "skins_panel/bg/sg": { type: T.GRID, children: string }, + "skins_panel/bg/right": { type: T.BUTTON, children: string }, + "skins_panel/bg/progress_loading_panel": { type: T.PANEL, children: 'progress_loading' | 'progress_loading_outline' }, + "skins_panel/bg/progress_loading_panel/progress_loading": { type: T.PANEL, children: string }, + "skins_panel/bg/progress_loading_panel/progress_loading_outline": { type: T.BUTTON, children: 'hover' }, + "skins_panel/bg/progress_loading_panel/progress_loading_outline/hover": { type: T.IMAGE, children: string }, + "screen_root": { type: T.SCREEN, children: string }, + "skin_pack_purchase_upsell_screen": { type: T.SCREEN, children: string }, + "skin_pack_purchase_upsell_screen_content": { type: T.PANEL, children: string }, + "skin_pack_purchase_upsell_dialog_content": { type: T.PANEL, children: 'container' }, + "skin_pack_purchase_upsell_dialog_content/container": { type: T.PANEL, children: string }, + "skin_pack_purchase_standard": { type: T.SCREEN, children: string }, + "skin_pack_purchase_standard_content": { type: T.PANEL, children: string }, + "skin_pack_purchase_dialog_content": { type: T.PANEL, children: 'container' }, + "skin_pack_purchase_dialog_content/container": { type: T.PANEL, children: string }, +} + +export type SkinPickerType = { + "banner_fill": { type: T.IMAGE, children: string }, + "title_label": { type: T.LABEL, children: string }, + "label": { type: T.LABEL, children: string }, + "chevron_image": { type: T.IMAGE, children: string }, + "bumper_image": { type: T.IMAGE, children: string }, + "undo_image": { type: T.IMAGE, children: string }, + "plus_icon": { type: T.IMAGE, children: string }, + "direction_button_panel": { type: T.PANEL, children: 'chevron_image' | 'bumper_image' }, + "direction_button_panel/chevron_image": { type: T.IMAGE, children: string }, + "direction_button_panel/bumper_image": { type: T.IMAGE, children: string }, + "cycle_pack_button": { type: T.BUTTON, children: string }, + "cycle_pack_left_button": { type: T.BUTTON, children: string }, + "cycle_pack_right_button": { type: T.BUTTON, children: string }, + "skin_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "skin_button/hover": { type: T.IMAGE, children: string }, + "skin_button/pressed": { type: T.IMAGE, children: string }, + "skin_rotation_arrows": { type: T.IMAGE, children: string }, + "skin_viewer_panel": { type: T.INPUT_PANEL, children: 'custom_skin_button' | 'skin_model_panel' | 'lock' }, + "skin_viewer_panel/custom_skin_button": { type: T.BUTTON, children: string }, + "skin_viewer_panel/skin_model_panel": { type: T.PANEL, children: 'skin_model' }, + "skin_viewer_panel/skin_model_panel/skin_model": { type: T.CUSTOM, children: string }, + "skin_viewer_panel/lock": { type: T.IMAGE, children: string }, + "undo_skin_button": { type: T.BUTTON, children: string }, + "accept_skin_button": { type: T.BUTTON, children: string }, + "stack_item": { type: T.PANEL, children: string }, + "accept_skin_panel": { type: T.STACK_PANEL, children: 'stack_item_0' | 'stack_item_1' }, + "accept_skin_panel/stack_item_0": { type: T.PANEL, children: 'undo_btn' }, + "accept_skin_panel/stack_item_0/undo_btn": { type: T.BUTTON, children: string }, + "accept_skin_panel/stack_item_1": { type: T.PANEL, children: 'accept_button' }, + "accept_skin_panel/stack_item_1/accept_button": { type: T.BUTTON, children: string }, + "appearance_status_image_panel": { type: T.PANEL, children: 'limited_status_image' | 'no_restrictions_status_image' }, + "appearance_status_image_panel/limited_status_image": { type: T.IMAGE, children: string }, + "appearance_status_image_panel/no_restrictions_status_image": { type: T.IMAGE, children: string }, + "appearance_status_content": { type: T.STACK_PANEL, children: 'appearance_status_image_panel' | 'padding' | 'appearance_status_label_panel' }, + "appearance_status_content/appearance_status_image_panel": { type: T.PANEL, children: string }, + "appearance_status_content/padding": { type: T.PANEL, children: string }, + "appearance_status_content/appearance_status_label_panel": { type: T.PANEL, children: 'appearance_status_label' }, + "appearance_status_content/appearance_status_label_panel/appearance_status_label": { type: T.LABEL, children: string }, + "preview_skin_panel": { type: T.PANEL, children: 'preview' | 'button_frame' }, + "preview_skin_panel/preview": { type: T.INPUT_PANEL, children: string }, + "preview_skin_panel/button_frame": { type: T.STACK_PANEL, children: 'stack_item_0' | 'padding' | 'notification_and_accept_input_panel' }, + "preview_skin_panel/button_frame/stack_item_0": { type: T.PANEL, children: 'rotation' }, + "preview_skin_panel/button_frame/stack_item_0/rotation": { type: T.IMAGE, children: string }, + "preview_skin_panel/button_frame/padding": { type: T.PANEL, children: string }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel": { type: T.INPUT_PANEL, children: 'notification_and_accept_stack' }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack": { type: T.STACK_PANEL, children: 'skin_status_notification_section' | 'stack_item_1' }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack/skin_status_notification_section": { type: T.PANEL, children: 'appearance_status_notification_panel' }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack/skin_status_notification_section/appearance_status_notification_panel": { type: T.BUTTON, children: string }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack/stack_item_1": { type: T.PANEL, children: 'accept' }, + "preview_skin_panel/button_frame/notification_and_accept_input_panel/notification_and_accept_stack/stack_item_1/accept": { type: T.STACK_PANEL, children: string }, + "skin_model": { type: T.CUSTOM, children: string }, + "premium_skin_button": { type: T.BUTTON, children: string }, + "skin_lock": { type: T.IMAGE, children: string }, + "new_pack_icon": { type: T.PANEL, children: 'icon' }, + "new_pack_icon/icon": { type: T.IMAGE, children: string }, + "pack_lock": { type: T.PANEL, children: 'locked' | 'unlocked' }, + "pack_lock/locked": { type: T.IMAGE, children: string }, + "pack_lock/unlocked": { type: T.IMAGE, children: string }, + "skin_input_panel": { type: T.INPUT_PANEL, children: 'sg' }, + "skin_input_panel/sg": { type: T.GRID, children: string }, + "skins_grid_item": { type: T.PANEL, children: 'clip' | 'lock' | 'button' }, + "skins_grid_item/clip": { type: T.PANEL, children: 'model' }, + "skins_grid_item/clip/model": { type: T.CUSTOM, children: string }, + "skins_grid_item/lock": { type: T.IMAGE, children: string }, + "skins_grid_item/button": { type: T.BUTTON, children: string }, + "skins_grid": { type: T.GRID, children: string }, + "pack_name": { type: T.LABEL, children: string }, + "pack_grid_item": { type: T.PANEL, children: 'header' | 'bg' }, + "pack_grid_item/header": { type: T.STACK_PANEL, children: 'padding' | 'pack_lock' | 'pack_name' | 'padding_2' | 'new_pack_icon' | 'padding_3' }, + "pack_grid_item/header/padding": { type: T.PANEL, children: string }, + "pack_grid_item/header/pack_lock": { type: T.PANEL, children: string }, + "pack_grid_item/header/pack_name": { type: T.LABEL, children: string }, + "pack_grid_item/header/padding_2": { type: T.PANEL, children: string }, + "pack_grid_item/header/new_pack_icon": { type: T.PANEL, children: string }, + "pack_grid_item/header/padding_3": { type: T.PANEL, children: string }, + "pack_grid_item/bg": { type: T.IMAGE, children: 'skin_input_panel' | 'expand_view_button' | 'progress_loading_no_connection' | 'progress_loading' }, + "pack_grid_item/bg/skin_input_panel": { type: T.INPUT_PANEL, children: string }, + "pack_grid_item/bg/expand_view_button": { type: T.BUTTON, children: string }, + "pack_grid_item/bg/progress_loading_no_connection": { type: T.PANEL, children: string }, + "pack_grid_item/bg/progress_loading": { type: T.PANEL, children: string }, + "premium_packs_grid": { type: T.GRID, children: string }, + "standard_skin_button": { type: T.BUTTON, children: string }, + "default_skins_grid_item": { type: T.PANEL, children: 'model' | 'button' }, + "default_skins_grid_item/model": { type: T.CUSTOM, children: string }, + "default_skins_grid_item/button": { type: T.BUTTON, children: string }, + "default_skins_grid": { type: T.GRID, children: string }, + "recent_skins_grid_item": { type: T.PANEL, children: 'clip' | 'button' }, + "recent_skins_grid_item/clip": { type: T.PANEL, children: 'model' }, + "recent_skins_grid_item/clip/model": { type: T.CUSTOM, children: string }, + "recent_skins_grid_item/button": { type: T.BUTTON, children: string }, + "recent_skins_grid": { type: T.GRID, children: string }, + "standard_frame": { type: T.PANEL, children: string }, + "standard_header": { type: T.LABEL, children: string }, + "standard_fill": { type: T.IMAGE, children: string }, + "standard_panel": { type: T.PANEL, children: 'default_skins' | 'recent_skins' }, + "standard_panel/default_skins": { type: T.PANEL, children: 'header' | 'fill' }, + "standard_panel/default_skins/header": { type: T.LABEL, children: string }, + "standard_panel/default_skins/fill": { type: T.IMAGE, children: 'default_skins_grid' }, + "standard_panel/default_skins/fill/default_skins_grid": { type: T.GRID, children: string }, + "standard_panel/recent_skins": { type: T.PANEL, children: 'header' | 'fill' }, + "standard_panel/recent_skins/header": { type: T.LABEL, children: string }, + "standard_panel/recent_skins/fill": { type: T.IMAGE, children: 'recent_skins_grid' | 'recent_skins_loading_panel' }, + "standard_panel/recent_skins/fill/recent_skins_grid": { type: T.GRID, children: string }, + "standard_panel/recent_skins/fill/recent_skins_loading_panel": { type: T.PANEL, children: string }, + "scrolling_content_stack": { type: T.STACK_PANEL, children: 'standard_panel' | 'premium_packs_grid' }, + "scrolling_content_stack/standard_panel": { type: T.PANEL, children: string }, + "scrolling_content_stack/premium_packs_grid": { type: T.GRID, children: string }, + "all_skins_content": { type: T.INPUT_PANEL, children: 'scrolling_frame' }, + "all_skins_content/scrolling_frame": { type: T.PANEL, children: 'change_skin_scroll' | 'progress_loading' }, + "all_skins_content/scrolling_frame/change_skin_scroll": { type: T.PANEL, children: string }, + "all_skins_content/scrolling_frame/progress_loading": { type: T.PANEL, children: string }, + "all_skins_frame": { type: T.PANEL, children: 'all_skins_content' }, + "all_skins_frame/all_skins_content": { type: T.INPUT_PANEL, children: string }, + "title_bar": { type: T.STACK_PANEL, children: 'padding_0' | 'fill_panel' | 'padding_1' | 'skin_name_holder' | 'padding_2' }, + "title_bar/padding_0": { type: T.PANEL, children: string }, + "title_bar/fill_panel": { type: T.PANEL, children: 'title_holder' }, + "title_bar/fill_panel/title_holder": { type: T.PANEL, children: 'change_skin_title' }, + "title_bar/fill_panel/title_holder/change_skin_title": { type: T.LABEL, children: string }, + "title_bar/padding_1": { type: T.PANEL, children: string }, + "title_bar/skin_name_holder": { type: T.PANEL, children: 'preview_skin_name' }, + "title_bar/skin_name_holder/preview_skin_name": { type: T.LABEL, children: string }, + "title_bar/padding_2": { type: T.PANEL, children: string }, + "popup_dialog_skin_model": { type: T.PANEL, children: 'paper_doll' }, + "popup_dialog_skin_model/paper_doll": { type: T.CUSTOM, children: string }, + "popup_dialog_choose_skin_type_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "popup_dialog_choose_skin_type_button/hover": { type: T.IMAGE, children: string }, + "popup_dialog_choose_skin_type_button/pressed": { type: T.IMAGE, children: string }, + "popup_dialog_choose_skin_type_panel": { type: T.PANEL, children: 'model' | 'button_highlight' }, + "popup_dialog_choose_skin_type_panel/model": { type: T.PANEL, children: string }, + "popup_dialog_choose_skin_type_panel/button_highlight": { type: T.BUTTON, children: string }, + "popup_dialog__invalid_custom_skin": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' | 'popup_dialog_message' | 'popup_dialog_middle_button' }, + "popup_dialog__invalid_custom_skin/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog__invalid_custom_skin/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog__invalid_custom_skin/popup_dialog_middle_button": { type: T.BUTTON, children: string }, + "popup_dialog__upsell_without_store": { type: T.INPUT_PANEL, children: string }, + "popup_dialog__choose_skin_type": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' | 'popup_dialog_message' | 'left' | 'right' }, + "popup_dialog__choose_skin_type/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog__choose_skin_type/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog__choose_skin_type/left": { type: T.PANEL, children: string }, + "popup_dialog__choose_skin_type/right": { type: T.PANEL, children: string }, + "content": { type: T.PANEL, children: 'title' | 'selector_area' | 'content_area' | 'section_divider' }, + "content/title": { type: T.STACK_PANEL, children: string }, + "content/selector_area": { type: T.INPUT_PANEL, children: string }, + "content/content_area": { type: T.INPUT_PANEL, children: string }, + "content/section_divider": { type: T.IMAGE, children: string }, + "skin_picker_screen": { type: T.SCREEN, children: string }, + "skin_picker_screen_content": { type: T.PANEL, children: 'bg' | 'container' | 'popup_dialog_factory' }, + "skin_picker_screen_content/bg": { type: T.STACK_PANEL, children: string }, + "skin_picker_screen_content/container": { type: T.PANEL, children: 'content' }, + "skin_picker_screen_content/container/content": { type: T.PANEL, children: string }, + "skin_picker_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "scrollable_selector_area_content": { type: T.PANEL, children: string }, + "selector_area": { type: T.INPUT_PANEL, children: 'all_skins' | 'inactive_modal_pane_fade' }, + "selector_area/all_skins": { type: T.PANEL, children: string }, + "selector_area/inactive_modal_pane_fade": { type: T.IMAGE, children: string }, + "content_area": { type: T.INPUT_PANEL, children: 'preview_skin' | 'inactive_modal_pane_fade' }, + "content_area/preview_skin": { type: T.PANEL, children: string }, + "content_area/inactive_modal_pane_fade": { type: T.IMAGE, children: string }, + "section_divider": { type: T.IMAGE, children: string }, +} + +export type SmithingTableType = { + "smithing_image": { type: T.IMAGE, children: string }, + "ingot_image": { type: T.IMAGE, children: string }, + "smithing_icon": { type: T.IMAGE, children: string }, + "upgrade_label": { type: T.LABEL, children: string }, + "icon_and_text_panel": { type: T.PANEL, children: 'smithing_icon_panel' | 'upgrade_label' }, + "icon_and_text_panel/smithing_icon_panel": { type: T.PANEL, children: string }, + "icon_and_text_panel/upgrade_label": { type: T.LABEL, children: string }, + "smithing_icon_panel": { type: T.PANEL, children: 'smithing_icon' }, + "smithing_icon_panel/smithing_icon": { type: T.IMAGE, children: string }, + "plus_sign_icon": { type: T.IMAGE, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "cross_out_icon": { type: T.IMAGE, children: string }, + "smithing_table_output_slot_button": { type: T.BUTTON, children: string }, + "smithing_table_item_slot": { type: T.PANEL, children: 'container_item' }, + "smithing_table_item_slot/container_item": { type: T.INPUT_PANEL, children: string }, + "recipe_grid": { type: T.GRID, children: 'input_item_slot' | 'plus' | 'material_item_slot' | 'yields' | 'result_item_slot' }, + "recipe_grid/input_item_slot": { type: T.PANEL, children: string }, + "recipe_grid/plus": { type: T.PANEL, children: 'plus_sign_icon' }, + "recipe_grid/plus/plus_sign_icon": { type: T.IMAGE, children: string }, + "recipe_grid/material_item_slot": { type: T.PANEL, children: string }, + "recipe_grid/yields": { type: T.PANEL, children: 'arrow_icon' | 'cross_out_icon' }, + "recipe_grid/yields/arrow_icon": { type: T.IMAGE, children: string }, + "recipe_grid/yields/cross_out_icon": { type: T.IMAGE, children: string }, + "recipe_grid/result_item_slot": { type: T.PANEL, children: string }, + "recipe_panel": { type: T.PANEL, children: 'recipe_grid' }, + "recipe_panel/recipe_grid": { type: T.GRID, children: string }, + "top_half_panel": { type: T.PANEL, children: 'icon_and_text_panel' | 'recipe_panel' }, + "top_half_panel/icon_and_text_panel": { type: T.PANEL, children: string }, + "top_half_panel/recipe_panel": { type: T.PANEL, children: string }, + "smithing_table_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "smithing_table_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "smithing_table_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "smithing_table_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "smithing_table_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'smithing_table_screen_inventory' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "smithing_table_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory": { type: T.PANEL, children: 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/top_half_panel": { type: T.PANEL, children: string }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "smithing_table_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "smithing_table_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "smithing_table_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "smithing_table_screen": { type: T.SCREEN, children: string }, +} + +export type SmithingTable2Type = { + "smithing_icon": { type: T.IMAGE, children: string }, + "upgrade_label": { type: T.LABEL, children: string }, + "icon_and_text_panel": { type: T.PANEL, children: 'smithing_icon_panel' | 'upgrade_label' }, + "icon_and_text_panel/smithing_icon_panel": { type: T.PANEL, children: string }, + "icon_and_text_panel/upgrade_label": { type: T.LABEL, children: string }, + "smithing_icon_panel": { type: T.PANEL, children: 'smithing_icon' }, + "smithing_icon_panel/smithing_icon": { type: T.IMAGE, children: string }, + "smithing_image": { type: T.IMAGE, children: string }, + "smithing_material_image_ingot": { type: T.IMAGE, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "cross_out_icon_image": { type: T.IMAGE, children: string }, + "cross_out_icon_button": { type: T.BUTTON, children: 'default' | 'hover' }, + "cross_out_icon_button/default": { type: T.IMAGE, children: string }, + "cross_out_icon_button/hover": { type: T.CUSTOM, children: string }, + "smithing_input_image_templates": { type: T.IMAGE, children: string }, + "smithing_input_image_armors": { type: T.IMAGE, children: string }, + "smithing_input_image_armors_and_tools": { type: T.IMAGE, children: string }, + "smithing_material_image_all": { type: T.IMAGE, children: string }, + "template_overlay_image": { type: T.PANEL, children: 'templates' }, + "template_overlay_image/templates": { type: T.IMAGE, children: string }, + "input_overlay_image": { type: T.PANEL, children: 'armors_and_tools' | 'armors' }, + "input_overlay_image/armors_and_tools": { type: T.IMAGE, children: string }, + "input_overlay_image/armors": { type: T.IMAGE, children: string }, + "material_overlay_image": { type: T.PANEL, children: 'all_materials' | 'ingot' }, + "material_overlay_image/all_materials": { type: T.IMAGE, children: string }, + "material_overlay_image/ingot": { type: T.IMAGE, children: string }, + "smithing_table_output_slot_button": { type: T.BUTTON, children: string }, + "smithing_table_item_slot": { type: T.PANEL, children: 'container_item' }, + "smithing_table_item_slot/container_item": { type: T.INPUT_PANEL, children: string }, + "recipe_grid": { type: T.GRID, children: 'template_item_slot' | 'input_item_slot' | 'material_item_slot' | 'yields' | 'result_item_slot' | 'result_item_preview' }, + "recipe_grid/template_item_slot": { type: T.PANEL, children: string }, + "recipe_grid/input_item_slot": { type: T.PANEL, children: string }, + "recipe_grid/material_item_slot": { type: T.PANEL, children: string }, + "recipe_grid/yields": { type: T.PANEL, children: 'arrow_icon' | 'cross_out_icon' }, + "recipe_grid/yields/arrow_icon": { type: T.IMAGE, children: string }, + "recipe_grid/yields/cross_out_icon": { type: T.BUTTON, children: string }, + "recipe_grid/result_item_slot": { type: T.PANEL, children: string }, + "recipe_grid/result_item_preview": { type: T.PANEL, children: string }, + "recipe_panel": { type: T.PANEL, children: 'recipe_grid' }, + "recipe_panel/recipe_grid": { type: T.GRID, children: string }, + "result_item_preview": { type: T.PANEL, children: 'inner' }, + "result_item_preview/inner": { type: T.PANEL, children: string }, + "result_item_preview_inner": { type: T.PANEL, children: 'smithing_preview_renderer' }, + "result_item_preview_inner/smithing_preview_renderer": { type: T.CUSTOM, children: string }, + "toolbar_background": { type: T.IMAGE, children: string }, + "help_button": { type: T.BUTTON, children: string }, + "toolbar_panel": { type: T.INPUT_PANEL, children: 'toolbar_background' }, + "toolbar_panel/toolbar_background": { type: T.IMAGE, children: 'toolbar_stack_panel' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'help_button_panel' | 'close_button_panel' | 'padding_2' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel": { type: T.PANEL, children: 'help_button' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/help_button_panel/help_button": { type: T.BUTTON, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { type: T.PANEL, children: 'close_button' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { type: T.BUTTON, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { type: T.PANEL, children: string }, + "toolbar_anchor": { type: T.PANEL, children: 'toolbar_panel' }, + "toolbar_anchor/toolbar_panel": { type: T.INPUT_PANEL, children: string }, + "top_half_panel": { type: T.PANEL, children: 'icon_and_text_panel' | 'recipe_panel' }, + "top_half_panel/icon_and_text_panel": { type: T.PANEL, children: string }, + "top_half_panel/recipe_panel": { type: T.PANEL, children: string }, + "smithing_table_panel": { type: T.PANEL, children: 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "smithing_table_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "smithing_table_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "smithing_table_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "smithing_table_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'smithing_table_screen_inventory' | 'inventory_selected_icon_button' | 'toolbar_anchor' | 'gamepad_cursor' }, + "smithing_table_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory": { type: T.PANEL, children: 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' | 'inventory_take_progress_icon_button' }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/top_half_panel": { type: T.PANEL, children: string }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "smithing_table_panel/root_panel/smithing_table_screen_inventory/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "smithing_table_panel/root_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "smithing_table_panel/root_panel/toolbar_anchor": { type: T.PANEL, children: string }, + "smithing_table_panel/root_panel/gamepad_cursor": { type: T.BUTTON, children: string }, + "smithing_table_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type SmithingTablePocketType = { + "ingot_image": { type: T.IMAGE, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "smithing_icon": { type: T.IMAGE, children: string }, + "upgrade_label": { type: T.LABEL, children: string }, + "smithing_icon_panel": { type: T.PANEL, children: 'smithing_icon' }, + "smithing_icon_panel/smithing_icon": { type: T.IMAGE, children: string }, + "smithing_table_title_and_text_panel": { type: T.PANEL, children: 'smithing_icon_panel' | 'upgrade_label' }, + "smithing_table_title_and_text_panel/smithing_icon_panel": { type: T.PANEL, children: string }, + "smithing_table_title_and_text_panel/upgrade_label": { type: T.LABEL, children: string }, + "slots_panel": { type: T.PANEL, children: 'input_slot' | 'material_slot' | 'result_slot' | 'plus_sign' | 'arrow' }, + "slots_panel/input_slot": { type: T.INPUT_PANEL, children: string }, + "slots_panel/material_slot": { type: T.INPUT_PANEL, children: string }, + "slots_panel/result_slot": { type: T.INPUT_PANEL, children: string }, + "slots_panel/plus_sign": { type: T.LABEL, children: string }, + "slots_panel/arrow": { type: T.IMAGE, children: 'cross_out' }, + "slots_panel/arrow/cross_out": { type: T.IMAGE, children: string }, + "smithing_table_contents_panel": { type: T.STACK_PANEL, children: 'smithing_table_title_and_text_panel' | 'slots_panel' }, + "smithing_table_contents_panel/smithing_table_title_and_text_panel": { type: T.PANEL, children: string }, + "smithing_table_contents_panel/slots_panel": { type: T.PANEL, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_content": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_content/scrolling_panel": { type: T.PANEL, children: string }, + "inventory_and_smithing_table_panel": { type: T.PANEL, children: 'inventory_half_screen' | 'smithing_half_screen' }, + "inventory_and_smithing_table_panel/inventory_half_screen": { type: T.PANEL, children: 'inventory_content' }, + "inventory_and_smithing_table_panel/inventory_half_screen/inventory_content": { type: T.PANEL, children: string }, + "inventory_and_smithing_table_panel/smithing_half_screen": { type: T.PANEL, children: 'smithing_table_content' }, + "inventory_and_smithing_table_panel/smithing_half_screen/smithing_table_content": { type: T.STACK_PANEL, children: string }, + "header": { type: T.PANEL, children: 'header_background' | 'close_button' | 'panel' }, + "header/header_background": { type: T.IMAGE, children: string }, + "header/close_button": { type: T.BUTTON, children: string }, + "header/panel": { type: T.PANEL, children: 'title_label' }, + "header/panel/title_label": { type: T.LABEL, children: string }, + "header_and_content_stack_panel": { type: T.STACK_PANEL, children: 'header' | 'inventory_and_smithing_table_panel' }, + "header_and_content_stack_panel/header": { type: T.PANEL, children: string }, + "header_and_content_stack_panel/inventory_and_smithing_table_panel": { type: T.PANEL, children: string }, + "smithing_table_panel": { type: T.PANEL, children: 'bg' | 'root_panel' | 'header_and_content_stack_panel' | 'container_gamepad_helpers' | 'inventory_selected_icon_button' | 'hold_icon' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "smithing_table_panel/bg": { type: T.IMAGE, children: string }, + "smithing_table_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "smithing_table_panel/header_and_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "smithing_table_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "smithing_table_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "smithing_table_panel/hold_icon": { type: T.BUTTON, children: string }, + "smithing_table_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "smithing_table_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "smithing_table_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type SmithingTable2PocketType = { + "smithing_table_item_renderer": { type: T.CUSTOM, children: string }, + "smithing_image": { type: T.IMAGE, children: string }, + "smithing_material_image_ingot": { type: T.IMAGE, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "smithing_input_image_templates": { type: T.IMAGE, children: string }, + "smithing_material_image_all": { type: T.IMAGE, children: string }, + "smithing_input_image_armors": { type: T.IMAGE, children: string }, + "smithing_input_image_armors_and_tools": { type: T.IMAGE, children: string }, + "template_overlay_image": { type: T.PANEL, children: 'templates' }, + "template_overlay_image/templates": { type: T.IMAGE, children: string }, + "input_overlay_image": { type: T.PANEL, children: 'armors_and_tools' | 'armors' }, + "input_overlay_image/armors_and_tools": { type: T.IMAGE, children: string }, + "input_overlay_image/armors": { type: T.IMAGE, children: string }, + "material_overlay_image": { type: T.PANEL, children: 'ingot' | 'all_materials' }, + "material_overlay_image/ingot": { type: T.IMAGE, children: string }, + "material_overlay_image/all_materials": { type: T.IMAGE, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "smithing_icon": { type: T.IMAGE, children: string }, + "upgrade_label": { type: T.LABEL, children: string }, + "slot_grid_item": { type: T.PANEL, children: 'slot' }, + "slot_grid_item/slot": { type: T.INPUT_PANEL, children: string }, + "template_slot": { type: T.PANEL, children: string }, + "input_slot": { type: T.PANEL, children: string }, + "material_slot": { type: T.PANEL, children: string }, + "inputs_stack": { type: T.STACK_PANEL, children: 'template_slot' | 'padding1' | 'input_slot' | 'padding2' | 'material_slot' }, + "inputs_stack/template_slot": { type: T.PANEL, children: string }, + "inputs_stack/padding1": { type: T.PANEL, children: string }, + "inputs_stack/input_slot": { type: T.PANEL, children: string }, + "inputs_stack/padding2": { type: T.PANEL, children: string }, + "inputs_stack/material_slot": { type: T.PANEL, children: string }, + "inputs_panel": { type: T.PANEL, children: 'inputs_stack' }, + "inputs_panel/inputs_stack": { type: T.STACK_PANEL, children: string }, + "result_slot": { type: T.PANEL, children: string }, + "cross_out_image": { type: T.IMAGE, children: string }, + "cross_out_icon": { type: T.BUTTON, children: 'default' | 'hover' }, + "cross_out_icon/default": { type: T.IMAGE, children: string }, + "cross_out_icon/hover": { type: T.CUSTOM, children: string }, + "crafting_arrow": { type: T.IMAGE, children: 'cross_out' }, + "crafting_arrow/cross_out": { type: T.BUTTON, children: string }, + "crafting_arrow_grid_item": { type: T.PANEL, children: 'crafting_arrow' }, + "crafting_arrow_grid_item/crafting_arrow": { type: T.IMAGE, children: string }, + "result_item_preview": { type: T.PANEL, children: 'smithing_preview_renderer' }, + "result_item_preview/smithing_preview_renderer": { type: T.CUSTOM, children: string }, + "result_item_preview_grid_item": { type: T.PANEL, children: 'result_preview' }, + "result_item_preview_grid_item/result_preview": { type: T.PANEL, children: string }, + "smithing_table_contents_panel": { type: T.GRID, children: 'label_holder' | 'inputs' | 'result_slot' | 'crafting_arrow' | 'result_item_preview' }, + "smithing_table_contents_panel/label_holder": { type: T.PANEL, children: 'title_label' }, + "smithing_table_contents_panel/label_holder/title_label": { type: T.LABEL, children: string }, + "smithing_table_contents_panel/inputs": { type: T.PANEL, children: string }, + "smithing_table_contents_panel/result_slot": { type: T.PANEL, children: string }, + "smithing_table_contents_panel/crafting_arrow": { type: T.PANEL, children: string }, + "smithing_table_contents_panel/result_item_preview": { type: T.PANEL, children: string }, + "chest_item_renderer": { type: T.CUSTOM, children: string }, + "left_tab_inventory": { type: T.PANEL, children: string }, + "left_navigation_tabs": { type: T.STACK_PANEL, children: 'left_tab_inventory' }, + "left_navigation_tabs/left_tab_inventory": { type: T.PANEL, children: string }, + "inventory_scroll_panel": { type: T.PANEL, children: string }, + "left_panel": { type: T.STACK_PANEL, children: 'gamepad_helpers_and_tabs_holder' | 'content' }, + "left_panel/gamepad_helpers_and_tabs_holder": { type: T.PANEL, children: 'navigation_tabs_holder' }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { type: T.PANEL, children: 'left_navigation_tabs' }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "left_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'inventory_scroll_panel' }, + "left_panel/content/bg": { type: T.PANEL, children: string }, + "left_panel/content/inventory_scroll_panel": { type: T.PANEL, children: string }, + "right_tab_smithing_table": { type: T.PANEL, children: string }, + "right_navigation_tabs": { type: T.STACK_PANEL, children: 'pocket_tab_close_and_help_button' | 'fill' | 'right_tab_smithing_table' }, + "right_navigation_tabs/pocket_tab_close_and_help_button": { type: T.IMAGE, children: string }, + "right_navigation_tabs/fill": { type: T.PANEL, children: string }, + "right_navigation_tabs/right_tab_smithing_table": { type: T.PANEL, children: string }, + "right_panel": { type: T.STACK_PANEL, children: 'content' | 'navigation_tabs_holder' }, + "right_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'smithing_content_stack_panel' }, + "right_panel/content/bg": { type: T.PANEL, children: string }, + "right_panel/content/smithing_content_stack_panel": { type: T.GRID, children: string }, + "right_panel/navigation_tabs_holder": { type: T.PANEL, children: 'right_navigation_tabs' }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "smithing_table_panel": { type: T.PANEL, children: 'pocket_hotbar_and_content_panels' | 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'inventory_selected_icon_button' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "smithing_table_panel/pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "smithing_table_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "smithing_table_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "smithing_table_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "smithing_table_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "smithing_table_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "smithing_table_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type SmokerType = { + "smoker_screen": { type: T.SCREEN, children: string }, +} + +export type StartType = { + "achievements_icon": { type: T.IMAGE, children: string }, + "inbox_bell_animated_icon": { type: T.IMAGE, children: string }, + "inbox_icon": { type: T.IMAGE, children: string }, + "unread_notification_icon": { type: T.IMAGE, children: string }, + "feedback_icon": { type: T.IMAGE, children: string }, + "feedback_icon_edu": { type: T.IMAGE, children: string }, + "Xbox_icon": { type: T.IMAGE, children: string }, + "change_skin_icon": { type: T.IMAGE, children: string }, + "manage_accounts_icon": { type: T.IMAGE, children: string }, + "new_offers_icon": { type: T.IMAGE, children: string }, + "edu_ai_lesson_crafter_button_content": { type: T.STACK_PANEL, children: 'padded_label' | 'padded_icon' }, + "edu_ai_lesson_crafter_button_content/padded_label": { type: T.PANEL, children: 'label' }, + "edu_ai_lesson_crafter_button_content/padded_label/label": { type: T.LABEL, children: string }, + "edu_ai_lesson_crafter_button_content/padded_icon": { type: T.PANEL, children: 'icon' }, + "edu_ai_lesson_crafter_button_content/padded_icon/icon": { type: T.IMAGE, children: string }, + "preview_tag": { type: T.IMAGE, children: 'preview_label' }, + "preview_tag/preview_label": { type: T.LABEL, children: string }, + "update_prompt_icon": { type: T.IMAGE, children: string }, + "marketplace_error_icon": { type: T.IMAGE, children: string }, + "sale_ribbon_icon": { type: T.IMAGE, children: string }, + "alex_icon": { type: T.IMAGE, children: string }, + "gamerpic": { type: T.CUSTOM, children: string }, + "copyright": { type: T.PANEL, children: 'label' | 'label_background' }, + "copyright/label": { type: T.LABEL, children: string }, + "copyright/label_background": { type: T.IMAGE, children: string }, + "development_version": { type: T.PANEL, children: 'label' | 'label_background' }, + "development_version/label": { type: T.LABEL, children: string }, + "development_version/label_background": { type: T.IMAGE, children: string }, + "version": { type: T.PANEL, children: 'label' | 'label_background' }, + "version/label": { type: T.LABEL, children: string }, + "version/label_background": { type: T.IMAGE, children: string }, + "trial_info": { type: T.PANEL, children: 'trial_label' | 'label_background' }, + "trial_info/trial_label": { type: T.LABEL, children: string }, + "trial_info/label_background": { type: T.IMAGE, children: string }, + "text_panel": { type: T.PANEL, children: 'copyright' | 'development_version' | 'version' }, + "text_panel/copyright": { type: T.PANEL, children: string }, + "text_panel/development_version": { type: T.PANEL, children: string }, + "text_panel/version": { type: T.PANEL, children: string }, + "skin_or_profile_panel": { type: T.PANEL, children: 'change_skin' | 'change_skin_button_demo' | 'dressing_room_button' | 'switch_accounts' | 'profile_button' }, + "skin_or_profile_panel/change_skin": { type: T.BUTTON, children: string }, + "skin_or_profile_panel/change_skin_button_demo": { type: T.BUTTON, children: string }, + "skin_or_profile_panel/dressing_room_button": { type: T.BUTTON, children: string }, + "skin_or_profile_panel/switch_accounts": { type: T.BUTTON, children: string }, + "skin_or_profile_panel/profile_button": { type: T.BUTTON, children: string }, + "change_skin_button": { type: T.BUTTON, children: string }, + "change_skin_button_demo": { type: T.BUTTON, children: string }, + "switch_accounts_button": { type: T.BUTTON, children: string }, + "dressing_room_button": { type: T.BUTTON, children: string }, + "profile_button_content": { type: T.STACK_PANEL, children: 'gamerpic_offset_wrapper' | 'padding_middle' | 'vertically_central_text' | 'padding_right' }, + "profile_button_content/gamerpic_offset_wrapper": { type: T.PANEL, children: 'gamerpic_with_border' }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border": { type: T.PANEL, children: 'gamerpic' | 'alex_icon' | 'border_black' }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/gamerpic": { type: T.CUSTOM, children: string }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/alex_icon": { type: T.IMAGE, children: string }, + "profile_button_content/gamerpic_offset_wrapper/gamerpic_with_border/border_black": { type: T.IMAGE, children: string }, + "profile_button_content/padding_middle": { type: T.PANEL, children: string }, + "profile_button_content/vertically_central_text": { type: T.STACK_PANEL, children: 'top_padding' | 'profile_button_label' }, + "profile_button_content/vertically_central_text/top_padding": { type: T.PANEL, children: string }, + "profile_button_content/vertically_central_text/profile_button_label": { type: T.LABEL, children: string }, + "profile_button_content/padding_right": { type: T.PANEL, children: string }, + "profile_button": { type: T.BUTTON, children: string }, + "skin_viewer_panel": { type: T.INPUT_PANEL, children: 'paper_doll_panel' | 'paper_doll_name_tag' }, + "skin_viewer_panel/paper_doll_panel": { type: T.PANEL, children: 'paper_doll' | 'appearacne_loading_panel' }, + "skin_viewer_panel/paper_doll_panel/paper_doll": { type: T.CUSTOM, children: string }, + "skin_viewer_panel/paper_doll_panel/appearacne_loading_panel": { type: T.PANEL, children: string }, + "skin_viewer_panel/paper_doll_name_tag": { type: T.CUSTOM, children: string }, + "skin_panel": { type: T.PANEL, children: 'change_profile_or_skin' | 'viewer_panel' }, + "skin_panel/change_profile_or_skin": { type: T.PANEL, children: string }, + "skin_panel/viewer_panel": { type: T.INPUT_PANEL, children: string }, + "friendsdrawer_button_panel": { type: T.PANEL, children: 'friendsdrawer_button' }, + "friendsdrawer_button_panel/friendsdrawer_button": { type: T.BUTTON, children: string }, + "gathering_button": { type: T.BUTTON, children: string }, + "badge_and_caption_animated": { type: T.STACK_PANEL, children: 'caption_and_padding' | 'badge_and_padding' }, + "badge_and_caption_animated/caption_and_padding": { type: T.STACK_PANEL, children: 'pad' | 'caption' }, + "badge_and_caption_animated/caption_and_padding/pad": { type: T.PANEL, children: string }, + "badge_and_caption_animated/caption_and_padding/caption": { type: T.IMAGE, children: string }, + "badge_and_caption_animated/badge_and_padding": { type: T.STACK_PANEL, children: 'badge' | 'fill' }, + "badge_and_caption_animated/badge_and_padding/badge": { type: T.IMAGE, children: string }, + "badge_and_caption_animated/badge_and_padding/fill": { type: T.PANEL, children: string }, + "gathering_badge": { type: T.IMAGE, children: string }, + "badge_and_caption": { type: T.STACK_PANEL, children: 'caption_and_padding' | 'badge_and_padding' }, + "badge_and_caption/caption_and_padding": { type: T.STACK_PANEL, children: 'pad' | 'caption' }, + "badge_and_caption/caption_and_padding/pad": { type: T.PANEL, children: string }, + "badge_and_caption/caption_and_padding/caption": { type: T.IMAGE, children: string }, + "badge_and_caption/badge_and_padding": { type: T.STACK_PANEL, children: 'badge' | 'fill' }, + "badge_and_caption/badge_and_padding/badge": { type: T.IMAGE, children: string }, + "badge_and_caption/badge_and_padding/fill": { type: T.PANEL, children: string }, + "gathering_caption": { type: T.IMAGE, children: 'countdown_text' }, + "gathering_caption/countdown_text": { type: T.LABEL, children: string }, + "gathering_panel": { type: T.STACK_PANEL, children: 'horizontal_panel' | 'bottom_pad' }, + "gathering_panel/horizontal_panel": { type: T.STACK_PANEL, children: 'pad' | 'inner_panel' }, + "gathering_panel/horizontal_panel/pad": { type: T.PANEL, children: string }, + "gathering_panel/horizontal_panel/inner_panel": { type: T.STACK_PANEL, children: 'badge_and_caption' | 'badge_and_caption_animated' | 'gathering_button' }, + "gathering_panel/horizontal_panel/inner_panel/badge_and_caption": { type: T.STACK_PANEL, children: string }, + "gathering_panel/horizontal_panel/inner_panel/badge_and_caption_animated": { type: T.STACK_PANEL, children: string }, + "gathering_panel/horizontal_panel/inner_panel/gathering_button": { type: T.BUTTON, children: string }, + "gathering_panel/bottom_pad": { type: T.PANEL, children: string }, + "edu_feedback_button": { type: T.BUTTON, children: string }, + "release_feedback_button": { type: T.BUTTON, children: string }, + "pre_release_feedback_button": { type: T.BUTTON, children: string }, + "feedback_button": { type: T.PANEL, children: 'edu_feedback_button' | 'release_feedback_button' | 'pre_release_feedback_button' }, + "feedback_button/edu_feedback_button": { type: T.BUTTON, children: string }, + "feedback_button/release_feedback_button": { type: T.BUTTON, children: string }, + "feedback_button/pre_release_feedback_button": { type: T.BUTTON, children: string }, + "achievements_button": { type: T.BUTTON, children: string }, + "achievements_icon_button": { type: T.PANEL, children: 'achievements_button' }, + "achievements_icon_button/achievements_button": { type: T.BUTTON, children: string }, + "inbox_button": { type: T.BUTTON, children: string }, + "inbox_button_unread_panel": { type: T.PANEL, children: 'background' }, + "inbox_button_unread_panel/background": { type: T.IMAGE, children: string }, + "inbox_icon_button": { type: T.PANEL, children: 'inbox_button' | 'inbox_button_unread_panel' }, + "inbox_icon_button/inbox_button": { type: T.BUTTON, children: string }, + "inbox_icon_button/inbox_button_unread_panel": { type: T.PANEL, children: string }, + "xbl_signin_button": { type: T.BUTTON, children: string }, + "platform_signin_button": { type: T.BUTTON, children: string }, + "column_frame": { type: T.PANEL, children: string }, + "educator_resources_button": { type: T.BUTTON, children: string }, + "upper_online_buttons_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'stacked_column' | 'bottom_pad' }, + "upper_online_buttons_panel/top_pad": { type: T.PANEL, children: string }, + "upper_online_buttons_panel/stacked_column": { type: T.STACK_PANEL, children: 'xbl_btn_padding' | 'xbl_btn' | 'platform_signin_btn' | 'gamertag_pic_and_label' }, + "upper_online_buttons_panel/stacked_column/xbl_btn_padding": { type: T.PANEL, children: string }, + "upper_online_buttons_panel/stacked_column/xbl_btn": { type: T.PANEL, children: 'xbl_signin_button' }, + "upper_online_buttons_panel/stacked_column/xbl_btn/xbl_signin_button": { type: T.BUTTON, children: string }, + "upper_online_buttons_panel/stacked_column/platform_signin_btn": { type: T.PANEL, children: 'platform_signin_button' }, + "upper_online_buttons_panel/stacked_column/platform_signin_btn/platform_signin_button": { type: T.BUTTON, children: string }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label": { type: T.STACK_PANEL, children: 'gamerpic_with_border' | 'spacer' | 'label_panel' }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/gamerpic_with_border": { type: T.PANEL, children: 'gamerpic' | 'border_white' }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/gamerpic_with_border/gamerpic": { type: T.CUSTOM, children: string }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/gamerpic_with_border/border_white": { type: T.IMAGE, children: string }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/spacer": { type: T.PANEL, children: string }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/label_panel": { type: T.PANEL, children: 'gamertag_label' }, + "upper_online_buttons_panel/stacked_column/gamertag_pic_and_label/label_panel/gamertag_label": { type: T.LABEL, children: string }, + "upper_online_buttons_panel/bottom_pad": { type: T.PANEL, children: string }, + "lower_online_buttons_panel": { type: T.STACK_PANEL, children: 'stacked_column' }, + "lower_online_buttons_panel/stacked_column": { type: T.STACK_PANEL, children: 'feedback_padding' | 'feedback_btn' | 'signingin' | 'achievements_padding' | 'achievements_btn' | 'inbox_padding' | 'inbox_btn' | 'profile_btn_padding' | 'profile_btn' }, + "lower_online_buttons_panel/stacked_column/feedback_padding": { type: T.PANEL, children: string }, + "lower_online_buttons_panel/stacked_column/feedback_btn": { type: T.PANEL, children: 'feedback_button' }, + "lower_online_buttons_panel/stacked_column/feedback_btn/feedback_button": { type: T.PANEL, children: string }, + "lower_online_buttons_panel/stacked_column/signingin": { type: T.LABEL, children: string }, + "lower_online_buttons_panel/stacked_column/achievements_padding": { type: T.PANEL, children: string }, + "lower_online_buttons_panel/stacked_column/achievements_btn": { type: T.PANEL, children: 'achievements_icon_button' }, + "lower_online_buttons_panel/stacked_column/achievements_btn/achievements_icon_button": { type: T.PANEL, children: string }, + "lower_online_buttons_panel/stacked_column/inbox_padding": { type: T.PANEL, children: string }, + "lower_online_buttons_panel/stacked_column/inbox_btn": { type: T.PANEL, children: 'inbox_icon_button' }, + "lower_online_buttons_panel/stacked_column/inbox_btn/inbox_icon_button": { type: T.PANEL, children: string }, + "lower_online_buttons_panel/stacked_column/profile_btn_padding": { type: T.PANEL, children: string }, + "lower_online_buttons_panel/stacked_column/profile_btn": { type: T.PANEL, children: 'profile_button' }, + "lower_online_buttons_panel/stacked_column/profile_btn/profile_button": { type: T.BUTTON, children: string }, + "main_button": { type: T.BUTTON, children: string }, + "main_button_dark": { type: T.BUTTON, children: string }, + "main_content_button": { type: T.BUTTON, children: string }, + "main_button_gif": { type: T.CUSTOM, children: string }, + "main_button_banner": { type: T.IMAGE, children: 'banner_label' }, + "main_button_banner/banner_label": { type: T.LABEL, children: string }, + "play_button": { type: T.BUTTON, children: string }, + "play_button_art": { type: T.PANEL, children: 'default_background' | 'hover_background' | 'label' | 'default_foreground' | 'hover_foreground' }, + "play_button_art/default_background": { type: T.CUSTOM, children: string }, + "play_button_art/hover_background": { type: T.CUSTOM, children: string }, + "play_button_art/label": { type: T.LABEL, children: string }, + "play_button_art/default_foreground": { type: T.CUSTOM, children: string }, + "play_button_art/hover_foreground": { type: T.CUSTOM, children: string }, + "play_button_stack": { type: T.PANEL, children: 'play_button' | 'play_button_art' | 'play_button_banner' }, + "play_button_stack/play_button": { type: T.BUTTON, children: string }, + "play_button_stack/play_button_art": { type: T.PANEL, children: string }, + "play_button_stack/play_button_banner": { type: T.IMAGE, children: string }, + "get_started_button": { type: T.BUTTON, children: string }, + "main_menu_button": { type: T.BUTTON, children: string }, + "featured_world_button": { type: T.BUTTON, children: string }, + "unlock_full_game_button": { type: T.BUTTON, children: string }, + "launch_editions_button": { type: T.BUTTON, children: string }, + "ai_lesson_crafter_button": { type: T.BUTTON, children: string }, + "settings_button": { type: T.BUTTON, children: string }, + "realms_button": { type: T.BUTTON, children: string }, + "servers_button": { type: T.BUTTON, children: string }, + "store_button": { type: T.BUTTON, children: string }, + "error_store_button": { type: T.BUTTON, children: string }, + "store_button_sale_banner": { type: T.IMAGE, children: 'banner_label_padding' }, + "store_button_sale_banner/banner_label_padding": { type: T.PANEL, children: 'banner_label' }, + "store_button_sale_banner/banner_label_padding/banner_label": { type: T.LABEL, children: string }, + "store_button_content": { type: T.PANEL, children: 'button_label' | 'sales_banner' }, + "store_button_content/button_label": { type: T.LABEL, children: string }, + "store_button_content/sales_banner": { type: T.IMAGE, children: string }, + "store_error_image": { type: T.IMAGE, children: string }, + "store_error_content": { type: T.IMAGE, children: 'marketplace_button_label' }, + "store_error_content/marketplace_button_label": { type: T.LABEL, children: string }, + "store_sale_label": { type: T.LABEL, children: string }, + "store_button_art": { type: T.PANEL, children: 'default_background' | 'hover_background' | 'label' | 'default_foreground' | 'hover_foreground' }, + "store_button_art/default_background": { type: T.CUSTOM, children: string }, + "store_button_art/hover_background": { type: T.CUSTOM, children: string }, + "store_button_art/label": { type: T.LABEL, children: string }, + "store_button_art/default_foreground": { type: T.CUSTOM, children: string }, + "store_button_art/hover_foreground": { type: T.CUSTOM, children: string }, + "store_button_stack": { type: T.PANEL, children: 'store_button' | 'store_button_art' | 'store_button_banner' | 'update_icon' | 'new_offers_icon' }, + "store_button_stack/store_button": { type: T.BUTTON, children: string }, + "store_button_stack/store_button_art": { type: T.PANEL, children: string }, + "store_button_stack/store_button_banner": { type: T.IMAGE, children: string }, + "store_button_stack/update_icon": { type: T.IMAGE, children: string }, + "store_button_stack/new_offers_icon": { type: T.IMAGE, children: string }, + "buy_game_button": { type: T.BUTTON, children: string }, + "stacked_row": { type: T.PANEL, children: string }, + "main_buttons_stack_panel": { type: T.STACK_PANEL, children: 'title_offset_padding' | 'title_panel_content' | 'padding_fill_1' | 'main_buttons_panel' | 'main_buttons_panel_new_player_flow' | 'padding_fill_2' | 'padding_3' }, + "main_buttons_stack_panel/title_offset_padding": { type: T.PANEL, children: string }, + "main_buttons_stack_panel/title_panel_content": { type: T.PANEL, children: string }, + "main_buttons_stack_panel/padding_fill_1": { type: T.PANEL, children: string }, + "main_buttons_stack_panel/main_buttons_panel": { type: T.PANEL, children: 'main_buttons_panel' }, + "main_buttons_stack_panel/main_buttons_panel/main_buttons_panel": { type: T.PANEL, children: string }, + "main_buttons_stack_panel/main_buttons_panel_new_player_flow": { type: T.PANEL, children: 'main_buttons_panel_new_player_flow' }, + "main_buttons_stack_panel/main_buttons_panel_new_player_flow/main_buttons_panel_new_player_flow": { type: T.PANEL, children: string }, + "main_buttons_stack_panel/padding_fill_2": { type: T.PANEL, children: 'gamepad_helpers' }, + "main_buttons_stack_panel/padding_fill_2/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "main_buttons_stack_panel/padding_3": { type: T.PANEL, children: string }, + "main_buttons_panel_new_player_flow": { type: T.PANEL, children: 'stacked_rows' }, + "main_buttons_panel_new_player_flow/stacked_rows": { type: T.STACK_PANEL, children: 'test_label_row' | 'spacer' | 'get_started_row' | 'main_menu_row' }, + "main_buttons_panel_new_player_flow/stacked_rows/test_label_row": { type: T.PANEL, children: 'trial_info' }, + "main_buttons_panel_new_player_flow/stacked_rows/test_label_row/trial_info": { type: T.PANEL, children: string }, + "main_buttons_panel_new_player_flow/stacked_rows/spacer": { type: T.PANEL, children: string }, + "main_buttons_panel_new_player_flow/stacked_rows/get_started_row": { type: T.PANEL, children: 'get_started_button' }, + "main_buttons_panel_new_player_flow/stacked_rows/get_started_row/get_started_button": { type: T.BUTTON, children: string }, + "main_buttons_panel_new_player_flow/stacked_rows/main_menu_row": { type: T.PANEL, children: 'main_menu_button' }, + "main_buttons_panel_new_player_flow/stacked_rows/main_menu_row/main_menu_button": { type: T.BUTTON, children: string }, + "main_buttons_panel": { type: T.PANEL, children: 'stacked_rows' }, + "main_buttons_panel/stacked_rows": { type: T.STACK_PANEL, children: 'play' | 'featured_world' | 'stacked_row_2' | 'ai_lesson_crafter_row' | 'edu_featured_button' | 'settings_and_editions_panel' | 'settings' | 'realms' | 'unlock_full_game_row' | 'store' | 'buy_game' | 'launch_editions' }, + "main_buttons_panel/stacked_rows/play": { type: T.PANEL, children: string }, + "main_buttons_panel/stacked_rows/featured_world": { type: T.PANEL, children: 'featured_world_button' }, + "main_buttons_panel/stacked_rows/featured_world/featured_world_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/stacked_row_2": { type: T.PANEL, children: 'stacked_columns' }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns": { type: T.STACK_PANEL, children: 'stacked_col_0' | 'stacked_col_1' }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_0": { type: T.PANEL, children: 'settings_button' }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_0/settings_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_1": { type: T.PANEL, children: 'store_button' | 'update_icon' | 'new_offers_icon' }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_1/store_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_1/update_icon": { type: T.IMAGE, children: string }, + "main_buttons_panel/stacked_rows/stacked_row_2/stacked_columns/stacked_col_1/new_offers_icon": { type: T.IMAGE, children: string }, + "main_buttons_panel/stacked_rows/ai_lesson_crafter_row": { type: T.PANEL, children: 'ai_lesson_crafter_button' | 'lesson_crafter_preview_overlay' }, + "main_buttons_panel/stacked_rows/ai_lesson_crafter_row/ai_lesson_crafter_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/ai_lesson_crafter_row/lesson_crafter_preview_overlay": { type: T.IMAGE, children: string }, + "main_buttons_panel/stacked_rows/edu_featured_button": { type: T.PANEL, children: 'new_and_featured_button' }, + "main_buttons_panel/stacked_rows/edu_featured_button/new_and_featured_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel": { type: T.PANEL, children: 'settings_and_editions' | 'settings_panel' }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions": { type: T.STACK_PANEL, children: 'settings_panel' | 'editions_panel' }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions/settings_panel": { type: T.PANEL, children: 'settings_button' }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions/settings_panel/settings_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions/editions_panel": { type: T.PANEL, children: 'launch_editions_button' }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_and_editions/editions_panel/launch_editions_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_panel": { type: T.PANEL, children: 'settings_button' }, + "main_buttons_panel/stacked_rows/settings_and_editions_panel/settings_panel/settings_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/settings": { type: T.PANEL, children: 'settings_button' }, + "main_buttons_panel/stacked_rows/settings/settings_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/realms": { type: T.PANEL, children: 'realms_button' }, + "main_buttons_panel/stacked_rows/realms/realms_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/unlock_full_game_row": { type: T.PANEL, children: 'unlock_full_game' }, + "main_buttons_panel/stacked_rows/unlock_full_game_row/unlock_full_game": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/store": { type: T.PANEL, children: string }, + "main_buttons_panel/stacked_rows/buy_game": { type: T.PANEL, children: 'buy_game_button' }, + "main_buttons_panel/stacked_rows/buy_game/buy_game_button": { type: T.BUTTON, children: string }, + "main_buttons_panel/stacked_rows/launch_editions": { type: T.PANEL, children: 'launch_editions_button' }, + "main_buttons_panel/stacked_rows/launch_editions/launch_editions_button": { type: T.BUTTON, children: string }, + "gamepad_helpers": { type: T.STACK_PANEL, children: 'gamepad_helper_a' | 'gamepad_helper_b_and_padding' | 'gamepad_helper_y_and_padding' | 'gamepad_helper_x_and_padding' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "gamepad_helpers/gamepad_helper_b_and_padding": { type: T.PANEL, children: 'gamepad_helper_b' }, + "gamepad_helpers/gamepad_helper_b_and_padding/gamepad_helper_b": { type: T.STACK_PANEL, children: string }, + "gamepad_helpers/gamepad_helper_y_and_padding": { type: T.PANEL, children: 'gamepad_helper_y' }, + "gamepad_helpers/gamepad_helper_y_and_padding/gamepad_helper_y": { type: T.STACK_PANEL, children: string }, + "gamepad_helpers/gamepad_helper_x_and_padding": { type: T.PANEL, children: 'gamepad_helper_x' }, + "gamepad_helpers/gamepad_helper_x_and_padding/gamepad_helper_x": { type: T.STACK_PANEL, children: string }, + "invite_notification_icon": { type: T.IMAGE, children: string }, + "invite_notification_button": { type: T.BUTTON, children: string }, + "notification_button_text": { type: T.LABEL, children: string }, + "notification_button_text_background": { type: T.IMAGE, children: string }, + "notification_button_text_panel": { type: T.PANEL, children: 'text' }, + "notification_button_text_panel/text": { type: T.LABEL, children: 'background' }, + "notification_button_text_panel/text/background": { type: T.IMAGE, children: string }, + "start_screen": { type: T.SCREEN, children: string }, + "start_screen_content": { type: T.PANEL, children: 'main_buttons_and_title_panel' | 'online_button_stack' | 'skin_panel' | 'text_panel' | 'friendsdrawer_button_panel' }, + "start_screen_content/main_buttons_and_title_panel": { type: T.STACK_PANEL, children: string }, + "start_screen_content/online_button_stack": { type: T.STACK_PANEL, children: 'gathering_panel' | 'upper_online_buttons_panel' | 'lower_online_buttons_panel' }, + "start_screen_content/online_button_stack/gathering_panel": { type: T.STACK_PANEL, children: string }, + "start_screen_content/online_button_stack/upper_online_buttons_panel": { type: T.STACK_PANEL, children: string }, + "start_screen_content/online_button_stack/lower_online_buttons_panel": { type: T.STACK_PANEL, children: string }, + "start_screen_content/skin_panel": { type: T.PANEL, children: string }, + "start_screen_content/text_panel": { type: T.PANEL, children: string }, + "start_screen_content/friendsdrawer_button_panel": { type: T.PANEL, children: string }, +} + +export type StonecutterType = { + "stonecutter_label": { type: T.LABEL, children: string }, + "arrow_icon": { type: T.IMAGE, children: string }, + "stone_cell_image": { type: T.IMAGE, children: string }, + "container_cell_image": { type: T.IMAGE, children: string }, + "toolbar_background": { type: T.IMAGE, children: string }, + "highlight_slot_panel": { type: T.PANEL, children: 'hover_text' | 'highlight' | 'white_border' }, + "highlight_slot_panel/hover_text": { type: T.CUSTOM, children: string }, + "highlight_slot_panel/highlight": { type: T.IMAGE, children: string }, + "highlight_slot_panel/white_border": { type: T.IMAGE, children: string }, + "stone_slot_button": { type: T.BUTTON, children: 'hover' }, + "stone_slot_button/hover": { type: T.UNKNOWN, children: string }, + "item_panel": { type: T.PANEL, children: 'item_renderer' }, + "item_panel/item_renderer": { type: T.CUSTOM, children: 'stack_count_label' }, + "item_panel/item_renderer/stack_count_label": { type: T.LABEL, children: string }, + "stone_button": { type: T.INPUT_PANEL, children: 'banner_pattern' | 'item_button_ref' }, + "stone_button/banner_pattern": { type: T.UNKNOWN, children: string }, + "stone_button/item_button_ref": { type: T.UNKNOWN, children: string }, + "scroll_grid": { type: T.GRID, children: string }, + "scroll_grid_panel": { type: T.INPUT_PANEL, children: 'grid' }, + "scroll_grid_panel/grid": { type: T.GRID, children: string }, + "scroll_panel": { type: T.PANEL, children: string }, + "stone_book_panel": { type: T.INPUT_PANEL, children: 'bg' | 'scroll_panel' }, + "stone_book_panel/bg": { type: T.PANEL, children: string }, + "stone_book_panel/scroll_panel": { type: T.PANEL, children: string }, + "result_slot_button": { type: T.BUTTON, children: string }, + "input_item_slot": { type: T.INPUT_PANEL, children: string }, + "result_item_slot": { type: T.INPUT_PANEL, children: string }, + "input_slots_stack_panel": { type: T.STACK_PANEL, children: 'input_item_slot' }, + "input_slots_stack_panel/input_item_slot": { type: T.INPUT_PANEL, children: string }, + "top_half_stack_panel": { type: T.STACK_PANEL, children: 'input_slots_holder' | 'padding_1' | 'arrow_holder' | 'padding_2' | 'result_item_slot_holder' }, + "top_half_stack_panel/input_slots_holder": { type: T.PANEL, children: 'input_slots_stack_panel' }, + "top_half_stack_panel/input_slots_holder/input_slots_stack_panel": { type: T.STACK_PANEL, children: string }, + "top_half_stack_panel/padding_1": { type: T.PANEL, children: string }, + "top_half_stack_panel/arrow_holder": { type: T.PANEL, children: 'arrow_icon' }, + "top_half_stack_panel/arrow_holder/arrow_icon": { type: T.IMAGE, children: string }, + "top_half_stack_panel/padding_2": { type: T.PANEL, children: string }, + "top_half_stack_panel/result_item_slot_holder": { type: T.PANEL, children: 'result_item_slot' }, + "top_half_stack_panel/result_item_slot_holder/result_item_slot": { type: T.INPUT_PANEL, children: string }, + "top_half_panel": { type: T.PANEL, children: 'top_half_stack_panel' }, + "top_half_panel/top_half_stack_panel": { type: T.STACK_PANEL, children: string }, + "right_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'stonecutter_screen_inventory' }, + "right_panel/common_panel": { type: T.PANEL, children: string }, + "right_panel/stonecutter_screen_inventory": { type: T.PANEL, children: 'stonecutter_label' | 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' }, + "right_panel/stonecutter_screen_inventory/stonecutter_label": { type: T.LABEL, children: string }, + "right_panel/stonecutter_screen_inventory/top_half_panel": { type: T.PANEL, children: string }, + "right_panel/stonecutter_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "right_panel/stonecutter_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "toolbar_panel": { type: T.INPUT_PANEL, children: 'toolbar_background' }, + "toolbar_panel/toolbar_background": { type: T.IMAGE, children: 'toolbar_stack_panel' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'close_button_panel' | 'padding_2' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { type: T.PANEL, children: 'close_button' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { type: T.BUTTON, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { type: T.PANEL, children: string }, + "toolbar_anchor": { type: T.PANEL, children: 'toolbar_panel' }, + "toolbar_anchor/toolbar_panel": { type: T.INPUT_PANEL, children: string }, + "center_fold": { type: T.INPUT_PANEL, children: 'center_bg' }, + "center_fold/center_bg": { type: T.IMAGE, children: string }, + "screen_stack_panel": { type: T.STACK_PANEL, children: 'stone_book_panel' | 'center_fold' | 'right_panel' | 'toolbar_anchor' }, + "screen_stack_panel/stone_book_panel": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/center_fold": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/right_panel": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/toolbar_anchor": { type: T.PANEL, children: string }, + "stonecutter_panel": { type: T.PANEL, children: 'screen_stack_panel' | 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'inventory_selected_icon_button' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "stonecutter_panel/screen_stack_panel": { type: T.STACK_PANEL, children: string }, + "stonecutter_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "stonecutter_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "stonecutter_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "stonecutter_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "stonecutter_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "stonecutter_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "stonecutter_screen": { type: T.SCREEN, children: string }, +} + +export type StonecutterPocketType = { + "vertical_arrow_icon": { type: T.IMAGE, children: string }, + "chest_item_renderer": { type: T.CUSTOM, children: string }, + "stonecutter_item_renderer": { type: T.CUSTOM, children: string }, + "input_item_slot": { type: T.INPUT_PANEL, children: string }, + "result_item_slot": { type: T.INPUT_PANEL, children: string }, + "right_panel": { type: T.STACK_PANEL, children: 'content' | 'navigation_tabs_holder' }, + "right_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'stonecutter_content_stack_panel' }, + "right_panel/content/bg": { type: T.PANEL, children: string }, + "right_panel/content/stonecutter_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "right_panel/navigation_tabs_holder": { type: T.PANEL, children: 'right_navigation_tabs' }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "right_tab_stonecutter": { type: T.PANEL, children: string }, + "right_navigation_tabs": { type: T.STACK_PANEL, children: 'close' | 'fill' | 'right_tab_stonecutter' }, + "right_navigation_tabs/close": { type: T.IMAGE, children: 'nodrop_zone' | 'close_button' }, + "right_navigation_tabs/close/nodrop_zone": { type: T.INPUT_PANEL, children: string }, + "right_navigation_tabs/close/close_button": { type: T.BUTTON, children: string }, + "right_navigation_tabs/fill": { type: T.PANEL, children: string }, + "right_navigation_tabs/right_tab_stonecutter": { type: T.PANEL, children: string }, + "input_slots_stack_panel": { type: T.STACK_PANEL, children: 'input_item_slot' }, + "input_slots_stack_panel/input_item_slot": { type: T.INPUT_PANEL, children: string }, + "stonecutter_content_stack_panel": { type: T.STACK_PANEL, children: 'label_holder' | 'padding_1' | 'panel' }, + "stonecutter_content_stack_panel/label_holder": { type: T.PANEL, children: 'stonecutter_label' }, + "stonecutter_content_stack_panel/label_holder/stonecutter_label": { type: T.LABEL, children: string }, + "stonecutter_content_stack_panel/padding_1": { type: T.PANEL, children: string }, + "stonecutter_content_stack_panel/panel": { type: T.PANEL, children: 'stack_panel' }, + "stonecutter_content_stack_panel/panel/stack_panel": { type: T.STACK_PANEL, children: 'input_slots_holder' | 'padding_3' | 'arrow_holder' | 'padding_4' | 'result_item_slot_holder' | 'padding_5' }, + "stonecutter_content_stack_panel/panel/stack_panel/input_slots_holder": { type: T.PANEL, children: 'input_slots_stack_panel' }, + "stonecutter_content_stack_panel/panel/stack_panel/input_slots_holder/input_slots_stack_panel": { type: T.STACK_PANEL, children: string }, + "stonecutter_content_stack_panel/panel/stack_panel/padding_3": { type: T.PANEL, children: string }, + "stonecutter_content_stack_panel/panel/stack_panel/arrow_holder": { type: T.PANEL, children: 'vertical_arrow_icon' }, + "stonecutter_content_stack_panel/panel/stack_panel/arrow_holder/vertical_arrow_icon": { type: T.IMAGE, children: string }, + "stonecutter_content_stack_panel/panel/stack_panel/padding_4": { type: T.PANEL, children: string }, + "stonecutter_content_stack_panel/panel/stack_panel/result_item_slot_holder": { type: T.PANEL, children: 'result_item_slot' }, + "stonecutter_content_stack_panel/panel/stack_panel/result_item_slot_holder/result_item_slot": { type: T.INPUT_PANEL, children: string }, + "stonecutter_content_stack_panel/panel/stack_panel/padding_5": { type: T.PANEL, children: string }, + "inventory_panel": { type: T.STACK_PANEL, children: 'inventory_title_label_centerer' | 'inventory_scroll_panel' }, + "inventory_panel/inventory_title_label_centerer": { type: T.PANEL, children: 'inventory_title_label' }, + "inventory_panel/inventory_title_label_centerer/inventory_title_label": { type: T.LABEL, children: string }, + "inventory_panel/inventory_scroll_panel": { type: T.PANEL, children: string }, + "inventory_scroll_panel": { type: T.PANEL, children: string }, + "pattern_button": { type: T.INPUT_PANEL, children: string }, + "pattern_scroll_panel": { type: T.PANEL, children: string }, + "left_panel": { type: T.STACK_PANEL, children: 'gamepad_helpers_and_tabs_holder' | 'content' }, + "left_panel/gamepad_helpers_and_tabs_holder": { type: T.PANEL, children: 'tabs_left_gamepad_helpers' | 'navigation_tabs_holder' }, + "left_panel/gamepad_helpers_and_tabs_holder/tabs_left_gamepad_helpers": { type: T.PANEL, children: string }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { type: T.PANEL, children: 'left_navigation_tabs' }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "left_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'inventory_panel' | 'pattern_scroll_panel' }, + "left_panel/content/bg": { type: T.PANEL, children: string }, + "left_panel/content/inventory_panel": { type: T.STACK_PANEL, children: string }, + "left_panel/content/pattern_scroll_panel": { type: T.PANEL, children: string }, + "left_tab_stones": { type: T.PANEL, children: string }, + "left_tab_inventory": { type: T.PANEL, children: string }, + "left_navigation_tabs": { type: T.STACK_PANEL, children: 'left_tab_stones' | 'padding' | 'left_tab_inventory' }, + "left_navigation_tabs/left_tab_stones": { type: T.PANEL, children: string }, + "left_navigation_tabs/padding": { type: T.PANEL, children: string }, + "left_navigation_tabs/left_tab_inventory": { type: T.PANEL, children: string }, + "pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "stonecutter_panel": { type: T.PANEL, children: 'pocket_hotbar_and_content_panels' | 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'inventory_selected_icon_button' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "stonecutter_panel/pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "stonecutter_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "stonecutter_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "stonecutter_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "stonecutter_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "stonecutter_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "stonecutter_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type StorageManagementType = { + "lock_icon": { type: T.IMAGE, children: string }, + "storage_header_panel": { type: T.PANEL, children: 'header_panel' }, + "storage_header_panel/header_panel": { type: T.STACK_PANEL, children: 'file_storage_dropdown' | 'file_storage_dropdown_edu' | 'clear_cache_button_panel' | 'clear_download_cache_button_panel' | 'clear_screenshots_cache_button_panel' | 'delete_local_screenshots_button_panel' | 'panel' }, + "storage_header_panel/header_panel/file_storage_dropdown": { type: T.PANEL, children: string }, + "storage_header_panel/header_panel/file_storage_dropdown_edu": { type: T.PANEL, children: string }, + "storage_header_panel/header_panel/clear_cache_button_panel": { type: T.PANEL, children: 'clear_cache_button' }, + "storage_header_panel/header_panel/clear_cache_button_panel/clear_cache_button": { type: T.BUTTON, children: string }, + "storage_header_panel/header_panel/clear_download_cache_button_panel": { type: T.PANEL, children: 'clear_download_button' }, + "storage_header_panel/header_panel/clear_download_cache_button_panel/clear_download_button": { type: T.BUTTON, children: string }, + "storage_header_panel/header_panel/clear_screenshots_cache_button_panel": { type: T.PANEL, children: 'clear_screenshots_cache_button' }, + "storage_header_panel/header_panel/clear_screenshots_cache_button_panel/clear_screenshots_cache_button": { type: T.BUTTON, children: string }, + "storage_header_panel/header_panel/delete_local_screenshots_button_panel": { type: T.PANEL, children: 'delete_local_screenshots_button' }, + "storage_header_panel/header_panel/delete_local_screenshots_button_panel/delete_local_screenshots_button": { type: T.BUTTON, children: string }, + "storage_header_panel/header_panel/panel": { type: T.PANEL, children: 'multiselect_button' }, + "storage_header_panel/header_panel/panel/multiselect_button": { type: T.PANEL, children: string }, + "x_button_image": { type: T.IMAGE, children: string }, + "storage_main_panel": { type: T.PANEL, children: 'scroll_content' }, + "storage_main_panel/scroll_content": { type: T.STACK_PANEL, children: string }, + "storage_footer_panel": { type: T.PANEL, children: 'visibleContent' }, + "storage_footer_panel/visibleContent": { type: T.STACK_PANEL, children: 'delete_button' | 'share_button' }, + "storage_footer_panel/visibleContent/delete_button": { type: T.BUTTON, children: string }, + "storage_footer_panel/visibleContent/share_button": { type: T.BUTTON, children: string }, + "delete_checkbox": { type: T.PANEL, children: 'selected_checkbox_image' }, + "delete_checkbox/selected_checkbox_image": { type: T.IMAGE, children: string }, + "generic_button": { type: T.IMAGE, children: 'picture' | 'text' }, + "generic_button/picture": { type: T.IMAGE, children: string }, + "generic_button/text": { type: T.LABEL, children: string }, + "common_scroll_pane": { type: T.PANEL, children: string }, + "common_label": { type: T.LABEL, children: string }, + "main_content_panel": { type: T.STACK_PANEL, children: 'panel' }, + "main_content_panel/panel": { type: T.STACK_PANEL, children: 'spacing' | 'delete_checkbox' | 'image_panel' | 'text_panel_offset' }, + "main_content_panel/panel/spacing": { type: T.PANEL, children: string }, + "main_content_panel/panel/delete_checkbox": { type: T.PANEL, children: string }, + "main_content_panel/panel/image_panel": { type: T.PANEL, children: 'image_border' }, + "main_content_panel/panel/image_panel/image_border": { type: T.IMAGE, children: 'image' }, + "main_content_panel/panel/image_panel/image_border/image": { type: T.IMAGE, children: string }, + "main_content_panel/panel/text_panel_offset": { type: T.PANEL, children: 'text_panel' }, + "main_content_panel/panel/text_panel_offset/text_panel": { type: T.PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "main_content_panel/panel/text_panel_offset/text_panel/0": { type: T.UNKNOWN, children: string }, + "common_main_button": { type: T.PANEL, children: 'background' | 'border' | 'main_content_panel' }, + "common_main_button/background": { type: T.IMAGE, children: string }, + "common_main_button/border": { type: T.IMAGE, children: string }, + "common_main_button/main_content_panel": { type: T.STACK_PANEL, children: string }, + "base_glyph": { type: T.STACK_PANEL, children: 'image' | 'padding' }, + "base_glyph/image": { type: T.IMAGE, children: string }, + "base_glyph/padding": { type: T.PANEL, children: string }, + "main_item_text": { type: T.STACK_PANEL, children: string }, + "grey_button": { type: T.PANEL, children: string }, + "icon_item_text": { type: T.PANEL, children: string }, + "world_item_text": { type: T.PANEL, children: string }, + "storage_main_item_toggle": { type: T.STACK_PANEL, children: 'main_item_toggle' | 'contentPanel' | 'padding' }, + "storage_main_item_toggle/main_item_toggle": { type: T.PANEL, children: string }, + "storage_main_item_toggle/contentPanel": { type: T.STACK_PANEL, children: string }, + "storage_main_item_toggle/padding": { type: T.PANEL, children: string }, + "storage_scroll_pane": { type: T.STACK_PANEL, children: 'category_stack_panel' | 'multiselect_padding' }, + "storage_scroll_pane/category_stack_panel": { type: T.STACK_PANEL, children: 'stack_panel' | 'legacy_world_stack_panel' | 'retailtopreview_world_stack_panel' }, + "storage_scroll_pane/category_stack_panel/stack_panel": { type: T.STACK_PANEL, children: string }, + "storage_scroll_pane/category_stack_panel/legacy_world_stack_panel": { type: T.STACK_PANEL, children: 'legacy_world_controls' }, + "storage_scroll_pane/category_stack_panel/legacy_world_stack_panel/legacy_world_controls": { type: T.STACK_PANEL, children: string }, + "storage_scroll_pane/category_stack_panel/retailtopreview_world_stack_panel": { type: T.STACK_PANEL, children: 'retailtopreview_world_controls' }, + "storage_scroll_pane/category_stack_panel/retailtopreview_world_stack_panel/retailtopreview_world_controls": { type: T.STACK_PANEL, children: string }, + "storage_scroll_pane/multiselect_padding": { type: T.PANEL, children: string }, + "world_controls": { type: T.STACK_PANEL, children: string }, + "world_template_controls": { type: T.STACK_PANEL, children: string }, + "resource_controls": { type: T.STACK_PANEL, children: string }, + "behavior_controls": { type: T.STACK_PANEL, children: string }, + "skin_controls": { type: T.STACK_PANEL, children: string }, + "cached_controls": { type: T.STACK_PANEL, children: string }, + "resource_sub_item": { type: T.STACK_PANEL, children: 'dummy_panel' | 'main_panel' }, + "resource_sub_item/dummy_panel": { type: T.PANEL, children: string }, + "resource_sub_item/main_panel": { type: T.PANEL, children: 'content' }, + "resource_sub_item/main_panel/content": { type: T.UNKNOWN, children: string }, + "resource_toggle": { type: T.STACK_PANEL, children: 'content_toggle' | 'item_button_panel' }, + "resource_toggle/content_toggle": { type: T.TOGGLE, children: 'default' | 'hover' | 'unchecked' | 'unchecked_hover' }, + "resource_toggle/content_toggle/default": { type: T.UNKNOWN, children: string }, + "resource_toggle/content_toggle/hover": { type: T.UNKNOWN, children: string }, + "resource_toggle/content_toggle/unchecked": { type: T.UNKNOWN, children: string }, + "resource_toggle/content_toggle/unchecked_hover": { type: T.UNKNOWN, children: string }, + "resource_toggle/item_button_panel": { type: T.INPUT_PANEL, children: 'y_sizing_panel' }, + "resource_toggle/item_button_panel/y_sizing_panel": { type: T.PANEL, children: 'border' }, + "resource_toggle/item_button_panel/y_sizing_panel/border": { type: T.IMAGE, children: 'button_panel' }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel": { type: T.STACK_PANEL, children: 'blank' | 'padding_0' | 'generate_texture_list_panel' | 'padding_1' | 'delete_button' | 'padding_2' | 'share_panel' | 'padding_3' | 'blank_3' | 'padding_4' | 'dependency_panel' }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/blank": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_0": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/generate_texture_list_panel": { type: T.PANEL, children: 'blank' | 'generate_texture_list_button' }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/generate_texture_list_panel/blank": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/generate_texture_list_panel/generate_texture_list_button": { type: T.BUTTON, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_1": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/delete_button": { type: T.BUTTON, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_2": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/share_panel": { type: T.PANEL, children: 'blank' | 'share_button' }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/share_panel/blank": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/share_panel/share_button": { type: T.BUTTON, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_3": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/blank_3": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/padding_4": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/dependency_panel": { type: T.PANEL, children: 'blank' | 'dependency_button' }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/dependency_panel/blank": { type: T.PANEL, children: string }, + "resource_toggle/item_button_panel/y_sizing_panel/border/button_panel/dependency_panel/dependency_button": { type: T.BUTTON, children: string }, + "sub_item_tray_button": { type: T.BUTTON, children: string }, + "glyph_sub_icon": { type: T.IMAGE, children: string }, + "sub_item_blank_button": { type: T.PANEL, children: string }, + "texture_icon_text": { type: T.PANEL, children: string }, + "texture_icon_sub_item": { type: T.PANEL, children: string }, + "version_sub_item": { type: T.PANEL, children: string }, + "pack_description_sub_item": { type: T.PANEL, children: string }, + "world_sub_text": { type: T.PANEL, children: string }, + "world_template_sub_text": { type: T.PANEL, children: string }, + "basic_sub_item": { type: T.PANEL, children: string }, + "dropdown_button": { type: T.BUTTON, children: string }, + "dropdown_button_content": { type: T.STACK_PANEL, children: 'image_panel' | 'text_panel' }, + "dropdown_button_content/image_panel": { type: T.PANEL, children: 'icon' }, + "dropdown_button_content/image_panel/icon": { type: T.IMAGE, children: string }, + "dropdown_button_content/text_panel": { type: T.PANEL, children: 'main_label' }, + "dropdown_button_content/text_panel/main_label": { type: T.LABEL, children: string }, + "filter_options": { type: T.INPUT_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "filter_options/0": { type: T.UNKNOWN, children: string }, + "light_assets": { type: T.PANEL, children: string }, + "button_add": { type: T.IMAGE, children: string }, + "sort_panel": { type: T.PANEL, children: 'default' }, + "sort_panel/default": { type: T.PANEL, children: string }, + "sort_toggle": { type: T.TOGGLE, children: string }, + "storage_scroll_panel": { type: T.PANEL, children: string }, + "storage_main_item_legacy_world_toggle": { type: T.STACK_PANEL, children: 'main_item_toggle' | 'contentPanel' | 'padding' }, + "storage_main_item_legacy_world_toggle/main_item_toggle": { type: T.PANEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel": { type: T.STACK_PANEL, children: 'sync_legacy_world_button_panel' | 'dummy_panel' | 'sync_legacy_world_description_panel' | 'itemsPanel' | 'sync_legacy_world_conversion_description_panel_dummy_panel' | 'sync_legacy_world_conversion_description_panel' | 'loading_legacy_worlds_panel' }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_button_panel": { type: T.STACK_PANEL, children: 'dummy_panel' | 'sync_legacy_world_button' }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_button_panel/dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_button_panel/sync_legacy_world_button": { type: T.BUTTON, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_description_panel": { type: T.STACK_PANEL, children: 'dummy_panel' | 'sync_legacy_world_description' }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_description_panel/dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_description_panel/sync_legacy_world_description": { type: T.LABEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/itemsPanel": { type: T.STACK_PANEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_conversion_description_panel_dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_conversion_description_panel": { type: T.STACK_PANEL, children: 'dummy_panel' | 'sync_legacy_world_conversion_description' }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_conversion_description_panel/dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/sync_legacy_world_conversion_description_panel/sync_legacy_world_conversion_description": { type: T.LABEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/loading_legacy_worlds_panel": { type: T.IMAGE, children: 'loading_legacy_worlds_label' | 'padding' | 'progress_loading_bars' }, + "storage_main_item_legacy_world_toggle/contentPanel/loading_legacy_worlds_panel/loading_legacy_worlds_label": { type: T.LABEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/loading_legacy_worlds_panel/padding": { type: T.PANEL, children: string }, + "storage_main_item_legacy_world_toggle/contentPanel/loading_legacy_worlds_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "storage_main_item_legacy_world_toggle/padding": { type: T.PANEL, children: string }, + "legacy_world_main_item_text": { type: T.STACK_PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle": { type: T.STACK_PANEL, children: 'main_item_toggle' | 'contentPanel' | 'padding' }, + "storage_main_item_retailtopreview_world_toggle/main_item_toggle": { type: T.PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel": { type: T.STACK_PANEL, children: 'sync_retailtopreview_world_button_panel' | 'dummy_panel' | 'sync_retailtopreview_world_description_panel' | 'itemsPanel' | 'sync_retailtopreview_world_conversion_description_panel_dummy_panel' | 'sync_retailtopreview_world_conversion_description_panel' | 'loading_retailtopreview_worlds_panel' }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_button_panel": { type: T.STACK_PANEL, children: 'dummy_panel' | 'sync_retailtopreview_world_button' }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_button_panel/dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_button_panel/sync_retailtopreview_world_button": { type: T.BUTTON, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_description_panel": { type: T.STACK_PANEL, children: 'dummy_panel' | 'sync_retailtopreview_world_description' }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_description_panel/dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_description_panel/sync_retailtopreview_world_description": { type: T.LABEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/itemsPanel": { type: T.STACK_PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_conversion_description_panel_dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_conversion_description_panel": { type: T.STACK_PANEL, children: 'dummy_panel' | 'sync_retailtopreview_world_conversion_description' }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_conversion_description_panel/dummy_panel": { type: T.PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/sync_retailtopreview_world_conversion_description_panel/sync_retailtopreview_world_conversion_description": { type: T.LABEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/loading_retailtopreview_worlds_panel": { type: T.IMAGE, children: 'loading_retailtopreview_worlds_label' | 'padding' | 'progress_loading_bars' }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/loading_retailtopreview_worlds_panel/loading_retailtopreview_worlds_label": { type: T.LABEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/loading_retailtopreview_worlds_panel/padding": { type: T.PANEL, children: string }, + "storage_main_item_retailtopreview_world_toggle/contentPanel/loading_retailtopreview_worlds_panel/progress_loading_bars": { type: T.IMAGE, children: string }, + "storage_main_item_retailtopreview_world_toggle/padding": { type: T.PANEL, children: string }, + "retailtopreview_world_main_item_text": { type: T.STACK_PANEL, children: string }, +} + +export type StorageManagementPopupType = { + "storage_dependency_modal": { type: T.INPUT_PANEL, children: 'base' }, + "storage_dependency_modal/base": { type: T.UNKNOWN, children: 'background_with_buttons' | 'title' | 'dependencies' | 'two_buttons' }, + "storage_dependency_modal/base/background_with_buttons": { type: T.PANEL, children: string }, + "storage_dependency_modal/base/title": { type: T.LABEL, children: string }, + "storage_dependency_modal/base/dependencies": { type: T.PANEL, children: string }, + "storage_dependency_modal/base/two_buttons": { type: T.PANEL, children: 'disabled_left' | 'left' | 'right' }, + "storage_dependency_modal/base/two_buttons/disabled_left": { type: T.UNKNOWN, children: string }, + "storage_dependency_modal/base/two_buttons/left": { type: T.UNKNOWN, children: string }, + "storage_dependency_modal/base/two_buttons/right": { type: T.UNKNOWN, children: string }, + "storage_dependency_panel": { type: T.PANEL, children: 'scroll' }, + "storage_dependency_panel/scroll": { type: T.PANEL, children: string }, + "storage_dependency_scroll_panel": { type: T.PANEL, children: string }, + "dependency_item_content": { type: T.PANEL, children: 'content' }, + "dependency_item_content/content": { type: T.UNKNOWN, children: string }, + "dependency_scroll_pane": { type: T.STACK_PANEL, children: 'main_label' | 'contentPanel' }, + "dependency_scroll_pane/main_label": { type: T.LABEL, children: string }, + "dependency_scroll_pane/contentPanel": { type: T.STACK_PANEL, children: string }, + "dependency_item": { type: T.PANEL, children: string }, + "dependency_item_small": { type: T.PANEL, children: string }, + "dependency_resource_item": { type: T.PANEL, children: string }, + "dependency_resource_item_small": { type: T.PANEL, children: string }, + "dependency_sub_item": { type: T.STACK_PANEL, children: 'border' | 'padding' }, + "dependency_sub_item/border": { type: T.IMAGE, children: 'stack' }, + "dependency_sub_item/border/stack": { type: T.STACK_PANEL, children: 'padding_0' | 'wrapper' | 'panel_0' | 'contentPanel' | 'panel_1' | 'padding_1' }, + "dependency_sub_item/border/stack/padding_0": { type: T.PANEL, children: string }, + "dependency_sub_item/border/stack/wrapper": { type: T.PANEL, children: 'dependency_item' }, + "dependency_sub_item/border/stack/wrapper/dependency_item": { type: T.PANEL, children: string }, + "dependency_sub_item/border/stack/panel_0": { type: T.PANEL, children: 'main_label' }, + "dependency_sub_item/border/stack/panel_0/main_label": { type: T.LABEL, children: string }, + "dependency_sub_item/border/stack/contentPanel": { type: T.STACK_PANEL, children: string }, + "dependency_sub_item/border/stack/panel_1": { type: T.PANEL, children: 'remove_pack_button' }, + "dependency_sub_item/border/stack/panel_1/remove_pack_button": { type: T.BUTTON, children: string }, + "dependency_sub_item/border/stack/padding_1": { type: T.PANEL, children: string }, + "dependency_sub_item/padding": { type: T.PANEL, children: string }, + "sharing_popup_content": { type: T.PANEL, children: string }, +} + +export type CommonStoreType = { + "store_base_screen": { type: T.SCREEN, children: string }, + "label": { type: T.LABEL, children: string }, + "offer_image_panel": { type: T.IMAGE, children: string }, + "banner_fill": { type: T.IMAGE, children: string }, + "store_description_background": { type: T.IMAGE, children: string }, + "store_description_background_dark": { type: T.IMAGE, children: string }, + "text_style_label": { type: T.PANEL, children: 'text_label' }, + "text_style_label/text_label": { type: T.LABEL, children: string }, + "sdl_texture": { type: T.IMAGE, children: string }, + "store_offer_grid_button": { type: T.BUTTON, children: 'hover' | 'pressed' | 'icon_overlay_panel' }, + "store_offer_grid_button/hover": { type: T.PANEL, children: 'key_art_size_panel' }, + "store_offer_grid_button/hover/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' }, + "store_offer_grid_button/hover/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: string }, + "store_offer_grid_button/pressed": { type: T.PANEL, children: 'key_art_size_panel' }, + "store_offer_grid_button/pressed/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' }, + "store_offer_grid_button/pressed/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: string }, + "store_offer_grid_button/icon_overlay_panel": { type: T.PANEL, children: string }, + "ribbon_bar_text_background": { type: T.IMAGE, children: string }, + "ribbon_bar_red_hover_text_background": { type: T.IMAGE, children: string }, + "store_background": { type: T.IMAGE, children: string }, + "coin_icon": { type: T.IMAGE, children: string }, + "tag": { type: T.IMAGE, children: 'new_offer_label' }, + "tag/new_offer_label": { type: T.LABEL, children: string }, + "marketplace_error_icon": { type: T.IMAGE, children: string }, + "new_offer_icon": { type: T.IMAGE, children: string }, + "status_new_offer_icon": { type: T.IMAGE, children: string }, + "update_balloon_icon": { type: T.IMAGE, children: string }, + "badge_overlay_panel": { type: T.PANEL, children: 'top' | 'bottom' }, + "badge_overlay_panel/top": { type: T.STACK_PANEL, children: string }, + "badge_overlay_panel/bottom": { type: T.STACK_PANEL, children: string }, + "badge_overlay_stack": { type: T.STACK_PANEL, children: 'left_badge' | 'padding' | 'right_badge' }, + "badge_overlay_stack/left_badge": { type: T.STACK_PANEL, children: string }, + "badge_overlay_stack/padding": { type: T.PANEL, children: string }, + "badge_overlay_stack/right_badge": { type: T.STACK_PANEL, children: string }, + "content_card_tail_image": { type: T.IMAGE, children: string }, + "content_card_badge": { type: T.STACK_PANEL, children: 'leftTail' | 'background' | 'rightTail' }, + "content_card_badge/leftTail": { type: T.IMAGE, children: string }, + "content_card_badge/background": { type: T.IMAGE, children: 'outline' }, + "content_card_badge/background/outline": { type: T.IMAGE, children: 'badgeStackPanel' }, + "content_card_badge/background/outline/badgeStackPanel": { type: T.STACK_PANEL, children: 'paddingLeft' | 'badgeIcon' | 'paddingMiddle' | 'badgeText' | 'paddingRight' }, + "content_card_badge/background/outline/badgeStackPanel/paddingLeft": { type: T.PANEL, children: string }, + "content_card_badge/background/outline/badgeStackPanel/badgeIcon": { type: T.IMAGE, children: string }, + "content_card_badge/background/outline/badgeStackPanel/paddingMiddle": { type: T.PANEL, children: string }, + "content_card_badge/background/outline/badgeStackPanel/badgeText": { type: T.LABEL, children: string }, + "content_card_badge/background/outline/badgeStackPanel/paddingRight": { type: T.PANEL, children: string }, + "content_card_badge/rightTail": { type: T.IMAGE, children: string }, + "icon_overlay_panel": { type: T.PANEL, children: 'icon_overlay_position_factory' }, + "icon_overlay_panel/icon_overlay_position_factory": { type: T.COLLECTION_PANEL, children: string }, + "icon_overlay_position_factory": { type: T.COLLECTION_PANEL, children: string }, + "top_left_icon_factory": { type: T.STACK_PANEL, children: string }, + "top_middle_icon_factory": { type: T.STACK_PANEL, children: string }, + "top_right_icon_factory": { type: T.STACK_PANEL, children: string }, + "left_middle_icon_factory": { type: T.STACK_PANEL, children: string }, + "center_icon_factory": { type: T.STACK_PANEL, children: string }, + "right_middle_icon_factory": { type: T.STACK_PANEL, children: string }, + "bottom_left_icon_factory": { type: T.STACK_PANEL, children: string }, + "bottom_middle_icon_factory": { type: T.STACK_PANEL, children: string }, + "bottom_right_icon_factory": { type: T.STACK_PANEL, children: string }, + "icon_factory": { type: T.STACK_PANEL, children: string }, + "new_offer_icon_panel": { type: T.PANEL, children: 'new_icon' }, + "new_offer_icon_panel/new_icon": { type: T.IMAGE, children: string }, + "update_offer_icon_panel": { type: T.PANEL, children: 'update_icon' }, + "update_offer_icon_panel/update_icon": { type: T.IMAGE, children: string }, + "icon_overlay_image_panel": { type: T.PANEL, children: 'image_stack_panel' }, + "icon_overlay_image_panel/image_stack_panel": { type: T.STACK_PANEL, children: 'icon' | 'padding' }, + "icon_overlay_image_panel/image_stack_panel/icon": { type: T.IMAGE, children: string }, + "icon_overlay_image_panel/image_stack_panel/padding": { type: T.PANEL, children: string }, + "icon_overlay_sdl_padding": { type: T.PANEL, children: string }, + "status_icon_overlay": { type: T.IMAGE, children: 'icon_overlay_label_panel' }, + "status_icon_overlay/icon_overlay_label_panel": { type: T.STACK_PANEL, children: 'left_margin_padding' | 'left_padding_1' | 'left_padding_2' | 'icon_panel' | 'right_padding_1' | 'right_padding_2' | 'right_margin_padding' }, + "status_icon_overlay/icon_overlay_label_panel/left_margin_padding": { type: T.PANEL, children: string }, + "status_icon_overlay/icon_overlay_label_panel/left_padding_1": { type: T.PANEL, children: string }, + "status_icon_overlay/icon_overlay_label_panel/left_padding_2": { type: T.PANEL, children: string }, + "status_icon_overlay/icon_overlay_label_panel/icon_panel": { type: T.PANEL, children: 'icon_overlay_label' }, + "status_icon_overlay/icon_overlay_label_panel/icon_panel/icon_overlay_label": { type: T.LABEL, children: string }, + "status_icon_overlay/icon_overlay_label_panel/right_padding_1": { type: T.PANEL, children: string }, + "status_icon_overlay/icon_overlay_label_panel/right_padding_2": { type: T.PANEL, children: string }, + "status_icon_overlay/icon_overlay_label_panel/right_margin_padding": { type: T.PANEL, children: string }, + "status_icon_panel": { type: T.PANEL, children: 'new_offer_icon' | 'update_icon' }, + "status_icon_panel/new_offer_icon": { type: T.IMAGE, children: string }, + "status_icon_panel/update_icon": { type: T.IMAGE, children: string }, + "prompt_icon": { type: T.IMAGE, children: string }, + "up_arrow_icon": { type: T.IMAGE, children: string }, + "plus_icon": { type: T.IMAGE, children: string }, + "bang_icon": { type: T.IMAGE, children: string }, + "user_icon_small": { type: T.IMAGE, children: string }, + "user_icon_hover": { type: T.IMAGE, children: string }, + "gamepad_store_helper": { type: T.PANEL, children: string }, + "purchase_coins_panel": { type: T.PANEL, children: 'plus_button' }, + "purchase_coins_panel/plus_button": { type: T.BUTTON, children: string }, + "inventory_panel": { type: T.INPUT_PANEL, children: 'inventory_button' }, + "inventory_panel/inventory_button": { type: T.BUTTON, children: string }, + "progress_loading_bars": { type: T.IMAGE, children: string }, + "progress_loading_spinner": { type: T.IMAGE, children: string }, + "progress_loading": { type: T.PANEL, children: 'centerer' | 'progress_loading_outline' | 'stack_panel' | 'store_failure_code' }, + "progress_loading/centerer": { type: T.PANEL, children: 'progress_loading_spinner' }, + "progress_loading/centerer/progress_loading_spinner": { type: T.IMAGE, children: string }, + "progress_loading/progress_loading_outline": { type: T.IMAGE, children: string }, + "progress_loading/stack_panel": { type: T.STACK_PANEL, children: 'top_panel' | 'padding' | 'image' }, + "progress_loading/stack_panel/top_panel": { type: T.STACK_PANEL, children: 'error_glyph_panel' | 'padding' | 'store_failure_text' }, + "progress_loading/stack_panel/top_panel/error_glyph_panel": { type: T.PANEL, children: 'error_image' }, + "progress_loading/stack_panel/top_panel/error_glyph_panel/error_image": { type: T.IMAGE, children: string }, + "progress_loading/stack_panel/top_panel/padding": { type: T.PANEL, children: string }, + "progress_loading/stack_panel/top_panel/store_failure_text": { type: T.LABEL, children: string }, + "progress_loading/stack_panel/padding": { type: T.PANEL, children: string }, + "progress_loading/stack_panel/image": { type: T.IMAGE, children: string }, + "progress_loading/store_failure_code": { type: T.LABEL, children: string }, + "store_empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "store_full_progress_bar_icon": { type: T.IMAGE, children: string }, + "store_progress_bar_nub": { type: T.IMAGE, children: string }, + "store_progress_bar_icon": { type: T.PANEL, children: 'empty_progress_bar_icon' | 'progress_percent_panel' }, + "store_progress_bar_icon/empty_progress_bar_icon": { type: T.IMAGE, children: string }, + "store_progress_bar_icon/progress_percent_panel": { type: T.PANEL, children: 'full_progress_bar_icon' | 'progress_bar_nub' }, + "store_progress_bar_icon/progress_percent_panel/full_progress_bar_icon": { type: T.IMAGE, children: string }, + "store_progress_bar_icon/progress_percent_panel/progress_bar_nub": { type: T.IMAGE, children: string }, + "screen_contents_with_gamepad_helpers": { type: T.STACK_PANEL, children: 'dialog_panel' | 'padding' | 'gamepad_helpers_panel' }, + "screen_contents_with_gamepad_helpers/dialog_panel": { type: T.PANEL, children: 'dialog' }, + "screen_contents_with_gamepad_helpers/dialog_panel/dialog": { type: T.UNKNOWN, children: string }, + "screen_contents_with_gamepad_helpers/padding": { type: T.PANEL, children: string }, + "screen_contents_with_gamepad_helpers/gamepad_helpers_panel": { type: T.PANEL, children: 'gamepad_helpers_a_and_b' }, + "screen_contents_with_gamepad_helpers/gamepad_helpers_panel/gamepad_helpers_a_and_b": { type: T.STACK_PANEL, children: string }, + "text_strike_through": { type: T.IMAGE, children: string }, + "markdown_banner": { type: T.IMAGE, children: string }, + "markdown_triangle": { type: T.IMAGE, children: string }, + "timer_panel": { type: T.PANEL, children: 'timer' }, + "timer_panel/timer": { type: T.LABEL, children: string }, + "store_offer_type_icon": { type: T.IMAGE, children: string }, + "addon_pack_icon": { type: T.IMAGE, children: string }, + "addon_pack_small_icon": { type: T.IMAGE, children: string }, + "realms_plus_icon": { type: T.IMAGE, children: string }, + "resource_pack_icon": { type: T.IMAGE, children: string }, + "resource_pack_small_icon": { type: T.IMAGE, children: string }, + "skinpack_icon": { type: T.IMAGE, children: string }, + "skinpack_small_icon": { type: T.IMAGE, children: string }, + "world_icon": { type: T.IMAGE, children: string }, + "world_small_icon": { type: T.IMAGE, children: string }, + "mashup_icon": { type: T.IMAGE, children: string }, + "mashup_small_icon": { type: T.IMAGE, children: string }, + "persona_icon": { type: T.IMAGE, children: string }, + "persona_small_icon": { type: T.IMAGE, children: string }, + "small_padding_panel": { type: T.PANEL, children: string }, + "resource_pack_small_icon_with_buffer": { type: T.STACK_PANEL, children: 'resource_pack_small_icon' | 'small_padding_panel' }, + "resource_pack_small_icon_with_buffer/resource_pack_small_icon": { type: T.IMAGE, children: string }, + "resource_pack_small_icon_with_buffer/small_padding_panel": { type: T.PANEL, children: string }, + "addon_pack_small_icon_with_buffer": { type: T.STACK_PANEL, children: 'addon_pack_small_icon' | 'small_padding_panel' }, + "addon_pack_small_icon_with_buffer/addon_pack_small_icon": { type: T.IMAGE, children: string }, + "addon_pack_small_icon_with_buffer/small_padding_panel": { type: T.PANEL, children: string }, + "skinpack_small_icon_with_buffer": { type: T.STACK_PANEL, children: 'skinpack_small_icon' | 'small_padding_panel' }, + "skinpack_small_icon_with_buffer/skinpack_small_icon": { type: T.IMAGE, children: string }, + "skinpack_small_icon_with_buffer/small_padding_panel": { type: T.PANEL, children: string }, + "world_small_icon_with_buffer": { type: T.STACK_PANEL, children: 'world_small_icon' | 'small_padding_panel' }, + "world_small_icon_with_buffer/world_small_icon": { type: T.IMAGE, children: string }, + "world_small_icon_with_buffer/small_padding_panel": { type: T.PANEL, children: string }, + "mashup_small_icon_with_buffer": { type: T.STACK_PANEL, children: 'mashup_small_icon' | 'small_padding_panel' }, + "mashup_small_icon_with_buffer/mashup_small_icon": { type: T.IMAGE, children: string }, + "mashup_small_icon_with_buffer/small_padding_panel": { type: T.PANEL, children: string }, + "persona_small_icon_with_buffer": { type: T.STACK_PANEL, children: 'persona_small_icon' | 'small_padding_panel' }, + "persona_small_icon_with_buffer/persona_small_icon": { type: T.IMAGE, children: string }, + "persona_small_icon_with_buffer/small_padding_panel": { type: T.PANEL, children: string }, + "realms_icon": { type: T.IMAGE, children: string }, + "realms_banner_icon": { type: T.IMAGE, children: string }, + "csb_banner_icon": { type: T.IMAGE, children: string }, + "csb_expiration": { type: T.PANEL, children: 'background' | 'contents' }, + "csb_expiration/background": { type: T.IMAGE, children: string }, + "csb_expiration/contents": { type: T.STACK_PANEL, children: 'csb_icon' | 'pad_0' | 'text_panel' }, + "csb_expiration/contents/csb_icon": { type: T.IMAGE, children: string }, + "csb_expiration/contents/pad_0": { type: T.PANEL, children: string }, + "csb_expiration/contents/text_panel": { type: T.PANEL, children: 'text' }, + "csb_expiration/contents/text_panel/text": { type: T.LABEL, children: string }, + "pack_icon_stack": { type: T.PANEL, children: 'pack_icon_stack_factory' }, + "pack_icon_stack/pack_icon_stack_factory": { type: T.STACK_PANEL, children: string }, + "pack_icon_stack_factory": { type: T.STACK_PANEL, children: string }, + "markdown_background": { type: T.STACK_PANEL, children: 'banner_panel' | 'triangle_panel' }, + "markdown_background/banner_panel": { type: T.STACK_PANEL, children: 'banner' }, + "markdown_background/banner_panel/banner": { type: T.IMAGE, children: 'banner_content_stack_panel' }, + "markdown_background/banner_panel/banner/banner_content_stack_panel": { type: T.STACK_PANEL, children: 'timer_panel' | 'pack_icon_panel' | 'markdown_panel' }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/timer_panel": { type: T.PANEL, children: string }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/pack_icon_panel": { type: T.PANEL, children: 'pack_icon_stack' }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/pack_icon_panel/pack_icon_stack": { type: T.PANEL, children: string }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/markdown_panel": { type: T.PANEL, children: 'markdown_label' }, + "markdown_background/banner_panel/banner/banner_content_stack_panel/markdown_panel/markdown_label": { type: T.UNKNOWN, children: string }, + "markdown_background/triangle_panel": { type: T.PANEL, children: 'triangle' }, + "markdown_background/triangle_panel/triangle": { type: T.IMAGE, children: string }, + "store_top_bar": { type: T.IMAGE, children: string }, + "store_top_bar_filler": { type: T.IMAGE, children: string }, + "direction_button_panel": { type: T.PANEL, children: 'chevron_image' }, + "direction_button_panel/chevron_image": { type: T.IMAGE, children: string }, + "cycle_pack_button": { type: T.BUTTON, children: string }, + "cycle_pack_left_button": { type: T.BUTTON, children: string }, + "cycle_pack_right_button": { type: T.BUTTON, children: string }, + "restore_purchases": { type: T.BUTTON, children: string }, + "back_content_panel": { type: T.PANEL, children: 'back_button' }, + "back_content_panel/back_button": { type: T.STACK_PANEL, children: string }, + "unlock_with_coins_button_stack_panel": { type: T.STACK_PANEL, children: 'coin_panel' | 'padding_1' | 'unlock_text' }, + "unlock_with_coins_button_stack_panel/coin_panel": { type: T.PANEL, children: 'coin' }, + "unlock_with_coins_button_stack_panel/coin_panel/coin": { type: T.IMAGE, children: string }, + "unlock_with_coins_button_stack_panel/padding_1": { type: T.PANEL, children: string }, + "unlock_with_coins_button_stack_panel/unlock_text": { type: T.LABEL, children: string }, + "store_dialog_with_coin_header": { type: T.PANEL, children: string }, + "store_coins_title_label": { type: T.LABEL, children: string }, + "search_header_stack": { type: T.STACK_PANEL, children: 'gamepad_helper_y_alignment_hack' | 'search_header_text_box_panel' | 'store_layout_search_button' | 'padding0' }, + "search_header_stack/gamepad_helper_y_alignment_hack": { type: T.PANEL, children: 'gamepad_helper_y' }, + "search_header_stack/gamepad_helper_y_alignment_hack/gamepad_helper_y": { type: T.STACK_PANEL, children: string }, + "search_header_stack/search_header_text_box_panel": { type: T.PANEL, children: 'search_header_text_box' | 'clear_button' }, + "search_header_stack/search_header_text_box_panel/search_header_text_box": { type: T.EDIT_BOX, children: string }, + "search_header_stack/search_header_text_box_panel/clear_button": { type: T.BUTTON, children: string }, + "search_header_stack/store_layout_search_button": { type: T.BUTTON, children: string }, + "search_header_stack/padding0": { type: T.PANEL, children: string }, + "sdl_store_header_with_coins": { type: T.PANEL, children: 'sdl_store_header_with_coins_content' }, + "sdl_store_header_with_coins/sdl_store_header_with_coins_content": { type: T.PANEL, children: string }, + "top_bar_with_coins_panel": { type: T.PANEL, children: 'top_bar' }, + "top_bar_with_coins_panel/top_bar": { type: T.IMAGE, children: 'title_stack_panel' }, + "top_bar_with_coins_panel/top_bar/title_stack_panel": { type: T.STACK_PANEL, children: 'padding1' | 'back_button_content_panel' | 'padding2' | 'header_title_panel' | 'padding3' | 'padding4' | 'status_and_coins' | 'padding5' | 'search_header_stack' }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding1": { type: T.PANEL, children: string }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/back_button_content_panel": { type: T.PANEL, children: string }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding2": { type: T.PANEL, children: string }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/header_title_panel": { type: T.PANEL, children: string }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding3": { type: T.PANEL, children: string }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding4": { type: T.PANEL, children: string }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/status_and_coins": { type: T.STACK_PANEL, children: string }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/padding5": { type: T.PANEL, children: string }, + "top_bar_with_coins_panel/top_bar/title_stack_panel/search_header_stack": { type: T.STACK_PANEL, children: string }, + "sdl_store_header_with_coins_content": { type: T.PANEL, children: 'top_bar_coins' }, + "sdl_store_header_with_coins_content/top_bar_coins": { type: T.PANEL, children: string }, + "store_header_with_coins": { type: T.STACK_PANEL, children: 'top_bar_coins' | 'child_control' }, + "store_header_with_coins/top_bar_coins": { type: T.PANEL, children: string }, + "store_header_with_coins/child_control": { type: T.UNKNOWN, children: string }, + "status_with_coins": { type: T.STACK_PANEL, children: 'inventory_panel' | 'padding0' | 'coin_balance_panel' | 'padding1' }, + "status_with_coins/inventory_panel": { type: T.PANEL, children: 'inventory_button' }, + "status_with_coins/inventory_panel/inventory_button": { type: T.INPUT_PANEL, children: string }, + "status_with_coins/padding0": { type: T.PANEL, children: string }, + "status_with_coins/coin_balance_panel": { type: T.PANEL, children: 'coin_balance_panel' }, + "status_with_coins/coin_balance_panel/coin_balance_panel": { type: T.PANEL, children: string }, + "status_with_coins/padding1": { type: T.PANEL, children: string }, + "coins_with_title": { type: T.PANEL, children: 'coin_balance_panel' | 'title_panel' }, + "coins_with_title/coin_balance_panel": { type: T.PANEL, children: string }, + "coins_with_title/title_panel": { type: T.UNKNOWN, children: string }, + "wallet_button_panel": { type: T.STACK_PANEL, children: 'purchase_coin_panel_alignment_hack' | 'plus_image' | 'gamepad_helper_x_alignment_hack' }, + "wallet_button_panel/purchase_coin_panel_alignment_hack": { type: T.PANEL, children: 'purchase_coin_panel' }, + "wallet_button_panel/purchase_coin_panel_alignment_hack/purchase_coin_panel": { type: T.IMAGE, children: string }, + "wallet_button_panel/plus_image": { type: T.PANEL, children: string }, + "wallet_button_panel/gamepad_helper_x_alignment_hack": { type: T.PANEL, children: 'gamepad_helper_x' }, + "wallet_button_panel/gamepad_helper_x_alignment_hack/gamepad_helper_x": { type: T.STACK_PANEL, children: string }, + "coin_balance_panel": { type: T.IMAGE, children: 'coin_purchase_in_progress_panel' | 'horizontal_coin_stack' }, + "coin_balance_panel/coin_purchase_in_progress_panel": { type: T.PANEL, children: 'coin_purchase_in_progress' }, + "coin_balance_panel/coin_purchase_in_progress_panel/coin_purchase_in_progress": { type: T.IMAGE, children: string }, + "coin_balance_panel/horizontal_coin_stack": { type: T.STACK_PANEL, children: 'padding' | 'coin_icon' | 'small_filler' | 'coin_text_holder' }, + "coin_balance_panel/horizontal_coin_stack/padding": { type: T.PANEL, children: string }, + "coin_balance_panel/horizontal_coin_stack/coin_icon": { type: T.IMAGE, children: string }, + "coin_balance_panel/horizontal_coin_stack/small_filler": { type: T.PANEL, children: string }, + "coin_balance_panel/horizontal_coin_stack/coin_text_holder": { type: T.PANEL, children: 'coin_balance_text' }, + "coin_balance_panel/horizontal_coin_stack/coin_text_holder/coin_balance_text": { type: T.LABEL, children: string }, + "my_account_button_content": { type: T.PANEL, children: 'my_account_content' }, + "my_account_button_content/my_account_content": { type: T.STACK_PANEL, children: 'user_icon' | 'my_account_label_panel' }, + "my_account_button_content/my_account_content/user_icon": { type: T.IMAGE, children: string }, + "my_account_button_content/my_account_content/my_account_label_panel": { type: T.STACK_PANEL, children: 'padding' | 'my_account_center_label' }, + "my_account_button_content/my_account_content/my_account_label_panel/padding": { type: T.PANEL, children: string }, + "my_account_button_content/my_account_content/my_account_label_panel/my_account_center_label": { type: T.PANEL, children: 'my_account_label' }, + "my_account_button_content/my_account_content/my_account_label_panel/my_account_center_label/my_account_label": { type: T.LABEL, children: string }, + "inventory_button_panel": { type: T.STACK_PANEL, children: 'inventory_button' }, + "inventory_button_panel/inventory_button": { type: T.PANEL, children: 'status_panel' }, + "inventory_button_panel/inventory_button/status_panel": { type: T.STACK_PANEL, children: string }, + "inventory_button": { type: T.STACK_PANEL, children: 'my_content_button' | 'updates_with_bevel' | 'label_alignment_pannel' }, + "inventory_button/my_content_button": { type: T.PANEL, children: 'library_icon' | 'library_icon_bevel' }, + "inventory_button/my_content_button/library_icon": { type: T.IMAGE, children: string }, + "inventory_button/my_content_button/library_icon_bevel": { type: T.IMAGE, children: string }, + "inventory_button/updates_with_bevel": { type: T.PANEL, children: 'update_glyph' | 'updates_bevel' }, + "inventory_button/updates_with_bevel/update_glyph": { type: T.IMAGE, children: string }, + "inventory_button/updates_with_bevel/updates_bevel": { type: T.IMAGE, children: string }, + "inventory_button/label_alignment_pannel": { type: T.PANEL, children: 'label_panel' }, + "inventory_button/label_alignment_pannel/label_panel": { type: T.IMAGE, children: 'inventory_label' }, + "inventory_button/label_alignment_pannel/label_panel/inventory_label": { type: T.LABEL, children: string }, + "xbl_button_content": { type: T.STACK_PANEL, children: 'xbl_icon' | 'padding_0' | 'disconnected_label' | 'padding_1' | 'error_icon_panel' }, + "xbl_button_content/xbl_icon": { type: T.IMAGE, children: string }, + "xbl_button_content/padding_0": { type: T.PANEL, children: string }, + "xbl_button_content/disconnected_label": { type: T.LABEL, children: string }, + "xbl_button_content/padding_1": { type: T.PANEL, children: string }, + "xbl_button_content/error_icon_panel": { type: T.PANEL, children: 'error_icon' }, + "xbl_button_content/error_icon_panel/error_icon": { type: T.IMAGE, children: string }, + "disclaimer_panel": { type: T.PANEL, children: 'legal_text_label' }, + "disclaimer_panel/legal_text_label": { type: T.LABEL, children: string }, + "grey_bar_panel": { type: T.STACK_PANEL, children: 'color_panel' | 'pad' }, + "grey_bar_panel/color_panel": { type: T.PANEL, children: 'grey_bar' | 'green_bar' }, + "grey_bar_panel/color_panel/grey_bar": { type: T.IMAGE, children: string }, + "grey_bar_panel/color_panel/green_bar": { type: T.IMAGE, children: string }, + "grey_bar_panel/pad": { type: T.PANEL, children: string }, + "tab_name_panel": { type: T.STACK_PANEL, children: 'bar_panel' | 'button_panel' | 'pad_1' }, + "tab_name_panel/bar_panel": { type: T.PANEL, children: 'green_bar' }, + "tab_name_panel/bar_panel/green_bar": { type: T.IMAGE, children: string }, + "tab_name_panel/button_panel": { type: T.PANEL, children: 'tab_name_button_grey' | 'tab_name_button_white' }, + "tab_name_panel/button_panel/tab_name_button_grey": { type: T.BUTTON, children: string }, + "tab_name_panel/button_panel/tab_name_button_white": { type: T.BUTTON, children: string }, + "tab_name_panel/pad_1": { type: T.PANEL, children: string }, + "store_offer_item_title_panel": { type: T.PANEL, children: 'offer_title' }, + "store_offer_item_title_panel/offer_title": { type: T.LABEL, children: string }, + "store_offer_item_creator_panel": { type: T.STACK_PANEL, children: 'pack_icon_panel' | 'creator_label' }, + "store_offer_item_creator_panel/pack_icon_panel": { type: T.PANEL, children: 'pack_icon_stack' }, + "store_offer_item_creator_panel/pack_icon_panel/pack_icon_stack": { type: T.PANEL, children: string }, + "store_offer_item_creator_panel/creator_label": { type: T.LABEL, children: string }, + "store_offer_ratings": { type: T.PANEL, children: 'rating_text_panel' }, + "store_offer_ratings/rating_text_panel": { type: T.STACK_PANEL, children: string }, + "vertical_store_offer_price_info_panel": { type: T.PANEL, children: 'sales_banner' }, + "vertical_store_offer_price_info_panel/sales_banner": { type: T.STACK_PANEL, children: 'markdown_stack_panels' | 'store_offer_prompt_panel' | 'padding_to_right' }, + "vertical_store_offer_price_info_panel/sales_banner/markdown_stack_panels": { type: T.STACK_PANEL, children: 'markdown_panel' | 'padding_markdown_panel_right' }, + "vertical_store_offer_price_info_panel/sales_banner/markdown_stack_panels/markdown_panel": { type: T.PANEL, children: string }, + "vertical_store_offer_price_info_panel/sales_banner/markdown_stack_panels/padding_markdown_panel_right": { type: T.PANEL, children: string }, + "vertical_store_offer_price_info_panel/sales_banner/store_offer_prompt_panel": { type: T.PANEL, children: 'offer_status_text' }, + "vertical_store_offer_price_info_panel/sales_banner/store_offer_prompt_panel/offer_status_text": { type: T.LABEL, children: string }, + "vertical_store_offer_price_info_panel/sales_banner/padding_to_right": { type: T.PANEL, children: string }, + "store_offer_price_info_panel": { type: T.STACK_PANEL, children: 'sales_banner' }, + "store_offer_price_info_panel/sales_banner": { type: T.STACK_PANEL, children: 'sales_markdown_percentage_panel' | 'fill_panel_with_markdown' | 'coin_panel' | 'padding_3' | 'offer_prompt_panel' }, + "store_offer_price_info_panel/sales_banner/sales_markdown_percentage_panel": { type: T.PANEL, children: string }, + "store_offer_price_info_panel/sales_banner/fill_panel_with_markdown": { type: T.STACK_PANEL, children: 'fill_markdown_panel_left' | 'markdown_panel' | 'padding_markdown_panel_right' }, + "store_offer_price_info_panel/sales_banner/fill_panel_with_markdown/fill_markdown_panel_left": { type: T.PANEL, children: string }, + "store_offer_price_info_panel/sales_banner/fill_panel_with_markdown/markdown_panel": { type: T.PANEL, children: string }, + "store_offer_price_info_panel/sales_banner/fill_panel_with_markdown/padding_markdown_panel_right": { type: T.PANEL, children: string }, + "store_offer_price_info_panel/sales_banner/coin_panel": { type: T.PANEL, children: 'offer_coin_icon' }, + "store_offer_price_info_panel/sales_banner/coin_panel/offer_coin_icon": { type: T.IMAGE, children: string }, + "store_offer_price_info_panel/sales_banner/padding_3": { type: T.PANEL, children: string }, + "store_offer_price_info_panel/sales_banner/offer_prompt_panel": { type: T.PANEL, children: string }, + "store_offer_sales_markdown_percentage_panel": { type: T.PANEL, children: 'markdown_background' }, + "store_offer_sales_markdown_percentage_panel/markdown_background": { type: T.STACK_PANEL, children: string }, + "store_offer_prompt_panel": { type: T.PANEL, children: 'offer_status_text' }, + "store_offer_prompt_panel/offer_status_text": { type: T.LABEL, children: string }, + "featured_key_art": { type: T.PANEL, children: 'bg' | 'focus_border' }, + "featured_key_art/bg": { type: T.IMAGE, children: 'featured_key_art' | 'progress_loading' | 'new_offer_icon' }, + "featured_key_art/bg/featured_key_art": { type: T.IMAGE, children: string }, + "featured_key_art/bg/progress_loading": { type: T.PANEL, children: string }, + "featured_key_art/bg/new_offer_icon": { type: T.IMAGE, children: string }, + "featured_key_art/focus_border": { type: T.IMAGE, children: string }, + "price_panel": { type: T.STACK_PANEL, children: 'featured_icon_panel' | 'price_label_panel' | 'padding' }, + "price_panel/featured_icon_panel": { type: T.PANEL, children: 'featured_offer_coin_icon' }, + "price_panel/featured_icon_panel/featured_offer_coin_icon": { type: T.IMAGE, children: string }, + "price_panel/price_label_panel": { type: T.PANEL, children: 'price' }, + "price_panel/price_label_panel/price": { type: T.LABEL, children: string }, + "price_panel/padding": { type: T.PANEL, children: string }, + "vertical_padding_4": { type: T.PANEL, children: string }, + "vertical_padding_2": { type: T.PANEL, children: string }, + "sdl_vertical_padding_fill": { type: T.PANEL, children: string }, + "footer": { type: T.PANEL, children: 'restore_purchases' }, + "footer/restore_purchases": { type: T.BUTTON, children: string }, + "store_section_panel": { type: T.PANEL, children: 'store_section_panel_outline' | 'section_panel' }, + "store_section_panel/store_section_panel_outline": { type: T.IMAGE, children: string }, + "store_section_panel/section_panel": { type: T.STACK_PANEL, children: 'header' | 'section_panel' }, + "store_section_panel/section_panel/header": { type: T.PANEL, children: string }, + "store_section_panel/section_panel/section_panel": { type: T.PANEL, children: 'background' }, + "store_section_panel/section_panel/section_panel/background": { type: T.IMAGE, children: string }, + "store_section_factory": { type: T.STACK_PANEL, children: string }, + "store_static_section_factory": { type: T.STACK_PANEL, children: string }, + "rtx_label": { type: T.PANEL, children: 'banner' }, + "rtx_label/banner": { type: T.IMAGE, children: 'icon' }, + "rtx_label/banner/icon": { type: T.IMAGE, children: string }, + "subscription_chevron": { type: T.PANEL, children: 'subscription_chevron_panel' }, + "subscription_chevron/subscription_chevron_panel": { type: T.PANEL, children: 'csb_chevron' | 'sales_banner_background' }, + "subscription_chevron/subscription_chevron_panel/csb_chevron": { type: T.PANEL, children: string }, + "subscription_chevron/subscription_chevron_panel/sales_banner_background": { type: T.IMAGE, children: string }, + "csb_banner": { type: T.PANEL, children: 'banner' }, + "csb_banner/banner": { type: T.IMAGE, children: string }, + "pagination_content_panel": { type: T.STACK_PANEL, children: 'padding_left' | 'first_page_button' | 'pagination_middle_buttons_panel' | 'padding_right_fill' | 'go_to_top_button' }, + "pagination_content_panel/padding_left": { type: T.PANEL, children: string }, + "pagination_content_panel/first_page_button": { type: T.BUTTON, children: string }, + "pagination_content_panel/pagination_middle_buttons_panel": { type: T.STACK_PANEL, children: string }, + "pagination_content_panel/padding_right_fill": { type: T.PANEL, children: string }, + "pagination_content_panel/go_to_top_button": { type: T.BUTTON, children: string }, + "pagination_panel": { type: T.STACK_PANEL, children: 'top_padding' | 'pagination_content' | 'bottom_padding' }, + "pagination_panel/top_padding": { type: T.PANEL, children: string }, + "pagination_panel/pagination_content": { type: T.STACK_PANEL, children: string }, + "pagination_panel/bottom_padding": { type: T.PANEL, children: string }, + "store_offer_grid_panel_content": { type: T.STACK_PANEL, children: 'header_centerer_panel' | 'store_offer_grid_factory' | 'pagination_centerer' | 'divider' }, + "store_offer_grid_panel_content/header_centerer_panel": { type: T.PANEL, children: string }, + "store_offer_grid_panel_content/store_offer_grid_factory": { type: T.COLLECTION_PANEL, children: string }, + "store_offer_grid_panel_content/pagination_centerer": { type: T.PANEL, children: string }, + "store_offer_grid_panel_content/divider": { type: T.STACK_PANEL, children: string }, + "store_offer_grid_panel": { type: T.PANEL, children: string }, + "pagination_top_button_panel": { type: T.PANEL, children: 'top_button_image' }, + "pagination_top_button_panel/top_button_image": { type: T.IMAGE, children: string }, + "pagination_middle_buttons_panel": { type: T.STACK_PANEL, children: 'previous_page_button' | 'current_page_number_panel' | 'next_page_button' }, + "pagination_middle_buttons_panel/previous_page_button": { type: T.BUTTON, children: string }, + "pagination_middle_buttons_panel/current_page_number_panel": { type: T.PANEL, children: 'current_page_number' }, + "pagination_middle_buttons_panel/current_page_number_panel/current_page_number": { type: T.LABEL, children: string }, + "pagination_middle_buttons_panel/next_page_button": { type: T.BUTTON, children: string }, + "vertical_store_offer_grid_panel": { type: T.STACK_PANEL, children: 'header' | 'centering_panel' | 'padding_0' | 'divider' }, + "vertical_store_offer_grid_panel/header": { type: T.PANEL, children: string }, + "vertical_store_offer_grid_panel/centering_panel": { type: T.PANEL, children: 'vertical_store_offer_grid_content' }, + "vertical_store_offer_grid_panel/centering_panel/vertical_store_offer_grid_content": { type: T.GRID, children: string }, + "vertical_store_offer_grid_panel/padding_0": { type: T.PANEL, children: string }, + "vertical_store_offer_grid_panel/divider": { type: T.STACK_PANEL, children: string }, + "carousel_row_panel": { type: T.STACK_PANEL, children: 'top_panel' | 'top_padding' | 'middle_panel' | 'bottom_panel' | 'bottom_padding' | 'divider_panel' }, + "carousel_row_panel/top_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'tab_names_factory_panel' }, + "carousel_row_panel/top_panel/pad_0": { type: T.PANEL, children: string }, + "carousel_row_panel/top_panel/tab_names_factory_panel": { type: T.STACK_PANEL, children: string }, + "carousel_row_panel/top_padding": { type: T.PANEL, children: string }, + "carousel_row_panel/middle_panel": { type: T.STACK_PANEL, children: 'left_button_panel' | 'main_panel_factory' | 'right_button_panel' }, + "carousel_row_panel/middle_panel/left_button_panel": { type: T.PANEL, children: 'left_button' | 'left_bumper' }, + "carousel_row_panel/middle_panel/left_button_panel/left_button": { type: T.BUTTON, children: string }, + "carousel_row_panel/middle_panel/left_button_panel/left_bumper": { type: T.STACK_PANEL, children: string }, + "carousel_row_panel/middle_panel/main_panel_factory": { type: T.STACK_PANEL, children: string }, + "carousel_row_panel/middle_panel/right_button_panel": { type: T.PANEL, children: 'right_button' | 'right_bumper' }, + "carousel_row_panel/middle_panel/right_button_panel/right_button": { type: T.BUTTON, children: string }, + "carousel_row_panel/middle_panel/right_button_panel/right_bumper": { type: T.STACK_PANEL, children: string }, + "carousel_row_panel/bottom_panel": { type: T.PANEL, children: 'grey_bar_factory_panel' }, + "carousel_row_panel/bottom_panel/grey_bar_factory_panel": { type: T.STACK_PANEL, children: string }, + "carousel_row_panel/bottom_padding": { type: T.PANEL, children: string }, + "carousel_row_panel/divider_panel": { type: T.PANEL, children: 'divider' }, + "carousel_row_panel/divider_panel/divider": { type: T.PANEL, children: string }, + "carousel_factory": { type: T.STACK_PANEL, children: string }, + "hero_row_l2_panel": { type: T.STACK_PANEL, children: 'header' | 'centering_panel' | 'padding_0' | 'divider' }, + "hero_row_l2_panel/header": { type: T.PANEL, children: string }, + "hero_row_l2_panel/centering_panel": { type: T.PANEL, children: 'l2_featured_stack' }, + "hero_row_l2_panel/centering_panel/l2_featured_stack": { type: T.STACK_PANEL, children: 'padding_0' | 'featured_item_1' | 'padding_1' | 'featured_item_2' | 'padding_2' | 'featured_item_3' | 'padding_3' }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/padding_0": { type: T.PANEL, children: string }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/featured_item_1": { type: T.PANEL, children: string }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/padding_1": { type: T.PANEL, children: string }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/featured_item_2": { type: T.PANEL, children: string }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/padding_2": { type: T.PANEL, children: string }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/featured_item_3": { type: T.PANEL, children: string }, + "hero_row_l2_panel/centering_panel/l2_featured_stack/padding_3": { type: T.PANEL, children: string }, + "hero_row_l2_panel/padding_0": { type: T.PANEL, children: string }, + "hero_row_l2_panel/divider": { type: T.STACK_PANEL, children: string }, + "blade_row_key_art": { type: T.PANEL, children: 'blade_row_key_art_image' }, + "blade_row_key_art/blade_row_key_art_image": { type: T.IMAGE, children: 'key_art_border' }, + "blade_row_key_art/blade_row_key_art_image/key_art_border": { type: T.IMAGE, children: string }, + "one_key_art_screenshot": { type: T.IMAGE, children: string }, + "one_key_art_screenshot_panel": { type: T.PANEL, children: 'blade_offer_frame' }, + "one_key_art_screenshot_panel/blade_offer_frame": { type: T.UNKNOWN, children: 'one_key_art_screenshot' }, + "one_key_art_screenshot_panel/blade_offer_frame/one_key_art_screenshot": { type: T.IMAGE, children: 'one_key_art_frame' }, + "one_key_art_screenshot_panel/blade_offer_frame/one_key_art_screenshot/one_key_art_frame": { type: T.IMAGE, children: string }, + "screenshots_grid": { type: T.COLLECTION_PANEL, children: 'screenshot_1' | 'screenshot_2' | 'screenshot_3' | 'screenshot_4' }, + "screenshots_grid/screenshot_1": { type: T.PANEL, children: string }, + "screenshots_grid/screenshot_2": { type: T.PANEL, children: string }, + "screenshots_grid/screenshot_3": { type: T.PANEL, children: string }, + "screenshots_grid/screenshot_4": { type: T.PANEL, children: string }, + "blade_offer_details_title": { type: T.LABEL, children: string }, + "blade_offer_sale_markdown": { type: T.LABEL, children: string }, + "blade_offer_description_details": { type: T.STACK_PANEL, children: 'blade_title_stack' | 'blade_offer_creator_label' | 'blade_offer_description_padding_2' | 'ratings_and_coins' | 'blade_offer_description_padding_3' }, + "blade_offer_description_details/blade_title_stack": { type: T.STACK_PANEL, children: 'blade_title' }, + "blade_offer_description_details/blade_title_stack/blade_title": { type: T.LABEL, children: string }, + "blade_offer_description_details/blade_offer_creator_label": { type: T.STACK_PANEL, children: string }, + "blade_offer_description_details/blade_offer_description_padding_2": { type: T.PANEL, children: string }, + "blade_offer_description_details/ratings_and_coins": { type: T.STACK_PANEL, children: 'subscription_panel' | 'blade_sales_markdown_percentage_panel' | 'ratings_panel' | 'blade_rating_count_panel' | 'fill_padding' | 'blade_offer_price_markdown_panel' | 'price_panel' | 'price_panel_padding_right' }, + "blade_offer_description_details/ratings_and_coins/subscription_panel": { type: T.PANEL, children: string }, + "blade_offer_description_details/ratings_and_coins/blade_sales_markdown_percentage_panel": { type: T.PANEL, children: 'blade_markdown_background' }, + "blade_offer_description_details/ratings_and_coins/blade_sales_markdown_percentage_panel/blade_markdown_background": { type: T.STACK_PANEL, children: string }, + "blade_offer_description_details/ratings_and_coins/ratings_panel": { type: T.PANEL, children: 'blade_ratings' }, + "blade_offer_description_details/ratings_and_coins/ratings_panel/blade_ratings": { type: T.PANEL, children: string }, + "blade_offer_description_details/ratings_and_coins/blade_rating_count_panel": { type: T.PANEL, children: string }, + "blade_offer_description_details/ratings_and_coins/fill_padding": { type: T.PANEL, children: string }, + "blade_offer_description_details/ratings_and_coins/blade_offer_price_markdown_panel": { type: T.PANEL, children: string }, + "blade_offer_description_details/ratings_and_coins/price_panel": { type: T.PANEL, children: 'price' }, + "blade_offer_description_details/ratings_and_coins/price_panel/price": { type: T.STACK_PANEL, children: string }, + "blade_offer_description_details/ratings_and_coins/price_panel_padding_right": { type: T.PANEL, children: string }, + "blade_offer_description_details/blade_offer_description_padding_3": { type: T.PANEL, children: string }, + "screenshots_and_offer_details_panel": { type: T.PANEL, children: 'blade_offer_screenshots_grid' | 'blade_offer_description_area' }, + "screenshots_and_offer_details_panel/blade_offer_screenshots_grid": { type: T.COLLECTION_PANEL, children: string }, + "screenshots_and_offer_details_panel/blade_offer_description_area": { type: T.IMAGE, children: 'blade_offer_description_border' | 'hero_blade_offer_description_details' }, + "screenshots_and_offer_details_panel/blade_offer_description_area/blade_offer_description_border": { type: T.IMAGE, children: string }, + "screenshots_and_offer_details_panel/blade_offer_description_area/hero_blade_offer_description_details": { type: T.STACK_PANEL, children: string }, + "blade_row_featured_panel": { type: T.PANEL, children: 'blade_row_featured_key_art' | 'blade_offer_screenshots_and_details_panel' }, + "blade_row_featured_panel/blade_row_featured_key_art": { type: T.PANEL, children: string }, + "blade_row_featured_panel/blade_offer_screenshots_and_details_panel": { type: T.PANEL, children: string }, + "transparent_content_button": { type: T.BUTTON, children: string }, + "hero_blade_row_panel": { type: T.PANEL, children: 'blade_row_transparent_button' }, + "hero_blade_row_panel/blade_row_transparent_button": { type: T.BUTTON, children: string }, + "hero_row_panel": { type: T.STACK_PANEL, children: 'header' | 'centering_panel' | 'padding_0' | 'divider' }, + "hero_row_panel/header": { type: T.PANEL, children: string }, + "hero_row_panel/centering_panel": { type: T.PANEL, children: 'featured_stack' }, + "hero_row_panel/centering_panel/featured_stack": { type: T.STACK_PANEL, children: 'hero_offer' | 'padding_0' | 'hero_offer_grid' }, + "hero_row_panel/centering_panel/featured_stack/hero_offer": { type: T.BUTTON, children: string }, + "hero_row_panel/centering_panel/featured_stack/padding_0": { type: T.PANEL, children: string }, + "hero_row_panel/centering_panel/featured_stack/hero_offer_grid": { type: T.STACK_PANEL, children: string }, + "hero_row_panel/padding_0": { type: T.PANEL, children: string }, + "hero_row_panel/divider": { type: T.STACK_PANEL, children: string }, + "hero_offer": { type: T.PANEL, children: 'featured_key_art' | 'rtx_label' | 'offer_description_area' }, + "hero_offer/featured_key_art": { type: T.PANEL, children: string }, + "hero_offer/rtx_label": { type: T.PANEL, children: string }, + "hero_offer/offer_description_area": { type: T.IMAGE, children: 'hero_offer_description_details' }, + "hero_offer/offer_description_area/hero_offer_description_details": { type: T.STACK_PANEL, children: string }, + "hero_offer_details_title": { type: T.LABEL, children: string }, + "hero_offer_description_details": { type: T.STACK_PANEL, children: 'hero_title_stack' | 'padding_5' | 'progress' | 'creator_label' | 'padding_0' | 'durable_offer_info_panel' | 'padding_1' }, + "hero_offer_description_details/hero_title_stack": { type: T.STACK_PANEL, children: 'title' }, + "hero_offer_description_details/hero_title_stack/title": { type: T.LABEL, children: string }, + "hero_offer_description_details/padding_5": { type: T.PANEL, children: string }, + "hero_offer_description_details/progress": { type: T.PANEL, children: string }, + "hero_offer_description_details/creator_label": { type: T.STACK_PANEL, children: string }, + "hero_offer_description_details/padding_0": { type: T.PANEL, children: string }, + "hero_offer_description_details/durable_offer_info_panel": { type: T.STACK_PANEL, children: 'offer_status_panel' }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel": { type: T.STACK_PANEL, children: 'subscription_panel' | 'sales_markdown_percentage_panel' | 'ratings_panel' | 'rating_count_panel' | 'pack_icon_panel' | 'fill_padding' | 'offer_price_markdown_panel' | 'price_panel' }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/subscription_panel": { type: T.PANEL, children: string }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/sales_markdown_percentage_panel": { type: T.PANEL, children: 'markdown_banner' }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/sales_markdown_percentage_panel/markdown_banner": { type: T.STACK_PANEL, children: string }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/ratings_panel": { type: T.PANEL, children: 'ratings' }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/ratings_panel/ratings": { type: T.PANEL, children: string }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/rating_count_panel": { type: T.PANEL, children: string }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/pack_icon_panel": { type: T.PANEL, children: 'pack_icon_stack' }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/pack_icon_panel/pack_icon_stack": { type: T.PANEL, children: string }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/fill_padding": { type: T.PANEL, children: string }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/offer_price_markdown_panel": { type: T.PANEL, children: string }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/price_panel": { type: T.PANEL, children: 'price' }, + "hero_offer_description_details/durable_offer_info_panel/offer_status_panel/price_panel/price": { type: T.STACK_PANEL, children: string }, + "hero_offer_description_details/padding_1": { type: T.PANEL, children: string }, + "hero_offer_download_progress": { type: T.PANEL, children: 'label' | 'bar' }, + "hero_offer_download_progress/label": { type: T.LABEL, children: string }, + "hero_offer_download_progress/bar": { type: T.PANEL, children: string }, + "rating_text_panel": { type: T.STACK_PANEL, children: 'left_padding' | 'star_panel' | 'middle_padding' | 'rating_label' }, + "rating_text_panel/left_padding": { type: T.PANEL, children: string }, + "rating_text_panel/star_panel": { type: T.PANEL, children: 'rating_star' }, + "rating_text_panel/star_panel/rating_star": { type: T.IMAGE, children: string }, + "rating_text_panel/middle_padding": { type: T.PANEL, children: string }, + "rating_text_panel/rating_label": { type: T.LABEL, children: string }, + "ratings_description": { type: T.PANEL, children: 'rating_text_panel' }, + "ratings_description/rating_text_panel": { type: T.STACK_PANEL, children: string }, + "store_rating_count_panel": { type: T.PANEL, children: 'rating_count_text' }, + "store_rating_count_panel/rating_count_text": { type: T.LABEL, children: string }, + "hero_offer_grid": { type: T.STACK_PANEL, children: 'row_1' | 'padding_0' | 'row_2' }, + "hero_offer_grid/row_1": { type: T.STACK_PANEL, children: 'offer_1' | 'padding_0' | 'offer_2' }, + "hero_offer_grid/row_1/offer_1": { type: T.PANEL, children: string }, + "hero_offer_grid/row_1/padding_0": { type: T.PANEL, children: string }, + "hero_offer_grid/row_1/offer_2": { type: T.PANEL, children: string }, + "hero_offer_grid/padding_0": { type: T.PANEL, children: string }, + "hero_offer_grid/row_2": { type: T.STACK_PANEL, children: 'offer_1' | 'padding_0' | 'offer_2' }, + "hero_offer_grid/row_2/offer_1": { type: T.PANEL, children: string }, + "hero_offer_grid/row_2/padding_0": { type: T.PANEL, children: string }, + "hero_offer_grid/row_2/offer_2": { type: T.PANEL, children: string }, + "offer_download_progress": { type: T.PANEL, children: 'label' | 'bar' }, + "offer_download_progress/label": { type: T.LABEL, children: string }, + "offer_download_progress/bar": { type: T.PANEL, children: string }, + "banner_button": { type: T.PANEL, children: string }, + "sdl_text_aligned_panel": { type: T.STACK_PANEL, children: string }, + "sdl_text_minecraftTen_aligned_panel": { type: T.STACK_PANEL, children: string }, + "sdl_content_aligned_panel": { type: T.STACK_PANEL, children: 'left__padding_panel' | 'control' | 'right_padding_panel' }, + "sdl_content_aligned_panel/left__padding_panel": { type: T.PANEL, children: string }, + "sdl_content_aligned_panel/control": { type: T.UNKNOWN, children: string }, + "sdl_content_aligned_panel/right_padding_panel": { type: T.PANEL, children: string }, + "sdl_aligned_text": { type: T.LABEL, children: string }, + "sdl_aligned_minecraftTen_text": { type: T.LABEL, children: string }, + "content_offer_key_art": { type: T.IMAGE, children: string }, + "vertical_content_offer_header": { type: T.IMAGE, children: 'header' }, + "vertical_content_offer_header/header": { type: T.STACK_PANEL, children: string }, + "vertical_content_offer_panel": { type: T.STACK_PANEL, children: string }, + "vertical_offer_grid_panel": { type: T.PANEL, children: string }, + "offer_content": { type: T.PANEL, children: 'offer_item' }, + "offer_content/offer_item": { type: T.PANEL, children: string }, + "vertical_offer_content": { type: T.PANEL, children: 'offer_item' }, + "vertical_offer_content/offer_item": { type: T.PANEL, children: string }, + "vertical_coin_offer_content": { type: T.PANEL, children: 'offer_item' }, + "vertical_coin_offer_content/offer_item": { type: T.PANEL, children: string }, + "store_offer_key_art": { type: T.IMAGE, children: string }, + "store_offer_grid_show_more": { type: T.PANEL, children: 'frame' | 'offer_button' }, + "store_offer_grid_show_more/frame": { type: T.IMAGE, children: 'title' }, + "store_offer_grid_show_more/frame/title": { type: T.LABEL, children: string }, + "store_offer_grid_show_more/offer_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "store_offer_grid_show_more/offer_button/hover": { type: T.IMAGE, children: 'key_art_size_panel' }, + "store_offer_grid_show_more/offer_button/hover/key_art_size_panel": { type: T.PANEL, children: string }, + "store_offer_grid_show_more/offer_button/pressed": { type: T.IMAGE, children: 'key_art_size_panel' }, + "store_offer_grid_show_more/offer_button/pressed/key_art_size_panel": { type: T.PANEL, children: string }, + "persona_grid_show_more": { type: T.BUTTON, children: string }, + "row_offer_sale_markdown": { type: T.LABEL, children: string }, + "discount_label": { type: T.STACK_PANEL, children: 'label_panel' | 'icon_panel' }, + "discount_label/label_panel": { type: T.PANEL, children: 'label' }, + "discount_label/label_panel/label": { type: T.LABEL, children: string }, + "discount_label/icon_panel": { type: T.PANEL, children: 'icon' }, + "discount_label/icon_panel/icon": { type: T.IMAGE, children: string }, + "hero_offer_sale_markdown": { type: T.LABEL, children: string }, + "offer_price_markdown_panel": { type: T.PANEL, children: 'offer_price' }, + "offer_price_markdown_panel/offer_price": { type: T.LABEL, children: 'text_strike_through' }, + "offer_price_markdown_panel/offer_price/text_strike_through": { type: T.IMAGE, children: string }, + "store_offer_title": { type: T.LABEL, children: string }, + "store_offer_key_art_frame": { type: T.IMAGE, children: 'key_art' | 'progress_loading' }, + "store_offer_key_art_frame/key_art": { type: T.IMAGE, children: 'key_art_frame' | 'csb_expiration_banner' }, + "store_offer_key_art_frame/key_art/key_art_frame": { type: T.IMAGE, children: string }, + "store_offer_key_art_frame/key_art/csb_expiration_banner": { type: T.PANEL, children: string }, + "store_offer_key_art_frame/progress_loading": { type: T.PANEL, children: string }, + "vertical_store_offer_grid_item": { type: T.PANEL, children: 'frame' | 'dark_frame' }, + "vertical_store_offer_grid_item/frame": { type: T.IMAGE, children: 'horizontal_stack_panel' | 'offer_button' }, + "vertical_store_offer_grid_item/frame/horizontal_stack_panel": { type: T.STACK_PANEL, children: string }, + "vertical_store_offer_grid_item/frame/offer_button": { type: T.BUTTON, children: string }, + "vertical_store_offer_grid_item/dark_frame": { type: T.IMAGE, children: 'horizontal_stack_panel' | 'offer_button' }, + "vertical_store_offer_grid_item/dark_frame/horizontal_stack_panel": { type: T.STACK_PANEL, children: string }, + "vertical_store_offer_grid_item/dark_frame/offer_button": { type: T.BUTTON, children: string }, + "vertical_store_offer_grid_inside_frame": { type: T.STACK_PANEL, children: 'key_art_size_panel' | 'offer_details_general_panel' }, + "vertical_store_offer_grid_inside_frame/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' | 'key_art' }, + "vertical_store_offer_grid_inside_frame/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: string }, + "vertical_store_offer_grid_inside_frame/key_art_size_panel/key_art": { type: T.IMAGE, children: string }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel": { type: T.PANEL, children: 'general_offer_details_stack_panel' }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel": { type: T.STACK_PANEL, children: 'title_panel_with_padding' | 'creator_label_panel_with_padding' | 'ratings_and_cost_pannel_with_padding' }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/title_panel_with_padding": { type: T.PANEL, children: 'title' }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/title_panel_with_padding/title": { type: T.PANEL, children: string }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/creator_label_panel_with_padding": { type: T.PANEL, children: 'creator_label' }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/creator_label_panel_with_padding/creator_label": { type: T.STACK_PANEL, children: string }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding": { type: T.STACK_PANEL, children: 'ratings' | 'rating_and_price_padding' | 'offer_price_info_panel' | 'right_side_padding' }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding/ratings": { type: T.PANEL, children: string }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding/rating_and_price_padding": { type: T.PANEL, children: string }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding/offer_price_info_panel": { type: T.PANEL, children: string }, + "vertical_store_offer_grid_inside_frame/offer_details_general_panel/general_offer_details_stack_panel/ratings_and_cost_pannel_with_padding/right_side_padding": { type: T.PANEL, children: string }, + "vertical_store_coin_offer_grid_item": { type: T.PANEL, children: 'frame' | 'dark_frame' }, + "vertical_store_coin_offer_grid_item/frame": { type: T.IMAGE, children: 'horizontal_stack_panel' }, + "vertical_store_coin_offer_grid_item/frame/horizontal_stack_panel": { type: T.STACK_PANEL, children: string }, + "vertical_store_coin_offer_grid_item/dark_frame": { type: T.IMAGE, children: 'horizontal_stack_panel' | 'offer_button' }, + "vertical_store_coin_offer_grid_item/dark_frame/horizontal_stack_panel": { type: T.STACK_PANEL, children: string }, + "vertical_store_coin_offer_grid_item/dark_frame/offer_button": { type: T.BUTTON, children: string }, + "vertical_coin_offer_grid_inside_frame": { type: T.STACK_PANEL, children: 'key_art_size_panel' | 'padding' | 'coin_panel' | 'Minecoins_panel' }, + "vertical_coin_offer_grid_inside_frame/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' | 'key_art' }, + "vertical_coin_offer_grid_inside_frame/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: string }, + "vertical_coin_offer_grid_inside_frame/key_art_size_panel/key_art": { type: T.IMAGE, children: string }, + "vertical_coin_offer_grid_inside_frame/padding": { type: T.PANEL, children: string }, + "vertical_coin_offer_grid_inside_frame/coin_panel": { type: T.PANEL, children: 'offer_coin_icon' }, + "vertical_coin_offer_grid_inside_frame/coin_panel/offer_coin_icon": { type: T.IMAGE, children: string }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel": { type: T.PANEL, children: 'minecoins_vert_stack_panel' }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel": { type: T.STACK_PANEL, children: 'minecoins_panel_with_padding' | 'title_panel_with_padding' }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/minecoins_panel_with_padding": { type: T.PANEL, children: 'minecoins_prompt_panel' }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/minecoins_panel_with_padding/minecoins_prompt_panel": { type: T.PANEL, children: 'minecoins_offer_status_text' }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/minecoins_panel_with_padding/minecoins_prompt_panel/minecoins_offer_status_text": { type: T.LABEL, children: string }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/title_panel_with_padding": { type: T.PANEL, children: 'title' }, + "vertical_coin_offer_grid_inside_frame/Minecoins_panel/minecoins_vert_stack_panel/title_panel_with_padding/title": { type: T.PANEL, children: string }, + "offer_prompt_panel": { type: T.STACK_PANEL, children: 'coin_panel' | 'padding_3' | 'offer_status_text_panel' }, + "offer_prompt_panel/coin_panel": { type: T.PANEL, children: 'offer_coin_icon' }, + "offer_prompt_panel/coin_panel/offer_coin_icon": { type: T.IMAGE, children: string }, + "offer_prompt_panel/padding_3": { type: T.PANEL, children: string }, + "offer_prompt_panel/offer_status_text_panel": { type: T.PANEL, children: 'offer_status_text' }, + "offer_prompt_panel/offer_status_text_panel/offer_status_text": { type: T.LABEL, children: string }, + "store_offer_grid_item": { type: T.PANEL, children: 'frame' }, + "store_offer_grid_item/frame": { type: T.UNKNOWN, children: 'key_art' | 'progress_loading' | 'progress' | 'durable_offer_info_panel' | 'offer_button' }, + "store_offer_grid_item/frame/key_art": { type: T.IMAGE, children: 'key_art_frame' | 'csb_plus_expiration_banner' | 'badge_overlay_panel' }, + "store_offer_grid_item/frame/key_art/key_art_frame": { type: T.IMAGE, children: string }, + "store_offer_grid_item/frame/key_art/csb_plus_expiration_banner": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/key_art/badge_overlay_panel": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/progress_loading": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/progress": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel": { type: T.STACK_PANEL, children: 'title_label_padding_stack' | 'offer_status_panel' }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack": { type: T.PANEL, children: 'title_label_vert_stack_panel' | 'no_durable_status_padding' }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/title_label_vert_stack_panel": { type: T.STACK_PANEL, children: 'title' | 'creator_label' | 'offer_price_info_panel' }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/title_label_vert_stack_panel/title": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/title_label_vert_stack_panel/creator_label": { type: T.STACK_PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/title_label_vert_stack_panel/offer_price_info_panel": { type: T.STACK_PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/title_label_padding_stack/no_durable_status_padding": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel": { type: T.STACK_PANEL, children: 'rtx_label' | 'subscription_panel' | 'sales_banner' | 'ratings' | 'rating_count_panel' | 'pack_icon_panel' | 'fill_markdown_panel_left' | 'markdown_panel' | 'padding_markdown_panel_right' | 'offer_prompt_panel' | 'padding_6' | 'timer_panel' | 'padding_2' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/rtx_label": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/subscription_panel": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_banner": { type: T.STACK_PANEL, children: 'sales_markdown_percentage_panel' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_banner/sales_markdown_percentage_panel": { type: T.PANEL, children: 'markdown_banner' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_banner/sales_markdown_percentage_panel/markdown_banner": { type: T.STACK_PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/ratings": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/rating_count_panel": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/pack_icon_panel": { type: T.PANEL, children: 'pack_icon_stack' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/pack_icon_panel/pack_icon_stack": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/fill_markdown_panel_left": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/markdown_panel": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_markdown_panel_right": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/offer_prompt_panel": { type: T.STACK_PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_6": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/timer_panel": { type: T.PANEL, children: 'sale_timer' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/timer_panel/sale_timer": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_2": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/offer_button": { type: T.BUTTON, children: string }, + "thumbnail_only_offer": { type: T.PANEL, children: 'frame' }, + "thumbnail_only_offer/frame": { type: T.UNKNOWN, children: 'key_art' | 'offer_button' }, + "thumbnail_only_offer/frame/key_art": { type: T.IMAGE, children: 'key_art_frame' | 'offer_coin_icon' }, + "thumbnail_only_offer/frame/key_art/key_art_frame": { type: T.IMAGE, children: string }, + "thumbnail_only_offer/frame/key_art/offer_coin_icon": { type: T.IMAGE, children: string }, + "thumbnail_only_offer/frame/offer_button": { type: T.BUTTON, children: string }, + "store_section_header_label": { type: T.LABEL, children: string }, + "persona_store_row_offer": { type: T.PANEL, children: 'persona_offer' }, + "persona_store_row_offer/persona_offer": { type: T.UNKNOWN, children: string }, + "thumnail_only_row_offer": { type: T.PANEL, children: 'generic_store_offer' }, + "thumnail_only_row_offer/generic_store_offer": { type: T.PANEL, children: string }, + "generic_store_row_offer_panel": { type: T.PANEL, children: 'generic_store_offer' }, + "generic_store_row_offer_panel/generic_store_offer": { type: T.PANEL, children: string }, + "store_row_show_more_button_panel": { type: T.PANEL, children: 'show_more_button' }, + "store_row_show_more_button_panel/show_more_button": { type: T.PANEL, children: string }, + "persona_show_more_button_panel": { type: T.PANEL, children: 'show_more_button' }, + "persona_show_more_button_panel/show_more_button": { type: T.BUTTON, children: string }, + "persona_grid_panel_stack": { type: T.STACK_PANEL, children: 'default_piece_button' | 'persona_grid_panel' }, + "persona_grid_panel_stack/default_piece_button": { type: T.UNKNOWN, children: string }, + "persona_grid_panel_stack/persona_grid_panel": { type: T.PANEL, children: string }, + "persona_grid_panel": { type: T.PANEL, children: 'persona_offer_grid' }, + "persona_grid_panel/persona_offer_grid": { type: T.GRID, children: string }, + "store_offer_grid_factory": { type: T.COLLECTION_PANEL, children: string }, + "non_collection_item_horizontal_padding": { type: T.PANEL, children: string }, + "horizontal_store_offer_row_factory": { type: T.STACK_PANEL, children: string }, + "static_offer_row_panel": { type: T.PANEL, children: 'store_row_dropdown_panel' }, + "static_offer_row_panel/store_row_dropdown_panel": { type: T.PANEL, children: 'store_row_section_panel' }, + "static_offer_row_panel/store_row_dropdown_panel/store_row_section_panel": { type: T.PANEL, children: string }, + "store_row_panel": { type: T.PANEL, children: 'store_row_dropdown_panel' }, + "store_row_panel/store_row_dropdown_panel": { type: T.PANEL, children: 'store_row_section_panel' }, + "store_row_panel/store_row_dropdown_panel/store_row_section_panel": { type: T.PANEL, children: string }, + "vertical_store_row_panel": { type: T.PANEL, children: string }, + "style_header": { type: T.PANEL, children: 'background' | 'style_header' }, + "style_header/background": { type: T.IMAGE, children: string }, + "style_header/style_header": { type: T.STACK_PANEL, children: string }, + "style_header_panel": { type: T.STACK_PANEL, children: 'row_header' | 'row_carousel_padding' }, + "style_header_panel/row_header": { type: T.PANEL, children: 'label_panel' }, + "style_header_panel/row_header/label_panel": { type: T.STACK_PANEL, children: 'indent' | 'row_header_label_centering_panel' | 'on_sale_banner' | 'time_remaining_label' }, + "style_header_panel/row_header/label_panel/indent": { type: T.PANEL, children: string }, + "style_header_panel/row_header/label_panel/row_header_label_centering_panel": { type: T.PANEL, children: 'row_header_label' }, + "style_header_panel/row_header/label_panel/row_header_label_centering_panel/row_header_label": { type: T.LABEL, children: string }, + "style_header_panel/row_header/label_panel/on_sale_banner": { type: T.IMAGE, children: 'padding_panel' }, + "style_header_panel/row_header/label_panel/on_sale_banner/padding_panel": { type: T.PANEL, children: 'sales_row_header_label' | 'triangle' }, + "style_header_panel/row_header/label_panel/on_sale_banner/padding_panel/sales_row_header_label": { type: T.LABEL, children: string }, + "style_header_panel/row_header/label_panel/on_sale_banner/padding_panel/triangle": { type: T.IMAGE, children: string }, + "style_header_panel/row_header/label_panel/time_remaining_label": { type: T.LABEL, children: string }, + "style_header_panel/row_carousel_padding": { type: T.PANEL, children: string }, + "store_row_cycle_button_panel": { type: T.PANEL, children: 'cycle_button_panel' }, + "store_row_cycle_button_panel/cycle_button_panel": { type: T.STACK_PANEL, children: 'page_indicator_panel' }, + "store_row_cycle_button_panel/cycle_button_panel/page_indicator_panel": { type: T.PANEL, children: 'page_indicator' }, + "store_row_cycle_button_panel/cycle_button_panel/page_indicator_panel/page_indicator": { type: T.PANEL, children: string }, + "store_row": { type: T.STACK_PANEL, children: 'carousel_panel' | 'divider' }, + "store_row/carousel_panel": { type: T.PANEL, children: 'progress_loading' | 'cycle_pack_horizontal_stack' }, + "store_row/carousel_panel/progress_loading": { type: T.PANEL, children: string }, + "store_row/carousel_panel/cycle_pack_horizontal_stack": { type: T.STACK_PANEL, children: 'cycle_pack_left_button_panel' | 'offer_grid_panel' | 'cycle_pack_right_button_panel' }, + "store_row/carousel_panel/cycle_pack_horizontal_stack/cycle_pack_left_button_panel": { type: T.PANEL, children: string }, + "store_row/carousel_panel/cycle_pack_horizontal_stack/offer_grid_panel": { type: T.PANEL, children: 'offer_grid' }, + "store_row/carousel_panel/cycle_pack_horizontal_stack/offer_grid_panel/offer_grid": { type: T.STACK_PANEL, children: string }, + "store_row/carousel_panel/cycle_pack_horizontal_stack/cycle_pack_right_button_panel": { type: T.PANEL, children: string }, + "store_row/divider": { type: T.STACK_PANEL, children: string }, + "page_indicator_panel": { type: T.PANEL, children: 'first_of_three' | 'second_of_three' | 'third_of_three' | 'first_of_two' | 'second_of_two' }, + "page_indicator_panel/first_of_three": { type: T.IMAGE, children: string }, + "page_indicator_panel/second_of_three": { type: T.IMAGE, children: string }, + "page_indicator_panel/third_of_three": { type: T.IMAGE, children: string }, + "page_indicator_panel/first_of_two": { type: T.IMAGE, children: string }, + "page_indicator_panel/second_of_two": { type: T.IMAGE, children: string }, + "page_indicator": { type: T.IMAGE, children: string }, + "popup_dialog__no_store_connection": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' | 'popup_dialog_message' | 'popup_dialog_middle_button' }, + "popup_dialog__no_store_connection/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog__no_store_connection/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog__no_store_connection/popup_dialog_middle_button": { type: T.BUTTON, children: string }, + "popup_dialog__restore_popup": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' | 'popup_dialog_message' }, + "popup_dialog__restore_popup/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog__restore_popup/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog__restore_failed": { type: T.INPUT_PANEL, children: 'popup_dialog_bg' | 'popup_dialog_message' | 'popup_dialog_middle_button' }, + "popup_dialog__restore_failed/popup_dialog_bg": { type: T.IMAGE, children: string }, + "popup_dialog__restore_failed/popup_dialog_message": { type: T.LABEL, children: string }, + "popup_dialog__restore_failed/popup_dialog_middle_button": { type: T.BUTTON, children: string }, + "suggested_content_offers_grid_item": { type: T.PANEL, children: 'frame' }, + "suggested_content_offers_grid_item/frame": { type: T.IMAGE, children: 'key_art' | 'progress_loading' | 'progress' | 'title_label_panel' | 'offer_button' }, + "suggested_content_offers_grid_item/frame/key_art": { type: T.IMAGE, children: 'key_art_frame' }, + "suggested_content_offers_grid_item/frame/key_art/key_art_frame": { type: T.IMAGE, children: string }, + "suggested_content_offers_grid_item/frame/progress_loading": { type: T.PANEL, children: string }, + "suggested_content_offers_grid_item/frame/progress": { type: T.PANEL, children: string }, + "suggested_content_offers_grid_item/frame/title_label_panel": { type: T.STACK_PANEL, children: 'title' | 'offer_type' }, + "suggested_content_offers_grid_item/frame/title_label_panel/title": { type: T.LABEL, children: string }, + "suggested_content_offers_grid_item/frame/title_label_panel/offer_type": { type: T.LABEL, children: string }, + "suggested_content_offers_grid_item/frame/offer_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "suggested_content_offers_grid_item/frame/offer_button/hover": { type: T.IMAGE, children: 'key_art_size_panel' }, + "suggested_content_offers_grid_item/frame/offer_button/hover/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' }, + "suggested_content_offers_grid_item/frame/offer_button/hover/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: string }, + "suggested_content_offers_grid_item/frame/offer_button/pressed": { type: T.IMAGE, children: 'key_art_size_panel' }, + "suggested_content_offers_grid_item/frame/offer_button/pressed/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' }, + "suggested_content_offers_grid_item/frame/offer_button/pressed/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: string }, + "suggested_content_offers_grid": { type: T.GRID, children: string }, + "more_suggested_content_offers_button": { type: T.BUTTON, children: string }, + "suggested_content_offers_panel_base": { type: T.PANEL, children: 'content' | 'progress_loading' }, + "suggested_content_offers_panel_base/content": { type: T.PANEL, children: 'suggested_content_offers_grid' | 'more_suggested_content_offers_button' }, + "suggested_content_offers_panel_base/content/suggested_content_offers_grid": { type: T.GRID, children: string }, + "suggested_content_offers_panel_base/content/more_suggested_content_offers_button": { type: T.BUTTON, children: string }, + "suggested_content_offers_panel_base/progress_loading": { type: T.PANEL, children: string }, + "suggested_content_offers_panel_3x1": { type: T.PANEL, children: string }, + "suggested_content_offers_panel_4x1": { type: T.PANEL, children: string }, + "search_text_box_panel": { type: T.PANEL, children: 'search_text_box' | 'clear_button' | 'loading_spinner' }, + "search_text_box_panel/search_text_box": { type: T.EDIT_BOX, children: string }, + "search_text_box_panel/clear_button": { type: T.BUTTON, children: string }, + "search_text_box_panel/loading_spinner": { type: T.IMAGE, children: string }, + "search_label_panel": { type: T.PANEL, children: 'offset_panel' }, + "search_label_panel/offset_panel": { type: T.PANEL, children: 'label' }, + "search_label_panel/offset_panel/label": { type: T.LABEL, children: string }, + "error_text_panel": { type: T.IMAGE, children: 'error_text_content' }, + "error_text_panel/error_text_content": { type: T.STACK_PANEL, children: 'top_padding' | 'label_panel' | 'bottom_padding' }, + "error_text_panel/error_text_content/top_padding": { type: T.PANEL, children: string }, + "error_text_panel/error_text_content/label_panel": { type: T.PANEL, children: string }, + "error_text_panel/error_text_content/bottom_padding": { type: T.PANEL, children: string }, + "results_text_panel": { type: T.IMAGE, children: 'results_panel' }, + "results_text_panel/results_panel": { type: T.STACK_PANEL, children: 'top_padding' | 'results_content' | 'bottom_padding' }, + "results_text_panel/results_panel/top_padding": { type: T.PANEL, children: string }, + "results_text_panel/results_panel/results_content": { type: T.STACK_PANEL, children: 'label_panel' | 'mid_padding' | 'results_close_centering_panel' | 'right_padding' }, + "results_text_panel/results_panel/results_content/label_panel": { type: T.PANEL, children: string }, + "results_text_panel/results_panel/results_content/mid_padding": { type: T.PANEL, children: string }, + "results_text_panel/results_panel/results_content/results_close_centering_panel": { type: T.PANEL, children: 'results_close_button' }, + "results_text_panel/results_panel/results_content/results_close_centering_panel/results_close_button": { type: T.BUTTON, children: string }, + "results_text_panel/results_panel/results_content/right_padding": { type: T.PANEL, children: string }, + "results_text_panel/results_panel/bottom_padding": { type: T.PANEL, children: string }, + "filter_logo_content_panel": { type: T.PANEL, children: 'filter_logo_image' | 'filter_count_label' }, + "filter_logo_content_panel/filter_logo_image": { type: T.IMAGE, children: string }, + "filter_logo_content_panel/filter_count_label": { type: T.LABEL, children: string }, + "filter_sort_toggle": { type: T.PANEL, children: string }, + "filter_sort_submenu_scrolling_panel_section": { type: T.PANEL, children: 'submenu_scrolling_panel' }, + "filter_sort_submenu_scrolling_panel_section/submenu_scrolling_panel": { type: T.PANEL, children: string }, + "filter_sort_grid_panel": { type: T.PANEL, children: 'filter_sort_grid' }, + "filter_sort_grid_panel/filter_sort_grid": { type: T.STACK_PANEL, children: string }, + "sort_button_content_panel": { type: T.IMAGE, children: string }, + "search_panel_filter": { type: T.STACK_PANEL, children: 'search_text_box' | 'filter_button' | 'sort_button' }, + "search_panel_filter/search_text_box": { type: T.PANEL, children: string }, + "search_panel_filter/filter_button": { type: T.BUTTON, children: string }, + "search_panel_filter/sort_button": { type: T.BUTTON, children: string }, + "search_results_and_error_stack": { type: T.STACK_PANEL, children: 'mid_padding_1' | 'error_text_panel' | 'mid_padding_2' | 'results_text_panel' }, + "search_results_and_error_stack/mid_padding_1": { type: T.PANEL, children: string }, + "search_results_and_error_stack/error_text_panel": { type: T.IMAGE, children: string }, + "search_results_and_error_stack/mid_padding_2": { type: T.PANEL, children: string }, + "search_results_and_error_stack/results_text_panel": { type: T.IMAGE, children: string }, + "search_panel": { type: T.PANEL, children: 'search_panel_content' }, + "search_panel/search_panel_content": { type: T.STACK_PANEL, children: 'search_text_box' | 'search_results_and_error_panel' | 'bottom_padding' }, + "search_panel/search_panel_content/search_text_box": { type: T.STACK_PANEL, children: string }, + "search_panel/search_panel_content/search_results_and_error_panel": { type: T.STACK_PANEL, children: string }, + "search_panel/search_panel_content/bottom_padding": { type: T.PANEL, children: string }, + "search_and_offer_content": { type: T.INPUT_PANEL, children: 'search_and_offer_panel' }, + "search_and_offer_content/search_and_offer_panel": { type: T.PANEL, children: 'search_and_offer_content' }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content": { type: T.STACK_PANEL, children: 'top_padding' | 'upper_section_panel' | 'search_panel' | 'offer_content_panel' | 'bottom_padding' }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/top_padding": { type: T.PANEL, children: string }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/upper_section_panel": { type: T.PANEL, children: 'upper_section' }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/upper_section_panel/upper_section": { type: T.UNKNOWN, children: string }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/search_panel": { type: T.PANEL, children: string }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/offer_content_panel": { type: T.PANEL, children: 'offer_content' }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/offer_content_panel/offer_content": { type: T.UNKNOWN, children: string }, + "search_and_offer_content/search_and_offer_panel/search_and_offer_content/bottom_padding": { type: T.PANEL, children: string }, + "search_object": { type: T.PANEL, children: 'search_object_content' }, + "search_object/search_object_content": { type: T.INPUT_PANEL, children: string }, + "sort_and_filter_menu_modal_panel": { type: T.PANEL, children: 'filter_menu' }, + "sort_and_filter_menu_modal_panel/filter_menu": { type: T.UNKNOWN, children: string }, + "sort_and_filter_menu_modals": { type: T.PANEL, children: 'filter_menu_modal' | 'sort_menu_panel' }, + "sort_and_filter_menu_modals/filter_menu_modal": { type: T.PANEL, children: string }, + "sort_and_filter_menu_modals/sort_menu_panel": { type: T.PANEL, children: string }, + "search_filter_sort_background": { type: T.IMAGE, children: string }, + "search_filter_background_panel": { type: T.PANEL, children: 'search_filter_sort_background' }, + "search_filter_background_panel/search_filter_sort_background": { type: T.IMAGE, children: string }, + "close_bg_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "close_bg_button/default": { type: T.PANEL, children: string }, + "close_bg_button/hover": { type: T.PANEL, children: string }, + "close_bg_button/pressed": { type: T.PANEL, children: string }, + "close_bg_panel": { type: T.PANEL, children: 'header_close_button' | 'main_close_button' }, + "close_bg_panel/header_close_button": { type: T.BUTTON, children: string }, + "close_bg_panel/main_close_button": { type: T.BUTTON, children: string }, + "vertical_line_divider_row": { type: T.STACK_PANEL, children: 'vert_line_divider_row_top_buffer' | 'vertical_line_divider_horizontal_panel_with_padding' | 'vert_line_divider_row_bottom_buffer' }, + "vertical_line_divider_row/vert_line_divider_row_top_buffer": { type: T.PANEL, children: string }, + "vertical_line_divider_row/vertical_line_divider_horizontal_panel_with_padding": { type: T.STACK_PANEL, children: 'vert_line_divider_row_left_buffer' | 'vertical_line_divider_row_line' | 'vert_line_divider_row_right_buffer' }, + "vertical_line_divider_row/vertical_line_divider_horizontal_panel_with_padding/vert_line_divider_row_left_buffer": { type: T.PANEL, children: string }, + "vertical_line_divider_row/vertical_line_divider_horizontal_panel_with_padding/vertical_line_divider_row_line": { type: T.IMAGE, children: string }, + "vertical_line_divider_row/vertical_line_divider_horizontal_panel_with_padding/vert_line_divider_row_right_buffer": { type: T.PANEL, children: string }, + "vertical_line_divider_row/vert_line_divider_row_bottom_buffer": { type: T.PANEL, children: string }, + "sdl_dropdown_header_row_button": { type: T.PANEL, children: string }, + "sdl_subcategory_button": { type: T.UNKNOWN, children: string }, + "sdl_dropdown_header_row": { type: T.PANEL, children: 'drowdown_header_row_content' }, + "sdl_dropdown_header_row/drowdown_header_row_content": { type: T.PANEL, children: 'button_aspects' }, + "sdl_dropdown_header_row/drowdown_header_row_content/button_aspects": { type: T.PANEL, children: string }, + "sdl_dropdown_data_row": { type: T.PANEL, children: 'row_background' | 'button_aspects' }, + "sdl_dropdown_data_row/row_background": { type: T.IMAGE, children: string }, + "sdl_dropdown_data_row/button_aspects": { type: T.UNKNOWN, children: string }, +} + +export type StoreLayoutType = { + "sdl_scrolling_content_panel": { type: T.PANEL, children: 'sdl_scrolling_content_stack' }, + "sdl_scrolling_content_panel/sdl_scrolling_content_stack": { type: T.STACK_PANEL, children: string }, + "sdl_scrolling_content_stack": { type: T.STACK_PANEL, children: 'padding_0' | 'store_screen_layout_factory' | 'footer' }, + "sdl_scrolling_content_stack/padding_0": { type: T.PANEL, children: string }, + "sdl_scrolling_content_stack/store_screen_layout_factory": { type: T.UNKNOWN, children: string }, + "sdl_scrolling_content_stack/footer": { type: T.PANEL, children: string }, + "sdl_scrolling_section_panel": { type: T.STACK_PANEL, children: 'padding0' | 'top_static_sdl_section' | 'padding1' | 'sdl_scrolling_section' }, + "sdl_scrolling_section_panel/padding0": { type: T.PANEL, children: string }, + "sdl_scrolling_section_panel/top_static_sdl_section": { type: T.STACK_PANEL, children: string }, + "sdl_scrolling_section_panel/padding1": { type: T.PANEL, children: string }, + "sdl_scrolling_section_panel/sdl_scrolling_section": { type: T.PANEL, children: string }, + "sdl_scrolling_section": { type: T.PANEL, children: string }, + "character_creator_sdl_scroll_section": { type: T.STACK_PANEL, children: string }, + "character_creator_sdl_section": { type: T.STACK_PANEL, children: 'sdl_section' }, + "character_creator_sdl_section/sdl_section": { type: T.UNKNOWN, children: string }, + "character_creator_panel": { type: T.STACK_PANEL, children: 'left_main_panel_padding' | 'character_creator_sdl_portion' | 'middle_main_panel_padding' | 'right_main_panel' | 'right_main_panel_padding' }, + "character_creator_panel/left_main_panel_padding": { type: T.UNKNOWN, children: string }, + "character_creator_panel/character_creator_sdl_portion": { type: T.STACK_PANEL, children: string }, + "character_creator_panel/middle_main_panel_padding": { type: T.UNKNOWN, children: string }, + "character_creator_panel/right_main_panel": { type: T.STACK_PANEL, children: string }, + "character_creator_panel/right_main_panel_padding": { type: T.UNKNOWN, children: string }, + "character_creator_screen_layout": { type: T.PANEL, children: 'character_creator_panel' }, + "character_creator_screen_layout/character_creator_panel": { type: T.STACK_PANEL, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'background' | 'main_panel_content' | 'progress_loading' }, + "main_panel/background": { type: T.IMAGE, children: string }, + "main_panel/main_panel_content": { type: T.STACK_PANEL, children: 'nav_panel' | 'main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill' }, + "main_panel/main_panel_content/nav_panel": { type: T.PANEL, children: 'sdl_screen_content' }, + "main_panel/main_panel_content/nav_panel/sdl_screen_content": { type: T.UNKNOWN, children: string }, + "main_panel/main_panel_content/main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill": { type: T.PANEL, children: 'sdl_screen_content' }, + "main_panel/main_panel_content/main_panel_because_screen_content_is_a_whiny_baby_and_cant_use_fill/sdl_screen_content": { type: T.UNKNOWN, children: string }, + "main_panel/progress_loading": { type: T.PANEL, children: string }, + "nav_button_content": { type: T.STACK_PANEL, children: 'image_panel' | 'small_padding' | 'label_panel' }, + "nav_button_content/image_panel": { type: T.PANEL, children: string }, + "nav_button_content/small_padding": { type: T.PANEL, children: string }, + "nav_button_content/label_panel": { type: T.UNKNOWN, children: string }, + "default_nav_label_panel": { type: T.PANEL, children: 'button_text_label' }, + "default_nav_label_panel/button_text_label": { type: T.LABEL, children: string }, + "styled_nav_label_panel": { type: T.PANEL, children: 'button_text_label' }, + "styled_nav_label_panel/button_text_label": { type: T.LABEL, children: string }, + "styled_nav_label_panel_minecraftTen": { type: T.PANEL, children: 'button_text_label' }, + "styled_nav_label_panel_minecraftTen/button_text_label": { type: T.LABEL, children: string }, + "default_styled_button_text_label": { type: T.LABEL, children: string }, + "nav_image_panel": { type: T.PANEL, children: 'button_image_panel' | 'button_animated_panel' }, + "nav_image_panel/button_image_panel": { type: T.PANEL, children: string }, + "nav_image_panel/button_animated_panel": { type: T.PANEL, children: string }, + "nav_button_image_panel": { type: T.PANEL, children: 'button_image' }, + "nav_button_image_panel/button_image": { type: T.UNKNOWN, children: string }, + "nav_button_image": { type: T.IMAGE, children: string }, + "nav_button_animation": { type: T.IMAGE, children: string }, + "nav_button_fill": { type: T.PANEL, children: string }, + "nav_button_fill_styled": { type: T.PANEL, children: string }, + "nav_button_fill_styled_mc10": { type: T.PANEL, children: string }, + "nav_button_standard_styled": { type: T.PANEL, children: string }, + "nav_button_standard_styled_mc10": { type: T.PANEL, children: string }, + "nav_button_standard": { type: T.PANEL, children: 'nav_button' }, + "nav_button_standard/nav_button": { type: T.BUTTON, children: string }, + "nav_button_grid_panel": { type: T.PANEL, children: 'nav_button_grid' }, + "nav_button_grid_panel/nav_button_grid": { type: T.STACK_PANEL, children: string }, + "store_layout_ribbon_search_button": { type: T.BUTTON, children: string }, + "store_layout_ribbon_search_button_content": { type: T.PANEL, children: 'button_image' }, + "store_layout_ribbon_search_button_content/button_image": { type: T.IMAGE, children: string }, + "store_data_driven_screen_base": { type: T.SCREEN, children: string }, + "store_screen_modal_panel": { type: T.PANEL, children: 'one_button_dialog' | 'popup_dialog_factory' }, + "store_screen_modal_panel/one_button_dialog": { type: T.PANEL, children: string }, + "store_screen_modal_panel/popup_dialog_factory": { type: T.FACTORY, children: string }, + "dialog_button": { type: T.BUTTON, children: string }, + "store_screen_main_panel": { type: T.PANEL, children: 'main_content_view' | 'sort_and_filter_modals' }, + "store_screen_main_panel/main_content_view": { type: T.INPUT_PANEL, children: string }, + "store_screen_main_panel/sort_and_filter_modals": { type: T.PANEL, children: string }, + "store_full_screen_content": { type: T.PANEL, children: 'mouse_input_focus_panel' | 'screen_content' | 'popup_dialog_factory' | 'character_selector_dialog_factory' | 'custom_skin_dialog_factory' }, + "store_full_screen_content/mouse_input_focus_panel": { type: T.INPUT_PANEL, children: string }, + "store_full_screen_content/screen_content": { type: T.STACK_PANEL, children: 'top_bar_section' | 'main_panel' }, + "store_full_screen_content/screen_content/top_bar_section": { type: T.STACK_PANEL, children: string }, + "store_full_screen_content/screen_content/main_panel": { type: T.PANEL, children: 'main_panel_content' }, + "store_full_screen_content/screen_content/main_panel/main_panel_content": { type: T.PANEL, children: string }, + "store_full_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "store_full_screen_content/character_selector_dialog_factory": { type: T.FACTORY, children: string }, + "store_full_screen_content/custom_skin_dialog_factory": { type: T.FACTORY, children: string }, + "sdl_base_screen": { type: T.SCREEN, children: string }, + "character_creator_base_screen": { type: T.SCREEN, children: string }, + "store_data_driven_screen": { type: T.SCREEN, children: string }, + "character_creator_screen": { type: T.SCREEN, children: string }, + "dressing_room_color_picker_screen": { type: T.SCREEN, children: string }, + "expanded_appearance_view_screen": { type: T.SCREEN, children: string }, + "non_scrollable_sdl_screen": { type: T.SCREEN, children: string }, + "skin_selector_screen": { type: T.SCREEN, children: string }, + "store_data_driven_modal_one_button_screen": { type: T.SCREEN, children: string }, +} + +export type FilterMenuType = { + "filter_clear_button_panel": { type: T.PANEL, children: 'clear_button' }, + "filter_clear_button_panel/clear_button": { type: T.BUTTON, children: string }, + "chevron_icon_panel": { type: T.PANEL, children: 'chevron_icon' }, + "chevron_icon_panel/chevron_icon": { type: T.IMAGE, children: string }, + "filter_variables_panel": { type: T.PANEL, children: string }, + "filter_option_button_content": { type: T.STACK_PANEL, children: 'left_chevron_icon_panel' | 'filter_type_and_selected_panel' | 'right_chevron_icon_panel' }, + "filter_option_button_content/left_chevron_icon_panel": { type: T.PANEL, children: string }, + "filter_option_button_content/filter_type_and_selected_panel": { type: T.STACK_PANEL, children: 'top_padding' | 'filter_type_label' | 'middle_padding' | 'selected_label' | 'bottom_padding' }, + "filter_option_button_content/filter_type_and_selected_panel/top_padding": { type: T.PANEL, children: string }, + "filter_option_button_content/filter_type_and_selected_panel/filter_type_label": { type: T.LABEL, children: string }, + "filter_option_button_content/filter_type_and_selected_panel/middle_padding": { type: T.PANEL, children: string }, + "filter_option_button_content/filter_type_and_selected_panel/selected_label": { type: T.LABEL, children: string }, + "filter_option_button_content/filter_type_and_selected_panel/bottom_padding": { type: T.PANEL, children: string }, + "filter_option_button_content/right_chevron_icon_panel": { type: T.PANEL, children: string }, + "filter_options_button_panel": { type: T.PANEL, children: 'filter_variables_panel' }, + "filter_options_button_panel/filter_variables_panel": { type: T.PANEL, children: 'filter_options_button' }, + "filter_options_button_panel/filter_variables_panel/filter_options_button": { type: T.BUTTON, children: string }, + "filter_main_menu_options_button_panel": { type: T.PANEL, children: string }, + "filter_title_bar_content": { type: T.STACK_PANEL, children: 'filter_logo_and_count_panel' | 'centered_filter_title_label' | 'filter_title_padding_close_button' | 'centered_x' }, + "filter_title_bar_content/filter_logo_and_count_panel": { type: T.PANEL, children: string }, + "filter_title_bar_content/centered_filter_title_label": { type: T.PANEL, children: 'filter_title_label' }, + "filter_title_bar_content/centered_filter_title_label/filter_title_label": { type: T.LABEL, children: string }, + "filter_title_bar_content/filter_title_padding_close_button": { type: T.PANEL, children: string }, + "filter_title_bar_content/centered_x": { type: T.PANEL, children: 'close_x_image' }, + "filter_title_bar_content/centered_x/close_x_image": { type: T.IMAGE, children: string }, + "filter_title_bar": { type: T.BUTTON, children: string }, + "filter_checkbox_toggle": { type: T.PANEL, children: string }, + "filter_checkbox_no_icon_toggle": { type: T.PANEL, children: 'filter_checkbox_no_icon_toggle' }, + "filter_checkbox_no_icon_toggle/filter_checkbox_no_icon_toggle": { type: T.PANEL, children: string }, + "pack_type_sub_menu_panel": { type: T.PANEL, children: 'pack_type_sub_menu' }, + "pack_type_sub_menu_panel/pack_type_sub_menu": { type: T.STACK_PANEL, children: 'addon_packs_filter' | 'skin_packs_filter' | 'texture_packs_filter' | 'worlds_template_filter_panel' | 'mashup_packs_filter' }, + "pack_type_sub_menu_panel/pack_type_sub_menu/addon_packs_filter": { type: T.PANEL, children: string }, + "pack_type_sub_menu_panel/pack_type_sub_menu/skin_packs_filter": { type: T.PANEL, children: string }, + "pack_type_sub_menu_panel/pack_type_sub_menu/texture_packs_filter": { type: T.PANEL, children: string }, + "pack_type_sub_menu_panel/pack_type_sub_menu/worlds_template_filter_panel": { type: T.STACK_PANEL, children: 'worlds_template_filter' | 'world_template_type_filters' }, + "pack_type_sub_menu_panel/pack_type_sub_menu/worlds_template_filter_panel/worlds_template_filter": { type: T.PANEL, children: string }, + "pack_type_sub_menu_panel/pack_type_sub_menu/worlds_template_filter_panel/world_template_type_filters": { type: T.PANEL, children: string }, + "pack_type_sub_menu_panel/pack_type_sub_menu/mashup_packs_filter": { type: T.PANEL, children: string }, + "offer_type_sub_menu_panel": { type: T.STACK_PANEL, children: 'bundles_filter' | 'realms_plus_filter' | 'csb_filter' }, + "offer_type_sub_menu_panel/bundles_filter": { type: T.PANEL, children: string }, + "offer_type_sub_menu_panel/realms_plus_filter": { type: T.PANEL, children: string }, + "offer_type_sub_menu_panel/csb_filter": { type: T.PANEL, children: string }, + "realms_plus_filter": { type: T.PANEL, children: 'realms_plus_filter' }, + "realms_plus_filter/realms_plus_filter": { type: T.PANEL, children: string }, + "csb_filter": { type: T.PANEL, children: 'csb_filter' }, + "csb_filter/csb_filter": { type: T.PANEL, children: string }, + "realms_plus_gradient_content_panel": { type: T.PANEL, children: 'gradient' | 'particles' | 'content_panel' }, + "realms_plus_gradient_content_panel/gradient": { type: T.IMAGE, children: string }, + "realms_plus_gradient_content_panel/particles": { type: T.IMAGE, children: string }, + "realms_plus_gradient_content_panel/content_panel": { type: T.STACK_PANEL, children: string }, + "csb_gradient_content_panel": { type: T.PANEL, children: 'gradient' | 'particles' | 'content_panel' }, + "csb_gradient_content_panel/gradient": { type: T.IMAGE, children: string }, + "csb_gradient_content_panel/particles": { type: T.IMAGE, children: string }, + "csb_gradient_content_panel/content_panel": { type: T.STACK_PANEL, children: string }, + "filter_section_content": { type: T.STACK_PANEL, children: 'section_title_button' | 'clear_button' | 'section_sub_menu' }, + "filter_section_content/section_title_button": { type: T.PANEL, children: string }, + "filter_section_content/clear_button": { type: T.PANEL, children: string }, + "filter_section_content/section_sub_menu": { type: T.UNKNOWN, children: string }, + "filter_section_content_dynamic": { type: T.PANEL, children: 'filter_section_content' }, + "filter_section_content_dynamic/filter_section_content": { type: T.STACK_PANEL, children: string }, + "filter_main_menu_content": { type: T.STACK_PANEL, children: 'filter_title_bar_panel' | 'offer_type_button' | 'pack_type_button' | 'minecoin_button' | 'rating_button' | 'creator_button' | 'graphics_button' | 'installed_state_button' | 'filter_main_menu_filter_toggles_section' | 'clear_button_panel' }, + "filter_main_menu_content/filter_title_bar_panel": { type: T.BUTTON, children: string }, + "filter_main_menu_content/offer_type_button": { type: T.PANEL, children: string }, + "filter_main_menu_content/pack_type_button": { type: T.PANEL, children: string }, + "filter_main_menu_content/minecoin_button": { type: T.PANEL, children: string }, + "filter_main_menu_content/rating_button": { type: T.PANEL, children: string }, + "filter_main_menu_content/creator_button": { type: T.PANEL, children: string }, + "filter_main_menu_content/graphics_button": { type: T.PANEL, children: string }, + "filter_main_menu_content/installed_state_button": { type: T.PANEL, children: string }, + "filter_main_menu_content/filter_main_menu_filter_toggles_section": { type: T.PANEL, children: 'filter_main_menu_filter_toggle_grid_panel' }, + "filter_main_menu_content/filter_main_menu_filter_toggles_section/filter_main_menu_filter_toggle_grid_panel": { type: T.PANEL, children: string }, + "filter_main_menu_content/clear_button_panel": { type: T.PANEL, children: string }, + "filter_main_menu_content_persona": { type: T.STACK_PANEL, children: 'filter_title_bar_panel' | 'persona_body_button' | 'persona_style_button' | 'emote_filter_section' | 'minecoin_button' | 'clear_button_panel' }, + "filter_main_menu_content_persona/filter_title_bar_panel": { type: T.BUTTON, children: string }, + "filter_main_menu_content_persona/persona_body_button": { type: T.PANEL, children: string }, + "filter_main_menu_content_persona/persona_style_button": { type: T.PANEL, children: string }, + "filter_main_menu_content_persona/emote_filter_section": { type: T.PANEL, children: 'filter_emote_toggle_grid_panel' }, + "filter_main_menu_content_persona/emote_filter_section/filter_emote_toggle_grid_panel": { type: T.PANEL, children: string }, + "filter_main_menu_content_persona/minecoin_button": { type: T.PANEL, children: string }, + "filter_main_menu_content_persona/clear_button_panel": { type: T.PANEL, children: string }, + "filter_section_content_panel": { type: T.PANEL, children: 'filter_menu_screen' }, + "filter_section_content_panel/filter_menu_screen": { type: T.UNKNOWN, children: string }, + "filter_main_menu_section": { type: T.PANEL, children: string }, + "filter_main_menu_section_persona": { type: T.PANEL, children: string }, + "filter_pack_type_section": { type: T.PANEL, children: string }, + "filter_offer_type_section": { type: T.PANEL, children: string }, + "filter_type_section": { type: T.PANEL, children: string }, + "filter_menu_content": { type: T.PANEL, children: 'filter_main_menu_screen' | 'filter_offer_type_screen' | 'filter_pack_type_screen' | 'filter_minecoin_section' | 'filter_rating_section' | 'filter_creator_section' | 'filter_graphics_section' | 'filter_installed_state_section' }, + "filter_menu_content/filter_main_menu_screen": { type: T.PANEL, children: string }, + "filter_menu_content/filter_offer_type_screen": { type: T.PANEL, children: string }, + "filter_menu_content/filter_pack_type_screen": { type: T.PANEL, children: string }, + "filter_menu_content/filter_minecoin_section": { type: T.PANEL, children: string }, + "filter_menu_content/filter_rating_section": { type: T.PANEL, children: string }, + "filter_menu_content/filter_creator_section": { type: T.PANEL, children: string }, + "filter_menu_content/filter_graphics_section": { type: T.PANEL, children: string }, + "filter_menu_content/filter_installed_state_section": { type: T.PANEL, children: string }, + "filter_menu_content_persona": { type: T.PANEL, children: 'filter_main_menu_screen' | 'filter_style_section' | 'filter_body_section' | 'filter_minecoin_section' }, + "filter_menu_content_persona/filter_main_menu_screen": { type: T.PANEL, children: string }, + "filter_menu_content_persona/filter_style_section": { type: T.PANEL, children: string }, + "filter_menu_content_persona/filter_body_section": { type: T.PANEL, children: string }, + "filter_menu_content_persona/filter_minecoin_section": { type: T.PANEL, children: string }, + "filter_menu_panel": { type: T.STACK_PANEL, children: 'top_padding' | 'alignment_panel' }, + "filter_menu_panel/top_padding": { type: T.PANEL, children: string }, + "filter_menu_panel/alignment_panel": { type: T.STACK_PANEL, children: 'left_padding' | 'filter_menu_content_scroll' | 'right_padding' }, + "filter_menu_panel/alignment_panel/left_padding": { type: T.PANEL, children: string }, + "filter_menu_panel/alignment_panel/filter_menu_content_scroll": { type: T.PANEL, children: string }, + "filter_menu_panel/alignment_panel/right_padding": { type: T.PANEL, children: string }, + "filter_menu_screen_content": { type: T.INPUT_PANEL, children: 'filter_main_panel' | 'filter_main_panel_persona' | 'filter_menu_close_background_button' }, + "filter_menu_screen_content/filter_main_panel": { type: T.STACK_PANEL, children: string }, + "filter_menu_screen_content/filter_main_panel_persona": { type: T.STACK_PANEL, children: string }, + "filter_menu_screen_content/filter_menu_close_background_button": { type: T.PANEL, children: string }, +} + +export type StoreInventoryType = { + "sign_in_button": { type: T.BUTTON, children: string }, + "no_xbl_and_local_content_warning_panel": { type: T.STACK_PANEL, children: 'image_and_description_bg_panel' | 'bottom_padding' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel": { type: T.IMAGE, children: 'image_and_description_panel' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel": { type: T.PANEL, children: 'image_and_description_stack' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack": { type: T.STACK_PANEL, children: 'top_padding' | 'warning_image_and_label_1' | 'bottom_padding' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/top_padding": { type: T.PANEL, children: string }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1": { type: T.STACK_PANEL, children: 'xbl_image_center_panel' | 'xbl_image_padding_warning' | 'warning_label_centering_panel' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_center_panel": { type: T.PANEL, children: 'xbl_sign_in_image' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_center_panel/xbl_sign_in_image": { type: T.IMAGE, children: string }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_padding_warning": { type: T.PANEL, children: string }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel": { type: T.PANEL, children: 'warning_label_stack' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack": { type: T.STACK_PANEL, children: 'top_padding' | 'message_text' | 'xbl_image_padding_warning' | 'sign_in_button_centering_panel' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/top_padding": { type: T.PANEL, children: string }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/message_text": { type: T.BUTTON, children: string }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/xbl_image_padding_warning": { type: T.PANEL, children: string }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/sign_in_button_centering_panel": { type: T.PANEL, children: 'sigh_in_button' }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/sign_in_button_centering_panel/sigh_in_button": { type: T.BUTTON, children: string }, + "no_xbl_and_local_content_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/bottom_padding": { type: T.PANEL, children: string }, + "no_xbl_and_local_content_warning_panel/bottom_padding": { type: T.PANEL, children: string }, + "no_xbl_and_no_local_conent_warning_panel": { type: T.STACK_PANEL, children: 'image_and_description_bg_panel' | 'bottom_padding' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel": { type: T.IMAGE, children: 'image_and_description_panel' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel": { type: T.PANEL, children: 'image_and_description_stack' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack": { type: T.STACK_PANEL, children: 'top_padding' | 'warning_image_and_label_1' | 'bottom_padding' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/top_padding": { type: T.PANEL, children: string }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1": { type: T.STACK_PANEL, children: 'xbl_image_center_panel' | 'xbl_image_padding_warning' | 'warning_label_centering_panel' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_center_panel": { type: T.PANEL, children: 'xbl_sign_in_image' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_center_panel/xbl_sign_in_image": { type: T.IMAGE, children: string }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/xbl_image_padding_warning": { type: T.PANEL, children: string }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel": { type: T.PANEL, children: 'warning_label_stack' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack": { type: T.STACK_PANEL, children: 'top_padding' | 'message_text' | 'xbl_image_padding_warning' | 'sign_in_button_centering_panel' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/top_padding": { type: T.PANEL, children: string }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/message_text": { type: T.BUTTON, children: string }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/xbl_image_padding_warning": { type: T.PANEL, children: string }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/sign_in_button_centering_panel": { type: T.PANEL, children: 'sigh_in_button' }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/warning_image_and_label_1/warning_label_centering_panel/warning_label_stack/sign_in_button_centering_panel/sigh_in_button": { type: T.BUTTON, children: string }, + "no_xbl_and_no_local_conent_warning_panel/image_and_description_bg_panel/image_and_description_panel/image_and_description_stack/bottom_padding": { type: T.PANEL, children: string }, + "no_xbl_and_no_local_conent_warning_panel/bottom_padding": { type: T.PANEL, children: string }, + "inventory_sign_in_panel": { type: T.PANEL, children: 'no_xbl_and_local_content_warning_panel' | 'no_xbl_and_no_local_conent_warning_panel' }, + "inventory_sign_in_panel/no_xbl_and_local_content_warning_panel": { type: T.STACK_PANEL, children: string }, + "inventory_sign_in_panel/no_xbl_and_no_local_conent_warning_panel": { type: T.STACK_PANEL, children: string }, + "divider_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'divider' | 'bottom_pad' }, + "divider_panel/top_pad": { type: T.PANEL, children: string }, + "divider_panel/divider": { type: T.PANEL, children: string }, + "divider_panel/bottom_pad": { type: T.PANEL, children: string }, + "right_image": { type: T.IMAGE, children: string }, + "down_image": { type: T.IMAGE, children: string }, + "section_toggle_base": { type: T.PANEL, children: string }, + "owned_toggle": { type: T.PANEL, children: string }, + "current_toggle": { type: T.PANEL, children: string }, + "removed_toggle": { type: T.PANEL, children: string }, + "subscriptions_toggle": { type: T.PANEL, children: string }, + "inventory_left_panel": { type: T.STACK_PANEL, children: 'top_pad' | 'owned_toggle' | 'owned_dropdown_box_panel' | 'divider_0' | 'csub_panel' | 'divider_1' | 'subscriptions_toggle' }, + "inventory_left_panel/top_pad": { type: T.PANEL, children: string }, + "inventory_left_panel/owned_toggle": { type: T.PANEL, children: string }, + "inventory_left_panel/owned_dropdown_box_panel": { type: T.IMAGE, children: 'owned_dropdown_box' }, + "inventory_left_panel/owned_dropdown_box_panel/owned_dropdown_box": { type: T.STACK_PANEL, children: string }, + "inventory_left_panel/divider_0": { type: T.STACK_PANEL, children: string }, + "inventory_left_panel/csub_panel": { type: T.PANEL, children: 'csub_stack_panel' }, + "inventory_left_panel/csub_panel/csub_stack_panel": { type: T.STACK_PANEL, children: string }, + "inventory_left_panel/divider_1": { type: T.STACK_PANEL, children: string }, + "inventory_left_panel/subscriptions_toggle": { type: T.PANEL, children: string }, + "csub_stack_panel": { type: T.STACK_PANEL, children: 'padding_title_vertical' | 'section_title' | 'dropdown_panel' }, + "csub_stack_panel/padding_title_vertical": { type: T.PANEL, children: string }, + "csub_stack_panel/section_title": { type: T.STACK_PANEL, children: 'padding_title_horizontal' | 'testTitle' }, + "csub_stack_panel/section_title/padding_title_horizontal": { type: T.PANEL, children: string }, + "csub_stack_panel/section_title/testTitle": { type: T.STACK_PANEL, children: string }, + "csub_stack_panel/dropdown_panel": { type: T.PANEL, children: 'dropdown_stack_panel' }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel": { type: T.STACK_PANEL, children: 'current_toggle' | 'current_dropdown_box_panel' | 'pad_1' | 'removed_toggle' | 'removed_dropdown_box_panel' | 'pad_2' }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/current_toggle": { type: T.PANEL, children: string }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/current_dropdown_box_panel": { type: T.PANEL, children: 'current_dropdown_box' }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/current_dropdown_box_panel/current_dropdown_box": { type: T.STACK_PANEL, children: string }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/pad_1": { type: T.PANEL, children: string }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/removed_toggle": { type: T.PANEL, children: string }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/removed_dropdown_box_panel": { type: T.PANEL, children: 'removed_dropdown_box' }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/removed_dropdown_box_panel/removed_dropdown_box": { type: T.STACK_PANEL, children: string }, + "csub_stack_panel/dropdown_panel/dropdown_stack_panel/pad_2": { type: T.PANEL, children: string }, + "subscriptions_text_panel": { type: T.PANEL, children: 'subscriptions_text' }, + "subscriptions_text_panel/subscriptions_text": { type: T.LABEL, children: string }, + "realms_plus_stack_panel": { type: T.STACK_PANEL, children: 'section_title' | 'dropdown_panel' }, + "realms_plus_stack_panel/section_title": { type: T.IMAGE, children: 'border' | 'section_title_label' | 'particles' }, + "realms_plus_stack_panel/section_title/border": { type: T.IMAGE, children: string }, + "realms_plus_stack_panel/section_title/section_title_label": { type: T.LABEL, children: string }, + "realms_plus_stack_panel/section_title/particles": { type: T.IMAGE, children: string }, + "realms_plus_stack_panel/dropdown_panel": { type: T.PANEL, children: 'dropdown_stack_panel' }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'current_toggle' | 'current_dropdown_box_panel' | 'pad_1' | 'removed_toggle' | 'removed_dropdown_box_panel' | 'pad_2' }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/pad_0": { type: T.PANEL, children: string }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/current_toggle": { type: T.PANEL, children: string }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/current_dropdown_box_panel": { type: T.PANEL, children: 'current_dropdown_box' }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/current_dropdown_box_panel/current_dropdown_box": { type: T.STACK_PANEL, children: string }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/pad_1": { type: T.PANEL, children: string }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/removed_toggle": { type: T.PANEL, children: string }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/removed_dropdown_box_panel": { type: T.PANEL, children: 'removed_dropdown_box' }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/removed_dropdown_box_panel/removed_dropdown_box": { type: T.STACK_PANEL, children: string }, + "realms_plus_stack_panel/dropdown_panel/dropdown_stack_panel/pad_2": { type: T.PANEL, children: string }, + "dropdown_button_content": { type: T.STACK_PANEL, children: 'title_label' | 'pad_0_fill' | 'pad_0' | 'icon_panel' | 'pad_1' | 'pad_2' | 'count_panel' | 'pad_3' | 'right_carrot' | 'down_carrot' }, + "dropdown_button_content/title_label": { type: T.LABEL, children: string }, + "dropdown_button_content/pad_0_fill": { type: T.PANEL, children: string }, + "dropdown_button_content/pad_0": { type: T.PANEL, children: string }, + "dropdown_button_content/icon_panel": { type: T.PANEL, children: 'block_icon' }, + "dropdown_button_content/icon_panel/block_icon": { type: T.IMAGE, children: string }, + "dropdown_button_content/pad_1": { type: T.PANEL, children: string }, + "dropdown_button_content/pad_2": { type: T.PANEL, children: string }, + "dropdown_button_content/count_panel": { type: T.PANEL, children: 'count' }, + "dropdown_button_content/count_panel/count": { type: T.LABEL, children: string }, + "dropdown_button_content/pad_3": { type: T.PANEL, children: string }, + "dropdown_button_content/right_carrot": { type: T.PANEL, children: 'right' }, + "dropdown_button_content/right_carrot/right": { type: T.IMAGE, children: string }, + "dropdown_button_content/down_carrot": { type: T.PANEL, children: 'down' }, + "dropdown_button_content/down_carrot/down": { type: T.IMAGE, children: string }, + "owned_dropdown_content": { type: T.STACK_PANEL, children: string }, + "current_dropdown_content": { type: T.STACK_PANEL, children: string }, + "removed_dropdown_content": { type: T.STACK_PANEL, children: string }, + "dropdown_box": { type: T.STACK_PANEL, children: 'top_pad' | 'all' | 'divider_0' | 'addons' | 'divider_1' | 'skins' | 'divider_2' | 'worlds' | 'divider_3' | 'textures' | 'divider_4' | 'mashups' | 'bottom_pad' }, + "dropdown_box/top_pad": { type: T.PANEL, children: string }, + "dropdown_box/all": { type: T.BUTTON, children: string }, + "dropdown_box/divider_0": { type: T.STACK_PANEL, children: string }, + "dropdown_box/addons": { type: T.BUTTON, children: string }, + "dropdown_box/divider_1": { type: T.STACK_PANEL, children: string }, + "dropdown_box/skins": { type: T.BUTTON, children: string }, + "dropdown_box/divider_2": { type: T.STACK_PANEL, children: string }, + "dropdown_box/worlds": { type: T.BUTTON, children: string }, + "dropdown_box/divider_3": { type: T.STACK_PANEL, children: string }, + "dropdown_box/textures": { type: T.BUTTON, children: string }, + "dropdown_box/divider_4": { type: T.STACK_PANEL, children: string }, + "dropdown_box/mashups": { type: T.BUTTON, children: string }, + "dropdown_box/bottom_pad": { type: T.PANEL, children: string }, + "category_panel_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "category_panel_button/default": { type: T.STACK_PANEL, children: string }, + "category_panel_button/hover": { type: T.STACK_PANEL, children: string }, + "category_panel_button/pressed": { type: T.STACK_PANEL, children: string }, + "category_stack_panel": { type: T.STACK_PANEL, children: 'text' | 'fill_pad' | 'icon' | 'pad_1' | 'number' }, + "category_stack_panel/text": { type: T.LABEL, children: string }, + "category_stack_panel/fill_pad": { type: T.PANEL, children: string }, + "category_stack_panel/icon": { type: T.IMAGE, children: string }, + "category_stack_panel/pad_1": { type: T.PANEL, children: string }, + "category_stack_panel/number": { type: T.LABEL, children: string }, + "search_object": { type: T.PANEL, children: string }, + "list_panel": { type: T.INPUT_PANEL, children: 'list_panel_content' | 'progress_loading' }, + "list_panel/list_panel_content": { type: T.PANEL, children: 'search_and_offers_grid_scroll_panel' }, + "list_panel/list_panel_content/search_and_offers_grid_scroll_panel": { type: T.PANEL, children: string }, + "list_panel/progress_loading": { type: T.PANEL, children: string }, + "items_content_section": { type: T.INPUT_PANEL, children: string }, + "subscriptions_content_section": { type: T.STACK_PANEL, children: 'left_pad' | 'search_and_offers_grid_scroll_panel' }, + "subscriptions_content_section/left_pad": { type: T.PANEL, children: string }, + "subscriptions_content_section/search_and_offers_grid_scroll_panel": { type: T.PANEL, children: string }, + "right_pane_factory": { type: T.STACK_PANEL, children: string }, + "content_area": { type: T.PANEL, children: 'control' }, + "content_area/control": { type: T.STACK_PANEL, children: 'right_pane_factory' }, + "content_area/control/right_pane_factory": { type: T.STACK_PANEL, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'inventory_left_panel' | 'divider_panel' | 'inventory_right_panel' }, + "main_panel/inventory_left_panel": { type: T.PANEL, children: 'inventory_left_image' | 'left_scrolling_panel' }, + "main_panel/inventory_left_panel/inventory_left_image": { type: T.IMAGE, children: string }, + "main_panel/inventory_left_panel/left_scrolling_panel": { type: T.PANEL, children: string }, + "main_panel/divider_panel": { type: T.PANEL, children: 'main_divider' }, + "main_panel/divider_panel/main_divider": { type: T.IMAGE, children: string }, + "main_panel/inventory_right_panel": { type: T.PANEL, children: 'right_panel_background_image' | 'content_right_panel' }, + "main_panel/inventory_right_panel/right_panel_background_image": { type: T.IMAGE, children: string }, + "main_panel/inventory_right_panel/content_right_panel": { type: T.PANEL, children: string }, + "store_inventory_screen_main_panel": { type: T.PANEL, children: 'main_content_view' | 'sort_and_filter_modals' }, + "store_inventory_screen_main_panel/main_content_view": { type: T.INPUT_PANEL, children: string }, + "store_inventory_screen_main_panel/sort_and_filter_modals": { type: T.PANEL, children: string }, + "store_search_screen_content": { type: T.PANEL, children: 'main_panel' | 'popup_dialog_factory' }, + "store_search_screen_content/main_panel": { type: T.STACK_PANEL, children: string }, + "store_search_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "store_inventory_screen": { type: T.SCREEN, children: string }, + "signin_text_section_body": { type: T.STACK_PANEL, children: string }, + "signin_text": { type: T.LABEL, children: string }, + "signin_text_02": { type: T.LABEL, children: string }, + "signin_text_section": { type: T.STACK_PANEL, children: 'signin_text' | 'line_1_padding_line_2' | 'signin_text_02' }, + "signin_text_section/signin_text": { type: T.LABEL, children: string }, + "signin_text_section/line_1_padding_line_2": { type: T.PANEL, children: string }, + "signin_text_section/signin_text_02": { type: T.LABEL, children: string }, + "sign_in_panel_text_body": { type: T.BUTTON, children: string }, +} + +export type StoreItemListType = { + "store_offer_key_art": { type: T.IMAGE, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'search_object' | 'progress_loading' }, + "main_panel/search_object": { type: T.PANEL, children: string }, + "main_panel/progress_loading": { type: T.PANEL, children: string }, + "scrolling_content_stack": { type: T.STACK_PANEL, children: 'search_panel' }, + "scrolling_content_stack/search_panel": { type: T.UNKNOWN, children: string }, + "store_offer_grid": { type: T.GRID, children: string }, + "persona_offer_grid": { type: T.GRID, children: string }, + "vertical_store_offer_grid": { type: T.GRID, children: string }, + "store_offer_title": { type: T.LABEL, children: string }, + "store_offer_grid_item": { type: T.PANEL, children: 'frame' }, + "store_offer_grid_item/frame": { type: T.IMAGE, children: 'key_art' | 'progress' | 'title_label_panel' | 'durable_offer_info_panel' | 'offer_button' }, + "store_offer_grid_item/frame/key_art": { type: T.IMAGE, children: 'key_art_frame' | 'csb_expiration_banner' }, + "store_offer_grid_item/frame/key_art/key_art_frame": { type: T.IMAGE, children: string }, + "store_offer_grid_item/frame/key_art/csb_expiration_banner": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/progress": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/title_label_panel": { type: T.PANEL, children: 'durable_offer_title_label' }, + "store_offer_grid_item/frame/title_label_panel/durable_offer_title_label": { type: T.STACK_PANEL, children: 'title' | 'creator_label' }, + "store_offer_grid_item/frame/title_label_panel/durable_offer_title_label/title": { type: T.LABEL, children: string }, + "store_offer_grid_item/frame/title_label_panel/durable_offer_title_label/creator_label": { type: T.STACK_PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel": { type: T.STACK_PANEL, children: 'offer_status_panel' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel": { type: T.STACK_PANEL, children: 'subscription_panel' | 'rtx_label' | 'sales_markdown_percentage_panel' | 'pack_icon_panel' | 'fill_markdown_panel_left' | 'markdown_panel' | 'padding_markdown_panel_right' | 'offer_prompt_panel' | 'padding_6' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/subscription_panel": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/rtx_label": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_markdown_percentage_panel": { type: T.PANEL, children: 'markdown_banner' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/sales_markdown_percentage_panel/markdown_banner": { type: T.STACK_PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/pack_icon_panel": { type: T.PANEL, children: 'pack_icon_stack' }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/pack_icon_panel/pack_icon_stack": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/fill_markdown_panel_left": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/markdown_panel": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_markdown_panel_right": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/offer_prompt_panel": { type: T.STACK_PANEL, children: string }, + "store_offer_grid_item/frame/durable_offer_info_panel/offer_status_panel/padding_6": { type: T.PANEL, children: string }, + "store_offer_grid_item/frame/offer_button": { type: T.BUTTON, children: 'hover' | 'pressed' | 'offer_status_icon' }, + "store_offer_grid_item/frame/offer_button/hover": { type: T.PANEL, children: 'key_art_size_panel' }, + "store_offer_grid_item/frame/offer_button/hover/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' }, + "store_offer_grid_item/frame/offer_button/hover/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: string }, + "store_offer_grid_item/frame/offer_button/pressed": { type: T.PANEL, children: 'key_art_size_panel' }, + "store_offer_grid_item/frame/offer_button/pressed/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' }, + "store_offer_grid_item/frame/offer_button/pressed/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: string }, + "store_offer_grid_item/frame/offer_button/offer_status_icon": { type: T.PANEL, children: string }, + "store_screen_content": { type: T.PANEL, children: 'main_panel' | 'popup_dialog_factory' }, + "store_screen_content/main_panel": { type: T.STACK_PANEL, children: string }, + "store_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, +} + +export type StoreProgressType = { + "store_progress_screen": { type: T.SCREEN, children: string }, + "screen_content": { type: T.PANEL, children: 'title_image' | 'progress_dialog' }, + "screen_content/title_image": { type: T.IMAGE, children: string }, + "screen_content/progress_dialog": { type: T.PANEL, children: string }, + "dialog_content": { type: T.STACK_PANEL, children: 'tooltip_panel' | 'padding' | 'progress_panel' }, + "dialog_content/tooltip_panel": { type: T.PANEL, children: 'tooltip_text' }, + "dialog_content/tooltip_panel/tooltip_text": { type: T.LABEL, children: string }, + "dialog_content/padding": { type: T.PANEL, children: string }, + "dialog_content/progress_panel": { type: T.PANEL, children: 'empty_progress_bar' | 'progress_percent_panel' }, + "dialog_content/progress_panel/empty_progress_bar": { type: T.IMAGE, children: string }, + "dialog_content/progress_panel/progress_percent_panel": { type: T.PANEL, children: 'full_progress_bar' | 'progress_bar_nub' }, + "dialog_content/progress_panel/progress_percent_panel/full_progress_bar": { type: T.IMAGE, children: string }, + "dialog_content/progress_panel/progress_percent_panel/progress_bar_nub": { type: T.IMAGE, children: string }, + "screen_background": { type: T.IMAGE, children: string }, +} + +export type PromoTimelineType = { + "promo_banner_factory": { type: T.STACK_PANEL, children: string }, + "promo_banner_button_content": { type: T.PANEL, children: 'promo_banner_button' | 'progress_loading_spinner' }, + "promo_banner_button_content/promo_banner_button": { type: T.LABEL, children: string }, + "promo_banner_button_content/progress_loading_spinner": { type: T.IMAGE, children: string }, + "promo_banner_image": { type: T.IMAGE, children: string }, + "promo_banner_panel_content": { type: T.PANEL, children: 'banner_image' | 'banner_text_panel' | 'button_stack_panel' }, + "promo_banner_panel_content/banner_image": { type: T.IMAGE, children: string }, + "promo_banner_panel_content/banner_text_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'title_stack_panel' | 'description' }, + "promo_banner_panel_content/banner_text_panel/padding_0": { type: T.PANEL, children: string }, + "promo_banner_panel_content/banner_text_panel/title_stack_panel": { type: T.STACK_PANEL, children: 'banner_title' }, + "promo_banner_panel_content/banner_text_panel/title_stack_panel/banner_title": { type: T.STACK_PANEL, children: string }, + "promo_banner_panel_content/banner_text_panel/description": { type: T.STACK_PANEL, children: string }, + "promo_banner_panel_content/button_stack_panel": { type: T.STACK_PANEL, children: 'left_offset' | 'banner_button' | 'right_offset' }, + "promo_banner_panel_content/button_stack_panel/left_offset": { type: T.PANEL, children: string }, + "promo_banner_panel_content/button_stack_panel/banner_button": { type: T.STACK_PANEL, children: string }, + "promo_banner_panel_content/button_stack_panel/right_offset": { type: T.PANEL, children: string }, + "promo_banner_holiday_panel": { type: T.PANEL, children: 'banner_full_button' }, + "promo_banner_holiday_panel/banner_full_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "promo_banner_holiday_panel/banner_full_button/default": { type: T.PANEL, children: string }, + "promo_banner_holiday_panel/banner_full_button/hover": { type: T.PANEL, children: string }, + "promo_banner_holiday_panel/banner_full_button/pressed": { type: T.PANEL, children: string }, + "image_message_panel": { type: T.STACK_PANEL, children: 'image_message_row_content' | 'padding_0' }, + "image_message_panel/image_message_row_content": { type: T.PANEL, children: string }, + "image_message_panel/padding_0": { type: T.PANEL, children: string }, + "image_message_row_content": { type: T.PANEL, children: 'gray_background' | 'row_button' }, + "image_message_row_content/gray_background": { type: T.IMAGE, children: 'message_text' | 'row_image' }, + "image_message_row_content/gray_background/message_text": { type: T.LABEL, children: string }, + "image_message_row_content/gray_background/row_image": { type: T.IMAGE, children: string }, + "image_message_row_content/row_button": { type: T.BUTTON, children: string }, + "promo_image_panel": { type: T.IMAGE, children: 'button_image_panel' | 'button_animated_panel' }, + "promo_image_panel/button_image_panel": { type: T.PANEL, children: string }, + "promo_image_panel/button_animated_panel": { type: T.PANEL, children: string }, + "promo_button_image_panel": { type: T.PANEL, children: 'button_image' }, + "promo_button_image_panel/button_image": { type: T.UNKNOWN, children: string }, + "promo_button_image": { type: T.IMAGE, children: string }, + "promo_button_animation": { type: T.IMAGE, children: string }, + "banner_button": { type: T.PANEL, children: string }, + "sdl_text_aligned_panel": { type: T.STACK_PANEL, children: string }, + "sdl_text_minecraftTen_aligned_panel": { type: T.STACK_PANEL, children: string }, + "sdl_content_aligned_panel": { type: T.STACK_PANEL, children: 'left__padding_panel' | 'control' | 'right_padding_panel' }, + "sdl_content_aligned_panel/left__padding_panel": { type: T.PANEL, children: string }, + "sdl_content_aligned_panel/control": { type: T.UNKNOWN, children: string }, + "sdl_content_aligned_panel/right_padding_panel": { type: T.PANEL, children: string }, + "sdl_aligned_text": { type: T.LABEL, children: string }, + "sdl_aligned_minecraftTen_text": { type: T.LABEL, children: string }, + "colored_direction_button_panel": { type: T.PANEL, children: 'chevron_image' }, + "colored_direction_button_panel/chevron_image": { type: T.IMAGE, children: string }, + "left_corner_art": { type: T.IMAGE, children: string }, + "right_corner_art": { type: T.IMAGE, children: string }, + "promo_landing_panel": { type: T.INPUT_PANEL, children: 'promo_landing_panel_content' | 'left_corner_art' | 'right_corner_art' }, + "promo_landing_panel/promo_landing_panel_content": { type: T.STACK_PANEL, children: 'promo_top' | 'pad_0' | 'promo_bottom_panel' | 'pad_1' }, + "promo_landing_panel/promo_landing_panel_content/promo_top": { type: T.PANEL, children: string }, + "promo_landing_panel/promo_landing_panel_content/pad_0": { type: T.PANEL, children: string }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel": { type: T.PANEL, children: 'promo_bottom' }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom": { type: T.IMAGE, children: 'promotion_period_carousel_panel' }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel": { type: T.INPUT_PANEL, children: 'left_button_panel' | 'offer_grid' | 'right_button_panel' }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/left_button_panel": { type: T.PANEL, children: 'left_button' }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/left_button_panel/left_button": { type: T.BUTTON, children: string }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/offer_grid": { type: T.STACK_PANEL, children: string }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/right_button_panel": { type: T.PANEL, children: 'right_button' }, + "promo_landing_panel/promo_landing_panel_content/promo_bottom_panel/promo_bottom/promotion_period_carousel_panel/right_button_panel/right_button": { type: T.BUTTON, children: string }, + "promo_landing_panel/promo_landing_panel_content/pad_1": { type: T.PANEL, children: string }, + "promo_landing_panel/left_corner_art": { type: T.IMAGE, children: string }, + "promo_landing_panel/right_corner_art": { type: T.IMAGE, children: string }, + "promotion_screen_top_section": { type: T.PANEL, children: 'main_panel' }, + "promotion_screen_top_section/main_panel": { type: T.IMAGE, children: string }, + "promotion_top_main_panel": { type: T.IMAGE, children: 'promotion_top_main_stack' }, + "promotion_top_main_panel/promotion_top_main_stack": { type: T.STACK_PANEL, children: 'main_panel_title' | 'promo_single_top' | 'promo_multi_item' }, + "promotion_top_main_panel/promotion_top_main_stack/main_panel_title": { type: T.STACK_PANEL, children: string }, + "promotion_top_main_panel/promotion_top_main_stack/promo_single_top": { type: T.INPUT_PANEL, children: 'single_item_view' }, + "promotion_top_main_panel/promotion_top_main_stack/promo_single_top/single_item_view": { type: T.STACK_PANEL, children: string }, + "promotion_top_main_panel/promotion_top_main_stack/promo_multi_item": { type: T.PANEL, children: string }, + "main_panel_title": { type: T.STACK_PANEL, children: 'padding_0' | 'header_stack' | 'padding_1' | 'divdier_centering_panel' | 'padding_2' }, + "main_panel_title/padding_0": { type: T.PANEL, children: string }, + "main_panel_title/header_stack": { type: T.STACK_PANEL, children: 'padding_0' | 'back_button_centering_panel' | 'padding_1' | 'header_panel' | 'padding_2' | 'claim_all_button_panel' }, + "main_panel_title/header_stack/padding_0": { type: T.PANEL, children: string }, + "main_panel_title/header_stack/back_button_centering_panel": { type: T.PANEL, children: 'button' }, + "main_panel_title/header_stack/back_button_centering_panel/button": { type: T.BUTTON, children: string }, + "main_panel_title/header_stack/padding_1": { type: T.PANEL, children: string }, + "main_panel_title/header_stack/header_panel": { type: T.PANEL, children: 'title_and_description' }, + "main_panel_title/header_stack/header_panel/title_and_description": { type: T.LABEL, children: string }, + "main_panel_title/header_stack/padding_2": { type: T.PANEL, children: string }, + "main_panel_title/header_stack/claim_all_button_panel": { type: T.PANEL, children: 'claim_all_button' }, + "main_panel_title/header_stack/claim_all_button_panel/claim_all_button": { type: T.BUTTON, children: string }, + "main_panel_title/padding_1": { type: T.PANEL, children: string }, + "main_panel_title/divdier_centering_panel": { type: T.PANEL, children: 'divider' }, + "main_panel_title/divdier_centering_panel/divider": { type: T.IMAGE, children: string }, + "main_panel_title/padding_2": { type: T.PANEL, children: string }, + "promo_multi_item_grid": { type: T.GRID, children: string }, + "promo_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "promo_button/default": { type: T.PANEL, children: 'key_art_size_panel' }, + "promo_button/default/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' | 'button_frame' }, + "promo_button/default/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: 'sizing_panel' | 'platform_restricted_warning_image' }, + "promo_button/default/key_art_size_panel/key_art_frame/sizing_panel": { type: T.PANEL, children: string }, + "promo_button/default/key_art_size_panel/key_art_frame/platform_restricted_warning_image": { type: T.IMAGE, children: string }, + "promo_button/default/key_art_size_panel/button_frame": { type: T.IMAGE, children: string }, + "promo_button/hover": { type: T.PANEL, children: 'key_art_size_panel' }, + "promo_button/hover/key_art_size_panel": { type: T.PANEL, children: 'key_art_frame' | 'button_frame' }, + "promo_button/hover/key_art_size_panel/key_art_frame": { type: T.IMAGE, children: 'sizing_panel' }, + "promo_button/hover/key_art_size_panel/key_art_frame/sizing_panel": { type: T.PANEL, children: string }, + "promo_button/hover/key_art_size_panel/button_frame": { type: T.IMAGE, children: string }, + "promo_button/pressed": { type: T.PANEL, children: 'key_art_frame' | 'button_frame' }, + "promo_button/pressed/key_art_frame": { type: T.IMAGE, children: 'sizing_panel' }, + "promo_button/pressed/key_art_frame/sizing_panel": { type: T.PANEL, children: string }, + "promo_button/pressed/button_frame": { type: T.IMAGE, children: string }, + "promo_grid_item": { type: T.PANEL, children: 'background_image' | 'promo_button' | 'platform_restricted_error_multi_item' }, + "promo_grid_item/background_image": { type: T.IMAGE, children: 'promo_content' }, + "promo_grid_item/background_image/promo_content": { type: T.STACK_PANEL, children: string }, + "promo_grid_item/promo_button": { type: T.BUTTON, children: string }, + "promo_grid_item/platform_restricted_error_multi_item": { type: T.PANEL, children: string }, + "platform_restricted_error": { type: T.PANEL, children: 'platform_restricted_error_button' }, + "platform_restricted_error/platform_restricted_error_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'white_overlay_to_gray_out' }, + "platform_restricted_error/platform_restricted_error_button/default": { type: T.PANEL, children: string }, + "platform_restricted_error/platform_restricted_error_button/hover": { type: T.IMAGE, children: string }, + "platform_restricted_error/platform_restricted_error_button/pressed": { type: T.PANEL, children: string }, + "platform_restricted_error/platform_restricted_error_button/white_overlay_to_gray_out": { type: T.IMAGE, children: string }, + "promo_grid_item_content": { type: T.STACK_PANEL, children: 'thumbnail_image' | 'persona_key_art_frame' | 'padding_0' | 'title_tooltip' }, + "promo_grid_item_content/thumbnail_image": { type: T.IMAGE, children: string }, + "promo_grid_item_content/persona_key_art_frame": { type: T.PANEL, children: 'persona_image_panel' | 'background' | 'rarity_bar_panel' }, + "promo_grid_item_content/persona_key_art_frame/persona_image_panel": { type: T.IMAGE, children: string }, + "promo_grid_item_content/persona_key_art_frame/background": { type: T.IMAGE, children: string }, + "promo_grid_item_content/persona_key_art_frame/rarity_bar_panel": { type: T.IMAGE, children: string }, + "promo_grid_item_content/padding_0": { type: T.PANEL, children: string }, + "promo_grid_item_content/title_tooltip": { type: T.STACK_PANEL, children: 'promo_title' | 'tooltip' }, + "promo_grid_item_content/title_tooltip/promo_title": { type: T.LABEL, children: string }, + "promo_grid_item_content/title_tooltip/tooltip": { type: T.STACK_PANEL, children: string }, + "promotion_period_grid_panel": { type: T.PANEL, children: 'promotion_offer_grid_image' }, + "promotion_period_grid_panel/promotion_offer_grid_image": { type: T.PANEL, children: 'item_selected_bg' | 'promotion_offer_grid_stack_panel' }, + "promotion_period_grid_panel/promotion_offer_grid_image/item_selected_bg": { type: T.IMAGE, children: string }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel": { type: T.STACK_PANEL, children: 'day_label_panel' | 'pad' | 'image_centering_panel' }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/day_label_panel": { type: T.PANEL, children: 'day_label' }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/day_label_panel/day_label": { type: T.LABEL, children: string }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/pad": { type: T.PANEL, children: string }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/image_centering_panel": { type: T.PANEL, children: 'image_panel' }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/image_centering_panel/image_panel": { type: T.PANEL, children: 'item_button' }, + "promotion_period_grid_panel/promotion_offer_grid_image/promotion_offer_grid_stack_panel/image_centering_panel/image_panel/item_button": { type: T.PANEL, children: string }, + "promotion_period_offer_panel": { type: T.STACK_PANEL, children: 'period_1' | 'padding_0' | 'period_2' | 'padding_1' | 'period_3' | 'padding_2' | 'period_4' | 'padding_3' | 'period_5' | 'padding_4' | 'period_6' | 'padding_5' | 'period_7' }, + "promotion_period_offer_panel/period_1": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/padding_0": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/period_2": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/padding_1": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/period_3": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/padding_2": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/period_4": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/padding_3": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/period_5": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/padding_4": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/period_6": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/padding_5": { type: T.PANEL, children: string }, + "promotion_period_offer_panel/period_7": { type: T.PANEL, children: string }, + "toggle_button_control": { type: T.PANEL, children: 'green_check' | 'key_art_image_panel' }, + "toggle_button_control/green_check": { type: T.IMAGE, children: string }, + "toggle_button_control/key_art_image_panel": { type: T.PANEL, children: 'image_loading_panel' | 'key_art_image' }, + "toggle_button_control/key_art_image_panel/image_loading_panel": { type: T.PANEL, children: string }, + "toggle_button_control/key_art_image_panel/key_art_image": { type: T.IMAGE, children: string }, + "checked_border": { type: T.PANEL, children: string }, + "promotion_period_grid_item": { type: T.PANEL, children: 'frame' }, + "promotion_period_grid_item/frame": { type: T.PANEL, children: 'offer_button' }, + "promotion_period_grid_item/frame/offer_button": { type: T.PANEL, children: 'offer_toggle_button' }, + "promotion_period_grid_item/frame/offer_button/offer_toggle_button": { type: T.PANEL, children: string }, + "vertical_padding_2px": { type: T.PANEL, children: string }, + "timer_icon_tooltip_panel": { type: T.PANEL, children: 'limited_status_image' }, + "timer_icon_tooltip_panel/limited_status_image": { type: T.IMAGE, children: string }, + "timer_tooltip_panel_right_extending": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "timer_tooltip_panel_right_extending/default": { type: T.PANEL, children: string }, + "timer_tooltip_panel_right_extending/hover": { type: T.IMAGE, children: string }, + "timer_tooltip_panel_right_extending/pressed": { type: T.IMAGE, children: string }, + "timer_tooltip_panel_left_extending": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "timer_tooltip_panel_left_extending/default": { type: T.PANEL, children: string }, + "timer_tooltip_panel_left_extending/hover": { type: T.IMAGE, children: string }, + "timer_tooltip_panel_left_extending/pressed": { type: T.IMAGE, children: string }, + "no_timer_tooltip_panel": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "no_timer_tooltip_panel/default": { type: T.PANEL, children: string }, + "no_timer_tooltip_panel/hover": { type: T.PANEL, children: string }, + "no_timer_tooltip_panel/pressed": { type: T.PANEL, children: string }, + "promo_timer_panel": { type: T.STACK_PANEL, children: 'timer_icon_and_tooltip_panel' | 'padding' | 'timer_text' }, + "promo_timer_panel/timer_icon_and_tooltip_panel": { type: T.PANEL, children: 'tooltip_button_right_extending' | 'tooltip_button_left_extending' | 'notooltip_button' | 'timer_icon' }, + "promo_timer_panel/timer_icon_and_tooltip_panel/tooltip_button_right_extending": { type: T.BUTTON, children: string }, + "promo_timer_panel/timer_icon_and_tooltip_panel/tooltip_button_left_extending": { type: T.BUTTON, children: string }, + "promo_timer_panel/timer_icon_and_tooltip_panel/notooltip_button": { type: T.BUTTON, children: string }, + "promo_timer_panel/timer_icon_and_tooltip_panel/timer_icon": { type: T.IMAGE, children: string }, + "promo_timer_panel/padding": { type: T.PANEL, children: string }, + "promo_timer_panel/timer_text": { type: T.LABEL, children: string }, + "offer_title_panel": { type: T.PANEL, children: 'offer_title_label' }, + "offer_title_panel/offer_title_label": { type: T.LABEL, children: string }, + "title_and_author_panel": { type: T.STACK_PANEL, children: 'author_button_panel' }, + "title_and_author_panel/author_button_panel": { type: T.PANEL, children: 'summary_author_button' }, + "title_and_author_panel/author_button_panel/summary_author_button": { type: T.BUTTON, children: string }, + "glyph_panel": { type: T.PANEL, children: 'item_glyph_count_panel' }, + "glyph_panel/item_glyph_count_panel": { type: T.STACK_PANEL, children: 'glyph_icon_panel' | 'center_item_glyph_padding' | 'item_glyph_count_panel_label' | 'item_glyph_panel_padding' }, + "glyph_panel/item_glyph_count_panel/glyph_icon_panel": { type: T.PANEL, children: 'glyph_icon' }, + "glyph_panel/item_glyph_count_panel/glyph_icon_panel/glyph_icon": { type: T.IMAGE, children: string }, + "glyph_panel/item_glyph_count_panel/center_item_glyph_padding": { type: T.PANEL, children: string }, + "glyph_panel/item_glyph_count_panel/item_glyph_count_panel_label": { type: T.LABEL, children: string }, + "glyph_panel/item_glyph_count_panel/item_glyph_panel_padding": { type: T.PANEL, children: string }, + "vertical_glyph_section_content": { type: T.STACK_PANEL, children: 'glyph_content' | 'bottom_glyph_content_padding' }, + "vertical_glyph_section_content/glyph_content": { type: T.PANEL, children: string }, + "vertical_glyph_section_content/bottom_glyph_content_padding": { type: T.PANEL, children: string }, + "glyph_section_panel": { type: T.PANEL, children: 'glyphs' }, + "glyph_section_panel/glyphs": { type: T.STACK_PANEL, children: 'skin_glyph_section' | 'world_glyph_section' | 'resource_pack_glyph_section' }, + "glyph_section_panel/glyphs/skin_glyph_section": { type: T.UNKNOWN, children: string }, + "glyph_section_panel/glyphs/world_glyph_section": { type: T.UNKNOWN, children: string }, + "glyph_section_panel/glyphs/resource_pack_glyph_section": { type: T.UNKNOWN, children: string }, + "vertical_glyph_section_panel": { type: T.PANEL, children: string }, + "image_glyphs_panel": { type: T.STACK_PANEL, children: 'world_panel' | 'persona_panel' | 'divider' | 'info' }, + "image_glyphs_panel/world_panel": { type: T.PANEL, children: 'border' | 'world_key_image' }, + "image_glyphs_panel/world_panel/border": { type: T.IMAGE, children: string }, + "image_glyphs_panel/world_panel/world_key_image": { type: T.IMAGE, children: string }, + "image_glyphs_panel/persona_panel": { type: T.PANEL, children: 'border' | 'persona_image' | 'background' | 'rarity_bar_panel' }, + "image_glyphs_panel/persona_panel/border": { type: T.IMAGE, children: string }, + "image_glyphs_panel/persona_panel/persona_image": { type: T.IMAGE, children: string }, + "image_glyphs_panel/persona_panel/background": { type: T.IMAGE, children: string }, + "image_glyphs_panel/persona_panel/rarity_bar_panel": { type: T.IMAGE, children: string }, + "image_glyphs_panel/divider": { type: T.PANEL, children: string }, + "image_glyphs_panel/info": { type: T.STACK_PANEL, children: 'summary_title_and_author_panel' | 'glyph_section' }, + "image_glyphs_panel/info/summary_title_and_author_panel": { type: T.STACK_PANEL, children: string }, + "image_glyphs_panel/info/glyph_section": { type: T.PANEL, children: 'glyph_section_panel' }, + "image_glyphs_panel/info/glyph_section/glyph_section_panel": { type: T.PANEL, children: string }, + "promo_lower_button_content": { type: T.PANEL, children: 'promo_banner_button' | 'progress_loading_spinner' }, + "promo_lower_button_content/promo_banner_button": { type: T.LABEL, children: string }, + "promo_lower_button_content/progress_loading_spinner": { type: T.IMAGE, children: string }, + "free_discount_label": { type: T.LABEL, children: string }, + "promo_upper_button_content": { type: T.PANEL, children: 'markdown' | 'promo_item_action_text_panel' | 'download_progress_bar' }, + "promo_upper_button_content/markdown": { type: T.STACK_PANEL, children: 'sales_banner_offset_panel' | 'price_markdown_panel' }, + "promo_upper_button_content/markdown/sales_banner_offset_panel": { type: T.PANEL, children: 'sales_banner_panel' }, + "promo_upper_button_content/markdown/sales_banner_offset_panel/sales_banner_panel": { type: T.PANEL, children: 'markdown_banner' }, + "promo_upper_button_content/markdown/sales_banner_offset_panel/sales_banner_panel/markdown_banner": { type: T.STACK_PANEL, children: string }, + "promo_upper_button_content/markdown/price_markdown_panel": { type: T.PANEL, children: 'offer_price' }, + "promo_upper_button_content/markdown/price_markdown_panel/offer_price": { type: T.LABEL, children: 'text_strike_through' }, + "promo_upper_button_content/markdown/price_markdown_panel/offer_price/text_strike_through": { type: T.IMAGE, children: string }, + "promo_upper_button_content/promo_item_action_text_panel": { type: T.STACK_PANEL, children: 'warning_image_panel' | 'promo_item_action_text' }, + "promo_upper_button_content/promo_item_action_text_panel/warning_image_panel": { type: T.PANEL, children: 'platform_restricted_warning_image' | 'padding' }, + "promo_upper_button_content/promo_item_action_text_panel/warning_image_panel/platform_restricted_warning_image": { type: T.IMAGE, children: string }, + "promo_upper_button_content/promo_item_action_text_panel/warning_image_panel/padding": { type: T.PANEL, children: string }, + "promo_upper_button_content/promo_item_action_text_panel/promo_item_action_text": { type: T.LABEL, children: string }, + "promo_upper_button_content/download_progress_bar": { type: T.PANEL, children: string }, + "description_section_panel": { type: T.PANEL, children: 'contents_description' }, + "description_section_panel/contents_description": { type: T.LABEL, children: string }, + "offset_title_offer": { type: T.STACK_PANEL, children: 'pad_0' | 'title_panel' }, + "offset_title_offer/pad_0": { type: T.PANEL, children: string }, + "offset_title_offer/title_panel": { type: T.PANEL, children: string }, + "offset_promo_timer": { type: T.STACK_PANEL, children: 'pad_0' | 'promo_timer' }, + "offset_promo_timer/pad_0": { type: T.PANEL, children: string }, + "offset_promo_timer/promo_timer": { type: T.STACK_PANEL, children: string }, + "offset_image_glyphs_panel": { type: T.STACK_PANEL, children: 'pad_0' | 'smaller_panel' }, + "offset_image_glyphs_panel/pad_0": { type: T.PANEL, children: string }, + "offset_image_glyphs_panel/smaller_panel": { type: T.STACK_PANEL, children: 'details' | 'description' }, + "offset_image_glyphs_panel/smaller_panel/details": { type: T.STACK_PANEL, children: string }, + "offset_image_glyphs_panel/smaller_panel/description": { type: T.PANEL, children: string }, + "promo_pack_detail_panel": { type: T.STACK_PANEL, children: 'offset_title_panel' | 'offsetted_promo_timer' | 'pad_0' | 'offsetted_details' | 'pad_1' }, + "promo_pack_detail_panel/offset_title_panel": { type: T.STACK_PANEL, children: string }, + "promo_pack_detail_panel/offsetted_promo_timer": { type: T.STACK_PANEL, children: string }, + "promo_pack_detail_panel/pad_0": { type: T.PANEL, children: string }, + "promo_pack_detail_panel/offsetted_details": { type: T.STACK_PANEL, children: string }, + "promo_pack_detail_panel/pad_1": { type: T.PANEL, children: string }, + "promo_left_inner_top_scrolling_content": { type: T.INPUT_PANEL, children: 'details' }, + "promo_left_inner_top_scrolling_content/details": { type: T.STACK_PANEL, children: string }, + "promo_left_inner_top": { type: T.STACK_PANEL, children: 'top' | 'padding2' }, + "promo_left_inner_top/top": { type: T.PANEL, children: string }, + "promo_left_inner_top/padding2": { type: T.PANEL, children: string }, + "promo_left_inner_bottom": { type: T.STACK_PANEL, children: 'banner_button_top_panel' | 'banner_button_bottom' }, + "promo_left_inner_bottom/banner_button_top_panel": { type: T.PANEL, children: 'banner_button_top' | 'platform_restricted_error_single_item' }, + "promo_left_inner_bottom/banner_button_top_panel/banner_button_top": { type: T.BUTTON, children: string }, + "promo_left_inner_bottom/banner_button_top_panel/platform_restricted_error_single_item": { type: T.PANEL, children: string }, + "promo_left_inner_bottom/banner_button_bottom": { type: T.BUTTON, children: string }, + "promo_left_panel": { type: T.STACK_PANEL, children: 'top' | 'bottom_buttons_padded' | 'padding' }, + "promo_left_panel/top": { type: T.STACK_PANEL, children: string }, + "promo_left_panel/bottom_buttons_padded": { type: T.STACK_PANEL, children: 'pad_0' | 'bottom' }, + "promo_left_panel/bottom_buttons_padded/pad_0": { type: T.PANEL, children: string }, + "promo_left_panel/bottom_buttons_padded/bottom": { type: T.STACK_PANEL, children: string }, + "promo_left_panel/padding": { type: T.PANEL, children: string }, + "promo_world_image_panel": { type: T.PANEL, children: 'image' }, + "promo_world_image_panel/image": { type: T.PANEL, children: 'key_image' }, + "promo_world_image_panel/image/key_image": { type: T.IMAGE, children: 'border' }, + "promo_world_image_panel/image/key_image/border": { type: T.IMAGE, children: string }, + "promo_grey_bar_panel": { type: T.STACK_PANEL, children: 'grey_bar' | 'green_bar' | 'padding' }, + "promo_grey_bar_panel/grey_bar": { type: T.IMAGE, children: string }, + "promo_grey_bar_panel/green_bar": { type: T.IMAGE, children: string }, + "promo_grey_bar_panel/padding": { type: T.PANEL, children: string }, + "promo_world_button_panel": { type: T.STACK_PANEL, children: 'pan_left_button' | 'navigation_bar' | 'pan_right_button' }, + "promo_world_button_panel/pan_left_button": { type: T.BUTTON, children: string }, + "promo_world_button_panel/navigation_bar": { type: T.PANEL, children: 'grey_bar' }, + "promo_world_button_panel/navigation_bar/grey_bar": { type: T.IMAGE, children: 'grey_bar_factory_panel' }, + "promo_world_button_panel/navigation_bar/grey_bar/grey_bar_factory_panel": { type: T.STACK_PANEL, children: string }, + "promo_world_button_panel/pan_right_button": { type: T.BUTTON, children: string }, + "promo_world_panel": { type: T.STACK_PANEL, children: 'image' | 'padding1' | 'buttons' | 'padding_3' }, + "promo_world_panel/image": { type: T.PANEL, children: string }, + "promo_world_panel/padding1": { type: T.PANEL, children: string }, + "promo_world_panel/buttons": { type: T.STACK_PANEL, children: string }, + "promo_world_panel/padding_3": { type: T.PANEL, children: string }, + "promo_skin_panel": { type: T.PANEL, children: 'size_control' }, + "promo_skin_panel/size_control": { type: T.PANEL, children: 'background' | 'skin_button' }, + "promo_skin_panel/size_control/background": { type: T.IMAGE, children: string }, + "promo_skin_panel/size_control/skin_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'content_panel' }, + "promo_skin_panel/size_control/skin_button/default": { type: T.PANEL, children: string }, + "promo_skin_panel/size_control/skin_button/hover": { type: T.IMAGE, children: string }, + "promo_skin_panel/size_control/skin_button/pressed": { type: T.PANEL, children: string }, + "promo_skin_panel/size_control/skin_button/content_panel": { type: T.PANEL, children: 'paper_doll' }, + "promo_skin_panel/size_control/skin_button/content_panel/paper_doll": { type: T.CUSTOM, children: string }, + "promo_skin_grid_panel": { type: T.PANEL, children: 'promo_skin_pack_grid' }, + "promo_skin_grid_panel/promo_skin_pack_grid": { type: T.GRID, children: string }, + "promo_right_panel_scroll_content": { type: T.STACK_PANEL, children: 'world_screenshots_panel' | 'skin_image_panel' | 'persona_preview' }, + "promo_right_panel_scroll_content/world_screenshots_panel": { type: T.PANEL, children: 'world_panel' }, + "promo_right_panel_scroll_content/world_screenshots_panel/world_panel": { type: T.STACK_PANEL, children: string }, + "promo_right_panel_scroll_content/skin_image_panel": { type: T.PANEL, children: 'skin_panel' }, + "promo_right_panel_scroll_content/skin_image_panel/skin_panel": { type: T.UNKNOWN, children: string }, + "promo_right_panel_scroll_content/persona_preview": { type: T.INPUT_PANEL, children: string }, + "skin_scroll_panel": { type: T.UNKNOWN, children: string }, + "persona_classic_skin_grid_panel": { type: T.PANEL, children: 'persona_skin_pack_category_grid' }, + "persona_classic_skin_grid_panel/persona_skin_pack_category_grid": { type: T.GRID, children: string }, + "promo_right_panel": { type: T.PANEL, children: string }, + "promo_detail_panel": { type: T.STACK_PANEL, children: 'detail' | 'center_spacing' | 'right' }, + "promo_detail_panel/detail": { type: T.STACK_PANEL, children: string }, + "promo_detail_panel/center_spacing": { type: T.PANEL, children: string }, + "promo_detail_panel/right": { type: T.PANEL, children: string }, + "promotion_skin_viewer_panel": { type: T.INPUT_PANEL, children: 'popup_dialog_factory' | 'character_loading_panel' | 'skin_model_panel' }, + "promotion_skin_viewer_panel/popup_dialog_factory": { type: T.FACTORY, children: string }, + "promotion_skin_viewer_panel/character_loading_panel": { type: T.IMAGE, children: string }, + "promotion_skin_viewer_panel/skin_model_panel": { type: T.PANEL, children: 'skin_model' | 'arrow_panel' }, + "promotion_skin_viewer_panel/skin_model_panel/skin_model": { type: T.CUSTOM, children: string }, + "promotion_skin_viewer_panel/skin_model_panel/arrow_panel": { type: T.PANEL, children: 'rotate_arrows' }, + "promotion_skin_viewer_panel/skin_model_panel/arrow_panel/rotate_arrows": { type: T.IMAGE, children: string }, + "promo_popup_toast": { type: T.INPUT_PANEL, children: string }, +} + +export type StoreSaleItemListType = { + "banner_header": { type: T.PANEL, children: 'label_panel' }, + "banner_header/label_panel": { type: T.PANEL, children: 'on_sale_banner' | 'time_remaining_label' }, + "banner_header/label_panel/on_sale_banner": { type: T.IMAGE, children: 'padding_panel' }, + "banner_header/label_panel/on_sale_banner/padding_panel": { type: T.PANEL, children: 'sales_row_header_label' | 'triangle' }, + "banner_header/label_panel/on_sale_banner/padding_panel/sales_row_header_label": { type: T.LABEL, children: string }, + "banner_header/label_panel/on_sale_banner/padding_panel/triangle": { type: T.IMAGE, children: string }, + "banner_header/label_panel/time_remaining_label": { type: T.LABEL, children: string }, + "sales_offer_content": { type: T.STACK_PANEL, children: 'top_padding' | 'sales_panel' }, + "sales_offer_content/top_padding": { type: T.PANEL, children: string }, + "sales_offer_content/sales_panel": { type: T.STACK_PANEL, children: 'sales_banner_panel' | 'top_sales_grid_padding' | 'sales_grid_panel' }, + "sales_offer_content/sales_panel/sales_banner_panel": { type: T.PANEL, children: string }, + "sales_offer_content/sales_panel/top_sales_grid_padding": { type: T.PANEL, children: string }, + "sales_offer_content/sales_panel/sales_grid_panel": { type: T.PANEL, children: 'sales_offer_grid' }, + "sales_offer_content/sales_panel/sales_grid_panel/sales_offer_grid": { type: T.GRID, children: string }, + "all_offer_content": { type: T.PANEL, children: 'store_offer_grid_panel' }, + "all_offer_content/store_offer_grid_panel": { type: T.GRID, children: string }, +} + +export type StoreSearchType = { + "store_offer_grid_item": { type: T.PANEL, children: string }, + "trending_row_content": { type: T.PANEL, children: 'trending_row_panel' }, + "trending_row_content/trending_row_panel": { type: T.STACK_PANEL, children: 'trending_row_label_panel' | 'mid_padding' | 'trending_offers_grid' | 'bottom_padding' }, + "trending_row_content/trending_row_panel/trending_row_label_panel": { type: T.PANEL, children: 'trending_row_label' }, + "trending_row_content/trending_row_panel/trending_row_label_panel/trending_row_label": { type: T.LABEL, children: string }, + "trending_row_content/trending_row_panel/mid_padding": { type: T.PANEL, children: string }, + "trending_row_content/trending_row_panel/trending_offers_grid": { type: T.GRID, children: string }, + "trending_row_content/trending_row_panel/bottom_padding": { type: T.PANEL, children: string }, + "trending_rows_grid": { type: T.GRID, children: string }, + "search_offer_content": { type: T.PANEL, children: 'trending_grid' | 'item_list_panel' }, + "search_offer_content/trending_grid": { type: T.GRID, children: string }, + "search_offer_content/item_list_panel": { type: T.PANEL, children: 'item_list_grid' }, + "search_offer_content/item_list_panel/item_list_grid": { type: T.GRID, children: string }, + "main_panel": { type: T.INPUT_PANEL, children: 'seach_object' | 'progress_loading' }, + "main_panel/seach_object": { type: T.PANEL, children: string }, + "main_panel/progress_loading": { type: T.PANEL, children: string }, + "store_search_screen_content": { type: T.PANEL, children: 'main_panel' | 'popup_dialog_factory' }, + "store_search_screen_content/main_panel": { type: T.STACK_PANEL, children: string }, + "store_search_screen_content/popup_dialog_factory": { type: T.FACTORY, children: string }, + "store_search_screen": { type: T.SCREEN, children: string }, +} + +export type SortMenuType = { + "sort_menu_toggle_panel": { type: T.PANEL, children: 'sort_menu_toggle_panel' }, + "sort_menu_toggle_panel/sort_menu_toggle_panel": { type: T.PANEL, children: 'sort_menu_toggle' }, + "sort_menu_toggle_panel/sort_menu_toggle_panel/sort_menu_toggle": { type: T.PANEL, children: string }, + "sort_menu_first_button_content_panel": { type: T.STACK_PANEL, children: 'left_padding' | 'centered_sort_logo_icon' | 'logo_padding_labels' | 'labels_stack_panel' | 'labels_padding_x_image' | 'x_image_panel' }, + "sort_menu_first_button_content_panel/left_padding": { type: T.PANEL, children: string }, + "sort_menu_first_button_content_panel/centered_sort_logo_icon": { type: T.PANEL, children: 'sort_logo_icon' }, + "sort_menu_first_button_content_panel/centered_sort_logo_icon/sort_logo_icon": { type: T.IMAGE, children: string }, + "sort_menu_first_button_content_panel/logo_padding_labels": { type: T.PANEL, children: string }, + "sort_menu_first_button_content_panel/labels_stack_panel": { type: T.STACK_PANEL, children: 'top_padding' | 'sort_const_word_top' | 'middle_padding' | 'current_sort_value_label_bottom' | 'bottom_padding' }, + "sort_menu_first_button_content_panel/labels_stack_panel/top_padding": { type: T.PANEL, children: string }, + "sort_menu_first_button_content_panel/labels_stack_panel/sort_const_word_top": { type: T.LABEL, children: string }, + "sort_menu_first_button_content_panel/labels_stack_panel/middle_padding": { type: T.PANEL, children: string }, + "sort_menu_first_button_content_panel/labels_stack_panel/current_sort_value_label_bottom": { type: T.LABEL, children: string }, + "sort_menu_first_button_content_panel/labels_stack_panel/bottom_padding": { type: T.PANEL, children: string }, + "sort_menu_first_button_content_panel/labels_padding_x_image": { type: T.PANEL, children: string }, + "sort_menu_first_button_content_panel/x_image_panel": { type: T.PANEL, children: 'x_image' }, + "sort_menu_first_button_content_panel/x_image_panel/x_image": { type: T.IMAGE, children: string }, + "sort_menu_toggles": { type: T.STACK_PANEL, children: 'relevance_toggle_panel' | 'sort_toggle_grid' }, + "sort_menu_toggles/relevance_toggle_panel": { type: T.PANEL, children: 'relevance_toggle' }, + "sort_menu_toggles/relevance_toggle_panel/relevance_toggle": { type: T.PANEL, children: string }, + "sort_menu_toggles/sort_toggle_grid": { type: T.PANEL, children: string }, + "sort_menu_show": { type: T.STACK_PANEL, children: '1st_button_centering_panel' | 'sort_scrolling_content_panel' }, + "sort_menu_show/1st_button_centering_panel": { type: T.PANEL, children: 'first_button_main' }, + "sort_menu_show/1st_button_centering_panel/first_button_main": { type: T.BUTTON, children: string }, + "sort_menu_show/sort_scrolling_content_panel": { type: T.PANEL, children: string }, + "sort_menu_panel": { type: T.STACK_PANEL, children: 'top_padding' | 'alignment_panel' }, + "sort_menu_panel/top_padding": { type: T.PANEL, children: string }, + "sort_menu_panel/alignment_panel": { type: T.STACK_PANEL, children: 'left_padding' | 'sort_menu_show' | 'right_padding' }, + "sort_menu_panel/alignment_panel/left_padding": { type: T.PANEL, children: string }, + "sort_menu_panel/alignment_panel/sort_menu_show": { type: T.STACK_PANEL, children: string }, + "sort_menu_panel/alignment_panel/right_padding": { type: T.PANEL, children: string }, + "sort_menu_screen_content": { type: T.INPUT_PANEL, children: 'sort_menu_main' | 'sort_menu_main_persona' | 'sort_menu_background' }, + "sort_menu_screen_content/sort_menu_main": { type: T.STACK_PANEL, children: string }, + "sort_menu_screen_content/sort_menu_main_persona": { type: T.STACK_PANEL, children: string }, + "sort_menu_screen_content/sort_menu_background": { type: T.PANEL, children: string }, +} + +export type StructureEditorType = { + "small_padding": { type: T.PANEL, children: string }, + "help_icon": { type: T.IMAGE, children: string }, + "common_text_label": { type: T.LABEL, children: string }, + "text_edit_control": { type: T.EDIT_BOX, children: string }, + "axis_selection_panel": { type: T.PANEL, children: 'label' | 'edit_box' }, + "axis_selection_panel/label": { type: T.LABEL, children: string }, + "axis_selection_panel/edit_box": { type: T.EDIT_BOX, children: string }, + "grid_axis_selection_panel": { type: T.STACK_PANEL, children: 'label_container' | 'axis_grid' }, + "grid_axis_selection_panel/label_container": { type: T.PANEL, children: 'label' }, + "grid_axis_selection_panel/label_container/label": { type: T.LABEL, children: string }, + "grid_axis_selection_panel/axis_grid": { type: T.GRID, children: 'X' | 'Y' | 'Z' }, + "grid_axis_selection_panel/axis_grid/X": { type: T.PANEL, children: string }, + "grid_axis_selection_panel/axis_grid/Y": { type: T.PANEL, children: string }, + "grid_axis_selection_panel/axis_grid/Z": { type: T.PANEL, children: string }, + "3d_export_button": { type: T.BUTTON, children: string }, + "save_button": { type: T.BUTTON, children: string }, + "export_button": { type: T.BUTTON, children: string }, + "load_button": { type: T.BUTTON, children: string }, + "detect_button": { type: T.BUTTON, children: string }, + "import_button": { type: T.BUTTON, children: string }, + "reset_button": { type: T.BUTTON, children: string }, + "help_button": { type: T.BUTTON, children: string }, + "toggle_option_panel": { type: T.STACK_PANEL, children: 'toggle' | 'offset_0' | 'first_label_wrapper' | 'second_label_wrapper' }, + "toggle_option_panel/toggle": { type: T.TOGGLE, children: string }, + "toggle_option_panel/offset_0": { type: T.PANEL, children: string }, + "toggle_option_panel/first_label_wrapper": { type: T.PANEL, children: 'first_label' }, + "toggle_option_panel/first_label_wrapper/first_label": { type: T.LABEL, children: string }, + "toggle_option_panel/second_label_wrapper": { type: T.PANEL, children: 'second_label' }, + "toggle_option_panel/second_label_wrapper/second_label": { type: T.LABEL, children: string }, + "include_entities_panel": { type: T.STACK_PANEL, children: 'label' | 'toggle_wrapper' }, + "include_entities_panel/label": { type: T.LABEL, children: string }, + "include_entities_panel/toggle_wrapper": { type: T.PANEL, children: 'toggle' }, + "include_entities_panel/toggle_wrapper/toggle": { type: T.STACK_PANEL, children: string }, + "waterlogging_panel": { type: T.STACK_PANEL, children: 'label' | 'toggle_wrapper' }, + "waterlogging_panel/label": { type: T.LABEL, children: string }, + "waterlogging_panel/toggle_wrapper": { type: T.PANEL, children: 'toggle' }, + "waterlogging_panel/toggle_wrapper/toggle": { type: T.STACK_PANEL, children: string }, + "show_bounding_box_panel": { type: T.STACK_PANEL, children: 'label' | 'toggle_wrapper' }, + "show_bounding_box_panel/label": { type: T.LABEL, children: string }, + "show_bounding_box_panel/toggle_wrapper": { type: T.PANEL, children: 'toggle' }, + "show_bounding_box_panel/toggle_wrapper/toggle": { type: T.STACK_PANEL, children: string }, + "include_player_panel": { type: T.STACK_PANEL, children: 'label' | 'toggle_wrapper' }, + "include_player_panel/label": { type: T.LABEL, children: string }, + "include_player_panel/toggle_wrapper": { type: T.PANEL, children: 'toggle' }, + "include_player_panel/toggle_wrapper/toggle": { type: T.STACK_PANEL, children: string }, + "remove_blocks_panel": { type: T.STACK_PANEL, children: 'label' | 'toggle_wrapper' }, + "remove_blocks_panel/label": { type: T.LABEL, children: string }, + "remove_blocks_panel/toggle_wrapper": { type: T.PANEL, children: 'toggle' }, + "remove_blocks_panel/toggle_wrapper/toggle": { type: T.STACK_PANEL, children: string }, + "3d_export_mode_panel": { type: T.STACK_PANEL, children: 'size_offset_panel' | 'offset_0' | 'offset_2' | 'remove_blocks' }, + "3d_export_mode_panel/size_offset_panel": { type: T.STACK_PANEL, children: 'size_panel' | 'offset_panel' }, + "3d_export_mode_panel/size_offset_panel/size_panel": { type: T.STACK_PANEL, children: string }, + "3d_export_mode_panel/size_offset_panel/offset_panel": { type: T.STACK_PANEL, children: string }, + "3d_export_mode_panel/offset_0": { type: T.PANEL, children: string }, + "3d_export_mode_panel/offset_2": { type: T.PANEL, children: string }, + "3d_export_mode_panel/remove_blocks": { type: T.STACK_PANEL, children: string }, + "save_mode_panel": { type: T.STACK_PANEL, children: 'structure_name' | 'size_offset_panel' | 'detect_offset' | 'detect' | 'include_entities_offset' | 'include_entities' | 'remove_blocks_offset' | 'remove_blocks' | 'redstone_save_offset' | 'redstone_save_mode' | 'trailing_offset' }, + "save_mode_panel/structure_name": { type: T.PANEL, children: string }, + "save_mode_panel/size_offset_panel": { type: T.STACK_PANEL, children: 'size_panel' | 'offset_panel' }, + "save_mode_panel/size_offset_panel/size_panel": { type: T.STACK_PANEL, children: string }, + "save_mode_panel/size_offset_panel/offset_panel": { type: T.STACK_PANEL, children: string }, + "save_mode_panel/detect_offset": { type: T.PANEL, children: string }, + "save_mode_panel/detect": { type: T.PANEL, children: string }, + "save_mode_panel/include_entities_offset": { type: T.PANEL, children: string }, + "save_mode_panel/include_entities": { type: T.STACK_PANEL, children: string }, + "save_mode_panel/remove_blocks_offset": { type: T.PANEL, children: string }, + "save_mode_panel/remove_blocks": { type: T.STACK_PANEL, children: string }, + "save_mode_panel/redstone_save_offset": { type: T.PANEL, children: string }, + "save_mode_panel/redstone_save_mode": { type: T.PANEL, children: string }, + "save_mode_panel/trailing_offset": { type: T.PANEL, children: string }, + "mirror_checkbox": { type: T.STACK_PANEL, children: 'label' | 'padding' | 'check_box' }, + "mirror_checkbox/label": { type: T.LABEL, children: string }, + "mirror_checkbox/padding": { type: T.PANEL, children: string }, + "mirror_checkbox/check_box": { type: T.TOGGLE, children: string }, + "mirror_checkboxes": { type: T.STACK_PANEL, children: 'mirror_checkbox_x' | 'padding' | 'mirror_checkbox_z' }, + "mirror_checkboxes/mirror_checkbox_x": { type: T.STACK_PANEL, children: string }, + "mirror_checkboxes/padding": { type: T.PANEL, children: string }, + "mirror_checkboxes/mirror_checkbox_z": { type: T.STACK_PANEL, children: string }, + "load_mode_panel": { type: T.STACK_PANEL, children: 'structure_name' | 'offset_panel' | 'include_entities_offset' | 'include_entities' | 'remove_blocks_offset' | 'waterlog_blocks' | 'waterlog_blocks_offset' | 'remove_blocks' | 'integrity_offset' | 'integrity_label' | 'integrity_field' | 'offset_1' | 'seed_label' | 'seed_field' | 'offset_2' | 'rotation_slider' | 'mirror_label' | 'mirror_checkboxes_centerer' | 'checkbox_offset' | 'animation_mode' | 'animation_time_label' | 'animation_time_field' }, + "load_mode_panel/structure_name": { type: T.PANEL, children: string }, + "load_mode_panel/offset_panel": { type: T.STACK_PANEL, children: string }, + "load_mode_panel/include_entities_offset": { type: T.PANEL, children: string }, + "load_mode_panel/include_entities": { type: T.STACK_PANEL, children: string }, + "load_mode_panel/remove_blocks_offset": { type: T.PANEL, children: string }, + "load_mode_panel/waterlog_blocks": { type: T.STACK_PANEL, children: string }, + "load_mode_panel/waterlog_blocks_offset": { type: T.PANEL, children: string }, + "load_mode_panel/remove_blocks": { type: T.STACK_PANEL, children: string }, + "load_mode_panel/integrity_offset": { type: T.PANEL, children: string }, + "load_mode_panel/integrity_label": { type: T.LABEL, children: string }, + "load_mode_panel/integrity_field": { type: T.EDIT_BOX, children: string }, + "load_mode_panel/offset_1": { type: T.PANEL, children: string }, + "load_mode_panel/seed_label": { type: T.LABEL, children: string }, + "load_mode_panel/seed_field": { type: T.EDIT_BOX, children: string }, + "load_mode_panel/offset_2": { type: T.PANEL, children: string }, + "load_mode_panel/rotation_slider": { type: T.PANEL, children: string }, + "load_mode_panel/mirror_label": { type: T.LABEL, children: string }, + "load_mode_panel/mirror_checkboxes_centerer": { type: T.PANEL, children: 'mirror_checkboxes' }, + "load_mode_panel/mirror_checkboxes_centerer/mirror_checkboxes": { type: T.STACK_PANEL, children: string }, + "load_mode_panel/checkbox_offset": { type: T.PANEL, children: string }, + "load_mode_panel/animation_mode": { type: T.PANEL, children: string }, + "load_mode_panel/animation_time_label": { type: T.LABEL, children: string }, + "load_mode_panel/animation_time_field": { type: T.EDIT_BOX, children: string }, + "data_mode_panel": { type: T.STACK_PANEL, children: 'top_offset' | 'data_label' | 'data_label_offset' | 'data_field' | 'data_field_offset' }, + "data_mode_panel/top_offset": { type: T.PANEL, children: string }, + "data_mode_panel/data_label": { type: T.LABEL, children: string }, + "data_mode_panel/data_label_offset": { type: T.PANEL, children: string }, + "data_mode_panel/data_field": { type: T.EDIT_BOX, children: string }, + "data_mode_panel/data_field_offset": { type: T.PANEL, children: string }, + "corner_mode_panel": { type: T.STACK_PANEL, children: 'structure_name' }, + "corner_mode_panel/structure_name": { type: T.PANEL, children: string }, + "help_button_panel": { type: T.STACK_PANEL, children: 'help' | 'help_divider' }, + "help_button_panel/help": { type: T.BUTTON, children: string }, + "help_button_panel/help_divider": { type: T.PANEL, children: string }, + "save_button_panel": { type: T.STACK_PANEL, children: 'divider' | 'save' | 'save_divider' | 'export' | 'export_divider' | 'import_divider' | 'reset' | 'reset_divider' }, + "save_button_panel/divider": { type: T.PANEL, children: string }, + "save_button_panel/save": { type: T.BUTTON, children: string }, + "save_button_panel/save_divider": { type: T.PANEL, children: string }, + "save_button_panel/export": { type: T.BUTTON, children: string }, + "save_button_panel/export_divider": { type: T.PANEL, children: string }, + "save_button_panel/import_divider": { type: T.PANEL, children: string }, + "save_button_panel/reset": { type: T.BUTTON, children: string }, + "save_button_panel/reset_divider": { type: T.PANEL, children: string }, + "save_button_panel_no_export": { type: T.STACK_PANEL, children: 'divider' | 'save' | 'save_divider' | 'reset' | 'reset_divider' }, + "save_button_panel_no_export/divider": { type: T.PANEL, children: string }, + "save_button_panel_no_export/save": { type: T.BUTTON, children: string }, + "save_button_panel_no_export/save_divider": { type: T.PANEL, children: string }, + "save_button_panel_no_export/reset": { type: T.BUTTON, children: string }, + "save_button_panel_no_export/reset_divider": { type: T.PANEL, children: string }, + "load_button_panel": { type: T.STACK_PANEL, children: 'divider' | 'load' | 'load_divider' | 'export_divider' | 'import' | 'import_divider' | 'reset' | 'reset_divider' }, + "load_button_panel/divider": { type: T.PANEL, children: string }, + "load_button_panel/load": { type: T.BUTTON, children: string }, + "load_button_panel/load_divider": { type: T.PANEL, children: string }, + "load_button_panel/export_divider": { type: T.PANEL, children: string }, + "load_button_panel/import": { type: T.BUTTON, children: string }, + "load_button_panel/import_divider": { type: T.PANEL, children: string }, + "load_button_panel/reset": { type: T.BUTTON, children: string }, + "load_button_panel/reset_divider": { type: T.PANEL, children: string }, + "load_button_panel_no_export": { type: T.STACK_PANEL, children: 'divider' | 'load' | 'load_divider' | 'reset' | 'reset_divider' }, + "load_button_panel_no_export/divider": { type: T.PANEL, children: string }, + "load_button_panel_no_export/load": { type: T.BUTTON, children: string }, + "load_button_panel_no_export/load_divider": { type: T.PANEL, children: string }, + "load_button_panel_no_export/reset": { type: T.BUTTON, children: string }, + "load_button_panel_no_export/reset_divider": { type: T.PANEL, children: string }, + "3d_export_button_panel": { type: T.STACK_PANEL, children: 'divider' | '3d_export' | '3d_export_divider' | 'import' | 'import_divider' | 'reset' | 'reset_divider' }, + "3d_export_button_panel/divider": { type: T.PANEL, children: string }, + "3d_export_button_panel/3d_export": { type: T.BUTTON, children: string }, + "3d_export_button_panel/3d_export_divider": { type: T.PANEL, children: string }, + "3d_export_button_panel/import": { type: T.BUTTON, children: string }, + "3d_export_button_panel/import_divider": { type: T.PANEL, children: string }, + "3d_export_button_panel/reset": { type: T.BUTTON, children: string }, + "3d_export_button_panel/reset_divider": { type: T.PANEL, children: string }, + "data_button_panel": { type: T.STACK_PANEL, children: 'divider' | 'reset' | 'reset_divider' }, + "data_button_panel/divider": { type: T.PANEL, children: string }, + "data_button_panel/reset": { type: T.BUTTON, children: string }, + "data_button_panel/reset_divider": { type: T.PANEL, children: string }, + "corner_button_panel": { type: T.STACK_PANEL, children: 'reset_divider' }, + "corner_button_panel/reset_divider": { type: T.PANEL, children: string }, + "button_panel_wrapper": { type: T.IMAGE, children: 'panel' }, + "button_panel_wrapper/panel": { type: T.PANEL, children: 'divider' | 'save_panel' | 'save_panel_no_export' | 'corner_panel' | 'load_panel_no_export' | 'load_panel' | '3d_export_panel' | 'data_panel' | 'how_to_play_button' | 'end_divider' }, + "button_panel_wrapper/panel/divider": { type: T.PANEL, children: string }, + "button_panel_wrapper/panel/save_panel": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper/panel/save_panel_no_export": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper/panel/corner_panel": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper/panel/load_panel_no_export": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper/panel/load_panel": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper/panel/3d_export_panel": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper/panel/data_panel": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper/panel/how_to_play_button": { type: T.STACK_PANEL, children: string }, + "button_panel_wrapper/panel/end_divider": { type: T.PANEL, children: string }, + "redstone_dropdown_content": { type: T.PANEL, children: string }, + "redstone_save_mode_panel": { type: T.PANEL, children: string }, + "animation_mode_dropdown_content": { type: T.PANEL, children: string }, + "animation_mode_dropdown": { type: T.PANEL, children: string }, + "structure_name_wrapper": { type: T.PANEL, children: 'structure_name' | 'structure_name_offset' }, + "structure_name_wrapper/structure_name": { type: T.EDIT_BOX, children: string }, + "structure_name_wrapper/structure_name_offset": { type: T.PANEL, children: string }, + "detect_button_wrapper": { type: T.PANEL, children: 'detect' | 'detect_offset' }, + "detect_button_wrapper/detect": { type: T.BUTTON, children: string }, + "detect_button_wrapper/detect_offset": { type: T.PANEL, children: string }, + "mode_dropdown_content": { type: T.PANEL, children: string }, + "mode_panel": { type: T.PANEL, children: string }, + "scrolling_panel_wrapper": { type: T.IMAGE, children: 'scrolling_panel' }, + "scrolling_panel_wrapper/scrolling_panel": { type: T.PANEL, children: string }, + "scrolling_panel": { type: T.PANEL, children: string }, + "scroll_panel_content": { type: T.PANEL, children: 'content_stack_panel' }, + "scroll_panel_content/content_stack_panel": { type: T.STACK_PANEL, children: 'base_offset' | 'mode_panel' | 'mode_panel_offset' | '3d_export_mode_panel' | 'save_mode_panel' | 'load_mode_panel' | 'data_mode_panel' | 'corner_mode_panel' | 'base_mode_offset' | 'show_bounding_box' | 'show_bounding_box_offset' | 'offset_2' }, + "scroll_panel_content/content_stack_panel/base_offset": { type: T.PANEL, children: string }, + "scroll_panel_content/content_stack_panel/mode_panel": { type: T.PANEL, children: string }, + "scroll_panel_content/content_stack_panel/mode_panel_offset": { type: T.PANEL, children: string }, + "scroll_panel_content/content_stack_panel/3d_export_mode_panel": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/content_stack_panel/save_mode_panel": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/content_stack_panel/load_mode_panel": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/content_stack_panel/data_mode_panel": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/content_stack_panel/corner_mode_panel": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/content_stack_panel/base_mode_offset": { type: T.PANEL, children: string }, + "scroll_panel_content/content_stack_panel/show_bounding_box": { type: T.STACK_PANEL, children: string }, + "scroll_panel_content/content_stack_panel/show_bounding_box_offset": { type: T.PANEL, children: string }, + "scroll_panel_content/content_stack_panel/offset_2": { type: T.PANEL, children: string }, + "left_divider_content": { type: T.PANEL, children: 'scrolling_panel' }, + "left_divider_content/scrolling_panel": { type: T.IMAGE, children: string }, + "save_message_text": { type: T.PANEL, children: 'save_message_label' }, + "save_message_text/save_message_label": { type: T.LABEL, children: string }, + "import_message_text": { type: T.PANEL, children: 'save_message_label' }, + "import_message_text/save_message_label": { type: T.LABEL, children: string }, + "import_failed_message_text": { type: T.PANEL, children: 'save_message_label' }, + "import_failed_message_text/save_message_label": { type: T.LABEL, children: string }, + "export_disabled_label": { type: T.LABEL, children: string }, + "image_panel_wrapper": { type: T.IMAGE, children: 'image_panel' | 'save_message_factory' | 'import_message_factory' | 'import_failed_message_factory' | 'export_disabled' }, + "image_panel_wrapper/image_panel": { type: T.PANEL, children: string }, + "image_panel_wrapper/save_message_factory": { type: T.FACTORY, children: string }, + "image_panel_wrapper/import_message_factory": { type: T.FACTORY, children: string }, + "image_panel_wrapper/import_failed_message_factory": { type: T.FACTORY, children: string }, + "image_panel_wrapper/export_disabled": { type: T.LABEL, children: string }, + "corner_text": { type: T.IMAGE, children: 'image_panel' }, + "corner_text/image_panel": { type: T.UNKNOWN, children: string }, + "image_panel": { type: T.PANEL, children: 'border_indent' }, + "image_panel/border_indent": { type: T.PANEL, children: 'background_gradient' | 'image_outline' | 'structure_renderer' | 'text_corner' | 'progress_panel' | 'rotate_arrows' }, + "image_panel/border_indent/background_gradient": { type: T.CUSTOM, children: string }, + "image_panel/border_indent/image_outline": { type: T.IMAGE, children: string }, + "image_panel/border_indent/structure_renderer": { type: T.INPUT_PANEL, children: string }, + "image_panel/border_indent/text_corner": { type: T.STACK_PANEL, children: string }, + "image_panel/border_indent/progress_panel": { type: T.INPUT_PANEL, children: string }, + "image_panel/border_indent/rotate_arrows": { type: T.IMAGE, children: string }, + "progress_panel": { type: T.INPUT_PANEL, children: 'stack_panel' }, + "progress_panel/stack_panel": { type: T.STACK_PANEL, children: 'label_wrapper' | 'progress_bar' }, + "progress_panel/stack_panel/label_wrapper": { type: T.PANEL, children: 'progress_label' }, + "progress_panel/stack_panel/label_wrapper/progress_label": { type: T.LABEL, children: string }, + "progress_panel/stack_panel/progress_bar": { type: T.PANEL, children: string }, + "background_gradient": { type: T.CUSTOM, children: string }, + "corner_text_panel": { type: T.STACK_PANEL, children: 'paragraph_1_corner' | 'padding_1' | 'paragraph_2_corner' }, + "corner_text_panel/paragraph_1_corner": { type: T.PANEL, children: string }, + "corner_text_panel/padding_1": { type: T.PANEL, children: string }, + "corner_text_panel/paragraph_2_corner": { type: T.PANEL, children: string }, + "structure_renderer": { type: T.INPUT_PANEL, children: 'renderer' }, + "structure_renderer/renderer": { type: T.CUSTOM, children: string }, + "black_border": { type: T.IMAGE, children: string }, + "rotation_arrows": { type: T.IMAGE, children: string }, + "right_divider_content": { type: T.STACK_PANEL, children: 'base_offset' | 'preview' | 'image_offset' | 'button_wrapper' }, + "right_divider_content/base_offset": { type: T.PANEL, children: string }, + "right_divider_content/preview": { type: T.IMAGE, children: string }, + "right_divider_content/image_offset": { type: T.PANEL, children: string }, + "right_divider_content/button_wrapper": { type: T.PANEL, children: 'buttons' }, + "right_divider_content/button_wrapper/buttons": { type: T.IMAGE, children: string }, + "divider_content": { type: T.PANEL, children: 'left_side' | 'right_side' }, + "divider_content/left_side": { type: T.PANEL, children: string }, + "divider_content/right_side": { type: T.STACK_PANEL, children: string }, + "structure_editor_content": { type: T.PANEL, children: 'background_panel' | 'title' | 'content' }, + "structure_editor_content/background_panel": { type: T.STACK_PANEL, children: string }, + "structure_editor_content/title": { type: T.LABEL, children: string }, + "structure_editor_content/content": { type: T.PANEL, children: string }, + "structure_editor_screen": { type: T.SCREEN, children: string }, +} + +export type SubmitFeedbackType = { + "send_feedback_button": { type: T.BUTTON, children: string }, + "write_feedback_panel": { type: T.STACK_PANEL, children: 'pad_1' | 'write_feedback_label' | 'pad_2' | 'feedback_textbox' | 'remaining_characters_panel' }, + "write_feedback_panel/pad_1": { type: T.PANEL, children: string }, + "write_feedback_panel/write_feedback_label": { type: T.LABEL, children: string }, + "write_feedback_panel/pad_2": { type: T.PANEL, children: string }, + "write_feedback_panel/feedback_textbox": { type: T.EDIT_BOX, children: string }, + "write_feedback_panel/remaining_characters_panel": { type: T.PANEL, children: 'remaining_characters_count_label' }, + "write_feedback_panel/remaining_characters_panel/remaining_characters_count_label": { type: T.LABEL, children: string }, + "scroll_panel": { type: T.PANEL, children: 'write_feedback_panel' }, + "scroll_panel/write_feedback_panel": { type: T.STACK_PANEL, children: string }, + "main_panel": { type: T.PANEL, children: 'scrolling_panel' }, + "main_panel/scrolling_panel": { type: T.PANEL, children: string }, + "submit_feedback_screen": { type: T.SCREEN, children: string }, + "submit_feedback_content": { type: T.PANEL, children: 'submit_feedback_main_panel' | 'progress_loading' }, + "submit_feedback_content/submit_feedback_main_panel": { type: T.PANEL, children: string }, + "submit_feedback_content/progress_loading": { type: T.IMAGE, children: string }, +} + +export type TabbedUpsellType = { + "padding_horizontal": { type: T.PANEL, children: string }, + "padding_vertical": { type: T.PANEL, children: string }, + "text_horizontal_padding": { type: T.PANEL, children: string }, + "tabbed_upsell_buy_now_button": { type: T.BUTTON, children: string }, + "tabbed_buy_now_label": { type: T.PANEL, children: 'button_label' }, + "tabbed_buy_now_label/button_label": { type: T.LABEL, children: string }, + "label_panel": { type: T.PANEL, children: 'label_text' }, + "label_panel/label_text": { type: T.LABEL, children: string }, + "text_panel": { type: T.STACK_PANEL, children: 'tab_content_title_panel' | 'tab_content_description_panel' | 'tab_content_description_panel_second' }, + "text_panel/tab_content_title_panel": { type: T.PANEL, children: string }, + "text_panel/tab_content_description_panel": { type: T.PANEL, children: string }, + "text_panel/tab_content_description_panel_second": { type: T.PANEL, children: string }, + "dialog_image": { type: T.IMAGE, children: string }, + "dialog_image_with_border": { type: T.IMAGE, children: 'dialog_image' }, + "dialog_image_with_border/dialog_image": { type: T.IMAGE, children: string }, + "content_image_panel": { type: T.STACK_PANEL, children: 'minecraft_dialog_image_with_border' | 'horizontal_padding_01' | 'scrolling_panel' }, + "content_image_panel/minecraft_dialog_image_with_border": { type: T.IMAGE, children: string }, + "content_image_panel/horizontal_padding_01": { type: T.PANEL, children: string }, + "content_image_panel/scrolling_panel": { type: T.PANEL, children: string }, + "scroll_text": { type: T.BUTTON, children: string }, + "image_panel": { type: T.PANEL, children: 'dialog_image_with_border' | 'focus_image' }, + "image_panel/dialog_image_with_border": { type: T.IMAGE, children: string }, + "image_panel/focus_image": { type: T.UNKNOWN, children: string }, + "top_tab": { type: T.PANEL, children: string }, + "tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'navigation_tabs' }, + "tab_navigation_panel_layout/navigation_tabs": { type: T.PANEL, children: 'content' }, + "tab_navigation_panel_layout/navigation_tabs/content": { type: T.UNKNOWN, children: string }, + "common_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: string }, + "tabbed_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'minecraft_navigation_tab' | 'nav_padding_01' | 'xbl_navigation_tab' | 'nav_padding_02' | 'achievements_navigation_tab3' | 'nav_padding_03' | 'multiplayer_navigation_tab4' | 'nav_padding_04' | 'server_navigation_tab' | 'nav_padding_05' | 'store_navigation_tab' | 'nav_padding_06' | 'creative_navigation_tab' | 'nav_padding_07' | 'packs_navigation_tab' | 'nav_padding_08' | 'seeds_navigation_tab' }, + "tabbed_tab_navigation_panel_layout/minecraft_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_01": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/xbl_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_02": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/achievements_navigation_tab3": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_03": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/multiplayer_navigation_tab4": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_04": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/server_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_05": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/store_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_06": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/creative_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_07": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/packs_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_08": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/seeds_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout": { type: T.PANEL, children: 'minecraft_tab_content' | 'xbl_tab_content2' | 'achievements_tab_content3' | 'multiplayer_tab_content4' | 'server_tab_content5' | 'store_tab_content6' | 'creative_tab_content7' | 'packs_tab_content8' | 'seeds_tab_content9' }, + "tabbed_tab_content_panel_layout/minecraft_tab_content": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/xbl_tab_content2": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/achievements_tab_content3": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/multiplayer_tab_content4": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/server_tab_content5": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/store_tab_content6": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/creative_tab_content7": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/packs_tab_content8": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/seeds_tab_content9": { type: T.PANEL, children: string }, + "common_tab_content_panel": { type: T.PANEL, children: 'content' }, + "common_tab_content_panel/content": { type: T.UNKNOWN, children: string }, + "minecraft_tab_content_panel": { type: T.PANEL, children: string }, + "xbl_tab_content_panel": { type: T.PANEL, children: string }, + "achievements_tab_content_panel": { type: T.PANEL, children: string }, + "multiplayer_tab_content_panel": { type: T.PANEL, children: string }, + "server_tab_content_panel": { type: T.PANEL, children: string }, + "store_tab_content_panel": { type: T.PANEL, children: string }, + "creative_tab_content_panel": { type: T.PANEL, children: string }, + "packs_tab_content_panel": { type: T.PANEL, children: string }, + "seeds_tab_content_panel": { type: T.PANEL, children: string }, + "common_tab_screen_panel": { type: T.STACK_PANEL, children: 'tab_navigation_panel' | 'padding_01' | 'tab_content_panel' }, + "common_tab_screen_panel/tab_navigation_panel": { type: T.STACK_PANEL, children: string }, + "common_tab_screen_panel/padding_01": { type: T.PANEL, children: string }, + "common_tab_screen_panel/tab_content_panel": { type: T.UNKNOWN, children: string }, + "tabbed_screen_panel": { type: T.STACK_PANEL, children: string }, + "button_panel": { type: T.STACK_PANEL, children: 'padding_5' | 'buy_now_button' | 'padding_6' }, + "button_panel/padding_5": { type: T.PANEL, children: string }, + "button_panel/buy_now_button": { type: T.BUTTON, children: string }, + "button_panel/padding_6": { type: T.PANEL, children: string }, + "tab_panel": { type: T.STACK_PANEL, children: 'padding_3' | 'main_control' | 'padding_4' }, + "tab_panel/padding_3": { type: T.PANEL, children: string }, + "tab_panel/main_control": { type: T.STACK_PANEL, children: string }, + "tab_panel/padding_4": { type: T.PANEL, children: string }, + "tabbed_upsell_content": { type: T.STACK_PANEL, children: 'padding_0' | 'tab_panel' | 'padding_1' | 'button_panel' | 'padding_2' }, + "tabbed_upsell_content/padding_0": { type: T.PANEL, children: string }, + "tabbed_upsell_content/tab_panel": { type: T.STACK_PANEL, children: string }, + "tabbed_upsell_content/padding_1": { type: T.PANEL, children: string }, + "tabbed_upsell_content/button_panel": { type: T.STACK_PANEL, children: string }, + "tabbed_upsell_content/padding_2": { type: T.PANEL, children: string }, + "tabbed_upsell_screen": { type: T.SCREEN, children: string }, + "tabbed_upsell_screen_panel": { type: T.PANEL, children: 'tabbed_upsell_screen_content' | 'background' }, + "tabbed_upsell_screen_panel/tabbed_upsell_screen_content": { type: T.PANEL, children: string }, + "tabbed_upsell_screen_panel/background": { type: T.IMAGE, children: string }, +} + +export type ThanksForTestingType = { + "padding_horizontal": { type: T.PANEL, children: string }, + "padding_vertical": { type: T.PANEL, children: string }, + "text_horizontal_padding": { type: T.PANEL, children: string }, + "tabbed_upsell_buy_now_button": { type: T.BUTTON, children: string }, + "tabbed_buy_now_label": { type: T.PANEL, children: 'button_label' }, + "tabbed_buy_now_label/button_label": { type: T.LABEL, children: string }, + "label_panel": { type: T.PANEL, children: 'label_text' }, + "label_panel/label_text": { type: T.LABEL, children: string }, + "text_panel": { type: T.STACK_PANEL, children: 'tab_content_title_panel' | 'tab_content_description_panel' | 'tab_content_description_panel_second' }, + "text_panel/tab_content_title_panel": { type: T.PANEL, children: string }, + "text_panel/tab_content_description_panel": { type: T.PANEL, children: string }, + "text_panel/tab_content_description_panel_second": { type: T.PANEL, children: string }, + "dialog_image": { type: T.IMAGE, children: string }, + "dialog_image_with_border": { type: T.IMAGE, children: 'dialog_image' }, + "dialog_image_with_border/dialog_image": { type: T.IMAGE, children: string }, + "content_image_panel": { type: T.STACK_PANEL, children: 'minecraft_dialog_image_with_border' | 'horizontal_padding_01' | 'scrolling_panel' }, + "content_image_panel/minecraft_dialog_image_with_border": { type: T.IMAGE, children: string }, + "content_image_panel/horizontal_padding_01": { type: T.PANEL, children: string }, + "content_image_panel/scrolling_panel": { type: T.PANEL, children: string }, + "scroll_text": { type: T.BUTTON, children: string }, + "image_panel": { type: T.PANEL, children: 'dialog_image_with_border' | 'focus_image' }, + "image_panel/dialog_image_with_border": { type: T.IMAGE, children: string }, + "image_panel/focus_image": { type: T.UNKNOWN, children: string }, + "top_tab": { type: T.PANEL, children: string }, + "tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'navigation_tabs' }, + "tab_navigation_panel_layout/navigation_tabs": { type: T.PANEL, children: 'content' }, + "tab_navigation_panel_layout/navigation_tabs/content": { type: T.UNKNOWN, children: string }, + "common_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: string }, + "tabbed_tab_navigation_panel_layout": { type: T.STACK_PANEL, children: 'minecraft_navigation_tab' | 'nav_padding_01' | 'xbl_navigation_tab' | 'nav_padding_02' | 'achievements_navigation_tab3' | 'nav_padding_03' | 'multiplayer_navigation_tab4' | 'nav_padding_04' | 'server_navigation_tab' | 'nav_padding_05' | 'store_navigation_tab' | 'nav_padding_06' | 'creative_navigation_tab' | 'nav_padding_07' | 'packs_navigation_tab' | 'nav_padding_08' | 'seeds_navigation_tab' }, + "tabbed_tab_navigation_panel_layout/minecraft_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_01": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/xbl_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_02": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/achievements_navigation_tab3": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_03": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/multiplayer_navigation_tab4": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_04": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/server_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_05": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/store_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_06": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/creative_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_07": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/packs_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/nav_padding_08": { type: T.PANEL, children: string }, + "tabbed_tab_navigation_panel_layout/seeds_navigation_tab": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout": { type: T.PANEL, children: 'minecraft_tab_content' | 'xbl_tab_content2' | 'achievements_tab_content3' | 'multiplayer_tab_content4' | 'server_tab_content5' | 'store_tab_content6' | 'creative_tab_content7' | 'packs_tab_content8' | 'seeds_tab_content9' }, + "tabbed_tab_content_panel_layout/minecraft_tab_content": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/xbl_tab_content2": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/achievements_tab_content3": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/multiplayer_tab_content4": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/server_tab_content5": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/store_tab_content6": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/creative_tab_content7": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/packs_tab_content8": { type: T.PANEL, children: string }, + "tabbed_tab_content_panel_layout/seeds_tab_content9": { type: T.PANEL, children: string }, + "common_tab_content_panel": { type: T.PANEL, children: 'content' }, + "common_tab_content_panel/content": { type: T.UNKNOWN, children: string }, + "minecraft_tab_content_panel": { type: T.PANEL, children: string }, + "xbl_tab_content_panel": { type: T.PANEL, children: string }, + "achievements_tab_content_panel": { type: T.PANEL, children: string }, + "multiplayer_tab_content_panel": { type: T.PANEL, children: string }, + "server_tab_content_panel": { type: T.PANEL, children: string }, + "store_tab_content_panel": { type: T.PANEL, children: string }, + "creative_tab_content_panel": { type: T.PANEL, children: string }, + "packs_tab_content_panel": { type: T.PANEL, children: string }, + "seeds_tab_content_panel": { type: T.PANEL, children: string }, + "common_tab_screen_panel": { type: T.STACK_PANEL, children: 'tab_navigation_panel' | 'padding_01' | 'tab_content_panel' }, + "common_tab_screen_panel/tab_navigation_panel": { type: T.STACK_PANEL, children: string }, + "common_tab_screen_panel/padding_01": { type: T.PANEL, children: string }, + "common_tab_screen_panel/tab_content_panel": { type: T.UNKNOWN, children: string }, + "tabbed_screen_panel": { type: T.STACK_PANEL, children: string }, + "button_panel": { type: T.STACK_PANEL, children: 'padding_5' | 'buy_now_button' | 'padding_6' }, + "button_panel/padding_5": { type: T.PANEL, children: string }, + "button_panel/buy_now_button": { type: T.BUTTON, children: string }, + "button_panel/padding_6": { type: T.PANEL, children: string }, + "tab_panel": { type: T.STACK_PANEL, children: 'padding_3' | 'main_control' | 'padding_4' }, + "tab_panel/padding_3": { type: T.PANEL, children: string }, + "tab_panel/main_control": { type: T.STACK_PANEL, children: string }, + "tab_panel/padding_4": { type: T.PANEL, children: string }, + "tabbed_upsell_content": { type: T.STACK_PANEL, children: 'padding_0' | 'tab_panel' | 'padding_1' | 'button_panel' | 'padding_2' }, + "tabbed_upsell_content/padding_0": { type: T.PANEL, children: string }, + "tabbed_upsell_content/tab_panel": { type: T.STACK_PANEL, children: string }, + "tabbed_upsell_content/padding_1": { type: T.PANEL, children: string }, + "tabbed_upsell_content/button_panel": { type: T.STACK_PANEL, children: string }, + "tabbed_upsell_content/padding_2": { type: T.PANEL, children: string }, + "thanks_for_testing_screen": { type: T.SCREEN, children: string }, + "tabbed_upsell_screen_panel": { type: T.PANEL, children: 'tabbed_upsell_screen_content' | 'background' }, + "tabbed_upsell_screen_panel/tabbed_upsell_screen_content": { type: T.PANEL, children: string }, + "tabbed_upsell_screen_panel/background": { type: T.IMAGE, children: string }, +} + +export type ThirdPartyStoreType = { + "third_party_store_screen": { type: T.SCREEN, children: string }, +} + +export type ToastScreenType = { + "toast_image": { type: T.IMAGE, children: string }, + "toast_icon": { type: T.PANEL, children: 'toast_icon' }, + "toast_icon/toast_icon": { type: T.IMAGE, children: string }, + "xbox_icon": { type: T.PANEL, children: string }, + "third_party_invite_icon": { type: T.PANEL, children: string }, + "third_party_achievement_icon": { type: T.PANEL, children: string }, + "persona_icon": { type: T.PANEL, children: 'item' }, + "persona_icon/item": { type: T.PANEL, children: string }, + "resource_pack_icon": { type: T.PANEL, children: 'resource_pack_image' }, + "resource_pack_icon/resource_pack_image": { type: T.IMAGE, children: string }, + "key_art_image": { type: T.PANEL, children: string }, + "gamer_score_icon": { type: T.IMAGE, children: string }, + "toast_label": { type: T.LABEL, children: string }, + "static_button_state_panel": { type: T.PANEL, children: string }, + "static_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "static_button/default": { type: T.PANEL, children: string }, + "static_button/hover": { type: T.PANEL, children: string }, + "static_button/pressed": { type: T.PANEL, children: string }, + "static_button/locked": { type: T.PANEL, children: string }, + "popup": { type: T.INPUT_PANEL, children: 'background' | 'popup_content' }, + "popup/background": { type: T.IMAGE, children: string }, + "popup/popup_content": { type: T.STACK_PANEL, children: 'icon_padding' | 'text_padding' | 'text_panel' | 'button_panel' }, + "popup/popup_content/icon_padding": { type: T.STACK_PANEL, children: string }, + "popup/popup_content/text_padding": { type: T.PANEL, children: string }, + "popup/popup_content/text_panel": { type: T.PANEL, children: 'text_stack_panel' }, + "popup/popup_content/text_panel/text_stack_panel": { type: T.STACK_PANEL, children: string }, + "popup/popup_content/button_panel": { type: T.PANEL, children: 'visual_button' }, + "popup/popup_content/button_panel/visual_button": { type: T.BUTTON, children: string }, + "item_renderer": { type: T.CUSTOM, children: string }, + "game_tip_label": { type: T.LABEL, children: string }, + "toast_progress_bar": { type: T.PANEL, children: 'toast_duration_progress_bar' }, + "toast_progress_bar/toast_duration_progress_bar": { type: T.CUSTOM, children: string }, + "recipe_unlocked_icon": { type: T.STACK_PANEL, children: 'padding_vertical' | 'item_renderer' }, + "recipe_unlocked_icon/padding_vertical": { type: T.PANEL, children: string }, + "recipe_unlocked_icon/item_renderer": { type: T.CUSTOM, children: string }, + "recipe_unlocked_popup": { type: T.IMAGE, children: 'input_panel' }, + "recipe_unlocked_popup/input_panel": { type: T.INPUT_PANEL, children: 'label_panel' }, + "recipe_unlocked_popup/input_panel/label_panel": { type: T.STACK_PANEL, children: 'horizontal_padding_1' | 'recipe_unlocked_icon' | 'horizontal_padding_2' | 'label_panel' | 'horizontal_padding_3' }, + "recipe_unlocked_popup/input_panel/label_panel/horizontal_padding_1": { type: T.PANEL, children: string }, + "recipe_unlocked_popup/input_panel/label_panel/recipe_unlocked_icon": { type: T.STACK_PANEL, children: string }, + "recipe_unlocked_popup/input_panel/label_panel/horizontal_padding_2": { type: T.PANEL, children: string }, + "recipe_unlocked_popup/input_panel/label_panel/label_panel": { type: T.STACK_PANEL, children: 'padding_vertical_1' | 'label' | 'padding_vertical_2' }, + "recipe_unlocked_popup/input_panel/label_panel/label_panel/padding_vertical_1": { type: T.PANEL, children: string }, + "recipe_unlocked_popup/input_panel/label_panel/label_panel/label": { type: T.LABEL, children: string }, + "recipe_unlocked_popup/input_panel/label_panel/label_panel/padding_vertical_2": { type: T.PANEL, children: string }, + "recipe_unlocked_popup/input_panel/label_panel/horizontal_padding_3": { type: T.PANEL, children: string }, + "recipe_unlocked_pocket_popup": { type: T.IMAGE, children: 'input_panel' }, + "recipe_unlocked_pocket_popup/input_panel": { type: T.INPUT_PANEL, children: 'label_panel' }, + "recipe_unlocked_pocket_popup/input_panel/label_panel": { type: T.STACK_PANEL, children: 'horizontal_padding_1' | 'recipe_unlocked_icon' | 'horizontal_padding_2' | 'label_panel' | 'horizontal_padding_3' }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/horizontal_padding_1": { type: T.PANEL, children: string }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/recipe_unlocked_icon": { type: T.STACK_PANEL, children: string }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/horizontal_padding_2": { type: T.PANEL, children: string }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/label_panel": { type: T.STACK_PANEL, children: 'padding_vertical' | 'label' | 'padding_vertical_1' }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/label_panel/padding_vertical": { type: T.PANEL, children: string }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/label_panel/label": { type: T.LABEL, children: string }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/label_panel/padding_vertical_1": { type: T.PANEL, children: string }, + "recipe_unlocked_pocket_popup/input_panel/label_panel/horizontal_padding_3": { type: T.PANEL, children: string }, + "text_stack_panel": { type: T.STACK_PANEL, children: 'title' | 'subtitle' }, + "text_stack_panel/title": { type: T.LABEL, children: string }, + "text_stack_panel/subtitle": { type: T.STACK_PANEL, children: 'icon_padding' | 'subtext_offset' }, + "text_stack_panel/subtitle/icon_padding": { type: T.PANEL, children: 'gamer_score_icon' }, + "text_stack_panel/subtitle/icon_padding/gamer_score_icon": { type: T.IMAGE, children: string }, + "text_stack_panel/subtitle/subtext_offset": { type: T.PANEL, children: 'subtext' }, + "text_stack_panel/subtitle/subtext_offset/subtext": { type: T.LABEL, children: string }, + "join_button_icon": { type: T.IMAGE, children: string }, + "chat_popup": { type: T.INPUT_PANEL, children: string }, + "splitscreen_join_popup": { type: T.STACK_PANEL, children: 'join_button_icon' | 'join_prompt_text_panel' }, + "splitscreen_join_popup/join_button_icon": { type: T.IMAGE, children: string }, + "splitscreen_join_popup/join_prompt_text_panel": { type: T.PANEL, children: 'join_prompt_text' }, + "splitscreen_join_popup/join_prompt_text_panel/join_prompt_text": { type: T.LABEL, children: string }, + "formfitting_alpha_toast": { type: T.PANEL, children: 'bg' }, + "formfitting_alpha_toast/bg": { type: T.IMAGE, children: 'label' }, + "formfitting_alpha_toast/bg/label": { type: T.LABEL, children: string }, + "snackbar": { type: T.PANEL, children: 'body' }, + "snackbar/body": { type: T.IMAGE, children: 'background' }, + "snackbar/body/background": { type: T.IMAGE, children: 'content' | 'right_shadow' }, + "snackbar/body/background/content": { type: T.STACK_PANEL, children: 'left_padding' | 'vertically_central_text' | 'right_padding' }, + "snackbar/body/background/content/left_padding": { type: T.PANEL, children: string }, + "snackbar/body/background/content/vertically_central_text": { type: T.STACK_PANEL, children: 'top_padding' | 'text' }, + "snackbar/body/background/content/vertically_central_text/top_padding": { type: T.PANEL, children: string }, + "snackbar/body/background/content/vertically_central_text/text": { type: T.LABEL, children: string }, + "snackbar/body/background/content/right_padding": { type: T.PANEL, children: string }, + "snackbar/body/background/right_shadow": { type: T.IMAGE, children: string }, + "progress_button_content": { type: T.STACK_PANEL, children: 'gamepad_icon_glyph' | 'spacer' | 'progress_button_label' }, + "progress_button_content/gamepad_icon_glyph": { type: T.LABEL, children: string }, + "progress_button_content/spacer": { type: T.PANEL, children: string }, + "progress_button_content/progress_button_label": { type: T.LABEL, children: string }, + "progress_popup": { type: T.INPUT_PANEL, children: 'background' | 'popup_content' }, + "progress_popup/background": { type: T.IMAGE, children: string }, + "progress_popup/popup_content": { type: T.STACK_PANEL, children: 'progress_toast_image' | 'profilepicture' | 'text_padding' | 'progress_content_vertical_panel' | 'divider_padding' | 'divider_image' | 'popup_decline_button' | 'end_padding' }, + "progress_popup/popup_content/progress_toast_image": { type: T.IMAGE, children: string }, + "progress_popup/popup_content/profilepicture": { type: T.CUSTOM, children: string }, + "progress_popup/popup_content/text_padding": { type: T.PANEL, children: string }, + "progress_popup/popup_content/progress_content_vertical_panel": { type: T.STACK_PANEL, children: 'title_text_label' | 'subtext' | 'stacked_progress_bar' | 'end_progress_padding' }, + "progress_popup/popup_content/progress_content_vertical_panel/title_text_label": { type: T.LABEL, children: string }, + "progress_popup/popup_content/progress_content_vertical_panel/subtext": { type: T.LABEL, children: string }, + "progress_popup/popup_content/progress_content_vertical_panel/stacked_progress_bar": { type: T.PANEL, children: string }, + "progress_popup/popup_content/progress_content_vertical_panel/end_progress_padding": { type: T.PANEL, children: string }, + "progress_popup/popup_content/divider_padding": { type: T.PANEL, children: string }, + "progress_popup/popup_content/divider_image": { type: T.IMAGE, children: string }, + "progress_popup/popup_content/popup_decline_button": { type: T.BUTTON, children: string }, + "progress_popup/popup_content/end_padding": { type: T.PANEL, children: string }, + "party_invite_popup": { type: T.INPUT_PANEL, children: 'background' | 'party_invite_content' }, + "party_invite_popup/background": { type: T.IMAGE, children: string }, + "party_invite_popup/party_invite_content": { type: T.STACK_PANEL, children: 'profilepicture' | 'text_padding' | 'party_invite_content_vertical_panel' | 'divider_padding' | 'divider_image' | 'party_invite_button' | 'end_padding' }, + "party_invite_popup/party_invite_content/profilepicture": { type: T.CUSTOM, children: string }, + "party_invite_popup/party_invite_content/text_padding": { type: T.PANEL, children: string }, + "party_invite_popup/party_invite_content/party_invite_content_vertical_panel": { type: T.STACK_PANEL, children: 'title_text_label' | 'subtext' | 'end_padding' }, + "party_invite_popup/party_invite_content/party_invite_content_vertical_panel/title_text_label": { type: T.LABEL, children: string }, + "party_invite_popup/party_invite_content/party_invite_content_vertical_panel/subtext": { type: T.LABEL, children: string }, + "party_invite_popup/party_invite_content/party_invite_content_vertical_panel/end_padding": { type: T.PANEL, children: string }, + "party_invite_popup/party_invite_content/divider_padding": { type: T.PANEL, children: string }, + "party_invite_popup/party_invite_content/divider_image": { type: T.IMAGE, children: string }, + "party_invite_popup/party_invite_content/party_invite_button": { type: T.BUTTON, children: string }, + "party_invite_popup/party_invite_content/end_padding": { type: T.PANEL, children: string }, + "party_travel_popup": { type: T.INPUT_PANEL, children: string }, + "toast_screen": { type: T.SCREEN, children: string }, + "toast_screen_content": { type: T.PANEL, children: 'content_log_panel' | 'perf_turtle_panel' }, + "toast_screen_content/content_log_panel": { type: T.PANEL, children: string }, + "toast_screen_content/perf_turtle_panel": { type: T.PANEL, children: string }, +} + +export type TokenFaqType = { + "main_panel": { type: T.STACK_PANEL, children: 'faq_question_1' | 'faq_question_1_divider' | 'faq_question_2' | 'faq_question_2_divider' | 'faq_question_3' | 'faq_question_3_divider' | 'faq_question_4' | 'faq_question_4_divider' | 'faq_question_5' }, + "main_panel/faq_question_1": { type: T.BUTTON, children: string }, + "main_panel/faq_question_1_divider": { type: T.STACK_PANEL, children: string }, + "main_panel/faq_question_2": { type: T.BUTTON, children: string }, + "main_panel/faq_question_2_divider": { type: T.STACK_PANEL, children: string }, + "main_panel/faq_question_3": { type: T.BUTTON, children: string }, + "main_panel/faq_question_3_divider": { type: T.STACK_PANEL, children: string }, + "main_panel/faq_question_4": { type: T.BUTTON, children: string }, + "main_panel/faq_question_4_divider": { type: T.STACK_PANEL, children: string }, + "main_panel/faq_question_5": { type: T.BUTTON, children: string }, + "scrolling_panel": { type: T.PANEL, children: string }, + "token_faq_screen_content": { type: T.PANEL, children: 'dialog' }, + "token_faq_screen_content/dialog": { type: T.PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, + "token_faq_screen": { type: T.SCREEN, children: string }, + "token_content_panel": { type: T.STACK_PANEL, children: 'token_info_text' }, + "token_content_panel/token_info_text": { type: T.LABEL, children: string }, + "token_popup_content": { type: T.PANEL, children: 'dialog' }, + "token_popup_content/dialog": { type: T.PANEL, children: string }, + "token_faq_button_panel": { type: T.BUTTON, children: string }, + "back_button_panel": { type: T.BUTTON, children: string }, + "token_popup": { type: T.SCREEN, children: string }, +} + +export type TradeType = { + "cycle_recipe_button": { type: T.BUTTON, children: string }, + "cycle_recipe_left_button": { type: T.BUTTON, children: string }, + "cycle_recipe_right_button": { type: T.BUTTON, children: string }, + "arrow_image": { type: T.IMAGE, children: string }, + "cross_out_icon": { type: T.IMAGE, children: string }, + "highlight_slot_panel": { type: T.PANEL, children: 'hover_text' }, + "highlight_slot_panel/hover_text": { type: T.CUSTOM, children: string }, + "recipe_button": { type: T.BUTTON, children: 'hover' }, + "recipe_button/hover": { type: T.PANEL, children: string }, + "recipe_item_panel": { type: T.PANEL, children: 'item_renderer' | 'recipe_button' }, + "recipe_item_panel/item_renderer": { type: T.CUSTOM, children: 'stack_count_label' }, + "recipe_item_panel/item_renderer/stack_count_label": { type: T.LABEL, children: string }, + "recipe_item_panel/recipe_button": { type: T.BUTTON, children: string }, + "trade_item_slot": { type: T.PANEL, children: 'container_item' }, + "trade_item_slot/container_item": { type: T.INPUT_PANEL, children: string }, + "trade_item_slotB": { type: T.PANEL, children: string }, + "trade_item_slot_result_button": { type: T.BUTTON, children: string }, + "trade_item_slot_result": { type: T.PANEL, children: string }, + "arrow": { type: T.PANEL, children: 'arrow_image' | 'cross_out_icon' | 'recipe_button' }, + "arrow/arrow_image": { type: T.IMAGE, children: string }, + "arrow/cross_out_icon": { type: T.IMAGE, children: string }, + "arrow/recipe_button": { type: T.BUTTON, children: string }, + "purchase_grid_item": { type: T.STACK_PANEL, children: 'top_item' | 'padding' | 'bottom_item' }, + "purchase_grid_item/top_item": { type: T.UNKNOWN, children: string }, + "purchase_grid_item/padding": { type: T.PANEL, children: string }, + "purchase_grid_item/bottom_item": { type: T.UNKNOWN, children: string }, + "purchase_grid": { type: T.GRID, children: 'grid_slot1' | 'grid_slot2' | 'arrow' | 'result_item_slot' }, + "purchase_grid/grid_slot1": { type: T.STACK_PANEL, children: string }, + "purchase_grid/grid_slot2": { type: T.STACK_PANEL, children: string }, + "purchase_grid/arrow": { type: T.STACK_PANEL, children: string }, + "purchase_grid/result_item_slot": { type: T.STACK_PANEL, children: string }, + "greyed_item_panel": { type: T.PANEL, children: 'item_renderer' }, + "greyed_item_panel/item_renderer": { type: T.CUSTOM, children: string }, + "cycle_panel_keyboard": { type: T.PANEL, children: 'left' | 'right' }, + "cycle_panel_keyboard/left": { type: T.BUTTON, children: string }, + "cycle_panel_keyboard/right": { type: T.BUTTON, children: string }, + "cycle_panel_gamepad": { type: T.PANEL, children: 'left' | 'right' }, + "cycle_panel_gamepad/left": { type: T.BUTTON, children: string }, + "cycle_panel_gamepad/right": { type: T.BUTTON, children: string }, + "cycle_panel": { type: T.PANEL, children: 'keyboard' | 'gamepad' }, + "cycle_panel/keyboard": { type: T.PANEL, children: string }, + "cycle_panel/gamepad": { type: T.PANEL, children: string }, + "merchant_purchase_panel": { type: T.PANEL, children: 'purchase_grid' }, + "merchant_purchase_panel/purchase_grid": { type: T.GRID, children: string }, + "top_half_panel": { type: T.PANEL, children: 'villager_name_label' | 'cycle_panel' | 'merchant_purchase_panel' }, + "top_half_panel/villager_name_label": { type: T.LABEL, children: string }, + "top_half_panel/cycle_panel": { type: T.PANEL, children: string }, + "top_half_panel/merchant_purchase_panel": { type: T.PANEL, children: string }, + "trade_panel": { type: T.PANEL, children: 'gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'root_panel' | 'flying_item_renderer' }, + "trade_panel/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "trade_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "trade_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "trade_panel/root_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'trade_inventory' }, + "trade_panel/root_panel/common_panel": { type: T.PANEL, children: string }, + "trade_panel/root_panel/trade_inventory": { type: T.PANEL, children: 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid_template' | 'inventory_selected_icon_button' | 'gamepad_cursor' }, + "trade_panel/root_panel/trade_inventory/top_half_panel": { type: T.PANEL, children: string }, + "trade_panel/root_panel/trade_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "trade_panel/root_panel/trade_inventory/hotbar_grid_template": { type: T.GRID, children: string }, + "trade_panel/root_panel/trade_inventory/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "trade_panel/root_panel/trade_inventory/gamepad_cursor": { type: T.BUTTON, children: string }, + "trade_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "trade_screen": { type: T.SCREEN, children: string }, +} + +export type TradePocketType = { + "background_image": { type: T.IMAGE, children: string }, + "recipe_item_panel": { type: T.PANEL, children: 'item_renderer' }, + "recipe_item_panel/item_renderer": { type: T.CUSTOM, children: 'stack_count_label' }, + "recipe_item_panel/item_renderer/stack_count_label": { type: T.LABEL, children: string }, + "result_item_panel": { type: T.PANEL, children: 'output_item_name' | 'recipe_item_panel' }, + "result_item_panel/output_item_name": { type: T.LABEL, children: string }, + "result_item_panel/recipe_item_panel": { type: T.PANEL, children: string }, + "trade_item_slot": { type: T.PANEL, children: 'container_item' }, + "trade_item_slot/container_item": { type: T.INPUT_PANEL, children: string }, + "trade_item_slotB": { type: T.PANEL, children: string }, + "trade_item_slot_result_button": { type: T.BUTTON, children: string }, + "trade_item_slot_result": { type: T.PANEL, children: string }, + "purchase_grid": { type: T.GRID, children: 'grid_slot1' | 'grid_slot2' | 'arrow' | 'result_item_slot' }, + "purchase_grid/grid_slot1": { type: T.STACK_PANEL, children: string }, + "purchase_grid/grid_slot2": { type: T.STACK_PANEL, children: string }, + "purchase_grid/arrow": { type: T.STACK_PANEL, children: string }, + "purchase_grid/result_item_slot": { type: T.STACK_PANEL, children: string }, + "merchant_purchase_panel": { type: T.PANEL, children: 'left' | 'purchase_grid' | 'right' }, + "merchant_purchase_panel/left": { type: T.BUTTON, children: string }, + "merchant_purchase_panel/purchase_grid": { type: T.GRID, children: string }, + "merchant_purchase_panel/right": { type: T.BUTTON, children: string }, + "merchant_panel": { type: T.PANEL, children: 'merchant_purchase_panel' }, + "merchant_panel/merchant_purchase_panel": { type: T.PANEL, children: string }, + "inventory_grid": { type: T.GRID, children: string }, + "inventory_content": { type: T.PANEL, children: 'scrolling_panel' }, + "inventory_content/scrolling_panel": { type: T.PANEL, children: string }, + "half_screen": { type: T.PANEL, children: string }, + "inventory_half_screen": { type: T.PANEL, children: 'inventory_content' }, + "inventory_half_screen/inventory_content": { type: T.PANEL, children: string }, + "merchant_half_screen": { type: T.PANEL, children: 'merchant_panel' }, + "merchant_half_screen/merchant_panel": { type: T.PANEL, children: string }, + "header": { type: T.PANEL, children: 'header_background' | 'close_button' | 'villager_name_label' }, + "header/header_background": { type: T.IMAGE, children: string }, + "header/close_button": { type: T.BUTTON, children: string }, + "header/villager_name_label": { type: T.LABEL, children: string }, + "trade_panel": { type: T.SCREEN, children: 'bg' | 'root_panel' | 'header' | 'inventory' | 'merchant_half_screen' | 'gamepad_helpers' | 'container_gamepad_helpers' | 'inventory_selected_icon_button' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'flying_item_renderer' }, + "trade_panel/bg": { type: T.IMAGE, children: string }, + "trade_panel/root_panel": { type: T.INPUT_PANEL, children: string }, + "trade_panel/header": { type: T.PANEL, children: string }, + "trade_panel/inventory": { type: T.PANEL, children: string }, + "trade_panel/merchant_half_screen": { type: T.PANEL, children: string }, + "trade_panel/gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "trade_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "trade_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "trade_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "trade_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "trade_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type Trade2Type = { + "toolbar_background": { type: T.IMAGE, children: string }, + "arrow_left_image": { type: T.IMAGE, children: string }, + "arrow_right_image": { type: T.IMAGE, children: string }, + "trade_cell_image": { type: T.IMAGE, children: string }, + "cross_out_image": { type: T.IMAGE, children: string }, + "lock_image": { type: T.IMAGE, children: string }, + "scroll_background_image": { type: T.IMAGE, children: string }, + "red_slash": { type: T.IMAGE, children: string }, + "blue_progress_bar": { type: T.IMAGE, children: string }, + "white_progress_bar": { type: T.IMAGE, children: string }, + "empty_progress_bar": { type: T.IMAGE, children: string }, + "progress_bar_nub": { type: T.IMAGE, children: string }, + "hover_button": { type: T.BUTTON, children: 'hover_text' }, + "hover_button/hover_text": { type: T.CUSTOM, children: string }, + "stack_count_label": { type: T.LABEL, children: string }, + "changed_item_count_label": { type: T.STACK_PANEL, children: 'stack_count_label' | 'padding' | 'second_stack_count_label' }, + "changed_item_count_label/stack_count_label": { type: T.LABEL, children: 'red_slash' | 'red_slash_double' }, + "changed_item_count_label/stack_count_label/red_slash": { type: T.IMAGE, children: string }, + "changed_item_count_label/stack_count_label/red_slash_double": { type: T.IMAGE, children: string }, + "changed_item_count_label/padding": { type: T.PANEL, children: string }, + "changed_item_count_label/second_stack_count_label": { type: T.LABEL, children: string }, + "single_item_grid": { type: T.GRID, children: 'item_with_count' }, + "single_item_grid/item_with_count": { type: T.PANEL, children: 'item_renderer' }, + "single_item_grid/item_with_count/item_renderer": { type: T.CUSTOM, children: 'stack_count_label' | 'changed_item_count_label' | 'hover_button' }, + "single_item_grid/item_with_count/item_renderer/stack_count_label": { type: T.LABEL, children: string }, + "single_item_grid/item_with_count/item_renderer/changed_item_count_label": { type: T.STACK_PANEL, children: string }, + "single_item_grid/item_with_count/item_renderer/hover_button": { type: T.BUTTON, children: string }, + "trade_item_1": { type: T.GRID, children: string }, + "trade_item_2": { type: T.GRID, children: string }, + "sell_item": { type: T.GRID, children: string }, + "arrow_holder": { type: T.PANEL, children: 'arrow_image' | 'cross_out_image' | 'lock_image' }, + "arrow_holder/arrow_image": { type: T.IMAGE, children: string }, + "arrow_holder/cross_out_image": { type: T.IMAGE, children: string }, + "arrow_holder/lock_image": { type: T.IMAGE, children: string }, + "toggle_content": { type: T.STACK_PANEL, children: 'padding_1' | 'trade_item_1' | 'padding_2' | 'padding_2_extra' | 'trade_item_2' | 'padding_3' | 'padding_3_extra' | 'arrow_holder' | 'padding_4' | 'sell_item_holder' | 'sell_item_holder_with_less_padding' | 'padding_5' }, + "toggle_content/padding_1": { type: T.PANEL, children: string }, + "toggle_content/trade_item_1": { type: T.GRID, children: string }, + "toggle_content/padding_2": { type: T.PANEL, children: string }, + "toggle_content/padding_2_extra": { type: T.PANEL, children: string }, + "toggle_content/trade_item_2": { type: T.GRID, children: string }, + "toggle_content/padding_3": { type: T.PANEL, children: string }, + "toggle_content/padding_3_extra": { type: T.PANEL, children: string }, + "toggle_content/arrow_holder": { type: T.PANEL, children: string }, + "toggle_content/padding_4": { type: T.PANEL, children: string }, + "toggle_content/sell_item_holder": { type: T.PANEL, children: 'sell_item' }, + "toggle_content/sell_item_holder/sell_item": { type: T.GRID, children: string }, + "toggle_content/sell_item_holder_with_less_padding": { type: T.PANEL, children: 'sell_item' }, + "toggle_content/sell_item_holder_with_less_padding/sell_item": { type: T.GRID, children: string }, + "toggle_content/padding_5": { type: T.PANEL, children: string }, + "toggle_content_holder": { type: T.PANEL, children: 'toggle_content' }, + "toggle_content_holder/toggle_content": { type: T.UNKNOWN, children: string }, + "trade_toggle_unchecked": { type: T.PANEL, children: 'toggle_checked_normal' | 'toggle_checked_red' }, + "trade_toggle_unchecked/toggle_checked_normal": { type: T.PANEL, children: string }, + "trade_toggle_unchecked/toggle_checked_red": { type: T.PANEL, children: string }, + "trade_toggle_checked": { type: T.PANEL, children: 'toggle_checked_normal' | 'toggle_checked_red' }, + "trade_toggle_checked/toggle_checked_normal": { type: T.PANEL, children: string }, + "trade_toggle_checked/toggle_checked_red": { type: T.PANEL, children: string }, + "trade_toggle_locked": { type: T.PANEL, children: string }, + "trade_actual_toggle": { type: T.TOGGLE, children: string }, + "trade_toggle": { type: T.PANEL, children: string }, + "trade_toggle_holder": { type: T.PANEL, children: 'trade_toggle' }, + "trade_toggle_holder/trade_toggle": { type: T.PANEL, children: string }, + "trade_toggle_stack_panel": { type: T.STACK_PANEL, children: string }, + "tier_label": { type: T.LABEL, children: string }, + "tier_label_locked": { type: T.LABEL, children: string }, + "tier_stack_panel": { type: T.STACK_PANEL, children: 'padding' | 'tier_label_holder' | 'trade_toggle_stack_panel' }, + "tier_stack_panel/padding": { type: T.PANEL, children: string }, + "tier_stack_panel/tier_label_holder": { type: T.PANEL, children: 'tier_label' | 'tier_label_locked' }, + "tier_stack_panel/tier_label_holder/tier_label": { type: T.LABEL, children: string }, + "tier_stack_panel/tier_label_holder/tier_label_locked": { type: T.LABEL, children: string }, + "tier_stack_panel/trade_toggle_stack_panel": { type: T.STACK_PANEL, children: string }, + "trade_selector_stack_panel": { type: T.STACK_PANEL, children: string }, + "scroll_inner_input_panel": { type: T.INPUT_PANEL, children: 'trade_selector_stack_panel' }, + "scroll_inner_input_panel/trade_selector_stack_panel": { type: T.STACK_PANEL, children: string }, + "trade_scroll_panel": { type: T.PANEL, children: string }, + "left_panel": { type: T.INPUT_PANEL, children: 'bg' | 'trade_scroll_panel' }, + "left_panel/bg": { type: T.PANEL, children: string }, + "left_panel/trade_scroll_panel": { type: T.PANEL, children: string }, + "exp_progress_bar": { type: T.PANEL, children: 'empty_progress_bar' }, + "exp_progress_bar/empty_progress_bar": { type: T.IMAGE, children: 'progress_bar_nub' | 'blue_progress_bar' | 'white_progress_bar' }, + "exp_progress_bar/empty_progress_bar/progress_bar_nub": { type: T.IMAGE, children: string }, + "exp_progress_bar/empty_progress_bar/blue_progress_bar": { type: T.IMAGE, children: string }, + "exp_progress_bar/empty_progress_bar/white_progress_bar": { type: T.IMAGE, children: string }, + "trade_details": { type: T.PANEL, children: 'item_panel_image' }, + "trade_details/item_panel_image": { type: T.IMAGE, children: 'item_text_label' }, + "trade_details/item_panel_image/item_text_label": { type: T.LABEL, children: string }, + "trade_details_factory": { type: T.FACTORY, children: string }, + "trade_details_factory_holder": { type: T.PANEL, children: string }, + "trade_details_button": { type: T.BUTTON, children: string }, + "trade_details_1_button": { type: T.BUTTON, children: string }, + "trade_details_2_button": { type: T.BUTTON, children: string }, + "enchantment_details_button": { type: T.BUTTON, children: string }, + "trade_result_item_slot_button": { type: T.BUTTON, children: string }, + "red_cell_image": { type: T.IMAGE, children: string }, + "container_cell_image": { type: T.PANEL, children: 'cell_image' | 'red_cell_image' }, + "container_cell_image/cell_image": { type: T.IMAGE, children: string }, + "container_cell_image/red_cell_image": { type: T.IMAGE, children: string }, + "item_slot": { type: T.INPUT_PANEL, children: string }, + "ingredient_1_item_slot": { type: T.INPUT_PANEL, children: string }, + "ingredient_2_item_slot": { type: T.INPUT_PANEL, children: string }, + "result_item_slot": { type: T.INPUT_PANEL, children: string }, + "item_slot_holder": { type: T.PANEL, children: 'ingredient_1_item_slot' | 'trade_details_1_button' | 'trade_details_1_factory_holder' }, + "item_slot_holder/ingredient_1_item_slot": { type: T.UNKNOWN, children: string }, + "item_slot_holder/trade_details_1_button": { type: T.UNKNOWN, children: string }, + "item_slot_holder/trade_details_1_factory_holder": { type: T.PANEL, children: string }, + "item_slots_stack_panel": { type: T.STACK_PANEL, children: 'ingredient_item_1_holder' | 'ingredient_item_2_holder' | 'pointing_right_arrow_holder' | 'pointing_left_arrow_holder' | 'result_item_slot_holder' }, + "item_slots_stack_panel/ingredient_item_1_holder": { type: T.PANEL, children: string }, + "item_slots_stack_panel/ingredient_item_2_holder": { type: T.PANEL, children: string }, + "item_slots_stack_panel/pointing_right_arrow_holder": { type: T.PANEL, children: 'arrow_right_image' }, + "item_slots_stack_panel/pointing_right_arrow_holder/arrow_right_image": { type: T.IMAGE, children: string }, + "item_slots_stack_panel/pointing_left_arrow_holder": { type: T.PANEL, children: 'arrow_left_image' }, + "item_slots_stack_panel/pointing_left_arrow_holder/arrow_left_image": { type: T.IMAGE, children: string }, + "item_slots_stack_panel/result_item_slot_holder": { type: T.PANEL, children: string }, + "trade_button": { type: T.BUTTON, children: string }, + "how_to_play_button": { type: T.BUTTON, children: string }, + "top_half_stack_panel": { type: T.STACK_PANEL, children: 'item_slots_holder' | 'padding_1' | 'trade_button_holder' | 'how_to_play_button_holder' }, + "top_half_stack_panel/item_slots_holder": { type: T.PANEL, children: 'item_slots_stack_panel' }, + "top_half_stack_panel/item_slots_holder/item_slots_stack_panel": { type: T.STACK_PANEL, children: string }, + "top_half_stack_panel/padding_1": { type: T.PANEL, children: string }, + "top_half_stack_panel/trade_button_holder": { type: T.PANEL, children: 'trade_button' }, + "top_half_stack_panel/trade_button_holder/trade_button": { type: T.BUTTON, children: string }, + "top_half_stack_panel/how_to_play_button_holder": { type: T.PANEL, children: 'how_to_play_button' }, + "top_half_stack_panel/how_to_play_button_holder/how_to_play_button": { type: T.BUTTON, children: string }, + "top_half_panel": { type: T.PANEL, children: 'top_half_stack_panel' }, + "top_half_panel/top_half_stack_panel": { type: T.STACK_PANEL, children: string }, + "villager_name_label": { type: T.LABEL, children: string }, + "right_panel": { type: T.INPUT_PANEL, children: 'common_panel' | 'trade_screen_inventory' }, + "right_panel/common_panel": { type: T.PANEL, children: string }, + "right_panel/trade_screen_inventory": { type: T.PANEL, children: 'villager_name_label' | 'exp_progress_bar' | 'top_half_panel' | 'inventory_panel_bottom_half_with_label' | 'hotbar_grid' }, + "right_panel/trade_screen_inventory/villager_name_label": { type: T.LABEL, children: string }, + "right_panel/trade_screen_inventory/exp_progress_bar": { type: T.PANEL, children: string }, + "right_panel/trade_screen_inventory/top_half_panel": { type: T.PANEL, children: string }, + "right_panel/trade_screen_inventory/inventory_panel_bottom_half_with_label": { type: T.PANEL, children: string }, + "right_panel/trade_screen_inventory/hotbar_grid": { type: T.GRID, children: string }, + "toolbar_panel": { type: T.INPUT_PANEL, children: 'toolbar_background' }, + "toolbar_panel/toolbar_background": { type: T.IMAGE, children: 'toolbar_stack_panel' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'close_button_panel' | 'padding_2' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_1": { type: T.PANEL, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel": { type: T.PANEL, children: 'close_button' }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/close_button_panel/close_button": { type: T.BUTTON, children: string }, + "toolbar_panel/toolbar_background/toolbar_stack_panel/padding_2": { type: T.PANEL, children: string }, + "toolbar_anchor": { type: T.PANEL, children: 'toolbar_panel' }, + "toolbar_anchor/toolbar_panel": { type: T.INPUT_PANEL, children: string }, + "center_fold": { type: T.INPUT_PANEL, children: 'center_bg' }, + "center_fold/center_bg": { type: T.IMAGE, children: string }, + "screen_stack_panel": { type: T.STACK_PANEL, children: 'left_panel' | 'center_fold' | 'right_panel' | 'toolbar_anchor' }, + "screen_stack_panel/left_panel": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/center_fold": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/right_panel": { type: T.INPUT_PANEL, children: string }, + "screen_stack_panel/toolbar_anchor": { type: T.PANEL, children: string }, + "gamepad_helper_x": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_y": { type: T.STACK_PANEL, children: string }, + "screen_panel": { type: T.PANEL, children: 'screen_stack_panel' | 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'inventory_selected_icon_button' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "screen_panel/screen_stack_panel": { type: T.STACK_PANEL, children: string }, + "screen_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "screen_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "screen_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "screen_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "screen_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "screen_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, + "trade_screen": { type: T.SCREEN, children: string }, +} + +export type Trade2PocketType = { + "chest_item_renderer": { type: T.CUSTOM, children: string }, + "trade_icon": { type: T.IMAGE, children: string }, + "arrow_right_image": { type: T.IMAGE, children: string }, + "right_navigation_tabs": { type: T.STACK_PANEL, children: 'pocket_tab_close_button' | 'fill' }, + "right_navigation_tabs/pocket_tab_close_button": { type: T.IMAGE, children: string }, + "right_navigation_tabs/fill": { type: T.PANEL, children: string }, + "trade_slots_panel": { type: T.IMAGE, children: 'item_slots_stack_panel' }, + "trade_slots_panel/item_slots_stack_panel": { type: T.STACK_PANEL, children: string }, + "trade_and_help_buttons": { type: T.STACK_PANEL, children: 'trade_button_holder' | 'how_to_play_button_holder' }, + "trade_and_help_buttons/trade_button_holder": { type: T.PANEL, children: 'trade_button' }, + "trade_and_help_buttons/trade_button_holder/trade_button": { type: T.BUTTON, children: string }, + "trade_and_help_buttons/how_to_play_button_holder": { type: T.PANEL, children: 'how_to_play_button' }, + "trade_and_help_buttons/how_to_play_button_holder/how_to_play_button": { type: T.BUTTON, children: string }, + "name_and_trade_slots_stack_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'villager_name_label_holder' | 'padding_2' | 'exp_progress_bar_holder' | 'padding_3' | 'trade_slots_panel' | 'padding_4' | 'trade_and_help_buttons' }, + "name_and_trade_slots_stack_panel/padding_1": { type: T.PANEL, children: string }, + "name_and_trade_slots_stack_panel/villager_name_label_holder": { type: T.PANEL, children: 'villager_name_label' }, + "name_and_trade_slots_stack_panel/villager_name_label_holder/villager_name_label": { type: T.LABEL, children: string }, + "name_and_trade_slots_stack_panel/padding_2": { type: T.PANEL, children: string }, + "name_and_trade_slots_stack_panel/exp_progress_bar_holder": { type: T.PANEL, children: 'exp_progress_bar' }, + "name_and_trade_slots_stack_panel/exp_progress_bar_holder/exp_progress_bar": { type: T.PANEL, children: string }, + "name_and_trade_slots_stack_panel/padding_3": { type: T.PANEL, children: string }, + "name_and_trade_slots_stack_panel/trade_slots_panel": { type: T.IMAGE, children: string }, + "name_and_trade_slots_stack_panel/padding_4": { type: T.PANEL, children: string }, + "name_and_trade_slots_stack_panel/trade_and_help_buttons": { type: T.STACK_PANEL, children: string }, + "right_panel": { type: T.STACK_PANEL, children: 'content' | 'navigation_tabs_holder' }, + "right_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'name_and_trade_slots_stack_panel' }, + "right_panel/content/bg": { type: T.PANEL, children: string }, + "right_panel/content/name_and_trade_slots_stack_panel": { type: T.STACK_PANEL, children: string }, + "right_panel/navigation_tabs_holder": { type: T.PANEL, children: 'right_navigation_tabs' }, + "right_panel/navigation_tabs_holder/right_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "left_tab_trade": { type: T.PANEL, children: string }, + "left_tab_inventory": { type: T.PANEL, children: string }, + "left_navigation_tabs": { type: T.STACK_PANEL, children: 'left_tab_trades' | 'padding' | 'left_tab_inventory' }, + "left_navigation_tabs/left_tab_trades": { type: T.PANEL, children: string }, + "left_navigation_tabs/padding": { type: T.PANEL, children: string }, + "left_navigation_tabs/left_tab_inventory": { type: T.PANEL, children: string }, + "arrow_holder": { type: T.PANEL, children: 'arrow_image' | 'cross_out_image' | 'lock_image' }, + "arrow_holder/arrow_image": { type: T.IMAGE, children: string }, + "arrow_holder/cross_out_image": { type: T.IMAGE, children: string }, + "arrow_holder/lock_image": { type: T.IMAGE, children: string }, + "inventory_scroll_panel": { type: T.PANEL, children: string }, + "toggle_content": { type: T.STACK_PANEL, children: 'padding_1' | 'trade_item_holder' | 'padding_2' | 'arrow_holder' | 'padding_3' | 'sell_item_holder' | 'padding_4' }, + "toggle_content/padding_1": { type: T.PANEL, children: string }, + "toggle_content/trade_item_holder": { type: T.STACK_PANEL, children: 'padding_left' | 'trade_item_1' | 'padding_middle' | 'trade_item_2' | 'padding_right' }, + "toggle_content/trade_item_holder/padding_left": { type: T.PANEL, children: string }, + "toggle_content/trade_item_holder/trade_item_1": { type: T.GRID, children: string }, + "toggle_content/trade_item_holder/padding_middle": { type: T.PANEL, children: string }, + "toggle_content/trade_item_holder/trade_item_2": { type: T.GRID, children: string }, + "toggle_content/trade_item_holder/padding_right": { type: T.PANEL, children: string }, + "toggle_content/padding_2": { type: T.PANEL, children: string }, + "toggle_content/arrow_holder": { type: T.PANEL, children: string }, + "toggle_content/padding_3": { type: T.PANEL, children: string }, + "toggle_content/sell_item_holder": { type: T.PANEL, children: 'sell_item' }, + "toggle_content/sell_item_holder/sell_item": { type: T.GRID, children: string }, + "toggle_content/padding_4": { type: T.PANEL, children: string }, + "left_panel": { type: T.STACK_PANEL, children: 'gamepad_helpers_and_tabs_holder' | 'content' }, + "left_panel/gamepad_helpers_and_tabs_holder": { type: T.PANEL, children: 'tabs_left_gamepad_helpers' | 'navigation_tabs_holder' }, + "left_panel/gamepad_helpers_and_tabs_holder/tabs_left_gamepad_helpers": { type: T.PANEL, children: string }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder": { type: T.PANEL, children: 'left_navigation_tabs' }, + "left_panel/gamepad_helpers_and_tabs_holder/navigation_tabs_holder/left_navigation_tabs": { type: T.STACK_PANEL, children: string }, + "left_panel/content": { type: T.INPUT_PANEL, children: 'bg' | 'inventory_scroll_panel' | 'trade_scroll_panel' }, + "left_panel/content/bg": { type: T.PANEL, children: string }, + "left_panel/content/inventory_scroll_panel": { type: T.PANEL, children: string }, + "left_panel/content/trade_scroll_panel": { type: T.PANEL, children: string }, + "pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "screen_panel": { type: T.PANEL, children: 'pocket_hotbar_and_content_panels' | 'container_gamepad_helpers' | 'selected_item_details_factory' | 'item_lock_notification_factory' | 'inventory_selected_icon_button' | 'inventory_take_progress_icon_button' | 'flying_item_renderer' }, + "screen_panel/pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: string }, + "screen_panel/container_gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "screen_panel/selected_item_details_factory": { type: T.FACTORY, children: string }, + "screen_panel/item_lock_notification_factory": { type: T.FACTORY, children: string }, + "screen_panel/inventory_selected_icon_button": { type: T.BUTTON, children: string }, + "screen_panel/inventory_take_progress_icon_button": { type: T.BUTTON, children: string }, + "screen_panel/flying_item_renderer": { type: T.CUSTOM, children: string }, +} + +export type TrialUpsellType = { + "normal_stroke_button": { type: T.IMAGE, children: string }, + "normal_description_label": { type: T.LABEL, children: string }, + "trialTime": { type: T.CUSTOM, children: string }, + "trial_label": { type: T.LABEL, children: string }, + "trial_description_panel": { type: T.PANEL, children: 'description_text' }, + "trial_description_panel/description_text": { type: T.LABEL, children: string }, + "trial_expired_description_panel": { type: T.STACK_PANEL, children: 'vertical_padding_0' | 'line1' | 'vertical_padding_1' | 'line2' | 'line3' | 'line4' | 'line5' }, + "trial_expired_description_panel/vertical_padding_0": { type: T.PANEL, children: string }, + "trial_expired_description_panel/line1": { type: T.LABEL, children: string }, + "trial_expired_description_panel/vertical_padding_1": { type: T.PANEL, children: string }, + "trial_expired_description_panel/line2": { type: T.LABEL, children: string }, + "trial_expired_description_panel/line3": { type: T.LABEL, children: string }, + "trial_expired_description_panel/line4": { type: T.LABEL, children: string }, + "trial_expired_description_panel/line5": { type: T.LABEL, children: string }, + "continue_button": { type: T.BUTTON, children: string }, + "buy_button": { type: T.BUTTON, children: string }, + "root_panel": { type: T.PANEL, children: string }, + "trial_upsell_screen_dialog": { type: T.PANEL, children: string }, + "trial_upsell_expired_screen_dialog": { type: T.PANEL, children: string }, + "button_content_panel": { type: T.PANEL, children: 'buy' | 'continue' }, + "button_content_panel/buy": { type: T.BUTTON, children: string }, + "button_content_panel/continue": { type: T.BUTTON, children: string }, + "trial_upsell_screen": { type: T.SCREEN, children: string }, + "trial_upsell_screen_content": { type: T.PANEL, children: 'trialTime' | 'root_panel' }, + "trial_upsell_screen_content/trialTime": { type: T.CUSTOM, children: string }, + "trial_upsell_screen_content/root_panel": { type: T.PANEL, children: 'trial_upsell_screen_dialog' }, + "trial_upsell_screen_content/root_panel/trial_upsell_screen_dialog": { type: T.PANEL, children: string }, + "trial_upsell_expired_screen": { type: T.SCREEN, children: string }, + "trial_upsell_expired_screen_content": { type: T.PANEL, children: 'trialTime' | 'root_panel' }, + "trial_upsell_expired_screen_content/trialTime": { type: T.CUSTOM, children: string }, + "trial_upsell_expired_screen_content/root_panel": { type: T.PANEL, children: 'trial_upsell_expired_screen_dialog' }, + "trial_upsell_expired_screen_content/root_panel/trial_upsell_expired_screen_dialog": { type: T.PANEL, children: string }, + "content_description_panel": { type: T.PANEL, children: 'scrolling_panel' }, + "content_description_panel/scrolling_panel": { type: T.PANEL, children: string }, +} + +export type UgcViewerType = { + "padding": { type: T.PANEL, children: string }, + "world_label": { type: T.LABEL, children: string }, + "world_image": { type: T.IMAGE, children: string }, + "button_content": { type: T.PANEL, children: 'stack_panel' }, + "button_content/stack_panel": { type: T.STACK_PANEL, children: 'world_label' | 'world_panel' }, + "button_content/stack_panel/world_label": { type: T.LABEL, children: string }, + "button_content/stack_panel/world_panel": { type: T.PANEL, children: 'background' }, + "button_content/stack_panel/world_panel/background": { type: T.IMAGE, children: 'world_image' }, + "button_content/stack_panel/world_panel/background/world_image": { type: T.IMAGE, children: string }, + "grid_item": { type: T.PANEL, children: 'button' }, + "grid_item/button": { type: T.BUTTON, children: string }, + "place_holder_control": { type: T.PANEL, children: 'search_icon' | 'place_holder_text' }, + "place_holder_control/search_icon": { type: T.IMAGE, children: string }, + "place_holder_control/place_holder_text": { type: T.LABEL, children: string }, + "search_box": { type: T.EDIT_BOX, children: string }, + "grid_content": { type: T.GRID, children: string }, + "scrolling_content": { type: T.PANEL, children: 'grid_content' }, + "scrolling_content/grid_content": { type: T.GRID, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'centerer_panel_0' | 'padding_1' | 'centerer_panel_1' | 'padding_2' }, + "main_panel/padding_0": { type: T.PANEL, children: string }, + "main_panel/centerer_panel_0": { type: T.PANEL, children: 'search_box' }, + "main_panel/centerer_panel_0/search_box": { type: T.EDIT_BOX, children: string }, + "main_panel/padding_1": { type: T.PANEL, children: string }, + "main_panel/centerer_panel_1": { type: T.PANEL, children: 'scrolling_panel' }, + "main_panel/centerer_panel_1/scrolling_panel": { type: T.PANEL, children: string }, + "main_panel/padding_2": { type: T.PANEL, children: string }, + "ugc_viewer_screen": { type: T.SCREEN, children: string }, + "screen_content": { type: T.PANEL, children: 'main_panel' }, + "screen_content/main_panel": { type: T.PANEL, children: string }, +} + +export type CommonArtType = { + "title_image": { type: T.IMAGE, children: string }, + "title_image_edu": { type: T.IMAGE, children: string }, + "splash_text": { type: T.CUSTOM, children: string }, + "title_panel_pocket": { type: T.PANEL, children: 'title_image' | 'splash_text' }, + "title_panel_pocket/title_image": { type: T.IMAGE, children: string }, + "title_panel_pocket/splash_text": { type: T.CUSTOM, children: string }, + "title_panel_win10": { type: T.PANEL, children: 'title_image' | 'splash_text' }, + "title_panel_win10/title_image": { type: T.IMAGE, children: string }, + "title_panel_win10/splash_text": { type: T.CUSTOM, children: string }, + "title_panel_osx": { type: T.PANEL, children: 'title_image' | 'splash_text' }, + "title_panel_osx/title_image": { type: T.IMAGE, children: string }, + "title_panel_osx/splash_text": { type: T.CUSTOM, children: string }, + "title_panel_edu_desktop": { type: T.PANEL, children: 'banner_control' | 'title_control' }, + "title_panel_edu_desktop/banner_control": { type: T.PANEL, children: 'banner' | 'drop_shadow' }, + "title_panel_edu_desktop/banner_control/banner": { type: T.IMAGE, children: string }, + "title_panel_edu_desktop/banner_control/drop_shadow": { type: T.IMAGE, children: string }, + "title_panel_edu_desktop/title_control": { type: T.PANEL, children: 'title_image_edu' | 'splash_text' }, + "title_panel_edu_desktop/title_control/title_image_edu": { type: T.IMAGE, children: string }, + "title_panel_edu_desktop/title_control/splash_text": { type: T.CUSTOM, children: string }, + "title_panel_edu_mobile": { type: T.PANEL, children: 'title_control' }, + "title_panel_edu_mobile/title_control": { type: T.PANEL, children: 'title_image_edu' | 'splash_text' }, + "title_panel_edu_mobile/title_control/title_image_edu": { type: T.IMAGE, children: string }, + "title_panel_edu_mobile/title_control/splash_text": { type: T.CUSTOM, children: string }, + "title_panel_content": { type: T.PANEL, children: string }, + "start_title_panel_content": { type: T.PANEL, children: string }, + "pause_logo_panel": { type: T.INPUT_PANEL, children: 'logo' }, + "pause_logo_panel/logo": { type: T.UNKNOWN, children: string }, +} + +export type CommonType = { + "empty_panel": { type: T.PANEL, children: string }, + "vertical_padding_8px": { type: T.PANEL, children: string }, + "horizontal_padding_2px": { type: T.PANEL, children: string }, + "empty_image": { type: T.IMAGE, children: string }, + "horizontal_stack_panel": { type: T.STACK_PANEL, children: string }, + "vertical_stack_panel": { type: T.STACK_PANEL, children: string }, + "vert_stack_centering_panel": { type: T.PANEL, children: 'stack_content' }, + "vert_stack_centering_panel/stack_content": { type: T.UNKNOWN, children: string }, + "button": { type: T.BUTTON, children: string }, + "screen_header_title_panel": { type: T.PANEL, children: 'store_header_title' }, + "screen_header_title_panel/store_header_title": { type: T.LABEL, children: string }, + "back_button": { type: T.BUTTON, children: string }, + "back_title_button": { type: T.STACK_PANEL, children: 'panel1' | 'padding1' | 'panel2' }, + "back_title_button/panel1": { type: T.PANEL, children: 'button' }, + "back_title_button/panel1/button": { type: T.BUTTON, children: string }, + "back_title_button/padding1": { type: T.PANEL, children: string }, + "back_title_button/panel2": { type: T.PANEL, children: 'label' }, + "back_title_button/panel2/label": { type: T.LABEL, children: string }, + "chevron_image": { type: T.IMAGE, children: string }, + "back_button_content": { type: T.STACK_PANEL, children: 'chevron_panel' | 'padding1' | 'label_panel' }, + "back_button_content/chevron_panel": { type: T.PANEL, children: 'left_chevron' }, + "back_button_content/chevron_panel/left_chevron": { type: T.IMAGE, children: string }, + "back_button_content/padding1": { type: T.PANEL, children: string }, + "back_button_content/label_panel": { type: T.PANEL, children: 'label' }, + "back_button_content/label_panel/label": { type: T.LABEL, children: string }, + "label_hover": { type: T.PANEL, children: 'hover' }, + "label_hover/hover": { type: T.IMAGE, children: string }, + "tts_activate_sibling": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "tts_activate_sibling/default": { type: T.PANEL, children: string }, + "tts_activate_sibling/pressed": { type: T.PANEL, children: string }, + "tts_activate_sibling/hover": { type: T.PANEL, children: string }, + "back_title_button_content": { type: T.STACK_PANEL, children: 'padding1' | 'chevron_panel' | 'padding2' }, + "back_title_button_content/padding1": { type: T.PANEL, children: string }, + "back_title_button_content/chevron_panel": { type: T.PANEL, children: 'left_chevron' }, + "back_title_button_content/chevron_panel/left_chevron": { type: T.IMAGE, children: string }, + "back_title_button_content/padding2": { type: T.PANEL, children: string }, + "toggle_visuals": { type: T.PANEL, children: 'unchecked' | 'checked' | 'unchecked_hover' | 'checked_hover' | 'unchecked_locked' | 'checked_locked' | 'unchecked_locked_hover' | 'checked_locked_hover' }, + "toggle_visuals/unchecked": { type: T.UNKNOWN, children: string }, + "toggle_visuals/checked": { type: T.UNKNOWN, children: string }, + "toggle_visuals/unchecked_hover": { type: T.UNKNOWN, children: string }, + "toggle_visuals/checked_hover": { type: T.UNKNOWN, children: string }, + "toggle_visuals/unchecked_locked": { type: T.UNKNOWN, children: string }, + "toggle_visuals/checked_locked": { type: T.UNKNOWN, children: string }, + "toggle_visuals/unchecked_locked_hover": { type: T.UNKNOWN, children: string }, + "toggle_visuals/checked_locked_hover": { type: T.UNKNOWN, children: string }, + "toggle": { type: T.PANEL, children: string }, + "radio_toggle": { type: T.PANEL, children: string }, + "checkbox": { type: T.PANEL, children: string }, + "checkbox_image": { type: T.IMAGE, children: string }, + "checked_image": { type: T.IMAGE, children: string }, + "unchecked_image": { type: T.IMAGE, children: string }, + "checked_hover_image": { type: T.IMAGE, children: string }, + "unchecked_hover_image": { type: T.IMAGE, children: string }, + "rotating_text": { type: T.CAROUSEL_LABEL, children: string }, + "button_text": { type: T.LABEL, children: string }, + "toggle_state_template": { type: T.IMAGE, children: string }, + "new_button_label": { type: T.LABEL, children: string }, + "checkbox_checked_state": { type: T.IMAGE, children: string }, + "checkbox_unchecked_state": { type: T.IMAGE, children: string }, + "checkbox_checked_hover_state": { type: T.IMAGE, children: string }, + "checkbox_unchecked_hover_state": { type: T.IMAGE, children: string }, + "checkbox_checked_locked_state": { type: T.IMAGE, children: string }, + "checkbox_unchecked_locked_state": { type: T.IMAGE, children: string }, + "radio_toggle_checked_state": { type: T.IMAGE, children: string }, + "radio_toggle_unchecked_state": { type: T.IMAGE, children: string }, + "radio_toggle_checked_hover_state": { type: T.IMAGE, children: string }, + "radio_toggle_unchecked_hover_state": { type: T.IMAGE, children: string }, + "radio_toggle_checked_locked_state": { type: T.IMAGE, children: string }, + "radio_toggle_unchecked_locked_state": { type: T.IMAGE, children: string }, + "slider_button_state": { type: T.IMAGE, children: string }, + "slider_button_layout": { type: T.IMAGE, children: string }, + "slider_button_hover_layout": { type: T.IMAGE, children: string }, + "slider_button_locked_layout": { type: T.IMAGE, children: string }, + "slider_button_indent_layout": { type: T.IMAGE, children: string }, + "slider_box": { type: T.SLIDER_BOX, children: 'default' | 'hover' | 'indent' | 'locked' }, + "slider_box/default": { type: T.UNKNOWN, children: string }, + "slider_box/hover": { type: T.UNKNOWN, children: string }, + "slider_box/indent": { type: T.UNKNOWN, children: string }, + "slider_box/locked": { type: T.UNKNOWN, children: 'transparent_grey' }, + "slider_box/locked/transparent_grey": { type: T.IMAGE, children: string }, + "slider_background": { type: T.IMAGE, children: string }, + "slider_background_hover": { type: T.IMAGE, children: string }, + "slider_progress": { type: T.IMAGE, children: string }, + "slider_progress_hover": { type: T.IMAGE, children: string }, + "slider_border": { type: T.IMAGE, children: string }, + "slider_bar_default": { type: T.IMAGE, children: 'sizing_panel' | 'transparent_grey' }, + "slider_bar_default/sizing_panel": { type: T.PANEL, children: string }, + "slider_bar_default/transparent_grey": { type: T.IMAGE, children: string }, + "slider_bar_hover": { type: T.IMAGE, children: string }, + "slider_step": { type: T.IMAGE, children: string }, + "slider_step_hover": { type: T.IMAGE, children: string }, + "slider_step_progress": { type: T.IMAGE, children: string }, + "slider_step_progress_hover": { type: T.IMAGE, children: string }, + "slider": { type: T.SLIDER, children: 'slider_box' | 'slider_bar_default' | 'slider_bar_hover' }, + "slider/slider_box": { type: T.SLIDER_BOX, children: string }, + "slider/slider_bar_default": { type: T.IMAGE, children: string }, + "slider/slider_bar_hover": { type: T.IMAGE, children: string }, + "dropdown_background": { type: T.IMAGE, children: string }, + "dropdown": { type: T.PANEL, children: 'dropdown_content' }, + "dropdown/dropdown_content": { type: T.INPUT_PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "dropdown/dropdown_content/0": { type: T.UNKNOWN, children: string }, + "dropdown_no_scrollpanel": { type: T.PANEL, children: string }, + "square_image_border_white": { type: T.IMAGE, children: string }, + "focus_border_white": { type: T.IMAGE, children: string }, + "focus_border_yellow": { type: T.IMAGE, children: string }, + "focus_border_black": { type: T.IMAGE, children: string }, + "non_interact_focus_border": { type: T.IMAGE, children: string }, + "non_interact_focus_border_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'content' }, + "non_interact_focus_border_button/default": { type: T.UNKNOWN, children: string }, + "non_interact_focus_border_button/hover": { type: T.UNKNOWN, children: string }, + "non_interact_focus_border_button/pressed": { type: T.UNKNOWN, children: string }, + "non_interact_focus_border_button/content": { type: T.UNKNOWN, children: string }, + "tts_label_focus_wrapper": { type: T.PANEL, children: 'label' | 'focus_border' }, + "tts_label_focus_wrapper/label": { type: T.UNKNOWN, children: string }, + "tts_label_focus_wrapper/focus_border": { type: T.BUTTON, children: string }, + "default_indent": { type: T.IMAGE, children: string }, + "edit_box_indent": { type: T.IMAGE, children: string }, + "edit_box_indent_hover": { type: T.IMAGE, children: string }, + "transparent_edit_box_indent": { type: T.IMAGE, children: string }, + "transparent_edit_box_indent_hover": { type: T.IMAGE, children: string }, + "text_edit_box_label": { type: T.LABEL, children: string }, + "text_edit_box_place_holder_label": { type: T.LABEL, children: string }, + "text_magnifying_glass_image": { type: T.IMAGE, children: string }, + "text_close_X_button_image": { type: T.IMAGE, children: string }, + "text_close_X_button_image_hover": { type: T.IMAGE, children: string }, + "clear_text_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "clear_text_button/default": { type: T.IMAGE, children: string }, + "clear_text_button/hover": { type: T.IMAGE, children: string }, + "clear_text_button/pressed": { type: T.IMAGE, children: string }, + "text_edit_box": { type: T.EDIT_BOX, children: 'centering_panel' | 'locked' | 'default' | 'hover' | 'pressed' }, + "text_edit_box/centering_panel": { type: T.PANEL, children: 'clipper_panel' }, + "text_edit_box/centering_panel/clipper_panel": { type: T.PANEL, children: 'magnifying_glass' | 'clear_text_button_panel' | 'visibility_panel' }, + "text_edit_box/centering_panel/clipper_panel/magnifying_glass": { type: T.IMAGE, children: string }, + "text_edit_box/centering_panel/clipper_panel/clear_text_button_panel": { type: T.PANEL, children: 'clear_text_button' }, + "text_edit_box/centering_panel/clipper_panel/clear_text_button_panel/clear_text_button": { type: T.BUTTON, children: string }, + "text_edit_box/centering_panel/clipper_panel/visibility_panel": { type: T.PANEL, children: 'place_holder_control' }, + "text_edit_box/centering_panel/clipper_panel/visibility_panel/place_holder_control": { type: T.UNKNOWN, children: string }, + "text_edit_box/locked": { type: T.PANEL, children: 'edit_box_indent' }, + "text_edit_box/locked/edit_box_indent": { type: T.UNKNOWN, children: string }, + "text_edit_box/default": { type: T.UNKNOWN, children: string }, + "text_edit_box/hover": { type: T.UNKNOWN, children: string }, + "text_edit_box/pressed": { type: T.UNKNOWN, children: string }, + "text_edit_box_scrolling_content": { type: T.INPUT_PANEL, children: string }, + "scrollable_text_edit_box": { type: T.EDIT_BOX, children: 'centering_panel' | 'locked' | 'default' | 'hover' | 'pressed' }, + "scrollable_text_edit_box/centering_panel": { type: T.PANEL, children: 'clipper_panel' }, + "scrollable_text_edit_box/centering_panel/clipper_panel": { type: T.PANEL, children: 'text_edit_text_control' | 'visibility_panel' }, + "scrollable_text_edit_box/centering_panel/clipper_panel/text_edit_text_control": { type: T.PANEL, children: string }, + "scrollable_text_edit_box/centering_panel/clipper_panel/visibility_panel": { type: T.PANEL, children: 'place_holder_control' }, + "scrollable_text_edit_box/centering_panel/clipper_panel/visibility_panel/place_holder_control": { type: T.UNKNOWN, children: string }, + "scrollable_text_edit_box/locked": { type: T.PANEL, children: 'edit_box_indent' }, + "scrollable_text_edit_box/locked/edit_box_indent": { type: T.UNKNOWN, children: string }, + "scrollable_text_edit_box/default": { type: T.UNKNOWN, children: string }, + "scrollable_text_edit_box/hover": { type: T.UNKNOWN, children: string }, + "scrollable_text_edit_box/pressed": { type: T.UNKNOWN, children: string }, + "transparent_text_edit_box": { type: T.EDIT_BOX, children: 'clipper_panel' | 'locked' | 'default' | 'hover' | 'pressed' }, + "transparent_text_edit_box/clipper_panel": { type: T.PANEL, children: 'visibility_panel' }, + "transparent_text_edit_box/clipper_panel/visibility_panel": { type: T.PANEL, children: 'place_holder_control' }, + "transparent_text_edit_box/clipper_panel/visibility_panel/place_holder_control": { type: T.UNKNOWN, children: string }, + "transparent_text_edit_box/locked": { type: T.PANEL, children: 'edit_box_indent' }, + "transparent_text_edit_box/locked/edit_box_indent": { type: T.UNKNOWN, children: string }, + "transparent_text_edit_box/default": { type: T.UNKNOWN, children: string }, + "transparent_text_edit_box/hover": { type: T.UNKNOWN, children: string }, + "transparent_text_edit_box/pressed": { type: T.UNKNOWN, children: string }, + "multiline_text_edit_box": { type: T.EDIT_BOX, children: string }, + "scrollable_multiline_text_edit_box": { type: T.EDIT_BOX, children: string }, + "dirt_background": { type: T.IMAGE, children: string }, + "portal_background": { type: T.IMAGE, children: string }, + "empty_progress_bar": { type: T.IMAGE, children: string }, + "filled_progress_bar": { type: T.IMAGE, children: string }, + "empty_progress_bar_beveled": { type: T.IMAGE, children: string }, + "progress_bar_beveled_overlay": { type: T.IMAGE, children: string }, + "filled_progress_bar_for_collections": { type: T.IMAGE, children: string }, + "progress_bar": { type: T.PANEL, children: 'empty_progress_bar' | 'filled_progress_bar' }, + "progress_bar/empty_progress_bar": { type: T.IMAGE, children: string }, + "progress_bar/filled_progress_bar": { type: T.IMAGE, children: string }, + "progress_bar_for_collections": { type: T.PANEL, children: 'empty_progress_bar' | 'filled_progress_bar_for_collections' }, + "progress_bar_for_collections/empty_progress_bar": { type: T.IMAGE, children: string }, + "progress_bar_for_collections/filled_progress_bar_for_collections": { type: T.IMAGE, children: string }, + "horizontal_divider": { type: T.PANEL, children: 'divider_image' }, + "horizontal_divider/divider_image": { type: T.IMAGE, children: string }, + "vertical_divider": { type: T.PANEL, children: 'divider_image' }, + "vertical_divider/divider_image": { type: T.IMAGE, children: string }, + "underline": { type: T.IMAGE, children: string }, + "single_line_label": { type: T.PANEL, children: 'label_panel' }, + "single_line_label/label_panel": { type: T.LABEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "single_line_label/label_panel/0": { type: T.UNKNOWN, children: string }, + "gamepad_helper_icon_description": { type: T.LABEL, children: string }, + "gamepad_helper_icon_image": { type: T.IMAGE, children: string }, + "keyboard_helper_icon_image": { type: T.IMAGE, children: string }, + "gamepad_helper": { type: T.STACK_PANEL, children: 'icon_panel' | 'description_panel' }, + "gamepad_helper/icon_panel": { type: T.PANEL, children: string }, + "gamepad_helper/description_panel": { type: T.PANEL, children: 'desc' }, + "gamepad_helper/description_panel/desc": { type: T.UNKNOWN, children: string }, + "gamepad_helpers": { type: T.STACK_PANEL, children: string }, + "gamepad_helpers_a_and_b": { type: T.STACK_PANEL, children: 'gamepad_helper_a' | 'control' | 'gamepad_helper_b' }, + "gamepad_helpers_a_and_b/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "gamepad_helpers_a_and_b/control": { type: T.PANEL, children: string }, + "gamepad_helpers_a_and_b/gamepad_helper_b": { type: T.STACK_PANEL, children: string }, + "container_gamepad_helpers": { type: T.STACK_PANEL, children: 'fill_panel' | 'buttons' | 'buffer_panel_right' }, + "container_gamepad_helpers/fill_panel": { type: T.PANEL, children: string }, + "container_gamepad_helpers/buttons": { type: T.STACK_PANEL, children: 'gamepad_helper_x' | 'gamepad_helper_a' | 'gamepad_helper_y' | 'gamepad_helper_b' }, + "container_gamepad_helpers/buttons/gamepad_helper_x": { type: T.UNKNOWN, children: string }, + "container_gamepad_helpers/buttons/gamepad_helper_a": { type: T.UNKNOWN, children: string }, + "container_gamepad_helpers/buttons/gamepad_helper_y": { type: T.UNKNOWN, children: string }, + "container_gamepad_helpers/buttons/gamepad_helper_b": { type: T.UNKNOWN, children: string }, + "container_gamepad_helpers/buffer_panel_right": { type: T.PANEL, children: string }, + "container_gamepad_helpers_pocket": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_bumpers": { type: T.PANEL, children: 'gamepad_helper_left_bumper' | 'gamepad_helper_right_bumper' }, + "gamepad_helper_bumpers/gamepad_helper_left_bumper": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_bumpers/gamepad_helper_right_bumper": { type: T.STACK_PANEL, children: string }, + "tabs_left_gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_left_bumper' | 'gamepad_helper_left_trigger' }, + "tabs_left_gamepad_helpers/gamepad_helper_left_bumper": { type: T.STACK_PANEL, children: string }, + "tabs_left_gamepad_helpers/gamepad_helper_left_trigger": { type: T.STACK_PANEL, children: string }, + "tabs_right_gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_right_bumper' | 'gamepad_helper_right_trigger' }, + "tabs_right_gamepad_helpers/gamepad_helper_right_bumper": { type: T.STACK_PANEL, children: string }, + "tabs_right_gamepad_helpers/gamepad_helper_right_trigger": { type: T.STACK_PANEL, children: string }, + "container_x_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "container_y_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "container_a_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "container_b_gamepad_helper": { type: T.STACK_PANEL, children: string }, + "keyboard_helper_description": { type: T.LABEL, children: string }, + "keyboard_helper": { type: T.STACK_PANEL, children: 'image_centerer' | 'centerer' }, + "keyboard_helper/image_centerer": { type: T.PANEL, children: 'image' }, + "keyboard_helper/image_centerer/image": { type: T.IMAGE, children: 'keyboard_character' }, + "keyboard_helper/image_centerer/image/keyboard_character": { type: T.LABEL, children: string }, + "keyboard_helper/centerer": { type: T.PANEL, children: 'desc' }, + "keyboard_helper/centerer/desc": { type: T.UNKNOWN, children: string }, + "keyboard_helpers": { type: T.PANEL, children: string }, + "gamepad_icon_button": { type: T.IMAGE, children: string }, + "gamepad_helper_start": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_a_14": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_b": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_b_14": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_x": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_x_14": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_y": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_y_14": { type: T.STACK_PANEL, children: string }, + "keyboard_helper_keys": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_left_trigger": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_right_trigger": { type: T.STACK_PANEL, children: string }, + "keyboard_left_trigger": { type: T.STACK_PANEL, children: string }, + "keyboard_right_trigger": { type: T.STACK_PANEL, children: string }, + "gamepad_icon_dpad": { type: T.IMAGE, children: string }, + "gamepad_helper_dpad": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_dpad_down": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_dpad_left": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_dpad_right": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_dpad_up": { type: T.STACK_PANEL, children: string }, + "gamepad_icon_thumbstick": { type: T.IMAGE, children: string }, + "gamepad_helper_thumbstick": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_thumbstick_right": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_thumbstick_left": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_left_bumper": { type: T.STACK_PANEL, children: string }, + "gamepad_helper_right_bumper": { type: T.STACK_PANEL, children: string }, + "dialog_background_common": { type: T.IMAGE, children: string }, + "dialog_background_hollow_common": { type: T.IMAGE, children: 'control' }, + "dialog_background_hollow_common/control": { type: T.IMAGE, children: string }, + "dialog_background_opaque": { type: T.IMAGE, children: string }, + "dialog_background_hollow_1": { type: T.IMAGE, children: string }, + "dialog_background_hollow_2": { type: T.IMAGE, children: string }, + "dialog_background_hollow_3": { type: T.IMAGE, children: string }, + "dialog_background_hollow_4": { type: T.IMAGE, children: string }, + "dialog_background_hollow_4_thin": { type: T.IMAGE, children: string }, + "dialog_background_hollow_5": { type: T.IMAGE, children: string }, + "dialog_background_hollow_6": { type: T.IMAGE, children: string }, + "dialog_background_hollow_7": { type: T.IMAGE, children: string }, + "dialog_background_hollow_8": { type: T.IMAGE, children: string }, + "dialog_divider": { type: T.IMAGE, children: string }, + "normal_button": { type: T.IMAGE, children: string }, + "normal_stroke_button": { type: T.IMAGE, children: string }, + "section_heading_label": { type: T.LABEL, children: string }, + "center_fold": { type: T.INPUT_PANEL, children: 'center_bg' }, + "center_fold/center_bg": { type: T.IMAGE, children: string }, + "section_divider": { type: T.STACK_PANEL, children: 'padding1' | 'divider_parent' | 'padding2' }, + "section_divider/padding1": { type: T.PANEL, children: string }, + "section_divider/divider_parent": { type: T.PANEL, children: 'divider' }, + "section_divider/divider_parent/divider": { type: T.IMAGE, children: string }, + "section_divider/padding2": { type: T.PANEL, children: string }, + "minecraftTenLabel": { type: T.LABEL, children: string }, + "close_button_image": { type: T.IMAGE, children: string }, + "close_button_panel": { type: T.PANEL, children: 'close_button_image' }, + "close_button_panel/close_button_image": { type: T.IMAGE, children: string }, + "close_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "close_button/default": { type: T.PANEL, children: string }, + "close_button/hover": { type: T.PANEL, children: string }, + "close_button/pressed": { type: T.PANEL, children: string }, + "close_button_grey_bg": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "close_button_grey_bg/default": { type: T.PANEL, children: string }, + "close_button_grey_bg/hover": { type: T.PANEL, children: string }, + "close_button_grey_bg/pressed": { type: T.PANEL, children: string }, + "close_button_high_contrast": { type: T.BUTTON, children: 'background' | 'default' | 'hover' | 'pressed' }, + "close_button_high_contrast/background": { type: T.IMAGE, children: string }, + "close_button_high_contrast/default": { type: T.PANEL, children: string }, + "close_button_high_contrast/hover": { type: T.PANEL, children: string }, + "close_button_high_contrast/pressed": { type: T.PANEL, children: string }, + "compact_close_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "compact_close_button/default": { type: T.PANEL, children: string }, + "compact_close_button/hover": { type: T.PANEL, children: string }, + "compact_close_button/pressed": { type: T.PANEL, children: string }, + "light_close_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "light_close_button/default": { type: T.PANEL, children: string }, + "light_close_button/hover": { type: T.PANEL, children: string }, + "light_close_button/pressed": { type: T.PANEL, children: string }, + "help_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "help_button/default": { type: T.IMAGE, children: string }, + "help_button/hover": { type: T.IMAGE, children: string }, + "help_button/pressed": { type: T.IMAGE, children: string }, + "cell_image": { type: T.IMAGE, children: string }, + "cell_image_selected": { type: T.IMAGE, children: string }, + "cell_image_panel": { type: T.PANEL, children: 'cell_image' | 'cell_image_selected' }, + "cell_image_panel/cell_image": { type: T.IMAGE, children: string }, + "cell_image_panel/cell_image_selected": { type: T.IMAGE, children: string }, + "cell_overlay": { type: T.UNKNOWN, children: string }, + "highlight_slot": { type: T.IMAGE, children: string }, + "white_border_slot": { type: T.IMAGE, children: string }, + "progressive_select_progress_bar": { type: T.PANEL, children: 'stack_progress_bar_down' }, + "progressive_select_progress_bar/stack_progress_bar_down": { type: T.IMAGE, children: 'progressive_select_progress_bar' | 'progressive_select_text' }, + "progressive_select_progress_bar/stack_progress_bar_down/progressive_select_progress_bar": { type: T.IMAGE, children: string }, + "progressive_select_progress_bar/stack_progress_bar_down/progressive_select_text": { type: T.LABEL, children: string }, + "stack_splitting_overlay": { type: T.PANEL, children: 'classic_stack_splitting_overlay' | 'pocket_stack_splitting_overlay' }, + "stack_splitting_overlay/classic_stack_splitting_overlay": { type: T.PANEL, children: 'stack_splitting_bar' }, + "stack_splitting_overlay/classic_stack_splitting_overlay/stack_splitting_bar": { type: T.PANEL, children: string }, + "stack_splitting_overlay/pocket_stack_splitting_overlay": { type: T.PANEL, children: 'stack_splitting_bar' }, + "stack_splitting_overlay/pocket_stack_splitting_overlay/stack_splitting_bar": { type: T.PANEL, children: string }, + "inventory_hold_icon_holding": { type: T.PANEL, children: 'progressive_down' | 'progressive_up' | 'progressive_left_side' | 'progressive_right_side' }, + "inventory_hold_icon_holding/progressive_down": { type: T.PANEL, children: string }, + "inventory_hold_icon_holding/progressive_up": { type: T.PANEL, children: string }, + "inventory_hold_icon_holding/progressive_left_side": { type: T.PANEL, children: string }, + "inventory_hold_icon_holding/progressive_right_side": { type: T.PANEL, children: string }, + "inventory_hold_icon_release": { type: T.CUSTOM, children: string }, + "highlight_slot_panel": { type: T.PANEL, children: 'highlight' | 'white_border' }, + "highlight_slot_panel/highlight": { type: T.IMAGE, children: 'hover_text' }, + "highlight_slot_panel/highlight/hover_text": { type: T.CUSTOM, children: string }, + "highlight_slot_panel/white_border": { type: T.IMAGE, children: string }, + "pocket_ui_highlight_slot": { type: T.IMAGE, children: string }, + "hover_text": { type: T.CUSTOM, children: string }, + "screen_background": { type: T.IMAGE, children: string }, + "stack_count_label": { type: T.LABEL, children: string }, + "durability_bar": { type: T.CUSTOM, children: string }, + "durability_bar_grabbed": { type: T.CUSTOM, children: string }, + "storage_bar": { type: T.CUSTOM, children: string }, + "storage_bar_grabbed": { type: T.CUSTOM, children: string }, + "item_renderer": { type: T.CUSTOM, children: string }, + "filtered_item_renderer": { type: T.CUSTOM, children: string }, + "flying_item_renderer": { type: T.CUSTOM, children: string }, + "selected_item_details": { type: T.PANEL, children: 'item_panel_image' }, + "selected_item_details/item_panel_image": { type: T.IMAGE, children: string }, + "item_panel_image": { type: T.IMAGE, children: 'item_text_label' }, + "item_panel_image/item_text_label": { type: T.LABEL, children: string }, + "item_text_label": { type: T.LABEL, children: string }, + "selected_item_details_factory": { type: T.FACTORY, children: string }, + "item_lock_notification": { type: T.PANEL, children: 'notification_background_image' }, + "item_lock_notification/notification_background_image": { type: T.IMAGE, children: 'notification_text_label' }, + "item_lock_notification/notification_background_image/notification_text_label": { type: T.LABEL, children: string }, + "item_lock_notification_factory": { type: T.FACTORY, children: string }, + "layout_toggle_content": { type: T.PANEL, children: 'image' | 'icon' }, + "layout_toggle_content/image": { type: T.UNKNOWN, children: string }, + "layout_toggle_content/icon": { type: T.UNKNOWN, children: string }, + "layout_template_toggle": { type: T.PANEL, children: string }, + "layout_toggle": { type: T.PANEL, children: string }, + "creative_layout_toggle": { type: T.PANEL, children: string }, + "recipe_book_layout_toggle": { type: T.PANEL, children: string }, + "survival_layout_toggle": { type: T.PANEL, children: string }, + "furnace_recipe_book_layout_toggle": { type: T.PANEL, children: string }, + "furnace_survival_layout_toggle": { type: T.PANEL, children: string }, + "crafting_root_input_panel": { type: T.INPUT_PANEL, children: string }, + "toolbar_background_image": { type: T.IMAGE, children: string }, + "empty_panel_size_y_0": { type: T.PANEL, children: string }, + "scroll_background_and_viewport": { type: T.PANEL, children: 'background' | 'scrolling_view_port' }, + "scroll_background_and_viewport/background": { type: T.UNKNOWN, children: string }, + "scroll_background_and_viewport/scrolling_view_port": { type: T.PANEL, children: 'scrolling_content' }, + "scroll_background_and_viewport/scrolling_view_port/scrolling_content": { type: T.UNKNOWN, children: string }, + "scroll_bar_and_track": { type: T.PANEL, children: 'stack_panel' }, + "scroll_bar_and_track/stack_panel": { type: T.STACK_PANEL, children: 'empty_panel_0' | 'panel' | 'empty_panel_1' }, + "scroll_bar_and_track/stack_panel/empty_panel_0": { type: T.PANEL, children: string }, + "scroll_bar_and_track/stack_panel/panel": { type: T.PANEL, children: 'centered_panel' }, + "scroll_bar_and_track/stack_panel/panel/centered_panel": { type: T.PANEL, children: 'track' | 'scroll_box' }, + "scroll_bar_and_track/stack_panel/panel/centered_panel/track": { type: T.SCROLL_TRACK, children: string }, + "scroll_bar_and_track/stack_panel/panel/centered_panel/scroll_box": { type: T.PANEL, children: string }, + "scroll_bar_and_track/stack_panel/empty_panel_1": { type: T.PANEL, children: string }, + "scroll_view_control": { type: T.SCROLL_VIEW, children: 'stack_panel' | 'panel' }, + "scroll_view_control/stack_panel": { type: T.STACK_PANEL, children: 'background_and_viewport' | 'bar_and_track' }, + "scroll_view_control/stack_panel/background_and_viewport": { type: T.PANEL, children: string }, + "scroll_view_control/stack_panel/bar_and_track": { type: T.PANEL, children: string }, + "scroll_view_control/panel": { type: T.PANEL, children: 'background_and_viewport' | 'bar_and_track' }, + "scroll_view_control/panel/background_and_viewport": { type: T.PANEL, children: string }, + "scroll_view_control/panel/bar_and_track": { type: T.PANEL, children: string }, + "scrollbar_track": { type: T.SCROLL_TRACK, children: 'bar_indent' }, + "scrollbar_track/bar_indent": { type: T.UNKNOWN, children: string }, + "scroll_box": { type: T.PANEL, children: 'box' }, + "scroll_box/box": { type: T.SCROLLBAR_BOX, children: 'mouse_box' | 'touch_box' }, + "scroll_box/box/mouse_box": { type: T.UNKNOWN, children: string }, + "scroll_box/box/touch_box": { type: T.UNKNOWN, children: string }, + "scroll_box_indent": { type: T.IMAGE, children: string }, + "scrollbar_box_image": { type: T.IMAGE, children: string }, + "touch_scrollbar_box_image": { type: T.IMAGE, children: string }, + "new_touch_scrollbar_box_image": { type: T.IMAGE, children: string }, + "container_touch_scrollbar_box_image": { type: T.IMAGE, children: string }, + "scroll_indent_image": { type: T.IMAGE, children: string }, + "scrolling_panel_base": { type: T.INPUT_PANEL, children: string }, + "scrolling_panel": { type: T.PANEL, children: 'scroll_touch' | 'scroll_mouse' }, + "scrolling_panel/scroll_touch": { type: T.INPUT_PANEL, children: string }, + "scrolling_panel/scroll_mouse": { type: T.INPUT_PANEL, children: string }, + "scrolling_panel_with_offset": { type: T.PANEL, children: string }, + "mapped_scroll_panel": { type: T.PANEL, children: string }, + "scroll_panel_pocket": { type: T.PANEL, children: string }, + "container_slot_button_prototype": { type: T.BUTTON, children: 'hover' }, + "container_slot_button_prototype/hover": { type: T.UNKNOWN, children: string }, + "no_coalesce_container_slot_button": { type: T.BUTTON, children: string }, + "pocket_ui_container_slot": { type: T.BUTTON, children: 'hover' }, + "pocket_ui_container_slot/hover": { type: T.PANEL, children: 'highlight_square' }, + "pocket_ui_container_slot/hover/highlight_square": { type: T.IMAGE, children: string }, + "slot_selected": { type: T.IMAGE, children: 'progress_bar_release' }, + "slot_selected/progress_bar_release": { type: T.CUSTOM, children: string }, + "container_item": { type: T.INPUT_PANEL, children: 'item_cell' | 'item_cell_overlay_ref' | 'item_selected_image' | 'item_button_ref' | 'container_item_lock_overlay' | 'item_lock_cell_image' | 'bundle_slot_panel' }, + "container_item/item_cell": { type: T.PANEL, children: 'item' | 'durability_bar' | 'storage_bar' }, + "container_item/item_cell/item": { type: T.PANEL, children: 'stack_count_label' }, + "container_item/item_cell/item/stack_count_label": { type: T.LABEL, children: string }, + "container_item/item_cell/durability_bar": { type: T.CUSTOM, children: string }, + "container_item/item_cell/storage_bar": { type: T.CUSTOM, children: string }, + "container_item/item_cell_overlay_ref": { type: T.UNKNOWN, children: string }, + "container_item/item_selected_image": { type: T.IMAGE, children: string }, + "container_item/item_button_ref": { type: T.UNKNOWN, children: string }, + "container_item/container_item_lock_overlay": { type: T.PANEL, children: string }, + "container_item/item_lock_cell_image": { type: T.IMAGE, children: string }, + "container_item/bundle_slot_panel": { type: T.PANEL, children: string }, + "pocket_ui_container_item": { type: T.INPUT_PANEL, children: string }, + "pocket_ui_large_container_item": { type: T.INPUT_PANEL, children: string }, + "container_item_lock_yellow": { type: T.IMAGE, children: string }, + "container_item_lock_red": { type: T.IMAGE, children: string }, + "container_item_lock_overlay": { type: T.PANEL, children: 'container_item_lock_yellow' | 'container_item_lock_red' }, + "container_item_lock_overlay/container_item_lock_yellow": { type: T.IMAGE, children: string }, + "container_item_lock_overlay/container_item_lock_red": { type: T.IMAGE, children: string }, + "item_lock_cell_image": { type: T.IMAGE, children: string }, + "container_grid": { type: T.GRID, children: string }, + "pocket_container_grid": { type: T.GRID, children: string }, + "container_scroll_box_image": { type: T.IMAGE, children: string }, + "container_scroll_bar_side_rails": { type: T.IMAGE, children: string }, + "container_scrollbar_track": { type: T.PANEL, children: 'rails' }, + "container_scrollbar_track/rails": { type: T.IMAGE, children: string }, + "container_scroll_background_image": { type: T.IMAGE, children: string }, + "container_scroll_panel": { type: T.PANEL, children: string }, + "pocket_ui_highlight_selected_slot": { type: T.IMAGE, children: string }, + "pocket_hotbar_panel": { type: T.INPUT_PANEL, children: 'bg' | 'hotbar_grid' }, + "pocket_hotbar_panel/bg": { type: T.PANEL, children: string }, + "pocket_hotbar_panel/hotbar_grid": { type: T.GRID, children: string }, + "drop_item_panel": { type: T.INPUT_PANEL, children: string }, + "pocket_hotbar_and_content_panels": { type: T.STACK_PANEL, children: 'pocket_content_panels' | 'hotbar_drop_item_panel' }, + "pocket_hotbar_and_content_panels/pocket_content_panels": { type: T.STACK_PANEL, children: string }, + "pocket_hotbar_and_content_panels/hotbar_drop_item_panel": { type: T.INPUT_PANEL, children: 'pocket_hotbar_panel' }, + "pocket_hotbar_and_content_panels/hotbar_drop_item_panel/pocket_hotbar_panel": { type: T.INPUT_PANEL, children: string }, + "blank_pocket_content_panel": { type: T.PANEL, children: string }, + "pocket_content_panels": { type: T.STACK_PANEL, children: 'left_panel' | 'offset_panel' | 'right_panel' }, + "pocket_content_panels/left_panel": { type: T.UNKNOWN, children: string }, + "pocket_content_panels/offset_panel": { type: T.INPUT_PANEL, children: 'center_bg' }, + "pocket_content_panels/offset_panel/center_bg": { type: T.IMAGE, children: string }, + "pocket_content_panels/right_panel": { type: T.UNKNOWN, children: string }, + "inventory_selected_icon": { type: T.CUSTOM, children: string }, + "inventory_selected_stack_size_text": { type: T.LABEL, children: string }, + "inventory_hold_icon": { type: T.CUSTOM, children: string }, + "inventory_selected_item_lock_overlay": { type: T.PANEL, children: 'container_item_lock_yellow' | 'container_item_lock_red' }, + "inventory_selected_item_lock_overlay/container_item_lock_yellow": { type: T.IMAGE, children: string }, + "inventory_selected_item_lock_overlay/container_item_lock_red": { type: T.IMAGE, children: string }, + "inventory_icon_panel": { type: T.PANEL, children: 'selected_item_icon' | 'selected_stack_size_text' | 'selected_item_lock_overlay' | 'hover_text' }, + "inventory_icon_panel/selected_item_icon": { type: T.CUSTOM, children: string }, + "inventory_icon_panel/selected_stack_size_text": { type: T.LABEL, children: string }, + "inventory_icon_panel/selected_item_lock_overlay": { type: T.PANEL, children: string }, + "inventory_icon_panel/hover_text": { type: T.CUSTOM, children: string }, + "inventory_selected_icon_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' | 'durability_bar_grabbed' | 'storage_bar_grabbed' }, + "inventory_selected_icon_button/default": { type: T.PANEL, children: string }, + "inventory_selected_icon_button/pressed": { type: T.PANEL, children: string }, + "inventory_selected_icon_button/hover": { type: T.PANEL, children: string }, + "inventory_selected_icon_button/durability_bar_grabbed": { type: T.CUSTOM, children: string }, + "inventory_selected_icon_button/storage_bar_grabbed": { type: T.CUSTOM, children: string }, + "inventory_take_progress_icon_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "inventory_take_progress_icon_button/default": { type: T.CUSTOM, children: string }, + "inventory_take_progress_icon_button/pressed": { type: T.CUSTOM, children: string }, + "inventory_take_progress_icon_button/hover": { type: T.CUSTOM, children: string }, + "gamepad_cursor_image": { type: T.IMAGE, children: string }, + "gamepad_cursor_button": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' }, + "gamepad_cursor_button/default": { type: T.IMAGE, children: string }, + "gamepad_cursor_button/pressed": { type: T.IMAGE, children: string }, + "gamepad_cursor_button/hover": { type: T.IMAGE, children: string }, + "grid_item_for_inventory": { type: T.INPUT_PANEL, children: string }, + "grid_item_for_hotbar": { type: T.INPUT_PANEL, children: string }, + "hotbar_grid_template": { type: T.GRID, children: string }, + "inventory_panel": { type: T.PANEL, children: 'inventory_grid' }, + "inventory_panel/inventory_grid": { type: T.GRID, children: string }, + "inventory_panel_bottom_half": { type: T.PANEL, children: 'inventory_panel' }, + "inventory_panel_bottom_half/inventory_panel": { type: T.PANEL, children: string }, + "inventory_panel_bottom_half_with_label": { type: T.PANEL, children: 'inventory_panel' | 'inventory_label' }, + "inventory_panel_bottom_half_with_label/inventory_panel": { type: T.PANEL, children: string }, + "inventory_panel_bottom_half_with_label/inventory_label": { type: T.LABEL, children: string }, + "common_panel": { type: T.PANEL, children: 'bg_image' | 'dialog_divider' | 'close_button_holder' }, + "common_panel/bg_image": { type: T.UNKNOWN, children: string }, + "common_panel/dialog_divider": { type: T.IMAGE, children: string }, + "common_panel/close_button_holder": { type: T.PANEL, children: 'close' | 'compact_close' }, + "common_panel/close_button_holder/close": { type: T.BUTTON, children: string }, + "common_panel/close_button_holder/compact_close": { type: T.BUTTON, children: string }, + "root_panel": { type: T.INPUT_PANEL, children: string }, + "input_panel": { type: T.INPUT_PANEL, children: string }, + "base_screen": { type: T.SCREEN, children: 'variables_button_mappings_and_controls' | 'loading_bars_background' }, + "base_screen/variables_button_mappings_and_controls": { type: T.INPUT_PANEL, children: 'bg_no_safezone_screen_panel' | 'safezone_screen_matrix' | 'screen_background' }, + "base_screen/variables_button_mappings_and_controls/bg_no_safezone_screen_panel": { type: T.UNKNOWN, children: string }, + "base_screen/variables_button_mappings_and_controls/safezone_screen_matrix": { type: T.STACK_PANEL, children: string }, + "base_screen/variables_button_mappings_and_controls/screen_background": { type: T.PANEL, children: string }, + "base_screen/loading_bars_background": { type: T.IMAGE, children: 'loading_bars' }, + "base_screen/loading_bars_background/loading_bars": { type: T.IMAGE, children: string }, + "render_below_base_screen": { type: T.SCREEN, children: string }, + "safezone_buffer": { type: T.PANEL, children: string }, + "top_safezone_vertical_buffer": { type: T.PANEL, children: string }, + "bottom_safezone_vertical_buffer": { type: T.PANEL, children: string }, + "left_safezone_horizontal_buffer": { type: T.PANEL, children: string }, + "right_safezone_horizontal_buffer": { type: T.PANEL, children: string }, + "safe_zone_stack": { type: T.STACK_PANEL, children: 'top_outer_control' | 'top_inner_control' | 'header_bar' }, + "safe_zone_stack/top_outer_control": { type: T.UNKNOWN, children: string }, + "safe_zone_stack/top_inner_control": { type: T.UNKNOWN, children: string }, + "safe_zone_stack/header_bar": { type: T.UNKNOWN, children: string }, + "safezone_inner_matrix": { type: T.STACK_PANEL, children: 'outer_top' | 'inner_top' | 'safezone_screen_panel' | 'inner_bottom' | 'outer_bottom' }, + "safezone_inner_matrix/outer_top": { type: T.PANEL, children: 'top_side_control' }, + "safezone_inner_matrix/outer_top/top_side_control": { type: T.UNKNOWN, children: string }, + "safezone_inner_matrix/inner_top": { type: T.PANEL, children: 'top_side_control' }, + "safezone_inner_matrix/inner_top/top_side_control": { type: T.UNKNOWN, children: string }, + "safezone_inner_matrix/safezone_screen_panel": { type: T.PANEL, children: string }, + "safezone_inner_matrix/inner_bottom": { type: T.PANEL, children: string }, + "safezone_inner_matrix/outer_bottom": { type: T.PANEL, children: string }, + "safezone_outer_matrix": { type: T.STACK_PANEL, children: 'outer_left' | 'inner_left' | 'inner_matrix' | 'inner_right' | 'outer_right' }, + "safezone_outer_matrix/outer_left": { type: T.PANEL, children: 'outer_left_safe_zone_stack' }, + "safezone_outer_matrix/outer_left/outer_left_safe_zone_stack": { type: T.STACK_PANEL, children: string }, + "safezone_outer_matrix/inner_left": { type: T.PANEL, children: 'inner_left_safe_zone_stack' }, + "safezone_outer_matrix/inner_left/inner_left_safe_zone_stack": { type: T.STACK_PANEL, children: string }, + "safezone_outer_matrix/inner_matrix": { type: T.STACK_PANEL, children: string }, + "safezone_outer_matrix/inner_right": { type: T.PANEL, children: 'inner_right_safe_zone_stack' }, + "safezone_outer_matrix/inner_right/inner_right_safe_zone_stack": { type: T.STACK_PANEL, children: string }, + "safezone_outer_matrix/outer_right": { type: T.PANEL, children: 'outer_right_safe_zone_stack' }, + "safezone_outer_matrix/outer_right/outer_right_safe_zone_stack": { type: T.STACK_PANEL, children: string }, + "bundle_tooltip_wrapper": { type: T.PANEL, children: 'bundle_tooltip_factory_wrapper' | 'bundle_touch_tooltip' }, + "bundle_tooltip_wrapper/bundle_tooltip_factory_wrapper": { type: T.PANEL, children: string }, + "bundle_tooltip_wrapper/bundle_touch_tooltip": { type: T.PANEL, children: string }, + "screen_panel": { type: T.PANEL, children: 'root_screen_panel' | 'additional_screen_content' | 'popup_dialog_factory' | 'bundle_hover_tooltip' }, + "screen_panel/root_screen_panel": { type: T.UNKNOWN, children: string }, + "screen_panel/additional_screen_content": { type: T.UNKNOWN, children: string }, + "screen_panel/popup_dialog_factory": { type: T.FACTORY, children: string }, + "screen_panel/bundle_hover_tooltip": { type: T.PANEL, children: string }, + "base_screen_empty_panel": { type: T.PANEL, children: string }, + "modal_screen": { type: T.SCREEN, children: string }, + "realms_error_modal_screen": { type: T.SCREEN, children: string }, + "modal_area_panel_base": { type: T.INPUT_PANEL, children: string }, + "inactive_modal_pane_fade": { type: T.IMAGE, children: string }, + "inventory_screen_common": { type: T.SCREEN, children: string }, + "fullscreen_header": { type: T.STACK_PANEL, children: 'top_bar' | 'child_control' }, + "fullscreen_header/top_bar": { type: T.IMAGE, children: 'title_stack_panel' }, + "fullscreen_header/top_bar/title_stack_panel": { type: T.STACK_PANEL, children: 'padding1' | 'back_button_content_panel' | 'padding2' }, + "fullscreen_header/top_bar/title_stack_panel/padding1": { type: T.PANEL, children: string }, + "fullscreen_header/top_bar/title_stack_panel/back_button_content_panel": { type: T.PANEL, children: string }, + "fullscreen_header/top_bar/title_stack_panel/padding2": { type: T.PANEL, children: string }, + "fullscreen_header/child_control": { type: T.UNKNOWN, children: string }, + "back_content_panel": { type: T.PANEL, children: 'back_button' }, + "back_content_panel/back_button": { type: T.STACK_PANEL, children: string }, + "top_bar": { type: T.IMAGE, children: string }, + "tooltip_background": { type: T.IMAGE, children: string }, + "tooltip_button_content": { type: T.IMAGE, children: 'tooltip_panel_content' }, + "tooltip_button_content/tooltip_panel_content": { type: T.UNKNOWN, children: string }, + "static_tooltip_popup_with_image_and_text": { type: T.IMAGE, children: 'image_and_text_stack_panel' | 'tooltip_chevron' }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel": { type: T.STACK_PANEL, children: 'tooltip_text_image_panel' | 'padding' | 'tooltip_text' }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel": { type: T.PANEL, children: 'tooltip_image_panel' }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel/tooltip_image_panel": { type: T.PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel/tooltip_image_panel/0": { type: T.UNKNOWN, children: string }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/padding": { type: T.PANEL, children: string }, + "static_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text": { type: T.LABEL, children: string }, + "static_tooltip_popup_with_image_and_text/tooltip_chevron": { type: T.IMAGE, children: string }, + "dynamic_tooltip_popup_with_custom_content": { type: T.IMAGE, children: 'tooltip_content' | 'tooltip_chevron' }, + "dynamic_tooltip_popup_with_custom_content/tooltip_content": { type: T.UNKNOWN, children: string }, + "dynamic_tooltip_popup_with_custom_content/tooltip_chevron": { type: T.IMAGE, children: string }, + "dynamic_tooltip_popup_with_image_and_text": { type: T.IMAGE, children: 'image_and_text_stack_panel' | 'tooltip_chevron' }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel": { type: T.STACK_PANEL, children: 'tooltip_text_image_panel' | 'padding' | 'tooltip_text' }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel": { type: T.PANEL, children: 'tooltip_image_panel' }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel/tooltip_image_panel": { type: T.PANEL, children: '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' | '0' }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text_image_panel/tooltip_image_panel/0": { type: T.UNKNOWN, children: string }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/padding": { type: T.PANEL, children: string }, + "dynamic_tooltip_popup_with_image_and_text/image_and_text_stack_panel/tooltip_text": { type: T.LABEL, children: string }, + "dynamic_tooltip_popup_with_image_and_text/tooltip_chevron": { type: T.IMAGE, children: string }, + "dynamic_tooltip_left": { type: T.IMAGE, children: string }, + "dynamic_tooltip_below": { type: T.IMAGE, children: string }, + "dynamic_custom_tooltip_below": { type: T.IMAGE, children: string }, + "dynamic_tooltip": { type: T.PANEL, children: 'above' | 'below' }, + "dynamic_tooltip/above": { type: T.PANEL, children: 'content' }, + "dynamic_tooltip/above/content": { type: T.IMAGE, children: string }, + "dynamic_tooltip/below": { type: T.PANEL, children: 'content' }, + "dynamic_tooltip/below/content": { type: T.IMAGE, children: string }, + "legacy_pocket_close_button_default": { type: T.IMAGE, children: string }, + "legacy_pocket_close_button_pressed": { type: T.IMAGE, children: string }, + "legacy_pocket_close_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "legacy_pocket_close_button/default": { type: T.IMAGE, children: string }, + "legacy_pocket_close_button/hover": { type: T.IMAGE, children: string }, + "legacy_pocket_close_button/pressed": { type: T.IMAGE, children: string }, + "info_icon": { type: T.IMAGE, children: string }, + "error_glyph": { type: T.IMAGE, children: string }, + "creative_icon": { type: T.IMAGE, children: string }, + "inventory_icon": { type: T.IMAGE, children: string }, + "recipe_book_icon": { type: T.IMAGE, children: string }, + "tab_icon_image": { type: T.IMAGE, children: string }, + "search_icon": { type: T.IMAGE, children: string }, + "service_repo_image_panel": { type: T.PANEL, children: 'service_repo_image' | 'progress_loading' }, + "service_repo_image_panel/service_repo_image": { type: T.IMAGE, children: string }, + "service_repo_image_panel/progress_loading": { type: T.PANEL, children: string }, + "common_cycler": { type: T.UNKNOWN, children: string }, + "image_cycler": { type: T.IMAGE_CYCLER, children: string }, + "text_cycler": { type: T.LABEL_CYCLER, children: string }, + "squaring_panel": { type: T.PANEL, children: 'squaring_panel' }, + "squaring_panel/squaring_panel": { type: T.PANEL, children: 'squaring_panel_content' }, + "squaring_panel/squaring_panel/squaring_panel_content": { type: T.UNKNOWN, children: string }, +} + +export type CommonClassicType = { + "button": { type: T.BUTTON, children: string }, + "button_state_default": { type: T.IMAGE, children: string }, + "button_state_hover": { type: T.IMAGE, children: string }, + "button_state_pressed": { type: T.IMAGE, children: string }, + "toggle": { type: T.PANEL, children: string }, + "toggle_checked_state": { type: T.IMAGE, children: string }, + "toggle_unchecked_state": { type: T.IMAGE, children: string }, + "toggle_checked_hovered_state": { type: T.PANEL, children: 'toggle_checked_state' | 'hover' }, + "toggle_checked_hovered_state/toggle_checked_state": { type: T.IMAGE, children: string }, + "toggle_checked_hovered_state/hover": { type: T.IMAGE, children: string }, + "toggle_unchecked_hovered_state": { type: T.PANEL, children: 'toggle_unchecked_state' | 'hover' }, + "toggle_unchecked_hovered_state/toggle_unchecked_state": { type: T.IMAGE, children: string }, + "toggle_unchecked_hovered_state/hover": { type: T.IMAGE, children: string }, +} + +export type EduCommonType = { + "light_label": { type: T.LABEL, children: string }, + "dark_label": { type: T.LABEL, children: string }, + "readable_label": { type: T.LABEL, children: string }, + "slider_toggle": { type: T.TOGGLE, children: string }, + "trash_default": { type: T.IMAGE, children: string }, + "trash_hover": { type: T.IMAGE, children: string }, + "trash_pressed": { type: T.IMAGE, children: string }, + "photo_trash_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "photo_trash_button/default": { type: T.IMAGE, children: string }, + "photo_trash_button/hover": { type: T.IMAGE, children: string }, + "photo_trash_button/pressed": { type: T.IMAGE, children: string }, + "download_progress_modal_panel": { type: T.INPUT_PANEL, children: 'downloading' }, + "download_progress_modal_panel/downloading": { type: T.PANEL, children: string }, + "loading_progress_modal_panel": { type: T.INPUT_PANEL, children: 'loading' }, + "loading_progress_modal_panel/loading": { type: T.PANEL, children: string }, + "modal_cancel_button": { type: T.BUTTON, children: string }, + "modal_progress_panel_with_cancel": { type: T.PANEL, children: 'common_panel' | 'title' | 'content' | 'cancel_button' }, + "modal_progress_panel_with_cancel/common_panel": { type: T.PANEL, children: string }, + "modal_progress_panel_with_cancel/title": { type: T.LABEL, children: string }, + "modal_progress_panel_with_cancel/content": { type: T.PANEL, children: 'title_panel' | 'label' | 'progress_loading_bars' }, + "modal_progress_panel_with_cancel/content/title_panel": { type: T.PANEL, children: string }, + "modal_progress_panel_with_cancel/content/label": { type: T.LABEL, children: string }, + "modal_progress_panel_with_cancel/content/progress_loading_bars": { type: T.IMAGE, children: string }, + "modal_progress_panel_with_cancel/cancel_button": { type: T.BUTTON, children: string }, + "modal_progress_panel_no_button": { type: T.PANEL, children: 'common_panel' | 'content' }, + "modal_progress_panel_no_button/common_panel": { type: T.PANEL, children: string }, + "modal_progress_panel_no_button/content": { type: T.PANEL, children: 'progress_title_text' | 'progress_loading_bars' }, + "modal_progress_panel_no_button/content/progress_title_text": { type: T.LABEL, children: string }, + "modal_progress_panel_no_button/content/progress_loading_bars": { type: T.IMAGE, children: string }, + "apple_animation": { type: T.IMAGE, children: string }, + "book_animation": { type: T.IMAGE, children: string }, + "edu_loading_animation": { type: T.IMAGE, children: string }, + "horizontal_stack_item": { type: T.PANEL, children: string }, + "vertical_stack_item": { type: T.PANEL, children: string }, + "back_button_padded": { type: T.STACK_PANEL, children: 'back_button_padding_before' | 'back_button' }, + "back_button_padded/back_button_padding_before": { type: T.PANEL, children: string }, + "back_button_padded/back_button": { type: T.STACK_PANEL, children: string }, + "home_button_content": { type: T.IMAGE, children: string }, + "home_button": { type: T.BUTTON, children: string }, + "underline_text": { type: T.PANEL, children: 'label_hover' }, + "underline_text/label_hover": { type: T.PANEL, children: string }, + "underline_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "underline_button/default": { type: T.PANEL, children: string }, + "underline_button/hover": { type: T.PANEL, children: string }, + "underline_button/pressed": { type: T.PANEL, children: string }, + "edu_screen_header": { type: T.IMAGE, children: 'title_controls' }, + "edu_screen_header/title_controls": { type: T.STACK_PANEL, children: 'back_item' | 'image_item' | 'image_item_template' | 'title_text_padding' | 'title_item' }, + "edu_screen_header/title_controls/back_item": { type: T.PANEL, children: 'back_button' | 'gamepad' }, + "edu_screen_header/title_controls/back_item/back_button": { type: T.STACK_PANEL, children: string }, + "edu_screen_header/title_controls/back_item/gamepad": { type: T.STACK_PANEL, children: string }, + "edu_screen_header/title_controls/image_item": { type: T.PANEL, children: 'image' }, + "edu_screen_header/title_controls/image_item/image": { type: T.IMAGE, children: string }, + "edu_screen_header/title_controls/image_item_template": { type: T.PANEL, children: 'image' }, + "edu_screen_header/title_controls/image_item_template/image": { type: T.IMAGE, children: 'image_color' }, + "edu_screen_header/title_controls/image_item_template/image/image_color": { type: T.IMAGE, children: string }, + "edu_screen_header/title_controls/title_text_padding": { type: T.PANEL, children: string }, + "edu_screen_header/title_controls/title_item": { type: T.PANEL, children: 'title' }, + "edu_screen_header/title_controls/title_item/title": { type: T.LABEL, children: string }, + "share_dialog_title": { type: T.LABEL, children: string }, + "share_header_panel": { type: T.PANEL, children: 'title' | 'close_button' }, + "share_header_panel/title": { type: T.LABEL, children: string }, + "share_header_panel/close_button": { type: T.BUTTON, children: string }, + "teams_advanced_share_header_panel": { type: T.PANEL, children: string }, + "add_resource_share_header_panel": { type: T.PANEL, children: string }, + "body_panel": { type: T.PANEL, children: 'body_stack' }, + "body_panel/body_stack": { type: T.UNKNOWN, children: string }, + "teams_body_panel": { type: T.PANEL, children: string }, + "teams_body_resource_panel": { type: T.PANEL, children: string }, + "teams_simple_body_resource_panel": { type: T.PANEL, children: string }, + "joincode_body_panel": { type: T.PANEL, children: string }, + "add_resource_body_panel": { type: T.PANEL, children: string }, + "icon_section": { type: T.STACK_PANEL, children: 'icon_stack_panel' | 'icon_padding' }, + "icon_section/icon_stack_panel": { type: T.STACK_PANEL, children: string }, + "icon_section/icon_padding": { type: T.PANEL, children: string }, + "add_resources_section": { type: T.STACK_PANEL, children: 'divider' | 'add_resource_label' | 'teams_padding_middle' | 'resource_button' }, + "add_resources_section/divider": { type: T.PANEL, children: string }, + "add_resources_section/add_resource_label": { type: T.PANEL, children: string }, + "add_resources_section/teams_padding_middle": { type: T.PANEL, children: string }, + "add_resources_section/resource_button": { type: T.BUTTON, children: string }, + "edit_resource_uri_glyph": { type: T.IMAGE, children: string }, + "edit_resources_section": { type: T.STACK_PANEL, children: 'divider' | 'resource_label_text' | 'teams_padding_middle' | 'edit_resource_body_button_stack' }, + "edit_resources_section/divider": { type: T.PANEL, children: string }, + "edit_resources_section/resource_label_text": { type: T.PANEL, children: string }, + "edit_resources_section/teams_padding_middle": { type: T.PANEL, children: string }, + "edit_resources_section/edit_resource_body_button_stack": { type: T.STACK_PANEL, children: 'resource_button' | 'padding_middle' | 'edit_resource_uri_button' }, + "edit_resources_section/edit_resource_body_button_stack/resource_button": { type: T.UNKNOWN, children: string }, + "edit_resources_section/edit_resource_body_button_stack/padding_middle": { type: T.PANEL, children: string }, + "edit_resources_section/edit_resource_body_button_stack/edit_resource_uri_button": { type: T.BUTTON, children: string }, + "body_content_stack": { type: T.STACK_PANEL, children: 'body_text_centering_panel' | 'padding_middle' | 'icons' | 'copy_link_centering_panel' | 'add_resources' | 'edit_resources' }, + "body_content_stack/body_text_centering_panel": { type: T.PANEL, children: 'body_text' }, + "body_content_stack/body_text_centering_panel/body_text": { type: T.PANEL, children: string }, + "body_content_stack/padding_middle": { type: T.PANEL, children: string }, + "body_content_stack/icons": { type: T.STACK_PANEL, children: string }, + "body_content_stack/copy_link_centering_panel": { type: T.PANEL, children: 'copy_link_panel' }, + "body_content_stack/copy_link_centering_panel/copy_link_panel": { type: T.STACK_PANEL, children: string }, + "body_content_stack/add_resources": { type: T.STACK_PANEL, children: string }, + "body_content_stack/edit_resources": { type: T.STACK_PANEL, children: string }, + "teams_simple_body_content_stack": { type: T.STACK_PANEL, children: string }, + "teams_body_content_stack": { type: T.STACK_PANEL, children: string }, + "teams_body_resource_content_stack": { type: T.STACK_PANEL, children: string }, + "joincode_body_content_stack": { type: T.STACK_PANEL, children: string }, + "add_resource_body_content_stack": { type: T.STACK_PANEL, children: 'label_one_centering_panel' | 'label_padding_middle' | 'label_two_centering_panel' | 'learn_more_padding_middle' | 'link1' | 'url_padding_middle' | 'url_label' | 'url_textbox' | 'inline_notification' | 'inline_notification_spacer' | 'button_name_label' | 'button_middle_spacer' | 'button_name_textbox' | 'button_name_textbox_next_disabled' }, + "add_resource_body_content_stack/label_one_centering_panel": { type: T.PANEL, children: 'teams_share_label' }, + "add_resource_body_content_stack/label_one_centering_panel/teams_share_label": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/label_padding_middle": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/label_two_centering_panel": { type: T.PANEL, children: 'teams_share_label' }, + "add_resource_body_content_stack/label_two_centering_panel/teams_share_label": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/learn_more_padding_middle": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/link1": { type: T.BUTTON, children: string }, + "add_resource_body_content_stack/url_padding_middle": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/url_label": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/url_textbox": { type: T.EDIT_BOX, children: string }, + "add_resource_body_content_stack/inline_notification": { type: T.IMAGE, children: string }, + "add_resource_body_content_stack/inline_notification_spacer": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/button_name_label": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/button_middle_spacer": { type: T.PANEL, children: string }, + "add_resource_body_content_stack/button_name_textbox": { type: T.EDIT_BOX, children: string }, + "add_resource_body_content_stack/button_name_textbox_next_disabled": { type: T.EDIT_BOX, children: string }, + "add_edit_resource_body_content_stack": { type: T.PANEL, children: 'scroll_content' }, + "add_edit_resource_body_content_stack/scroll_content": { type: T.PANEL, children: 'scrolling_panel' }, + "add_edit_resource_body_content_stack/scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "resource_popup_buttons": { type: T.STACK_PANEL, children: 'done_button' | 'button_padding' | 'back_button_panel' }, + "resource_popup_buttons/done_button": { type: T.BUTTON, children: string }, + "resource_popup_buttons/button_padding": { type: T.PANEL, children: string }, + "resource_popup_buttons/back_button_panel": { type: T.PANEL, children: 'back_button_enabled' | 'back_button_disabled' }, + "resource_popup_buttons/back_button_panel/back_button_enabled": { type: T.BUTTON, children: string }, + "resource_popup_buttons/back_button_panel/back_button_disabled": { type: T.BUTTON, children: string }, + "add_resource_popup_lower_button_panel": { type: T.PANEL, children: 'edit_resource_popup_buttons' | 'add_resource_popup_buttons' }, + "add_resource_popup_lower_button_panel/edit_resource_popup_buttons": { type: T.STACK_PANEL, children: string }, + "add_resource_popup_lower_button_panel/add_resource_popup_buttons": { type: T.STACK_PANEL, children: string }, + "share_dialog_body_text": { type: T.PANEL, children: 'tts_border' | 'text' }, + "share_dialog_body_text/tts_border": { type: T.BUTTON, children: string }, + "share_dialog_body_text/text": { type: T.LABEL, children: string }, + "share_icon": { type: T.IMAGE, children: string }, + "share_label": { type: T.STACK_PANEL, children: 'share_image_offset_panel' }, + "share_label/share_image_offset_panel": { type: T.PANEL, children: 'link_share' }, + "share_label/share_image_offset_panel/link_share": { type: T.IMAGE, children: string }, + "copy_link_stack_panel": { type: T.STACK_PANEL, children: 'link_box' | 'copy_button' }, + "copy_link_stack_panel/link_box": { type: T.EDIT_BOX, children: string }, + "copy_link_stack_panel/copy_button": { type: T.BUTTON, children: string }, + "icon_stack_panel": { type: T.STACK_PANEL, children: 'padding_left' | 'teams_button' | 'teams_mail_padding' | 'mail_button' | 'mail_classrooms_padding' | 'classrooms_button' | 'padding_right' }, + "icon_stack_panel/padding_left": { type: T.PANEL, children: string }, + "icon_stack_panel/teams_button": { type: T.BUTTON, children: string }, + "icon_stack_panel/teams_mail_padding": { type: T.PANEL, children: string }, + "icon_stack_panel/mail_button": { type: T.BUTTON, children: string }, + "icon_stack_panel/mail_classrooms_padding": { type: T.PANEL, children: string }, + "icon_stack_panel/classrooms_button": { type: T.BUTTON, children: string }, + "icon_stack_panel/padding_right": { type: T.PANEL, children: string }, + "default_share_button_contents": { type: T.PANEL, children: 'background' | 'image' }, + "default_share_button_contents/background": { type: T.IMAGE, children: string }, + "default_share_button_contents/image": { type: T.IMAGE, children: string }, + "default_share_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "default_share_button/default": { type: T.PANEL, children: string }, + "default_share_button/hover": { type: T.PANEL, children: string }, + "default_share_button/pressed": { type: T.PANEL, children: string }, + "vertical_divider": { type: T.PANEL, children: 'divider' }, + "vertical_divider/divider": { type: T.IMAGE, children: string }, + "horizontal_divider": { type: T.PANEL, children: 'divider' }, + "horizontal_divider/divider": { type: T.IMAGE, children: string }, + "stack_panel_grid_slot": { type: T.PANEL, children: 'stack_panel_grid_item_panel' }, + "stack_panel_grid_slot/stack_panel_grid_item_panel": { type: T.PANEL, children: 'stack_panel_grid_item' }, + "stack_panel_grid_slot/stack_panel_grid_item_panel/stack_panel_grid_item": { type: T.UNKNOWN, children: string }, + "stack_panel_grid_row": { type: T.STACK_PANEL, children: 'stack_panel_grid_row_item' | 'divider' }, + "stack_panel_grid_row/stack_panel_grid_row_item": { type: T.PANEL, children: 'row' }, + "stack_panel_grid_row/stack_panel_grid_row_item/row": { type: T.STACK_PANEL, children: string }, + "stack_panel_grid_row/divider": { type: T.PANEL, children: 'line' }, + "stack_panel_grid_row/divider/line": { type: T.IMAGE, children: string }, + "stack_panel_grid": { type: T.STACK_PANEL, children: string }, + "border": { type: T.IMAGE, children: string }, + "description_panel": { type: T.IMAGE, children: 'border' | 'description' }, + "description_panel/border": { type: T.BUTTON, children: string }, + "description_panel/description": { type: T.LABEL, children: string }, + "edu_share_text_popup": { type: T.INPUT_PANEL, children: string }, + "teams_edu_share_text_popup": { type: T.INPUT_PANEL, children: string }, + "teams_edu_share_resource_popup": { type: T.INPUT_PANEL, children: string }, + "teams_edu_simple_share_resource_popup": { type: T.INPUT_PANEL, children: string }, + "joincode_edu_popup": { type: T.INPUT_PANEL, children: string }, + "add_resource_dialog": { type: T.INPUT_PANEL, children: string }, + "share_popup_dialog_factory": { type: T.FACTORY, children: string }, + "inline_notification": { type: T.IMAGE, children: 'stack' }, + "inline_notification/stack": { type: T.STACK_PANEL, children: 'icon' | 'spacer' | 'warning_text' }, + "inline_notification/stack/icon": { type: T.IMAGE, children: string }, + "inline_notification/stack/spacer": { type: T.PANEL, children: string }, + "inline_notification/stack/warning_text": { type: T.LABEL, children: string }, + "search_button_content": { type: T.IMAGE, children: string }, + "search_bar_and_home_button": { type: T.STACK_PANEL, children: 'search_bar' | 'search_button' | 'search_pad' | 'home_button' | 'end_pad' }, + "search_bar_and_home_button/search_bar": { type: T.PANEL, children: 'search_bar' }, + "search_bar_and_home_button/search_bar/search_bar": { type: T.EDIT_BOX, children: string }, + "search_bar_and_home_button/search_button": { type: T.BUTTON, children: string }, + "search_bar_and_home_button/search_pad": { type: T.PANEL, children: string }, + "search_bar_and_home_button/home_button": { type: T.BUTTON, children: string }, + "search_bar_and_home_button/end_pad": { type: T.PANEL, children: string }, + "hotbar_hint": { type: T.PANEL, children: 'inactive_slot_dimmer' | 'bound_key_glyph_background' }, + "hotbar_hint/inactive_slot_dimmer": { type: T.IMAGE, children: string }, + "hotbar_hint/bound_key_glyph_background": { type: T.IMAGE, children: 'bound_key_glyph_text' }, + "hotbar_hint/bound_key_glyph_background/bound_key_glyph_text": { type: T.LABEL, children: string }, + "view_toggle_content": { type: T.STACK_PANEL, children: 'button_image_templates' | 'button_image_worlds' | 'button_label_wrapper' | 'left_edge_text_padding' }, + "view_toggle_content/button_image_templates": { type: T.IMAGE, children: 'image_color_templates' }, + "view_toggle_content/button_image_templates/image_color_templates": { type: T.IMAGE, children: string }, + "view_toggle_content/button_image_worlds": { type: T.IMAGE, children: string }, + "view_toggle_content/button_label_wrapper": { type: T.PANEL, children: 'button_label' }, + "view_toggle_content/button_label_wrapper/button_label": { type: T.LABEL, children: string }, + "view_toggle_content/left_edge_text_padding": { type: T.PANEL, children: string }, + "worlds_and_templates_search_bar": { type: T.IMAGE, children: 'stack_panel' }, + "worlds_and_templates_search_bar/stack_panel": { type: T.STACK_PANEL, children: 'search_bar_wrapper' | 'temp_padding' | 'view_toggle_background' }, + "worlds_and_templates_search_bar/stack_panel/search_bar_wrapper": { type: T.PANEL, children: 'search_bar' }, + "worlds_and_templates_search_bar/stack_panel/search_bar_wrapper/search_bar": { type: T.EDIT_BOX, children: string }, + "worlds_and_templates_search_bar/stack_panel/temp_padding": { type: T.PANEL, children: string }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background": { type: T.IMAGE, children: 'stack_panel' }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background/stack_panel": { type: T.STACK_PANEL, children: 'left_edge_padding' | 'view_toggle_button' | 'right_edge_padding' }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background/stack_panel/left_edge_padding": { type: T.PANEL, children: string }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background/stack_panel/view_toggle_button": { type: T.BUTTON, children: string }, + "worlds_and_templates_search_bar/stack_panel/view_toggle_background/stack_panel/right_edge_padding": { type: T.PANEL, children: string }, + "edu_cloud_conflict_resolution_popup_dialog_factory": { type: T.FACTORY, children: string }, + "edu_cloud_conflict_resolution_popup": { type: T.INPUT_PANEL, children: string }, + "edu_cloud_conflict_resolution_content": { type: T.STACK_PANEL, children: 'conflict_resolution_description_wrapper' | 'padding1' | 'world_info_wrapper' | 'padding2' | 'keep_local_button' | 'keep_cloud_button' | 'keep_both_button' }, + "edu_cloud_conflict_resolution_content/conflict_resolution_description_wrapper": { type: T.PANEL, children: 'tts_border' | 'conflict_resolution_description' }, + "edu_cloud_conflict_resolution_content/conflict_resolution_description_wrapper/tts_border": { type: T.BUTTON, children: string }, + "edu_cloud_conflict_resolution_content/conflict_resolution_description_wrapper/conflict_resolution_description": { type: T.LABEL, children: string }, + "edu_cloud_conflict_resolution_content/padding1": { type: T.PANEL, children: string }, + "edu_cloud_conflict_resolution_content/world_info_wrapper": { type: T.PANEL, children: 'tts_border' | 'world_info_stack' }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/tts_border": { type: T.BUTTON, children: string }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack": { type: T.STACK_PANEL, children: 'local_world_name_label' | 'local_world_last_changed_label' | 'cloud_world_name_label' | 'cloud_world_last_changed_label' }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack/local_world_name_label": { type: T.LABEL, children: string }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack/local_world_last_changed_label": { type: T.LABEL, children: string }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack/cloud_world_name_label": { type: T.LABEL, children: string }, + "edu_cloud_conflict_resolution_content/world_info_wrapper/world_info_stack/cloud_world_last_changed_label": { type: T.LABEL, children: string }, + "edu_cloud_conflict_resolution_content/padding2": { type: T.PANEL, children: string }, + "edu_cloud_conflict_resolution_content/keep_local_button": { type: T.BUTTON, children: string }, + "edu_cloud_conflict_resolution_content/keep_cloud_button": { type: T.BUTTON, children: string }, + "edu_cloud_conflict_resolution_content/keep_both_button": { type: T.BUTTON, children: string }, + "nested_buttons_base_definition": { type: T.STACK_PANEL, children: string }, +} + +export type PurchaseCommonType = { + "banner_fill": { type: T.IMAGE, children: string }, + "banner_empty": { type: T.IMAGE, children: string }, + "screenshots_grid_item": { type: T.PANEL, children: 'frame' }, + "screenshots_grid_item/frame": { type: T.IMAGE, children: 'screenshot_image' | 'progress_loading' | 'screenshot_button' }, + "screenshots_grid_item/frame/screenshot_image": { type: T.IMAGE, children: string }, + "screenshots_grid_item/frame/progress_loading": { type: T.PANEL, children: string }, + "screenshots_grid_item/frame/screenshot_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "screenshots_grid_item/frame/screenshot_button/hover": { type: T.IMAGE, children: string }, + "screenshots_grid_item/frame/screenshot_button/pressed": { type: T.IMAGE, children: string }, + "screenshots_grid": { type: T.GRID, children: string }, + "key_image_frame": { type: T.IMAGE, children: 'zoomed' }, + "key_image_frame/zoomed": { type: T.IMAGE, children: string }, + "offer_grid_item": { type: T.PANEL, children: 'frame' }, + "offer_grid_item/frame": { type: T.IMAGE, children: 'offer_key_art' | 'offer_button' }, + "offer_grid_item/frame/offer_key_art": { type: T.IMAGE, children: string }, + "offer_grid_item/frame/offer_button": { type: T.BUTTON, children: 'hover' | 'pressed' }, + "offer_grid_item/frame/offer_button/hover": { type: T.IMAGE, children: string }, + "offer_grid_item/frame/offer_button/pressed": { type: T.IMAGE, children: string }, + "offer_grid": { type: T.GRID, children: string }, + "key_art_and_text": { type: T.STACK_PANEL, children: 'key_image_panel' | 'padding' | 'description_scroll' }, + "key_art_and_text/key_image_panel": { type: T.INPUT_PANEL, children: 'key_image' }, + "key_art_and_text/key_image_panel/key_image": { type: T.IMAGE, children: string }, + "key_art_and_text/padding": { type: T.PANEL, children: string }, + "key_art_and_text/description_scroll": { type: T.PANEL, children: string }, + "pack_description": { type: T.LABEL, children: string }, +} + +export type CommonButtonsType = { + "button_image": { type: T.IMAGE, children: string }, + "background_button_image": { type: T.IMAGE, children: string }, + "locked_button_image": { type: T.IMAGE, children: string }, + "light_button_assets": { type: T.BUTTON, children: string }, + "dark_button_assets": { type: T.BUTTON, children: string }, + "focus_border": { type: T.IMAGE, children: string }, + "new_ui_button_panel": { type: T.PANEL, children: 'button_content' | 'border' }, + "new_ui_button_panel/button_content": { type: T.PANEL, children: string }, + "new_ui_button_panel/border": { type: T.IMAGE, children: string }, + "new_ui_form_fitting_button_panel": { type: T.PANEL, children: 'border' }, + "new_ui_form_fitting_button_panel/border": { type: T.IMAGE, children: string }, + "new_ui_width_fitting_button_panel": { type: T.PANEL, children: 'border' }, + "new_ui_width_fitting_button_panel/border": { type: T.IMAGE, children: string }, + "new_ui_height_fitting_button_panel": { type: T.PANEL, children: 'border' }, + "new_ui_height_fitting_button_panel/border": { type: T.IMAGE, children: string }, + "borderless_form_fitting_button_panel": { type: T.PANEL, children: string }, + "light_text_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "light_text_button/default": { type: T.UNKNOWN, children: string }, + "light_text_button/hover": { type: T.UNKNOWN, children: string }, + "light_text_button/pressed": { type: T.UNKNOWN, children: string }, + "light_text_button/locked": { type: T.UNKNOWN, children: string }, + "dark_text_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "dark_text_button/default": { type: T.UNKNOWN, children: string }, + "dark_text_button/hover": { type: T.UNKNOWN, children: string }, + "dark_text_button/pressed": { type: T.UNKNOWN, children: string }, + "dark_text_button/locked": { type: T.UNKNOWN, children: string }, + "new_ui_binding_button_label": { type: T.LABEL, children: string }, + "underline_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "underline_button/default": { type: T.PANEL, children: 'label_default' }, + "underline_button/default/label_default": { type: T.PANEL, children: string }, + "underline_button/hover": { type: T.PANEL, children: 'label_hover' }, + "underline_button/hover/label_hover": { type: T.PANEL, children: string }, + "underline_button/pressed": { type: T.PANEL, children: 'label_hover' }, + "underline_button/pressed/label_hover": { type: T.PANEL, children: string }, + "read_button": { type: T.PANEL, children: 'read_button_inner' }, + "read_button/read_button_inner": { type: T.BUTTON, children: string }, + "light_content_form_fitting_button": { type: T.BUTTON, children: string }, + "dark_content_form_fitting_button": { type: T.BUTTON, children: string }, + "light_text_form_fitting_button": { type: T.BUTTON, children: string }, + "dark_text_form_fitting_button": { type: T.BUTTON, children: string }, + "transparent_content_button": { type: T.BUTTON, children: string }, + "single_image_with_border_button": { type: T.BUTTON, children: string }, + "light_content_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "light_content_button/default": { type: T.UNKNOWN, children: string }, + "light_content_button/hover": { type: T.UNKNOWN, children: string }, + "light_content_button/pressed": { type: T.UNKNOWN, children: string }, + "light_content_button/locked": { type: T.UNKNOWN, children: string }, + "light_content_button_control_content": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "light_content_button_control_content/default": { type: T.UNKNOWN, children: string }, + "light_content_button_control_content/hover": { type: T.UNKNOWN, children: string }, + "light_content_button_control_content/pressed": { type: T.UNKNOWN, children: string }, + "light_content_button_control_content/locked": { type: T.UNKNOWN, children: string }, + "deactivated_light_content_button": { type: T.BUTTON, children: string }, + "dark_content_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "dark_content_button/default": { type: T.UNKNOWN, children: string }, + "dark_content_button/hover": { type: T.UNKNOWN, children: string }, + "dark_content_button/pressed": { type: T.UNKNOWN, children: string }, + "dark_content_button/locked": { type: T.UNKNOWN, children: string }, + "no_background_content_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "no_background_content_button/default": { type: T.UNKNOWN, children: string }, + "no_background_content_button/hover": { type: T.UNKNOWN, children: string }, + "no_background_content_button/pressed": { type: T.UNKNOWN, children: string }, + "no_background_content_button/locked": { type: T.UNKNOWN, children: string }, + "button_content_panel": { type: T.PANEL, children: 'content' }, + "button_content_panel/content": { type: T.UNKNOWN, children: string }, + "form_fitting_button_content_panel": { type: T.PANEL, children: 'content' }, + "form_fitting_button_content_panel/content": { type: T.UNKNOWN, children: string }, + "horizontal_form_fitting": { type: T.PANEL, children: 'content' }, + "horizontal_form_fitting/content": { type: T.UNKNOWN, children: string }, + "width_fitting_button_content_panel": { type: T.PANEL, children: 'content' }, + "width_fitting_button_content_panel/content": { type: T.UNKNOWN, children: string }, + "height_fitting_button_content_panel": { type: T.PANEL, children: 'content' }, + "height_fitting_button_content_panel/content": { type: T.UNKNOWN, children: string }, + "light_glyph_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "light_glyph_button/default": { type: T.PANEL, children: string }, + "light_glyph_button/hover": { type: T.PANEL, children: string }, + "light_glyph_button/pressed": { type: T.PANEL, children: string }, + "light_glyph_button/locked": { type: T.PANEL, children: string }, + "dark_glyph_button_default": { type: T.PANEL, children: string }, + "dark_glyph_button_hover": { type: T.PANEL, children: string }, + "dark_glyph_button_pressed": { type: T.PANEL, children: string }, + "dark_glyph_button_locked": { type: T.PANEL, children: string }, + "dark_glyph_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "dark_glyph_button/default": { type: T.PANEL, children: string }, + "dark_glyph_button/hover": { type: T.PANEL, children: string }, + "dark_glyph_button/pressed": { type: T.PANEL, children: string }, + "dark_glyph_button/locked": { type: T.PANEL, children: string }, + "dark_glyph_button_with_custom_control": { type: T.BUTTON, children: 'custom_control' | 'default' | 'hover' | 'pressed' | 'locked' }, + "dark_glyph_button_with_custom_control/custom_control": { type: T.UNKNOWN, children: string }, + "dark_glyph_button_with_custom_control/default": { type: T.PANEL, children: string }, + "dark_glyph_button_with_custom_control/hover": { type: T.PANEL, children: string }, + "dark_glyph_button_with_custom_control/pressed": { type: T.PANEL, children: string }, + "dark_glyph_button_with_custom_control/locked": { type: T.PANEL, children: string }, + "glyph_content_panel": { type: T.PANEL, children: 'glyph_button_content' }, + "glyph_content_panel/glyph_button_content": { type: T.UNKNOWN, children: string }, + "hyperlink_button": { type: T.BUTTON, children: string }, + "hyperlink_content_button": { type: T.BUTTON, children: string }, + "nested_button_assets": { type: T.IMAGE, children: string }, + "nested_overlay_assets": { type: T.IMAGE, children: string }, + "nested_label_content_background_assets": { type: T.IMAGE, children: string }, + "nested_label_background_assets": { type: T.IMAGE, children: string }, + "nested_transparent_label_content_background_assets": { type: T.PANEL, children: 'assets' }, + "nested_transparent_label_content_background_assets/assets": { type: T.IMAGE, children: string }, + "nested_base_label": { type: T.LABEL, children: string }, + "nested_centered_label_control": { type: T.PANEL, children: 'label' }, + "nested_centered_label_control/label": { type: T.LABEL, children: string }, + "nested_label_with_image_control": { type: T.STACK_PANEL, children: 'image' | 'image_to_label_padding' | 'label_panel' }, + "nested_label_with_image_control/image": { type: T.IMAGE, children: string }, + "nested_label_with_image_control/image_to_label_padding": { type: T.PANEL, children: string }, + "nested_label_with_image_control/label_panel": { type: T.PANEL, children: 'label' }, + "nested_label_with_image_control/label_panel/label": { type: T.LABEL, children: string }, + "nested_six_part_empty_definition": { type: T.LABEL, children: string }, + "nested_six_part_label_control": { type: T.PANEL, children: 'left_top_label' | 'left_middle_label' | 'left_bottom_label' | 'right_top_label' | 'right_middle_label' | 'right_bottom_label' }, + "nested_six_part_label_control/left_top_label": { type: T.UNKNOWN, children: string }, + "nested_six_part_label_control/left_middle_label": { type: T.UNKNOWN, children: string }, + "nested_six_part_label_control/left_bottom_label": { type: T.UNKNOWN, children: string }, + "nested_six_part_label_control/right_top_label": { type: T.UNKNOWN, children: string }, + "nested_six_part_label_control/right_middle_label": { type: T.UNKNOWN, children: string }, + "nested_six_part_label_control/right_bottom_label": { type: T.UNKNOWN, children: string }, + "nested_dark_button_assets": { type: T.IMAGE, children: string }, + "nested_content_background_assets": { type: T.IMAGE, children: string }, + "nested_content_overlay_assets": { type: T.IMAGE, children: string }, + "nested_dark_control_with_image": { type: T.PANEL, children: 'background' | 'image_panel' }, + "nested_dark_control_with_image/background": { type: T.IMAGE, children: string }, + "nested_dark_control_with_image/image_panel": { type: T.PANEL, children: 'image' }, + "nested_dark_control_with_image/image_panel/image": { type: T.IMAGE, children: string }, + "nestable_button": { type: T.PANEL, children: 'nested_controls_panel' | 'base_button' }, + "nestable_button/nested_controls_panel": { type: T.INPUT_PANEL, children: 'locked_overlay' | 'nested_controls' }, + "nestable_button/nested_controls_panel/locked_overlay": { type: T.IMAGE, children: string }, + "nestable_button/nested_controls_panel/nested_controls": { type: T.UNKNOWN, children: string }, + "nestable_button/base_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "nestable_button/base_button/default": { type: T.PANEL, children: string }, + "nestable_button/base_button/hover": { type: T.PANEL, children: string }, + "nestable_button/base_button/pressed": { type: T.PANEL, children: string }, + "nestable_button/base_button/locked": { type: T.PANEL, children: string }, + "nested_button_base": { type: T.PANEL, children: 'button_overlay' | 'button_control' }, + "nested_button_base/button_overlay": { type: T.UNKNOWN, children: string }, + "nested_button_base/button_control": { type: T.STACK_PANEL, children: 'control_area' | 'button_stack_padding' | 'label_area' }, + "nested_button_base/button_control/control_area": { type: T.PANEL, children: 'background' | 'control' | 'overlay' }, + "nested_button_base/button_control/control_area/background": { type: T.UNKNOWN, children: string }, + "nested_button_base/button_control/control_area/control": { type: T.UNKNOWN, children: string }, + "nested_button_base/button_control/control_area/overlay": { type: T.UNKNOWN, children: string }, + "nested_button_base/button_control/button_stack_padding": { type: T.PANEL, children: string }, + "nested_button_base/button_control/label_area": { type: T.PANEL, children: 'background' | 'control_background' | 'control' }, + "nested_button_base/button_control/label_area/background": { type: T.UNKNOWN, children: string }, + "nested_button_base/button_control/label_area/control_background": { type: T.UNKNOWN, children: string }, + "nested_button_base/button_control/label_area/control": { type: T.UNKNOWN, children: string }, + "dark_nestable_button": { type: T.PANEL, children: string }, + "transparent_label_nestable_button": { type: T.PANEL, children: string }, + "static_tooltip_notification_panel": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' | 'locked' | 'static_tooltip_popup_panel' }, + "static_tooltip_notification_panel/default": { type: T.IMAGE, children: string }, + "static_tooltip_notification_panel/pressed": { type: T.IMAGE, children: string }, + "static_tooltip_notification_panel/hover": { type: T.IMAGE, children: string }, + "static_tooltip_notification_panel/locked": { type: T.IMAGE, children: string }, + "static_tooltip_notification_panel/static_tooltip_popup_panel": { type: T.IMAGE, children: string }, + "dynamic_tooltip_notification_panel": { type: T.BUTTON, children: 'default' | 'pressed' | 'hover' | 'locked' | 'dyanmic_tooltip_popup_panel' }, + "dynamic_tooltip_notification_panel/default": { type: T.IMAGE, children: string }, + "dynamic_tooltip_notification_panel/pressed": { type: T.IMAGE, children: string }, + "dynamic_tooltip_notification_panel/hover": { type: T.IMAGE, children: string }, + "dynamic_tooltip_notification_panel/locked": { type: T.IMAGE, children: string }, + "dynamic_tooltip_notification_panel/dyanmic_tooltip_popup_panel": { type: T.IMAGE, children: string }, + "text_body_focus_border_for_controller_button": { type: T.BUTTON, children: 'default' | 'hover' | 'text_control' }, + "text_body_focus_border_for_controller_button/default": { type: T.PANEL, children: string }, + "text_body_focus_border_for_controller_button/hover": { type: T.PANEL, children: 'focus_border' }, + "text_body_focus_border_for_controller_button/hover/focus_border": { type: T.IMAGE, children: string }, + "text_body_focus_border_for_controller_button/text_control": { type: T.UNKNOWN, children: string }, +} + +export type CommonDialogsType = { + "standard_title_label": { type: T.LABEL, children: string }, + "title_label": { type: T.PANEL, children: 'common_dialogs_0' | 'common_dialogs_1' }, + "title_label/common_dialogs_0": { type: T.LABEL, children: string }, + "title_label/common_dialogs_1": { type: T.UNKNOWN, children: string }, + "main_panel_three_buttons": { type: T.PANEL, children: 'common_panel' | 'title_label' | 'panel_indent' | 'top_button_panel' | 'middle_button_panel' | 'bottom_button_panel' }, + "main_panel_three_buttons/common_panel": { type: T.PANEL, children: string }, + "main_panel_three_buttons/title_label": { type: T.PANEL, children: string }, + "main_panel_three_buttons/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "main_panel_three_buttons/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "main_panel_three_buttons/top_button_panel": { type: T.UNKNOWN, children: string }, + "main_panel_three_buttons/middle_button_panel": { type: T.UNKNOWN, children: string }, + "main_panel_three_buttons/bottom_button_panel": { type: T.UNKNOWN, children: string }, + "main_panel_two_buttons": { type: T.PANEL, children: 'common_panel' | 'title_label' | 'panel_indent' | 'top_button_panel' | 'bottom_button_panel' }, + "main_panel_two_buttons/common_panel": { type: T.PANEL, children: string }, + "main_panel_two_buttons/title_label": { type: T.PANEL, children: string }, + "main_panel_two_buttons/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "main_panel_two_buttons/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "main_panel_two_buttons/top_button_panel": { type: T.UNKNOWN, children: string }, + "main_panel_two_buttons/bottom_button_panel": { type: T.UNKNOWN, children: string }, + "main_panel_one_button": { type: T.PANEL, children: 'common_panel' | 'title_label' | 'panel_indent' | 'bottom_button_panel' }, + "main_panel_one_button/common_panel": { type: T.PANEL, children: string }, + "main_panel_one_button/title_label": { type: T.PANEL, children: string }, + "main_panel_one_button/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "main_panel_one_button/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "main_panel_one_button/bottom_button_panel": { type: T.UNKNOWN, children: string }, + "main_panel_no_buttons": { type: T.PANEL, children: 'common_panel' | 'title_label' | 'panel_indent' }, + "main_panel_no_buttons/common_panel": { type: T.PANEL, children: string }, + "main_panel_no_buttons/title_label": { type: T.PANEL, children: string }, + "main_panel_no_buttons/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "main_panel_no_buttons/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "main_panel_no_title_no_buttons": { type: T.PANEL, children: 'common_panel' | 'panel_indent' }, + "main_panel_no_title_no_buttons/common_panel": { type: T.PANEL, children: string }, + "main_panel_no_title_no_buttons/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "main_panel_no_title_no_buttons/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "main_panel_small_title_one_button": { type: T.PANEL, children: 'common_panel' | 'title_label' | 'panel_indent' | 'bottom_button_panel' }, + "main_panel_small_title_one_button/common_panel": { type: T.PANEL, children: string }, + "main_panel_small_title_one_button/title_label": { type: T.PANEL, children: string }, + "main_panel_small_title_one_button/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "main_panel_small_title_one_button/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "main_panel_small_title_one_button/bottom_button_panel": { type: T.UNKNOWN, children: string }, + "main_panel": { type: T.PANEL, children: 'modal_background_image' | 'panel_indent' }, + "main_panel/modal_background_image": { type: T.UNKNOWN, children: string }, + "main_panel/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "main_panel/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "form_fitting_main_panel_no_buttons": { type: T.PANEL, children: 'common_panel' }, + "form_fitting_main_panel_no_buttons/common_panel": { type: T.PANEL, children: string }, + "common_panel": { type: T.PANEL, children: 'bg_image' }, + "common_panel/bg_image": { type: T.UNKNOWN, children: string }, + "dialog_background_common": { type: T.IMAGE, children: string }, + "dialog_background_thin": { type: T.IMAGE, children: string }, + "flat_solid_background": { type: T.IMAGE, children: string }, + "dialog_background_hollow_common": { type: T.IMAGE, children: 'control' }, + "dialog_background_hollow_common/control": { type: T.IMAGE, children: 'inside_header_panel' | 'close_button_holder' | 'title_label' }, + "dialog_background_hollow_common/control/inside_header_panel": { type: T.UNKNOWN, children: string }, + "dialog_background_hollow_common/control/close_button_holder": { type: T.STACK_PANEL, children: string }, + "dialog_background_hollow_common/control/title_label": { type: T.PANEL, children: string }, + "common_close_button_holder": { type: T.STACK_PANEL, children: 'close' | 'compact_close' }, + "common_close_button_holder/close": { type: T.BUTTON, children: string }, + "common_close_button_holder/compact_close": { type: T.BUTTON, children: string }, + "dialog_background_opaque": { type: T.IMAGE, children: string }, + "dialog_background_opaque_with_child": { type: T.IMAGE, children: string }, + "dialog_background_hollow_1": { type: T.IMAGE, children: string }, + "dialog_background_hollow_2": { type: T.IMAGE, children: string }, + "dialog_background_hollow_3": { type: T.IMAGE, children: string }, + "dialog_background_hollow_4": { type: T.IMAGE, children: string }, + "dialog_background_hollow_6": { type: T.UNKNOWN, children: string }, + "full_screen_background": { type: T.PANEL, children: 'background' }, + "full_screen_background/background": { type: T.UNKNOWN, children: string }, + "background_image": { type: T.IMAGE, children: string }, +} + +export type CommonTabsType = { + "empty_tab_panel": { type: T.PANEL, children: 'img' }, + "empty_tab_panel/img": { type: T.UNKNOWN, children: string }, + "empty_tab_content": { type: T.PANEL, children: string }, + "tab_image": { type: T.IMAGE, children: string }, + "tab_panel": { type: T.PANEL, children: 'tab_image' | 'tab_content_sizer' }, + "tab_panel/tab_image": { type: T.UNKNOWN, children: string }, + "tab_panel/tab_content_sizer": { type: T.PANEL, children: 'tab_content' }, + "tab_panel/tab_content_sizer/tab_content": { type: T.UNKNOWN, children: string }, + "base_tab": { type: T.PANEL, children: string }, + "tab_top": { type: T.PANEL, children: string }, + "tab_left": { type: T.PANEL, children: string }, + "tab_right": { type: T.PANEL, children: string }, + "pocket_empty_tab_panel": { type: T.PANEL, children: string }, + "pocket_tab_left": { type: T.PANEL, children: string }, + "pocket_left_tab_v2": { type: T.PANEL, children: string }, + "pocket_tab_right": { type: T.PANEL, children: string }, + "pocket_right_tab_v2": { type: T.PANEL, children: string }, + "pocket_tab_close_button": { type: T.IMAGE, children: 'close_button' }, + "pocket_tab_close_button/close_button": { type: T.BUTTON, children: string }, + "pocket_tab_help_button": { type: T.IMAGE, children: 'help_button' }, + "pocket_tab_help_button/help_button": { type: T.BUTTON, children: string }, + "pocket_tab_close_and_help_button": { type: T.IMAGE, children: 'close_button' | 'help_button' }, + "pocket_tab_close_and_help_button/close_button": { type: T.BUTTON, children: string }, + "pocket_tab_close_and_help_button/help_button": { type: T.BUTTON, children: string }, + "tab_close_and_help_button": { type: T.IMAGE, children: 'close_button' | 'help_button' }, + "tab_close_and_help_button/close_button": { type: T.BUTTON, children: string }, + "tab_close_and_help_button/help_button": { type: T.BUTTON, children: string }, +} + +export type CommonTogglesType = { + "content_toggle_image_panel": { type: T.PANEL, children: 'icon' }, + "content_toggle_image_panel/icon": { type: T.IMAGE, children: string }, + "content_toggle_label_panel": { type: T.PANEL, children: 'toggle_label' }, + "content_toggle_label_panel/toggle_label": { type: T.LABEL, children: string }, + "content_toggle_icon_panel": { type: T.PANEL, children: 'content_toggle_image' }, + "content_toggle_icon_panel/content_toggle_image": { type: T.IMAGE, children: string }, + "toggle_content_panel": { type: T.STACK_PANEL, children: 'toggle_image_panel' | 'toggle_image_padding_label' | 'toggle_label_panel' | 'toggle_label_padding_toggle_icon' | 'toggle_icon' }, + "toggle_content_panel/toggle_image_panel": { type: T.UNKNOWN, children: string }, + "toggle_content_panel/toggle_image_padding_label": { type: T.PANEL, children: string }, + "toggle_content_panel/toggle_label_panel": { type: T.UNKNOWN, children: string }, + "toggle_content_panel/toggle_label_padding_toggle_icon": { type: T.PANEL, children: string }, + "toggle_content_panel/toggle_icon": { type: T.PANEL, children: string }, + "vertical_form_fitting_toggle_content": { type: T.STACK_PANEL, children: 'toggle_image_panel' | 'toggle_image_padding_label' | 'toggle_label_panel' | 'toggle_label_padding_toggle_icon' | 'toggle_icon' }, + "vertical_form_fitting_toggle_content/toggle_image_panel": { type: T.UNKNOWN, children: string }, + "vertical_form_fitting_toggle_content/toggle_image_padding_label": { type: T.PANEL, children: string }, + "vertical_form_fitting_toggle_content/toggle_label_panel": { type: T.UNKNOWN, children: string }, + "vertical_form_fitting_toggle_content/toggle_label_padding_toggle_icon": { type: T.PANEL, children: string }, + "vertical_form_fitting_toggle_content/toggle_icon": { type: T.PANEL, children: string }, + "light_text_toggle": { type: T.PANEL, children: string }, + "light_image_toggle": { type: T.PANEL, children: string }, + "light_content_toggle": { type: T.PANEL, children: string }, + "dark_ui_toggle": { type: T.PANEL, children: string }, + "dark_text_toggle": { type: T.PANEL, children: string }, + "dark_image_toggle": { type: T.PANEL, children: string }, + "dark_content_toggle": { type: T.PANEL, children: string }, + "dark_vertical_template_toggle": { type: T.PANEL, children: string }, + "dark_vertical_form_fitting_content_toggle": { type: T.PANEL, children: 'dark_content_toggle' }, + "dark_vertical_form_fitting_content_toggle/dark_content_toggle": { type: T.PANEL, children: string }, + "dark_template_toggle": { type: T.PANEL, children: string }, + "light_template_toggle": { type: T.PANEL, children: string }, + "light_ui_toggle": { type: T.PANEL, children: string }, + "switch_toggle": { type: T.PANEL, children: string }, + "light_text_toggle_collection": { type: T.PANEL, children: string }, + "light_image_toggle_collection": { type: T.PANEL, children: string }, + "dark_text_toggle_collection": { type: T.PANEL, children: string }, + "dark_image_toggle_collection": { type: T.PANEL, children: string }, + "dark_ui_toggle_collection": { type: T.PANEL, children: string }, + "light_ui_toggle_collection": { type: T.PANEL, children: string }, + "switch_toggle_collection": { type: T.PANEL, children: string }, + "toggle_state_panel": { type: T.PANEL, children: 'button_panel' }, + "toggle_state_panel/button_panel": { type: T.UNKNOWN, children: string }, + "toggle_unchecked": { type: T.PANEL, children: string }, + "toggle_checked": { type: T.PANEL, children: string }, + "toggle_unchecked_hover": { type: T.PANEL, children: string }, + "toggle_checked_hover": { type: T.PANEL, children: string }, + "toggle_locked": { type: T.PANEL, children: string }, + "toggle_unchecked_locked": { type: T.PANEL, children: string }, + "toggle_checked_locked": { type: T.PANEL, children: string }, + "toggle_unchecked_hover_with_chevron": { type: T.PANEL, children: string }, + "toggle_checked_hover_with_chevron": { type: T.PANEL, children: string }, + "toggle_image": { type: T.PANEL, children: 'image' }, + "toggle_image/image": { type: T.UNKNOWN, children: string }, + "radio_off_icon": { type: T.IMAGE, children: string }, + "radio_off_hover_icon": { type: T.IMAGE, children: string }, + "radio_on_icon": { type: T.IMAGE, children: string }, + "radio_on_hover_icon": { type: T.IMAGE, children: string }, + "check_box_button_toggle_image": { type: T.IMAGE, children: string }, + "checkbox_button_checked_state": { type: T.IMAGE, children: string }, + "checkbox_button_unchecked_state": { type: T.IMAGE, children: string }, + "checkbox_button_checked_hover_state": { type: T.IMAGE, children: string }, + "checkbox_button_unchecked_hover_state": { type: T.IMAGE, children: string }, + "checkbox_button_checked_locked_state": { type: T.IMAGE, children: string }, + "checkbox_button_unchecked_locked_state": { type: T.IMAGE, children: string }, + "toggle_checkbox_unchecked": { type: T.PANEL, children: string }, + "toggle_checkbox_checked": { type: T.PANEL, children: string }, + "toggle_checkbox_unchecked_hover": { type: T.PANEL, children: string }, + "toggle_checkbox_checked_hover": { type: T.PANEL, children: string }, + "toggle_checkbox_unchecked_locked": { type: T.PANEL, children: string }, + "toggle_checkbox_checked_locked": { type: T.PANEL, children: string }, + "check_box_button_ui_panel": { type: T.PANEL, children: 'toggle_image' }, + "check_box_button_ui_panel/toggle_image": { type: T.PANEL, children: 'button_content' | 'border' | 'checkbox_image' }, + "check_box_button_ui_panel/toggle_image/button_content": { type: T.PANEL, children: string }, + "check_box_button_ui_panel/toggle_image/border": { type: T.IMAGE, children: string }, + "check_box_button_ui_panel/toggle_image/checkbox_image": { type: T.PANEL, children: 'image' }, + "check_box_button_ui_panel/toggle_image/checkbox_image/image": { type: T.UNKNOWN, children: string }, + "button_and_checkbox_template": { type: T.PANEL, children: string }, + "button_with_checkbox_toggle": { type: T.PANEL, children: string }, +} + +export type FriendsbuttonType = { + "friendsdrawer_animated_icon": { type: T.IMAGE, children: string }, + "profilepicture": { type: T.CUSTOM, children: string }, + "persona_icon_with_border": { type: T.PANEL, children: 'profile_icon' | 'border_black' }, + "persona_icon_with_border/profile_icon": { type: T.CUSTOM, children: string }, + "persona_icon_with_border/border_black": { type: T.IMAGE, children: string }, + "friendsdrawer_persona_icons": { type: T.STACK_PANEL, children: string }, + "social_button_stackpanel": { type: T.STACK_PANEL, children: 'image_panel' }, + "social_button_stackpanel/image_panel": { type: T.PANEL, children: 'social_icon' }, + "social_button_stackpanel/image_panel/social_icon": { type: T.IMAGE, children: string }, + "social_button_hover_stackpanel": { type: T.STACK_PANEL, children: string }, + "self_persona_stackpanel": { type: T.STACK_PANEL, children: 'self_icon' }, + "self_persona_stackpanel/self_icon": { type: T.PANEL, children: string }, + "single_friend_persona_stackpanel": { type: T.STACK_PANEL, children: 'self_icon' | 'friend_one_icon' }, + "single_friend_persona_stackpanel/self_icon": { type: T.STACK_PANEL, children: string }, + "single_friend_persona_stackpanel/friend_one_icon": { type: T.PANEL, children: string }, + "many_friend_persona_stackpanel": { type: T.STACK_PANEL, children: 'self_icon' | 'extra_friends_text_panel' }, + "many_friend_persona_stackpanel/self_icon": { type: T.STACK_PANEL, children: string }, + "many_friend_persona_stackpanel/extra_friends_text_panel": { type: T.PANEL, children: 'background' | 'extra_members_label' | 'border_black' }, + "many_friend_persona_stackpanel/extra_friends_text_panel/background": { type: T.IMAGE, children: string }, + "many_friend_persona_stackpanel/extra_friends_text_panel/extra_members_label": { type: T.LABEL, children: string }, + "many_friend_persona_stackpanel/extra_friends_text_panel/border_black": { type: T.IMAGE, children: string }, + "button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' | 'locked' }, + "button/default": { type: T.UNKNOWN, children: string }, + "button/hover": { type: T.UNKNOWN, children: string }, + "button/pressed": { type: T.UNKNOWN, children: string }, + "button/locked": { type: T.UNKNOWN, children: string }, + "social_factory_stackpanel_default": { type: T.STACK_PANEL, children: string }, + "social_factory_stackpanel_hovered": { type: T.STACK_PANEL, children: string }, + "friendsdrawer_button_content": { type: T.STACK_PANEL, children: 'social_factory_stackpanel' | 'padding_middle' | 'vertically_centered_text' | 'padding_right' }, + "friendsdrawer_button_content/social_factory_stackpanel": { type: T.UNKNOWN, children: string }, + "friendsdrawer_button_content/padding_middle": { type: T.PANEL, children: string }, + "friendsdrawer_button_content/vertically_centered_text": { type: T.STACK_PANEL, children: 'top_padding' | 'profile_button_label' }, + "friendsdrawer_button_content/vertically_centered_text/top_padding": { type: T.PANEL, children: string }, + "friendsdrawer_button_content/vertically_centered_text/profile_button_label": { type: T.LABEL, children: string }, + "friendsdrawer_button_content/padding_right": { type: T.PANEL, children: string }, + "friendsdrawer_hover_button_content": { type: T.STACK_PANEL, children: string }, + "friends_drawer_popup": { type: T.BUTTON, children: string }, +} + +export type IconbuttonType = { + "iconbutton_animated_icon": { type: T.IMAGE, children: string }, + "button": { type: T.BUTTON, children: string }, + "iconbutton_button_content": { type: T.STACK_PANEL, children: 'icon_wrapper' | 'padding_middle' | 'vertically_centered_text' }, + "iconbutton_button_content/icon_wrapper": { type: T.PANEL, children: 'icon_with_border' }, + "iconbutton_button_content/icon_wrapper/icon_with_border": { type: T.PANEL, children: 'iconbutton_animated_icon' | 'border_black' }, + "iconbutton_button_content/icon_wrapper/icon_with_border/iconbutton_animated_icon": { type: T.IMAGE, children: string }, + "iconbutton_button_content/icon_wrapper/icon_with_border/border_black": { type: T.IMAGE, children: string }, + "iconbutton_button_content/padding_middle": { type: T.PANEL, children: string }, + "iconbutton_button_content/vertically_centered_text": { type: T.STACK_PANEL, children: 'top_padding' | 'profile_button_label' }, + "iconbutton_button_content/vertically_centered_text/top_padding": { type: T.PANEL, children: string }, + "iconbutton_button_content/vertically_centered_text/profile_button_label": { type: T.LABEL, children: string }, +} + +export type UpdateDimensionsType = { + "update_dimensions_update_and_play_button": { type: T.BUTTON, children: string }, + "update_dimensions_description": { type: T.LABEL, children: string }, + "update_dimensions_label_panel": { type: T.PANEL, children: string }, + "make_backup_checkbox": { type: T.PANEL, children: 'header_description_stack_panel' }, + "make_backup_checkbox/header_description_stack_panel": { type: T.STACK_PANEL, children: 'checkbox_visuals' | 'buffer_panel' | 'another_panel' }, + "make_backup_checkbox/header_description_stack_panel/checkbox_visuals": { type: T.PANEL, children: string }, + "make_backup_checkbox/header_description_stack_panel/buffer_panel": { type: T.PANEL, children: 'label' }, + "make_backup_checkbox/header_description_stack_panel/buffer_panel/label": { type: T.LABEL, children: string }, + "make_backup_checkbox/header_description_stack_panel/another_panel": { type: T.PANEL, children: string }, + "world_upgrade": { type: T.IMAGE, children: string }, + "update_dimensions_dialog": { type: T.PANEL, children: 'common_panel' | 'title_label' | 'panel_indent' | 'top_button_panel' | 'bottom_button_panel' | 'world_upgrade_image' }, + "update_dimensions_dialog/common_panel": { type: T.PANEL, children: string }, + "update_dimensions_dialog/title_label": { type: T.PANEL, children: string }, + "update_dimensions_dialog/panel_indent": { type: T.PANEL, children: 'inside_header_panel' }, + "update_dimensions_dialog/panel_indent/inside_header_panel": { type: T.UNKNOWN, children: string }, + "update_dimensions_dialog/top_button_panel": { type: T.UNKNOWN, children: string }, + "update_dimensions_dialog/bottom_button_panel": { type: T.UNKNOWN, children: string }, + "update_dimensions_dialog/world_upgrade_image": { type: T.IMAGE, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_a' }, + "gamepad_helpers/gamepad_helper_a": { type: T.STACK_PANEL, children: string }, + "update_dimensions_screen": { type: T.SCREEN, children: string }, + "update_dimensions_screen_content": { type: T.PANEL, children: 'update_dimensions_dialog' | 'gamepad_helpers' }, + "update_dimensions_screen_content/update_dimensions_dialog": { type: T.PANEL, children: string }, + "update_dimensions_screen_content/gamepad_helpers": { type: T.PANEL, children: string }, +} + +export type UpdateVersionType = { + "update_version_screen": { type: T.SCREEN, children: string }, + "update_version_popup": { type: T.PANEL, children: string }, + "background": { type: T.IMAGE, children: string }, + "update_version_content": { type: T.STACK_PANEL, children: 'top_of_version_panel' | 'spacer_1px' | 'update_body_text' | 'spacer_1px_2' }, + "update_version_content/top_of_version_panel": { type: T.STACK_PANEL, children: string }, + "update_version_content/spacer_1px": { type: T.PANEL, children: string }, + "update_version_content/update_body_text": { type: T.LABEL, children: string }, + "update_version_content/spacer_1px_2": { type: T.PANEL, children: string }, + "patch_notes_panel": { type: T.IMAGE, children: 'patch_notes_text' }, + "patch_notes_panel/patch_notes_text": { type: T.PANEL, children: string }, + "picture_and_patch_notes": { type: T.STACK_PANEL, children: 'patch_notes_image_outline' | 'patch_notes_panel' }, + "picture_and_patch_notes/patch_notes_image_outline": { type: T.IMAGE, children: 'patch_notes_image' }, + "picture_and_patch_notes/patch_notes_image_outline/patch_notes_image": { type: T.IMAGE, children: string }, + "picture_and_patch_notes/patch_notes_panel": { type: T.IMAGE, children: string }, + "patch_notes": { type: T.PANEL, children: 'patch_notes_text' }, + "patch_notes/patch_notes_text": { type: T.LABEL, children: string }, + "update_body_text": { type: T.LABEL, children: string }, + "update_button": { type: T.BUTTON, children: string }, +} + +export type WorldRecoveryType = { + "world_recovery_screen": { type: T.SCREEN, children: string }, + "world_recovery_screen_content": { type: T.PANEL, children: 'dialog' }, + "world_recovery_screen_content/dialog": { type: T.PANEL, children: string }, + "description_panel": { type: T.PANEL, children: string }, + "scrolling_panel": { type: T.PANEL, children: string }, + "description_label": { type: T.LABEL, children: string }, + "button_panel": { type: T.BUTTON, children: string }, + "background": { type: T.IMAGE, children: string }, +} + +export type WorldTemplatesType = { + "horizontal_padding": { type: T.PANEL, children: string }, + "world_icon": { type: T.IMAGE, children: string }, + "realms_icon": { type: T.IMAGE, children: string }, + "label_background": { type: T.IMAGE, children: string }, + "lock_icon": { type: T.IMAGE, children: string }, + "realms_plus_icon": { type: T.IMAGE, children: string }, + "new_world_toggle": { type: T.PANEL, children: string }, + "new_realm_toggle": { type: T.PANEL, children: string }, + "world_button_content": { type: T.STACK_PANEL, children: 'horizontal_padding_0' | 'icon_panel' | 'horizontal_padding_1' | 'world_button_label_panel' | 'horizontal_padding_2' }, + "world_button_content/horizontal_padding_0": { type: T.PANEL, children: string }, + "world_button_content/icon_panel": { type: T.PANEL, children: string }, + "world_button_content/horizontal_padding_1": { type: T.PANEL, children: string }, + "world_button_content/world_button_label_panel": { type: T.PANEL, children: 'world_button_label' }, + "world_button_content/world_button_label_panel/world_button_label": { type: T.LABEL, children: string }, + "world_button_content/horizontal_padding_2": { type: T.PANEL, children: string }, + "world_button_label": { type: T.LABEL, children: string }, + "common_button_template": { type: T.BUTTON, children: string }, + "generate_random": { type: T.BUTTON, children: string }, + "help_button": { type: T.BUTTON, children: string }, + "grid_button_content_template": { type: T.STACK_PANEL, children: 'content' }, + "grid_button_content_template/content": { type: T.UNKNOWN, children: string }, + "label_content_template": { type: T.STACK_PANEL, children: 'label_panel' }, + "label_content_template/label_panel": { type: T.PANEL, children: 'label_panel_layout' }, + "label_content_template/label_panel/label_panel_layout": { type: T.PANEL, children: 'label' }, + "label_content_template/label_panel/label_panel_layout/label": { type: T.LABEL, children: string }, + "my_templates_label": { type: T.STACK_PANEL, children: string }, + "realms_plus_templates_label": { type: T.STACK_PANEL, children: string }, + "custom_templates_label": { type: T.STACK_PANEL, children: string }, + "generate_random_button": { type: T.STACK_PANEL, children: string }, + "realms_templates_info": { type: T.IMAGE, children: 'info_label' }, + "realms_templates_info/info_label": { type: T.LABEL, children: string }, + "world_list_text": { type: T.LABEL, children: string }, + "world_template_screenshot": { type: T.IMAGE, children: 'picture' }, + "world_template_screenshot/picture": { type: T.IMAGE, children: string }, + "world_template_name": { type: T.LABEL, children: string }, + "world_template_description": { type: T.LABEL, children: string }, + "world_template_version": { type: T.LABEL, children: string }, + "template_download_text": { type: T.LABEL, children: string }, + "world_template_text_panel": { type: T.PANEL, children: 'text_indent' }, + "world_template_text_panel/text_indent": { type: T.PANEL, children: 'top_side' | 'bottom_side' }, + "world_template_text_panel/text_indent/top_side": { type: T.STACK_PANEL, children: 'world_template_name' | 'download_text_label' }, + "world_template_text_panel/text_indent/top_side/world_template_name": { type: T.LABEL, children: string }, + "world_template_text_panel/text_indent/top_side/download_text_label": { type: T.LABEL, children: string }, + "world_template_text_panel/text_indent/bottom_side": { type: T.STACK_PANEL, children: 'csb_icon' | 'pad' | 'world_template_description' | 'world_template_version' }, + "world_template_text_panel/text_indent/bottom_side/csb_icon": { type: T.PANEL, children: string }, + "world_template_text_panel/text_indent/bottom_side/pad": { type: T.PANEL, children: string }, + "world_template_text_panel/text_indent/bottom_side/world_template_description": { type: T.LABEL, children: string }, + "world_template_text_panel/text_indent/bottom_side/world_template_version": { type: T.LABEL, children: string }, + "csb_banner": { type: T.PANEL, children: 'banner' }, + "csb_banner/banner": { type: T.IMAGE, children: string }, + "world_template_content_panel": { type: T.STACK_PANEL, children: 'world_template_screenshot' | 'world_template_text_panel' | 'lock_panel' }, + "world_template_content_panel/world_template_screenshot": { type: T.IMAGE, children: string }, + "world_template_content_panel/world_template_text_panel": { type: T.PANEL, children: string }, + "world_template_content_panel/lock_panel": { type: T.PANEL, children: 'lock_icon' }, + "world_template_content_panel/lock_panel/lock_icon": { type: T.IMAGE, children: string }, + "world_template_item_button": { type: T.BUTTON, children: string }, + "realms_plus_template_item_button": { type: T.BUTTON, children: string }, + "world_template_item": { type: T.STACK_PANEL, children: 'world_template_item_button' }, + "world_template_item/world_template_item_button": { type: T.BUTTON, children: string }, + "realms_plus_template_item": { type: T.STACK_PANEL, children: 'realms_plus_template_item_button' }, + "realms_plus_template_item/realms_plus_template_item_button": { type: T.BUTTON, children: string }, + "world_template_item_grid": { type: T.GRID, children: string }, + "see_more_templates_button": { type: T.BUTTON, children: string }, + "suggested_see_more_button": { type: T.BUTTON, children: string }, + "realms_plus_see_more_button": { type: T.BUTTON, children: string }, + "world_template_inventory_see_more_button": { type: T.BUTTON, children: string }, + "custom_world_template_see_more_button": { type: T.BUTTON, children: string }, + "world_template_section_factory": { type: T.STACK_PANEL, children: string }, + "suggested_template_section_factory": { type: T.STACK_PANEL, children: string }, + "realms_plus_template_section_factory": { type: T.STACK_PANEL, children: string }, + "world_template_inventory_section_factory": { type: T.STACK_PANEL, children: string }, + "custom_world_template_section_factory": { type: T.STACK_PANEL, children: string }, + "custom_world_template_item_grid": { type: T.GRID, children: string }, + "no_owned_templates_text_label": { type: T.LABEL, children: string }, + "no_owned_templates_text": { type: T.LABEL, children: string }, + "no_template_content_owned": { type: T.IMAGE, children: 'no_template_content_owned_text_panel' }, + "no_template_content_owned/no_template_content_owned_text_panel": { type: T.LABEL, children: string }, + "common_scrolling_panel": { type: T.PANEL, children: string }, + "common_content": { type: T.PANEL, children: string }, + "scrolling_offsets": { type: T.PANEL, children: string }, + "template_scroll_content": { type: T.PANEL, children: 'scrolling_panel' }, + "template_scroll_content/scrolling_panel": { type: T.PANEL, children: string }, + "common_scroll_pane": { type: T.PANEL, children: string }, + "template_scroll_panel": { type: T.PANEL, children: 'world_template_screen_content_stack_panel' }, + "template_scroll_panel/world_template_screen_content_stack_panel": { type: T.STACK_PANEL, children: string }, + "world_list_grids_stack": { type: T.STACK_PANEL, children: 'template_list_panel' | 'store_panel' | 'custom_template_panel' | 'realms_info_panel' }, + "world_list_grids_stack/template_list_panel": { type: T.STACK_PANEL, children: 'my_templates_label_panel' | 'world_template_inventory_section_factory' | 'template_bottom_padding' }, + "world_list_grids_stack/template_list_panel/my_templates_label_panel": { type: T.STACK_PANEL, children: string }, + "world_list_grids_stack/template_list_panel/world_template_inventory_section_factory": { type: T.STACK_PANEL, children: string }, + "world_list_grids_stack/template_list_panel/template_bottom_padding": { type: T.PANEL, children: string }, + "world_list_grids_stack/store_panel": { type: T.PANEL, children: 'loading_panel' | 'store_grids' }, + "world_list_grids_stack/store_panel/loading_panel": { type: T.PANEL, children: string }, + "world_list_grids_stack/store_panel/store_grids": { type: T.STACK_PANEL, children: 'realms_plus_list_panel' | 'suggested_content_panel' }, + "world_list_grids_stack/store_panel/store_grids/realms_plus_list_panel": { type: T.STACK_PANEL, children: 'realms_plus_label_panel' | 'realms_plus_template_section_factory' | 'realms_plus_template_bottom_padding' }, + "world_list_grids_stack/store_panel/store_grids/realms_plus_list_panel/realms_plus_label_panel": { type: T.STACK_PANEL, children: string }, + "world_list_grids_stack/store_panel/store_grids/realms_plus_list_panel/realms_plus_template_section_factory": { type: T.STACK_PANEL, children: string }, + "world_list_grids_stack/store_panel/store_grids/realms_plus_list_panel/realms_plus_template_bottom_padding": { type: T.PANEL, children: string }, + "world_list_grids_stack/store_panel/store_grids/suggested_content_panel": { type: T.STACK_PANEL, children: 'suggested_content_offers_title_label' | 'suggested_template_section_factory' | 'suggested_template_bottom_padding' }, + "world_list_grids_stack/store_panel/store_grids/suggested_content_panel/suggested_content_offers_title_label": { type: T.LABEL, children: string }, + "world_list_grids_stack/store_panel/store_grids/suggested_content_panel/suggested_template_section_factory": { type: T.STACK_PANEL, children: string }, + "world_list_grids_stack/store_panel/store_grids/suggested_content_panel/suggested_template_bottom_padding": { type: T.PANEL, children: string }, + "world_list_grids_stack/custom_template_panel": { type: T.STACK_PANEL, children: 'custom_templates_label_panel' | 'custom_world_template_section_factory' | 'custom_template_list_bottom_padding' }, + "world_list_grids_stack/custom_template_panel/custom_templates_label_panel": { type: T.STACK_PANEL, children: string }, + "world_list_grids_stack/custom_template_panel/custom_world_template_section_factory": { type: T.STACK_PANEL, children: string }, + "world_list_grids_stack/custom_template_panel/custom_template_list_bottom_padding": { type: T.PANEL, children: string }, + "world_list_grids_stack/realms_info_panel": { type: T.STACK_PANEL, children: 'padding' | 'realms_templates_info' | 'open_uri_button' }, + "world_list_grids_stack/realms_info_panel/padding": { type: T.PANEL, children: string }, + "world_list_grids_stack/realms_info_panel/realms_templates_info": { type: T.IMAGE, children: string }, + "world_list_grids_stack/realms_info_panel/open_uri_button": { type: T.BUTTON, children: string }, + "world_list_grid_content": { type: T.PANEL, children: 'world_list_grids_stack' }, + "world_list_grid_content/world_list_grids_stack": { type: T.STACK_PANEL, children: string }, + "world_template_screen_content_stack_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'crossplatform_disabled_panel' | 'crossplatform_disable_spacer' | 'generate_random_panel' | 'generate_random_button_bottom_padding' | 'world_list_grid_content' }, + "world_template_screen_content_stack_panel/padding_0": { type: T.PANEL, children: string }, + "world_template_screen_content_stack_panel/crossplatform_disabled_panel": { type: T.IMAGE, children: 'disable_text' }, + "world_template_screen_content_stack_panel/crossplatform_disabled_panel/disable_text": { type: T.LABEL, children: string }, + "world_template_screen_content_stack_panel/crossplatform_disable_spacer": { type: T.PANEL, children: string }, + "world_template_screen_content_stack_panel/generate_random_panel": { type: T.STACK_PANEL, children: string }, + "world_template_screen_content_stack_panel/generate_random_button_bottom_padding": { type: T.PANEL, children: string }, + "world_template_screen_content_stack_panel/world_list_grid_content": { type: T.PANEL, children: string }, + "open_account_setting_button": { type: T.BUTTON, children: string }, + "world_templates_screen": { type: T.SCREEN, children: string }, + "world_templates_picker_content": { type: T.PANEL, children: 'background' }, + "world_templates_picker_content/background": { type: T.STACK_PANEL, children: string }, +} + +export type XblConsoleQrSigninType = { + "banner_fill": { type: T.IMAGE, children: string }, + "main_panel_qr": { type: T.STACK_PANEL, children: 'left_panel' | 'divider' | 'right_panel' }, + "main_panel_qr/left_panel": { type: T.STACK_PANEL, children: string }, + "main_panel_qr/divider": { type: T.PANEL, children: string }, + "main_panel_qr/right_panel": { type: T.STACK_PANEL, children: 'scrolling_panel_sizer' }, + "main_panel_qr/right_panel/scrolling_panel_sizer": { type: T.PANEL, children: 'right_scroll_panel' }, + "main_panel_qr/right_panel/scrolling_panel_sizer/right_scroll_panel": { type: T.BUTTON, children: string }, + "common_scrolling_panel": { type: T.PANEL, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_b' }, + "gamepad_helpers/gamepad_helper_b": { type: T.STACK_PANEL, children: string }, + "xbl_console_qr_signin": { type: T.SCREEN, children: string }, + "xbl_console_qr_signin_screen_content": { type: T.PANEL, children: 'gamepad_helpers' | 'dialog' }, + "xbl_console_qr_signin_screen_content/gamepad_helpers": { type: T.PANEL, children: string }, + "xbl_console_qr_signin_screen_content/dialog": { type: T.PANEL, children: string }, + "dialog": { type: T.PANEL, children: string }, + "scroll_content_focus_border": { type: T.BUTTON, children: string }, + "left_panel": { type: T.STACK_PANEL, children: 'left_header' | 'padding_1' | 'left_body' | 'padding_2' | 'qr_panel' }, + "left_panel/left_header": { type: T.LABEL, children: string }, + "left_panel/padding_1": { type: T.PANEL, children: string }, + "left_panel/left_body": { type: T.LABEL, children: string }, + "left_panel/padding_2": { type: T.PANEL, children: string }, + "left_panel/qr_panel": { type: T.PANEL, children: 'qr_border' | 'qr_code' | 'bee_overlay' }, + "left_panel/qr_panel/qr_border": { type: T.IMAGE, children: string }, + "left_panel/qr_panel/qr_code": { type: T.CUSTOM, children: string }, + "left_panel/qr_panel/bee_overlay": { type: T.IMAGE, children: string }, + "input_panel_wrapper": { type: T.INPUT_PANEL, children: 'r_scroll_panel' }, + "input_panel_wrapper/r_scroll_panel": { type: T.STACK_PANEL, children: string }, + "right_scroll_panel": { type: T.STACK_PANEL, children: 'right_header' | 'padding_1' | 'website_message_label' | 'padding_2' | 'wrapper_panel_1' | 'padding_3' | 'code_message_label' | 'padding_4' | 'wrapper_panel_2' | 'padding_5' | 'code_message_body1' | 'padding_6' | 'code_message_body2' | 'padding_7' | 'warning_messages' }, + "right_scroll_panel/right_header": { type: T.LABEL, children: string }, + "right_scroll_panel/padding_1": { type: T.PANEL, children: string }, + "right_scroll_panel/website_message_label": { type: T.LABEL, children: string }, + "right_scroll_panel/padding_2": { type: T.PANEL, children: string }, + "right_scroll_panel/wrapper_panel_1": { type: T.PANEL, children: 'banner_1' }, + "right_scroll_panel/wrapper_panel_1/banner_1": { type: T.IMAGE, children: 'url_label' }, + "right_scroll_panel/wrapper_panel_1/banner_1/url_label": { type: T.LABEL, children: string }, + "right_scroll_panel/padding_3": { type: T.PANEL, children: string }, + "right_scroll_panel/code_message_label": { type: T.LABEL, children: string }, + "right_scroll_panel/padding_4": { type: T.PANEL, children: string }, + "right_scroll_panel/wrapper_panel_2": { type: T.PANEL, children: 'banner_2' }, + "right_scroll_panel/wrapper_panel_2/banner_2": { type: T.IMAGE, children: 'code_label' }, + "right_scroll_panel/wrapper_panel_2/banner_2/code_label": { type: T.LABEL, children: string }, + "right_scroll_panel/padding_5": { type: T.PANEL, children: string }, + "right_scroll_panel/code_message_body1": { type: T.LABEL, children: string }, + "right_scroll_panel/padding_6": { type: T.PANEL, children: string }, + "right_scroll_panel/code_message_body2": { type: T.LABEL, children: string }, + "right_scroll_panel/padding_7": { type: T.PANEL, children: string }, + "right_scroll_panel/warning_messages": { type: T.STACK_PANEL, children: string }, + "ps4_warning_message_panel": { type: T.STACK_PANEL, children: 'sign_in_account_message' | 'padding_1' | 'permanent_linking_message' }, + "ps4_warning_message_panel/sign_in_account_message": { type: T.LABEL, children: string }, + "ps4_warning_message_panel/padding_1": { type: T.PANEL, children: string }, + "ps4_warning_message_panel/permanent_linking_message": { type: T.LABEL, children: string }, +} + +export type XblConsoleSigninType = { + "banner_fill": { type: T.IMAGE, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'padding_0' | 'message_label_panel' | 'padding_1' | 'website_message_label' | 'banner_1' | 'padding_2' | 'code_message_label' | 'banner_2' }, + "main_panel/padding_0": { type: T.PANEL, children: string }, + "main_panel/message_label_panel": { type: T.STACK_PANEL, children: 'message_label' }, + "main_panel/message_label_panel/message_label": { type: T.LABEL, children: string }, + "main_panel/padding_1": { type: T.PANEL, children: string }, + "main_panel/website_message_label": { type: T.LABEL, children: string }, + "main_panel/banner_1": { type: T.IMAGE, children: 'url_label' }, + "main_panel/banner_1/url_label": { type: T.LABEL, children: string }, + "main_panel/padding_2": { type: T.PANEL, children: string }, + "main_panel/code_message_label": { type: T.LABEL, children: string }, + "main_panel/banner_2": { type: T.IMAGE, children: 'code_label' }, + "main_panel/banner_2/code_label": { type: T.LABEL, children: string }, + "gamepad_helpers": { type: T.PANEL, children: 'gamepad_helper_b' }, + "gamepad_helpers/gamepad_helper_b": { type: T.STACK_PANEL, children: string }, + "xbl_console_signin": { type: T.SCREEN, children: string }, + "xbl_console_signin_screen_content": { type: T.PANEL, children: 'gamepad_helpers' | 'dialog' }, + "xbl_console_signin_screen_content/gamepad_helpers": { type: T.PANEL, children: string }, + "xbl_console_signin_screen_content/dialog": { type: T.PANEL, children: string }, + "dialog": { type: T.PANEL, children: string }, +} + +export type XblConsoleSigninSucceededType = { + "banner_fill": { type: T.IMAGE, children: string }, + "gamer_score_icon": { type: T.IMAGE, children: string }, + "profile_pic": { type: T.CUSTOM, children: string }, + "gamertag_label": { type: T.LABEL, children: string }, + "gamer_score_label": { type: T.LABEL, children: string }, + "gamer_score_panel": { type: T.STACK_PANEL, children: 'gamer_score_icon' | 'padding_0' | 'gamer_score_panel' }, + "gamer_score_panel/gamer_score_icon": { type: T.IMAGE, children: string }, + "gamer_score_panel/padding_0": { type: T.PANEL, children: string }, + "gamer_score_panel/gamer_score_panel": { type: T.PANEL, children: 'gamer_score' }, + "gamer_score_panel/gamer_score_panel/gamer_score": { type: T.LABEL, children: string }, + "button_panel": { type: T.PANEL, children: 'play' }, + "button_panel/play": { type: T.BUTTON, children: string }, + "text_panel": { type: T.PANEL, children: 'new_account_text' }, + "text_panel/new_account_text": { type: T.LABEL, children: string }, + "third_party_platform_legal_text": { type: T.PANEL, children: string }, + "new_account_text_panel": { type: T.PANEL, children: string }, + "gamer_profile_panel": { type: T.STACK_PANEL, children: 'picture_panel' | 'padding_1' | 'info_panel' }, + "gamer_profile_panel/picture_panel": { type: T.PANEL, children: 'banner' }, + "gamer_profile_panel/picture_panel/banner": { type: T.IMAGE, children: 'profile_pic' }, + "gamer_profile_panel/picture_panel/banner/profile_pic": { type: T.CUSTOM, children: string }, + "gamer_profile_panel/padding_1": { type: T.PANEL, children: string }, + "gamer_profile_panel/info_panel": { type: T.PANEL, children: 'profile_info_panel' }, + "gamer_profile_panel/info_panel/profile_info_panel": { type: T.STACK_PANEL, children: 'gamertag_label' | 'padding_0' | 'gamer_score_panel' }, + "gamer_profile_panel/info_panel/profile_info_panel/gamertag_label": { type: T.LABEL, children: string }, + "gamer_profile_panel/info_panel/profile_info_panel/padding_0": { type: T.PANEL, children: string }, + "gamer_profile_panel/info_panel/profile_info_panel/gamer_score_panel": { type: T.STACK_PANEL, children: string }, + "main_panel": { type: T.STACK_PANEL, children: 'profile' | 'padding_0' | 'third_party_legal_text_panel' | 'padding_1' | 'new_account_text_panel' | 'padding_2' | 'button_panel' }, + "main_panel/profile": { type: T.STACK_PANEL, children: string }, + "main_panel/padding_0": { type: T.PANEL, children: string }, + "main_panel/third_party_legal_text_panel": { type: T.PANEL, children: string }, + "main_panel/padding_1": { type: T.PANEL, children: string }, + "main_panel/new_account_text_panel": { type: T.PANEL, children: string }, + "main_panel/padding_2": { type: T.PANEL, children: string }, + "main_panel/button_panel": { type: T.PANEL, children: string }, + "xbl_console_signin_succeeded": { type: T.SCREEN, children: string }, + "xbl_console_signin_succeeded_screen_content": { type: T.PANEL, children: 'dialog' }, + "xbl_console_signin_succeeded_screen_content/dialog": { type: T.PANEL, children: string }, + "dialog": { type: T.PANEL, children: string }, +} + +export type XblImmediateSigninType = { + "xbl_immediate_signin_screen": { type: T.SCREEN, children: string }, + "xbl_immediate_signin_screen_content": { type: T.PANEL, children: 'root_panel' }, + "xbl_immediate_signin_screen_content/root_panel": { type: T.PANEL, children: string }, +} + +export type Win10TrialConversionType = { + "padding_horizontal": { type: T.PANEL, children: string }, + "padding_vertical": { type: T.PANEL, children: string }, + "padding_vertical_3": { type: T.PANEL, children: string }, + "background_image": { type: T.IMAGE, children: string }, + "title_image": { type: T.IMAGE, children: string }, + "focus_border": { type: T.IMAGE, children: string }, + "pack_image": { type: T.IMAGE, children: string }, + "pack_image_panel": { type: T.PANEL, children: 'pack_image' }, + "pack_image_panel/pack_image": { type: T.IMAGE, children: string }, + "title_image_border": { type: T.IMAGE, children: 'image' }, + "title_image_border/image": { type: T.IMAGE, children: string }, + "pack_image_with_border": { type: T.IMAGE, children: 'image' }, + "pack_image_with_border/image": { type: T.IMAGE, children: string }, + "label_panel": { type: T.LABEL, children: string }, + "button_panel": { type: T.STACK_PANEL, children: 'padding_5' | 'buy_now_button' | 'padding_6' }, + "button_panel/padding_5": { type: T.PANEL, children: string }, + "button_panel/buy_now_button": { type: T.BUTTON, children: string }, + "button_panel/padding_6": { type: T.PANEL, children: string }, + "buy_now_button": { type: T.BUTTON, children: string }, + "buy_now_label": { type: T.PANEL, children: 'button_label' }, + "buy_now_label/button_label": { type: T.LABEL, children: string }, + "is_focused": { type: T.IMAGE, children: string }, + "filler_panel": { type: T.PANEL, children: string }, + "focus_border_button": { type: T.BUTTON, children: 'default' | 'hover' | 'pressed' }, + "focus_border_button/default": { type: T.PANEL, children: string }, + "focus_border_button/hover": { type: T.IMAGE, children: string }, + "focus_border_button/pressed": { type: T.IMAGE, children: string }, + "grid_item": { type: T.STACK_PANEL, children: 'padding_1' | 'pack_image_pane' | 'padding_2' | 'pack_panel' | 'padding_3' }, + "grid_item/padding_1": { type: T.PANEL, children: string }, + "grid_item/pack_image_pane": { type: T.PANEL, children: string }, + "grid_item/padding_2": { type: T.PANEL, children: string }, + "grid_item/pack_panel": { type: T.STACK_PANEL, children: string }, + "grid_item/padding_3": { type: T.PANEL, children: string }, + "grid_item_vertical": { type: T.PANEL, children: 'grid_item_horizontal' | 'pack_grid' }, + "grid_item_vertical/grid_item_horizontal": { type: T.STACK_PANEL, children: string }, + "grid_item_vertical/pack_grid": { type: T.BUTTON, children: string }, + "pack_panel": { type: T.STACK_PANEL, children: 'packtitle' | 'padding_2' | 'packdesc' }, + "pack_panel/packtitle": { type: T.LABEL, children: string }, + "pack_panel/padding_2": { type: T.PANEL, children: string }, + "pack_panel/packdesc": { type: T.LABEL, children: string }, + "collection_main_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'title_panel' | 'padding_2' | 'title_image_panel' | 'padding_3' | 'offer_panel' | 'padding_4' | 'button_panel' | 'padding_5' | 'include_panel' | 'padding_6' | 'pack_list_grid' }, + "collection_main_panel/padding_1": { type: T.PANEL, children: string }, + "collection_main_panel/title_panel": { type: T.LABEL, children: string }, + "collection_main_panel/padding_2": { type: T.PANEL, children: string }, + "collection_main_panel/title_image_panel": { type: T.PANEL, children: 'border_image' }, + "collection_main_panel/title_image_panel/border_image": { type: T.IMAGE, children: string }, + "collection_main_panel/padding_3": { type: T.PANEL, children: string }, + "collection_main_panel/offer_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'label_panel' | 'padding_2' }, + "collection_main_panel/offer_panel/padding_1": { type: T.PANEL, children: string }, + "collection_main_panel/offer_panel/label_panel": { type: T.PANEL, children: 'offer_label' }, + "collection_main_panel/offer_panel/label_panel/offer_label": { type: T.LABEL, children: string }, + "collection_main_panel/offer_panel/padding_2": { type: T.PANEL, children: string }, + "collection_main_panel/padding_4": { type: T.PANEL, children: string }, + "collection_main_panel/button_panel": { type: T.STACK_PANEL, children: string }, + "collection_main_panel/padding_5": { type: T.PANEL, children: string }, + "collection_main_panel/include_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'include_label' }, + "collection_main_panel/include_panel/padding_1": { type: T.PANEL, children: string }, + "collection_main_panel/include_panel/include_label": { type: T.LABEL, children: string }, + "collection_main_panel/padding_6": { type: T.PANEL, children: string }, + "collection_main_panel/pack_list_grid": { type: T.GRID, children: string }, + "background_image_with_border": { type: T.IMAGE, children: 'main_panel_no_buttons' }, + "background_image_with_border/main_panel_no_buttons": { type: T.STACK_PANEL, children: string }, + "win10_trial_conversion_main_panel": { type: T.PANEL, children: 'scrolling_panel' }, + "win10_trial_conversion_main_panel/scrolling_panel": { type: T.PANEL, children: string }, + "vertical_main_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'panel' | 'padding_2' }, + "vertical_main_panel/padding_1": { type: T.PANEL, children: string }, + "vertical_main_panel/panel": { type: T.STACK_PANEL, children: string }, + "vertical_main_panel/padding_2": { type: T.PANEL, children: string }, + "horizontal_main_panel": { type: T.STACK_PANEL, children: 'padding_1' | 'starter_collection' | 'padding_2' | 'master_collection' }, + "horizontal_main_panel/padding_1": { type: T.PANEL, children: string }, + "horizontal_main_panel/starter_collection": { type: T.IMAGE, children: string }, + "horizontal_main_panel/padding_2": { type: T.PANEL, children: string }, + "horizontal_main_panel/master_collection": { type: T.IMAGE, children: string }, + "win10_trial_conversion_screen": { type: T.SCREEN, children: string }, + "win10_trial_conversion_panel": { type: T.STACK_PANEL, children: string }, +} diff --git a/src/types/vanilla/paths.ts b/src/types/vanilla/paths.ts new file mode 100644 index 0000000..7a79241 --- /dev/null +++ b/src/types/vanilla/paths.ts @@ -0,0 +1,211 @@ +export const paths = { + "achievement": "ui/achievement_screen.json", + "add_external_server": "ui/add_external_server_screen.json", + "adhoc_inprogress": "ui/adhoc_inprogess_screen.json", + "adhoc": "ui/adhoc_screen.json", + "anvil": "ui/anvil_screen.json", + "anvil_pocket": "ui/anvil_screen_pocket.json", + "authentication_modals": "ui/authentication_modals.json", + "authentication": "ui/authentication_screen.json", + "auto_save_info": "ui/auto_save_info_screen.json", + "beacon": "ui/beacon_screen.json", + "beacon_pocket": "ui/beacon_screen_pocket.json", + "blast_furnace": "ui/blast_furnace_screen.json", + "book": "ui/book_screen.json", + "brewing_stand": "ui/brewing_stand_screen.json", + "brewing_stand_pocket": "ui/brewing_stand_screen_pocket.json", + "bundle_purchase_warning": "ui/bundle_purchase_warning_screen.json", + "cartography": "ui/cartography_screen.json", + "cartography_pocket": "ui/cartography_screen_pocket.json", + "chalkboard": "ui/chalkboard_screen.json", + "chat": "ui/chat_screen.json", + "chat_settings": "ui/chat_settings_menu_screen.json", + "chest": "ui/chest_screen.json", + "choose_realm": "ui/choose_realm_screen.json", + "coin_purchase": "ui/coin_purchase_screen.json", + "command_block": "ui/command_block_screen.json", + "confirm_delete_account": "ui/confirm_delete_account_screen.json", + "content_log": "ui/content_log.json", + "content_log_history": "ui/content_log_history_screen.json", + "crafter_pocket": "ui/crafter_screen_pocket.json", + "create_world_upsell": "ui/create_world_upsell_screen.json", + "credits": "ui/credits_screen.json", + "csb_purchase_error": "ui/csb_purchase_error_screen.json", + "csb": "ui/csb_screen.json", + "csb_content": "ui/csb_sections/content_section.json", + "csb_banner": "ui/csb_sections/csb_banner.json", + "csb_buy": "ui/csb_sections/csb_buy_now_screen.json", + "common_csb": "ui/csb_sections/csb_common.json", + "csb_purchase_amazondevicewarning": "ui/csb_sections/csb_purchase_amazondevicewarning_screen.json", + "csb_purchase_warning": "ui/csb_sections/csb_purchase_warning_screen.json", + "csb_subscription_panel": "ui/csb_sections/csb_subscription_panel.json", + "csb_upsell": "ui/csb_sections/csb_upsell_dialog.json", + "csb_packs": "ui/csb_sections/csb_view_packs_screen.json", + "csb_welcome": "ui/csb_sections/csb_welcome_screen.json", + "csb_faq": "ui/csb_sections/faq_section.json", + "csb_landing": "ui/csb_sections/landing_section.json", + "custom_templates": "ui/custom_templates_screen.json", + "world_conversion_complete": "ui/world_conversion_complete_screen.json", + "day_one_experience_intro": "ui/day_one_experience_intro_screen.json", + "day_one_experience": "ui/day_one_experience_screen.json", + "death": "ui/death_screen.json", + "debug_screen": "ui/debug_screen.json", + "dev_console": "ui/dev_console_screen.json", + "disconnect": "ui/disconnect_screen.json", + "display_logged_error": "ui/display_logged_error_screen.json", + "discovery_dialog": "ui/edu_discovery_dialog.json", + "edu_featured": "ui/edu_featured.json", + "edu_quit_button": "ui/edu_pause_screen_pause_button.json", + "persona_emote": "ui/emote_wheel_screen.json", + "enchanting": "ui/enchanting_screen.json", + "enchanting_pocket": "ui/enchanting_screen_pocket.json", + "encyclopedia": "ui/encyclopedia_screen.json", + "expanded_skin_pack": "ui/expanded_skin_pack_screen.json", + "feed_common": "ui/feed_common.json", + "file_upload": "ui/file_upload_screen.json", + "furnace": "ui/furnace_screen.json", + "furnace_pocket": "ui/furnace_screen_pocket.json", + "game_tip": "ui/game_tip_screen.json", + "gamepad_disconnected": "ui/gamepad_disconnected.json", + "gameplay": "ui/gameplay_common.json", + "gathering_info": "ui/gathering_info_screen.json", + "globalpause": "ui/global_pause_screen.json", + "grindstone": "ui/grindstone_screen.json", + "grindstone_pocket": "ui/grindstone_screen_pocket.json", + "gamma_calibration": "ui/gamma_calibration_screen.json", + "horse": "ui/horse_screen.json", + "horse_pocket": "ui/horse_screen_pocket.json", + "how_to_play_common": "ui/how_to_play_common.json", + "how_to_play": "ui/how_to_play_screen.json", + "hud": "ui/hud_screen.json", + "host_options": "ui/host_options_screen.json", + "bed": "ui/in_bed_screen.json", + "im_reader": "ui/immersive_reader.json", + "crafting": "ui/inventory_screen.json", + "crafting_pocket": "ui/inventory_screen_pocket.json", + "invite": "ui/invite_screen.json", + "jigsaw_editor": "ui/jigsaw_editor_screen.json", + "late_join": "ui/late_join_pregame_screen.json", + "library_modal": "ui/library_modal_screen.json", + "local_world_picker": "ui/local_world_picker_screen.json", + "loom": "ui/loom_screen.json", + "loom_pocket": "ui/loom_screen_pocket.json", + "manage_feed": "ui/manage_feed_screen.json", + "manifest_validation": "ui/manifest_validation_screen.json", + "sdl_label": "ui/marketplace_sdl/sdl_label.json", + "sdl_content_navigation": "ui/marketplace_sdl/sdl_content_navigation.json", + "sdl_dropdowns": "ui/marketplace_sdl/sdl_dropdowns.json", + "sdl_image_row": "ui/marketplace_sdl/sdl_image_row.json", + "sdl_text_row": "ui/marketplace_sdl/sdl_text_row.json", + "mob_effect": "ui/mob_effect_screen.json", + "non_xbl_user_management": "ui/non_xbl_user_management_screen.json", + "npc_interact": "ui/npc_interact_screen.json", + "online_safety": "ui/online_safety_screen.json", + "pack_settings": "ui/pack_settings_screen.json", + "panorama": "ui/panorama_screen.json", + "patch_notes": "ui/patch_notes_screen.json", + "pause": "ui/pause_screen.json", + "pdp": "ui/pdp_screen.json", + "pdp_screenshots": "ui/pdp_screenshots_section.json", + "permissions": "ui/permissions_screen.json", + "persona_cast_character_screen": "ui/persona_cast_character_screen.json", + "persona_common": "ui/persona_common.json", + "persona_popups": "ui/persona_popups.json", + "play": "ui/play_screen.json", + "perf_turtle": "ui/perf_turtle.json", + "pocket_containers": "ui/pocket_containers.json", + "popup_dialog": "ui/popup_dialog.json", + "portfolio": "ui/portfolio_screen.json", + "progress": "ui/progress_screen.json", + "rating_prompt": "ui/rating_prompt.json", + "realms_common": "ui/realms_common.json", + "realms_create": "ui/realms_create.json", + "realms_pending_invitations": "ui/realms_pending_invitations.json", + "realms_slots": "ui/realms_slots_screen.json", + "realms_settings": "ui/realms_settings_screen.json", + "realms_allowlist": "ui/realms_allowlist.json", + "realms_invite_link_settings": "ui/realms_invite_link_settings_screen.json", + "realms_plus_ended": "ui/realms_plus_ended_screen.json", + "realmsPlus": "ui/realmsPlus_screen.json", + "realmsPlus_content": "ui/realmsPlus_sections/content_section.json", + "realmsPlus_faq": "ui/realmsPlus_sections/faq_section.json", + "realmsPlus_landing": "ui/realmsPlus_sections/landing_section.json", + "realmsPlus_buy": "ui/realmsPlus_sections/realmsPlus_buy_now_screen.json", + "realmsPlus_packs": "ui/realmsPlus_sections/realmsPlus_view_packs_screen.json", + "realmsPlus_purchase_warning": "ui/realmsPlus_sections/realmsPlus_purchase_warning_screen.json", + "realms_stories_transition": "ui/realms_stories_transition_screen.json", + "redstone": "ui/redstone_screen.json", + "resource_packs": "ui/resource_packs_screen.json", + "safe_zone": "ui/safe_zone_screen.json", + "storage_migration_common": "ui/storage_migration_common.json", + "storage_migration_generic": "ui/storage_migration_generic_screen.json", + "scoreboard": "ui/scoreboards.json", + "screenshot": "ui/screenshot_screen.json", + "select_world": "ui/select_world_screen.json", + "server_form": "ui/server_form.json", + "settings": "ui/settings_screen.json", + "controls_section": "ui/settings_sections/controls_section.json", + "general_section": "ui/settings_sections/general_section.json", + "realms_world_section": "ui/settings_sections/realms_world_section.json", + "settings_common": "ui/settings_sections/settings_common.json", + "world_section": "ui/settings_sections/world_section.json", + "social_section": "ui/settings_sections/social_section.json", + "sidebar_navigation": "ui/sidebar_navigation.json", + "sign": "ui/sign_screen.json", + "simple_inprogress": "ui/simple_inprogress_screen.json", + "skin_pack_purchase": "ui/skin_pack_purchase_screen.json", + "skin_picker": "ui/skin_picker_screen.json", + "smithing_table": "ui/smithing_table_screen.json", + "smithing_table_2": "ui/smithing_table_2_screen.json", + "smithing_table_pocket": "ui/smithing_table_screen_pocket.json", + "smithing_table_2_pocket": "ui/smithing_table_2_screen_pocket.json", + "smoker": "ui/smoker_screen.json", + "start": "ui/start_screen.json", + "stonecutter": "ui/stonecutter_screen.json", + "stonecutter_pocket": "ui/stonecutter_screen_pocket.json", + "storage_management": "ui/storage_management.json", + "storage_management_popup": "ui/storage_management_popup.json", + "common_store": "ui/store_common.json", + "store_layout": "ui/store_data_driven_screen.json", + "filter_menu": "ui/store_filter_menu_screen.json", + "store_inventory": "ui/store_inventory_screen.json", + "store_item_list": "ui/store_item_list_screen.json", + "store_progress": "ui/store_progress_screen.json", + "promo_timeline": "ui/store_promo_timeline_screen.json", + "store_sale_item_list": "ui/store_sales_item_list_screen.json", + "store_search": "ui/store_search_screen.json", + "sort_menu": "ui/store_sort_menu_screen.json", + "structure_editor": "ui/structure_editor_screen.json", + "submit_feedback": "ui/submit_feedback_screen.json", + "tabbed_upsell": "ui/tabbed_upsell_screen.json", + "thanks_for_testing": "ui/thanks_for_testing_screen.json", + "third_party_store": "ui/third_party_store_screen.json", + "toast_screen": "ui/toast_screen.json", + "token_faq": "ui/token_faq_screen.json", + "trade": "ui/trade_screen.json", + "trade_pocket": "ui/trade_screen_pocket.json", + "trade2": "ui/trade_2_screen.json", + "trade2_pocket": "ui/trade_2_screen_pocket.json", + "trialUpsell": "ui/trial_upsell_screen.json", + "ugc_viewer": "ui/ugc_viewer_screen.json", + "common_art": "ui/ui_art_assets_common.json", + "common": "ui/ui_common.json", + "common-classic": "ui/ui_common_classic.json", + "edu_common": "ui/ui_edu_common.json", + "purchase_common": "ui/ui_purchase_common.json", + "common_buttons": "ui/ui_template_buttons.json", + "common_dialogs": "ui/ui_template_dialogs.json", + "common_tabs": "ui/ui_template_tabs.json", + "common_toggles": "ui/ui_template_toggles.json", + "friendsbutton": "ui/ui_friendsbutton.json", + "iconbutton": "ui/ui_iconbutton.json", + "update_dimensions": "ui/update_dimensions.json", + "update_version": "ui/update_version.json", + "world_recovery": "ui/world_recovery_screen.json", + "world_templates": "ui/world_templates_screen.json", + "xbl_console_qr_signin": "ui/xbl_console_qr_signin.json", + "xbl_console_signin": "ui/xbl_console_signin.json", + "xbl_console_signin_succeeded": "ui/xbl_console_signin_succeeded.json", + "xbl_immediate_signin": "ui/xbl_immediate_signin.json", + "win10_trial_conversion": "ui/win10_trial_conversion_screen.json" +} \ No newline at end of file diff --git a/test/app.ts b/test/app.ts new file mode 100644 index 0000000..39b1e33 --- /dev/null +++ b/test/app.ts @@ -0,0 +1,11 @@ +import { Anchor, Label, Modify } from ".." + +const label = Label({ + text: "Hello World!", + anchor: Anchor.TOP_MIDDLE, + offset: [0, 5], + layer: 50, + shadow: true, +}) + +Modify("start", "start_screen_content").insertChild(label) diff --git a/tsconfig.json b/tsconfig.json new file mode 100644 index 0000000..fb94435 --- /dev/null +++ b/tsconfig.json @@ -0,0 +1,17 @@ +{ + "compilerOptions": { + "target": "esnext", + "module": "nodenext", + "moduleResolution": "nodenext", + "outDir": "dist/js", + "declarationDir": "dist/types", + "declaration": true, + "sourceMap": true, + "strict": true, + "esModuleInterop": true, + "incremental": true, + "tsBuildInfoFile": ".tsbuildinfo" + }, + "include": ["src/**/*", "config.d.ts"], + "exclude": ["node_modules"] +} diff --git a/users/asakiyuki/configuration.nix b/users/asakiyuki/configuration.nix deleted file mode 100644 index 28f7b27..0000000 --- a/users/asakiyuki/configuration.nix +++ /dev/null @@ -1,44 +0,0 @@ -{ - inputs, - libs, - config, - custom, - unstable, - ... -}: let - osconfig = config; -in { - users.users.asakiyuki = { - isNormalUser = true; - extraGroups = ["wheel"]; - }; - - home-manager.users.asakiyuki = { - _module.args = { - inherit - inputs - unstable - osconfig - custom - libs - ; - }; - - imports = [ - ./programs.nix - ./files.nix - - ../../modules/features/home/theme.nix - ../../options/home/default.nix - - inputs.nixvim.homeModules.nixvim - inputs.nixcord.homeModules.nixcord - inputs.niri.homeModules.niri - ]; - - home = { - username = "asakiyuki"; - stateVersion = "25.11"; - }; - }; -} diff --git a/users/asakiyuki/files.nix b/users/asakiyuki/files.nix deleted file mode 100644 index 5440dd7..0000000 --- a/users/asakiyuki/files.nix +++ /dev/null @@ -1,56 +0,0 @@ -{ - pkgs, - lib, - osconfig, - config, - ... -}: { - home.file = lib.mkMerge [ - (builtins.mapAttrs (_: path: { - source = path; - }) - osconfig.device.files.source) - - (builtins.mapAttrs (_: path: { - source = config.lib.file.mkOutOfStoreSymlink "${config.home.homeDirectory}/${path}"; - }) - osconfig.device.files.symlink) - - (lib.mkMerge ( - builtins.map (name: lib.setAttrByPath [name "force"] true) ( - builtins.attrNames osconfig.device.files.force - ) - )) - - (lib.mkMerge ( - builtins.map (name: lib.setAttrByPath [name "force"] (lib.mkForce true)) ( - builtins.attrNames osconfig.device.files.mkForce - ) - )) - ]; - - xdg.configFile.kdeglobals = - lib.mkIf (osconfig.device.wm.hyprland.enable || osconfig.device.wm.niri.enable) - { - text = ( - builtins.readFile ( - (pkgs.catppuccin-kde.override { - flavour = ["mocha"]; - accents = ["sapphire"]; - }) - + "/share/color-schemes/CatppuccinMochaSapphire.colors" - ) - + '' - - [UiSettings] - ColorScheme=qt6ct - - [General] - TerminalApplication=${osconfig.device.programs.terminal.name} - - [Icons] - Theme=Papirus - '' - ); - }; -} diff --git a/users/asakiyuki/programs.nix b/users/asakiyuki/programs.nix deleted file mode 100644 index 7aa1439..0000000 --- a/users/asakiyuki/programs.nix +++ /dev/null @@ -1,24 +0,0 @@ -{...}: { - imports = [ - ../../modules/features/home/ghostty.nix - ../../modules/features/home/kitty.nix - ../../modules/features/home/browsers.nix - - ../../modules/features/home/bash.nix - ../../modules/features/home/starship.nix - ../../modules/features/home/tmux.nix - ../../modules/features/home/fastfetch.nix - ../../modules/features/home/vscode.nix - ../../modules/features/home/obs-studio.nix - ../../modules/features/home/xdg.nix - ../../modules/features/home/packages.nix - ../../modules/features/home/git.nix - ../../modules/features/home/yt-dlp.nix - ../../modules/features/home/dolphin.nix - - ../../modules/programs/nixvim/_nixvim.nix - ../../modules/programs/nixcord/default.nix - ../../modules/features/home/niri.nix - ../../modules/programs/hyprland/default.nix - ]; -} diff --git a/users/junko/configuration.nix b/users/junko/configuration.nix deleted file mode 100644 index c5ac96c..0000000 --- a/users/junko/configuration.nix +++ /dev/null @@ -1,33 +0,0 @@ -{ - inputs, - libs, - config, - custom, - unstable, - ... -}: let - osconfig = config; -in { - users.users.junko = { - isNormalUser = true; - }; - - home-manager.users.junko = { - _module.args = { - inherit - inputs - unstable - osconfig - custom - libs - ; - }; - - imports = []; - - home = { - username = "junko"; - stateVersion = "25.11"; - }; - }; -}